Trace number 2087653

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 0.3.2? (MO) 987.72 992.649

General information on the benchmark

Namecsp/os-taillard-10/
normalized-os-taillard-10-100-7.xml
MD5SUM789449b7d2a78eb2b6a442bcf11db55d
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.19036
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints900
Maximum constraint arity2
Maximum domain size595
Number of constraints which are defined in extension0
Number of constraints which are defined in intension900
Global constraints used (with number of constraints)

Solver Data

0.00/0.01	c has big domains
0.00/0.01	c big-domain mode
0.00/0.02	c Seed is 192708051
0.00/0.02	c Constructing HOME/instance-2087653-1247728153.xml  with 6300 constraints
0.08/0.11	c Solving 

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2087653-1247728153/watcher-2087653-1247728153 -o /tmp/evaluation-result-2087653-1247728153/solver-2087653-1247728153 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 192708051 HOME/instance-2087653-1247728153.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.00 2.02 2.02 4/72 12401
/proc/meminfo: memFree=1019104/2055920 swapFree=4192812/4192956
[pid=12401] ppid=12399 vsize=5356 CPUtime=0
/proc/12401/stat : 12401 (pcssolve) R 12399 12401 11908 0 -1 4194304 273 0 0 0 0 0 0 0 24 0 1 0 59879988 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 240907774623 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/12401/statm: 1339 241 200 169 0 50 0
[pid=12402] ppid=12401 vsize=5356 CPUtime=0
/proc/12402/stat : 12402 (pcssolve) R 12401 12401 11908 0 -1 4194368 0 0 0 0 0 0 0 0 24 0 1 0 59879988 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 240907774623 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/12402/statm: 1339 241 200 169 0 50 0

[startup+0.045876 s]
/proc/loadavg: 2.00 2.02 2.02 4/72 12401
/proc/meminfo: memFree=1019104/2055920 swapFree=4192812/4192956
[pid=12401] ppid=12399 vsize=5076 CPUtime=0.02
/proc/12401/stat : 12401 (pcs.big) R 12399 12401 11908 0 -1 4194304 935 659 0 0 2 0 0 0 25 0 1 0 59879988 5197824 566 996147200 134512640 135215973 4294956304 18446744073709551615 4159186720 0 0 4096 0 0 0 0 17 1 0 0
/proc/12401/statm: 1269 566 388 171 0 194 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 5076

[startup+0.101885 s]
/proc/loadavg: 2.00 2.02 2.02 4/72 12401
/proc/meminfo: memFree=1019104/2055920 swapFree=4192812/4192956
[pid=12401] ppid=12399 vsize=6476 CPUtime=0.08
/proc/12401/stat : 12401 (pcs.big) R 12399 12401 11908 0 -1 4194304 1295 659 0 0 8 0 0 0 25 0 1 0 59879988 6631424 852 996147200 134512640 135215973 4294956304 18446744073709551615 9387654 0 0 4096 0 0 0 0 17 1 0 0
/proc/12401/statm: 1619 852 388 171 0 544 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 6476

[startup+0.301908 s]
/proc/loadavg: 2.00 2.02 2.02 4/72 12401
/proc/meminfo: memFree=1019104/2055920 swapFree=4192812/4192956
[pid=12401] ppid=12399 vsize=8976 CPUtime=0.28
/proc/12401/stat : 12401 (pcs.big) R 12399 12401 11908 0 -1 4194304 2159 659 0 0 27 1 0 0 25 0 1 0 59879988 9191424 1503 996147200 134512640 135215973 4294956304 18446744073709551615 134532976 0 0 4096 0 0 0 0 17 1 0 0
/proc/12401/statm: 2244 1503 406 171 0 1169 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 8976

[startup+0.701943 s]
/proc/loadavg: 2.00 2.02 2.02 4/72 12401
/proc/meminfo: memFree=1019104/2055920 swapFree=4192812/4192956
[pid=12401] ppid=12399 vsize=9084 CPUtime=0.68
/proc/12401/stat : 12401 (pcs.big) R 12399 12401 11908 0 -1 4194304 2202 659 0 0 67 1 0 0 25 0 1 0 59879988 9302016 1546 996147200 134512640 135215973 4294956304 18446744073709551615 134583202 0 0 4096 0 0 0 0 17 1 0 0
/proc/12401/statm: 2271 1546 406 171 0 1196 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 9084

[startup+1.50202 s]
/proc/loadavg: 2.00 2.02 2.02 3/73 12406
/proc/meminfo: memFree=1013016/2055920 swapFree=4192812/4192956
[pid=12401] ppid=12399 vsize=9684 CPUtime=1.47
/proc/12401/stat : 12401 (pcs.big) R 12399 12401 11908 0 -1 4194304 2345 659 0 0 146 1 0 0 25 0 1 0 59879988 9916416 1689 996147200 134512640 135215973 4294956304 18446744073709551615 9355414 0 0 4096 0 0 0 0 17 1 0 0
/proc/12401/statm: 2421 1689 406 171 0 1346 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 9684

[startup+3.10118 s]
/proc/loadavg: 2.00 2.02 2.02 3/73 12406
/proc/meminfo: memFree=1010584/2055920 swapFree=4192812/4192956
[pid=12401] ppid=12399 vsize=11008 CPUtime=3.06
/proc/12401/stat : 12401 (pcs.big) R 12399 12401 11908 0 -1 4194304 2670 659 0 0 305 1 0 0 25 0 1 0 59879988 11272192 2014 996147200 134512640 135215973 4294956304 18446744073709551615 134590704 0 0 4096 0 0 0 0 17 1 0 0
/proc/12401/statm: 2752 2014 406 171 0 1677 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 11008

[startup+6.3015 s]
/proc/loadavg: 2.00 2.02 2.01 3/73 12406
/proc/meminfo: memFree=1004512/2055920 swapFree=4192812/4192956
[pid=12401] ppid=12399 vsize=14208 CPUtime=6.23
/proc/12401/stat : 12401 (pcs.big) R 12399 12401 11908 0 -1 4194304 3521 659 0 0 622 1 0 0 25 0 1 0 59879988 14548992 2702 996147200 134512640 135215973 4294956304 18446744073709551615 134902079 0 0 4096 0 0 0 0 17 1 0 0
/proc/12401/statm: 3552 2702 406 171 0 2477 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 14208

[startup+12.7011 s]
/proc/loadavg: 2.00 2.02 2.01 3/73 12406
/proc/meminfo: memFree=991008/2055920 swapFree=4192812/4192956
[pid=12401] ppid=12399 vsize=19664 CPUtime=12.57
/proc/12401/stat : 12401 (pcs.big) R 12399 12401 11908 0 -1 4194304 4985 659 0 0 1255 2 0 0 25 0 1 0 59879988 20135936 4037 996147200 134512640 135215973 4294956304 18446744073709551615 134609800 0 0 4096 0 0 0 0 17 1 0 0
/proc/12401/statm: 4916 4037 406 171 0 3841 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 19664

[startup+25.5014 s]
/proc/loadavg: 2.00 2.02 2.01 3/73 12406
/proc/meminfo: memFree=967264/2055920 swapFree=4192812/4192956
[pid=12401] ppid=12399 vsize=29724 CPUtime=25.26
/proc/12401/stat : 12401 (pcs.big) R 12399 12401 11908 0 -1 4194304 7726 659 0 0 2523 3 0 0 25 0 1 0 59879988 30437376 6569 996147200 134512640 135215973 4294956304 18446744073709551615 134532717 0 0 4096 0 0 0 0 17 1 0 0
/proc/12401/statm: 7431 6569 406 171 0 6356 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 29724

[startup+51.102 s]
/proc/loadavg: 2.08 2.03 2.02 3/73 12406
/proc/meminfo: memFree=920608/2055920 swapFree=4192812/4192956
[pid=12401] ppid=12399 vsize=51404 CPUtime=50.62
/proc/12401/stat : 12401 (pcs.big) R 12399 12401 11908 0 -1 4194304 13403 659 0 0 5056 6 0 0 25 0 1 0 59879988 52637696 11860 996147200 134512640 135215973 4294956304 18446744073709551615 4158960058 0 0 4096 0 0 0 0 17 1 0 0
/proc/12401/statm: 12851 11860 406 171 0 11776 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 51404

[startup+102.306 s]
/proc/loadavg: 2.11 2.04 2.02 3/73 12406
/proc/meminfo: memFree=832352/2055920 swapFree=4192812/4192956
[pid=12401] ppid=12399 vsize=97132 CPUtime=101.39
/proc/12401/stat : 12401 (pcs.big) R 12399 12401 11908 0 -1 4194304 25605 659 0 0 10127 12 0 0 25 0 1 0 59879988 99463168 22267 996147200 134512640 135215973 4294956304 18446744073709551615 134599824 0 0 4096 0 0 0 0 17 1 0 0
/proc/12401/statm: 24283 22267 406 171 0 23208 0
Current children cumulated CPU time (s) 101.39
Current children cumulated vsize (KiB) 97132

[startup+162.301 s]
/proc/loadavg: 2.12 2.06 2.02 3/73 12406
/proc/meminfo: memFree=719008/2055920 swapFree=4192812/4192956
[pid=12401] ppid=12399 vsize=154704 CPUtime=160.87
/proc/12401/stat : 12401 (pcs.big) R 12399 12401 11908 0 -1 4194304 40227 659 0 0 16068 19 0 0 25 0 1 0 59879988 158416896 36376 996147200 134512640 135215973 4294956304 18446744073709551615 134532656 0 0 4096 0 0 0 0 17 1 0 0
/proc/12401/statm: 38676 36376 406 171 0 37601 0
Current children cumulated CPU time (s) 160.87
Current children cumulated vsize (KiB) 154704

[startup+222.301 s]
/proc/loadavg: 2.04 2.05 2.02 3/73 12406
/proc/meminfo: memFree=604896/2055920 swapFree=4192812/4192956
[pid=12401] ppid=12399 vsize=213980 CPUtime=220.33
/proc/12401/stat : 12401 (pcs.big) R 12399 12401 11908 0 -1 4194304 56599 659 0 0 22004 29 0 0 25 0 1 0 59879988 219115520 50699 996147200 134512640 135215973 4294956304 18446744073709551615 134532677 0 0 4096 0 0 0 0 17 1 0 0
/proc/12401/statm: 53495 50699 406 171 0 52420 0
Current children cumulated CPU time (s) 220.33
Current children cumulated vsize (KiB) 213980

[startup+282.302 s]
/proc/loadavg: 2.01 2.04 2.01 3/73 12406
/proc/meminfo: memFree=485216/2055920 swapFree=4192812/4192956
[pid=12401] ppid=12399 vsize=269296 CPUtime=279.82
/proc/12401/stat : 12401 (pcs.big) R 12399 12401 11908 0 -1 4194304 71045 659 0 0 27946 36 0 0 25 0 1 0 59879988 275759104 65145 996147200 134512640 135215973 4294956304 18446744073709551615 134583227 0 0 4096 0 0 0 0 17 1 0 0
/proc/12401/statm: 67324 65145 406 171 0 66249 0
Current children cumulated CPU time (s) 279.82
Current children cumulated vsize (KiB) 269296

[startup+342.302 s]
/proc/loadavg: 2.00 2.03 2.00 3/73 12406
/proc/meminfo: memFree=374240/2055920 swapFree=4192812/4192956
[pid=12401] ppid=12399 vsize=331184 CPUtime=339.28
/proc/12401/stat : 12401 (pcs.big) R 12399 12401 11908 0 -1 4194304 87306 659 0 0 33884 44 0 0 25 0 1 0 59879988 339132416 80381 996147200 134512640 135215973 4294956304 18446744073709551615 9363101 0 0 4096 0 0 0 0 17 1 0 0
/proc/12401/statm: 82796 80381 406 171 0 81721 0
Current children cumulated CPU time (s) 339.28
Current children cumulated vsize (KiB) 331184

[startup+402.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/73 12406
/proc/meminfo: memFree=277088/2055920 swapFree=4192812/4192956
[pid=12401] ppid=12399 vsize=388644 CPUtime=398.77
/proc/12401/stat : 12401 (pcs.big) R 12399 12401 11908 0 -1 4194304 103059 659 0 0 39825 52 0 0 25 0 1 0 59879988 397971456 92037 996147200 134512640 135215973 4294956304 18446744073709551615 134592251 0 0 4096 0 0 0 0 17 1 0 0
/proc/12401/statm: 97161 92037 406 171 0 96086 0
Current children cumulated CPU time (s) 398.77
Current children cumulated vsize (KiB) 388644

[startup+462.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/73 12406
/proc/meminfo: memFree=174240/2055920 swapFree=4192812/4192956
[pid=12401] ppid=12399 vsize=442468 CPUtime=458.28
/proc/12401/stat : 12401 (pcs.big) R 12399 12401 11908 0 -1 4194304 116804 659 0 0 45769 59 0 0 25 0 1 0 59879988 453087232 105782 996147200 134512640 135215973 4294956304 18446744073709551615 134590591 0 0 4096 0 0 0 0 17 1 0 0
/proc/12401/statm: 110617 105782 406 171 0 109542 0
Current children cumulated CPU time (s) 458.28
Current children cumulated vsize (KiB) 442468

[startup+522.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/73 12406
/proc/meminfo: memFree=77728/2055920 swapFree=4192812/4192956
[pid=12401] ppid=12399 vsize=495988 CPUtime=517.79
/proc/12401/stat : 12401 (pcs.big) R 12399 12401 11908 0 -1 4194304 130470 659 0 0 51713 66 0 0 25 0 1 0 59879988 507891712 119448 996147200 134512640 135215973 4294956304 18446744073709551615 134583531 0 0 4096 0 0 0 0 17 1 0 0
/proc/12401/statm: 123997 119448 406 171 0 122922 0
Current children cumulated CPU time (s) 517.79
Current children cumulated vsize (KiB) 495988

[startup+582.302 s]
/proc/loadavg: 2.12 2.04 2.01 3/83 12447
/proc/meminfo: memFree=766800/2055920 swapFree=4192812/4192956
[pid=12401] ppid=12399 vsize=576556 CPUtime=577.53
/proc/12401/stat : 12401 (pcs.big) R 12399 12401 11908 0 -1 4194304 150735 659 0 0 57677 76 0 0 25 0 1 0 59879988 590393344 137664 996147200 134512640 135215973 4294956304 18446744073709551615 135095360 0 0 4096 0 0 0 0 17 0 0 0
/proc/12401/statm: 144139 137664 406 171 0 143064 0
Current children cumulated CPU time (s) 577.53
Current children cumulated vsize (KiB) 576556

[startup+642.302 s]
/proc/loadavg: 2.04 2.03 2.00 3/83 12447
/proc/meminfo: memFree=551184/2055920 swapFree=4192812/4192956
[pid=12401] ppid=12399 vsize=611728 CPUtime=637.5
/proc/12401/stat : 12401 (pcs.big) R 12399 12401 11908 0 -1 4194304 159629 659 0 0 63669 81 0 0 25 0 1 0 59879988 626409472 146558 996147200 134512640 135215973 4294956304 18446744073709551615 134610583 0 0 4096 0 0 0 0 17 0 0 0
/proc/12401/statm: 152932 146558 406 171 0 151857 0
Current children cumulated CPU time (s) 637.5
Current children cumulated vsize (KiB) 611728

[startup+702.302 s]
/proc/loadavg: 2.05 2.03 2.00 3/83 12447
/proc/meminfo: memFree=328720/2055920 swapFree=4192812/4192956
[pid=12401] ppid=12399 vsize=657492 CPUtime=697.47
/proc/12401/stat : 12401 (pcs.big) R 12399 12401 11908 0 -1 4194304 172526 659 0 0 69658 89 0 0 25 0 1 0 59879988 673271808 159455 996147200 134512640 135215973 4294956304 18446744073709551615 135096155 0 0 4096 0 0 0 0 17 0 0 0
/proc/12401/statm: 164373 159455 406 171 0 163298 0
Current children cumulated CPU time (s) 697.47
Current children cumulated vsize (KiB) 657492

[startup+762.307 s]
/proc/loadavg: 2.08 2.04 2.00 3/73 12481
/proc/meminfo: memFree=746656/2055920 swapFree=4192812/4192956
[pid=12401] ppid=12399 vsize=703848 CPUtime=757.46
/proc/12401/stat : 12401 (pcs.big) R 12399 12401 11908 0 -1 4194304 186163 659 0 0 75646 100 0 0 25 0 1 0 59879988 720740352 173092 996147200 134512640 135215973 4294956304 18446744073709551615 134677839 0 0 4096 0 0 0 0 17 0 0 0
/proc/12401/statm: 175962 173092 406 171 0 174887 0
Current children cumulated CPU time (s) 757.46
Current children cumulated vsize (KiB) 703848

[startup+822.302 s]
/proc/loadavg: 2.03 2.03 2.00 3/73 12481
/proc/meminfo: memFree=689440/2055920 swapFree=4192812/4192956
[pid=12401] ppid=12399 vsize=784792 CPUtime=817.42
/proc/12401/stat : 12401 (pcs.big) R 12399 12401 11908 0 -1 4194304 208414 659 0 0 81629 113 0 0 25 0 1 0 59879988 803627008 187150 996147200 134512640 135215973 4294956304 18446744073709551615 134590112 0 0 4096 0 0 0 0 17 0 0 0
/proc/12401/statm: 196198 187150 406 171 0 195123 0
Current children cumulated CPU time (s) 817.42
Current children cumulated vsize (KiB) 784792

[startup+882.302 s]
/proc/loadavg: 2.01 2.02 2.00 3/73 12481
/proc/meminfo: memFree=630688/2055920 swapFree=4192812/4192956
[pid=12401] ppid=12399 vsize=833064 CPUtime=877.4
/proc/12401/stat : 12401 (pcs.big) R 12399 12401 11908 0 -1 4194304 222518 659 0 0 87620 120 0 0 25 0 1 0 59879988 853057536 201254 996147200 134512640 135215973 4294956304 18446744073709551615 134590088 0 0 4096 0 0 0 0 17 0 0 0
/proc/12401/statm: 208266 201254 406 171 0 207191 0
Current children cumulated CPU time (s) 877.4
Current children cumulated vsize (KiB) 833064

[startup+942.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/73 12481
/proc/meminfo: memFree=572896/2055920 swapFree=4192812/4192956
[pid=12401] ppid=12399 vsize=881232 CPUtime=937.38
/proc/12401/stat : 12401 (pcs.big) R 12399 12401 11908 0 -1 4194304 236608 659 0 0 93608 130 0 0 25 0 1 0 59879988 902381568 215344 996147200 134512640 135215973 4294956304 18446744073709551615 134600102 0 0 4096 0 0 0 0 17 0 0 0
/proc/12401/statm: 220308 215344 406 171 0 219233 0
Current children cumulated CPU time (s) 937.38
Current children cumulated vsize (KiB) 881232



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+992.502 s]
/proc/loadavg: 2.07 2.03 2.00 3/73 12481
/proc/meminfo: memFree=523424/2055920 swapFree=4192812/4192956
[pid=12401] ppid=12399 vsize=921612 CPUtime=987.56
/proc/12401/stat : 12401 (pcs.big) R 12399 12401 11908 0 -1 4194304 248400 659 0 0 98619 137 0 0 25 0 1 0 59879988 943730688 227136 996147200 134512640 135215973 4294956304 18446744073709551615 9387592 0 0 4096 0 0 0 0 17 0 0 0
/proc/12401/statm: 230403 227136 406 171 0 229328 0
Current children cumulated CPU time (s) 987.56
Current children cumulated vsize (KiB) 921612

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+992.607 s]
/proc/loadavg: 2.07 2.03 2.00 3/73 12481
/proc/meminfo: memFree=523424/2055920 swapFree=4192812/4192956
[pid=12401] ppid=12399 vsize=0 CPUtime=987.66
/proc/12401/stat : 12401 (pcs.big) R 12399 12401 11908 0 -1 4195332 248400 659 0 0 98619 147 0 0 25 0 1 0 59879988 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/12401/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 987.66
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 992.649
CPU time (s): 987.72
CPU user time (s): 986.2
CPU system time (s): 1.51977
CPU usage (%): 99.5034
Max. virtual memory (cumulated for all children) (KiB): 921612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 986.2
system time used= 1.51977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 249059
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= 20
involuntary context switches= 13239

runsolver used 1.34679 second user time and 2.95555 second system time

The end

Launcher Data

Begin job on node36 at 2009-07-16 09:09:13
IDJOB=2087653
IDBENCH=58768
IDSOLVER=733
FILE ID=node36/2087653-1247728153
PBS_JOBID= 9521575
Free space on /tmp= 66312 MiB

SOLVER NAME= pcs 0.2
BENCH NAME= CPAI08/csp/os-taillard-10/normalized-os-taillard-10-100-7.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2087653-1247728153/watcher-2087653-1247728153 -o /tmp/evaluation-result-2087653-1247728153/solver-2087653-1247728153 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 192708051 HOME/instance-2087653-1247728153.xml

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

MD5SUM BENCH= 789449b7d2a78eb2b6a442bcf11db55d
RANDOM SEED=192708051

node36.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.238
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.238
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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1019584 kB
Buffers:         79964 kB
Cached:         415824 kB
SwapCached:          0 kB
Active:         532724 kB
Inactive:       415784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1019584 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1964 kB
Writeback:           0 kB
Mapped:         464228 kB
Slab:            72544 kB
Committed_AS:   997036 kB
PageTables:       2548 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= 66304 MiB
End job on node36 at 2009-07-16 09:25:48