Trace number 1113995

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
toulbar2/BTD 2008-06-27? (TO)9 3600.01 3615.11

General information on the benchmark

Namecsp/dag-rand/
normalized-rand-n23-d3-e16-r15-t150000-14.xml
MD5SUM92e7bec746635480f5800308fc5016ce
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints9
Best CPU time to get the best result obtained on this benchmark3600
Satisfiable
(Un)Satisfiability was proved
Number of variables23
Number of constraints16
Maximum constraint arity15
Maximum domain size3
Number of constraints which are defined in extension16
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

77.34/78.13	o 16
77.34/78.13	v 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
77.34/78.13	o 15
77.34/78.13	v 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 2 0 0 0 
77.34/78.13	o 14
77.34/78.13	v 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 2 0 
77.34/78.16	o 13
77.34/78.16	v 0 0 0 0 0 0 1 0 0 0 0 2 0 2 0 2 1 2 0 0 0 1 0 
77.54/78.36	o 12
77.54/78.36	v 0 0 0 0 0 2 1 0 0 1 0 0 0 0 0 1 0 1 0 1 0 1 0 
78.43/79.21	o 11
78.43/79.21	v 0 0 0 0 1 1 0 0 0 1 0 1 0 0 0 1 2 1 0 0 0 1 0 
146.48/147.80	o 10
146.48/147.80	v 0 0 0 0 1 2 0 0 0 2 0 2 0 1 2 2 0 1 0 0 0 1 0 
1457.71/1469.90	o 9
1457.71/1469.90	v 0 1 0 0 0 0 0 0 2 2 1 2 0 0 0 2 2 2 0 0 1 0 0 

Verifier Data (download as text)

OK	9	7
9 unsatisfied constraints, 7 satisfied constraints

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-1113995-1215894646/watcher-1113995-1215894646 -o /tmp/evaluation-result-1113995-1215894646/solver-1113995-1215894646 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/solverBTD.sh HOME/instance-1113995-1215894646.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.07 2.02 2.00 4/81 20737
/proc/meminfo: memFree=1822104/2055920 swapFree=4180820/4192956
[pid=20737] ppid=20735 vsize=5356 CPUtime=0
/proc/20737/stat : 20737 (solverBTD.sh) R 20735 20737 19843 0 -1 4194304 262 0 0 0 0 0 0 0 20 0 1 0 46167766 5484544 230 996147200 4194304 4889804 548682068816 18446744073709551615 231962372767 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/20737/statm: 1339 230 191 169 0 50 0
[pid=20738] ppid=20737 vsize=5356 CPUtime=0
/proc/20738/stat : 20738 (solverBTD.sh) R 20737 20737 19843 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 1 0 46167766 5484544 230 996147200 4194304 4889804 548682068816 18446744073709551615 231962372767 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/20738/statm: 1339 230 191 169 0 50 0

[startup+0.085556 s]
/proc/loadavg: 2.07 2.02 2.00 4/81 20737
/proc/meminfo: memFree=1822104/2055920 swapFree=4180820/4192956
[pid=20737] ppid=20735 vsize=5356 CPUtime=0
/proc/20737/stat : 20737 (solverBTD.sh) S 20735 20737 19843 0 -1 4194304 344 353 0 0 0 0 0 0 22 0 1 0 46167766 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20737/statm: 1339 232 192 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.102544 s]
/proc/loadavg: 2.07 2.02 2.00 4/81 20737
/proc/meminfo: memFree=1822104/2055920 swapFree=4180820/4192956
[pid=20737] ppid=20735 vsize=5356 CPUtime=0
/proc/20737/stat : 20737 (solverBTD.sh) S 20735 20737 19843 0 -1 4194304 344 353 0 0 0 0 0 0 22 0 1 0 46167766 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20737/statm: 1339 232 192 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301498 s]
/proc/loadavg: 2.07 2.02 2.00 4/81 20737
/proc/meminfo: memFree=1822104/2055920 swapFree=4180820/4192956
[pid=20737] ppid=20735 vsize=5356 CPUtime=0
/proc/20737/stat : 20737 (solverBTD.sh) S 20735 20737 19843 0 -1 4194304 344 353 0 0 0 0 0 0 22 0 1 0 46167766 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20737/statm: 1339 232 192 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701393 s]
/proc/loadavg: 2.07 2.02 2.00 4/81 20737
/proc/meminfo: memFree=1822104/2055920 swapFree=4180820/4192956
[pid=20737] ppid=20735 vsize=5356 CPUtime=0
/proc/20737/stat : 20737 (solverBTD.sh) S 20735 20737 19843 0 -1 4194304 344 353 0 0 0 0 0 0 22 0 1 0 46167766 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20737/statm: 1339 232 192 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50218 s]
/proc/loadavg: 2.07 2.02 2.00 3/83 20742
/proc/meminfo: memFree=1797192/2055920 swapFree=4180820/4192956
[pid=20737] ppid=20735 vsize=5356 CPUtime=0
/proc/20737/stat : 20737 (solverBTD.sh) S 20735 20737 19843 0 -1 4194304 344 353 0 0 0 0 0 0 22 0 1 0 46167766 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20737/statm: 1339 232 192 169 0 50 0
[pid=20742] ppid=20737 vsize=42932 CPUtime=1.47
/proc/20742/stat : 20742 (toulbar2) R 20737 20737 19843 0 -1 4194304 9395 0 0 0 143 4 0 0 25 0 1 0 46167767 43962368 9377 996147200 134512640 137370052 4294956368 18446744073709551615 135028264 0 0 4096 0 0 0 0 17 1 0 0
/proc/20742/statm: 10733 9377 201 697 0 10032 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 48288

[startup+3.10176 s]
/proc/loadavg: 2.07 2.02 2.00 3/83 20742
/proc/meminfo: memFree=1769096/2055920 swapFree=4180820/4192956
[pid=20737] ppid=20735 vsize=5356 CPUtime=0
/proc/20737/stat : 20737 (solverBTD.sh) S 20735 20737 19843 0 -1 4194304 344 353 0 0 0 0 0 0 22 0 1 0 46167766 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20737/statm: 1339 232 192 169 0 50 0
[pid=20742] ppid=20737 vsize=81740 CPUtime=3.04
/proc/20742/stat : 20742 (toulbar2) R 20737 20737 19843 0 -1 4194304 19094 0 0 0 294 10 0 0 25 0 1 0 46167767 83701760 19076 996147200 134512640 137370052 4294956368 18446744073709551615 135028282 0 0 4096 0 0 0 0 17 1 0 0
/proc/20742/statm: 20435 19076 201 697 0 19734 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 87096

[startup+6.30194 s]
/proc/loadavg: 2.15 2.04 2.01 3/83 20742
/proc/meminfo: memFree=1690312/2055920 swapFree=4180820/4192956
[pid=20737] ppid=20735 vsize=5356 CPUtime=0
/proc/20737/stat : 20737 (solverBTD.sh) S 20735 20737 19843 0 -1 4194304 344 353 0 0 0 0 0 0 22 0 1 0 46167766 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20737/statm: 1339 232 192 169 0 50 0
[pid=20742] ppid=20737 vsize=160280 CPUtime=6.21
/proc/20742/stat : 20742 (toulbar2) R 20737 20737 19843 0 -1 4194304 38731 0 0 0 600 21 0 0 25 0 1 0 46167767 164126720 38713 996147200 134512640 137370052 4294956368 18446744073709551615 135020437 0 0 4096 0 0 0 0 17 1 0 0
/proc/20742/statm: 40070 38713 201 697 0 39369 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 165636

[startup+12.7013 s]
/proc/loadavg: 2.14 2.03 2.01 3/83 20742
/proc/meminfo: memFree=1580040/2055920 swapFree=4180820/4192956
[pid=20737] ppid=20735 vsize=5356 CPUtime=0
/proc/20737/stat : 20737 (solverBTD.sh) S 20735 20737 19843 0 -1 4194304 344 353 0 0 0 0 0 0 22 0 1 0 46167766 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20737/statm: 1339 232 192 169 0 50 0
[pid=20742] ppid=20737 vsize=256776 CPUtime=12.55
/proc/20742/stat : 20742 (toulbar2) R 20737 20737 19843 0 -1 4194304 62890 0 0 0 1224 31 0 0 25 0 1 0 46167767 262938624 62872 996147200 134512640 137370052 4294956368 18446744073709551615 134676868 0 0 4096 0 0 0 0 17 1 0 0
/proc/20742/statm: 64194 62872 235 697 0 63493 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 262132

[startup+25.5019 s]
/proc/loadavg: 2.10 2.03 2.01 3/83 20742
/proc/meminfo: memFree=1469384/2055920 swapFree=4180820/4192956
[pid=20737] ppid=20735 vsize=5356 CPUtime=0
/proc/20737/stat : 20737 (solverBTD.sh) S 20735 20737 19843 0 -1 4194304 344 353 0 0 0 0 0 0 22 0 1 0 46167766 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20737/statm: 1339 232 192 169 0 50 0
[pid=20742] ppid=20737 vsize=343904 CPUtime=25.23
/proc/20742/stat : 20742 (toulbar2) R 20737 20737 19843 0 -1 4194304 84706 0 0 0 2232 291 0 0 25 0 1 0 46167767 352157696 84688 996147200 134512640 137370052 4294956368 18446744073709551615 136244118 0 0 4096 0 0 0 0 17 1 0 0
/proc/20742/statm: 85976 84688 245 697 0 85275 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 349260

[startup+51.1012 s]
/proc/loadavg: 2.07 2.03 2.01 3/83 20743
/proc/meminfo: memFree=1745352/2055920 swapFree=4180820/4192956
[pid=20737] ppid=20735 vsize=5356 CPUtime=47.58
/proc/20737/stat : 20737 (solverBTD.sh) S 20735 20737 19843 0 -1 4194304 365 85062 0 0 0 0 3455 1303 16 0 1 0 46167766 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20737/statm: 1339 232 192 169 0 50 0
[pid=20743] ppid=20737 vsize=1604 CPUtime=3
/proc/20743/stat : 20743 (peo) R 20737 20737 19843 0 -1 4194304 138 0 0 0 298 2 0 0 25 0 1 0 46172572 1642496 107 996147200 134512640 134540798 4294956448 18446744073709551615 134515664 0 0 4096 0 0 0 0 17 1 0 0
/proc/20743/statm: 401 107 88 6 0 40 0
Current children cumulated CPU time (s) 50.58
Current children cumulated vsize (KiB) 6960

[startup+102.307 s]
/proc/loadavg: 2.03 2.02 2.00 3/83 20744
/proc/meminfo: memFree=1407248/2055920 swapFree=4180820/4192956
[pid=20737] ppid=20735 vsize=5356 CPUtime=57.39
/proc/20737/stat : 20737 (solverBTD.sh) S 20735 20737 19843 0 -1 4194304 388 85213 0 0 0 0 4430 1309 16 0 1 0 46167766 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20737/statm: 1339 232 192 169 0 50 0
[pid=20744] ppid=20737 vsize=343908 CPUtime=43.95
/proc/20744/stat : 20744 (toulbar2) R 20737 20737 19843 0 -1 4194304 84780 0 0 0 4357 38 0 0 25 0 1 0 46173561 352161792 84763 996147200 134512640 137370052 4294956352 18446744073709551615 136445705 0 0 4096 0 0 0 0 17 1 0 0
/proc/20744/statm: 85977 84763 317 697 0 85276 0
Current children cumulated CPU time (s) 101.34
Current children cumulated vsize (KiB) 349264

[startup+162.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/83 20744
/proc/meminfo: memFree=1407184/2055920 swapFree=4180820/4192956
[pid=20737] ppid=20735 vsize=5356 CPUtime=57.39
/proc/20737/stat : 20737 (solverBTD.sh) S 20735 20737 19843 0 -1 4194304 388 85213 0 0 0 0 4430 1309 16 0 1 0 46167766 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20737/statm: 1339 232 192 169 0 50 0
[pid=20744] ppid=20737 vsize=343908 CPUtime=103.48
/proc/20744/stat : 20744 (toulbar2) R 20737 20737 19843 0 -1 4194304 84780 0 0 0 10309 39 0 0 25 0 1 0 46173561 352161792 84763 996147200 134512640 137370052 4294956352 18446744073709551615 136702567 0 0 4096 0 0 0 0 17 1 0 0
/proc/20744/statm: 85977 84763 317 697 0 85276 0
Current children cumulated CPU time (s) 160.87
Current children cumulated vsize (KiB) 349264

[startup+222.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 20744
/proc/meminfo: memFree=1407248/2055920 swapFree=4180820/4192956
[pid=20737] ppid=20735 vsize=5356 CPUtime=57.39
/proc/20737/stat : 20737 (solverBTD.sh) S 20735 20737 19843 0 -1 4194304 388 85213 0 0 0 0 4430 1309 16 0 1 0 46167766 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20737/statm: 1339 232 192 169 0 50 0
[pid=20744] ppid=20737 vsize=343908 CPUtime=162.98
/proc/20744/stat : 20744 (toulbar2) R 20737 20737 19843 0 -1 4194304 84780 0 0 0 16259 39 0 0 25 0 1 0 46173561 352161792 84763 996147200 134512640 137370052 4294956352 18446744073709551615 136498871 0 0 4096 0 0 0 0 17 1 0 0
/proc/20744/statm: 85977 84763 317 697 0 85276 0
Current children cumulated CPU time (s) 220.37
Current children cumulated vsize (KiB) 349264

[startup+282.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 20744
/proc/meminfo: memFree=1407184/2055920 swapFree=4180820/4192956
[pid=20737] ppid=20735 vsize=5356 CPUtime=57.39
/proc/20737/stat : 20737 (solverBTD.sh) S 20735 20737 19843 0 -1 4194304 388 85213 0 0 0 0 4430 1309 16 0 1 0 46167766 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20737/statm: 1339 232 192 169 0 50 0
[pid=20744] ppid=20737 vsize=343908 CPUtime=222.49
/proc/20744/stat : 20744 (toulbar2) R 20737 20737 19843 0 -1 4194304 84780 0 0 0 22210 39 0 0 25 0 1 0 46173561 352161792 84763 996147200 134512640 137370052 4294956352 18446744073709551615 134768163 0 0 4096 0 0 0 0 17 1 0 0
/proc/20744/statm: 85977 84763 317 697 0 85276 0
Current children cumulated CPU time (s) 279.88
Current children cumulated vsize (KiB) 349264

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 20744
/proc/meminfo: memFree=1407184/2055920 swapFree=4180820/4192956
[pid=20737] ppid=20735 vsize=5356 CPUtime=57.39
/proc/20737/stat : 20737 (solverBTD.sh) S 20735 20737 19843 0 -1 4194304 388 85213 0 0 0 0 4430 1309 16 0 1 0 46167766 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20737/statm: 1339 232 192 169 0 50 0
[pid=20744] ppid=20737 vsize=343908 CPUtime=281.98
/proc/20744/stat : 20744 (toulbar2) R 20737 20737 19843 0 -1 4194304 84780 0 0 0 28159 39 0 0 25 0 1 0 46173561 352161792 84763 996147200 134512640 137370052 4294956352 18446744073709551615 134565115 0 0 4096 0 0 0 0 17 1 0 0
/proc/20744/statm: 85977 84763 317 697 0 85276 0
Current children cumulated CPU time (s) 339.37
Current children cumulated vsize (KiB) 349264

[startup+402.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 20744
/proc/meminfo: memFree=1407120/2055920 swapFree=4180820/4192956
[pid=20737] ppid=20735 vsize=5356 CPUtime=57.39
/proc/20737/stat : 20737 (solverBTD.sh) S 20735 20737 19843 0 -1 4194304 388 85213 0 0 0 0 4430 1309 16 0 1 0 46167766 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20737/statm: 1339 232 192 169 0 50 0
[pid=20744] ppid=20737 vsize=343908 CPUtime=341.48
/proc/20744/stat : 20744 (toulbar2) R 20737 20737 19843 0 -1 4194304 84780 0 0 0 34109 39 0 0 25 0 1 0 46173561 352161792 84763 996147200 134512640 137370052 4294956352 18446744073709551615 134565189 0 0 4096 0 0 0 0 17 1 0 0
/proc/20744/statm: 85977 84763 317 697 0 85276 0

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

/proc/20744/statm: 85977 84763 317 697 0 85276 0
Current children cumulated CPU time (s) 2967.21
Current children cumulated vsize (KiB) 349264

[startup+3042.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/83 20793
/proc/meminfo: memFree=1253392/2055920 swapFree=4180820/4192956
[pid=20737] ppid=20735 vsize=5356 CPUtime=57.39
/proc/20737/stat : 20737 (solverBTD.sh) S 20735 20737 19843 0 -1 4194304 388 85213 0 0 0 0 4430 1309 16 0 1 0 46167766 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20737/statm: 1339 232 192 169 0 50 0
[pid=20744] ppid=20737 vsize=343908 CPUtime=2969.82
/proc/20744/stat : 20744 (toulbar2) R 20737 20737 19843 0 -1 4194304 84780 0 0 0 296936 46 0 0 25 0 1 0 46173561 352161792 84763 996147200 134512640 137370052 4294956352 18446744073709551615 136074587 0 0 4096 0 0 0 0 17 0 0 0
/proc/20744/statm: 85977 84763 317 697 0 85276 0
Current children cumulated CPU time (s) 3027.21
Current children cumulated vsize (KiB) 349264

[startup+3102.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/83 20793
/proc/meminfo: memFree=1253328/2055920 swapFree=4180820/4192956
[pid=20737] ppid=20735 vsize=5356 CPUtime=57.39
/proc/20737/stat : 20737 (solverBTD.sh) S 20735 20737 19843 0 -1 4194304 388 85213 0 0 0 0 4430 1309 16 0 1 0 46167766 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20737/statm: 1339 232 192 169 0 50 0
[pid=20744] ppid=20737 vsize=343908 CPUtime=3029.82
/proc/20744/stat : 20744 (toulbar2) R 20737 20737 19843 0 -1 4194304 84780 0 0 0 302936 46 0 0 25 0 1 0 46173561 352161792 84763 996147200 134512640 137370052 4294956352 18446744073709551615 135113247 0 0 4096 0 0 0 0 17 0 0 0
/proc/20744/statm: 85977 84763 317 697 0 85276 0
Current children cumulated CPU time (s) 3087.21
Current children cumulated vsize (KiB) 349264

[startup+3162.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/83 20793
/proc/meminfo: memFree=1253328/2055920 swapFree=4180820/4192956
[pid=20737] ppid=20735 vsize=5356 CPUtime=57.39
/proc/20737/stat : 20737 (solverBTD.sh) S 20735 20737 19843 0 -1 4194304 388 85213 0 0 0 0 4430 1309 16 0 1 0 46167766 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20737/statm: 1339 232 192 169 0 50 0
[pid=20744] ppid=20737 vsize=343908 CPUtime=3089.82
/proc/20744/stat : 20744 (toulbar2) R 20737 20737 19843 0 -1 4194304 84780 0 0 0 308936 46 0 0 25 0 1 0 46173561 352161792 84763 996147200 134512640 137370052 4294956352 18446744073709551615 134768158 0 0 4096 0 0 0 0 17 0 0 0
/proc/20744/statm: 85977 84763 317 697 0 85276 0
Current children cumulated CPU time (s) 3147.21
Current children cumulated vsize (KiB) 349264

[startup+3222.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 20793
/proc/meminfo: memFree=1253328/2055920 swapFree=4180820/4192956
[pid=20737] ppid=20735 vsize=5356 CPUtime=57.39
/proc/20737/stat : 20737 (solverBTD.sh) S 20735 20737 19843 0 -1 4194304 388 85213 0 0 0 0 4430 1309 16 0 1 0 46167766 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20737/statm: 1339 232 192 169 0 50 0
[pid=20744] ppid=20737 vsize=343908 CPUtime=3149.82
/proc/20744/stat : 20744 (toulbar2) R 20737 20737 19843 0 -1 4194304 84780 0 0 0 314936 46 0 0 25 0 1 0 46173561 352161792 84763 996147200 134512640 137370052 4294956352 18446744073709551615 136489836 0 0 4096 0 0 0 0 17 0 0 0
/proc/20744/statm: 85977 84763 317 697 0 85276 0
Current children cumulated CPU time (s) 3207.21
Current children cumulated vsize (KiB) 349264

[startup+3282.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 20793
/proc/meminfo: memFree=1253328/2055920 swapFree=4180820/4192956
[pid=20737] ppid=20735 vsize=5356 CPUtime=57.39
/proc/20737/stat : 20737 (solverBTD.sh) S 20735 20737 19843 0 -1 4194304 388 85213 0 0 0 0 4430 1309 16 0 1 0 46167766 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20737/statm: 1339 232 192 169 0 50 0
[pid=20744] ppid=20737 vsize=343908 CPUtime=3209.82
/proc/20744/stat : 20744 (toulbar2) R 20737 20737 19843 0 -1 4194304 84780 0 0 0 320936 46 0 0 25 0 1 0 46173561 352161792 84763 996147200 134512640 137370052 4294956352 18446744073709551615 134768158 0 0 4096 0 0 0 0 17 0 0 0
/proc/20744/statm: 85977 84763 317 697 0 85276 0
Current children cumulated CPU time (s) 3267.21
Current children cumulated vsize (KiB) 349264

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 20793
/proc/meminfo: memFree=1253328/2055920 swapFree=4180820/4192956
[pid=20737] ppid=20735 vsize=5356 CPUtime=57.39
/proc/20737/stat : 20737 (solverBTD.sh) S 20735 20737 19843 0 -1 4194304 388 85213 0 0 0 0 4430 1309 16 0 1 0 46167766 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20737/statm: 1339 232 192 169 0 50 0
[pid=20744] ppid=20737 vsize=343908 CPUtime=3269.81
/proc/20744/stat : 20744 (toulbar2) R 20737 20737 19843 0 -1 4194304 84780 0 0 0 326935 46 0 0 25 0 1 0 46173561 352161792 84763 996147200 134512640 137370052 4294956352 18446744073709551615 134768190 0 0 4096 0 0 0 0 17 0 0 0
/proc/20744/statm: 85977 84763 317 697 0 85276 0
Current children cumulated CPU time (s) 3327.2
Current children cumulated vsize (KiB) 349264

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 20793
/proc/meminfo: memFree=1253264/2055920 swapFree=4180820/4192956
[pid=20737] ppid=20735 vsize=5356 CPUtime=57.39
/proc/20737/stat : 20737 (solverBTD.sh) S 20735 20737 19843 0 -1 4194304 388 85213 0 0 0 0 4430 1309 16 0 1 0 46167766 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20737/statm: 1339 232 192 169 0 50 0
[pid=20744] ppid=20737 vsize=343908 CPUtime=3329.82
/proc/20744/stat : 20744 (toulbar2) R 20737 20737 19843 0 -1 4194304 84780 0 0 0 332936 46 0 0 25 0 1 0 46173561 352161792 84763 996147200 134512640 137370052 4294956352 18446744073709551615 134768163 0 0 4096 0 0 0 0 17 0 0 0
/proc/20744/statm: 85977 84763 317 697 0 85276 0
Current children cumulated CPU time (s) 3387.21
Current children cumulated vsize (KiB) 349264

[startup+3462.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/83 20793
/proc/meminfo: memFree=1253200/2055920 swapFree=4180820/4192956
[pid=20737] ppid=20735 vsize=5356 CPUtime=57.39
/proc/20737/stat : 20737 (solverBTD.sh) S 20735 20737 19843 0 -1 4194304 388 85213 0 0 0 0 4430 1309 16 0 1 0 46167766 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20737/statm: 1339 232 192 169 0 50 0
[pid=20744] ppid=20737 vsize=343908 CPUtime=3389.81
/proc/20744/stat : 20744 (toulbar2) R 20737 20737 19843 0 -1 4194304 84780 0 0 0 338935 46 0 0 25 0 1 0 46173561 352161792 84763 996147200 134512640 137370052 4294956352 18446744073709551615 135093459 0 0 4096 0 0 0 0 17 0 0 0
/proc/20744/statm: 85977 84763 317 697 0 85276 0
Current children cumulated CPU time (s) 3447.2
Current children cumulated vsize (KiB) 349264

[startup+3522.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/83 20793
/proc/meminfo: memFree=1253200/2055920 swapFree=4180820/4192956
[pid=20737] ppid=20735 vsize=5356 CPUtime=57.39
/proc/20737/stat : 20737 (solverBTD.sh) S 20735 20737 19843 0 -1 4194304 388 85213 0 0 0 0 4430 1309 16 0 1 0 46167766 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20737/statm: 1339 232 192 169 0 50 0
[pid=20744] ppid=20737 vsize=343908 CPUtime=3449.82
/proc/20744/stat : 20744 (toulbar2) R 20737 20737 19843 0 -1 4194304 84780 0 0 0 344936 46 0 0 25 0 1 0 46173561 352161792 84763 996147200 134512640 137370052 4294956352 18446744073709551615 135089004 0 0 4096 0 0 0 0 17 0 0 0
/proc/20744/statm: 85977 84763 317 697 0 85276 0
Current children cumulated CPU time (s) 3507.21
Current children cumulated vsize (KiB) 349264

[startup+3582.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/83 20793
/proc/meminfo: memFree=1253136/2055920 swapFree=4180820/4192956
[pid=20737] ppid=20735 vsize=5356 CPUtime=57.39
/proc/20737/stat : 20737 (solverBTD.sh) S 20735 20737 19843 0 -1 4194304 388 85213 0 0 0 0 4430 1309 16 0 1 0 46167766 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20737/statm: 1339 232 192 169 0 50 0
[pid=20744] ppid=20737 vsize=343908 CPUtime=3509.82
/proc/20744/stat : 20744 (toulbar2) R 20737 20737 19843 0 -1 4194304 84780 0 0 0 350936 46 0 0 25 0 1 0 46173561 352161792 84763 996147200 134512640 137370052 4294956352 18446744073709551615 134768168 0 0 4096 0 0 0 0 17 0 0 0
/proc/20744/statm: 85977 84763 317 697 0 85276 0
Current children cumulated CPU time (s) 3567.21
Current children cumulated vsize (KiB) 349264



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3615.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 20793
/proc/meminfo: memFree=1253072/2055920 swapFree=4180820/4192956
[pid=20737] ppid=20735 vsize=5356 CPUtime=57.39
/proc/20737/stat : 20737 (solverBTD.sh) S 20735 20737 19843 0 -1 4194304 388 85213 0 0 0 0 4430 1309 16 0 1 0 46167766 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20737/statm: 1339 232 192 169 0 50 0
[pid=20744] ppid=20737 vsize=343908 CPUtime=3542.62
/proc/20744/stat : 20744 (toulbar2) R 20737 20737 19843 0 -1 4194304 84780 0 0 0 354216 46 0 0 25 0 1 0 46173561 352161792 84763 996147200 134512640 137370052 4294956352 18446744073709551615 135094776 0 0 4096 0 0 0 0 17 0 0 0
/proc/20744/statm: 85977 84763 317 697 0 85276 0
Current children cumulated CPU time (s) 3600.01
Current children cumulated vsize (KiB) 349264

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

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

[startup+3615.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 20793
/proc/meminfo: memFree=1253072/2055920 swapFree=4180820/4192956
[pid=20737] ppid=20735 vsize=5356 CPUtime=57.39
/proc/20737/stat : 20737 (solverBTD.sh) S 20735 20737 19843 0 -1 4194304 388 85213 0 0 0 0 4430 1309 16 0 1 0 46167766 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20737/statm: 1339 232 192 169 0 50 0
[pid=20744] ppid=20737 vsize=343908 CPUtime=3542.62
/proc/20744/stat : 20744 (toulbar2) R 20737 20737 19843 0 -1 4194304 84780 0 0 0 354216 46 0 0 25 0 1 0 46173561 352161792 84763 996147200 134512640 137370052 4294956352 18446744073709551615 135094776 0 0 4096 0 0 0 0 17 0 0 0
/proc/20744/statm: 85977 84763 317 697 0 85276 0
Current children cumulated CPU time (s) 3600.01
Current children cumulated vsize (KiB) 349264

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20737 and gives
#  childrusage.ru_utime.tv_sec=44
#  childrusage.ru_utime.tv_usec=304264
#  childrusage.ru_stime.tv_sec=13
#  childrusage.ru_stime.tv_usec=94009
# CPU time returned by wait4() is 57.3983
# while last known CPU time is 3600.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3615.11
CPU time (s): 3600.01
CPU user time (s): 3586.46
CPU system time (s): 13.55
CPU usage (%): 99.5822
Max. virtual memory (cumulated for all children) (KiB): 349264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 44.3043
system time used= 13.094
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 85601
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= 39
involuntary context switches= 1355

runsolver used 4.19136 second user time and 10.3614 second system time

The end

Launcher Data (download as text)

Begin job on node16 at 2008-07-12 22:30:52
IDJOB=1113995
IDBENCH=61672
IDSOLVER=370
FILE ID=node16/1113995-1215894646
PBS_JOBID= 7903648
Free space on /tmp= 66456 MiB

SOLVER NAME= toulbar2/BTD 2008-06-27
BENCH NAME= CPAI08/csp/dag-rand/normalized-rand-n23-d3-e16-r15-t150000-14.xml
COMMAND LINE= HOME/solverBTD.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1113995-1215894646/watcher-1113995-1215894646 -o /tmp/evaluation-result-1113995-1215894646/solver-1113995-1215894646 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/solverBTD.sh HOME/instance-1113995-1215894646.xml 

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 92e7bec746635480f5800308fc5016ce
RANDOM SEED=1095507963

node16.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.218
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.218
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:       1822584 kB
Buffers:         20464 kB
Cached:         138628 kB
SwapCached:       5672 kB
Active:         156336 kB
Inactive:        32888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1822584 kB
SwapTotal:     4192956 kB
SwapFree:      4180820 kB
Dirty:           79632 kB
Writeback:           0 kB
Mapped:          46440 kB
Slab:            29084 kB
Committed_AS:   285564 kB
PageTables:       2080 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= 66372 MiB
End job on node16 at 2008-07-12 23:31:09