Trace number 2080471

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 625.546 626

DiagnosticValue
ASSIGNMENTS142708

General information on the benchmark

Namecsp/queensKnights/
normalized-queensKnights-10-5-mul.xml
MD5SUMb79a35fdeb8af50a3cf1eaff121ab273
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.877865
Satisfiable
(Un)Satisfiability was proved
Number of variables15
Number of constraints105
Maximum constraint arity2
Maximum domain size100
Number of constraints which are defined in extension0
Number of constraints which are defined in intension105
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 203439560
0.00/0.02	c Constructing HOME/instance-2080471-1247717780.xml 
0.00/0.03	c deduced all_different(V1,V2,V3,V4,V5,V6,V7,V8,V9,V0)
0.00/0.03	c  with 671 constraints
0.00/0.03	c Solving 142708 backtracks 20 restarts
625.43/625.96	s UNSATISFIABLE
625.43/625.96	d ASSIGNMENTS 142708

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-2080471-1247717780/watcher-2080471-1247717780 -o /tmp/evaluation-result-2080471-1247717780/solver-2080471-1247717780 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 203439560 HOME/instance-2080471-1247717780.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.14 2.11 2.03 4/72 12837
/proc/meminfo: memFree=1248992/2055920 swapFree=4192812/4192956
[pid=12837] ppid=12835 vsize=5356 CPUtime=0
/proc/12837/stat : 12837 (pcssolve) R 12835 12837 10842 0 -1 4194304 290 0 0 0 0 0 0 0 21 0 1 0 58844811 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 237788261023 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/12837/statm: 1339 241 200 169 0 50 0
[pid=12838] ppid=12837 vsize=3676 CPUtime=0
/proc/12838/stat : 12838 (fgrep) R 12837 12837 10842 0 -1 4194304 140 0 0 0 0 0 0 0 22 0 1 0 58844811 3764224 107 996147200 4194304 4274172 548682068976 18446744073709551615 237788430418 0 0 4096 0 0 0 0 17 1 0 0
/proc/12838/statm: 919 107 85 19 0 43 0
[pid=12839] ppid=12837 vsize=5356 CPUtime=0
/proc/12839/stat : 12839 (pcssolve) R 12837 12837 10842 0 -1 4194368 0 0 0 0 0 0 0 0 21 0 1 0 58844811 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 237788261023 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/12839/statm: 1339 241 200 169 0 50 0

[startup+0.0735419 s]
/proc/loadavg: 2.14 2.11 2.03 4/72 12837
/proc/meminfo: memFree=1248992/2055920 swapFree=4192812/4192956
[pid=12837] ppid=12835 vsize=5088 CPUtime=0.05
/proc/12837/stat : 12837 (pcs.big) R 12835 12837 10842 0 -1 4194304 969 647 0 0 5 0 0 0 23 0 1 0 58844811 5210112 600 996147200 134512640 135215973 4294956304 18446744073709551615 134592251 0 0 4096 0 0 0 0 17 1 0 0
/proc/12837/statm: 1272 600 422 171 0 197 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5088

[startup+0.102545 s]
/proc/loadavg: 2.14 2.11 2.03 4/72 12837
/proc/meminfo: memFree=1248992/2055920 swapFree=4192812/4192956
[pid=12837] ppid=12835 vsize=5088 CPUtime=0.08
/proc/12837/stat : 12837 (pcs.big) R 12835 12837 10842 0 -1 4194304 970 647 0 0 8 0 0 0 23 0 1 0 58844811 5210112 601 996147200 134512640 135215973 4294956304 18446744073709551615 134596240 0 0 4096 0 0 0 0 17 1 0 0
/proc/12837/statm: 1272 601 422 171 0 197 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5088

[startup+0.30258 s]
/proc/loadavg: 2.14 2.11 2.03 4/72 12837
/proc/meminfo: memFree=1248992/2055920 swapFree=4192812/4192956
[pid=12837] ppid=12835 vsize=5232 CPUtime=0.28
/proc/12837/stat : 12837 (pcs.big) R 12835 12837 10842 0 -1 4194304 1011 647 0 0 28 0 0 0 25 0 1 0 58844811 5357568 642 996147200 134512640 135215973 4294956304 18446744073709551615 134600356 0 0 4096 0 0 0 0 17 1 0 0
/proc/12837/statm: 1308 642 422 171 0 233 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 5232

[startup+0.701655 s]
/proc/loadavg: 2.14 2.11 2.03 4/72 12837
/proc/meminfo: memFree=1248992/2055920 swapFree=4192812/4192956
[pid=12837] ppid=12835 vsize=5616 CPUtime=0.68
/proc/12837/stat : 12837 (pcs.big) R 12835 12837 10842 0 -1 4194304 1098 647 0 0 68 0 0 0 25 0 1 0 58844811 5750784 729 996147200 134512640 135215973 4294956304 18446744073709551615 134591106 0 0 4096 0 0 0 0 17 1 0 0
/proc/12837/statm: 1404 729 422 171 0 329 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 5616

[startup+1.5018 s]
/proc/loadavg: 2.14 2.11 2.03 3/73 12842
/proc/meminfo: memFree=1247064/2055920 swapFree=4192812/4192956
[pid=12837] ppid=12835 vsize=6396 CPUtime=1.47
/proc/12837/stat : 12837 (pcs.big) R 12835 12837 10842 0 -1 4194304 1285 647 0 0 147 0 0 0 25 0 1 0 58844811 6549504 916 996147200 134512640 135215973 4294956304 18446744073709551615 134590033 0 0 4096 0 0 0 0 17 1 0 0
/proc/12837/statm: 1599 916 422 171 0 524 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 6396

[startup+3.1011 s]
/proc/loadavg: 2.14 2.11 2.03 3/73 12842
/proc/meminfo: memFree=1245464/2055920 swapFree=4192812/4192956
[pid=12837] ppid=12835 vsize=7696 CPUtime=3.05
/proc/12837/stat : 12837 (pcs.big) R 12835 12837 10842 0 -1 4194304 1621 647 0 0 305 0 0 0 25 0 1 0 58844811 7880704 1219 996147200 134512640 135215973 4294956304 18446744073709551615 134583227 0 0 4096 0 0 0 0 17 1 0 0
/proc/12837/statm: 1924 1219 422 171 0 849 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 7696

[startup+6.30169 s]
/proc/loadavg: 2.13 2.10 2.03 3/73 12842
/proc/meminfo: memFree=1241432/2055920 swapFree=4192812/4192956
[pid=12837] ppid=12835 vsize=9684 CPUtime=6.23
/proc/12837/stat : 12837 (pcs.big) R 12835 12837 10842 0 -1 4194304 2140 647 0 0 622 1 0 0 25 0 1 0 58844811 9916416 1738 996147200 134512640 135215973 4294956304 18446744073709551615 134640995 0 0 4096 0 0 0 0 17 1 0 0
/proc/12837/statm: 2421 1738 422 171 0 1346 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 9684

[startup+12.7019 s]
/proc/loadavg: 2.20 2.12 2.04 3/73 12842
/proc/meminfo: memFree=1234264/2055920 swapFree=4192812/4192956
[pid=12837] ppid=12835 vsize=13960 CPUtime=12.57
/proc/12837/stat : 12837 (pcs.big) R 12835 12837 10842 0 -1 4194304 3290 647 0 0 1255 2 0 0 25 0 1 0 58844811 14295040 2725 996147200 134512640 135215973 4294956304 18446744073709551615 134992271 0 0 4096 0 0 0 0 17 1 0 0
/proc/12837/statm: 3490 2725 422 171 0 2415 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 13960

[startup+25.5022 s]
/proc/loadavg: 2.16 2.11 2.03 3/73 12873
/proc/meminfo: memFree=1314904/2055920 swapFree=4192812/4192956
[pid=12837] ppid=12835 vsize=21496 CPUtime=25.3
/proc/12837/stat : 12837 (pcs.big) R 12835 12837 10842 0 -1 4194304 5307 647 0 0 2526 4 0 0 25 0 1 0 58844811 22011904 4484 996147200 134512640 135215973 4294956304 18446744073709551615 134599879 0 0 4096 0 0 0 0 17 0 0 0
/proc/12837/statm: 5374 4484 422 171 0 4299 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 21496

[startup+51.1029 s]
/proc/loadavg: 2.10 2.10 2.03 3/73 12873
/proc/meminfo: memFree=1292448/2055920 swapFree=4192812/4192956
[pid=12837] ppid=12835 vsize=32424 CPUtime=50.89
/proc/12837/stat : 12837 (pcs.big) R 12835 12837 10842 0 -1 4194304 8278 647 0 0 5082 7 0 0 25 0 1 0 58844811 33202176 7198 996147200 134512640 135215973 4294956304 18446744073709551615 134585020 0 0 4096 0 0 0 0 17 0 0 0
/proc/12837/statm: 8106 7198 422 171 0 7031 0
Current children cumulated CPU time (s) 50.89
Current children cumulated vsize (KiB) 32424

[startup+102.306 s]
/proc/loadavg: 2.04 2.08 2.03 3/73 12873
/proc/meminfo: memFree=1245536/2055920 swapFree=4192812/4192956
[pid=12837] ppid=12835 vsize=58112 CPUtime=102.07
/proc/12837/stat : 12837 (pcs.big) R 12835 12837 10842 0 -1 4194304 15256 647 0 0 10195 12 0 0 25 0 1 0 58844811 59506688 13406 996147200 134512640 135215973 4294956304 18446744073709551615 134989219 0 0 4096 0 0 0 0 17 0 0 0
/proc/12837/statm: 14528 13406 422 171 0 13453 0
Current children cumulated CPU time (s) 102.07
Current children cumulated vsize (KiB) 58112

[startup+162.302 s]
/proc/loadavg: 2.01 2.07 2.02 3/73 12873
/proc/meminfo: memFree=1194528/2055920 swapFree=4192812/4192956
[pid=12837] ppid=12835 vsize=86416 CPUtime=162.04
/proc/12837/stat : 12837 (pcs.big) R 12835 12837 10842 0 -1 4194304 22917 647 0 0 16186 18 0 0 25 0 1 0 58844811 88489984 20042 996147200 134512640 135215973 4294956304 18446744073709551615 134590020 0 0 4096 0 0 0 0 17 0 0 0
/proc/12837/statm: 21604 20042 422 171 0 20529 0
Current children cumulated CPU time (s) 162.04
Current children cumulated vsize (KiB) 86416

[startup+222.301 s]
/proc/loadavg: 2.00 2.05 2.01 3/73 12873
/proc/meminfo: memFree=1151840/2055920 swapFree=4192812/4192956
[pid=12837] ppid=12835 vsize=109064 CPUtime=222.01
/proc/12837/stat : 12837 (pcs.big) R 12835 12837 10842 0 -1 4194304 28973 647 0 0 22177 24 0 0 25 0 1 0 58844811 111681536 25585 996147200 134512640 135215973 4294956304 18446744073709551615 134590993 0 0 4096 0 0 0 0 17 0 0 0
/proc/12837/statm: 27266 25585 422 171 0 26191 0
Current children cumulated CPU time (s) 222.01
Current children cumulated vsize (KiB) 109064

[startup+282.301 s]
/proc/loadavg: 2.00 2.04 2.01 3/73 12873
/proc/meminfo: memFree=1120800/2055920 swapFree=4192812/4192956
[pid=12837] ppid=12835 vsize=124948 CPUtime=281.99
/proc/12837/stat : 12837 (pcs.big) R 12835 12837 10842 0 -1 4194304 33315 647 0 0 28169 30 0 0 25 0 1 0 58844811 127946752 29927 996147200 134512640 135215973 4294956304 18446744073709551615 134648275 0 0 4096 0 0 0 0 17 0 0 0
/proc/12837/statm: 31237 29927 422 171 0 30162 0
Current children cumulated CPU time (s) 281.99
Current children cumulated vsize (KiB) 124948

[startup+342.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/73 12873
/proc/meminfo: memFree=1092704/2055920 swapFree=4192812/4192956
[pid=12837] ppid=12835 vsize=140276 CPUtime=341.97
/proc/12837/stat : 12837 (pcs.big) R 12835 12837 10842 0 -1 4194304 37506 647 0 0 34164 33 0 0 25 0 1 0 58844811 143642624 34118 996147200 134512640 135215973 4294956304 18446744073709551615 134590993 0 0 4096 0 0 0 0 17 0 0 0
/proc/12837/statm: 35069 34118 422 171 0 33994 0
Current children cumulated CPU time (s) 341.97
Current children cumulated vsize (KiB) 140276

[startup+402.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/73 12873
/proc/meminfo: memFree=1064928/2055920 swapFree=4192812/4192956
[pid=12837] ppid=12835 vsize=162668 CPUtime=401.93
/proc/12837/stat : 12837 (pcs.big) R 12835 12837 10842 0 -1 4194304 43407 647 0 0 40156 37 0 0 25 0 1 0 58844811 166572032 37970 996147200 134512640 135215973 4294956304 18446744073709551615 134583640 0 0 4096 0 0 0 0 17 0 0 0
/proc/12837/statm: 40667 37970 422 171 0 39592 0
Current children cumulated CPU time (s) 401.93
Current children cumulated vsize (KiB) 162668

[startup+462.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/73 12873
/proc/meminfo: memFree=1036128/2055920 swapFree=4192812/4192956
[pid=12837] ppid=12835 vsize=178012 CPUtime=461.9
/proc/12837/stat : 12837 (pcs.big) R 12835 12837 10842 0 -1 4194304 47601 647 0 0 46149 41 0 0 25 0 1 0 58844811 182284288 42164 996147200 134512640 135215973 4294956304 18446744073709551615 4158960025 0 0 4096 0 0 0 0 17 0 0 0
/proc/12837/statm: 44503 42164 422 171 0 43428 0
Current children cumulated CPU time (s) 461.9
Current children cumulated vsize (KiB) 178012

[startup+522.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/73 12873
/proc/meminfo: memFree=1007776/2055920 swapFree=4192812/4192956
[pid=12837] ppid=12835 vsize=192988 CPUtime=521.88
/proc/12837/stat : 12837 (pcs.big) R 12835 12837 10842 0 -1 4194304 51730 647 0 0 52143 45 0 0 25 0 1 0 58844811 197619712 46293 996147200 134512640 135215973 4294956304 18446744073709551615 4158960170 0 0 4096 0 0 0 0 17 0 0 0
/proc/12837/statm: 48247 46293 422 171 0 47172 0
Current children cumulated CPU time (s) 521.88
Current children cumulated vsize (KiB) 192988

[startup+582.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/73 12873
/proc/meminfo: memFree=971744/2055920 swapFree=4192812/4192956
[pid=12837] ppid=12835 vsize=218852 CPUtime=581.85
/proc/12837/stat : 12837 (pcs.big) R 12835 12837 10842 0 -1 4194304 58647 647 0 0 58135 50 0 0 25 0 1 0 58844811 224104448 52185 996147200 134512640 135215973 4294956304 18446744073709551615 134648275 0 0 4096 0 0 0 0 17 0 0 0
/proc/12837/statm: 54713 52185 422 171 0 53638 0
Current children cumulated CPU time (s) 581.85
Current children cumulated vsize (KiB) 218852

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

[startup+588.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 12873
/proc/meminfo: memFree=968416/2055920 swapFree=4192812/4192956
[pid=12837] ppid=12835 vsize=220536 CPUtime=588.25
/proc/12837/stat : 12837 (pcs.big) R 12835 12837 10842 0 -1 4194304 59125 647 0 0 58774 51 0 0 25 0 1 0 58844811 225828864 52663 996147200 134512640 135215973 4294956304 18446744073709551615 134599870 0 0 4096 0 0 0 0 17 0 0 0
/proc/12837/statm: 55134 52663 422 171 0 54059 0
Current children cumulated CPU time (s) 588.25
Current children cumulated vsize (KiB) 220536

[startup+601.501 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 12873
/proc/meminfo: memFree=962080/2055920 swapFree=4192812/4192956
[pid=12837] ppid=12835 vsize=224292 CPUtime=601.04
/proc/12837/stat : 12837 (pcs.big) R 12835 12837 10842 0 -1 4194304 60155 647 0 0 60052 52 0 0 25 0 1 0 58844811 229675008 53693 996147200 134512640 135215973 4294956304 18446744073709551615 134590581 0 0 4096 0 0 0 0 17 0 0 0
/proc/12837/statm: 56073 53693 422 171 0 54998 0
Current children cumulated CPU time (s) 601.04
Current children cumulated vsize (KiB) 224292

[startup+614.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 12873
/proc/meminfo: memFree=950304/2055920 swapFree=4192812/4192956
[pid=12837] ppid=12835 vsize=228068 CPUtime=613.83
/proc/12837/stat : 12837 (pcs.big) R 12835 12837 10842 0 -1 4194304 61208 647 0 0 61330 53 0 0 25 0 1 0 58844811 233541632 54746 996147200 134512640 135215973 4294956304 18446744073709551615 134592053 0 0 4096 0 0 0 0 17 0 0 0
/proc/12837/statm: 57017 54746 422 171 0 55942 0
Current children cumulated CPU time (s) 613.83
Current children cumulated vsize (KiB) 228068

[startup+620.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 12873
/proc/meminfo: memFree=948000/2055920 swapFree=4192812/4192956
[pid=12837] ppid=12835 vsize=230028 CPUtime=620.23
/proc/12837/stat : 12837 (pcs.big) R 12835 12837 10842 0 -1 4194304 61739 647 0 0 61969 54 0 0 25 0 1 0 58844811 235548672 55277 996147200 134512640 135215973 4294956304 18446744073709551615 134591029 0 0 4096 0 0 0 0 17 0 0 0
/proc/12837/statm: 57507 55277 422 171 0 56432 0
Current children cumulated CPU time (s) 620.23
Current children cumulated vsize (KiB) 230028

[startup+623.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 12873
/proc/meminfo: memFree=946400/2055920 swapFree=4192812/4192956
[pid=12837] ppid=12835 vsize=231072 CPUtime=623.43
/proc/12837/stat : 12837 (pcs.big) R 12835 12837 10842 0 -1 4194304 62015 647 0 0 62289 54 0 0 25 0 1 0 58844811 236617728 55553 996147200 134512640 135215973 4294956304 18446744073709551615 134583202 0 0 4096 0 0 0 0 17 0 0 0
/proc/12837/statm: 57768 55553 422 171 0 56693 0
Current children cumulated CPU time (s) 623.43
Current children cumulated vsize (KiB) 231072

[startup+624.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 12873
/proc/meminfo: memFree=945760/2055920 swapFree=4192812/4192956
[pid=12837] ppid=12835 vsize=231204 CPUtime=624.23
/proc/12837/stat : 12837 (pcs.big) R 12835 12837 10842 0 -1 4194304 62075 647 0 0 62369 54 0 0 25 0 1 0 58844811 236752896 55613 996147200 134512640 135215973 4294956304 18446744073709551615 134609802 0 0 4096 0 0 0 0 17 0 0 0
/proc/12837/statm: 57801 55613 422 171 0 56726 0
Current children cumulated CPU time (s) 624.23
Current children cumulated vsize (KiB) 231204

[startup+625.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 12873
/proc/meminfo: memFree=945760/2055920 swapFree=4192812/4192956
[pid=12837] ppid=12835 vsize=231460 CPUtime=625.03
/proc/12837/stat : 12837 (pcs.big) R 12835 12837 10842 0 -1 4194304 62150 647 0 0 62449 54 0 0 25 0 1 0 58844811 237015040 55688 996147200 134512640 135215973 4294956304 18446744073709551615 134609802 0 0 4096 0 0 0 0 17 0 0 0
/proc/12837/statm: 57865 55688 422 171 0 56790 0
Current children cumulated CPU time (s) 625.03
Current children cumulated vsize (KiB) 231460

[startup+625.907 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 12873
/proc/meminfo: memFree=949600/2055920 swapFree=4192812/4192956
[pid=12837] ppid=12835 vsize=223396 CPUtime=625.43
/proc/12837/stat : 12837 (pcs.big) R 12835 12837 10842 0 -1 4194304 62153 647 0 0 62489 54 0 0 25 0 1 0 58844811 228757504 54570 996147200 134512640 135215973 4294956304 18446744073709551615 3035134 0 0 4096 0 0 0 0 17 0 0 0
/proc/12837/statm: 55849 54570 422 171 0 54774 0
Current children cumulated CPU time (s) 625.43
Current children cumulated vsize (KiB) 223396

Child status: 0
Real time (s): 626
CPU time (s): 625.546
CPU user time (s): 624.957
CPU system time (s): 0.58891
CPU usage (%): 99.9275
Max. virtual memory (cumulated for all children) (KiB): 231460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 624.957
system time used= 0.58891
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62802
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= 19
involuntary context switches= 2634

runsolver used 0.898863 second user time and 1.74673 second system time

The end

Launcher Data

Begin job on node24 at 2009-07-16 06:16:20
IDJOB=2080471
IDBENCH=57093
IDSOLVER=734
FILE ID=node24/2080471-1247717780
PBS_JOBID= 9521371
Free space on /tmp= 66412 MiB

SOLVER NAME= pcs-restart 0.2.restart
BENCH NAME= CPAI08/csp/queensKnights/normalized-queensKnights-10-5-mul.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2080471-1247717780/watcher-2080471-1247717780 -o /tmp/evaluation-result-2080471-1247717780/solver-2080471-1247717780 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 203439560 HOME/instance-2080471-1247717780.xml

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

MD5SUM BENCH= b79a35fdeb8af50a3cf1eaff121ab273
RANDOM SEED=203439560

node24.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.287
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.287
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:       1249472 kB
Buffers:         90616 kB
Cached:         521860 kB
SwapCached:          0 kB
Active:         289908 kB
Inactive:       426416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1249472 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1852 kB
Writeback:           0 kB
Mapped:         115416 kB
Slab:            75340 kB
Committed_AS:   627984 kB
PageTables:       1980 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= 66412 MiB
End job on node24 at 2009-07-16 06:26:46