Trace number 2079382

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
pcs-restart 0.3.2UNSAT 957.729 964.809

DiagnosticValue
ASSIGNMENTS24327

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg5-9_ext.xml
MD5SUMcc349870ad14cc63690440668c347c92
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark25.1272
Satisfiable
(Un)Satisfiability was proved
Number of variables45
Number of constraints14
Maximum constraint arity9
Maximum domain size26
Number of constraints which are defined in extension14
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.01	c small-domain mode
0.18/0.21	c Seed is 186411573
0.18/0.21	c Constructing HOME/instance-2079382-1247716725.xml  with 14 constraints
0.18/0.21	c Solving 24327 backtracks 16 restarts
957.71/964.80	s UNSATISFIABLE
957.71/964.80	d ASSIGNMENTS 24327

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2079382-1247716725/watcher-2079382-1247716725 -o /tmp/evaluation-result-2079382-1247716725/solver-2079382-1247716725 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 186411573 HOME/instance-2079382-1247716725.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.04 2.07 2.08 4/72 13118
/proc/meminfo: memFree=1603816/2055920 swapFree=4192812/4192956
[pid=13118] ppid=13116 vsize=5356 CPUtime=0
/proc/13118/stat : 13118 (pcssolve) S 13116 13118 11730 0 -1 4194304 305 201 0 0 0 0 0 0 18 0 1 0 58736531 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13118/statm: 1339 242 201 169 0 50 0
[pid=13120] ppid=13118 vsize=3676 CPUtime=0
/proc/13120/stat : 13120 (grep) R 13118 13118 11730 0 -1 4194304 146 0 0 0 0 0 0 0 21 0 1 0 58736531 3764224 113 996147200 4194304 4274172 548682069040 18446744073709551615 4225540 0 0 4096 0 0 0 0 17 0 0 0
/proc/13120/statm: 919 113 93 19 0 43 0

[startup+0.105073 s]
/proc/loadavg: 2.04 2.07 2.08 4/72 13118
/proc/meminfo: memFree=1603816/2055920 swapFree=4192812/4192956
[pid=13118] ppid=13116 vsize=4776 CPUtime=0.08
/proc/13118/stat : 13118 (pcs.small) R 13116 13118 11730 0 -1 4194304 914 959 0 0 8 0 0 0 18 0 1 0 58736531 4890624 523 996147200 134512640 135095119 4294956304 18446744073709551615 134918271 0 0 4096 0 0 0 0 17 0 0 0
/proc/13118/statm: 1194 523 389 142 0 148 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 4776

[startup+0.202087 s]
/proc/loadavg: 2.04 2.07 2.08 4/72 13118
/proc/meminfo: memFree=1603816/2055920 swapFree=4192812/4192956
[pid=13118] ppid=13116 vsize=4776 CPUtime=0.18
/proc/13118/stat : 13118 (pcs.small) R 13116 13118 11730 0 -1 4194304 914 959 0 0 18 0 0 0 18 0 1 0 58736531 4890624 523 996147200 134512640 135095119 4294956304 18446744073709551615 134918268 0 0 4096 0 0 0 0 17 0 0 0
/proc/13118/statm: 1194 523 389 142 0 148 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 4776

[startup+0.302098 s]
/proc/loadavg: 2.04 2.07 2.08 4/72 13118
/proc/meminfo: memFree=1603816/2055920 swapFree=4192812/4192956
[pid=13118] ppid=13116 vsize=4776 CPUtime=0.28
/proc/13118/stat : 13118 (pcs.small) R 13116 13118 11730 0 -1 4194304 914 959 0 0 28 0 0 0 19 0 1 0 58736531 4890624 523 996147200 134512640 135095119 4294956304 18446744073709551615 134911427 0 0 4096 0 0 0 0 17 0 0 0
/proc/13118/statm: 1194 523 389 142 0 148 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 4776

[startup+0.701146 s]
/proc/loadavg: 2.04 2.07 2.08 4/72 13118
/proc/meminfo: memFree=1603816/2055920 swapFree=4192812/4192956
[pid=13118] ppid=13116 vsize=4776 CPUtime=0.68
/proc/13118/stat : 13118 (pcs.small) R 13116 13118 11730 0 -1 4194304 916 959 0 0 68 0 0 0 23 0 1 0 58736531 4890624 525 996147200 134512640 135095119 4294956304 18446744073709551615 134918139 0 0 4096 0 0 0 0 17 0 0 0
/proc/13118/statm: 1194 525 389 142 0 148 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 4776

[startup+1.50124 s]
/proc/loadavg: 2.04 2.07 2.08 3/73 13124
/proc/meminfo: memFree=1603032/2055920 swapFree=4192812/4192956
[pid=13118] ppid=13116 vsize=4776 CPUtime=1.47
/proc/13118/stat : 13118 (pcs.small) R 13116 13118 11730 0 -1 4194304 917 959 0 0 147 0 0 0 25 0 1 0 58736531 4890624 526 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 0 0 0
/proc/13118/statm: 1194 526 389 142 0 148 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 4776

[startup+3.10143 s]
/proc/loadavg: 2.04 2.07 2.08 3/73 13124
/proc/meminfo: memFree=1602968/2055920 swapFree=4192812/4192956
[pid=13118] ppid=13116 vsize=4776 CPUtime=3.06
/proc/13118/stat : 13118 (pcs.small) R 13116 13118 11730 0 -1 4194304 924 959 0 0 306 0 0 0 25 0 1 0 58736531 4890624 533 996147200 134512640 135095119 4294956304 18446744073709551615 134927073 0 0 4096 0 0 0 0 17 0 0 0
/proc/13118/statm: 1194 533 389 142 0 148 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 4776

[startup+6.30181 s]
/proc/loadavg: 2.03 2.07 2.08 3/73 13124
/proc/meminfo: memFree=1602968/2055920 swapFree=4192812/4192956
[pid=13118] ppid=13116 vsize=4776 CPUtime=6.26
/proc/13118/stat : 13118 (pcs.small) R 13116 13118 11730 0 -1 4194304 934 959 0 0 626 0 0 0 25 0 1 0 58736531 4890624 543 996147200 134512640 135095119 4294956304 18446744073709551615 134918166 0 0 4096 0 0 0 0 17 0 0 0
/proc/13118/statm: 1194 543 389 142 0 148 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 4776

[startup+12.7016 s]
/proc/loadavg: 2.03 2.07 2.07 3/73 13124
/proc/meminfo: memFree=1602784/2055920 swapFree=4192812/4192956
[pid=13118] ppid=13116 vsize=4908 CPUtime=12.63
/proc/13118/stat : 13118 (pcs.small) R 13116 13118 11730 0 -1 4194304 959 959 0 0 1263 0 0 0 25 0 1 0 58736531 5025792 568 996147200 134512640 135095119 4294956304 18446744073709551615 134918271 0 0 4096 0 0 0 0 17 0 0 0
/proc/13118/statm: 1227 568 389 142 0 181 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 4908

[startup+25.5021 s]
/proc/loadavg: 2.02 2.06 2.07 3/73 13124
/proc/meminfo: memFree=1602656/2055920 swapFree=4192812/4192956
[pid=13118] ppid=13116 vsize=5036 CPUtime=25.38
/proc/13118/stat : 13118 (pcs.small) R 13116 13118 11730 0 -1 4194304 1020 959 0 0 2538 0 0 0 25 0 1 0 58736531 5156864 596 996147200 134512640 135095119 4294956304 18446744073709551615 134918215 0 0 4096 0 0 0 0 17 0 0 0
/proc/13118/statm: 1259 596 389 142 0 213 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 5036

[startup+51.1021 s]
/proc/loadavg: 2.01 2.06 2.07 3/73 13124
/proc/meminfo: memFree=1602272/2055920 swapFree=4192812/4192956
[pid=13118] ppid=13116 vsize=5564 CPUtime=50.87
/proc/13118/stat : 13118 (pcs.small) R 13116 13118 11730 0 -1 4194304 1187 959 0 0 5087 0 0 0 25 0 1 0 58736531 5697536 698 996147200 134512640 135095119 4294956304 18446744073709551615 134916487 0 0 4096 0 0 0 0 17 0 0 0
/proc/13118/statm: 1391 698 389 142 0 345 0
Current children cumulated CPU time (s) 50.87
Current children cumulated vsize (KiB) 5564

[startup+102.302 s]
/proc/loadavg: 2.00 2.05 2.07 3/73 13189
/proc/meminfo: memFree=1602784/2055920 swapFree=4192812/4192956
[pid=13118] ppid=13116 vsize=6604 CPUtime=101.73
/proc/13118/stat : 13118 (pcs.small) R 13116 13118 11730 0 -1 4194304 1519 959 0 0 10172 1 0 0 25 0 1 0 58736531 6762496 901 996147200 134512640 135095119 4294956304 18446744073709551615 134918136 0 0 4096 0 0 0 0 17 1 0 0
/proc/13118/statm: 1651 901 389 142 0 605 0
Current children cumulated CPU time (s) 101.73
Current children cumulated vsize (KiB) 6604

[startup+162.301 s]
/proc/loadavg: 2.00 2.03 2.06 3/73 13195
/proc/meminfo: memFree=1597408/2055920 swapFree=4192812/4192956
[pid=13118] ppid=13116 vsize=8544 CPUtime=161.26
/proc/13118/stat : 13118 (pcs.small) R 13116 13118 11730 0 -1 4194304 2094 959 0 0 16125 1 0 0 25 0 1 0 58736531 8749056 1186 996147200 134512640 135095119 4294956304 18446744073709551615 134918203 0 0 4096 0 0 0 0 17 1 0 0
/proc/13118/statm: 2136 1186 389 142 0 1090 0
Current children cumulated CPU time (s) 161.26
Current children cumulated vsize (KiB) 8544

[startup+222.306 s]
/proc/loadavg: 2.00 2.03 2.05 3/73 13195
/proc/meminfo: memFree=1592160/2055920 swapFree=4192812/4192956
[pid=13118] ppid=13116 vsize=8544 CPUtime=220.82
/proc/13118/stat : 13118 (pcs.small) R 13116 13118 11730 0 -1 4194304 2210 959 0 0 22080 2 0 0 25 0 1 0 58736531 8749056 1302 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 1 0 0
/proc/13118/statm: 2136 1302 389 142 0 1090 0
Current children cumulated CPU time (s) 220.82
Current children cumulated vsize (KiB) 8544

[startup+282.302 s]
/proc/loadavg: 2.00 2.02 2.05 3/73 13195
/proc/meminfo: memFree=1586144/2055920 swapFree=4192812/4192956
[pid=13118] ppid=13116 vsize=8940 CPUtime=280.36
/proc/13118/stat : 13118 (pcs.small) R 13116 13118 11730 0 -1 4194304 2429 959 0 0 28034 2 0 0 25 0 1 0 58736531 9154560 1521 996147200 134512640 135095119 4294956304 18446744073709551615 134918271 0 0 4096 0 0 0 0 17 1 0 0
/proc/13118/statm: 2235 1521 389 142 0 1189 0
Current children cumulated CPU time (s) 280.36
Current children cumulated vsize (KiB) 8940

[startup+342.303 s]
/proc/loadavg: 2.00 2.01 2.04 3/73 13195
/proc/meminfo: memFree=1579616/2055920 swapFree=4192812/4192956
[pid=13118] ppid=13116 vsize=12428 CPUtime=339.9
/proc/13118/stat : 13118 (pcs.small) R 13116 13118 11730 0 -1 4194304 3408 959 0 0 33988 2 0 0 25 0 1 0 58736531 12726272 1922 996147200 134512640 135095119 4294956304 18446744073709551615 134909072 0 0 4096 0 0 0 0 17 1 0 0
/proc/13118/statm: 3107 1922 389 142 0 2061 0
Current children cumulated CPU time (s) 339.9
Current children cumulated vsize (KiB) 12428

[startup+402.303 s]
/proc/loadavg: 2.00 2.01 2.04 3/73 13195
/proc/meminfo: memFree=1574816/2055920 swapFree=4192812/4192956
[pid=13118] ppid=13116 vsize=12428 CPUtime=399.45
/proc/13118/stat : 13118 (pcs.small) R 13116 13118 11730 0 -1 4194304 3516 959 0 0 39943 2 0 0 25 0 1 0 58736531 12726272 2030 996147200 134512640 135095119 4294956304 18446744073709551615 134918233 0 0 4096 0 0 0 0 17 1 0 0
/proc/13118/statm: 3107 2030 389 142 0 2061 0
Current children cumulated CPU time (s) 399.45
Current children cumulated vsize (KiB) 12428

[startup+462.303 s]
/proc/loadavg: 2.00 2.00 2.03 3/73 13195
/proc/meminfo: memFree=1569632/2055920 swapFree=4192812/4192956
[pid=13118] ppid=13116 vsize=12556 CPUtime=459
/proc/13118/stat : 13118 (pcs.small) R 13116 13118 11730 0 -1 4194304 3656 959 0 0 45897 3 0 0 25 0 1 0 58736531 12857344 2170 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 1 0 0
/proc/13118/statm: 3139 2170 389 142 0 2093 0
Current children cumulated CPU time (s) 459
Current children cumulated vsize (KiB) 12556

[startup+522.303 s]
/proc/loadavg: 2.00 2.00 2.02 3/73 13195
/proc/meminfo: memFree=1558688/2055920 swapFree=4192812/4192956
[pid=13118] ppid=13116 vsize=12944 CPUtime=518.55
/proc/13118/stat : 13118 (pcs.small) R 13116 13118 11730 0 -1 4194304 3859 959 0 0 51852 3 0 0 25 0 1 0 58736531 13254656 2373 996147200 134512640 135095119 4294956304 18446744073709551615 134927029 0 0 4096 0 0 0 0 17 1 0 0
/proc/13118/statm: 3236 2373 389 142 0 2190 0
Current children cumulated CPU time (s) 518.55
Current children cumulated vsize (KiB) 12944

[startup+582.303 s]
/proc/loadavg: 2.00 2.00 2.02 3/73 13195
/proc/meminfo: memFree=1555616/2055920 swapFree=4192812/4192956
[pid=13118] ppid=13116 vsize=13328 CPUtime=578.09
/proc/13118/stat : 13118 (pcs.small) R 13116 13118 11730 0 -1 4194304 4061 959 0 0 57806 3 0 0 25 0 1 0 58736531 13647872 2575 996147200 134512640 135095119 4294956304 18446744073709551615 134918271 0 0 4096 0 0 0 0 17 1 0 0
/proc/13118/statm: 3332 2575 389 142 0 2286 0
Current children cumulated CPU time (s) 578.09
Current children cumulated vsize (KiB) 13328

[startup+642.303 s]
/proc/loadavg: 2.00 2.00 2.01 3/73 13195
/proc/meminfo: memFree=1550432/2055920 swapFree=4192812/4192956
[pid=13118] ppid=13116 vsize=20176 CPUtime=637.64
/proc/13118/stat : 13118 (pcs.small) R 13116 13118 11730 0 -1 4194304 5885 959 0 0 63760 4 0 0 25 0 1 0 58736531 20660224 3245 996147200 134512640 135095119 4294956304 18446744073709551615 134926970 0 0 4096 0 0 0 0 17 1 0 0
/proc/13118/statm: 5044 3245 389 142 0 3998 0
Current children cumulated CPU time (s) 637.64
Current children cumulated vsize (KiB) 20176

[startup+702.302 s]
/proc/loadavg: 2.00 2.00 2.01 3/73 13195
/proc/meminfo: memFree=1545760/2055920 swapFree=4192812/4192956
[pid=13118] ppid=13116 vsize=20176 CPUtime=697.19
/proc/13118/stat : 13118 (pcs.small) R 13116 13118 11730 0 -1 4194304 5993 959 0 0 69715 4 0 0 25 0 1 0 58736531 20660224 3353 996147200 134512640 135095119 4294956304 18446744073709551615 134926999 0 0 4096 0 0 0 0 17 1 0 0
/proc/13118/statm: 5044 3353 389 142 0 3998 0
Current children cumulated CPU time (s) 697.19
Current children cumulated vsize (KiB) 20176

[startup+762.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 13195
/proc/meminfo: memFree=1540960/2055920 swapFree=4192812/4192956
[pid=13118] ppid=13116 vsize=20176 CPUtime=756.73
/proc/13118/stat : 13118 (pcs.small) R 13116 13118 11730 0 -1 4194304 6098 959 0 0 75669 4 0 0 25 0 1 0 58736531 20660224 3458 996147200 134512640 135095119 4294956304 18446744073709551615 134918203 0 0 4096 0 0 0 0 17 1 0 0
/proc/13118/statm: 5044 3458 389 142 0 3998 0
Current children cumulated CPU time (s) 756.73
Current children cumulated vsize (KiB) 20176

[startup+822.302 s]
/proc/loadavg: 2.03 2.01 2.00 3/73 13195
/proc/meminfo: memFree=1535712/2055920 swapFree=4192812/4192956
[pid=13118] ppid=13116 vsize=20176 CPUtime=816.28
/proc/13118/stat : 13118 (pcs.small) R 13116 13118 11730 0 -1 4194304 6206 959 0 0 81624 4 0 0 25 0 1 0 58736531 20660224 3566 996147200 134512640 135095119 4294956304 18446744073709551615 134918187 0 0 4096 0 0 0 0 17 1 0 0
/proc/13118/statm: 5044 3566 389 142 0 3998 0
Current children cumulated CPU time (s) 816.28
Current children cumulated vsize (KiB) 20176

[startup+882.305 s]
/proc/loadavg: 2.01 2.01 2.00 3/73 13195
/proc/meminfo: memFree=1530784/2055920 swapFree=4192812/4192956
[pid=13118] ppid=13116 vsize=20176 CPUtime=875.83
/proc/13118/stat : 13118 (pcs.small) R 13116 13118 11730 0 -1 4194304 6319 959 0 0 87579 4 0 0 25 0 1 0 58736531 20660224 3679 996147200 134512640 135095119 4294956304 18446744073709551615 134918211 0 0 4096 0 0 0 0 17 1 0 0
/proc/13118/statm: 5044 3679 389 142 0 3998 0
Current children cumulated CPU time (s) 875.83
Current children cumulated vsize (KiB) 20176

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 13195
/proc/meminfo: memFree=1525536/2055920 swapFree=4192812/4192956
[pid=13118] ppid=13116 vsize=20568 CPUtime=935.37
/proc/13118/stat : 13118 (pcs.small) R 13116 13118 11730 0 -1 4194304 6530 959 0 0 93533 4 0 0 25 0 1 0 58736531 21061632 3890 996147200 134512640 135095119 4294956304 18446744073709551615 134918203 0 0 4096 0 0 0 0 17 1 0 0
/proc/13118/statm: 5142 3890 389 142 0 4096 0
Current children cumulated CPU time (s) 935.37
Current children cumulated vsize (KiB) 20568

Solver just ended. Dumping a history of the last processes samples

[startup+947.207 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 13195
/proc/meminfo: memFree=1524960/2055920 swapFree=4192812/4192956
[pid=13118] ppid=13116 vsize=20568 CPUtime=940.24
/proc/13118/stat : 13118 (pcs.small) R 13116 13118 11730 0 -1 4194304 6549 959 0 0 94020 4 0 0 25 0 1 0 58736531 21061632 3909 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 1 0 0
/proc/13118/statm: 5142 3909 389 142 0 4096 0
Current children cumulated CPU time (s) 940.24
Current children cumulated vsize (KiB) 20568

[startup+953.601 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 13195
/proc/meminfo: memFree=1512672/2055920 swapFree=4192812/4192956
[pid=13118] ppid=13116 vsize=20696 CPUtime=946.59
/proc/13118/stat : 13118 (pcs.small) R 13116 13118 11730 0 -1 4194304 6573 959 0 0 94655 4 0 0 25 0 1 0 58736531 21192704 3933 996147200 134512640 135095119 4294956304 18446744073709551615 134918271 0 0 4096 0 0 0 0 17 1 0 0
/proc/13118/statm: 5174 3933 389 142 0 4128 0
Current children cumulated CPU time (s) 946.59
Current children cumulated vsize (KiB) 20696

[startup+960.001 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 13195
/proc/meminfo: memFree=1512544/2055920 swapFree=4192812/4192956
[pid=13118] ppid=13116 vsize=20696 CPUtime=952.94
/proc/13118/stat : 13118 (pcs.small) R 13116 13118 11730 0 -1 4194304 6598 959 0 0 95290 4 0 0 25 0 1 0 58736531 21192704 3958 996147200 134512640 135095119 4294956304 18446744073709551615 134918253 0 0 4096 0 0 0 0 17 1 0 0
/proc/13118/statm: 5174 3958 389 142 0 4128 0
Current children cumulated CPU time (s) 952.94
Current children cumulated vsize (KiB) 20696

[startup+963.202 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 13195
/proc/meminfo: memFree=1512352/2055920 swapFree=4192812/4192956
[pid=13118] ppid=13116 vsize=20696 CPUtime=956.11
/proc/13118/stat : 13118 (pcs.small) R 13116 13118 11730 0 -1 4194304 6609 959 0 0 95607 4 0 0 25 0 1 0 58736531 21192704 3969 996147200 134512640 135095119 4294956304 18446744073709551615 134918139 0 0 4096 0 0 0 0 17 1 0 0
/proc/13118/statm: 5174 3969 389 142 0 4128 0
Current children cumulated CPU time (s) 956.11
Current children cumulated vsize (KiB) 20696

[startup+964.002 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 13195
/proc/meminfo: memFree=1512288/2055920 swapFree=4192812/4192956
[pid=13118] ppid=13116 vsize=20696 CPUtime=956.91
/proc/13118/stat : 13118 (pcs.small) R 13116 13118 11730 0 -1 4194304 6613 959 0 0 95687 4 0 0 25 0 1 0 58736531 21192704 3973 996147200 134512640 135095119 4294956304 18446744073709551615 134918166 0 0 4096 0 0 0 0 17 1 0 0
/proc/13118/statm: 5174 3973 389 142 0 4128 0
Current children cumulated CPU time (s) 956.91
Current children cumulated vsize (KiB) 20696

[startup+964.402 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 13195
/proc/meminfo: memFree=1512288/2055920 swapFree=4192812/4192956
[pid=13118] ppid=13116 vsize=20696 CPUtime=957.31
/proc/13118/stat : 13118 (pcs.small) R 13116 13118 11730 0 -1 4194304 6614 959 0 0 95727 4 0 0 25 0 1 0 58736531 21192704 3974 996147200 134512640 135095119 4294956304 18446744073709551615 134918175 0 0 4096 0 0 0 0 17 1 0 0
/proc/13118/statm: 5174 3974 389 142 0 4128 0
Current children cumulated CPU time (s) 957.31
Current children cumulated vsize (KiB) 20696

[startup+964.807 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 13195
/proc/meminfo: memFree=1512224/2055920 swapFree=4192812/4192956
[pid=13118] ppid=13116 vsize=15276 CPUtime=957.71
/proc/13118/stat : 13118 (pcs.small) R 13116 13118 11730 0 -1 4194304 6615 959 0 0 95766 5 0 0 25 0 1 0 58736531 15642624 1669 996147200 134512640 135095119 4294956304 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13118/statm: 3819 1669 389 142 0 2773 0
Current children cumulated CPU time (s) 957.71
Current children cumulated vsize (KiB) 15276

Child status: 0
Real time (s): 964.809
CPU time (s): 957.729
CPU user time (s): 957.67
CPU system time (s): 0.058991
CPU usage (%): 99.2662
Max. virtual memory (cumulated for all children) (KiB): 20696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 957.67
system time used= 0.058991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7577
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18
involuntary context switches= 19668

runsolver used 1.02884 second user time and 2.48962 second system time

The end

Launcher Data

Begin job on node53 at 2009-07-16 05:58:45
IDJOB=2079382
IDBENCH=56892
IDSOLVER=734
FILE ID=node53/2079382-1247716725
PBS_JOBID= 9521370
Free space on /tmp= 66048 MiB

SOLVER NAME= pcs-restart 0.2.restart
BENCH NAME= CPAI08/csp/lexVg/normalized-crossword-m1c-lex-vg5-9_ext.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2079382-1247716725/watcher-2079382-1247716725 -o /tmp/evaluation-result-2079382-1247716725/solver-2079382-1247716725 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 186411573 HOME/instance-2079382-1247716725.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= cc349870ad14cc63690440668c347c92
RANDOM SEED=186411573

node53.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1604304 kB
Buffers:         62892 kB
Cached:         295876 kB
SwapCached:          0 kB
Active:          92596 kB
Inactive:       290688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1604304 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1836 kB
Writeback:           0 kB
Mapped:          34008 kB
Slab:            53780 kB
Committed_AS:   516136 kB
PageTables:       1712 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66048 MiB
End job on node53 at 2009-07-16 06:14:50