Trace number 1110993

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-27OPTIMUM9 588.18 593.511

General information on the benchmark

Namecsp/bddSmall/
normalized-bdd-21-133-18-78-14_ext.xml
MD5SUM5370926caba9ac4d47ccf3fc8eaf30f8
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints9
Best CPU time to get the best result obtained on this benchmark479.687
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints133
Maximum constraint arity18
Maximum domain size2
Number of constraints which are defined in extension133
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)

210.25/212.10	o 96
210.25/212.10	v 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 
210.36/212.10	o 78
210.36/212.10	v 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 0 0 
210.36/212.12	o 73
210.36/212.12	v 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 
210.36/212.13	o 68
210.36/212.13	v 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 
210.36/212.14	o 64
210.36/212.14	v 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 
210.36/212.15	o 63
210.36/212.15	v 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 
210.36/212.17	o 57
210.36/212.17	v 0 0 0 0 0 0 0 0 1 1 0 1 1 0 0 0 0 0 0 0 0 
210.36/212.19	o 31
210.36/212.19	v 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 
214.22/216.04	o 26
214.22/216.04	v 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 
277.01/279.47	o 17
277.01/279.47	v 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 
522.57/527.37	o 9
522.57/527.37	v 1 1 1 1 1 1 1 1 1 1 1 0 0 1 1 1 1 1 1 1 1 
585.47/590.81	s OPTIMUM FOUND
585.47/590.81	v 1 1 1 1 1 1 1 1 1 1 1 0 0 1 1 1 1 1 1 1 1 

Verifier Data (download as text)

OK	9	124
9 unsatisfied constraints, 124 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-1110993-1215839947/watcher-1110993-1215839947 -o /tmp/evaluation-result-1110993-1215839947/solver-1110993-1215839947 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/solverBTD.sh HOME/instance-1110993-1215839947.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.02 2.00 4/82 14590
/proc/meminfo: memFree=1204624/2055920 swapFree=4181172/4192956
[pid=14590] ppid=14588 vsize=18572 CPUtime=0
/proc/14590/stat : 14590 (runsolver) R 14588 14590 13348 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 40698199 19017728 292 996147200 4194304 4296836 548682068480 18446744073709551615 206381313319 0 0 4096 24578 0 0 0 17 1 0 0
/proc/14590/statm: 4643 292 257 25 0 2626 0

[startup+0.104862 s]
/proc/loadavg: 2.00 2.02 2.00 4/82 14590
/proc/meminfo: memFree=1204624/2055920 swapFree=4181172/4192956
[pid=14590] ppid=14588 vsize=5356 CPUtime=0
/proc/14590/stat : 14590 (solverBTD.sh) S 14588 14590 13348 0 -1 4194304 344 353 0 0 0 0 0 0 22 0 1 0 40698199 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14590/statm: 1339 232 192 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.201882 s]
/proc/loadavg: 2.00 2.02 2.00 4/82 14590
/proc/meminfo: memFree=1204624/2055920 swapFree=4181172/4192956
[pid=14590] ppid=14588 vsize=5356 CPUtime=0
/proc/14590/stat : 14590 (solverBTD.sh) S 14588 14590 13348 0 -1 4194304 344 353 0 0 0 0 0 0 22 0 1 0 40698199 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14590/statm: 1339 232 192 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301898 s]
/proc/loadavg: 2.00 2.02 2.00 4/82 14590
/proc/meminfo: memFree=1204624/2055920 swapFree=4181172/4192956
[pid=14590] ppid=14588 vsize=5356 CPUtime=0
/proc/14590/stat : 14590 (solverBTD.sh) S 14588 14590 13348 0 -1 4194304 344 353 0 0 0 0 0 0 22 0 1 0 40698199 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14590/statm: 1339 232 192 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.70197 s]
/proc/loadavg: 2.00 2.02 2.00 4/82 14590
/proc/meminfo: memFree=1204624/2055920 swapFree=4181172/4192956
[pid=14590] ppid=14588 vsize=5356 CPUtime=0
/proc/14590/stat : 14590 (solverBTD.sh) S 14588 14590 13348 0 -1 4194304 344 353 0 0 0 0 0 0 22 0 1 0 40698199 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14590/statm: 1339 232 192 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50112 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 14595
/proc/meminfo: memFree=1187968/2055920 swapFree=4181172/4192956
[pid=14590] ppid=14588 vsize=5356 CPUtime=0
/proc/14590/stat : 14590 (solverBTD.sh) S 14588 14590 13348 0 -1 4194304 344 353 0 0 0 0 0 0 22 0 1 0 40698199 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14590/statm: 1339 232 192 169 0 50 0
[pid=14595] ppid=14590 vsize=28148 CPUtime=1.47
/proc/14595/stat : 14595 (toulbar2) R 14590 14590 13348 0 -1 4194304 5726 0 0 0 144 3 0 0 25 0 1 0 40698200 28823552 5708 996147200 134512640 137370052 4294956368 18446744073709551615 134676928 0 0 4096 0 0 0 0 17 1 0 0
/proc/14595/statm: 7037 5708 235 697 0 6336 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 33504

[startup+3.10141 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 14595
/proc/meminfo: memFree=1173440/2055920 swapFree=4181172/4192956
[pid=14590] ppid=14588 vsize=5356 CPUtime=0
/proc/14590/stat : 14590 (solverBTD.sh) S 14588 14590 13348 0 -1 4194304 344 353 0 0 0 0 0 0 22 0 1 0 40698199 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14590/statm: 1339 232 192 169 0 50 0
[pid=14595] ppid=14590 vsize=49004 CPUtime=3.05
/proc/14595/stat : 14595 (toulbar2) R 14590 14590 13348 0 -1 4194304 10961 0 0 0 301 4 0 0 25 0 1 0 40698200 50180096 10943 996147200 134512640 137370052 4294956368 18446744073709551615 134955311 0 0 4096 0 0 0 0 17 1 0 0
/proc/14595/statm: 12251 10943 235 697 0 11550 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 54360

[startup+6.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 14595
/proc/meminfo: memFree=1130240/2055920 swapFree=4181172/4192956
[pid=14590] ppid=14588 vsize=5356 CPUtime=0
/proc/14590/stat : 14590 (solverBTD.sh) S 14588 14590 13348 0 -1 4194304 344 353 0 0 0 0 0 0 22 0 1 0 40698199 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14590/statm: 1339 232 192 169 0 50 0
[pid=14595] ppid=14590 vsize=90716 CPUtime=6.23
/proc/14595/stat : 14595 (toulbar2) R 14590 14590 13348 0 -1 4194304 21381 0 0 0 614 9 0 0 25 0 1 0 40698200 92893184 21363 996147200 134512640 137370052 4294956368 18446744073709551615 134676931 0 0 4096 0 0 0 0 17 1 0 0
/proc/14595/statm: 22679 21363 235 697 0 21978 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 96072

[startup+12.7012 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 14595
/proc/meminfo: memFree=1043648/2055920 swapFree=4181172/4192956
[pid=14590] ppid=14588 vsize=5356 CPUtime=0
/proc/14590/stat : 14590 (solverBTD.sh) S 14588 14590 13348 0 -1 4194304 344 353 0 0 0 0 0 0 22 0 1 0 40698199 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14590/statm: 1339 232 192 169 0 50 0
[pid=14595] ppid=14590 vsize=174668 CPUtime=12.56
/proc/14595/stat : 14595 (toulbar2) R 14590 14590 13348 0 -1 4194304 42362 0 0 0 1240 16 0 0 25 0 1 0 40698200 178860032 42344 996147200 134512640 137370052 4294956368 18446744073709551615 134781971 0 0 4096 0 0 0 0 17 1 0 0
/proc/14595/statm: 43667 42344 235 697 0 42966 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 180024

[startup+25.5015 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 14595
/proc/meminfo: memFree=872256/2055920 swapFree=4181172/4192956
[pid=14590] ppid=14588 vsize=5356 CPUtime=0
/proc/14590/stat : 14590 (solverBTD.sh) S 14588 14590 13348 0 -1 4194304 344 353 0 0 0 0 0 0 22 0 1 0 40698199 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14590/statm: 1339 232 192 169 0 50 0
[pid=14595] ppid=14590 vsize=340328 CPUtime=25.24
/proc/14595/stat : 14595 (toulbar2) R 14590 14590 13348 0 -1 4194304 83801 0 0 0 2493 31 0 0 25 0 1 0 40698200 348495872 83783 996147200 134512640 137370052 4294956368 18446744073709551615 134955668 0 0 4096 0 0 0 0 17 1 0 0
/proc/14595/statm: 85082 83783 235 697 0 84381 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 345684

[startup+51.1012 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 14595
/proc/meminfo: memFree=630656/2055920 swapFree=4181172/4192956
[pid=14590] ppid=14588 vsize=5356 CPUtime=0
/proc/14590/stat : 14590 (solverBTD.sh) S 14588 14590 13348 0 -1 4194304 344 353 0 0 0 0 0 0 22 0 1 0 40698199 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14590/statm: 1339 232 192 169 0 50 0
[pid=14595] ppid=14590 vsize=551008 CPUtime=50.59
/proc/14595/stat : 14595 (toulbar2) R 14590 14590 13348 0 -1 4194304 136459 0 0 0 4595 464 0 0 25 0 1 0 40698200 564232192 136441 996147200 134512640 137370052 4294956368 18446744073709551615 136112288 0 0 4096 0 0 0 0 17 1 0 0
/proc/14595/statm: 137752 136441 245 697 0 137051 0
Current children cumulated CPU time (s) 50.59
Current children cumulated vsize (KiB) 556364

[startup+102.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 14595
/proc/meminfo: memFree=466048/2055920 swapFree=4181172/4192956
[pid=14590] ppid=14588 vsize=5356 CPUtime=0
/proc/14590/stat : 14590 (solverBTD.sh) S 14588 14590 13348 0 -1 4194304 344 353 0 0 0 0 0 0 22 0 1 0 40698199 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14590/statm: 1339 232 192 169 0 50 0
[pid=14595] ppid=14590 vsize=551008 CPUtime=101.23
/proc/14595/stat : 14595 (toulbar2) R 14590 14590 13348 0 -1 4194304 136459 0 0 0 7367 2756 0 0 25 0 1 0 40698200 564232192 136441 996147200 134512640 137370052 4294956368 18446744073709551615 136076397 0 0 4096 0 0 0 0 17 1 0 0
/proc/14595/statm: 137752 136441 245 697 0 137051 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 556364

[startup+162.302 s]
/proc/loadavg: 2.00 2.01 2.00 4/84 14596
/proc/meminfo: memFree=876736/2055920 swapFree=4181172/4192956
[pid=14590] ppid=14588 vsize=5356 CPUtime=133.57
/proc/14590/stat : 14590 (solverBTD.sh) S 14588 14590 13348 0 -1 4194304 365 136815 0 0 0 0 9241 4116 16 0 1 0 40698199 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14590/statm: 1339 232 192 169 0 50 0
[pid=14596] ppid=14590 vsize=1604 CPUtime=27.39
/proc/14596/stat : 14596 (peo) R 14590 14590 13348 0 -1 4194304 138 0 0 0 2725 14 0 0 25 0 1 0 40711688 1642496 107 996147200 134512640 134540798 4294956448 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/14596/statm: 401 107 88 6 0 40 0
Current children cumulated CPU time (s) 160.96
Current children cumulated vsize (KiB) 6960

[startup+222.308 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 14597
/proc/meminfo: memFree=324928/2055920 swapFree=4181172/4192956
[pid=14590] ppid=14588 vsize=5356 CPUtime=169.1
/proc/14590/stat : 14590 (solverBTD.sh) S 14588 14590 13348 0 -1 4194304 388 136965 0 0 0 0 12775 4135 19 0 1 0 40698199 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14590/statm: 1339 232 192 169 0 50 0
[pid=14597] ppid=14590 vsize=551004 CPUtime=51.36
/proc/14597/stat : 14597 (toulbar2) R 14590 14590 13348 0 -1 4194304 136545 0 0 0 5080 56 0 0 25 0 1 0 40715243 564228096 136528 996147200 134512640 137370052 4294956352 18446744073709551615 134768163 0 0 4096 0 0 0 0 17 1 0 0
/proc/14597/statm: 137751 136528 317 697 0 137050 0
Current children cumulated CPU time (s) 220.46
Current children cumulated vsize (KiB) 556360

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 14597
/proc/meminfo: memFree=319680/2055920 swapFree=4181172/4192956
[pid=14590] ppid=14588 vsize=5356 CPUtime=169.1
/proc/14590/stat : 14590 (solverBTD.sh) S 14588 14590 13348 0 -1 4194304 388 136965 0 0 0 0 12775 4135 19 0 1 0 40698199 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14590/statm: 1339 232 192 169 0 50 0
[pid=14597] ppid=14590 vsize=551004 CPUtime=110.78
/proc/14597/stat : 14597 (toulbar2) R 14590 14590 13348 0 -1 4194304 136545 0 0 0 11022 56 0 0 25 0 1 0 40715243 564228096 136528 996147200 134512640 137370052 4294956352 18446744073709551615 134718180 0 0 4096 0 0 0 0 17 1 0 0
/proc/14597/statm: 137751 136528 317 697 0 137050 0
Current children cumulated CPU time (s) 279.88
Current children cumulated vsize (KiB) 556360

[startup+342.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 14597
/proc/meminfo: memFree=315008/2055920 swapFree=4181172/4192956
[pid=14590] ppid=14588 vsize=5356 CPUtime=169.1
/proc/14590/stat : 14590 (solverBTD.sh) S 14588 14590 13348 0 -1 4194304 388 136965 0 0 0 0 12775 4135 19 0 1 0 40698199 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14590/statm: 1339 232 192 169 0 50 0
[pid=14597] ppid=14590 vsize=551004 CPUtime=170.22
/proc/14597/stat : 14597 (toulbar2) R 14590 14590 13348 0 -1 4194304 136545 0 0 0 16965 57 0 0 25 0 1 0 40715243 564228096 136528 996147200 134512640 137370052 4294956352 18446744073709551615 134768163 0 0 4096 0 0 0 0 17 1 0 0
/proc/14597/statm: 137751 136528 317 697 0 137050 0
Current children cumulated CPU time (s) 339.32
Current children cumulated vsize (KiB) 556360

[startup+402.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 14597
/proc/meminfo: memFree=301120/2055920 swapFree=4181172/4192956
[pid=14590] ppid=14588 vsize=5356 CPUtime=169.1
/proc/14590/stat : 14590 (solverBTD.sh) S 14588 14590 13348 0 -1 4194304 388 136965 0 0 0 0 12775 4135 19 0 1 0 40698199 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14590/statm: 1339 232 192 169 0 50 0
[pid=14597] ppid=14590 vsize=551004 CPUtime=229.65
/proc/14597/stat : 14597 (toulbar2) R 14590 14590 13348 0 -1 4194304 136545 0 0 0 22908 57 0 0 25 0 1 0 40715243 564228096 136528 996147200 134512640 137370052 4294956352 18446744073709551615 134718180 0 0 4096 0 0 0 0 17 1 0 0
/proc/14597/statm: 137751 136528 317 697 0 137050 0
Current children cumulated CPU time (s) 398.75
Current children cumulated vsize (KiB) 556360

[startup+462.302 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 14597
/proc/meminfo: memFree=297152/2055920 swapFree=4181172/4192956
[pid=14590] ppid=14588 vsize=5356 CPUtime=169.1
/proc/14590/stat : 14590 (solverBTD.sh) S 14588 14590 13348 0 -1 4194304 388 136965 0 0 0 0 12775 4135 19 0 1 0 40698199 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14590/statm: 1339 232 192 169 0 50 0
[pid=14597] ppid=14590 vsize=551004 CPUtime=289.09
/proc/14597/stat : 14597 (toulbar2) R 14590 14590 13348 0 -1 4194304 136545 0 0 0 28852 57 0 0 25 0 1 0 40715243 564228096 136528 996147200 134512640 137370052 4294956352 18446744073709551615 134768160 0 0 4096 0 0 0 0 17 1 0 0
/proc/14597/statm: 137751 136528 317 697 0 137050 0
Current children cumulated CPU time (s) 458.19
Current children cumulated vsize (KiB) 556360

[startup+522.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 14597
/proc/meminfo: memFree=294848/2055920 swapFree=4181172/4192956
[pid=14590] ppid=14588 vsize=5356 CPUtime=169.1
/proc/14590/stat : 14590 (solverBTD.sh) S 14588 14590 13348 0 -1 4194304 388 136965 0 0 0 0 12775 4135 19 0 1 0 40698199 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14590/statm: 1339 232 192 169 0 50 0
[pid=14597] ppid=14590 vsize=551004 CPUtime=348.52
/proc/14597/stat : 14597 (toulbar2) R 14590 14590 13348 0 -1 4194304 136545 0 0 0 34795 57 0 0 25 0 1 0 40715243 564228096 136528 996147200 134512640 137370052 4294956352 18446744073709551615 134768160 0 0 4096 0 0 0 0 17 1 0 0
/proc/14597/statm: 137751 136528 317 697 0 137050 0
Current children cumulated CPU time (s) 517.62
Current children cumulated vsize (KiB) 556360

[startup+582.303 s]
/proc/loadavg: 2.04 2.01 2.00 3/84 14597
/proc/meminfo: memFree=259008/2055920 swapFree=4181172/4192956
[pid=14590] ppid=14588 vsize=5356 CPUtime=169.1
/proc/14590/stat : 14590 (solverBTD.sh) S 14588 14590 13348 0 -1 4194304 388 136965 0 0 0 0 12775 4135 19 0 1 0 40698199 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14590/statm: 1339 232 192 169 0 50 0
[pid=14597] ppid=14590 vsize=551004 CPUtime=407.95
/proc/14597/stat : 14597 (toulbar2) R 14590 14590 13348 0 -1 4194304 136545 0 0 0 40737 58 0 0 25 0 1 0 40715243 564228096 136528 996147200 134512640 137370052 4294956352 18446744073709551615 135163540 0 0 4096 0 0 0 0 17 1 0 0
/proc/14597/statm: 137751 136528 317 697 0 137050 0
Current children cumulated CPU time (s) 577.05
Current children cumulated vsize (KiB) 556360

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

[startup+582.403 s]
/proc/loadavg: 2.04 2.01 2.00 3/84 14597
/proc/meminfo: memFree=259008/2055920 swapFree=4181172/4192956
[pid=14590] ppid=14588 vsize=5356 CPUtime=169.1
/proc/14590/stat : 14590 (solverBTD.sh) S 14588 14590 13348 0 -1 4194304 388 136965 0 0 0 0 12775 4135 19 0 1 0 40698199 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14590/statm: 1339 232 192 169 0 50 0
[pid=14597] ppid=14590 vsize=551004 CPUtime=408.05
/proc/14597/stat : 14597 (toulbar2) R 14590 14590 13348 0 -1 4194304 136545 0 0 0 40747 58 0 0 25 0 1 0 40715243 564228096 136528 996147200 134512640 137370052 4294956352 18446744073709551615 134768200 0 0 4096 0 0 0 0 17 1 0 0
/proc/14597/statm: 137751 136528 317 697 0 137050 0
Current children cumulated CPU time (s) 577.15
Current children cumulated vsize (KiB) 556360

[startup+588.802 s]
/proc/loadavg: 2.04 2.01 2.00 3/84 14597
/proc/meminfo: memFree=259008/2055920 swapFree=4181172/4192956
[pid=14590] ppid=14588 vsize=5356 CPUtime=169.1
/proc/14590/stat : 14590 (solverBTD.sh) S 14588 14590 13348 0 -1 4194304 388 136965 0 0 0 0 12775 4135 19 0 1 0 40698199 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14590/statm: 1339 232 192 169 0 50 0
[pid=14597] ppid=14590 vsize=551004 CPUtime=414.39
/proc/14597/stat : 14597 (toulbar2) R 14590 14590 13348 0 -1 4194304 136545 0 0 0 41381 58 0 0 25 0 1 0 40715243 564228096 136528 996147200 134512640 137370052 4294956352 18446744073709551615 134768158 0 0 4096 0 0 0 0 17 1 0 0
/proc/14597/statm: 137751 136528 317 697 0 137050 0
Current children cumulated CPU time (s) 583.49
Current children cumulated vsize (KiB) 556360

[startup+592.001 s]
/proc/loadavg: 2.04 2.01 2.00 3/84 14597
/proc/meminfo: memFree=259008/2055920 swapFree=4181172/4192956
[pid=14590] ppid=14588 vsize=5356 CPUtime=169.1
/proc/14590/stat : 14590 (solverBTD.sh) S 14588 14590 13348 0 -1 4194304 388 136965 0 0 0 0 12775 4135 19 0 1 0 40698199 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14590/statm: 1339 232 192 169 0 50 0
[pid=14597] ppid=14590 vsize=547884 CPUtime=417.56
/proc/14597/stat : 14597 (toulbar2) R 14590 14590 13348 0 -1 4194304 136545 0 0 0 41698 58 0 0 25 0 1 0 40715243 561033216 136500 996147200 134512640 137370052 4294956352 18446744073709551615 136426077 0 0 4096 0 0 0 0 17 1 0 0
/proc/14597/statm: 136971 136500 317 697 0 136270 0
Current children cumulated CPU time (s) 586.66
Current children cumulated vsize (KiB) 553240

[startup+592.803 s]
/proc/loadavg: 2.04 2.01 2.00 3/84 14597
/proc/meminfo: memFree=259008/2055920 swapFree=4181172/4192956
[pid=14590] ppid=14588 vsize=5356 CPUtime=169.1
/proc/14590/stat : 14590 (solverBTD.sh) S 14588 14590 13348 0 -1 4194304 388 136965 0 0 0 0 12775 4135 19 0 1 0 40698199 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14590/statm: 1339 232 192 169 0 50 0
[pid=14597] ppid=14590 vsize=547884 CPUtime=418.35
/proc/14597/stat : 14597 (toulbar2) R 14590 14590 13348 0 -1 4194304 136545 0 0 0 41777 58 0 0 25 0 1 0 40715243 561033216 136500 996147200 134512640 137370052 4294956352 18446744073709551615 136074587 0 0 4096 0 0 0 0 17 1 0 0
/proc/14597/statm: 136971 136500 317 697 0 136270 0
Current children cumulated CPU time (s) 587.45
Current children cumulated vsize (KiB) 553240

[startup+593.203 s]
/proc/loadavg: 2.03 2.01 2.00 3/84 14597
/proc/meminfo: memFree=259008/2055920 swapFree=4181172/4192956
[pid=14590] ppid=14588 vsize=5356 CPUtime=169.1
/proc/14590/stat : 14590 (solverBTD.sh) S 14588 14590 13348 0 -1 4194304 388 136965 0 0 0 0 12775 4135 19 0 1 0 40698199 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14590/statm: 1339 232 192 169 0 50 0
[pid=14597] ppid=14590 vsize=547884 CPUtime=418.75
/proc/14597/stat : 14597 (toulbar2) R 14590 14590 13348 0 -1 4194304 136545 0 0 0 41817 58 0 0 25 0 1 0 40715243 561033216 136500 996147200 134512640 137370052 4294956352 18446744073709551615 136074481 0 0 4096 0 0 0 0 17 1 0 0
/proc/14597/statm: 136971 136500 317 697 0 136270 0
Current children cumulated CPU time (s) 587.85
Current children cumulated vsize (KiB) 553240

[startup+593.403 s]
/proc/loadavg: 2.03 2.01 2.00 3/84 14597
/proc/meminfo: memFree=259008/2055920 swapFree=4181172/4192956
[pid=14590] ppid=14588 vsize=5356 CPUtime=169.1
/proc/14590/stat : 14590 (solverBTD.sh) S 14588 14590 13348 0 -1 4194304 388 136965 0 0 0 0 12775 4135 19 0 1 0 40698199 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14590/statm: 1339 232 192 169 0 50 0
[pid=14597] ppid=14590 vsize=547884 CPUtime=418.95
/proc/14597/stat : 14597 (toulbar2) R 14590 14590 13348 0 -1 4194304 136545 0 0 0 41837 58 0 0 25 0 1 0 40715243 561033216 136500 996147200 134512640 137370052 4294956352 18446744073709551615 136074590 0 0 4096 0 0 0 0 17 1 0 0
/proc/14597/statm: 136971 136500 317 697 0 136270 0
Current children cumulated CPU time (s) 588.05
Current children cumulated vsize (KiB) 553240

[startup+593.503 s]
/proc/loadavg: 2.03 2.01 2.00 3/84 14597
/proc/meminfo: memFree=259008/2055920 swapFree=4181172/4192956
[pid=14590] ppid=14588 vsize=5356 CPUtime=169.1
/proc/14590/stat : 14590 (solverBTD.sh) S 14588 14590 13348 0 -1 4194304 388 136965 0 0 0 0 12775 4135 19 0 1 0 40698199 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14590/statm: 1339 232 192 169 0 50 0
[pid=14597] ppid=14590 vsize=0 CPUtime=419.04
/proc/14597/stat : 14597 (toulbar2) R 14590 14590 13348 0 -1 4194308 136545 0 0 0 41839 65 0 0 25 0 1 0 40715243 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/14597/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 588.14
Current children cumulated vsize (KiB) 5356

Child status: 0
Real time (s): 593.511
CPU time (s): 588.18
CPU user time (s): 546.156
CPU system time (s): 42.0236
CPU usage (%): 99.1017
Max. virtual memory (cumulated for all children) (KiB): 556364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 546.156
system time used= 42.0236
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 273907
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= 45
involuntary context switches= 21811

runsolver used 0.716891 second user time and 1.9877 second system time

The end

Launcher Data (download as text)

Begin job on node2 at 2008-07-12 07:19:07
IDJOB=1110993
IDBENCH=61217
IDSOLVER=370
FILE ID=node2/1110993-1215839947
PBS_JOBID= 7903355
Free space on /tmp= 66360 MiB

SOLVER NAME= toulbar2/BTD 2008-06-27
BENCH NAME= CPAI08/csp/bddSmall/normalized-bdd-21-133-18-78-14_ext.xml
COMMAND LINE= HOME/solverBTD.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1110993-1215839947/watcher-1110993-1215839947 -o /tmp/evaluation-result-1110993-1215839947/solver-1110993-1215839947 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/solverBTD.sh HOME/instance-1110993-1215839947.xml 

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5370926caba9ac4d47ccf3fc8eaf30f8
RANDOM SEED=2117684739

node2.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.261
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.261
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:       1205296 kB
Buffers:         39768 kB
Cached:         250028 kB
SwapCached:       6004 kB
Active:         719284 kB
Inactive:        69108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1205296 kB
SwapTotal:     4192956 kB
SwapFree:      4181172 kB
Dirty:           11056 kB
Writeback:           0 kB
Mapped:         515172 kB
Slab:            46380 kB
Committed_AS:   751000 kB
PageTables:       3036 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= 66024 MiB
End job on node2 at 2008-07-12 07:29:01