Trace number 2074696

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.2? (MO) 857.043 860.741

General information on the benchmark

Namecsp/mknap/
normalized-mknap-1-5.xml
MD5SUMb5acb3eb596baa32b0d08b4b1c84ff93
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.25481
Satisfiable
(Un)Satisfiability was proved
Number of variables39
Number of constraints6
Maximum constraint arity39
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension6
Global constraints used (with number of constraints)

Solver Data

0.00/0.01	c has operations which may create big domains
0.00/0.01	c big-domain mode
0.00/0.02	c Seed is 2035893121
0.00/0.02	c Constructing HOME/instance-2074696-1247712420.xml  with 434 constraints
0.00/0.03	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-2074696-1247712420/watcher-2074696-1247712420 -o /tmp/evaluation-result-2074696-1247712420/solver-2074696-1247712420 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 2035893121 HOME/instance-2074696-1247712420.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: 1.85 1.96 1.99 4/72 17362
/proc/meminfo: memFree=1676776/2055920 swapFree=4192812/4192956
[pid=17362] ppid=17360 vsize=5356 CPUtime=0
/proc/17362/stat : 17362 (pcssolve) R 17360 17362 17004 0 -1 4194304 290 0 0 0 0 0 0 0 21 0 1 0 58305603 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 240577473183 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/17362/statm: 1339 241 200 169 0 50 0
[pid=17363] ppid=17362 vsize=0 CPUtime=0
/proc/17363/stat : 17363 (fgrep) R 17362 17362 17004 0 -1 4194308 150 0 0 0 0 0 0 0 22 0 1 0 58305603 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/17363/statm: 0 0 0 0 0 0 0
[pid=17364] ppid=17362 vsize=5356 CPUtime=0
/proc/17364/stat : 17364 (pcssolve) R 17362 17362 17004 0 -1 4194368 0 0 0 0 0 0 0 0 21 0 1 0 58305603 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 240577473183 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/17364/statm: 1339 241 200 169 0 50 0

[startup+0.0690809 s]
/proc/loadavg: 1.85 1.96 1.99 4/72 17362
/proc/meminfo: memFree=1676776/2055920 swapFree=4192812/4192956
[pid=17362] ppid=17360 vsize=5096 CPUtime=0.05
/proc/17362/stat : 17362 (pcs.big) R 17360 17362 17004 0 -1 4194304 996 811 0 0 5 0 0 0 25 0 1 0 58305603 5218304 605 996147200 134512640 135215973 4294956304 18446744073709551615 134599858 0 0 4096 0 0 0 0 17 1 0 0
/proc/17362/statm: 1274 605 408 171 0 199 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5096

[startup+0.101082 s]
/proc/loadavg: 1.85 1.96 1.99 4/72 17362
/proc/meminfo: memFree=1676776/2055920 swapFree=4192812/4192956
[pid=17362] ppid=17360 vsize=5360 CPUtime=0.08
/proc/17362/stat : 17362 (pcs.big) R 17360 17362 17004 0 -1 4194304 1046 811 0 0 8 0 0 0 25 0 1 0 58305603 5488640 655 996147200 134512640 135215973 4294956304 18446744073709551615 135094601 0 0 4096 0 0 0 0 17 1 0 0
/proc/17362/statm: 1340 655 408 171 0 265 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5360

[startup+0.301108 s]
/proc/loadavg: 1.85 1.96 1.99 4/72 17362
/proc/meminfo: memFree=1676776/2055920 swapFree=4192812/4192956
[pid=17362] ppid=17360 vsize=6956 CPUtime=0.27
/proc/17362/stat : 17362 (pcs.big) R 17360 17362 17004 0 -1 4194304 1463 811 0 0 27 0 0 0 25 0 1 0 58305603 7122944 1072 996147200 134512640 135215973 4294956304 18446744073709551615 134599849 0 0 4096 0 0 0 0 17 1 0 0
/proc/17362/statm: 1739 1072 408 171 0 664 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 6956

[startup+0.701138 s]
/proc/loadavg: 1.85 1.96 1.99 4/72 17362
/proc/meminfo: memFree=1676776/2055920 swapFree=4192812/4192956
[pid=17362] ppid=17360 vsize=9676 CPUtime=0.68
/proc/17362/stat : 17362 (pcs.big) R 17360 17362 17004 0 -1 4194304 2110 811 0 0 67 1 0 0 25 0 1 0 58305603 9908224 1719 996147200 134512640 135215973 4294956304 18446744073709551615 134583640 0 0 4096 0 0 0 0 17 1 0 0
/proc/17362/statm: 2419 1719 411 171 0 1344 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 9676

[startup+1.50121 s]
/proc/loadavg: 1.85 1.96 1.99 3/73 17368
/proc/meminfo: memFree=1671392/2055920 swapFree=4192812/4192956
[pid=17362] ppid=17360 vsize=9676 CPUtime=1.47
/proc/17362/stat : 17362 (pcs.big) R 17360 17362 17004 0 -1 4194304 2122 811 0 0 146 1 0 0 25 0 1 0 58305603 9908224 1731 996147200 134512640 135215973 4294956304 18446744073709551615 134599870 0 0 4096 0 0 0 0 17 1 0 0
/proc/17362/statm: 2419 1731 411 171 0 1344 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 9676

[startup+3.10135 s]
/proc/loadavg: 1.87 1.96 1.99 3/73 17368
/proc/meminfo: memFree=1671200/2055920 swapFree=4192812/4192956
[pid=17362] ppid=17360 vsize=9808 CPUtime=3.06
/proc/17362/stat : 17362 (pcs.big) R 17360 17362 17004 0 -1 4194304 2148 811 0 0 305 1 0 0 25 0 1 0 58305603 10043392 1757 996147200 134512640 135215973 4294956304 18446744073709551615 4158960023 0 0 4096 0 0 0 0 17 1 0 0
/proc/17362/statm: 2452 1757 411 171 0 1377 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 9808

[startup+6.30163 s]
/proc/loadavg: 1.87 1.96 1.99 3/73 17368
/proc/meminfo: memFree=1668064/2055920 swapFree=4192812/4192956
[pid=17362] ppid=17360 vsize=14184 CPUtime=6.23
/proc/17362/stat : 17362 (pcs.big) R 17360 17362 17004 0 -1 4194304 3259 811 0 0 622 1 0 0 25 0 1 0 58305603 14524416 2868 996147200 134512640 135215973 4294956304 18446744073709551615 134641143 0 0 4096 0 0 0 0 17 1 0 0
/proc/17362/statm: 3546 2868 411 171 0 2471 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 14184

[startup+12.7022 s]
/proc/loadavg: 1.89 1.96 1.99 3/73 17368
/proc/meminfo: memFree=1659872/2055920 swapFree=4192812/4192956
[pid=17362] ppid=17360 vsize=21312 CPUtime=12.57
/proc/17362/stat : 17362 (pcs.big) R 17360 17362 17004 0 -1 4194304 5032 811 0 0 1255 2 0 0 25 0 1 0 58305603 21823488 4641 996147200 134512640 135215973 4294956304 18446744073709551615 134583640 0 0 4096 0 0 0 0 17 1 0 0
/proc/17362/statm: 5328 4641 411 171 0 4253 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 21312

[startup+25.5013 s]
/proc/loadavg: 1.90 1.96 1.99 3/73 17368
/proc/meminfo: memFree=1647328/2055920 swapFree=4192812/4192956
[pid=17362] ppid=17360 vsize=33712 CPUtime=25.26
/proc/17362/stat : 17362 (pcs.big) R 17360 17362 17004 0 -1 4194304 8157 811 0 0 2522 4 0 0 25 0 1 0 58305603 34521088 7733 996147200 134512640 135215973 4294956304 18446744073709551615 4158960041 0 0 4096 0 0 0 0 17 1 0 0
/proc/17362/statm: 8428 7733 411 171 0 7353 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 33712

[startup+51.1016 s]
/proc/loadavg: 1.93 1.96 1.99 3/73 17368
/proc/meminfo: memFree=1620832/2055920 swapFree=4192812/4192956
[pid=17362] ppid=17360 vsize=59564 CPUtime=50.65
/proc/17362/stat : 17362 (pcs.big) R 17360 17362 17004 0 -1 4194304 14665 811 0 0 5058 7 0 0 25 0 1 0 58305603 60993536 14176 996147200 134512640 135215973 4294956304 18446744073709551615 4158960021 0 0 4096 0 0 0 0 17 1 0 0
/proc/17362/statm: 14891 14176 411 171 0 13816 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 59564

[startup+102.306 s]
/proc/loadavg: 1.97 1.97 1.99 3/73 17368
/proc/meminfo: memFree=1559584/2055920 swapFree=4192812/4192956
[pid=17362] ppid=17360 vsize=120076 CPUtime=101.44
/proc/17362/stat : 17362 (pcs.big) R 17360 17362 17004 0 -1 4194304 29954 811 0 0 10131 13 0 0 25 0 1 0 58305603 122957824 29283 996147200 134512640 135215973 4294956304 18446744073709551615 134599877 0 0 4096 0 0 0 0 17 1 0 0
/proc/17362/statm: 30019 29283 411 171 0 28944 0
Current children cumulated CPU time (s) 101.44
Current children cumulated vsize (KiB) 120076

[startup+162.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/73 17368
/proc/meminfo: memFree=1501856/2055920 swapFree=4192812/4192956
[pid=17362] ppid=17360 vsize=179152 CPUtime=160.95
/proc/17362/stat : 17362 (pcs.big) R 17360 17362 17004 0 -1 4194304 44837 811 0 0 16075 20 0 0 25 0 1 0 58305603 183451648 43909 996147200 134512640 135215973 4294956304 18446744073709551615 134585694 0 0 4096 0 0 0 0 17 1 0 0
/proc/17362/statm: 44788 43909 411 171 0 43713 0
Current children cumulated CPU time (s) 160.95
Current children cumulated vsize (KiB) 179152

[startup+222.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/73 17368
/proc/meminfo: memFree=1445024/2055920 swapFree=4192812/4192956
[pid=17362] ppid=17360 vsize=234572 CPUtime=220.45
/proc/17362/stat : 17362 (pcs.big) R 17360 17362 17004 0 -1 4194304 58856 811 0 0 22018 27 0 0 25 0 1 0 58305603 240201728 57895 996147200 134512640 135215973 4294956304 18446744073709551615 134589862 0 0 4096 0 0 0 0 17 1 0 0
/proc/17362/statm: 58643 57895 411 171 0 57568 0
Current children cumulated CPU time (s) 220.45
Current children cumulated vsize (KiB) 234572

[startup+282.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/73 17370
/proc/meminfo: memFree=1379680/2055920 swapFree=4192812/4192956
[pid=17362] ppid=17360 vsize=302292 CPUtime=279.96
/proc/17362/stat : 17362 (pcs.big) R 17360 17362 17004 0 -1 4194304 76017 811 0 0 27962 34 0 0 25 0 1 0 58305603 309547008 74543 996147200 134512640 135215973 4294956304 18446744073709551615 134583393 0 0 4096 0 0 0 0 17 1 0 0
/proc/17362/statm: 75573 74543 411 171 0 74498 0
Current children cumulated CPU time (s) 279.96
Current children cumulated vsize (KiB) 302292

[startup+342.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/73 17370
/proc/meminfo: memFree=1296928/2055920 swapFree=4192812/4192956
[pid=17362] ppid=17360 vsize=386596 CPUtime=339.47
/proc/17362/stat : 17362 (pcs.big) R 17360 17362 17004 0 -1 4194304 97424 811 0 0 33902 45 0 0 25 0 1 0 58305603 395874304 94860 996147200 134512640 135215973 4294956304 18446744073709551615 4158960050 0 0 4096 0 0 0 0 17 1 0 0
/proc/17362/statm: 96649 94860 411 171 0 95574 0
Current children cumulated CPU time (s) 339.47
Current children cumulated vsize (KiB) 386596

[startup+402.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/73 17370
/proc/meminfo: memFree=1243552/2055920 swapFree=4192812/4192956
[pid=17362] ppid=17360 vsize=440140 CPUtime=398.98
/proc/17362/stat : 17362 (pcs.big) R 17360 17362 17004 0 -1 4194304 110984 811 0 0 39846 52 0 0 25 0 1 0 58305603 450703360 108420 996147200 134512640 135215973 4294956304 18446744073709551615 134599873 0 0 4096 0 0 0 0 17 1 0 0
/proc/17362/statm: 110035 108420 411 171 0 108960 0
Current children cumulated CPU time (s) 398.98
Current children cumulated vsize (KiB) 440140

[startup+462.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/82 17412
/proc/meminfo: memFree=1147928/2055920 swapFree=4192812/4192956
[pid=17362] ppid=17360 vsize=507316 CPUtime=458.74
/proc/17362/stat : 17362 (pcs.big) R 17360 17362 17004 0 -1 4194304 127937 811 0 0 45813 61 0 0 25 0 1 0 58305603 519491584 125373 996147200 134512640 135215973 4294956304 18446744073709551615 135094760 0 0 4096 0 0 0 0 17 0 0 0
/proc/17362/statm: 126829 125373 411 171 0 125754 0
Current children cumulated CPU time (s) 458.74
Current children cumulated vsize (KiB) 507316

[startup+522.302 s]
/proc/loadavg: 2.04 1.99 1.99 3/82 17412
/proc/meminfo: memFree=1102872/2055920 swapFree=4192812/4192956
[pid=17362] ppid=17360 vsize=551400 CPUtime=518.71
/proc/17362/stat : 17362 (pcs.big) R 17360 17362 17004 0 -1 4194304 139068 811 0 0 51805 66 0 0 25 0 1 0 58305603 564633600 136504 996147200 134512640 135215973 4294956304 18446744073709551615 134583642 0 0 4096 0 0 0 0 17 0 0 0
/proc/17362/statm: 137850 136504 411 171 0 136775 0
Current children cumulated CPU time (s) 518.71
Current children cumulated vsize (KiB) 551400

[startup+582.301 s]
/proc/loadavg: 2.01 1.99 1.99 3/82 17412
/proc/meminfo: memFree=1038552/2055920 swapFree=4192812/4192956
[pid=17362] ppid=17360 vsize=610884 CPUtime=578.69
/proc/17362/stat : 17362 (pcs.big) R 17360 17362 17004 0 -1 4194304 154053 811 0 0 57797 72 0 0 25 0 1 0 58305603 625545216 151489 996147200 134512640 135215973 4294956304 18446744073709551615 134583685 0 0 4096 0 0 0 0 17 0 0 0
/proc/17362/statm: 152721 151489 411 171 0 151646 0
Current children cumulated CPU time (s) 578.69
Current children cumulated vsize (KiB) 610884

[startup+642.301 s]
/proc/loadavg: 2.00 1.99 1.99 3/82 17412
/proc/meminfo: memFree=985112/2055920 swapFree=4192812/4192956
[pid=17362] ppid=17360 vsize=663676 CPUtime=638.67
/proc/17362/stat : 17362 (pcs.big) R 17360 17362 17004 0 -1 4194304 167364 811 0 0 63787 80 0 0 25 0 1 0 58305603 679604224 164800 996147200 134512640 135215973 4294956304 18446744073709551615 4158960021 0 0 4096 0 0 0 0 17 0 0 0
/proc/17362/statm: 165919 164800 411 171 0 164844 0
Current children cumulated CPU time (s) 638.67
Current children cumulated vsize (KiB) 663676

[startup+702.302 s]
/proc/loadavg: 2.00 1.99 1.99 3/82 17412
/proc/meminfo: memFree=914840/2055920 swapFree=4192812/4192956
[pid=17362] ppid=17360 vsize=733564 CPUtime=698.64
/proc/17362/stat : 17362 (pcs.big) R 17360 17362 17004 0 -1 4194304 185025 811 0 0 69777 87 0 0 25 0 1 0 58305603 751169536 182461 996147200 134512640 135215973 4294956304 18446744073709551615 4158960644 0 0 4096 0 0 0 0 17 0 0 0
/proc/17362/statm: 183391 182461 411 171 0 182316 0
Current children cumulated CPU time (s) 698.64
Current children cumulated vsize (KiB) 733564

[startup+762.307 s]
/proc/loadavg: 2.00 1.99 1.99 3/82 17412
/proc/meminfo: memFree=844504/2055920 swapFree=4192812/4192956
[pid=17362] ppid=17360 vsize=803072 CPUtime=758.62
/proc/17362/stat : 17362 (pcs.big) R 17360 17362 17004 0 -1 4194304 202570 811 0 0 75767 95 0 0 25 0 1 0 58305603 822345728 199877 996147200 134512640 135215973 4294956304 18446744073709551615 135094894 0 0 4096 0 0 0 0 17 0 0 0
/proc/17362/statm: 200768 199877 411 171 0 199693 0
Current children cumulated CPU time (s) 758.62
Current children cumulated vsize (KiB) 803072

[startup+822.301 s]
/proc/loadavg: 2.00 1.99 1.99 3/82 17412
/proc/meminfo: memFree=772440/2055920 swapFree=4192812/4192956
[pid=17362] ppid=17360 vsize=882932 CPUtime=818.6
/proc/17362/stat : 17362 (pcs.big) R 17360 17362 17004 0 -1 4194304 222768 811 0 0 81756 104 0 0 25 0 1 0 58305603 904122368 218026 996147200 134512640 135215973 4294956304 18446744073709551615 134583640 0 0 4096 0 0 0 0 17 0 0 0
/proc/17362/statm: 220733 218026 411 171 0 219658 0
Current children cumulated CPU time (s) 818.6
Current children cumulated vsize (KiB) 882932



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+860.602 s]
/proc/loadavg: 2.00 1.99 1.99 3/82 17418
/proc/meminfo: memFree=732432/2055920 swapFree=4192812/4192956
[pid=17362] ppid=17360 vsize=921736 CPUtime=856.89
/proc/17362/stat : 17362 (pcs.big) R 17360 17362 17004 0 -1 4194304 232567 811 0 0 85580 109 0 0 25 0 1 0 58305603 943857664 227825 996147200 134512640 135215973 4294956304 18446744073709551615 135094875 0 0 4096 0 0 0 0 17 0 0 0
/proc/17362/statm: 230434 227825 411 171 0 229359 0
Current children cumulated CPU time (s) 856.89
Current children cumulated vsize (KiB) 921736

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

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

[startup+860.707 s]
/proc/loadavg: 2.00 1.99 1.99 3/82 17418
/proc/meminfo: memFree=732432/2055920 swapFree=4192812/4192956
[pid=17362] ppid=17360 vsize=0 CPUtime=856.99
/proc/17362/stat : 17362 (pcs.big) R 17360 17362 17004 0 -1 4195332 232567 811 0 0 85580 119 0 0 25 0 1 0 58305603 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/17362/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 856.99
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 860.741
CPU time (s): 857.043
CPU user time (s): 855.807
CPU system time (s): 1.23581
CPU usage (%): 99.5703
Max. virtual memory (cumulated for all children) (KiB): 921736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 855.807
system time used= 1.23581
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 233378
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= 21
involuntary context switches= 10785

runsolver used 1.18782 second user time and 2.54861 second system time

The end

Launcher Data

Begin job on node50 at 2009-07-16 04:47:00
IDJOB=2074696
IDBENCH=56125
IDSOLVER=734
FILE ID=node50/2074696-1247712420
PBS_JOBID= 9521412
Free space on /tmp= 66396 MiB

SOLVER NAME= pcs-restart 0.2.restart
BENCH NAME= CPAI08/csp/mknap/normalized-mknap-1-5.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2074696-1247712420/watcher-2074696-1247712420 -o /tmp/evaluation-result-2074696-1247712420/solver-2074696-1247712420 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 2035893121 HOME/instance-2074696-1247712420.xml

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

MD5SUM BENCH= b5acb3eb596baa32b0d08b4b1c84ff93
RANDOM SEED=2035893121

node50.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.231
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.231
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:       1677256 kB
Buffers:         63896 kB
Cached:         220004 kB
SwapCached:          0 kB
Active:          87576 kB
Inactive:       218476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1677256 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2252 kB
Writeback:           0 kB
Mapped:          33568 kB
Slab:            57864 kB
Committed_AS:   487532 kB
PageTables:       1820 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= 66392 MiB
End job on node50 at 2009-07-16 05:01:23