Trace number 1112524

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 2008-06-27OPTIMUM1 2215.09 2221.73

General information on the benchmark

Namecsp/varDimacs/
normalized-hole-10_ext.xml
MD5SUM363084cfaf2bfa181a17e2a89b452ce6
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark63.0614
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of constraints561
Maximum constraint arity10
Maximum domain size2
Number of constraints which are defined in extension561
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.02	o 1
2215.04/2221.73	s OPTIMUM FOUND
2215.04/2221.73	v 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 

Verifier Data (download as text)

OK	1	560
1 unsatisfied constraints, 560 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-1112524-1215869777/watcher-1112524-1215869777 -o /tmp/evaluation-result-1112524-1215869777/solver-1112524-1215869777 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/solver.sh HOME/instance-1112524-1215869777.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.02 2.34 2.49 4/98 13180
/proc/meminfo: memFree=1418904/2055920 swapFree=4192812/4192956
[pid=13180] ppid=13178 vsize=5356 CPUtime=0
/proc/13180/stat : 13180 (solver.sh) R 13178 13180 12781 0 -1 4194304 284 117 0 0 0 0 0 0 20 0 1 0 43674952 5484544 231 996147200 4194304 4889804 548682068832 18446744073709551615 214945032863 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/13180/statm: 1339 231 192 169 0 50 0
[pid=13182] ppid=13180 vsize=6368 CPUtime=0
/proc/13182/stat : 13182 (toulbar2) R 13180 13180 12781 0 -1 4194304 274 0 0 0 0 0 0 0 20 0 1 0 43674953 6520832 257 996147200 134512640 137370052 4294956384 18446744073709551615 136687772 0 0 4096 0 0 0 0 17 1 0 0
/proc/13182/statm: 1592 257 201 697 0 891 0

[startup+0.0737899 s]
/proc/loadavg: 2.02 2.34 2.49 4/98 13180
/proc/meminfo: memFree=1418904/2055920 swapFree=4192812/4192956
[pid=13180] ppid=13178 vsize=5356 CPUtime=0
/proc/13180/stat : 13180 (solver.sh) S 13178 13180 12781 0 -1 4194304 302 117 0 0 0 0 0 0 20 0 1 0 43674952 5484544 231 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13180/statm: 1339 231 192 169 0 50 0
[pid=13182] ppid=13180 vsize=6780 CPUtime=0.06
/proc/13182/stat : 13182 (toulbar2) R 13180 13180 12781 0 -1 4194304 462 0 0 0 6 0 0 0 22 0 1 0 43674953 6942720 445 996147200 134512640 137370052 4294956384 18446744073709551615 136498897 0 0 4096 0 0 0 0 17 1 0 0
/proc/13182/statm: 1695 445 297 697 0 994 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 12136

[startup+0.101792 s]
/proc/loadavg: 2.02 2.34 2.49 4/98 13180
/proc/meminfo: memFree=1418904/2055920 swapFree=4192812/4192956
[pid=13180] ppid=13178 vsize=5356 CPUtime=0
/proc/13180/stat : 13180 (solver.sh) S 13178 13180 12781 0 -1 4194304 302 117 0 0 0 0 0 0 20 0 1 0 43674952 5484544 231 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13180/statm: 1339 231 192 169 0 50 0
[pid=13182] ppid=13180 vsize=6780 CPUtime=0.09
/proc/13182/stat : 13182 (toulbar2) R 13180 13180 12781 0 -1 4194304 462 0 0 0 9 0 0 0 22 0 1 0 43674953 6942720 445 996147200 134512640 137370052 4294956384 18446744073709551615 135057315 0 0 4096 0 0 0 0 17 1 0 0
/proc/13182/statm: 1695 445 297 697 0 994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12136

[startup+0.301814 s]
/proc/loadavg: 2.02 2.34 2.49 4/98 13180
/proc/meminfo: memFree=1418904/2055920 swapFree=4192812/4192956
[pid=13180] ppid=13178 vsize=5356 CPUtime=0
/proc/13180/stat : 13180 (solver.sh) S 13178 13180 12781 0 -1 4194304 302 117 0 0 0 0 0 0 20 0 1 0 43674952 5484544 231 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13180/statm: 1339 231 192 169 0 50 0
[pid=13182] ppid=13180 vsize=6780 CPUtime=0.29
/proc/13182/stat : 13182 (toulbar2) R 13180 13180 12781 0 -1 4194304 462 0 0 0 29 0 0 0 24 0 1 0 43674953 6942720 445 996147200 134512640 137370052 4294956384 18446744073709551615 136702575 0 0 4096 0 0 0 0 17 1 0 0
/proc/13182/statm: 1695 445 297 697 0 994 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12136

[startup+0.701861 s]
/proc/loadavg: 2.02 2.34 2.49 4/98 13180
/proc/meminfo: memFree=1418904/2055920 swapFree=4192812/4192956
[pid=13180] ppid=13178 vsize=5356 CPUtime=0
/proc/13180/stat : 13180 (solver.sh) S 13178 13180 12781 0 -1 4194304 302 117 0 0 0 0 0 0 20 0 1 0 43674952 5484544 231 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13180/statm: 1339 231 192 169 0 50 0
[pid=13182] ppid=13180 vsize=6780 CPUtime=0.69
/proc/13182/stat : 13182 (toulbar2) R 13180 13180 12781 0 -1 4194304 462 0 0 0 69 0 0 0 25 0 1 0 43674953 6942720 445 996147200 134512640 137370052 4294956384 18446744073709551615 136702067 0 0 4096 0 0 0 0 17 1 0 0
/proc/13182/statm: 1695 445 297 697 0 994 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12136

[startup+1.50195 s]
/proc/loadavg: 2.02 2.34 2.49 3/100 13183
/proc/meminfo: memFree=1417800/2055920 swapFree=4192812/4192956
[pid=13180] ppid=13178 vsize=5356 CPUtime=0
/proc/13180/stat : 13180 (solver.sh) S 13178 13180 12781 0 -1 4194304 302 117 0 0 0 0 0 0 20 0 1 0 43674952 5484544 231 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13180/statm: 1339 231 192 169 0 50 0
[pid=13182] ppid=13180 vsize=6780 CPUtime=1.47
/proc/13182/stat : 13182 (toulbar2) R 13180 13180 12781 0 -1 4194304 462 0 0 0 147 0 0 0 25 0 1 0 43674953 6942720 445 996147200 134512640 137370052 4294956384 18446744073709551615 136498530 0 0 4096 0 0 0 0 17 1 0 0
/proc/13182/statm: 1695 445 297 697 0 994 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 12136

[startup+3.10213 s]
/proc/loadavg: 2.02 2.34 2.49 3/100 13183
/proc/meminfo: memFree=1417352/2055920 swapFree=4192812/4192956
[pid=13180] ppid=13178 vsize=5356 CPUtime=0
/proc/13180/stat : 13180 (solver.sh) S 13178 13180 12781 0 -1 4194304 302 117 0 0 0 0 0 0 20 0 1 0 43674952 5484544 231 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13180/statm: 1339 231 192 169 0 50 0
[pid=13182] ppid=13180 vsize=6780 CPUtime=3.06
/proc/13182/stat : 13182 (toulbar2) R 13180 13180 12781 0 -1 4194304 462 0 0 0 306 0 0 0 25 0 1 0 43674953 6942720 445 996147200 134512640 137370052 4294956384 18446744073709551615 135172460 0 0 4096 0 0 0 0 17 1 0 0
/proc/13182/statm: 1695 445 297 697 0 994 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 12136

[startup+6.3015 s]
/proc/loadavg: 2.02 2.34 2.48 3/100 13183
/proc/meminfo: memFree=1417160/2055920 swapFree=4192812/4192956
[pid=13180] ppid=13178 vsize=5356 CPUtime=0
/proc/13180/stat : 13180 (solver.sh) S 13178 13180 12781 0 -1 4194304 302 117 0 0 0 0 0 0 20 0 1 0 43674952 5484544 231 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13180/statm: 1339 231 192 169 0 50 0
[pid=13182] ppid=13180 vsize=6780 CPUtime=6.25
/proc/13182/stat : 13182 (toulbar2) R 13180 13180 12781 0 -1 4194304 462 0 0 0 624 1 0 0 25 0 1 0 43674953 6942720 445 996147200 134512640 137370052 4294956384 18446744073709551615 136499985 0 0 4096 0 0 0 0 17 1 0 0
/proc/13182/statm: 1695 445 297 697 0 994 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 12136

[startup+12.7022 s]
/proc/loadavg: 2.02 2.33 2.48 3/100 13183
/proc/meminfo: memFree=1416712/2055920 swapFree=4192812/4192956
[pid=13180] ppid=13178 vsize=5356 CPUtime=0
/proc/13180/stat : 13180 (solver.sh) S 13178 13180 12781 0 -1 4194304 302 117 0 0 0 0 0 0 20 0 1 0 43674952 5484544 231 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13180/statm: 1339 231 192 169 0 50 0
[pid=13182] ppid=13180 vsize=6780 CPUtime=12.62
/proc/13182/stat : 13182 (toulbar2) R 13180 13180 12781 0 -1 4194304 462 0 0 0 1261 1 0 0 25 0 1 0 43674953 6942720 445 996147200 134512640 137370052 4294956384 18446744073709551615 136489836 0 0 4096 0 0 0 0 17 1 0 0
/proc/13182/statm: 1695 445 297 697 0 994 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 12136

[startup+25.5017 s]
/proc/loadavg: 2.01 2.32 2.47 3/100 13183
/proc/meminfo: memFree=1415432/2055920 swapFree=4192812/4192956
[pid=13180] ppid=13178 vsize=5356 CPUtime=0
/proc/13180/stat : 13180 (solver.sh) S 13178 13180 12781 0 -1 4194304 302 117 0 0 0 0 0 0 20 0 1 0 43674952 5484544 231 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13180/statm: 1339 231 192 169 0 50 0
[pid=13182] ppid=13180 vsize=6780 CPUtime=25.34
/proc/13182/stat : 13182 (toulbar2) R 13180 13180 12781 0 -1 4194304 462 0 0 0 2533 1 0 0 25 0 1 0 43674953 6942720 445 996147200 134512640 137370052 4294956384 18446744073709551615 136498489 0 0 4096 0 0 0 0 17 1 0 0
/proc/13182/statm: 1695 445 297 697 0 994 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 12136

[startup+51.1016 s]
/proc/loadavg: 2.01 2.29 2.46 3/100 13183
/proc/meminfo: memFree=1412616/2055920 swapFree=4192812/4192956
[pid=13180] ppid=13178 vsize=5356 CPUtime=0
/proc/13180/stat : 13180 (solver.sh) S 13178 13180 12781 0 -1 4194304 302 117 0 0 0 0 0 0 20 0 1 0 43674952 5484544 231 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13180/statm: 1339 231 192 169 0 50 0
[pid=13182] ppid=13180 vsize=6780 CPUtime=50.79
/proc/13182/stat : 13182 (toulbar2) R 13180 13180 12781 0 -1 4194304 462 0 0 0 5078 1 0 0 25 0 1 0 43674953 6942720 445 996147200 134512640 137370052 4294956384 18446744073709551615 134733744 0 0 4096 0 0 0 0 17 1 0 0
/proc/13182/statm: 1695 445 297 697 0 994 0
Current children cumulated CPU time (s) 50.79
Current children cumulated vsize (KiB) 12136

[startup+102.307 s]
/proc/loadavg: 2.00 2.24 2.43 3/100 13183
/proc/meminfo: memFree=1405768/2055920 swapFree=4192812/4192956
[pid=13180] ppid=13178 vsize=5356 CPUtime=0
/proc/13180/stat : 13180 (solver.sh) S 13178 13180 12781 0 -1 4194304 302 117 0 0 0 0 0 0 20 0 1 0 43674952 5484544 231 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13180/statm: 1339 231 192 169 0 50 0
[pid=13182] ppid=13180 vsize=6780 CPUtime=101.7
/proc/13182/stat : 13182 (toulbar2) R 13180 13180 12781 0 -1 4194304 462 0 0 0 10169 1 0 0 25 0 1 0 43674953 6942720 445 996147200 134512640 137370052 4294956384 18446744073709551615 135082936 0 0 4096 0 0 0 0 17 1 0 0
/proc/13182/statm: 1695 445 297 697 0 994 0
Current children cumulated CPU time (s) 101.7
Current children cumulated vsize (KiB) 12136

[startup+162.301 s]
/proc/loadavg: 2.00 2.20 2.40 3/100 13183
/proc/meminfo: memFree=1400008/2055920 swapFree=4192812/4192956
[pid=13180] ppid=13178 vsize=5356 CPUtime=0
/proc/13180/stat : 13180 (solver.sh) S 13178 13180 12781 0 -1 4194304 302 117 0 0 0 0 0 0 20 0 1 0 43674952 5484544 231 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13180/statm: 1339 231 192 169 0 50 0
[pid=13182] ppid=13180 vsize=6780 CPUtime=161.36
/proc/13182/stat : 13182 (toulbar2) R 13180 13180 12781 0 -1 4194304 462 0 0 0 16135 1 0 0 25 0 1 0 43674953 6942720 445 996147200 134512640 137370052 4294956384 18446744073709551615 136445956 0 0 4096 0 0 0 0 17 1 0 0
/proc/13182/statm: 1695 445 297 697 0 994 0
Current children cumulated CPU time (s) 161.36
Current children cumulated vsize (KiB) 12136

[startup+222.301 s]
/proc/loadavg: 2.00 2.16 2.37 3/100 13183
/proc/meminfo: memFree=1395720/2055920 swapFree=4192812/4192956
[pid=13180] ppid=13178 vsize=5356 CPUtime=0
/proc/13180/stat : 13180 (solver.sh) S 13178 13180 12781 0 -1 4194304 302 117 0 0 0 0 0 0 20 0 1 0 43674952 5484544 231 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13180/statm: 1339 231 192 169 0 50 0
[pid=13182] ppid=13180 vsize=6780 CPUtime=221.01
/proc/13182/stat : 13182 (toulbar2) R 13180 13180 12781 0 -1 4194304 462 0 0 0 22100 1 0 0 25 0 1 0 43674953 6942720 445 996147200 134512640 137370052 4294956384 18446744073709551615 135171954 0 0 4096 0 0 0 0 17 1 0 0
/proc/13182/statm: 1695 445 297 697 0 994 0
Current children cumulated CPU time (s) 221.01
Current children cumulated vsize (KiB) 12136

[startup+282.302 s]
/proc/loadavg: 2.00 2.13 2.35 3/100 13183
/proc/meminfo: memFree=1389064/2055920 swapFree=4192812/4192956
[pid=13180] ppid=13178 vsize=5356 CPUtime=0
/proc/13180/stat : 13180 (solver.sh) S 13178 13180 12781 0 -1 4194304 302 117 0 0 0 0 0 0 20 0 1 0 43674952 5484544 231 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13180/statm: 1339 231 192 169 0 50 0
[pid=13182] ppid=13180 vsize=6780 CPUtime=280.67
/proc/13182/stat : 13182 (toulbar2) R 13180 13180 12781 0 -1 4194304 462 0 0 0 28066 1 0 0 25 0 1 0 43674953 6942720 445 996147200 134512640 137370052 4294956384 18446744073709551615 136498914 0 0 4096 0 0 0 0 17 1 0 0
/proc/13182/statm: 1695 445 297 697 0 994 0
Current children cumulated CPU time (s) 280.67
Current children cumulated vsize (KiB) 12136

[startup+342.302 s]
/proc/loadavg: 2.00 2.10 2.32 3/100 13183
/proc/meminfo: memFree=1379464/2055920 swapFree=4192812/4192956
[pid=13180] ppid=13178 vsize=5356 CPUtime=0
/proc/13180/stat : 13180 (solver.sh) S 13178 13180 12781 0 -1 4194304 302 117 0 0 0 0 0 0 20 0 1 0 43674952 5484544 231 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13180/statm: 1339 231 192 169 0 50 0
[pid=13182] ppid=13180 vsize=6780 CPUtime=340.33
/proc/13182/stat : 13182 (toulbar2) R 13180 13180 12781 0 -1 4194304 462 0 0 0 34032 1 0 0 25 0 1 0 43674953 6942720 445 996147200 134512640 137370052 4294956384 18446744073709551615 134568417 0 0 4096 0 0 0 0 17 1 0 0
/proc/13182/statm: 1695 445 297 697 0 994 0

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


[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.08 3/101 13298
/proc/meminfo: memFree=545352/2055920 swapFree=4192812/4192956
[pid=13180] ppid=13178 vsize=5356 CPUtime=0
/proc/13180/stat : 13180 (solver.sh) S 13178 13180 12781 0 -1 4194304 302 117 0 0 0 0 0 0 20 0 1 0 43674952 5484544 231 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13180/statm: 1339 231 192 169 0 50 0
[pid=13182] ppid=13180 vsize=6780 CPUtime=1775.76
/proc/13182/stat : 13182 (toulbar2) R 13180 13180 12781 0 -1 4194304 462 0 0 0 177566 10 0 0 25 0 1 0 43674953 6942720 445 996147200 134512640 137370052 4294956384 18446744073709551615 134702937 0 0 4096 0 0 0 0 17 1 0 0
/proc/13182/statm: 1695 445 297 697 0 994 0
Current children cumulated CPU time (s) 1775.76
Current children cumulated vsize (KiB) 12136

[startup+1842.3 s]
/proc/loadavg: 2.00 2.00 2.07 3/101 13298
/proc/meminfo: memFree=545288/2055920 swapFree=4192812/4192956
[pid=13180] ppid=13178 vsize=5356 CPUtime=0
/proc/13180/stat : 13180 (solver.sh) S 13178 13180 12781 0 -1 4194304 302 117 0 0 0 0 0 0 20 0 1 0 43674952 5484544 231 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13180/statm: 1339 231 192 169 0 50 0
[pid=13182] ppid=13180 vsize=6780 CPUtime=1835.74
/proc/13182/stat : 13182 (toulbar2) R 13180 13180 12781 0 -1 4194304 462 0 0 0 183564 10 0 0 25 0 1 0 43674953 6942720 445 996147200 134512640 137370052 4294956384 18446744073709551615 136495961 0 0 4096 0 0 0 0 17 1 0 0
/proc/13182/statm: 1695 445 297 697 0 994 0
Current children cumulated CPU time (s) 1835.74
Current children cumulated vsize (KiB) 12136

[startup+1902.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/101 13298
/proc/meminfo: memFree=545416/2055920 swapFree=4192812/4192956
[pid=13180] ppid=13178 vsize=5356 CPUtime=0
/proc/13180/stat : 13180 (solver.sh) S 13178 13180 12781 0 -1 4194304 302 117 0 0 0 0 0 0 20 0 1 0 43674952 5484544 231 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13180/statm: 1339 231 192 169 0 50 0
[pid=13182] ppid=13180 vsize=6780 CPUtime=1895.73
/proc/13182/stat : 13182 (toulbar2) R 13180 13180 12781 0 -1 4194304 462 0 0 0 189563 10 0 0 25 0 1 0 43674953 6942720 445 996147200 134512640 137370052 4294956384 18446744073709551615 136501423 0 0 4096 0 0 0 0 17 1 0 0
/proc/13182/statm: 1695 445 297 697 0 994 0
Current children cumulated CPU time (s) 1895.73
Current children cumulated vsize (KiB) 12136

[startup+1962.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/101 13298
/proc/meminfo: memFree=545416/2055920 swapFree=4192812/4192956
[pid=13180] ppid=13178 vsize=5356 CPUtime=0
/proc/13180/stat : 13180 (solver.sh) S 13178 13180 12781 0 -1 4194304 302 117 0 0 0 0 0 0 20 0 1 0 43674952 5484544 231 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13180/statm: 1339 231 192 169 0 50 0
[pid=13182] ppid=13180 vsize=6780 CPUtime=1955.72
/proc/13182/stat : 13182 (toulbar2) R 13180 13180 12781 0 -1 4194304 462 0 0 0 195562 10 0 0 25 0 1 0 43674953 6942720 445 996147200 134512640 137370052 4294956384 18446744073709551615 136491185 0 0 4096 0 0 0 0 17 1 0 0
/proc/13182/statm: 1695 445 297 697 0 994 0
Current children cumulated CPU time (s) 1955.72
Current children cumulated vsize (KiB) 12136

[startup+2022.3 s]
/proc/loadavg: 2.00 2.00 2.05 3/101 13298
/proc/meminfo: memFree=545352/2055920 swapFree=4192812/4192956
[pid=13180] ppid=13178 vsize=5356 CPUtime=0
/proc/13180/stat : 13180 (solver.sh) S 13178 13180 12781 0 -1 4194304 302 117 0 0 0 0 0 0 20 0 1 0 43674952 5484544 231 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13180/statm: 1339 231 192 169 0 50 0
[pid=13182] ppid=13180 vsize=6780 CPUtime=2015.7
/proc/13182/stat : 13182 (toulbar2) R 13180 13180 12781 0 -1 4194304 462 0 0 0 201560 10 0 0 25 0 1 0 43674953 6942720 445 996147200 134512640 137370052 4294956384 18446744073709551615 136445331 0 0 4096 0 0 0 0 17 1 0 0
/proc/13182/statm: 1695 445 297 697 0 994 0
Current children cumulated CPU time (s) 2015.7
Current children cumulated vsize (KiB) 12136

[startup+2082.31 s]
/proc/loadavg: 2.00 2.00 2.05 3/101 13298
/proc/meminfo: memFree=545288/2055920 swapFree=4192812/4192956
[pid=13180] ppid=13178 vsize=5356 CPUtime=0
/proc/13180/stat : 13180 (solver.sh) S 13178 13180 12781 0 -1 4194304 302 117 0 0 0 0 0 0 20 0 1 0 43674952 5484544 231 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13180/statm: 1339 231 192 169 0 50 0
[pid=13182] ppid=13180 vsize=6780 CPUtime=2075.69
/proc/13182/stat : 13182 (toulbar2) R 13180 13180 12781 0 -1 4194304 462 0 0 0 207559 10 0 0 25 0 1 0 43674953 6942720 445 996147200 134512640 137370052 4294956384 18446744073709551615 136498800 0 0 4096 0 0 0 0 17 1 0 0
/proc/13182/statm: 1695 445 297 697 0 994 0
Current children cumulated CPU time (s) 2075.69
Current children cumulated vsize (KiB) 12136

[startup+2142.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/101 13298
/proc/meminfo: memFree=544456/2055920 swapFree=4192812/4192956
[pid=13180] ppid=13178 vsize=5356 CPUtime=0
/proc/13180/stat : 13180 (solver.sh) S 13178 13180 12781 0 -1 4194304 302 117 0 0 0 0 0 0 20 0 1 0 43674952 5484544 231 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13180/statm: 1339 231 192 169 0 50 0
[pid=13182] ppid=13180 vsize=6780 CPUtime=2135.66
/proc/13182/stat : 13182 (toulbar2) R 13180 13180 12781 0 -1 4194304 462 0 0 0 213556 10 0 0 25 0 1 0 43674953 6942720 445 996147200 134512640 137370052 4294956384 18446744073709551615 136498417 0 0 4096 0 0 0 0 17 1 0 0
/proc/13182/statm: 1695 445 297 697 0 994 0
Current children cumulated CPU time (s) 2135.66
Current children cumulated vsize (KiB) 12136

[startup+2202.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/101 13298
/proc/meminfo: memFree=544328/2055920 swapFree=4192812/4192956
[pid=13180] ppid=13178 vsize=5356 CPUtime=0
/proc/13180/stat : 13180 (solver.sh) S 13178 13180 12781 0 -1 4194304 302 117 0 0 0 0 0 0 20 0 1 0 43674952 5484544 231 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13180/statm: 1339 231 192 169 0 50 0
[pid=13182] ppid=13180 vsize=6780 CPUtime=2195.65
/proc/13182/stat : 13182 (toulbar2) R 13180 13180 12781 0 -1 4194304 462 0 0 0 219555 10 0 0 25 0 1 0 43674953 6942720 445 996147200 134512640 137370052 4294956384 18446744073709551615 136490426 0 0 4096 0 0 0 0 17 1 0 0
/proc/13182/statm: 1695 445 297 697 0 994 0
Current children cumulated CPU time (s) 2195.65
Current children cumulated vsize (KiB) 12136

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

[startup+2214.31 s]
/proc/loadavg: 2.00 2.00 2.03 3/101 13298
/proc/meminfo: memFree=544328/2055920 swapFree=4192812/4192956
[pid=13180] ppid=13178 vsize=5356 CPUtime=0
/proc/13180/stat : 13180 (solver.sh) S 13178 13180 12781 0 -1 4194304 302 117 0 0 0 0 0 0 20 0 1 0 43674952 5484544 231 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13180/statm: 1339 231 192 169 0 50 0
[pid=13182] ppid=13180 vsize=6780 CPUtime=2207.65
/proc/13182/stat : 13182 (toulbar2) R 13180 13180 12781 0 -1 4194304 462 0 0 0 220755 10 0 0 25 0 1 0 43674953 6942720 445 996147200 134512640 137370052 4294956384 18446744073709551615 136500587 0 0 4096 0 0 0 0 17 1 0 0
/proc/13182/statm: 1695 445 297 697 0 994 0
Current children cumulated CPU time (s) 2207.65
Current children cumulated vsize (KiB) 12136

[startup+2217.5 s]
/proc/loadavg: 2.00 2.00 2.03 3/101 13298
/proc/meminfo: memFree=544328/2055920 swapFree=4192812/4192956
[pid=13180] ppid=13178 vsize=5356 CPUtime=0
/proc/13180/stat : 13180 (solver.sh) S 13178 13180 12781 0 -1 4194304 302 117 0 0 0 0 0 0 20 0 1 0 43674952 5484544 231 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13180/statm: 1339 231 192 169 0 50 0
[pid=13182] ppid=13180 vsize=6780 CPUtime=2210.85
/proc/13182/stat : 13182 (toulbar2) R 13180 13180 12781 0 -1 4194304 462 0 0 0 221075 10 0 0 25 0 1 0 43674953 6942720 445 996147200 134512640 137370052 4294956384 18446744073709551615 136497847 0 0 4096 0 0 0 0 17 1 0 0
/proc/13182/statm: 1695 445 297 697 0 994 0
Current children cumulated CPU time (s) 2210.85
Current children cumulated vsize (KiB) 12136

[startup+2219.1 s]
/proc/loadavg: 2.00 2.00 2.03 3/101 13298
/proc/meminfo: memFree=544328/2055920 swapFree=4192812/4192956
[pid=13180] ppid=13178 vsize=5356 CPUtime=0
/proc/13180/stat : 13180 (solver.sh) S 13178 13180 12781 0 -1 4194304 302 117 0 0 0 0 0 0 20 0 1 0 43674952 5484544 231 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13180/statm: 1339 231 192 169 0 50 0
[pid=13182] ppid=13180 vsize=6780 CPUtime=2212.44
/proc/13182/stat : 13182 (toulbar2) R 13180 13180 12781 0 -1 4194304 462 0 0 0 221234 10 0 0 25 0 1 0 43674953 6942720 445 996147200 134512640 137370052 4294956384 18446744073709551615 136489804 0 0 4096 0 0 0 0 17 1 0 0
/proc/13182/statm: 1695 445 297 697 0 994 0
Current children cumulated CPU time (s) 2212.44
Current children cumulated vsize (KiB) 12136

[startup+2220.7 s]
/proc/loadavg: 2.00 2.00 2.03 3/101 13298
/proc/meminfo: memFree=544328/2055920 swapFree=4192812/4192956
[pid=13180] ppid=13178 vsize=5356 CPUtime=0
/proc/13180/stat : 13180 (solver.sh) S 13178 13180 12781 0 -1 4194304 302 117 0 0 0 0 0 0 20 0 1 0 43674952 5484544 231 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13180/statm: 1339 231 192 169 0 50 0
[pid=13182] ppid=13180 vsize=6780 CPUtime=2214.04
/proc/13182/stat : 13182 (toulbar2) R 13180 13180 12781 0 -1 4194304 462 0 0 0 221394 10 0 0 25 0 1 0 43674953 6942720 445 996147200 134512640 137370052 4294956384 18446744073709551615 136497801 0 0 4096 0 0 0 0 17 1 0 0
/proc/13182/statm: 1695 445 297 697 0 994 0
Current children cumulated CPU time (s) 2214.04
Current children cumulated vsize (KiB) 12136

[startup+2221.5 s]
/proc/loadavg: 2.00 2.00 2.03 3/101 13298
/proc/meminfo: memFree=544328/2055920 swapFree=4192812/4192956
[pid=13180] ppid=13178 vsize=5356 CPUtime=0
/proc/13180/stat : 13180 (solver.sh) S 13178 13180 12781 0 -1 4194304 302 117 0 0 0 0 0 0 20 0 1 0 43674952 5484544 231 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13180/statm: 1339 231 192 169 0 50 0
[pid=13182] ppid=13180 vsize=6780 CPUtime=2214.84
/proc/13182/stat : 13182 (toulbar2) R 13180 13180 12781 0 -1 4194304 462 0 0 0 221474 10 0 0 25 0 1 0 43674953 6942720 445 996147200 134512640 137370052 4294956384 18446744073709551615 136497664 0 0 4096 0 0 0 0 17 1 0 0
/proc/13182/statm: 1695 445 297 697 0 994 0
Current children cumulated CPU time (s) 2214.84
Current children cumulated vsize (KiB) 12136

[startup+2221.7 s]
/proc/loadavg: 2.00 2.00 2.03 3/101 13298
/proc/meminfo: memFree=544328/2055920 swapFree=4192812/4192956
[pid=13180] ppid=13178 vsize=5356 CPUtime=0
/proc/13180/stat : 13180 (solver.sh) S 13178 13180 12781 0 -1 4194304 302 117 0 0 0 0 0 0 20 0 1 0 43674952 5484544 231 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13180/statm: 1339 231 192 169 0 50 0
[pid=13182] ppid=13180 vsize=6780 CPUtime=2215.04
/proc/13182/stat : 13182 (toulbar2) R 13180 13180 12781 0 -1 4194304 462 0 0 0 221494 10 0 0 25 0 1 0 43674953 6942720 445 996147200 134512640 137370052 4294956384 18446744073709551615 134565195 0 0 4096 0 0 0 0 17 1 0 0
/proc/13182/statm: 1695 445 297 697 0 994 0
Current children cumulated CPU time (s) 2215.04
Current children cumulated vsize (KiB) 12136

Child status: 0
Real time (s): 2221.73
CPU time (s): 2215.09
CPU user time (s): 2214.98
CPU system time (s): 0.108983
CPU usage (%): 99.7008
Max. virtual memory (cumulated for all children) (KiB): 12136

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

runsolver used 2.99254 second user time and 9.12661 second system time

The end

Launcher Data (download as text)

Begin job on node85 at 2008-07-12 15:36:17
IDJOB=1112524
IDBENCH=61430
IDSOLVER=371
FILE ID=node85/1112524-1215869777
PBS_JOBID= 7903533
Free space on /tmp= 126844 MiB

SOLVER NAME= toulbar2 2008-06-27
BENCH NAME= CPAI08/csp/varDimacs/normalized-hole-10_ext.xml
COMMAND LINE= HOME/solver.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1112524-1215869777/watcher-1112524-1215869777 -o /tmp/evaluation-result-1112524-1215869777/solver-1112524-1215869777 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/solver.sh HOME/instance-1112524-1215869777.xml 

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 363084cfaf2bfa181a17e2a89b452ce6
RANDOM SEED=2126391024

node85.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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1419320 kB
Buffers:          7496 kB
Cached:          67032 kB
SwapCached:          0 kB
Active:         574488 kB
Inactive:        13420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1419320 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            9028 kB
Writeback:           0 kB
Mapped:         525876 kB
Slab:            30192 kB
Committed_AS:   782124 kB
PageTables:       4836 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= 126372 MiB
End job on node85 at 2008-07-12 16:13:19