Trace number 2065180

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) 1052.2 1062.15

General information on the benchmark

Namecsp/fischer/
normalized-fischer-11-9-fair.xml
MD5SUM6fa7172765415230a524481a7e5679c2
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables26193
Number of constraints24812
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension24812
Global constraints used (with number of constraints)

Solver Data

0.00/0.02	c has big domains
0.00/0.02	c big-domain mode
0.00/0.05	c Seed is 1150782886
0.00/0.05	c Constructing HOME/instance-2065180-1247703467.xml  with 33238 constraints
1.36/1.49	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-2065180-1247703467/watcher-2065180-1247703467 -o /tmp/evaluation-result-2065180-1247703467/solver-2065180-1247703467 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 1150782886 HOME/instance-2065180-1247703467.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.07 2.06 4/81 11722
/proc/meminfo: memFree=1144392/2055920 swapFree=4192812/4192956
[pid=11722] ppid=11720 vsize=5356 CPUtime=0
/proc/11722/stat : 11722 (pcssolve) R 11720 11722 10283 0 -1 4194304 273 0 0 0 0 0 0 0 20 0 1 0 57410872 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 255539604127 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/11722/statm: 1339 241 200 169 0 50 0
[pid=11723] ppid=11722 vsize=5356 CPUtime=0
/proc/11723/stat : 11723 (pcssolve) R 11722 11722 10283 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 1 0 57410872 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 255539604127 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/11723/statm: 1339 241 200 169 0 50 0

[startup+0.104723 s]
/proc/loadavg: 2.00 2.07 2.06 4/81 11722
/proc/meminfo: memFree=1144392/2055920 swapFree=4192812/4192956
[pid=11722] ppid=11720 vsize=6572 CPUtime=0.08
/proc/11722/stat : 11722 (pcs.big) R 11720 11722 10283 0 -1 4194304 1314 657 0 0 7 0 0 1 18 0 1 0 57410872 6729728 945 996147200 134512640 135215973 4294956304 18446744073709551615 4159752472 0 0 4096 0 0 0 0 17 1 0 0
/proc/11722/statm: 1643 945 361 171 0 568 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 6572

[startup+0.202737 s]
/proc/loadavg: 2.00 2.07 2.06 4/81 11722
/proc/meminfo: memFree=1144392/2055920 swapFree=4192812/4192956
[pid=11722] ppid=11720 vsize=9676 CPUtime=0.17
/proc/11722/stat : 11722 (pcs.big) R 11720 11722 10283 0 -1 4194304 2018 657 0 0 16 0 0 1 18 0 1 0 57410872 9908224 1608 996147200 134512640 135215973 4294956304 18446744073709551615 134533309 0 0 4096 0 0 0 0 17 1 0 0
/proc/11722/statm: 2419 1608 364 171 0 1344 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 9676

[startup+0.302742 s]
/proc/loadavg: 2.00 2.07 2.06 4/81 11722
/proc/meminfo: memFree=1144392/2055920 swapFree=4192812/4192956
[pid=11722] ppid=11720 vsize=12992 CPUtime=0.28
/proc/11722/stat : 11722 (pcs.big) R 11720 11722 10283 0 -1 4194304 3155 657 0 0 26 1 0 1 19 0 1 0 57410872 13303808 2214 996147200 134512640 135215973 4294956304 18446744073709551615 134762865 0 0 4096 0 0 0 0 17 1 0 0
/proc/11722/statm: 3248 2214 385 171 0 2173 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 12992

[startup+0.702788 s]
/proc/loadavg: 2.00 2.07 2.06 4/81 11722
/proc/meminfo: memFree=1144392/2055920 swapFree=4192812/4192956
[pid=11722] ppid=11720 vsize=16800 CPUtime=0.68
/proc/11722/stat : 11722 (pcs.big) R 11720 11722 10283 0 -1 4194304 4307 657 0 0 65 2 0 1 23 0 1 0 57410872 17203200 3139 996147200 134512640 135215973 4294956304 18446744073709551615 134709294 0 0 4096 0 0 0 0 17 1 0 0
/proc/11722/statm: 4200 3139 389 171 0 3125 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 16800

[startup+1.50186 s]
/proc/loadavg: 2.00 2.07 2.06 3/82 11727
/proc/meminfo: memFree=1131584/2055920 swapFree=4192812/4192956
[pid=11722] ppid=11720 vsize=18916 CPUtime=1.46
/proc/11722/stat : 11722 (pcs.big) R 11720 11722 10283 0 -1 4194304 5530 657 0 0 143 2 0 1 25 0 1 0 57410872 19369984 3732 996147200 134512640 135215973 4294956304 18446744073709551615 3960881 0 0 4096 0 0 0 0 17 1 0 0
/proc/11722/statm: 4729 3732 397 171 0 3654 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 18916

[startup+3.10202 s]
/proc/loadavg: 2.00 2.07 2.06 3/82 11727
/proc/meminfo: memFree=1120448/2055920 swapFree=4192812/4192956
[pid=11722] ppid=11720 vsize=30168 CPUtime=3.05
/proc/11722/stat : 11722 (pcs.big) R 11720 11722 10283 0 -1 4194304 9052 657 0 0 300 4 0 1 25 0 1 0 57410872 30892032 6498 996147200 134512640 135215973 4294956304 18446744073709551615 4158960050 0 0 4096 0 0 0 0 17 1 0 0
/proc/11722/statm: 7542 6498 409 171 0 6467 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 30168

[startup+6.30132 s]
/proc/loadavg: 2.00 2.07 2.06 3/82 11727
/proc/meminfo: memFree=1118848/2055920 swapFree=4192812/4192956
[pid=11722] ppid=11720 vsize=30672 CPUtime=6.22
/proc/11722/stat : 11722 (pcs.big) R 11720 11722 10283 0 -1 4194304 9253 657 0 0 617 4 0 1 25 0 1 0 57410872 31408128 6683 996147200 134512640 135215973 4294956304 18446744073709551615 134592091 0 0 4096 0 0 0 0 17 1 0 0
/proc/11722/statm: 7668 6683 409 171 0 6593 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 30672

[startup+12.7019 s]
/proc/loadavg: 2.00 2.06 2.06 3/82 11727
/proc/meminfo: memFree=1114496/2055920 swapFree=4192812/4192956
[pid=11722] ppid=11720 vsize=37328 CPUtime=12.56
/proc/11722/stat : 11722 (pcs.big) R 11720 11722 10283 0 -1 4194304 11166 657 0 0 1250 5 0 1 25 0 1 0 57410872 38223872 7763 996147200 134512640 135215973 4294956304 18446744073709551615 134965685 0 0 4096 0 0 0 0 17 1 0 0
/proc/11722/statm: 9332 7763 409 171 0 8257 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 37328

[startup+25.5021 s]
/proc/loadavg: 2.00 2.06 2.05 3/82 11727
/proc/meminfo: memFree=1105920/2055920 swapFree=4192812/4192956
[pid=11722] ppid=11720 vsize=46036 CPUtime=25.24
/proc/11722/stat : 11722 (pcs.big) R 11720 11722 10283 0 -1 4194304 13401 657 0 0 2517 6 0 1 25 0 1 0 57410872 47140864 9965 996147200 134512640 135215973 4294956304 18446744073709551615 134600649 0 0 4096 0 0 0 0 17 1 0 0
/proc/11722/statm: 11509 9965 409 171 0 10434 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 46036

[startup+51.1026 s]
/proc/loadavg: 2.00 2.05 2.05 3/82 11727
/proc/meminfo: memFree=1093888/2055920 swapFree=4192812/4192956
[pid=11722] ppid=11720 vsize=58160 CPUtime=50.61
/proc/11722/stat : 11722 (pcs.big) R 11720 11722 10283 0 -1 4194304 16620 657 0 0 5051 9 0 1 25 0 1 0 57410872 59555840 12990 996147200 134512640 135215973 4294956304 18446744073709551615 134907454 0 0 4096 0 0 0 0 17 1 0 0
/proc/11722/statm: 14540 12990 409 171 0 13465 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 58160

[startup+102.302 s]
/proc/loadavg: 2.00 2.04 2.05 3/82 11727
/proc/meminfo: memFree=1049984/2055920 swapFree=4192812/4192956
[pid=11722] ppid=11720 vsize=101308 CPUtime=101.33
/proc/11722/stat : 11722 (pcs.big) R 11720 11722 10283 0 -1 4194304 27794 657 0 0 10117 15 0 1 25 0 1 0 57410872 103739392 23907 996147200 134512640 135215973 4294956304 18446744073709551615 134648311 0 0 4096 0 0 0 0 17 1 0 0
/proc/11722/statm: 25327 23907 409 171 0 24252 0
Current children cumulated CPU time (s) 101.33
Current children cumulated vsize (KiB) 101308

[startup+162.302 s]
/proc/loadavg: 2.00 2.03 2.04 3/82 11727
/proc/meminfo: memFree=1005376/2055920 swapFree=4192812/4192956
[pid=11722] ppid=11720 vsize=146600 CPUtime=160.76
/proc/11722/stat : 11722 (pcs.big) R 11720 11722 10283 0 -1 4194304 39470 657 0 0 16053 22 0 1 25 0 1 0 57410872 150118400 35036 996147200 134512640 135215973 4294956304 18446744073709551615 134587736 0 0 4096 0 0 0 0 17 1 0 0
/proc/11722/statm: 36650 35036 409 171 0 35575 0
Current children cumulated CPU time (s) 160.76
Current children cumulated vsize (KiB) 146600

[startup+222.308 s]
/proc/loadavg: 2.00 2.03 2.03 3/82 11727
/proc/meminfo: memFree=942080/2055920 swapFree=4192812/4192956
[pid=11722] ppid=11720 vsize=208676 CPUtime=220.2
/proc/11722/stat : 11722 (pcs.big) R 11720 11722 10283 0 -1 4194304 55247 657 0 0 21987 32 0 1 25 0 1 0 57410872 213684224 50813 996147200 134512640 135215973 4294956304 18446744073709551615 4158960128 0 0 4096 0 0 0 0 17 1 0 0
/proc/11722/statm: 52169 50813 409 171 0 51094 0
Current children cumulated CPU time (s) 220.2
Current children cumulated vsize (KiB) 208676

[startup+282.303 s]
/proc/loadavg: 2.00 2.02 2.03 3/82 11727
/proc/meminfo: memFree=888512/2055920 swapFree=4192812/4192956
[pid=11722] ppid=11720 vsize=266220 CPUtime=279.64
/proc/11722/stat : 11722 (pcs.big) R 11720 11722 10283 0 -1 4194304 69849 657 0 0 27922 41 0 1 25 0 1 0 57410872 272609280 64390 996147200 134512640 135215973 4294956304 18446744073709551615 4158960021 0 0 4096 0 0 0 0 17 1 0 0
/proc/11722/statm: 66555 64390 409 171 0 65480 0
Current children cumulated CPU time (s) 279.64
Current children cumulated vsize (KiB) 266220

[startup+342.302 s]
/proc/loadavg: 2.00 2.01 2.02 3/82 11727
/proc/meminfo: memFree=844736/2055920 swapFree=4192812/4192956
[pid=11722] ppid=11720 vsize=308288 CPUtime=339.08
/proc/11722/stat : 11722 (pcs.big) R 11720 11722 10283 0 -1 4194304 80561 657 0 0 33860 47 0 1 25 0 1 0 57410872 315686912 75102 996147200 134512640 135215973 4294956304 18446744073709551615 134597415 0 0 4096 0 0 0 0 17 1 0 0
/proc/11722/statm: 77072 75102 409 171 0 75997 0
Current children cumulated CPU time (s) 339.08
Current children cumulated vsize (KiB) 308288

[startup+402.303 s]
/proc/loadavg: 2.04 2.02 2.02 3/82 11727
/proc/meminfo: memFree=800512/2055920 swapFree=4192812/4192956
[pid=11722] ppid=11720 vsize=351900 CPUtime=398.51
/proc/11722/stat : 11722 (pcs.big) R 11720 11722 10283 0 -1 4194304 91724 657 0 0 39797 53 0 1 25 0 1 0 57410872 360345600 86265 996147200 134512640 135215973 4294956304 18446744073709551615 134587250 0 0 4096 0 0 0 0 17 1 0 0
/proc/11722/statm: 87975 86265 409 171 0 86900 0
Current children cumulated CPU time (s) 398.51
Current children cumulated vsize (KiB) 351900

[startup+462.303 s]
/proc/loadavg: 2.01 2.02 2.02 3/82 11727
/proc/meminfo: memFree=727040/2055920 swapFree=4192812/4192956
[pid=11722] ppid=11720 vsize=423844 CPUtime=457.95
/proc/11722/stat : 11722 (pcs.big) R 11720 11722 10283 0 -1 4194304 109942 657 0 0 45732 62 0 1 25 0 1 0 57410872 434016256 104483 996147200 134512640 135215973 4294956304 18446744073709551615 134583658 0 0 4096 0 0 0 0 17 1 0 0
/proc/11722/statm: 105961 104483 409 171 0 104886 0
Current children cumulated CPU time (s) 457.95
Current children cumulated vsize (KiB) 423844

[startup+522.302 s]
/proc/loadavg: 2.00 2.01 2.01 3/82 11727
/proc/meminfo: memFree=655360/2055920 swapFree=4192812/4192956
[pid=11722] ppid=11720 vsize=495524 CPUtime=517.39
/proc/11722/stat : 11722 (pcs.big) R 11720 11722 10283 0 -1 4194304 128153 657 0 0 51667 71 0 1 25 0 1 0 57410872 507416576 122694 996147200 134512640 135215973 4294956304 18446744073709551615 134965685 0 0 4096 0 0 0 0 17 1 0 0
/proc/11722/statm: 123881 122694 409 171 0 122806 0
Current children cumulated CPU time (s) 517.39
Current children cumulated vsize (KiB) 495524

[startup+582.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 11727
/proc/meminfo: memFree=588160/2055920 swapFree=4192812/4192956
[pid=11722] ppid=11720 vsize=567956 CPUtime=576.83
/proc/11722/stat : 11722 (pcs.big) R 11720 11722 10283 0 -1 4194304 146766 657 0 0 57603 79 0 1 25 0 1 0 57410872 581586944 139258 996147200 134512640 135215973 4294956304 18446744073709551615 134962818 0 0 4096 0 0 0 0 17 1 0 0
/proc/11722/statm: 141989 139258 409 171 0 140914 0
Current children cumulated CPU time (s) 576.83
Current children cumulated vsize (KiB) 567956

[startup+642.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 11727
/proc/meminfo: memFree=537792/2055920 swapFree=4192812/4192956
[pid=11722] ppid=11720 vsize=619208 CPUtime=636.27
/proc/11722/stat : 11722 (pcs.big) R 11720 11722 10283 0 -1 4194304 159800 657 0 0 63541 85 0 1 25 0 1 0 57410872 634068992 151714 996147200 134512640 135215973 4294956304 18446744073709551615 134610603 0 0 4096 0 0 0 0 17 1 0 0
/proc/11722/statm: 154802 151714 409 171 0 153727 0
Current children cumulated CPU time (s) 636.27
Current children cumulated vsize (KiB) 619208

[startup+702.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 11727
/proc/meminfo: memFree=491200/2055920 swapFree=4192812/4192956
[pid=11722] ppid=11720 vsize=664396 CPUtime=695.71
/proc/11722/stat : 11722 (pcs.big) R 11720 11722 10283 0 -1 4194304 171379 657 0 0 69478 92 0 1 25 0 1 0 57410872 680341504 163293 996147200 134512640 135215973 4294956304 18446744073709551615 134599849 0 0 4096 0 0 0 0 17 1 0 0
/proc/11722/statm: 166099 163293 409 171 0 165024 0
Current children cumulated CPU time (s) 695.71
Current children cumulated vsize (KiB) 664396

[startup+762.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 11727
/proc/meminfo: memFree=466304/2055920 swapFree=4192812/4192956
[pid=11722] ppid=11720 vsize=688192 CPUtime=755.15
/proc/11722/stat : 11722 (pcs.big) R 11720 11722 10283 0 -1 4194304 177586 657 0 0 75418 96 0 1 25 0 1 0 57410872 704708608 169500 996147200 134512640 135215973 4294956304 18446744073709551615 4158960041 0 0 4096 0 0 0 0 17 1 0 0
/proc/11722/statm: 172048 169500 409 171 0 170973 0
Current children cumulated CPU time (s) 755.15
Current children cumulated vsize (KiB) 688192

[startup+822.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 11727
/proc/meminfo: memFree=423936/2055920 swapFree=4192812/4192956
[pid=11722] ppid=11720 vsize=729876 CPUtime=814.59
/proc/11722/stat : 11722 (pcs.big) R 11720 11722 10283 0 -1 4194304 188260 657 0 0 81356 102 0 1 25 0 1 0 57410872 747393024 180174 996147200 134512640 135215973 4294956304 18446744073709551615 134590055 0 0 4096 0 0 0 0 17 1 0 0
/proc/11722/statm: 182469 180174 409 171 0 181394 0
Current children cumulated CPU time (s) 814.59
Current children cumulated vsize (KiB) 729876

[startup+882.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 11727
/proc/meminfo: memFree=376384/2055920 swapFree=4192812/4192956
[pid=11722] ppid=11720 vsize=776008 CPUtime=874.02
/proc/11722/stat : 11722 (pcs.big) R 11720 11722 10283 0 -1 4194304 200062 657 0 0 87293 108 0 1 25 0 1 0 57410872 794632192 191976 996147200 134512640 135215973 4294956304 18446744073709551615 134532677 0 0 4096 0 0 0 0 17 1 0 0
/proc/11722/statm: 194002 191976 409 171 0 192927 0
Current children cumulated CPU time (s) 874.02
Current children cumulated vsize (KiB) 776008

[startup+942.301 s]
/proc/loadavg: 2.03 2.01 2.00 3/82 11727
/proc/meminfo: memFree=335936/2055920 swapFree=4192812/4192956
[pid=11722] ppid=11720 vsize=815748 CPUtime=933.46
/proc/11722/stat : 11722 (pcs.big) R 11720 11722 10283 0 -1 4194304 210258 657 0 0 93232 113 0 1 25 0 1 0 57410872 835325952 202172 996147200 134512640 135215973 4294956304 18446744073709551615 134599858 0 0 4096 0 0 0 0 17 1 0 0
/proc/11722/statm: 203937 202172 409 171 0 202862 0
Current children cumulated CPU time (s) 933.46
Current children cumulated vsize (KiB) 815748

[startup+1002.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/82 11727
/proc/meminfo: memFree=296704/2055920 swapFree=4192812/4192956
[pid=11722] ppid=11720 vsize=853044 CPUtime=992.91
/proc/11722/stat : 11722 (pcs.big) R 11720 11722 10283 0 -1 4194304 219841 657 0 0 99172 118 0 1 25 0 1 0 57410872 873517056 211755 996147200 134512640 135215973 4294956304 18446744073709551615 134901850 0 0 4096 0 0 0 0 17 1 0 0
/proc/11722/statm: 213261 211755 409 171 0 212186 0
Current children cumulated CPU time (s) 992.91
Current children cumulated vsize (KiB) 853044



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1062 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 11727
/proc/meminfo: memFree=226880/2055920 swapFree=4192812/4192956
[pid=11722] ppid=11720 vsize=921608 CPUtime=1052.05
/proc/11722/stat : 11722 (pcs.big) R 11720 11722 10283 0 -1 4194304 237228 657 0 0 105078 126 0 1 25 0 1 0 57410872 943726592 229142 996147200 134512640 135215973 4294956304 18446744073709551615 4158960067 0 0 4096 0 0 0 0 17 1 0 0
/proc/11722/statm: 230402 229142 409 171 0 229327 0
Current children cumulated CPU time (s) 1052.05
Current children cumulated vsize (KiB) 921608

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

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

[startup+1062.11 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 11727
/proc/meminfo: memFree=226880/2055920 swapFree=4192812/4192956
[pid=11722] ppid=11720 vsize=0 CPUtime=1052.15
/proc/11722/stat : 11722 (pcs.big) R 11720 11722 10283 0 -1 4195332 237228 657 0 0 105078 136 0 1 25 0 1 0 57410872 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/11722/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1052.15
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1062.15
CPU time (s): 1052.2
CPU user time (s): 1050.79
CPU system time (s): 1.41578
CPU usage (%): 99.0638
Max. virtual memory (cumulated for all children) (KiB): 921608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1050.79
system time used= 1.41578
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 237885
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= 42953

runsolver used 1.3108 second user time and 3.52946 second system time

The end

Launcher Data

Begin job on node48 at 2009-07-16 02:17:47
IDJOB=2065180
IDBENCH=54323
IDSOLVER=733
FILE ID=node48/2065180-1247703467
PBS_JOBID= 9521217
Free space on /tmp= 66364 MiB

SOLVER NAME= pcs 0.2
BENCH NAME= CPAI08/csp/fischer/normalized-fischer-11-9-fair.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2065180-1247703467/watcher-2065180-1247703467 -o /tmp/evaluation-result-2065180-1247703467/solver-2065180-1247703467 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 1150782886 HOME/instance-2065180-1247703467.xml

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

MD5SUM BENCH= 6fa7172765415230a524481a7e5679c2
RANDOM SEED=1150782886

node48.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.237
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.237
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:       1144872 kB
Buffers:         81908 kB
Cached:         682684 kB
SwapCached:          0 kB
Active:         244736 kB
Inactive:       582164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1144872 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            6164 kB
Writeback:           0 kB
Mapped:          82708 kB
Slab:            69336 kB
Committed_AS:   651572 kB
PageTables:       1892 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= 66360 MiB
End job on node48 at 2009-07-16 02:35:31