Trace number 1111009

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-27OPTIMUM3 398.53 400.827

General information on the benchmark

Namecsp/bddSmall/
normalized-bdd-21-133-18-78-19_ext.xml
MD5SUMf4688f0c1e61ecbc5601338febdf76bd
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints3
Best CPU time to get the best result obtained on this benchmark269.981
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)

211.99/213.43	o 133
211.99/213.43	v 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
211.99/213.43	o 97
211.99/213.43	v 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 
211.99/213.43	o 84
211.99/213.43	v 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 1 0 0 0 
211.99/213.43	o 55
211.99/213.43	v 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 
212.09/213.55	o 53
212.09/213.55	v 0 0 1 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 1 
212.88/214.33	o 47
212.88/214.33	v 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 1 
214.18/215.69	o 38
214.18/215.69	v 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
236.97/238.58	o 6
236.97/238.58	v 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
257.26/258.99	o 3
257.26/258.99	v 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
395.80/398.13	s OPTIMUM FOUND
395.80/398.13	v 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 

Verifier Data (download as text)

OK	3	130
3 unsatisfied constraints, 130 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-1111009-1215840346/watcher-1111009-1215840346 -o /tmp/evaluation-result-1111009-1215840346/solver-1111009-1215840346 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/solverBTD.sh HOME/instance-1111009-1215840346.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.10 2.11 4/73 16482
/proc/meminfo: memFree=1874272/2055920 swapFree=4192812/4192956
[pid=16482] ppid=16480 vsize=5356 CPUtime=0
/proc/16482/stat : 16482 (solverBTD.sh) R 16480 16482 15544 0 -1 4194304 262 0 0 0 0 0 0 0 20 0 1 0 40733278 5484544 230 996147200 4194304 4889804 548682068816 18446744073709551615 248761608863 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/16482/statm: 1339 230 191 169 0 50 0
[pid=16483] ppid=16482 vsize=5356 CPUtime=0
/proc/16483/stat : 16483 (solverBTD.sh) R 16482 16482 15544 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 1 0 40733279 5484544 230 996147200 4194304 4889804 548682068816 18446744073709551615 248761608863 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/16483/statm: 1339 230 191 169 0 50 0

[startup+0.108663 s]
/proc/loadavg: 2.00 2.10 2.11 4/73 16482
/proc/meminfo: memFree=1874272/2055920 swapFree=4192812/4192956
[pid=16482] ppid=16480 vsize=5356 CPUtime=0
/proc/16482/stat : 16482 (solverBTD.sh) S 16480 16482 15544 0 -1 4194304 344 353 0 0 0 0 0 0 22 0 1 0 40733278 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16482/statm: 1339 232 192 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.201663 s]
/proc/loadavg: 2.00 2.10 2.11 4/73 16482
/proc/meminfo: memFree=1874272/2055920 swapFree=4192812/4192956
[pid=16482] ppid=16480 vsize=5356 CPUtime=0
/proc/16482/stat : 16482 (solverBTD.sh) S 16480 16482 15544 0 -1 4194304 344 353 0 0 0 0 0 0 22 0 1 0 40733278 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16482/statm: 1339 232 192 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301673 s]
/proc/loadavg: 2.00 2.10 2.11 4/73 16482
/proc/meminfo: memFree=1874272/2055920 swapFree=4192812/4192956
[pid=16482] ppid=16480 vsize=5356 CPUtime=0
/proc/16482/stat : 16482 (solverBTD.sh) S 16480 16482 15544 0 -1 4194304 344 353 0 0 0 0 0 0 22 0 1 0 40733278 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16482/statm: 1339 232 192 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701709 s]
/proc/loadavg: 2.00 2.10 2.11 4/73 16482
/proc/meminfo: memFree=1874272/2055920 swapFree=4192812/4192956
[pid=16482] ppid=16480 vsize=5356 CPUtime=0
/proc/16482/stat : 16482 (solverBTD.sh) S 16480 16482 15544 0 -1 4194304 344 353 0 0 0 0 0 0 22 0 1 0 40733278 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16482/statm: 1339 232 192 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50178 s]
/proc/loadavg: 2.00 2.10 2.11 3/75 16487
/proc/meminfo: memFree=1857032/2055920 swapFree=4192812/4192956
[pid=16482] ppid=16480 vsize=5356 CPUtime=0
/proc/16482/stat : 16482 (solverBTD.sh) S 16480 16482 15544 0 -1 4194304 344 353 0 0 0 0 0 0 22 0 1 0 40733278 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16482/statm: 1339 232 192 169 0 50 0
[pid=16487] ppid=16482 vsize=28544 CPUtime=1.47
/proc/16487/stat : 16487 (toulbar2) R 16482 16482 15544 0 -1 4194304 5848 0 0 0 144 3 0 0 25 0 1 0 40733279 29229056 5830 996147200 134512640 137370052 4294956368 18446744073709551615 136323146 0 0 4096 0 0 0 0 17 1 0 0
/proc/16487/statm: 7136 5830 235 697 0 6435 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 33900

[startup+3.10193 s]
/proc/loadavg: 2.00 2.10 2.11 3/75 16487
/proc/meminfo: memFree=1842312/2055920 swapFree=4192812/4192956
[pid=16482] ppid=16480 vsize=5356 CPUtime=0
/proc/16482/stat : 16482 (solverBTD.sh) S 16480 16482 15544 0 -1 4194304 344 353 0 0 0 0 0 0 22 0 1 0 40733278 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16482/statm: 1339 232 192 169 0 50 0
[pid=16487] ppid=16482 vsize=49796 CPUtime=3.06
/proc/16487/stat : 16487 (toulbar2) R 16482 16482 15544 0 -1 4194304 11143 0 0 0 301 5 0 0 25 0 1 0 40733279 50991104 11125 996147200 134512640 137370052 4294956368 18446744073709551615 134955162 0 0 4096 0 0 0 0 17 1 0 0
/proc/16487/statm: 12449 11125 235 697 0 11748 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 55152

[startup+6.30222 s]
/proc/loadavg: 2.00 2.10 2.11 3/75 16487
/proc/meminfo: memFree=1798728/2055920 swapFree=4192812/4192956
[pid=16482] ppid=16480 vsize=5356 CPUtime=0
/proc/16482/stat : 16482 (solverBTD.sh) S 16480 16482 15544 0 -1 4194304 344 353 0 0 0 0 0 0 22 0 1 0 40733278 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16482/statm: 1339 232 192 169 0 50 0
[pid=16487] ppid=16482 vsize=91772 CPUtime=6.25
/proc/16487/stat : 16487 (toulbar2) R 16482 16482 15544 0 -1 4194304 21661 0 0 0 615 10 0 0 25 0 1 0 40733279 93974528 21643 996147200 134512640 137370052 4294956368 18446744073709551615 134676842 0 0 4096 0 0 0 0 17 1 0 0
/proc/16487/statm: 22943 21643 235 697 0 22242 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 97128

[startup+12.7018 s]
/proc/loadavg: 2.00 2.10 2.11 3/75 16487
/proc/meminfo: memFree=1712080/2055920 swapFree=4192812/4192956
[pid=16482] ppid=16480 vsize=5356 CPUtime=0
/proc/16482/stat : 16482 (solverBTD.sh) S 16480 16482 15544 0 -1 4194304 344 353 0 0 0 0 0 0 22 0 1 0 40733278 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16482/statm: 1339 232 192 169 0 50 0
[pid=16487] ppid=16482 vsize=175592 CPUtime=12.62
/proc/16487/stat : 16487 (toulbar2) R 16482 16482 15544 0 -1 4194304 42592 0 0 0 1242 20 0 0 25 0 1 0 40733279 179806208 42574 996147200 134512640 137370052 4294956368 18446744073709551615 134781971 0 0 4096 0 0 0 0 17 1 0 0
/proc/16487/statm: 43898 42574 235 697 0 43197 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 180948

[startup+25.502 s]
/proc/loadavg: 2.00 2.09 2.11 3/75 16487
/proc/meminfo: memFree=1538384/2055920 swapFree=4192812/4192956
[pid=16482] ppid=16480 vsize=5356 CPUtime=0
/proc/16482/stat : 16482 (solverBTD.sh) S 16480 16482 15544 0 -1 4194304 344 353 0 0 0 0 0 0 22 0 1 0 40733278 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16482/statm: 1339 232 192 169 0 50 0
[pid=16487] ppid=16482 vsize=343760 CPUtime=25.36
/proc/16487/stat : 16487 (toulbar2) R 16482 16482 15544 0 -1 4194304 84629 0 0 0 2499 37 0 0 25 0 1 0 40733279 352010240 84611 996147200 134512640 137370052 4294956368 18446744073709551615 134676855 0 0 4096 0 0 0 0 17 1 0 0
/proc/16487/statm: 85940 84611 235 697 0 85239 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 349116

[startup+51.1013 s]
/proc/loadavg: 2.08 2.10 2.11 3/75 16487
/proc/meminfo: memFree=1298640/2055920 swapFree=4192812/4192956
[pid=16482] ppid=16480 vsize=5356 CPUtime=0
/proc/16482/stat : 16482 (solverBTD.sh) S 16480 16482 15544 0 -1 4194304 344 353 0 0 0 0 0 0 22 0 1 0 40733278 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16482/statm: 1339 232 192 169 0 50 0
[pid=16487] ppid=16482 vsize=550744 CPUtime=50.83
/proc/16487/stat : 16487 (toulbar2) R 16482 16482 15544 0 -1 4194304 136410 0 0 0 4586 497 0 0 25 0 1 0 40733279 563961856 136392 996147200 134512640 137370052 4294956368 18446744073709551615 136076397 0 0 4096 0 0 0 0 17 1 0 0
/proc/16487/statm: 137686 136392 245 697 0 136985 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 556100

[startup+102.301 s]
/proc/loadavg: 2.48 2.22 2.15 3/75 16487
/proc/meminfo: memFree=1133456/2055920 swapFree=4192812/4192956
[pid=16482] ppid=16480 vsize=5356 CPUtime=0
/proc/16482/stat : 16482 (solverBTD.sh) S 16480 16482 15544 0 -1 4194304 344 353 0 0 0 0 0 0 22 0 1 0 40733278 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16482/statm: 1339 232 192 169 0 50 0
[pid=16487] ppid=16482 vsize=550744 CPUtime=101.67
/proc/16487/stat : 16487 (toulbar2) R 16482 16482 15544 0 -1 4194304 136410 0 0 0 7374 2793 0 0 24 0 1 0 40733279 563961856 136392 996147200 134512640 137370052 4294956368 18446744073709551615 136076397 0 0 4096 0 0 0 0 17 1 0 0
/proc/16487/statm: 137686 136392 245 697 0 136985 0
Current children cumulated CPU time (s) 101.67
Current children cumulated vsize (KiB) 556100

[startup+162.302 s]
/proc/loadavg: 2.17 2.18 2.14 3/75 16488
/proc/meminfo: memFree=1584400/2055920 swapFree=4192812/4192956
[pid=16482] ppid=16480 vsize=5356 CPUtime=133.64
/proc/16482/stat : 16482 (solverBTD.sh) S 16480 16482 15544 0 -1 4194304 365 136766 0 0 0 0 9243 4121 16 0 1 0 40733278 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16482/statm: 1339 232 192 169 0 50 0
[pid=16488] ppid=16482 vsize=1604 CPUtime=27.64
/proc/16488/stat : 16488 (peo) R 16482 16482 15544 0 -1 4194304 138 0 0 0 2749 15 0 0 25 0 1 0 40746731 1642496 107 996147200 134512640 134540798 4294956448 18446744073709551615 7178305 0 0 4096 0 0 0 0 17 1 0 0
/proc/16488/statm: 401 107 88 6 0 40 0
Current children cumulated CPU time (s) 161.28
Current children cumulated vsize (KiB) 6960

[startup+222.306 s]
/proc/loadavg: 2.06 2.14 2.12 3/75 16489
/proc/meminfo: memFree=1038736/2055920 swapFree=4192812/4192956
[pid=16482] ppid=16480 vsize=5356 CPUtime=171.19
/proc/16482/stat : 16482 (solverBTD.sh) S 16480 16482 15544 0 -1 4194304 388 136916 0 0 0 0 12976 4143 16 0 1 0 40733278 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16482/statm: 1339 232 192 169 0 50 0
[pid=16489] ppid=16482 vsize=550740 CPUtime=49.65
/proc/16489/stat : 16489 (toulbar2) R 16482 16482 15544 0 -1 4194304 136496 0 0 0 4910 55 0 0 25 0 1 0 40750502 563957760 136479 996147200 134512640 137370052 4294956352 18446744073709551615 134702890 0 0 4096 0 0 0 0 17 1 0 0
/proc/16489/statm: 137685 136479 317 697 0 136984 0
Current children cumulated CPU time (s) 220.84
Current children cumulated vsize (KiB) 556096

[startup+282.302 s]
/proc/loadavg: 2.02 2.11 2.11 3/75 16489
/proc/meminfo: memFree=1038736/2055920 swapFree=4192812/4192956
[pid=16482] ppid=16480 vsize=5356 CPUtime=171.19
/proc/16482/stat : 16482 (solverBTD.sh) S 16480 16482 15544 0 -1 4194304 388 136916 0 0 0 0 12976 4143 16 0 1 0 40733278 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16482/statm: 1339 232 192 169 0 50 0
[pid=16489] ppid=16482 vsize=550740 CPUtime=109.36
/proc/16489/stat : 16489 (toulbar2) R 16482 16482 15544 0 -1 4194304 136496 0 0 0 10881 55 0 0 25 0 1 0 40750502 563957760 136479 996147200 134512640 137370052 4294956352 18446744073709551615 134768296 0 0 4096 0 0 0 0 17 1 0 0
/proc/16489/statm: 137685 136479 317 697 0 136984 0
Current children cumulated CPU time (s) 280.55
Current children cumulated vsize (KiB) 556096

[startup+342.301 s]
/proc/loadavg: 2.01 2.09 2.10 3/75 16489
/proc/meminfo: memFree=1038672/2055920 swapFree=4192812/4192956
[pid=16482] ppid=16480 vsize=5356 CPUtime=171.19
/proc/16482/stat : 16482 (solverBTD.sh) S 16480 16482 15544 0 -1 4194304 388 136916 0 0 0 0 12976 4143 16 0 1 0 40733278 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16482/statm: 1339 232 192 169 0 50 0
[pid=16489] ppid=16482 vsize=550740 CPUtime=169.07
/proc/16489/stat : 16489 (toulbar2) R 16482 16482 15544 0 -1 4194304 136496 0 0 0 16852 55 0 0 25 0 1 0 40750502 563957760 136479 996147200 134512640 137370052 4294956352 18446744073709551615 134768200 0 0 4096 0 0 0 0 17 1 0 0
/proc/16489/statm: 137685 136479 317 697 0 136984 0
Current children cumulated CPU time (s) 340.26
Current children cumulated vsize (KiB) 556096

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

[startup+358.403 s]
/proc/loadavg: 2.00 2.08 2.10 3/75 16489
/proc/meminfo: memFree=1038672/2055920 swapFree=4192812/4192956
[pid=16482] ppid=16480 vsize=5356 CPUtime=171.19
/proc/16482/stat : 16482 (solverBTD.sh) S 16480 16482 15544 0 -1 4194304 388 136916 0 0 0 0 12976 4143 16 0 1 0 40733278 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16482/statm: 1339 232 192 169 0 50 0
[pid=16489] ppid=16482 vsize=550740 CPUtime=185.1
/proc/16489/stat : 16489 (toulbar2) R 16482 16482 15544 0 -1 4194304 136496 0 0 0 18455 55 0 0 25 0 1 0 40750502 563957760 136479 996147200 134512640 137370052 4294956352 18446744073709551615 134768156 0 0 4096 0 0 0 0 17 1 0 0
/proc/16489/statm: 137685 136479 317 697 0 136984 0
Current children cumulated CPU time (s) 356.29
Current children cumulated vsize (KiB) 556096

[startup+384.008 s]
/proc/loadavg: 2.00 2.08 2.09 3/75 16489
/proc/meminfo: memFree=1038672/2055920 swapFree=4192812/4192956
[pid=16482] ppid=16480 vsize=5356 CPUtime=171.19
/proc/16482/stat : 16482 (solverBTD.sh) S 16480 16482 15544 0 -1 4194304 388 136916 0 0 0 0 12976 4143 16 0 1 0 40733278 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16482/statm: 1339 232 192 169 0 50 0
[pid=16489] ppid=16482 vsize=550740 CPUtime=210.58
/proc/16489/stat : 16489 (toulbar2) R 16482 16482 15544 0 -1 4194304 136496 0 0 0 21003 55 0 0 25 0 1 0 40750502 563957760 136479 996147200 134512640 137370052 4294956352 18446744073709551615 135163412 0 0 4096 0 0 0 0 17 1 0 0
/proc/16489/statm: 137685 136479 317 697 0 136984 0
Current children cumulated CPU time (s) 381.77
Current children cumulated vsize (KiB) 556096

[startup+390.402 s]
/proc/loadavg: 2.00 2.08 2.09 3/75 16489
/proc/meminfo: memFree=1038672/2055920 swapFree=4192812/4192956
[pid=16482] ppid=16480 vsize=5356 CPUtime=171.19
/proc/16482/stat : 16482 (solverBTD.sh) S 16480 16482 15544 0 -1 4194304 388 136916 0 0 0 0 12976 4143 16 0 1 0 40733278 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16482/statm: 1339 232 192 169 0 50 0
[pid=16489] ppid=16482 vsize=550740 CPUtime=216.95
/proc/16489/stat : 16489 (toulbar2) R 16482 16482 15544 0 -1 4194304 136496 0 0 0 21640 55 0 0 25 0 1 0 40750502 563957760 136479 996147200 134512640 137370052 4294956352 18446744073709551615 134676401 0 0 4096 0 0 0 0 17 1 0 0
/proc/16489/statm: 137685 136479 317 697 0 136984 0
Current children cumulated CPU time (s) 388.14
Current children cumulated vsize (KiB) 556096

[startup+396.801 s]
/proc/loadavg: 2.00 2.07 2.09 3/75 16489
/proc/meminfo: memFree=1038672/2055920 swapFree=4192812/4192956
[pid=16482] ppid=16480 vsize=5356 CPUtime=171.19
/proc/16482/stat : 16482 (solverBTD.sh) S 16480 16482 15544 0 -1 4194304 388 136916 0 0 0 0 12976 4143 16 0 1 0 40733278 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16482/statm: 1339 232 192 169 0 50 0
[pid=16489] ppid=16482 vsize=550740 CPUtime=223.32
/proc/16489/stat : 16489 (toulbar2) R 16482 16482 15544 0 -1 4194304 136496 0 0 0 22277 55 0 0 25 0 1 0 40750502 563957760 136479 996147200 134512640 137370052 4294956352 18446744073709551615 134768200 0 0 4096 0 0 0 0 17 1 0 0
/proc/16489/statm: 137685 136479 317 697 0 136984 0
Current children cumulated CPU time (s) 394.51
Current children cumulated vsize (KiB) 556096

[startup+398.401 s]
/proc/loadavg: 2.00 2.07 2.09 3/75 16489
/proc/meminfo: memFree=1038672/2055920 swapFree=4192812/4192956
[pid=16482] ppid=16480 vsize=5356 CPUtime=171.19
/proc/16482/stat : 16482 (solverBTD.sh) S 16480 16482 15544 0 -1 4194304 388 136916 0 0 0 0 12976 4143 16 0 1 0 40733278 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16482/statm: 1339 232 192 169 0 50 0
[pid=16489] ppid=16482 vsize=547620 CPUtime=224.9
/proc/16489/stat : 16489 (toulbar2) R 16482 16482 15544 0 -1 4194304 136496 0 0 0 22435 55 0 0 25 0 1 0 40750502 560762880 136451 996147200 134512640 137370052 4294956352 18446744073709551615 136074587 0 0 4096 0 0 0 0 17 1 0 0
/proc/16489/statm: 136905 136451 317 697 0 136204 0
Current children cumulated CPU time (s) 396.09
Current children cumulated vsize (KiB) 552976

[startup+400.002 s]
/proc/loadavg: 2.00 2.07 2.09 3/75 16489
/proc/meminfo: memFree=1038672/2055920 swapFree=4192812/4192956
[pid=16482] ppid=16480 vsize=5356 CPUtime=171.19
/proc/16482/stat : 16482 (solverBTD.sh) S 16480 16482 15544 0 -1 4194304 388 136916 0 0 0 0 12976 4143 16 0 1 0 40733278 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16482/statm: 1339 232 192 169 0 50 0
[pid=16489] ppid=16482 vsize=547620 CPUtime=226.5
/proc/16489/stat : 16489 (toulbar2) R 16482 16482 15544 0 -1 4194304 136496 0 0 0 22595 55 0 0 25 0 1 0 40750502 560762880 136451 996147200 134512640 137370052 4294956352 18446744073709551615 136684823 0 0 4096 0 0 0 0 17 1 0 0
/proc/16489/statm: 136905 136451 317 697 0 136204 0
Current children cumulated CPU time (s) 397.69
Current children cumulated vsize (KiB) 552976

[startup+400.402 s]
/proc/loadavg: 2.00 2.07 2.09 3/75 16489
/proc/meminfo: memFree=1038672/2055920 swapFree=4192812/4192956
[pid=16482] ppid=16480 vsize=5356 CPUtime=171.19
/proc/16482/stat : 16482 (solverBTD.sh) S 16480 16482 15544 0 -1 4194304 388 136916 0 0 0 0 12976 4143 16 0 1 0 40733278 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16482/statm: 1339 232 192 169 0 50 0
[pid=16489] ppid=16482 vsize=547620 CPUtime=226.9
/proc/16489/stat : 16489 (toulbar2) R 16482 16482 15544 0 -1 4194304 136496 0 0 0 22635 55 0 0 25 0 1 0 40750502 560762880 136451 996147200 134512640 137370052 4294956352 18446744073709551615 134808127 0 0 4096 0 0 0 0 17 1 0 0
/proc/16489/statm: 136905 136451 317 697 0 136204 0
Current children cumulated CPU time (s) 398.09
Current children cumulated vsize (KiB) 552976

[startup+400.803 s]
/proc/loadavg: 2.00 2.07 2.09 3/75 16489
/proc/meminfo: memFree=1038672/2055920 swapFree=4192812/4192956
[pid=16482] ppid=16480 vsize=5356 CPUtime=171.19
/proc/16482/stat : 16482 (solverBTD.sh) S 16480 16482 15544 0 -1 4194304 388 136916 0 0 0 0 12976 4143 16 0 1 0 40733278 5484544 232 996147200 4194304 4889804 548682068816 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16482/statm: 1339 232 192 169 0 50 0
[pid=16489] ppid=16482 vsize=0 CPUtime=227.3
/proc/16489/stat : 16489 (toulbar2) R 16482 16482 15544 0 -1 4194308 136496 0 0 0 22668 62 0 0 25 0 1 0 40750502 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/16489/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 398.49
Current children cumulated vsize (KiB) 5356

Child status: 0
Real time (s): 400.827
CPU time (s): 398.53
CPU user time (s): 356.451
CPU system time (s): 42.0796
CPU usage (%): 99.4272
Max. virtual memory (cumulated for all children) (KiB): 556100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 356.451
system time used= 42.0796
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 273810
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= 44
involuntary context switches= 4840

runsolver used 0.467928 second user time and 1.35179 second system time

The end

Launcher Data (download as text)

Begin job on node55 at 2008-07-12 07:25:46
IDJOB=1111009
IDBENCH=61219
IDSOLVER=370
FILE ID=node55/1111009-1215840346
PBS_JOBID= 7903382
Free space on /tmp= 66428 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f4688f0c1e61ecbc5601338febdf76bd
RANDOM SEED=2103483958

node55.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.225
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.225
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:       1874752 kB
Buffers:          3952 kB
Cached:          51264 kB
SwapCached:          0 kB
Active:         126412 kB
Inactive:         4200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1874752 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           11112 kB
Writeback:           0 kB
Mapped:          86652 kB
Slab:            35752 kB
Committed_AS:   245900 kB
PageTables:       1832 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= 66140 MiB
End job on node55 at 2008-07-12 07:32:27