Trace number 1125197

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
toulbar2/BTD 2008-06-27? (TO) 3600.1 3603.92

General information on the benchmark

Namemaxcsp/celar/scens/
normalized-scenw-08_ext.xml
MD5SUMc0f4aafd9bd86043ee92dc929bd69cd1
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints127
Best CPU time to get the best result obtained on this benchmark3600.05
Satisfiable
(Un)Satisfiability was proved
Number of variables458
Number of constraints5286
Maximum constraint arity2
Maximum domain size44
Number of constraints which are defined in extension5286
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)


Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1125197-1216167439/watcher-1125197-1216167439 -o /tmp/evaluation-result-1125197-1216167439/solver-1125197-1216167439 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/solverBTD.sh HOME/instance-1125197-1216167439.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/106 28592
/proc/meminfo: memFree=1651832/2055920 swapFree=4192812/4192956
[pid=28592] ppid=28590 vsize=5356 CPUtime=0
/proc/28592/stat : 28592 (solverBTD.sh) S 28590 28592 26925 0 -1 4194304 280 0 0 0 0 0 0 0 19 0 1 0 73440736 5484544 231 996147200 4194304 4889804 548682068816 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28592/statm: 1339 231 192 169 0 50 0
[pid=28593] ppid=28592 vsize=5356 CPUtime=0
/proc/28593/stat : 28593 (solverBTD.sh) R 28592 28592 26925 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 73440736 5484544 231 996147200 4194304 4889804 548682068816 18446744073709551615 254613712167 0 0 4096 0 0 0 0 17 1 0 0
/proc/28593/statm: 1339 231 192 169 0 50 0

[startup+0.106407 s]
/proc/loadavg: 2.00 2.00 2.00 4/106 28592
/proc/meminfo: memFree=1651832/2055920 swapFree=4192812/4192956
[pid=28592] ppid=28590 vsize=5356 CPUtime=0
/proc/28592/stat : 28592 (solverBTD.sh) S 28590 28592 26925 0 -1 4194304 344 353 0 0 0 0 0 0 16 0 1 0 73440736 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28592/statm: 1339 232 192 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.20143 s]
/proc/loadavg: 2.00 2.00 2.00 4/106 28592
/proc/meminfo: memFree=1651832/2055920 swapFree=4192812/4192956
[pid=28592] ppid=28590 vsize=5356 CPUtime=0
/proc/28592/stat : 28592 (solverBTD.sh) S 28590 28592 26925 0 -1 4194304 344 353 0 0 0 0 0 0 16 0 1 0 73440736 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28592/statm: 1339 232 192 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301447 s]
/proc/loadavg: 2.00 2.00 2.00 4/106 28592
/proc/meminfo: memFree=1651832/2055920 swapFree=4192812/4192956
[pid=28592] ppid=28590 vsize=5356 CPUtime=0
/proc/28592/stat : 28592 (solverBTD.sh) S 28590 28592 26925 0 -1 4194304 344 353 0 0 0 0 0 0 16 0 1 0 73440736 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28592/statm: 1339 232 192 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701524 s]
/proc/loadavg: 2.00 2.00 2.00 4/106 28592
/proc/meminfo: memFree=1651832/2055920 swapFree=4192812/4192956
[pid=28592] ppid=28590 vsize=5356 CPUtime=0
/proc/28592/stat : 28592 (solverBTD.sh) S 28590 28592 26925 0 -1 4194304 344 353 0 0 0 0 0 0 16 0 1 0 73440736 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28592/statm: 1339 232 192 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50167 s]
/proc/loadavg: 2.00 2.00 2.00 3/108 28597
/proc/meminfo: memFree=1609512/2055920 swapFree=4192812/4192956
[pid=28592] ppid=28590 vsize=5356 CPUtime=0
/proc/28592/stat : 28592 (solverBTD.sh) S 28590 28592 26925 0 -1 4194304 344 353 0 0 0 0 0 0 16 0 1 0 73440736 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28592/statm: 1339 232 192 169 0 50 0
[pid=28597] ppid=28592 vsize=47972 CPUtime=1.48
/proc/28597/stat : 28597 (toulbar2) R 28592 28592 26925 0 -1 4194304 10709 0 0 0 120 28 0 0 25 0 1 0 73440737 49123328 10691 996147200 134512640 137370052 4294956368 18446744073709551615 136182002 0 0 4096 0 0 0 0 17 1 0 0
/proc/28597/statm: 11993 10691 237 697 0 11292 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 53328

[startup+3.10198 s]
/proc/loadavg: 2.00 2.00 2.00 3/108 28597
/proc/meminfo: memFree=1607656/2055920 swapFree=4192812/4192956
[pid=28592] ppid=28590 vsize=5356 CPUtime=0
/proc/28592/stat : 28592 (solverBTD.sh) S 28590 28592 26925 0 -1 4194304 344 353 0 0 0 0 0 0 16 0 1 0 73440736 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28592/statm: 1339 232 192 169 0 50 0
[pid=28597] ppid=28592 vsize=47972 CPUtime=3.06
/proc/28597/stat : 28597 (toulbar2) R 28592 28592 26925 0 -1 4194304 10709 0 0 0 156 150 0 0 25 0 1 0 73440737 49123328 10691 996147200 134512640 137370052 4294956368 18446744073709551615 136076397 0 0 4096 0 0 0 0 17 1 0 0
/proc/28597/statm: 11993 10691 237 697 0 11292 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 53328

[startup+6.30159 s]
/proc/loadavg: 2.00 2.00 2.00 3/108 28597
/proc/meminfo: memFree=1601960/2055920 swapFree=4192812/4192956
[pid=28592] ppid=28590 vsize=5356 CPUtime=0
/proc/28592/stat : 28592 (solverBTD.sh) S 28590 28592 26925 0 -1 4194304 344 353 0 0 0 0 0 0 16 0 1 0 73440736 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28592/statm: 1339 232 192 169 0 50 0
[pid=28597] ppid=28592 vsize=47972 CPUtime=6.24
/proc/28597/stat : 28597 (toulbar2) R 28592 28592 26925 0 -1 4194304 10709 0 0 0 234 390 0 0 25 0 1 0 73440737 49123328 10691 996147200 134512640 137370052 4294956368 18446744073709551615 136076397 0 0 4096 0 0 0 0 17 0 0 0
/proc/28597/statm: 11993 10691 237 697 0 11292 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 53328

[startup+12.7028 s]
/proc/loadavg: 2.08 2.02 2.00 3/108 28597
/proc/meminfo: memFree=1592168/2055920 swapFree=4192812/4192956
[pid=28592] ppid=28590 vsize=5356 CPUtime=0
/proc/28592/stat : 28592 (solverBTD.sh) S 28590 28592 26925 0 -1 4194304 344 353 0 0 0 0 0 0 16 0 1 0 73440736 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28592/statm: 1339 232 192 169 0 50 0
[pid=28597] ppid=28592 vsize=47972 CPUtime=12.54
/proc/28597/stat : 28597 (toulbar2) R 28592 28592 26925 0 -1 4194304 10709 0 0 0 385 869 0 0 25 0 1 0 73440737 49123328 10691 996147200 134512640 137370052 4294956368 18446744073709551615 136244118 0 0 4096 0 0 0 0 17 1 0 0
/proc/28597/statm: 11993 10691 237 697 0 11292 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 53328

[startup+25.5013 s]
/proc/loadavg: 2.13 2.03 2.01 3/108 28599
/proc/meminfo: memFree=1581288/2055920 swapFree=4192812/4192956
[pid=28592] ppid=28590 vsize=5356 CPUtime=14.89
/proc/28592/stat : 28592 (solverBTD.sh) S 28590 28592 26925 0 -1 4194304 388 11641 0 0 0 0 584 905 16 0 1 0 73440736 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28592/statm: 1339 232 192 169 0 50 0
[pid=28599] ppid=28592 vsize=57272 CPUtime=10.36
/proc/28599/stat : 28599 (toulbar2) R 28592 28592 26925 0 -1 4194304 13522 0 0 0 1031 5 0 0 25 0 1 0 73442243 58646528 13117 996147200 134512640 137370052 4294956352 18446744073709551615 134598664 0 0 4096 0 0 0 0 17 0 0 0
/proc/28599/statm: 14318 13117 300 697 0 13617 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 62628

[startup+51.1012 s]
/proc/loadavg: 2.08 2.03 2.01 3/108 28599
/proc/meminfo: memFree=1581416/2055920 swapFree=4192812/4192956
[pid=28592] ppid=28590 vsize=5356 CPUtime=14.89
/proc/28592/stat : 28592 (solverBTD.sh) S 28590 28592 26925 0 -1 4194304 388 11641 0 0 0 0 584 905 16 0 1 0 73440736 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28592/statm: 1339 232 192 169 0 50 0
[pid=28599] ppid=28592 vsize=57272 CPUtime=35.8
/proc/28599/stat : 28599 (toulbar2) R 28592 28592 26925 0 -1 4194304 13522 0 0 0 3575 5 0 0 25 0 1 0 73442243 58646528 13117 996147200 134512640 137370052 4294956352 18446744073709551615 134564925 0 0 4096 0 0 0 0 17 0 0 0
/proc/28599/statm: 14318 13117 300 697 0 13617 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 62628

[startup+102.302 s]
/proc/loadavg: 2.04 2.02 2.00 3/108 28599
/proc/meminfo: memFree=1581352/2055920 swapFree=4192812/4192956
[pid=28592] ppid=28590 vsize=5356 CPUtime=14.89
/proc/28592/stat : 28592 (solverBTD.sh) S 28590 28592 26925 0 -1 4194304 388 11641 0 0 0 0 584 905 16 0 1 0 73440736 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28592/statm: 1339 232 192 169 0 50 0
[pid=28599] ppid=28592 vsize=57272 CPUtime=86.69
/proc/28599/stat : 28599 (toulbar2) R 28592 28592 26925 0 -1 4194304 13522 0 0 0 8664 5 0 0 25 0 1 0 73442243 58646528 13117 996147200 134512640 137370052 4294956352 18446744073709551615 134577920 0 0 4096 0 0 0 0 17 0 0 0
/proc/28599/statm: 14318 13117 300 697 0 13617 0
Current children cumulated CPU time (s) 101.58
Current children cumulated vsize (KiB) 62628

[startup+162.302 s]
/proc/loadavg: 2.01 2.02 2.00 3/108 28599
/proc/meminfo: memFree=1581352/2055920 swapFree=4192812/4192956
[pid=28592] ppid=28590 vsize=5356 CPUtime=14.89
/proc/28592/stat : 28592 (solverBTD.sh) S 28590 28592 26925 0 -1 4194304 388 11641 0 0 0 0 584 905 16 0 1 0 73440736 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28592/statm: 1339 232 192 169 0 50 0
[pid=28599] ppid=28592 vsize=57272 CPUtime=146.32
/proc/28599/stat : 28599 (toulbar2) R 28592 28592 26925 0 -1 4194304 13522 0 0 0 14627 5 0 0 25 0 1 0 73442243 58646528 13117 996147200 134512640 137370052 4294956352 18446744073709551615 136495203 0 0 4096 0 0 0 0 17 0 0 0
/proc/28599/statm: 14318 13117 300 697 0 13617 0
Current children cumulated CPU time (s) 161.21
Current children cumulated vsize (KiB) 62628

[startup+222.307 s]
/proc/loadavg: 2.00 2.01 2.00 3/107 28639
/proc/meminfo: memFree=1510016/2055920 swapFree=4192812/4192956
[pid=28592] ppid=28590 vsize=5356 CPUtime=14.89
/proc/28592/stat : 28592 (solverBTD.sh) S 28590 28592 26925 0 -1 4194304 388 11641 0 0 0 0 584 905 16 0 1 0 73440736 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28592/statm: 1339 232 192 169 0 50 0
[pid=28599] ppid=28592 vsize=57272 CPUtime=205.72
/proc/28599/stat : 28599 (toulbar2) R 28592 28592 26925 0 -1 4194304 13522 0 0 0 20566 6 0 0 25 0 1 0 73442243 58646528 13117 996147200 134512640 137370052 4294956352 18446744073709551615 135182688 0 0 4096 0 0 0 0 17 1 0 0
/proc/28599/statm: 14318 13117 300 697 0 13617 0
Current children cumulated CPU time (s) 220.61
Current children cumulated vsize (KiB) 62628

[startup+282.302 s]
/proc/loadavg: 2.21 2.05 2.01 3/107 28639
/proc/meminfo: memFree=1484736/2055920 swapFree=4192812/4192956
[pid=28592] ppid=28590 vsize=5356 CPUtime=14.89
/proc/28592/stat : 28592 (solverBTD.sh) S 28590 28592 26925 0 -1 4194304 388 11641 0 0 0 0 584 905 16 0 1 0 73440736 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28592/statm: 1339 232 192 169 0 50 0
[pid=28599] ppid=28592 vsize=57272 CPUtime=265.27
/proc/28599/stat : 28599 (toulbar2) R 28592 28592 26925 0 -1 4194304 13522 0 0 0 26521 6 0 0 25 0 1 0 73442243 58646528 13117 996147200 134512640 137370052 4294956352 18446744073709551615 136501493 0 0 4096 0 0 0 0 17 0 0 0
/proc/28599/statm: 14318 13117 300 697 0 13617 0
Current children cumulated CPU time (s) 280.16
Current children cumulated vsize (KiB) 62628

[startup+342.302 s]
/proc/loadavg: 2.43 2.15 2.05 3/107 28639
/proc/meminfo: memFree=1480704/2055920 swapFree=4192812/4192956
[pid=28592] ppid=28590 vsize=5356 CPUtime=14.89
/proc/28592/stat : 28592 (solverBTD.sh) S 28590 28592 26925 0 -1 4194304 388 11641 0 0 0 0 584 905 16 0 1 0 73440736 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28592/statm: 1339 232 192 169 0 50 0
[pid=28599] ppid=28592 vsize=57272 CPUtime=325.25
/proc/28599/stat : 28599 (toulbar2) R 28592 28592 26925 0 -1 4194304 13522 0 0 0 32519 6 0 0 25 0 1 0 73442243 58646528 13117 996147200 134512640 137370052 4294956352 18446744073709551615 134574407 0 0 4096 0 0 0 0 17 0 0 0
/proc/28599/statm: 14318 13117 300 697 0 13617 0
Current children cumulated CPU time (s) 340.14
Current children cumulated vsize (KiB) 62628

[startup+402.302 s]
/proc/loadavg: 2.59 2.24 2.08 3/107 28639
/proc/meminfo: memFree=1480576/2055920 swapFree=4192812/4192956
[pid=28592] ppid=28590 vsize=5356 CPUtime=14.89
/proc/28592/stat : 28592 (solverBTD.sh) S 28590 28592 26925 0 -1 4194304 388 11641 0 0 0 0 584 905 16 0 1 0 73440736 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28592/statm: 1339 232 192 169 0 50 0
[pid=28599] ppid=28592 vsize=57272 CPUtime=385.22
/proc/28599/stat : 28599 (toulbar2) R 28592 28592 26925 0 -1 4194304 13522 0 0 0 38516 6 0 0 25 0 1 0 73442243 58646528 13117 996147200 134512640 137370052 4294956352 18446744073709551615 134623237 0 0 4096 0 0 0 0 17 0 0 0
/proc/28599/statm: 14318 13117 300 697 0 13617 0

################
# More data... #
################

/proc/28599/statm: 14318 13119 300 697 0 13617 0
Current children cumulated CPU time (s) 2918.83
Current children cumulated vsize (KiB) 62628

[startup+2982.3 s]
/proc/loadavg: 2.49 2.60 2.53 3/107 28645
/proc/meminfo: memFree=1480064/2055920 swapFree=4192812/4192956
[pid=28592] ppid=28590 vsize=5356 CPUtime=14.89
/proc/28592/stat : 28592 (solverBTD.sh) S 28590 28592 26925 0 -1 4194304 388 11641 0 0 0 0 584 905 16 0 1 0 73440736 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28592/statm: 1339 232 192 169 0 50 0
[pid=28599] ppid=28592 vsize=57272 CPUtime=2963.91
/proc/28599/stat : 28599 (toulbar2) R 28592 28592 26925 0 -1 4194304 13524 0 0 0 296382 9 0 0 25 0 1 0 73442243 58646528 13119 996147200 134512640 137370052 4294956352 18446744073709551615 134568417 0 0 4096 0 0 0 0 17 0 0 0
/proc/28599/statm: 14318 13119 300 697 0 13617 0
Current children cumulated CPU time (s) 2978.8
Current children cumulated vsize (KiB) 62628

[startup+3042.3 s]
/proc/loadavg: 2.55 2.59 2.53 3/107 28645
/proc/meminfo: memFree=1480064/2055920 swapFree=4192812/4192956
[pid=28592] ppid=28590 vsize=5356 CPUtime=14.89
/proc/28592/stat : 28592 (solverBTD.sh) S 28590 28592 26925 0 -1 4194304 388 11641 0 0 0 0 584 905 16 0 1 0 73440736 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28592/statm: 1339 232 192 169 0 50 0
[pid=28599] ppid=28592 vsize=57272 CPUtime=3023.88
/proc/28599/stat : 28599 (toulbar2) R 28592 28592 26925 0 -1 4194304 13524 0 0 0 302379 9 0 0 25 0 1 0 73442243 58646528 13119 996147200 134512640 137370052 4294956352 18446744073709551615 134726576 0 0 4096 0 0 0 0 17 0 0 0
/proc/28599/statm: 14318 13119 300 697 0 13617 0
Current children cumulated CPU time (s) 3038.77
Current children cumulated vsize (KiB) 62628

[startup+3102.3 s]
/proc/loadavg: 2.62 2.60 2.54 3/107 28645
/proc/meminfo: memFree=1479936/2055920 swapFree=4192812/4192956
[pid=28592] ppid=28590 vsize=5356 CPUtime=14.89
/proc/28592/stat : 28592 (solverBTD.sh) S 28590 28592 26925 0 -1 4194304 388 11641 0 0 0 0 584 905 16 0 1 0 73440736 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28592/statm: 1339 232 192 169 0 50 0
[pid=28599] ppid=28592 vsize=57272 CPUtime=3083.85
/proc/28599/stat : 28599 (toulbar2) R 28592 28592 26925 0 -1 4194304 13524 0 0 0 308376 9 0 0 25 0 1 0 73442243 58646528 13119 996147200 134512640 137370052 4294956352 18446744073709551615 134726513 0 0 4096 0 0 0 0 17 0 0 0
/proc/28599/statm: 14318 13119 300 697 0 13617 0
Current children cumulated CPU time (s) 3098.74
Current children cumulated vsize (KiB) 62628

[startup+3162.3 s]
/proc/loadavg: 2.65 2.60 2.54 3/107 28645
/proc/meminfo: memFree=1479872/2055920 swapFree=4192812/4192956
[pid=28592] ppid=28590 vsize=5356 CPUtime=14.89
/proc/28592/stat : 28592 (solverBTD.sh) S 28590 28592 26925 0 -1 4194304 388 11641 0 0 0 0 584 905 16 0 1 0 73440736 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28592/statm: 1339 232 192 169 0 50 0
[pid=28599] ppid=28592 vsize=57272 CPUtime=3143.81
/proc/28599/stat : 28599 (toulbar2) R 28592 28592 26925 0 -1 4194304 13524 0 0 0 314372 9 0 0 25 0 1 0 73442243 58646528 13119 996147200 134512640 137370052 4294956352 18446744073709551615 134577740 0 0 4096 0 0 0 0 17 0 0 0
/proc/28599/statm: 14318 13119 300 697 0 13617 0
Current children cumulated CPU time (s) 3158.7
Current children cumulated vsize (KiB) 62628

[startup+3222.3 s]
/proc/loadavg: 2.69 2.62 2.55 3/107 28645
/proc/meminfo: memFree=1479936/2055920 swapFree=4192812/4192956
[pid=28592] ppid=28590 vsize=5356 CPUtime=14.89
/proc/28592/stat : 28592 (solverBTD.sh) S 28590 28592 26925 0 -1 4194304 388 11641 0 0 0 0 584 905 16 0 1 0 73440736 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28592/statm: 1339 232 192 169 0 50 0
[pid=28599] ppid=28592 vsize=57272 CPUtime=3203.78
/proc/28599/stat : 28599 (toulbar2) R 28592 28592 26925 0 -1 4194304 13524 0 0 0 320369 9 0 0 25 0 1 0 73442243 58646528 13119 996147200 134512640 137370052 4294956352 18446744073709551615 134703440 0 0 4096 0 0 0 0 17 0 0 0
/proc/28599/statm: 14318 13119 300 697 0 13617 0
Current children cumulated CPU time (s) 3218.67
Current children cumulated vsize (KiB) 62628

[startup+3282.3 s]
/proc/loadavg: 2.76 2.66 2.56 3/107 28645
/proc/meminfo: memFree=1479936/2055920 swapFree=4192812/4192956
[pid=28592] ppid=28590 vsize=5356 CPUtime=14.89
/proc/28592/stat : 28592 (solverBTD.sh) S 28590 28592 26925 0 -1 4194304 388 11641 0 0 0 0 584 905 16 0 1 0 73440736 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28592/statm: 1339 232 192 169 0 50 0
[pid=28599] ppid=28592 vsize=57272 CPUtime=3263.76
/proc/28599/stat : 28599 (toulbar2) R 28592 28592 26925 0 -1 4194304 13524 0 0 0 326367 9 0 0 25 0 1 0 73442243 58646528 13119 996147200 134512640 137370052 4294956352 18446744073709551615 136104908 0 0 4096 0 0 0 0 17 0 0 0
/proc/28599/statm: 14318 13119 300 697 0 13617 0
Current children cumulated CPU time (s) 3278.65
Current children cumulated vsize (KiB) 62628

[startup+3342.3 s]
/proc/loadavg: 2.81 2.69 2.57 3/107 28645
/proc/meminfo: memFree=1479936/2055920 swapFree=4192812/4192956
[pid=28592] ppid=28590 vsize=5356 CPUtime=14.89
/proc/28592/stat : 28592 (solverBTD.sh) S 28590 28592 26925 0 -1 4194304 388 11641 0 0 0 0 584 905 16 0 1 0 73440736 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28592/statm: 1339 232 192 169 0 50 0
[pid=28599] ppid=28592 vsize=57272 CPUtime=3323.73
/proc/28599/stat : 28599 (toulbar2) R 28592 28592 26925 0 -1 4194304 13524 0 0 0 332363 10 0 0 25 0 1 0 73442243 58646528 13119 996147200 134512640 137370052 4294956352 18446744073709551615 134576011 0 0 4096 0 0 0 0 17 0 0 0
/proc/28599/statm: 14318 13119 300 697 0 13617 0
Current children cumulated CPU time (s) 3338.62
Current children cumulated vsize (KiB) 62628

[startup+3402.3 s]
/proc/loadavg: 2.66 2.68 2.58 3/107 28645
/proc/meminfo: memFree=1479936/2055920 swapFree=4192812/4192956
[pid=28592] ppid=28590 vsize=5356 CPUtime=14.89
/proc/28592/stat : 28592 (solverBTD.sh) S 28590 28592 26925 0 -1 4194304 388 11641 0 0 0 0 584 905 16 0 1 0 73440736 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28592/statm: 1339 232 192 169 0 50 0
[pid=28599] ppid=28592 vsize=57272 CPUtime=3383.71
/proc/28599/stat : 28599 (toulbar2) R 28592 28592 26925 0 -1 4194304 13524 0 0 0 338361 10 0 0 25 0 1 0 73442243 58646528 13119 996147200 134512640 137370052 4294956352 18446744073709551615 134564941 0 0 4096 0 0 0 0 17 0 0 0
/proc/28599/statm: 14318 13119 300 697 0 13617 0
Current children cumulated CPU time (s) 3398.6
Current children cumulated vsize (KiB) 62628

[startup+3462.3 s]
/proc/loadavg: 2.58 2.66 2.57 3/107 28645
/proc/meminfo: memFree=1480000/2055920 swapFree=4192812/4192956
[pid=28592] ppid=28590 vsize=5356 CPUtime=14.89
/proc/28592/stat : 28592 (solverBTD.sh) S 28590 28592 26925 0 -1 4194304 388 11641 0 0 0 0 584 905 16 0 1 0 73440736 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28592/statm: 1339 232 192 169 0 50 0
[pid=28599] ppid=28592 vsize=57272 CPUtime=3443.68
/proc/28599/stat : 28599 (toulbar2) R 28592 28592 26925 0 -1 4194304 13524 0 0 0 344358 10 0 0 25 0 1 0 73442243 58646528 13119 996147200 134512640 137370052 4294956352 18446744073709551615 134577713 0 0 4096 0 0 0 0 17 0 0 0
/proc/28599/statm: 14318 13119 300 697 0 13617 0
Current children cumulated CPU time (s) 3458.57
Current children cumulated vsize (KiB) 62628

[startup+3522.31 s]
/proc/loadavg: 2.84 2.72 2.60 3/107 28645
/proc/meminfo: memFree=1480128/2055920 swapFree=4192812/4192956
[pid=28592] ppid=28590 vsize=5356 CPUtime=14.89
/proc/28592/stat : 28592 (solverBTD.sh) S 28590 28592 26925 0 -1 4194304 388 11641 0 0 0 0 584 905 16 0 1 0 73440736 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28592/statm: 1339 232 192 169 0 50 0
[pid=28599] ppid=28592 vsize=57272 CPUtime=3503.65
/proc/28599/stat : 28599 (toulbar2) R 28592 28592 26925 0 -1 4194304 13524 0 0 0 350355 10 0 0 25 0 1 0 73442243 58646528 13119 996147200 134512640 137370052 4294956352 18446744073709551615 134617146 0 0 4096 0 0 0 0 17 0 0 0
/proc/28599/statm: 14318 13119 300 697 0 13617 0
Current children cumulated CPU time (s) 3518.54
Current children cumulated vsize (KiB) 62628

[startup+3582.3 s]
/proc/loadavg: 2.68 2.70 2.60 3/107 28645
/proc/meminfo: memFree=1480128/2055920 swapFree=4192812/4192956
[pid=28592] ppid=28590 vsize=5356 CPUtime=14.89
/proc/28592/stat : 28592 (solverBTD.sh) S 28590 28592 26925 0 -1 4194304 388 11641 0 0 0 0 584 905 16 0 1 0 73440736 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28592/statm: 1339 232 192 169 0 50 0
[pid=28599] ppid=28592 vsize=57272 CPUtime=3563.61
/proc/28599/stat : 28599 (toulbar2) R 28592 28592 26925 0 -1 4194304 13524 0 0 0 356351 10 0 0 25 0 1 0 73442243 58646528 13119 996147200 134512640 137370052 4294956352 18446744073709551615 134725753 0 0 4096 0 0 0 0 17 0 0 0
/proc/28599/statm: 14318 13119 300 697 0 13617 0
Current children cumulated CPU time (s) 3578.5
Current children cumulated vsize (KiB) 62628



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3603.9 s]
/proc/loadavg: 2.66 2.69 2.60 3/107 28645
/proc/meminfo: memFree=1480064/2055920 swapFree=4192812/4192956
[pid=28592] ppid=28590 vsize=5356 CPUtime=14.89
/proc/28592/stat : 28592 (solverBTD.sh) S 28590 28592 26925 0 -1 4194304 388 11641 0 0 0 0 584 905 16 0 1 0 73440736 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28592/statm: 1339 232 192 169 0 50 0
[pid=28599] ppid=28592 vsize=57272 CPUtime=3585.21
/proc/28599/stat : 28599 (toulbar2) R 28592 28592 26925 0 -1 4194304 13524 0 0 0 358511 10 0 0 25 0 1 0 73442243 58646528 13119 996147200 134512640 137370052 4294956352 18446744073709551615 134577699 0 0 4096 0 0 0 0 17 0 0 0
/proc/28599/statm: 14318 13119 300 697 0 13617 0
Current children cumulated CPU time (s) 3600.1
Current children cumulated vsize (KiB) 62628

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28592 and gives
#  childrusage.ru_utime.tv_sec=5
#  childrusage.ru_utime.tv_usec=849110
#  childrusage.ru_stime.tv_sec=9
#  childrusage.ru_stime.tv_usec=59622
# CPU time returned by wait4() is 14.9087
# while last known CPU time is 3600.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3603.92
CPU time (s): 3600.1
CPU user time (s): 3590.95
CPU system time (s): 9.15
CPU usage (%): 99.8941
Max. virtual memory (cumulated for all children) (KiB): 62628

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

runsolver used 4.87826 second user time and 14.7948 second system time

The end

Launcher Data (download as text)

Begin job on node87 at 2008-07-16 02:17:20
IDJOB=1125197
IDBENCH=63089
IDSOLVER=370
FILE ID=node87/1125197-1216167439
PBS_JOBID= 7905619
Free space on /tmp= 66556 MiB

SOLVER NAME= toulbar2/BTD 2008-06-27
BENCH NAME= CPAI08/maxcsp/celar/scens/normalized-scenw-08_ext.xml
COMMAND LINE= HOME/solverBTD.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1125197-1216167439/watcher-1125197-1216167439 -o /tmp/evaluation-result-1125197-1216167439/solver-1125197-1216167439 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/solverBTD.sh HOME/instance-1125197-1216167439.xml 

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c0f4aafd9bd86043ee92dc929bd69cd1
RANDOM SEED=1201169510

node87.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.263
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	: 5931.00
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.263
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1652312 kB
Buffers:         78764 kB
Cached:         204932 kB
SwapCached:          0 kB
Active:         230992 kB
Inactive:        98016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1652312 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           12940 kB
Writeback:           0 kB
Mapped:          66716 kB
Slab:            56840 kB
Committed_AS:   440020 kB
PageTables:       4116 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= 66528 MiB
End job on node87 at 2008-07-16 03:17:26