Trace number 1105307

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Minion/Tailor 2008-07-04? (exit code) 104.685 105.543

General information on the benchmark

Namecsp/bmc/
normalized-bmc-ibm-03-08.xml
MD5SUM85c81568cbfb76e69f1a2bef9e4026a8
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark6.544
Satisfiable
(Un)Satisfiability was proved
Number of variables14930
Number of constraints87036
Maximum constraint arity19
Maximum domain size8
Number of constraints which are defined in extension0
Number of constraints which are defined in intension87036
Global constraints used (with number of constraints)

Solver Data (download as text)

18.83/19.12	c Finished tailoring XCSP instance to Minion. Starting solving
104.63/105.54	HOME/solve.sh: line 8: 16222 Segmentation fault      (core dumped) /home/evaluation/evaluation/libc32/lib/ld-linux.so.2 ./minion -cspcomp -preprocess SAC -varorder wdeg -timelimit $TIMEOUT ${TMPDIR}/problem.minion

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

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-1105307-1215204873/watcher-1105307-1215204873 -o /tmp/evaluation-result-1105307-1215204873/solver-1105307-1215204873 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/solve.sh HOME/instance-1105307-1215204873.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 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.24 2.05 1.96 4/81 16211
/proc/meminfo: memFree=1430016/2055920 swapFree=4137208/4192956
[pid=16211] ppid=16209 vsize=18572 CPUtime=0
/proc/16211/stat : 16211 (runsolver) R 16209 16211 15810 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 1004942350 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 269028486439 0 0 4096 24578 0 0 0 17 1 0 0
/proc/16211/statm: 4643 292 257 25 0 2626 0

[startup+0.060637 s]
/proc/loadavg: 2.24 2.05 1.96 4/81 16211
/proc/meminfo: memFree=1430016/2055920 swapFree=4137208/4192956
[pid=16211] ppid=16209 vsize=5356 CPUtime=0
/proc/16211/stat : 16211 (solve.sh) S 16209 16211 15810 0 -1 4194304 285 0 0 0 0 0 0 0 21 0 1 0 1004942350 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16211/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101638 s]
/proc/loadavg: 2.24 2.05 1.96 4/81 16211
/proc/meminfo: memFree=1430016/2055920 swapFree=4137208/4192956
[pid=16211] ppid=16209 vsize=5356 CPUtime=0
/proc/16211/stat : 16211 (solve.sh) S 16209 16211 15810 0 -1 4194304 285 0 0 0 0 0 0 0 21 0 1 0 1004942350 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16211/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301651 s]
/proc/loadavg: 2.24 2.05 1.96 4/81 16211
/proc/meminfo: memFree=1430016/2055920 swapFree=4137208/4192956
[pid=16211] ppid=16209 vsize=5356 CPUtime=0
/proc/16211/stat : 16211 (solve.sh) S 16209 16211 15810 0 -1 4194304 285 0 0 0 0 0 0 0 21 0 1 0 1004942350 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16211/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701686 s]
/proc/loadavg: 2.24 2.05 1.96 4/81 16211
/proc/meminfo: memFree=1430016/2055920 swapFree=4137208/4192956
[pid=16211] ppid=16209 vsize=5356 CPUtime=0
/proc/16211/stat : 16211 (solve.sh) S 16209 16211 15810 0 -1 4194304 285 0 0 0 0 0 0 0 21 0 1 0 1004942350 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16211/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50174 s]
/proc/loadavg: 2.24 2.05 1.96 3/91 16221
/proc/meminfo: memFree=1351472/2055920 swapFree=4137208/4192956
[pid=16211] ppid=16209 vsize=5356 CPUtime=0
/proc/16211/stat : 16211 (solve.sh) S 16209 16211 15810 0 -1 4194304 285 0 0 0 0 0 0 0 21 0 1 0 1004942350 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16211/statm: 1339 235 195 169 0 50 0
[pid=16213] ppid=16211 vsize=864904 CPUtime=1.45
/proc/16213/stat : 16213 (java) S 16211 16211 15810 0 -1 0 18302 0 1 0 133 12 0 0 18 0 9 0 1004942351 885661696 17726 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16213/statm: 216226 17726 1836 9 0 210788 0
[pid=16213/tid=16214] ppid=16211 vsize=864904 CPUtime=1.04
/proc/16213/task/16214/stat : 16214 (java) R 16211 16211 15810 0 -1 64 4795 0 1 0 100 4 0 0 25 0 9 0 1004942352 885661696 17726 996147200 134512640 134550740 4294956032 18446744073709551615 4126486497 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16213/tid=16215] ppid=16211 vsize=864904 CPUtime=0.29
/proc/16213/task/16215/stat : 16215 (java) S 16211 16211 15810 0 -1 64 12305 0 0 0 23 6 0 0 16 0 9 0 1004942353 885661696 17726 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16213/tid=16216] ppid=16211 vsize=864904 CPUtime=0
/proc/16213/task/16216/stat : 16216 (java) S 16211 16211 15810 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1004942353 885661696 17726 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16213/tid=16217] ppid=16211 vsize=864904 CPUtime=0
/proc/16213/task/16217/stat : 16217 (java) S 16211 16211 15810 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1004942353 885661696 17726 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16213/tid=16218] ppid=16211 vsize=864904 CPUtime=0
/proc/16213/task/16218/stat : 16218 (java) S 16211 16211 15810 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1004942355 885661696 17726 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16213/tid=16219] ppid=16211 vsize=864904 CPUtime=0.09
/proc/16213/task/16219/stat : 16219 (java) S 16211 16211 15810 0 -1 64 468 0 0 0 9 0 0 0 16 0 9 0 1004942356 885661696 17726 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16213/tid=16220] ppid=16211 vsize=864904 CPUtime=0
/proc/16213/task/16220/stat : 16220 (java) S 16211 16211 15810 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1004942356 885661696 17726 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16213/tid=16221] ppid=16211 vsize=864904 CPUtime=0
/proc/16213/task/16221/stat : 16221 (java) S 16211 16211 15810 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1004942356 885661696 17726 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 870260

[startup+3.10289 s]
/proc/loadavg: 2.30 2.07 1.97 4/91 16221
/proc/meminfo: memFree=1317232/2055920 swapFree=4137208/4192956
[pid=16211] ppid=16209 vsize=5356 CPUtime=0
/proc/16211/stat : 16211 (solve.sh) S 16209 16211 15810 0 -1 4194304 285 0 0 0 0 0 0 0 21 0 1 0 1004942350 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16211/statm: 1339 235 195 169 0 50 0
[pid=16213] ppid=16211 vsize=865024 CPUtime=3.04
/proc/16213/stat : 16213 (java) S 16211 16211 15810 0 -1 0 34605 0 1 0 285 19 0 0 18 0 9 0 1004942351 885784576 34016 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16213/statm: 216256 34016 1844 9 0 210818 0
[pid=16213/tid=16214] ppid=16211 vsize=865024 CPUtime=2
/proc/16213/task/16214/stat : 16214 (java) R 16211 16211 15810 0 -1 64 4856 0 1 0 196 4 0 0 25 0 9 0 1004942352 885784576 34016 996147200 134512640 134550740 4294956032 18446744073709551615 4126095822 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16213/tid=16215] ppid=16211 vsize=865024 CPUtime=0.84
/proc/16213/task/16215/stat : 16215 (java) S 16211 16211 15810 0 -1 64 28505 0 0 0 71 13 0 0 16 0 9 0 1004942353 885784576 34016 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16213/tid=16216] ppid=16211 vsize=865024 CPUtime=0
/proc/16213/task/16216/stat : 16216 (java) S 16211 16211 15810 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1004942353 885784576 34016 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16213/tid=16217] ppid=16211 vsize=865024 CPUtime=0
/proc/16213/task/16217/stat : 16217 (java) S 16211 16211 15810 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1004942353 885784576 34016 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16213/tid=16218] ppid=16211 vsize=865024 CPUtime=0
/proc/16213/task/16218/stat : 16218 (java) S 16211 16211 15810 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1004942355 885784576 34016 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16213/tid=16219] ppid=16211 vsize=865024 CPUtime=0.16
/proc/16213/task/16219/stat : 16219 (java) S 16211 16211 15810 0 -1 64 510 0 0 0 16 0 0 0 16 0 9 0 1004942356 885784576 34016 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16213/tid=16220] ppid=16211 vsize=865024 CPUtime=0
/proc/16213/task/16220/stat : 16220 (java) S 16211 16211 15810 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1004942356 885784576 34016 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16213/tid=16221] ppid=16211 vsize=865024 CPUtime=0
/proc/16213/task/16221/stat : 16221 (java) S 16211 16211 15810 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1004942356 885784576 34016 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 870380

[startup+6.30315 s]
/proc/loadavg: 2.30 2.07 1.97 3/91 16221
/proc/meminfo: memFree=1229232/2055920 swapFree=4137208/4192956
[pid=16211] ppid=16209 vsize=5356 CPUtime=0
/proc/16211/stat : 16211 (solve.sh) S 16209 16211 15810 0 -1 4194304 285 0 0 0 0 0 0 0 21 0 1 0 1004942350 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16211/statm: 1339 235 195 169 0 50 0
[pid=16213] ppid=16211 vsize=868752 CPUtime=6.21
/proc/16213/stat : 16213 (java) S 16211 16211 15810 0 -1 0 42369 0 1 0 597 24 0 0 18 0 9 0 1004942351 889602048 40552 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16213/statm: 217188 40552 2560 9 0 211750 0
[pid=16213/tid=16214] ppid=16211 vsize=868752 CPUtime=3.78
/proc/16213/task/16214/stat : 16214 (java) R 16211 16211 15810 0 -1 64 5882 0 1 0 373 5 0 0 25 0 9 0 1004942352 889602048 40552 996147200 134512640 134550740 4294956032 18446744073709551615 4127143977 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16213/tid=16215] ppid=16211 vsize=868752 CPUtime=2.12
/proc/16213/task/16215/stat : 16215 (java) S 16211 16211 15810 0 -1 64 34225 0 0 0 195 17 0 0 16 0 9 0 1004942353 889602048 40552 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16213/tid=16216] ppid=16211 vsize=868752 CPUtime=0
/proc/16213/task/16216/stat : 16216 (java) S 16211 16211 15810 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1004942353 889602048 40552 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16213/tid=16217] ppid=16211 vsize=868752 CPUtime=0
/proc/16213/task/16217/stat : 16217 (java) S 16211 16211 15810 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1004942353 889602048 40552 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16213/tid=16218] ppid=16211 vsize=868752 CPUtime=0
/proc/16213/task/16218/stat : 16218 (java) S 16211 16211 15810 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1004942355 889602048 40552 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16213/tid=16219] ppid=16211 vsize=868752 CPUtime=0.27
/proc/16213/task/16219/stat : 16219 (java) S 16211 16211 15810 0 -1 64 1528 0 0 0 27 0 0 0 16 0 9 0 1004942356 889602048 40552 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16213/tid=16220] ppid=16211 vsize=868752 CPUtime=0
/proc/16213/task/16220/stat : 16220 (java) S 16211 16211 15810 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1004942356 889602048 40552 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16213/tid=16221] ppid=16211 vsize=868752 CPUtime=0
/proc/16213/task/16221/stat : 16221 (java) S 16211 16211 15810 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1004942356 889602048 40552 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 874108

[startup+12.7026 s]
/proc/loadavg: 2.25 2.07 1.97 3/91 16221
/proc/meminfo: memFree=1140784/2055920 swapFree=4137208/4192956
[pid=16211] ppid=16209 vsize=5356 CPUtime=0
/proc/16211/stat : 16211 (solve.sh) S 16209 16211 15810 0 -1 4194304 285 0 0 0 0 0 0 0 21 0 1 0 1004942350 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16211/statm: 1339 235 195 169 0 50 0
[pid=16213] ppid=16211 vsize=868752 CPUtime=12.53
/proc/16213/stat : 16213 (java) S 16211 16211 15810 0 -1 0 53209 0 1 0 1219 34 0 0 18 0 9 0 1004942351 889602048 51214 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16213/statm: 217188 51214 2560 9 0 211750 0
[pid=16213/tid=16214] ppid=16211 vsize=868752 CPUtime=8.79
/proc/16213/task/16214/stat : 16214 (java) R 16211 16211 15810 0 -1 64 6060 0 1 0 873 6 0 0 25 0 9 0 1004942352 889602048 51214 996147200 134512640 134550740 4294956032 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16213/tid=16215] ppid=16211 vsize=868752 CPUtime=3.43
/proc/16213/task/16215/stat : 16215 (java) S 16211 16211 15810 0 -1 64 44883 0 0 0 317 26 0 0 16 0 9 0 1004942353 889602048 51214 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16213/tid=16216] ppid=16211 vsize=868752 CPUtime=0
/proc/16213/task/16216/stat : 16216 (java) S 16211 16211 15810 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1004942353 889602048 51214 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16213/tid=16217] ppid=16211 vsize=868752 CPUtime=0
/proc/16213/task/16217/stat : 16217 (java) S 16211 16211 15810 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1004942353 889602048 51214 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16213/tid=16218] ppid=16211 vsize=868752 CPUtime=0
/proc/16213/task/16218/stat : 16218 (java) S 16211 16211 15810 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1004942355 889602048 51214 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16213/tid=16219] ppid=16211 vsize=868752 CPUtime=0.28
/proc/16213/task/16219/stat : 16219 (java) S 16211 16211 15810 0 -1 64 1532 0 0 0 28 0 0 0 16 0 9 0 1004942356 889602048 51214 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16213/tid=16220] ppid=16211 vsize=868752 CPUtime=0
/proc/16213/task/16220/stat : 16220 (java) S 16211 16211 15810 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1004942356 889602048 51214 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16213/tid=16221] ppid=16211 vsize=868752 CPUtime=0
/proc/16213/task/16221/stat : 16221 (java) S 16211 16211 15810 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1004942356 889602048 51214 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 874108

[startup+25.5016 s]
/proc/loadavg: 2.21 2.06 1.97 3/83 16222
/proc/meminfo: memFree=1220272/2055920 swapFree=4137208/4192956
[pid=16211] ppid=16209 vsize=5360 CPUtime=18.85
/proc/16211/stat : 16211 (solve.sh) S 16209 16211 15810 0 -1 4194304 310 63428 0 1 0 0 1840 45 19 0 1 0 1004942350 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16211/statm: 1340 236 195 169 0 51 0
[pid=16222] ppid=16211 vsize=98452 CPUtime=6.3
/proc/16222/stat : 16222 (ld-linux.so.2) R 16211 16211 15810 0 -1 4194304 20387 0 0 0 622 8 0 0 25 0 1 0 1004944263 100814848 19008 996147200 1448431616 1448550632 4294956176 18446744073709551615 4158619735 0 0 4096 0 0 0 0 17 1 0 0
/proc/16222/statm: 24613 19008 346 29 0 18667 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 103812

[startup+51.1017 s]
/proc/loadavg: 2.34 2.10 1.98 3/75 16223
/proc/meminfo: memFree=359088/2055920 swapFree=4137208/4192956
[pid=16211] ppid=16209 vsize=5360 CPUtime=18.85
/proc/16211/stat : 16211 (solve.sh) S 16209 16211 15810 0 -1 4194304 310 63428 0 1 0 0 1840 45 19 0 1 0 1004942350 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16211/statm: 1340 236 195 169 0 51 0
[pid=16222] ppid=16211 vsize=216984 CPUtime=31.67
/proc/16222/stat : 16222 (ld-linux.so.2) R 16211 16211 15810 0 -1 4194304 97422 0 0 0 3118 49 0 0 25 0 1 100 1004944263 222191616 47445 996147200 1448431616 1448550632 4294956176 18446744073709551615 4158657420 0 0 4096 8194 0 0 0 17 1 0 0
/proc/16222/statm: 54246 47445 496 29 0 48300 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 222344

[startup+102.306 s]
/proc/loadavg: 2.98 2.33 2.07 2/69 16278
/proc/meminfo: memFree=1383840/2055920 swapFree=4137208/4192956
[pid=16211] ppid=16209 vsize=5360 CPUtime=18.85
/proc/16211/stat : 16211 (solve.sh) S 16209 16211 15810 0 -1 4194304 310 63428 0 1 0 0 1840 45 19 0 1 0 1004942350 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16211/statm: 1340 236 195 169 0 51 0
[pid=16222] ppid=16211 vsize=562916 CPUtime=82.73
/proc/16222/stat : 16222 (ld-linux.so.2) R 16211 16211 15810 0 -1 4194304 232917 0 0 0 8146 127 0 0 25 0 1 100 1004944263 576425984 96456 996147200 1448431616 1448550632 4294956176 18446744073709551615 134670022 0 0 4096 8194 0 0 0 17 0 0 0
/proc/16222/statm: 140729 96456 499 29 0 134783 0
Current children cumulated CPU time (s) 101.58
Current children cumulated vsize (KiB) 568276

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

[startup+103.902 s]
/proc/loadavg: 2.98 2.33 2.07 3/83 16297
/proc/meminfo: memFree=1209072/2055920 swapFree=4137208/4192956
[pid=16211] ppid=16209 vsize=5360 CPUtime=18.85
/proc/16211/stat : 16211 (solve.sh) S 16209 16211 15810 0 -1 4194304 310 63428 0 1 0 0 1840 45 19 0 1 0 1004942350 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16211/statm: 1340 236 195 169 0 51 0
[pid=16222] ppid=16211 vsize=563940 CPUtime=84.29
/proc/16222/stat : 16222 (ld-linux.so.2) R 16211 16211 15810 0 -1 4195840 271661 0 0 0 8218 211 0 0 25 0 1 100 1004944263 577474560 135168 996147200 1448431616 1448550632 4294956176 18446744073709551615 4158657420 0 0 4096 8194 0 0 0 17 0 0 0
/proc/16222/statm: 140985 135168 499 29 0 135039 0
Current children cumulated CPU time (s) 103.14
Current children cumulated vsize (KiB) 569300

[startup+104.702 s]
/proc/loadavg: 2.98 2.33 2.07 2/69 16315
/proc/meminfo: memFree=962208/2055920 swapFree=4137208/4192956
[pid=16211] ppid=16209 vsize=5360 CPUtime=18.85
/proc/16211/stat : 16211 (solve.sh) S 16209 16211 15810 0 -1 4194304 310 63428 0 1 0 0 1840 45 19 0 1 0 1004942350 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16211/statm: 1340 236 195 169 0 51 0
[pid=16222] ppid=16211 vsize=563940 CPUtime=85.08
/proc/16222/stat : 16222 (ld-linux.so.2) R 16211 16211 15810 0 -1 4195840 271661 0 0 0 8218 290 0 0 25 0 1 100 1004944263 577474560 135168 996147200 1448431616 1448550632 4294956176 18446744073709551615 4158657420 0 0 4096 8194 0 0 0 17 1 0 0
/proc/16222/statm: 140985 135168 499 29 0 135039 0
Current children cumulated CPU time (s) 103.93
Current children cumulated vsize (KiB) 569300

[startup+105.102 s]
/proc/loadavg: 2.98 2.33 2.07 2/69 16315
/proc/meminfo: memFree=962208/2055920 swapFree=4137208/4192956
[pid=16211] ppid=16209 vsize=5360 CPUtime=18.85
/proc/16211/stat : 16211 (solve.sh) S 16209 16211 15810 0 -1 4194304 310 63428 0 1 0 0 1840 45 19 0 1 0 1004942350 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16211/statm: 1340 236 195 169 0 51 0
[pid=16222] ppid=16211 vsize=563940 CPUtime=85.48
/proc/16222/stat : 16222 (ld-linux.so.2) R 16211 16211 15810 0 -1 4195840 271661 0 0 0 8218 330 0 0 25 0 1 100 1004944263 577474560 135168 996147200 1448431616 1448550632 4294956176 18446744073709551615 4158657420 0 0 4096 8194 0 0 0 17 1 0 0
/proc/16222/statm: 140985 135168 499 29 0 135039 0
Current children cumulated CPU time (s) 104.33
Current children cumulated vsize (KiB) 569300

[startup+105.502 s]
/proc/loadavg: 2.98 2.33 2.07 3/69 16320
/proc/meminfo: memFree=961496/2055920 swapFree=4137208/4192956
[pid=16211] ppid=16209 vsize=5360 CPUtime=18.85
/proc/16211/stat : 16211 (solve.sh) S 16209 16211 15810 0 -1 4194304 310 63428 0 1 0 0 1840 45 19 0 1 0 1004942350 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16211/statm: 1340 236 195 169 0 51 0
[pid=16222] ppid=16211 vsize=0 CPUtime=85.78
/proc/16222/stat : 16222 (ld-linux.so.2) R 16211 16211 15810 0 -1 4195844 271790 0 0 0 8218 360 0 0 25 0 1 100 1004944263 0 0 996147200 0 0 0 0 0 0 0 4096 8194 0 0 0 17 0 0 0
/proc/16222/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 104.63
Current children cumulated vsize (KiB) 5360

Child status: 139
Real time (s): 105.543
CPU time (s): 104.685
CPU user time (s): 100.584
CPU system time (s): 4.10138
CPU usage (%): 99.1868
Max. virtual memory (cumulated for all children) (KiB): 874108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 100.584
system time used= 4.10138
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 335543
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3470
involuntary context switches= 5486

runsolver used 0.150977 second user time and 0.337948 second system time

The end

Launcher Data (download as text)

Begin job on node26 at 2008-07-04 22:54:34
IDJOB=1105307
IDBENCH=56332
IDSOLVER=369
FILE ID=node26/1105307-1215204873
PBS_JOBID= 7881693
Free space on /tmp= 66408 MiB

SOLVER NAME= Minion/Tailor 2008-07-04
BENCH NAME= CPAI08/csp/bmc/normalized-bmc-ibm-03-08.xml
COMMAND LINE= DIR/solve.sh BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1105307-1215204873/watcher-1105307-1215204873 -o /tmp/evaluation-result-1105307-1215204873/solver-1105307-1215204873 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/solve.sh HOME/instance-1105307-1215204873.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 85c81568cbfb76e69f1a2bef9e4026a8
RANDOM SEED=502003389

node26.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.221
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.221
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:       1430560 kB
Buffers:         31948 kB
Cached:         231688 kB
SwapCached:      49368 kB
Active:         458848 kB
Inactive:       108096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1430560 kB
SwapTotal:     4192956 kB
SwapFree:      4137208 kB
Dirty:           95400 kB
Writeback:           0 kB
Mapped:         319564 kB
Slab:            43156 kB
Committed_AS:  1963228 kB
PageTables:       2384 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= 65868 MiB
End job on node26 at 2008-07-04 22:56:20