Trace number 1105308

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) 95.7554 97.205

General information on the benchmark

Namecsp/bmc/
normalized-bmc-ibm-03-16.xml
MD5SUMdf9481f3cfdafddde2762be913d8464a
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.97994
Satisfiable
(Un)Satisfiability was proved
Number of variables14930
Number of constraints87036
Maximum constraint arity19
Maximum domain size16
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)

17.57/17.84	c Finished tailoring XCSP instance to Minion. Starting solving
95.72/97.20	HOME/solve.sh: line 8: 16441 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-1105308-1215204866/watcher-1105308-1215204866 -o /tmp/evaluation-result-1105308-1215204866/solver-1105308-1215204866 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/solve.sh HOME/instance-1105308-1215204866.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: 1.91 1.97 1.96 4/73 16430
/proc/meminfo: memFree=1768176/2055920 swapFree=4180808/4192956
[pid=16430] ppid=16428 vsize=5356 CPUtime=0
/proc/16430/stat : 16430 (solve.sh) R 16428 16430 16021 0 -1 4194304 265 0 0 0 0 0 0 0 20 0 1 0 643420332 5484544 233 996147200 4194304 4889804 548682068832 18446744073709551615 231493827173 0 2147483391 4100 65536 0 0 0 17 1 0 0
/proc/16430/statm: 1339 233 194 169 0 50 0

[startup+0.073148 s]
/proc/loadavg: 1.91 1.97 1.96 4/73 16430
/proc/meminfo: memFree=1768176/2055920 swapFree=4180808/4192956
[pid=16430] ppid=16428 vsize=5356 CPUtime=0
/proc/16430/stat : 16430 (solve.sh) S 16428 16430 16021 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 643420332 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16430/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101157 s]
/proc/loadavg: 1.91 1.97 1.96 4/73 16430
/proc/meminfo: memFree=1768176/2055920 swapFree=4180808/4192956
[pid=16430] ppid=16428 vsize=5356 CPUtime=0
/proc/16430/stat : 16430 (solve.sh) S 16428 16430 16021 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 643420332 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16430/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301181 s]
/proc/loadavg: 1.91 1.97 1.96 4/73 16430
/proc/meminfo: memFree=1768176/2055920 swapFree=4180808/4192956
[pid=16430] ppid=16428 vsize=5356 CPUtime=0
/proc/16430/stat : 16430 (solve.sh) S 16428 16430 16021 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 643420332 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16430/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701244 s]
/proc/loadavg: 1.91 1.97 1.96 4/73 16430
/proc/meminfo: memFree=1768176/2055920 swapFree=4180808/4192956
[pid=16430] ppid=16428 vsize=5356 CPUtime=0
/proc/16430/stat : 16430 (solve.sh) S 16428 16430 16021 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 643420332 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16430/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50236 s]
/proc/loadavg: 1.91 1.97 1.96 4/83 16440
/proc/meminfo: memFree=1728480/2055920 swapFree=4180808/4192956
[pid=16430] ppid=16428 vsize=5356 CPUtime=0
/proc/16430/stat : 16430 (solve.sh) S 16428 16430 16021 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 643420332 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16430/statm: 1339 235 195 169 0 50 0
[pid=16432] ppid=16430 vsize=864904 CPUtime=1.44
/proc/16432/stat : 16432 (java) S 16430 16430 16021 0 -1 0 18303 0 1 0 134 10 0 0 18 0 9 0 643420333 885661696 17727 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16432/statm: 216226 17727 1836 9 0 210788 0
[pid=16432/tid=16433] ppid=16430 vsize=864904 CPUtime=1.07
/proc/16432/task/16433/stat : 16433 (java) R 16430 16430 16021 0 -1 64 4795 0 1 0 104 3 0 0 25 0 9 0 643420334 885661696 17727 996147200 134512640 134550740 4294956032 18446744073709551615 4126441421 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16432/tid=16434] ppid=16430 vsize=864904 CPUtime=0.26
/proc/16432/task/16434/stat : 16434 (java) S 16430 16430 16021 0 -1 64 12304 0 0 0 20 6 0 0 16 0 9 0 643420335 885661696 17727 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16432/tid=16435] ppid=16430 vsize=864904 CPUtime=0
/proc/16432/task/16435/stat : 16435 (java) S 16430 16430 16021 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 643420335 885661696 17727 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16432/tid=16436] ppid=16430 vsize=864904 CPUtime=0
/proc/16432/task/16436/stat : 16436 (java) S 16430 16430 16021 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 643420335 885661696 17727 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16432/tid=16437] ppid=16430 vsize=864904 CPUtime=0
/proc/16432/task/16437/stat : 16437 (java) S 16430 16430 16021 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 643420337 885661696 17727 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16432/tid=16438] ppid=16430 vsize=864904 CPUtime=0.09
/proc/16432/task/16438/stat : 16438 (java) S 16430 16430 16021 0 -1 64 469 0 0 0 9 0 0 0 16 0 9 0 643420337 885661696 17727 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16432/tid=16439] ppid=16430 vsize=864904 CPUtime=0
/proc/16432/task/16439/stat : 16439 (java) S 16430 16430 16021 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 643420337 885661696 17727 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16432/tid=16440] ppid=16430 vsize=864904 CPUtime=0
/proc/16432/task/16440/stat : 16440 (java) S 16430 16430 16021 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 643420337 885661696 17727 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 870260

[startup+3.1026 s]
/proc/loadavg: 2.07 2.00 1.97 3/83 16440
/proc/meminfo: memFree=1671008/2055920 swapFree=4180808/4192956
[pid=16430] ppid=16428 vsize=5356 CPUtime=0
/proc/16430/stat : 16430 (solve.sh) S 16428 16430 16021 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 643420332 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16430/statm: 1339 235 195 169 0 50 0
[pid=16432] ppid=16430 vsize=865024 CPUtime=3.02
/proc/16432/stat : 16432 (java) S 16430 16430 16021 0 -1 0 34757 0 1 0 284 18 0 0 18 0 9 0 643420333 885784576 34167 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16432/statm: 216256 34167 1844 9 0 210818 0
[pid=16432/tid=16433] ppid=16430 vsize=865024 CPUtime=2.02
/proc/16432/task/16433/stat : 16433 (java) R 16430 16430 16021 0 -1 64 4857 0 1 0 199 3 0 0 25 0 9 0 643420334 885784576 34167 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16432/tid=16434] ppid=16430 vsize=865024 CPUtime=0.81
/proc/16432/task/16434/stat : 16434 (java) R 16430 16430 16021 0 -1 64 28654 0 0 0 68 13 0 0 16 0 9 0 643420335 885784576 34167 996147200 134512640 134550740 4294956032 18446744073709551615 102723040 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16432/tid=16435] ppid=16430 vsize=865024 CPUtime=0
/proc/16432/task/16435/stat : 16435 (java) S 16430 16430 16021 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 643420335 885784576 34167 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16432/tid=16436] ppid=16430 vsize=865024 CPUtime=0
/proc/16432/task/16436/stat : 16436 (java) S 16430 16430 16021 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 643420335 885784576 34167 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16432/tid=16437] ppid=16430 vsize=865024 CPUtime=0
/proc/16432/task/16437/stat : 16437 (java) S 16430 16430 16021 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 643420337 885784576 34167 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16432/tid=16438] ppid=16430 vsize=865024 CPUtime=0.16
/proc/16432/task/16438/stat : 16438 (java) S 16430 16430 16021 0 -1 64 511 0 0 0 16 0 0 0 16 0 9 0 643420337 885784576 34167 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16432/tid=16439] ppid=16430 vsize=865024 CPUtime=0
/proc/16432/task/16439/stat : 16439 (java) S 16430 16430 16021 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 643420337 885784576 34167 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16432/tid=16440] ppid=16430 vsize=865024 CPUtime=0
/proc/16432/task/16440/stat : 16440 (java) S 16430 16430 16021 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 643420337 885784576 34167 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 870380

[startup+6.3028 s]
/proc/loadavg: 2.07 2.00 1.97 3/83 16440
/proc/meminfo: memFree=1618336/2055920 swapFree=4180808/4192956
[pid=16430] ppid=16428 vsize=5356 CPUtime=0
/proc/16430/stat : 16430 (solve.sh) S 16428 16430 16021 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 643420332 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16430/statm: 1339 235 195 169 0 50 0
[pid=16432] ppid=16430 vsize=868752 CPUtime=6.19
/proc/16432/stat : 16432 (java) S 16430 16430 16021 0 -1 0 43345 0 1 0 595 24 0 0 18 0 9 0 643420333 889602048 41506 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16432/statm: 217188 41506 2560 9 0 211750 0
[pid=16432/tid=16433] ppid=16430 vsize=868752 CPUtime=3.89
/proc/16432/task/16433/stat : 16433 (java) R 16430 16430 16021 0 -1 64 5904 0 1 0 385 4 0 0 25 0 9 0 643420334 889602048 41506 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16432/tid=16434] ppid=16430 vsize=868752 CPUtime=2
/proc/16432/task/16434/stat : 16434 (java) S 16430 16430 16021 0 -1 64 35178 0 0 0 184 16 0 0 15 0 9 0 643420335 889602048 41506 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16432/tid=16435] ppid=16430 vsize=868752 CPUtime=0
/proc/16432/task/16435/stat : 16435 (java) S 16430 16430 16021 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 643420335 889602048 41506 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16432/tid=16436] ppid=16430 vsize=868752 CPUtime=0
/proc/16432/task/16436/stat : 16436 (java) S 16430 16430 16021 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 643420335 889602048 41506 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16432/tid=16437] ppid=16430 vsize=868752 CPUtime=0
/proc/16432/task/16437/stat : 16437 (java) S 16430 16430 16021 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 643420337 889602048 41506 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16432/tid=16438] ppid=16430 vsize=868752 CPUtime=0.27
/proc/16432/task/16438/stat : 16438 (java) S 16430 16430 16021 0 -1 64 1528 0 0 0 25 2 0 0 15 0 9 0 643420337 889602048 41506 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16432/tid=16439] ppid=16430 vsize=868752 CPUtime=0
/proc/16432/task/16439/stat : 16439 (java) S 16430 16430 16021 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 643420337 889602048 41506 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16432/tid=16440] ppid=16430 vsize=868752 CPUtime=0
/proc/16432/task/16440/stat : 16440 (java) S 16430 16430 16021 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 643420337 889602048 41506 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 874108

[startup+12.703 s]
/proc/loadavg: 2.07 2.00 1.97 3/83 16440
/proc/meminfo: memFree=1573152/2055920 swapFree=4180808/4192956
[pid=16430] ppid=16428 vsize=5356 CPUtime=0
/proc/16430/stat : 16430 (solve.sh) S 16428 16430 16021 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 643420332 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16430/statm: 1339 235 195 169 0 50 0
[pid=16432] ppid=16430 vsize=868752 CPUtime=12.53
/proc/16432/stat : 16432 (java) S 16430 16430 16021 0 -1 0 53211 0 1 0 1223 30 0 0 18 0 9 0 643420333 889602048 51215 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16432/statm: 217188 51215 2560 9 0 211750 0
[pid=16432/tid=16433] ppid=16430 vsize=868752 CPUtime=9.14
/proc/16432/task/16433/stat : 16433 (java) R 16430 16430 16021 0 -1 64 6061 0 1 0 909 5 0 0 25 0 9 0 643420334 889602048 51215 996147200 134512640 134550740 4294956032 18446744073709551615 102064940 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16432/tid=16434] ppid=16430 vsize=868752 CPUtime=3.07
/proc/16432/task/16434/stat : 16434 (java) S 16430 16430 16021 0 -1 64 44883 0 0 0 286 21 0 0 16 0 9 0 643420335 889602048 51215 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16432/tid=16435] ppid=16430 vsize=868752 CPUtime=0
/proc/16432/task/16435/stat : 16435 (java) S 16430 16430 16021 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 643420335 889602048 51215 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16432/tid=16436] ppid=16430 vsize=868752 CPUtime=0
/proc/16432/task/16436/stat : 16436 (java) S 16430 16430 16021 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 643420335 889602048 51215 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16432/tid=16437] ppid=16430 vsize=868752 CPUtime=0
/proc/16432/task/16437/stat : 16437 (java) S 16430 16430 16021 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 643420337 889602048 51215 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16432/tid=16438] ppid=16430 vsize=868752 CPUtime=0.27
/proc/16432/task/16438/stat : 16438 (java) S 16430 16430 16021 0 -1 64 1532 0 0 0 25 2 0 0 16 0 9 0 643420337 889602048 51215 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16432/tid=16439] ppid=16430 vsize=868752 CPUtime=0
/proc/16432/task/16439/stat : 16439 (java) S 16430 16430 16021 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 643420337 889602048 51215 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16432/tid=16440] ppid=16430 vsize=868752 CPUtime=0
/proc/16432/task/16440/stat : 16440 (java) S 16430 16430 16021 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 643420337 889602048 51215 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.5019 s]
/proc/loadavg: 2.05 2.00 1.97 3/75 16441
/proc/meminfo: memFree=1451360/2055920 swapFree=4180808/4192956
[pid=16430] ppid=16428 vsize=5360 CPUtime=17.6
/proc/16430/stat : 16430 (solve.sh) S 16428 16430 16021 0 -1 4194304 310 63427 0 1 0 0 1719 41 19 0 1 0 643420332 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16430/statm: 1340 236 195 169 0 51 0
[pid=16441] ppid=16430 vsize=464952 CPUtime=7.56
/proc/16441/stat : 16441 (ld-linux.so.2) R 16430 16430 16021 0 -1 4194304 110614 0 0 0 699 57 0 0 25 0 1 100 643422117 476110848 109235 996147200 1448431616 1448550632 4294956176 18446744073709551615 4158657420 0 0 4096 8194 0 0 0 17 1 0 0
/proc/16441/statm: 116238 109235 449 29 0 110292 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 470312

[startup+51.1017 s]
/proc/loadavg: 2.03 2.00 1.97 3/75 16441
/proc/meminfo: memFree=1551968/2055920 swapFree=4180808/4192956
[pid=16430] ppid=16428 vsize=5360 CPUtime=17.6
/proc/16430/stat : 16430 (solve.sh) S 16428 16430 16021 0 -1 4194304 310 63427 0 1 0 0 1719 41 19 0 1 0 643420332 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16430/statm: 1340 236 195 169 0 51 0
[pid=16441] ppid=16430 vsize=238156 CPUtime=32.91
/proc/16441/stat : 16441 (ld-linux.so.2) R 16430 16430 16021 0 -1 4194304 112067 0 0 0 3230 61 0 0 25 0 1 100 643422117 243871744 52757 996147200 1448431616 1448550632 4294956176 18446744073709551615 4158657420 0 0 4096 8194 0 0 0 17 1 0 0
/proc/16441/statm: 59539 52757 515 29 0 53593 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 243516

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

[startup+76.7014 s]
/proc/loadavg: 2.02 2.00 1.97 3/75 16441
/proc/meminfo: memFree=1552160/2055920 swapFree=4180808/4192956
[pid=16430] ppid=16428 vsize=5360 CPUtime=17.6
/proc/16430/stat : 16430 (solve.sh) S 16428 16430 16021 0 -1 4194304 310 63427 0 1 0 0 1719 41 19 0 1 0 643420332 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16430/statm: 1340 236 195 169 0 51 0
[pid=16441] ppid=16430 vsize=238156 CPUtime=58.27
/proc/16441/stat : 16441 (ld-linux.so.2) R 16430 16430 16021 0 -1 4194304 112067 0 0 0 5766 61 0 0 25 0 1 100 643422117 243871744 52757 996147200 1448431616 1448550632 4294956176 18446744073709551615 4158657420 0 0 4096 8194 0 0 0 17 1 0 0
/proc/16441/statm: 59539 52757 515 29 0 53593 0
Current children cumulated CPU time (s) 75.87
Current children cumulated vsize (KiB) 243516

[startup+89.5014 s]
/proc/loadavg: 2.02 2.00 1.97 3/75 16441
/proc/meminfo: memFree=1552096/2055920 swapFree=4180808/4192956
[pid=16430] ppid=16428 vsize=5360 CPUtime=17.6
/proc/16430/stat : 16430 (solve.sh) S 16428 16430 16021 0 -1 4194304 310 63427 0 1 0 0 1719 41 19 0 1 0 643420332 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16430/statm: 1340 236 195 169 0 51 0
[pid=16441] ppid=16430 vsize=238156 CPUtime=70.93
/proc/16441/stat : 16441 (ld-linux.so.2) R 16430 16430 16021 0 -1 4194304 112067 0 0 0 7032 61 0 0 25 0 1 100 643422117 243871744 52757 996147200 1448431616 1448550632 4294956176 18446744073709551615 4158657420 0 0 4096 8194 0 0 0 17 1 0 0
/proc/16441/statm: 59539 52757 515 29 0 53593 0
Current children cumulated CPU time (s) 88.53
Current children cumulated vsize (KiB) 243516

[startup+92.7018 s]
/proc/loadavg: 2.01 2.00 1.97 3/75 16441
/proc/meminfo: memFree=1476512/2055920 swapFree=4180808/4192956
[pid=16430] ppid=16428 vsize=5360 CPUtime=17.6
/proc/16430/stat : 16430 (solve.sh) S 16428 16430 16021 0 -1 4194304 310 63427 0 1 0 0 1719 41 19 0 1 0 643420332 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16430/statm: 1340 236 195 169 0 51 0
[pid=16441] ppid=16430 vsize=408376 CPUtime=74.09
/proc/16441/stat : 16441 (ld-linux.so.2) R 16430 16430 16021 0 -1 4194304 184278 0 0 0 7315 94 0 0 25 0 1 100 643422117 418177024 82412 996147200 1448431616 1448550632 4294956176 18446744073709551615 134670026 0 0 4096 8194 0 0 0 17 1 0 0
/proc/16441/statm: 102094 82412 518 29 0 96148 0
Current children cumulated CPU time (s) 91.69
Current children cumulated vsize (KiB) 413736

[startup+94.302 s]
/proc/loadavg: 2.01 2.00 1.97 3/75 16441
/proc/meminfo: memFree=1362464/2055920 swapFree=4180808/4192956
[pid=16430] ppid=16428 vsize=5360 CPUtime=17.6
/proc/16430/stat : 16430 (solve.sh) S 16428 16430 16021 0 -1 4194304 310 63427 0 1 0 0 1719 41 19 0 1 0 643420332 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16430/statm: 1340 236 195 169 0 51 0
[pid=16441] ppid=16430 vsize=584088 CPUtime=75.68
/proc/16441/stat : 16441 (ld-linux.so.2) R 16430 16430 16021 0 -1 4194304 284429 0 0 0 7429 139 0 0 25 0 1 100 643422117 598106112 138635 996147200 1448431616 1448550632 4294956176 18446744073709551615 4158657420 0 0 4096 8194 0 0 0 17 1 0 0
/proc/16441/statm: 146022 138635 518 29 0 140076 0
Current children cumulated CPU time (s) 93.28
Current children cumulated vsize (KiB) 589448

[startup+95.9023 s]
/proc/loadavg: 2.01 2.00 1.97 2/75 16441
/proc/meminfo: memFree=912416/2055920 swapFree=4180808/4192956
[pid=16430] ppid=16428 vsize=5360 CPUtime=17.6
/proc/16430/stat : 16430 (solve.sh) S 16428 16430 16021 0 -1 4194304 310 63427 0 1 0 0 1719 41 19 0 1 0 643420332 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16430/statm: 1340 236 195 169 0 51 0
[pid=16441] ppid=16430 vsize=585112 CPUtime=77.08
/proc/16441/stat : 16441 (ld-linux.so.2) R 16430 16430 16021 0 -1 4195840 286306 0 0 0 7434 274 0 0 25 0 1 100 643422117 599154688 140480 996147200 1448431616 1448550632 4294956176 18446744073709551615 4158657420 0 0 4096 8194 0 0 0 17 1 0 0
/proc/16441/statm: 146278 140480 518 29 0 140332 0
Current children cumulated CPU time (s) 94.68
Current children cumulated vsize (KiB) 590472

[startup+96.7014 s]
/proc/loadavg: 2.01 2.00 1.97 3/75 16441
/proc/meminfo: memFree=685792/2055920 swapFree=4180808/4192956
[pid=16430] ppid=16428 vsize=5360 CPUtime=17.6
/proc/16430/stat : 16430 (solve.sh) S 16428 16430 16021 0 -1 4194304 310 63427 0 1 0 0 1719 41 19 0 1 0 643420332 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16430/statm: 1340 236 195 169 0 51 0
[pid=16441] ppid=16430 vsize=585112 CPUtime=77.74
/proc/16441/stat : 16441 (ld-linux.so.2) R 16430 16430 16021 0 -1 4195840 286306 0 0 0 7434 340 0 0 25 0 1 100 643422117 599154688 140480 996147200 1448431616 1448550632 4294956176 18446744073709551615 4158657420 0 0 4096 8194 0 0 0 17 1 0 0
/proc/16441/statm: 146278 140480 518 29 0 140332 0
Current children cumulated CPU time (s) 95.34
Current children cumulated vsize (KiB) 590472

[startup+97.1014 s]
/proc/loadavg: 2.01 2.00 1.97 3/75 16441
/proc/meminfo: memFree=685792/2055920 swapFree=4180808/4192956
[pid=16430] ppid=16428 vsize=5360 CPUtime=17.6
/proc/16430/stat : 16430 (solve.sh) S 16428 16430 16021 0 -1 4194304 310 63427 0 1 0 0 1719 41 19 0 1 0 643420332 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16430/statm: 1340 236 195 169 0 51 0
[pid=16441] ppid=16430 vsize=585112 CPUtime=78.03
/proc/16441/stat : 16441 (ld-linux.so.2) R 16430 16430 16021 0 -1 4195840 286426 0 0 0 7434 369 0 0 25 0 1 100 643422117 599154688 140480 996147200 1448431616 1448550632 4294956176 18446744073709551615 4158657420 0 0 4096 8194 0 0 0 17 1 0 0
/proc/16441/statm: 146278 140480 518 29 0 140332 0
Current children cumulated CPU time (s) 95.63
Current children cumulated vsize (KiB) 590472

[startup+97.2017 s]
/proc/loadavg: 2.01 2.00 1.97 3/75 16441
/proc/meminfo: memFree=685792/2055920 swapFree=4180808/4192956
[pid=16430] ppid=16428 vsize=5360 CPUtime=17.6
/proc/16430/stat : 16430 (solve.sh) S 16428 16430 16021 0 -1 4194304 310 63427 0 1 0 0 1719 41 19 0 1 0 643420332 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16430/statm: 1340 236 195 169 0 51 0
[pid=16441] ppid=16430 vsize=0 CPUtime=78.12
/proc/16441/stat : 16441 (ld-linux.so.2) R 16430 16430 16021 0 -1 4195844 286435 0 0 0 7434 378 0 0 25 0 1 100 643422117 0 0 996147200 0 0 0 0 0 0 0 4096 8194 0 0 0 17 1 0 0
/proc/16441/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 95.72
Current children cumulated vsize (KiB) 5360

Child status: 139
Real time (s): 97.205
CPU time (s): 95.7554
CPU user time (s): 91.5441
CPU system time (s): 4.21136
CPU usage (%): 98.5088
Max. virtual memory (cumulated for all children) (KiB): 874108

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

runsolver used 0.153976 second user time and 0.300954 second system time

The end

Launcher Data (download as text)

Begin job on node39 at 2008-07-04 22:54:27
IDJOB=1105308
IDBENCH=56328
IDSOLVER=369
FILE ID=node39/1105308-1215204866
PBS_JOBID= 7881669
Free space on /tmp= 66512 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= df9481f3cfdafddde2762be913d8464a
RANDOM SEED=1286675835

node39.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.267
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.267
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:       1768656 kB
Buffers:         13432 kB
Cached:         168092 kB
SwapCached:       5748 kB
Active:         200004 kB
Inactive:        35984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1768656 kB
SwapTotal:     4192956 kB
SwapFree:      4180808 kB
Dirty:           56892 kB
Writeback:           0 kB
Mapped:          61992 kB
Slab:            36476 kB
Committed_AS:   996444 kB
PageTables:       1880 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= 65932 MiB
End job on node39 at 2008-07-04 22:56:05