Trace number 238571

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, and are wall clock time (not CPU 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
VALCSP 3.0? (TO) 1800.11 1816.51

General information on the benchmark

NameblackHole/BH-4-7/
BlackHole-4-7-h-7_ext.xml
MD5SUMcfdbf0bf28850a1803f64cc72d52db68
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables112
Number of constraints1262
Maximum constraint arity2
Maximum domain size28
Number of constraints which are defined in extension1262
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node9/watcher-238571-1168356605 -o ROOT/results/node9/solver-238571-1168356605 -C 1800 -M 900 /tmp/evaluation/238571-1168356605/VALCSP /tmp/evaluation/238571-1168356605/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 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
Current StackSize limit: 10240 KiB

/proc/loadavg: 2.12 2.03 1.97 5/87 22064
/proc/meminfo: memFree=1768904/2055920 swapFree=4191880/4192956
[pid=22063] ppid=22061 vsize=3988 CPUtime=0.09
/proc/22063/stat : 22063 (VALCSP) R 22061 22063 21576 0 -1 4194304 727 0 0 0 9 0 0 0 20 0 1 0 184055662 4083712 705 18446744073709551615 134512640 134548440 4294956720 18446744073709551615 134536714 0 0 4096 0 0 0 0 17 1 0 0
/proc/22063/statm: 997 705 63 8 0 669 0

[startup+0.211232 s]
/proc/loadavg: 2.12 2.03 1.97 5/87 22064
/proc/meminfo: memFree=1768904/2055920 swapFree=4191880/4192956
[pid=22063] ppid=22061 vsize=6104 CPUtime=0.19
/proc/22063/stat : 22063 (VALCSP) R 22061 22063 21576 0 -1 4194304 1281 0 0 0 19 0 0 0 20 0 1 0 184055662 6250496 1259 18446744073709551615 134512640 134548440 4294956720 18446744073709551615 9101956 0 0 4096 0 0 0 0 17 1 0 0
/proc/22063/statm: 1526 1259 63 8 0 1198 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 6104

[startup+0.619279 s]
/proc/loadavg: 2.12 2.03 1.97 5/87 22064
/proc/meminfo: memFree=1768904/2055920 swapFree=4191880/4192956
[pid=22063] ppid=22061 vsize=6236 CPUtime=0.6
/proc/22063/stat : 22063 (VALCSP) R 22061 22063 21576 0 -1 4194304 1306 0 0 0 60 0 0 0 25 0 1 0 184055662 6385664 1284 18446744073709551615 134512640 134548440 4294956720 18446744073709551615 134524708 0 0 4096 0 0 0 0 17 1 0 0
/proc/22063/statm: 1559 1284 65 8 0 1231 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 6236

[startup+1.44038 s]
/proc/loadavg: 2.11 2.03 1.97 3/87 22064
/proc/meminfo: memFree=1763976/2055920 swapFree=4191880/4192956
[pid=22063] ppid=22061 vsize=6236 CPUtime=1.41
/proc/22063/stat : 22063 (VALCSP) R 22061 22063 21576 0 -1 4194304 1306 0 0 0 141 0 0 0 25 0 1 0 184055662 6385664 1284 18446744073709551615 134512640 134548440 4294956720 18446744073709551615 134524787 0 0 4096 0 0 0 0 17 1 0 0
/proc/22063/statm: 1559 1284 65 8 0 1231 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 6236

[startup+3.08756 s]
/proc/loadavg: 2.11 2.03 1.97 3/87 22064
/proc/meminfo: memFree=1763976/2055920 swapFree=4191880/4192956
[pid=22063] ppid=22061 vsize=6236 CPUtime=3.05
/proc/22063/stat : 22063 (VALCSP) R 22061 22063 21576 0 -1 4194304 1306 0 0 0 305 0 0 0 25 0 1 0 184055662 6385664 1284 18446744073709551615 134512640 134548440 4294956720 18446744073709551615 134524668 0 0 4096 0 0 0 0 17 1 0 0
/proc/22063/statm: 1559 1284 65 8 0 1231 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 6236

[startup+6.36693 s]
/proc/loadavg: 2.11 2.03 1.97 3/87 22064
/proc/meminfo: memFree=1763912/2055920 swapFree=4191880/4192956
[pid=22063] ppid=22061 vsize=6236 CPUtime=6.3
/proc/22063/stat : 22063 (VALCSP) R 22061 22063 21576 0 -1 4194304 1306 0 0 0 630 0 0 0 25 0 1 0 184055662 6385664 1284 18446744073709551615 134512640 134548440 4294956720 18446744073709551615 134524781 0 0 4096 0 0 0 0 17 1 0 0
/proc/22063/statm: 1559 1284 65 8 0 1231 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 6236

[startup+12.8317 s]
/proc/loadavg: 2.09 2.03 1.97 3/87 22064
/proc/meminfo: memFree=1763912/2055920 swapFree=4191880/4192956
[pid=22063] ppid=22061 vsize=6236 CPUtime=12.7
/proc/22063/stat : 22063 (VALCSP) R 22061 22063 21576 0 -1 4194304 1306 0 0 0 1270 0 0 0 25 0 1 0 184055662 6385664 1284 18446744073709551615 134512640 134548440 4294956720 18446744073709551615 134524787 0 0 4096 0 0 0 0 17 1 0 0
/proc/22063/statm: 1559 1284 65 8 0 1231 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 6236

[startup+25.6451 s]
/proc/loadavg: 2.08 2.03 1.97 3/87 22064
/proc/meminfo: memFree=1759432/2055920 swapFree=4191880/4192956
[pid=22063] ppid=22061 vsize=6236 CPUtime=25.4
/proc/22063/stat : 22063 (VALCSP) R 22061 22063 21576 0 -1 4194304 1306 0 0 0 2540 0 0 0 25 0 1 0 184055662 6385664 1284 18446744073709551615 134512640 134548440 4294956720 18446744073709551615 134524787 0 0 4096 0 0 0 0 17 1 0 0
/proc/22063/statm: 1559 1284 65 8 0 1231 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 6236

[startup+51.288 s]
/proc/loadavg: 2.05 2.02 1.97 3/87 22064
/proc/meminfo: memFree=1754696/2055920 swapFree=4191880/4192956
[pid=22063] ppid=22061 vsize=6236 CPUtime=50.81
/proc/22063/stat : 22063 (VALCSP) R 22061 22063 21576 0 -1 4194304 1306 0 0 0 5080 1 0 0 25 0 1 0 184055662 6385664 1284 18446744073709551615 134512640 134548440 4294956720 18446744073709551615 134524791 0 0 4096 0 0 0 0 17 1 0 0
/proc/22063/statm: 1559 1284 65 8 0 1231 0
Current children cumulated CPU time (s) 50.81
Current children cumulated vsize (KiB) 6236

[startup+102.588 s]
/proc/loadavg: 2.16 2.05 1.98 3/87 22064
/proc/meminfo: memFree=1748744/2055920 swapFree=4191880/4192956
[pid=22063] ppid=22061 vsize=6236 CPUtime=101.65
/proc/22063/stat : 22063 (VALCSP) R 22061 22063 21576 0 -1 4194304 1306 0 0 0 10164 1 0 0 25 0 1 0 184055662 6385664 1284 18446744073709551615 134512640 134548440 4294956720 18446744073709551615 134524717 0 0 4096 0 0 0 0 17 1 0 0
/proc/22063/statm: 1559 1284 65 8 0 1231 0
Current children cumulated CPU time (s) 101.65
Current children cumulated vsize (KiB) 6236

[startup+162.623 s]
/proc/loadavg: 2.06 2.04 1.98 3/87 22064
/proc/meminfo: memFree=1747080/2055920 swapFree=4191880/4192956
[pid=22063] ppid=22061 vsize=6236 CPUtime=161.13
/proc/22063/stat : 22063 (VALCSP) R 22061 22063 21576 0 -1 4194304 1306 0 0 0 16112 1 0 0 25 0 1 0 184055662 6385664 1284 18446744073709551615 134512640 134548440 4294956720 18446744073709551615 134524706 0 0 4096 0 0 0 0 17 1 0 0
/proc/22063/statm: 1559 1284 65 8 0 1231 0
Current children cumulated CPU time (s) 161.13
Current children cumulated vsize (KiB) 6236

[startup+222.663 s]
/proc/loadavg: 2.05 2.05 1.99 3/87 22064
/proc/meminfo: memFree=1745160/2055920 swapFree=4191880/4192956
[pid=22063] ppid=22061 vsize=6236 CPUtime=220.62
/proc/22063/stat : 22063 (VALCSP) R 22061 22063 21576 0 -1 4194304 1306 0 0 0 22060 2 0 0 25 0 1 0 184055662 6385664 1284 18446744073709551615 134512640 134548440 4294956720 18446744073709551615 134524672 0 0 4096 0 0 0 0 17 1 0 0
/proc/22063/statm: 1559 1284 65 8 0 1231 0
Current children cumulated CPU time (s) 220.62
Current children cumulated vsize (KiB) 6236

[startup+282.698 s]
/proc/loadavg: 2.02 2.03 1.99 3/87 22064
/proc/meminfo: memFree=1741832/2055920 swapFree=4191880/4192956
[pid=22063] ppid=22061 vsize=6236 CPUtime=280.1
/proc/22063/stat : 22063 (VALCSP) R 22061 22063 21576 0 -1 4194304 1306 0 0 0 28008 2 0 0 25 0 1 0 184055662 6385664 1284 18446744073709551615 134512640 134548440 4294956720 18446744073709551615 134524617 0 0 4096 0 0 0 0 17 1 0 0
/proc/22063/statm: 1559 1284 65 8 0 1231 0
Current children cumulated CPU time (s) 280.1
Current children cumulated vsize (KiB) 6236

[startup+342.733 s]
/proc/loadavg: 2.00 2.03 1.99 3/87 22064
/proc/meminfo: memFree=1741768/2055920 swapFree=4191880/4192956
[pid=22063] ppid=22061 vsize=6236 CPUtime=339.6
/proc/22063/stat : 22063 (VALCSP) R 22061 22063 21576 0 -1 4194304 1306 0 0 0 33957 3 0 0 25 0 1 0 184055662 6385664 1284 18446744073709551615 134512640 134548440 4294956720 18446744073709551615 134524672 0 0 4096 0 0 0 0 17 1 0 0
/proc/22063/statm: 1559 1284 65 8 0 1231 0
Current children cumulated CPU time (s) 339.6
Current children cumulated vsize (KiB) 6236

[startup+402.772 s]
/proc/loadavg: 2.00 2.02 1.99 3/87 22064
/proc/meminfo: memFree=1739400/2055920 swapFree=4191880/4192956
[pid=22063] ppid=22061 vsize=6236 CPUtime=399.08
/proc/22063/stat : 22063 (VALCSP) R 22061 22063 21576 0 -1 4194304 1306 0 0 0 39905 3 0 0 25 0 1 0 184055662 6385664 1284 18446744073709551615 134512640 134548440 4294956720 18446744073709551615 134524736 0 0 4096 0 0 0 0 17 1 0 0
/proc/22063/statm: 1559 1284 65 8 0 1231 0
Current children cumulated CPU time (s) 399.08
Current children cumulated vsize (KiB) 6236

[startup+462.809 s]
/proc/loadavg: 2.00 2.01 1.99 3/87 22064
/proc/meminfo: memFree=1739144/2055920 swapFree=4191880/4192956
[pid=22063] ppid=22061 vsize=6236 CPUtime=458.58
/proc/22063/stat : 22063 (VALCSP) R 22061 22063 21576 0 -1 4194304 1306 0 0 0 45854 4 0 0 25 0 1 0 184055662 6385664 1284 18446744073709551615 134512640 134548440 4294956720 18446744073709551615 134524787 0 0 4096 0 0 0 0 17 1 0 0
/proc/22063/statm: 1559 1284 65 8 0 1231 0
Current children cumulated CPU time (s) 458.58
Current children cumulated vsize (KiB) 6236

[startup+522.837 s]
/proc/loadavg: 2.00 2.01 1.99 3/87 22064
/proc/meminfo: memFree=1736904/2055920 swapFree=4191880/4192956
[pid=22063] ppid=22061 vsize=6236 CPUtime=518.06
/proc/22063/stat : 22063 (VALCSP) R 22061 22063 21576 0 -1 4194304 1306 0 0 0 51801 5 0 0 25 0 1 0 184055662 6385664 1284 18446744073709551615 134512640 134548440 4294956720 18446744073709551615 134524658 0 0 4096 0 0 0 0 17 1 0 0
/proc/22063/statm: 1559 1284 65 8 0 1231 0
Current children cumulated CPU time (s) 518.06
Current children cumulated vsize (KiB) 6236

[startup+582.843 s]
/proc/loadavg: 2.00 2.00 1.99 3/87 22064
/proc/meminfo: memFree=1735112/2055920 swapFree=4191880/4192956
[pid=22063] ppid=22061 vsize=6236 CPUtime=577.51
/proc/22063/stat : 22063 (VALCSP) R 22061 22063 21576 0 -1 4194304 1306 0 0 0 57746 5 0 0 25 0 1 0 184055662 6385664 1284 18446744073709551615 134512640 134548440 4294956720 18446744073709551615 134524672 0 0 4096 0 0 0 0 17 1 0 0
/proc/22063/statm: 1559 1284 65 8 0 1231 0
Current children cumulated CPU time (s) 577.51
Current children cumulated vsize (KiB) 6236

[startup+642.943 s]
/proc/loadavg: 2.00 2.00 1.99 3/87 22064
/proc/meminfo: memFree=1729224/2055920 swapFree=4191880/4192956
[pid=22063] ppid=22061 vsize=6236 CPUtime=637.07
/proc/22063/stat : 22063 (VALCSP) R 22061 22063 21576 0 -1 4194304 1306 0 0 0 63701 6 0 0 25 0 1 0 184055662 6385664 1284 18446744073709551615 134512640 134548440 4294956720 18446744073709551615 134524699 0 0 4096 0 0 0 0 17 1 0 0
/proc/22063/statm: 1559 1284 65 8 0 1231 0
Current children cumulated CPU time (s) 637.07
Current children cumulated vsize (KiB) 6236

[startup+702.959 s]
/proc/loadavg: 2.00 2.00 1.99 3/87 22064
/proc/meminfo: memFree=1715528/2055920 swapFree=4191880/4192956
[pid=22063] ppid=22061 vsize=6236 CPUtime=696.53
/proc/22063/stat : 22063 (VALCSP) R 22061 22063 21576 0 -1 4194304 1306 0 0 0 69647 6 0 0 25 0 1 0 184055662 6385664 1284 18446744073709551615 134512640 134548440 4294956720 18446744073709551615 134524642 0 0 4096 0 0 0 0 17 1 0 0
/proc/22063/statm: 1559 1284 65 8 0 1231 0
Current children cumulated CPU time (s) 696.53
Current children cumulated vsize (KiB) 6236

[startup+762.988 s]
/proc/loadavg: 2.00 2.00 1.99 3/87 22064
/proc/meminfo: memFree=1715400/2055920 swapFree=4191880/4192956
[pid=22063] ppid=22061 vsize=6236 CPUtime=756.02
/proc/22063/stat : 22063 (VALCSP) R 22061 22063 21576 0 -1 4194304 1306 0 0 0 75595 7 0 0 25 0 1 0 184055662 6385664 1284 18446744073709551615 134512640 134548440 4294956720 18446744073709551615 134524617 0 0 4096 0 0 0 0 17 1 0 0
/proc/22063/statm: 1559 1284 65 8 0 1231 0
Current children cumulated CPU time (s) 756.02
Current children cumulated vsize (KiB) 6236

[startup+822.998 s]
/proc/loadavg: 2.00 2.00 1.99 3/87 22064
/proc/meminfo: memFree=1715400/2055920 swapFree=4191880/4192956
[pid=22063] ppid=22061 vsize=6236 CPUtime=815.47
/proc/22063/stat : 22063 (VALCSP) R 22061 22063 21576 0 -1 4194304 1306 0 0 0 81540 7 0 0 25 0 1 0 184055662 6385664 1284 18446744073709551615 134512640 134548440 4294956720 18446744073709551615 134524658 0 0 4096 0 0 0 0 17 1 0 0
/proc/22063/statm: 1559 1284 65 8 0 1231 0
Current children cumulated CPU time (s) 815.47
Current children cumulated vsize (KiB) 6236

[startup+883.002 s]
/proc/loadavg: 2.00 2.00 1.99 3/87 22064
/proc/meminfo: memFree=1715336/2055920 swapFree=4191880/4192956
[pid=22063] ppid=22061 vsize=6236 CPUtime=874.93
/proc/22063/stat : 22063 (VALCSP) R 22061 22063 21576 0 -1 4194304 1306 0 0 0 87485 8 0 0 25 0 1 0 184055662 6385664 1284 18446744073709551615 134512640 134548440 4294956720 18446744073709551615 134524781 0 0 4096 0 0 0 0 17 1 0 0
/proc/22063/statm: 1559 1284 65 8 0 1231 0
Current children cumulated CPU time (s) 874.93
Current children cumulated vsize (KiB) 6236

[startup+943.024 s]
/proc/loadavg: 2.00 2.00 1.99 3/87 22064
/proc/meminfo: memFree=1715208/2055920 swapFree=4191880/4192956
[pid=22063] ppid=22061 vsize=6236 CPUtime=934.41
/proc/22063/stat : 22063 (VALCSP) R 22061 22063 21576 0 -1 4194304 1306 0 0 0 93432 9 0 0 25 0 1 0 184055662 6385664 1284 18446744073709551615 134512640 134548440 4294956720 18446744073709551615 134520516 0 0 4096 0 0 0 0 17 1 0 0
/proc/22063/statm: 1559 1284 65 8 0 1231 0
Current children cumulated CPU time (s) 934.41
Current children cumulated vsize (KiB) 6236

[startup+1003.07 s]
/proc/loadavg: 2.00 2.00 1.99 3/87 22064
/proc/meminfo: memFree=1715144/2055920 swapFree=4191880/4192956
[pid=22063] ppid=22061 vsize=6236 CPUtime=993.9
/proc/22063/stat : 22063 (VALCSP) R 22061 22063 21576 0 -1 4194304 1306 0 0 0 99381 9 0 0 25 0 1 0 184055662 6385664 1284 18446744073709551615 134512640 134548440 4294956720 18446744073709551615 134524642 0 0 4096 0 0 0 0 17 1 0 0
/proc/22063/statm: 1559 1284 65 8 0 1231 0
Current children cumulated CPU time (s) 993.9
Current children cumulated vsize (KiB) 6236

[startup+1063.11 s]
/proc/loadavg: 2.00 2.00 1.99 3/87 22064
/proc/meminfo: memFree=1715016/2055920 swapFree=4191880/4192956
[pid=22063] ppid=22061 vsize=6236 CPUtime=1053.4
/proc/22063/stat : 22063 (VALCSP) R 22061 22063 21576 0 -1 4194304 1306 0 0 0 105330 10 0 0 25 0 1 0 184055662 6385664 1284 18446744073709551615 134512640 134548440 4294956720 18446744073709551615 134524642 0 0 4096 0 0 0 0 17 1 0 0
/proc/22063/statm: 1559 1284 65 8 0 1231 0
Current children cumulated CPU time (s) 1053.4
Current children cumulated vsize (KiB) 6236

[startup+1123.15 s]
/proc/loadavg: 2.00 2.00 1.99 3/87 22064
/proc/meminfo: memFree=1714952/2055920 swapFree=4191880/4192956
[pid=22063] ppid=22061 vsize=6236 CPUtime=1112.89
/proc/22063/stat : 22063 (VALCSP) R 22061 22063 21576 0 -1 4194304 1306 0 0 0 111279 10 0 0 25 0 1 0 184055662 6385664 1284 18446744073709551615 134512640 134548440 4294956720 18446744073709551615 134524706 0 0 4096 0 0 0 0 17 1 0 0
/proc/22063/statm: 1559 1284 65 8 0 1231 0
Current children cumulated CPU time (s) 1112.89
Current children cumulated vsize (KiB) 6236

[startup+1183.2 s]
/proc/loadavg: 2.00 2.00 1.99 3/87 22064
/proc/meminfo: memFree=1714888/2055920 swapFree=4191880/4192956
[pid=22063] ppid=22061 vsize=6236 CPUtime=1172.39
/proc/22063/stat : 22063 (VALCSP) R 22061 22063 21576 0 -1 4194304 1306 0 0 0 117228 11 0 0 25 0 1 0 184055662 6385664 1284 18446744073709551615 134512640 134548440 4294956720 18446744073709551615 134524702 0 0 4096 0 0 0 0 17 1 0 0
/proc/22063/statm: 1559 1284 65 8 0 1231 0
Current children cumulated CPU time (s) 1172.39
Current children cumulated vsize (KiB) 6236

[startup+1243.23 s]
/proc/loadavg: 2.00 2.00 1.99 3/87 22064
/proc/meminfo: memFree=1714824/2055920 swapFree=4191880/4192956
[pid=22063] ppid=22061 vsize=6236 CPUtime=1231.86
/proc/22063/stat : 22063 (VALCSP) R 22061 22063 21576 0 -1 4194304 1306 0 0 0 123175 11 0 0 25 0 1 0 184055662 6385664 1284 18446744073709551615 134512640 134548440 4294956720 18446744073709551615 134524755 0 0 4096 0 0 0 0 17 1 0 0
/proc/22063/statm: 1559 1284 65 8 0 1231 0
Current children cumulated CPU time (s) 1231.86
Current children cumulated vsize (KiB) 6236

[startup+1303.23 s]
/proc/loadavg: 2.03 2.01 1.99 3/87 22064
/proc/meminfo: memFree=1714760/2055920 swapFree=4191880/4192956
[pid=22063] ppid=22061 vsize=6236 CPUtime=1291.32
/proc/22063/stat : 22063 (VALCSP) R 22061 22063 21576 0 -1 4194304 1306 0 0 0 129120 12 0 0 25 0 1 0 184055662 6385664 1284 18446744073709551615 134512640 134548440 4294956720 18446744073709551615 134524642 0 0 4096 0 0 0 0 17 1 0 0
/proc/22063/statm: 1559 1284 65 8 0 1231 0
Current children cumulated CPU time (s) 1291.32
Current children cumulated vsize (KiB) 6236

[startup+1363.33 s]
/proc/loadavg: 2.01 2.01 1.99 3/87 22064
/proc/meminfo: memFree=1714696/2055920 swapFree=4191880/4192956
[pid=22063] ppid=22061 vsize=6236 CPUtime=1350.87
/proc/22063/stat : 22063 (VALCSP) R 22061 22063 21576 0 -1 4194304 1306 0 0 0 135075 12 0 0 25 0 1 0 184055662 6385664 1284 18446744073709551615 134512640 134548440 4294956720 18446744073709551615 134524623 0 0 4096 0 0 0 0 17 1 0 0
/proc/22063/statm: 1559 1284 65 8 0 1231 0
Current children cumulated CPU time (s) 1350.87
Current children cumulated vsize (KiB) 6236

[startup+1423.34 s]
/proc/loadavg: 2.00 2.00 1.99 3/87 22064
/proc/meminfo: memFree=1714632/2055920 swapFree=4191880/4192956
[pid=22063] ppid=22061 vsize=6236 CPUtime=1410.34
/proc/22063/stat : 22063 (VALCSP) R 22061 22063 21576 0 -1 4194304 1306 0 0 0 141021 13 0 0 25 0 1 0 184055662 6385664 1284 18446744073709551615 134512640 134548440 4294956720 18446744073709551615 134524706 0 0 4096 0 0 0 0 17 1 0 0
/proc/22063/statm: 1559 1284 65 8 0 1231 0
Current children cumulated CPU time (s) 1410.34
Current children cumulated vsize (KiB) 6236

[startup+1483.35 s]
/proc/loadavg: 2.00 2.00 1.99 3/87 22064
/proc/meminfo: memFree=1714504/2055920 swapFree=4191880/4192956
[pid=22063] ppid=22061 vsize=6236 CPUtime=1469.79
/proc/22063/stat : 22063 (VALCSP) R 22061 22063 21576 0 -1 4194304 1306 0 0 0 146966 13 0 0 25 0 1 0 184055662 6385664 1284 18446744073709551615 134512640 134548440 4294956720 18446744073709551615 134524697 0 0 4096 0 0 0 0 17 1 0 0
/proc/22063/statm: 1559 1284 65 8 0 1231 0
Current children cumulated CPU time (s) 1469.79
Current children cumulated vsize (KiB) 6236

[startup+1543.45 s]
/proc/loadavg: 2.00 2.00 1.99 3/87 22064
/proc/meminfo: memFree=1714440/2055920 swapFree=4191880/4192956
[pid=22063] ppid=22061 vsize=6236 CPUtime=1529.35
/proc/22063/stat : 22063 (VALCSP) R 22061 22063 21576 0 -1 4194304 1306 0 0 0 152921 14 0 0 25 0 1 0 184055662 6385664 1284 18446744073709551615 134512640 134548440 4294956720 18446744073709551615 134524781 0 0 4096 0 0 0 0 17 1 0 0
/proc/22063/statm: 1559 1284 65 8 0 1231 0
Current children cumulated CPU time (s) 1529.35
Current children cumulated vsize (KiB) 6236

[startup+1603.46 s]
/proc/loadavg: 2.04 2.01 2.00 4/87 22064
/proc/meminfo: memFree=1714440/2055920 swapFree=4191880/4192956
[pid=22063] ppid=22061 vsize=6236 CPUtime=1588.81
/proc/22063/stat : 22063 (VALCSP) R 22061 22063 21576 0 -1 4194304 1306 0 0 0 158867 14 0 0 25 0 1 0 184055662 6385664 1284 18446744073709551615 134512640 134548440 4294956720 18446744073709551615 134524683 0 0 4096 0 0 0 0 17 1 0 0
/proc/22063/statm: 1559 1284 65 8 0 1231 0
Current children cumulated CPU time (s) 1588.81
Current children cumulated vsize (KiB) 6236

[startup+1663.49 s]
/proc/loadavg: 2.01 2.01 2.00 3/87 22064
/proc/meminfo: memFree=1714312/2055920 swapFree=4191880/4192956
[pid=22063] ppid=22061 vsize=6236 CPUtime=1648.29
/proc/22063/stat : 22063 (VALCSP) R 22061 22063 21576 0 -1 4194304 1306 0 0 0 164815 14 0 0 25 0 1 0 184055662 6385664 1284 18446744073709551615 134512640 134548440 4294956720 18446744073709551615 134521826 0 0 4096 0 0 0 0 17 1 0 0
/proc/22063/statm: 1559 1284 65 8 0 1231 0
Current children cumulated CPU time (s) 1648.29
Current children cumulated vsize (KiB) 6236

[startup+1723.53 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 22064
/proc/meminfo: memFree=1714312/2055920 swapFree=4191880/4192956
[pid=22063] ppid=22061 vsize=6236 CPUtime=1707.79
/proc/22063/stat : 22063 (VALCSP) R 22061 22063 21576 0 -1 4194304 1306 0 0 0 170764 15 0 0 25 0 1 0 184055662 6385664 1284 18446744073709551615 134512640 134548440 4294956720 18446744073709551615 134524787 0 0 4096 0 0 0 0 17 1 0 0
/proc/22063/statm: 1559 1284 65 8 0 1231 0
Current children cumulated CPU time (s) 1707.79
Current children cumulated vsize (KiB) 6236

[startup+1783.54 s]
/proc/loadavg: 1.92 1.98 1.99 4/95 22127
/proc/meminfo: memFree=1762368/2055920 swapFree=4191880/4192956
[pid=22063] ppid=22061 vsize=6236 CPUtime=1767.27
/proc/22063/stat : 22063 (VALCSP) R 22061 22063 21576 0 -1 4194304 1306 0 0 0 176711 16 0 0 25 0 1 0 184055662 6385664 1284 18446744073709551615 134512640 134548440 4294956720 18446744073709551615 134517193 0 0 4096 0 0 0 0 17 0 0 0
/proc/22063/statm: 1559 1284 65 8 0 1231 0
Current children cumulated CPU time (s) 1767.27
Current children cumulated vsize (KiB) 6236



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.5 s]
/proc/loadavg: 2.08 2.02 2.00 3/95 22127
/proc/meminfo: memFree=1585920/2055920 swapFree=4191880/4192956
[pid=22063] ppid=22061 vsize=6236 CPUtime=1800.1
/proc/22063/stat : 22063 (VALCSP) R 22061 22063 21576 0 -1 4194304 1306 0 0 0 179994 16 0 0 25 0 1 0 184055662 6385664 1284 18446744073709551615 134512640 134548440 4294956720 18446744073709551615 134524608 0 0 4096 0 0 0 0 17 0 0 0
/proc/22063/statm: 1559 1284 65 8 0 1231 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 6236

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1816.51
CPU time (s): 1800.11
CPU user time (s): 1799.94
CPU system time (s): 0.164974
CPU usage (%): 99.0967
Max. virtual memory (cumulated for all children) (KiB): 6236

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

runsolver used 2.21266 s user time and 5.85511 s system time

The end

Launcher Data (download as text)

Begin job on node9 on Tue Jan  9 15:30:05 UTC 2007


IDJOB= 238571
IDBENCH= 7009
FILE ID= node9/238571-1168356605

PBS_JOBID= 3503716

Free space on /tmp= 66545 MiB

BENCH NAME= HOME/pub/bench/CPAI06/blackHole/BH-4-7/BlackHole-4-7-h-7_ext.xml
COMMAND LINE= /tmp/evaluation/238571-1168356605/VALCSP /tmp/evaluation/238571-1168356605/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node9/watcher-238571-1168356605 -o ROOT/results/node9/solver-238571-1168356605 -C 1800 -M 900  /tmp/evaluation/238571-1168356605/VALCSP /tmp/evaluation/238571-1168356605/unknown.xml

META MD5SUM SOLVER= 6fc756be3a7e45a17a81a19ce431bc48
MD5SUM BENCH=  cfdbf0bf28850a1803f64cc72d52db68

RANDOM SEED= 116070460

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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.231
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.231
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:       1769320 kB
Buffers:         25548 kB
Cached:         133028 kB
SwapCached:        408 kB
Active:         162236 kB
Inactive:        80020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1769320 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            4164 kB
Writeback:           0 kB
Mapped:          96368 kB
Slab:            29084 kB
Committed_AS:  5505104 kB
PageTables:       2364 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= 66546 MiB



End job on node9 on Tue Jan  9 16:00:22 UTC 2007