Trace number 196362

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
BPrologCSPSolver70a 2006-12-13? (TO) 1800.11 1816.88

General information on the benchmark

Namerandom/rand-3-24-24/
rand-3-24-24-76-632-10_ext.xml
MD5SUM3f9b8298c383f679f7ce2538272a55d3
Bench CategoryN-ARY-EXT (n-ary 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 variables24
Number of constraints76
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension76
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/196362-1168122648/unknown)

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/node25/watcher-196362-1168122648 -o ROOT/results/node25/solver-196362-1168122648 -C 1800 -M 900 /tmp/evaluation/196362-1168122648/Complete/Ordinary/solver /tmp/evaluation/196362-1168122648/unknown 1800 

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: 1.90 2.09 2.16 6/86 13430
/proc/meminfo: memFree=1532848/2055920 swapFree=4192812/4192956
[pid=13429] ppid=13427 vsize=18540 CPUtime=0
/proc/13429/stat : 13429 (runsolver) R 13427 13429 12312 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 160658471 18984960 279 18446744073709551615 4194304 4267372 548682069056 18446744073709551615 215781797159 0 0 4096 24578 0 0 0 17 1 0 0
/proc/13429/statm: 4635 279 244 17 0 2626 0

[startup+0.108744 s]
/proc/loadavg: 1.90 2.09 2.16 6/86 13430
/proc/meminfo: memFree=1532848/2055920 swapFree=4192812/4192956
[pid=13429] ppid=13427 vsize=61640 CPUtime=0.09
/proc/13429/stat : 13429 (bprolog) R 13427 13429 12312 0 -1 4194304 1999 0 0 0 9 0 0 0 21 0 1 0 160658471 63119360 1715 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134691967 0 0 4096 2 0 0 0 17 1 0 0
/proc/13429/statm: 15410 1715 158 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.520814 s]
/proc/loadavg: 1.90 2.09 2.16 6/86 13430
/proc/meminfo: memFree=1532848/2055920 swapFree=4192812/4192956
[pid=13429] ppid=13427 vsize=61640 CPUtime=0.5
/proc/13429/stat : 13429 (bprolog) R 13427 13429 12312 0 -1 4194304 7959 0 0 0 47 3 0 0 25 0 1 0 160658471 63119360 7675 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550468 0 0 4096 2 0 0 0 17 1 0 0
/proc/13429/statm: 15410 7675 158 90 0 14948 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61640

[startup+1.34295 s]
/proc/loadavg: 1.90 2.09 2.16 3/86 13430
/proc/meminfo: memFree=1458224/2055920 swapFree=4192812/4192956
[pid=13429] ppid=13427 vsize=136228 CPUtime=1.31
/proc/13429/stat : 13429 (bprolog) R 13427 13429 12312 0 -1 4194304 19048 0 0 0 124 7 0 0 25 0 1 0 160658471 139497472 18764 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/13429/statm: 34057 18764 158 90 0 33595 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 136228

[startup+2.98023 s]
/proc/loadavg: 1.91 2.08 2.16 3/86 13430
/proc/meminfo: memFree=1487536/2055920 swapFree=4192812/4192956
[pid=13429] ppid=13427 vsize=101068 CPUtime=2.94
/proc/13429/stat : 13429 (bprolog) R 13427 13429 12312 0 -1 4194304 21548 0 0 0 285 9 0 0 25 0 1 0 160658471 103493632 12700 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555972 0 0 4096 2 0 0 0 17 1 0 0
/proc/13429/statm: 25267 12700 158 90 0 24805 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 101068

[startup+6.26679 s]
/proc/loadavg: 1.91 2.08 2.16 3/86 13430
/proc/meminfo: memFree=1438832/2055920 swapFree=4192812/4192956
[pid=13429] ppid=13427 vsize=129612 CPUtime=6.2
/proc/13429/stat : 13429 (bprolog) R 13427 13429 12312 0 -1 4194304 52266 0 0 0 598 22 0 0 25 0 1 0 160658471 132722688 23974 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859033 0 0 4096 2 0 0 0 17 1 0 0
/proc/13429/statm: 32403 23974 158 90 0 31941 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 129612

[startup+12.7319 s]
/proc/loadavg: 1.92 2.08 2.16 3/86 13430
/proc/meminfo: memFree=1427632/2055920 swapFree=4192812/4192956
[pid=13429] ppid=13427 vsize=130232 CPUtime=12.6
/proc/13429/stat : 13429 (bprolog) R 13427 13429 12312 0 -1 4194304 85867 0 0 0 1222 38 0 0 25 0 1 0 160658471 133357568 26399 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858969 0 0 4096 2 0 0 0 17 1 0 0
/proc/13429/statm: 32558 26399 158 90 0 32096 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 130232

[startup+25.5571 s]
/proc/loadavg: 1.94 2.08 2.16 3/86 13430
/proc/meminfo: memFree=1426096/2055920 swapFree=4192812/4192956
[pid=13429] ppid=13427 vsize=130332 CPUtime=25.31
/proc/13429/stat : 13429 (bprolog) R 13427 13429 12312 0 -1 4194304 148810 0 0 0 2462 69 0 0 25 0 1 0 160658471 133459968 26797 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134857338 0 0 4096 2 0 0 0 17 1 0 0
/proc/13429/statm: 32583 26797 158 90 0 32121 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 130332

[startup+51.2164 s]
/proc/loadavg: 1.96 2.07 2.15 3/86 13430
/proc/meminfo: memFree=1308976/2055920 swapFree=4192812/4192956
[pid=13429] ppid=13427 vsize=298176 CPUtime=50.74
/proc/13429/stat : 13429 (bprolog) R 13427 13429 12312 0 -1 4194304 279407 0 0 0 4945 129 0 0 25 0 1 0 160658471 305332224 56028 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/13429/statm: 74544 56028 158 90 0 74082 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 298176

[startup+102.439 s]
/proc/loadavg: 1.98 2.06 2.14 3/87 13431
/proc/meminfo: memFree=1282984/2055920 swapFree=4192812/4192956
[pid=13429] ppid=13427 vsize=310040 CPUtime=101.49
/proc/13429/stat : 13429 (bprolog) R 13427 13429 12312 0 -1 4194304 329722 0 0 0 9998 151 0 0 25 0 2 0 160658471 317480960 62513 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134613348 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13429/statm: 77510 62513 170 90 0 77048 0
[pid=13429/tid=13431] ppid=13427 vsize=310040 CPUtime=0
/proc/13429/task/13431/stat : 13431 (bprolog) S 13427 13429 12312 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160664788 317480960 62513 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.49
Current children cumulated vsize (KiB) 310040

[startup+162.486 s]
/proc/loadavg: 1.99 2.04 2.13 3/87 13431
/proc/meminfo: memFree=1282984/2055920 swapFree=4192812/4192956
[pid=13429] ppid=13427 vsize=310040 CPUtime=160.99
/proc/13429/stat : 13429 (bprolog) R 13427 13429 12312 0 -1 4194304 329722 0 0 0 15947 152 0 0 25 0 2 0 160658471 317480960 62513 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13429/statm: 77510 62513 170 90 0 77048 0
[pid=13429/tid=13431] ppid=13427 vsize=310040 CPUtime=0
/proc/13429/task/13431/stat : 13431 (bprolog) S 13427 13429 12312 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160664788 317480960 62513 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 160.99
Current children cumulated vsize (KiB) 310040

[startup+222.54 s]
/proc/loadavg: 2.06 2.05 2.12 3/87 13431
/proc/meminfo: memFree=1283048/2055920 swapFree=4192812/4192956
[pid=13429] ppid=13427 vsize=310040 CPUtime=220.49
/proc/13429/stat : 13429 (bprolog) R 13427 13429 12312 0 -1 4194304 333846 0 0 0 21895 154 0 0 25 0 2 0 160658471 317480960 62513 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670293 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13429/statm: 77510 62513 170 90 0 77048 0
[pid=13429/tid=13431] ppid=13427 vsize=310040 CPUtime=0
/proc/13429/task/13431/stat : 13431 (bprolog) S 13427 13429 12312 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160664788 317480960 62513 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.49
Current children cumulated vsize (KiB) 310040

[startup+282.593 s]
/proc/loadavg: 2.02 2.04 2.11 3/87 13431
/proc/meminfo: memFree=1283048/2055920 swapFree=4192812/4192956
[pid=13429] ppid=13427 vsize=310040 CPUtime=279.99
/proc/13429/stat : 13429 (bprolog) R 13427 13429 12312 0 -1 4194304 337970 0 0 0 27842 157 0 0 25 0 2 0 160658471 317480960 62513 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580219 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13429/statm: 77510 62513 170 90 0 77048 0
[pid=13429/tid=13431] ppid=13427 vsize=310040 CPUtime=0
/proc/13429/task/13431/stat : 13431 (bprolog) S 13427 13429 12312 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160664788 317480960 62513 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 279.99
Current children cumulated vsize (KiB) 310040

[startup+342.652 s]
/proc/loadavg: 2.04 2.04 2.11 3/87 13431
/proc/meminfo: memFree=1282984/2055920 swapFree=4192812/4192956
[pid=13429] ppid=13427 vsize=310040 CPUtime=339.49
/proc/13429/stat : 13429 (bprolog) R 13427 13429 12312 0 -1 4194304 337972 0 0 0 33792 157 0 0 25 0 2 0 160658471 317480960 62515 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711880 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13429/statm: 77510 62515 170 90 0 77048 0
[pid=13429/tid=13431] ppid=13427 vsize=310040 CPUtime=0
/proc/13429/task/13431/stat : 13431 (bprolog) S 13427 13429 12312 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160664788 317480960 62515 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 339.49
Current children cumulated vsize (KiB) 310040

[startup+402.693 s]
/proc/loadavg: 2.01 2.03 2.09 3/87 13431
/proc/meminfo: memFree=1282984/2055920 swapFree=4192812/4192956
[pid=13429] ppid=13427 vsize=310040 CPUtime=398.99
/proc/13429/stat : 13429 (bprolog) R 13427 13429 12312 0 -1 4194304 342096 0 0 0 39739 160 0 0 25 0 2 0 160658471 317480960 62515 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711375 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13429/statm: 77510 62515 170 90 0 77048 0
[pid=13429/tid=13431] ppid=13427 vsize=310040 CPUtime=0
/proc/13429/task/13431/stat : 13431 (bprolog) S 13427 13429 12312 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160664788 317480960 62515 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 398.99
Current children cumulated vsize (KiB) 310040

[startup+462.748 s]
/proc/loadavg: 2.11 2.05 2.09 3/87 13431
/proc/meminfo: memFree=1282984/2055920 swapFree=4192812/4192956
[pid=13429] ppid=13427 vsize=310040 CPUtime=458.5
/proc/13429/stat : 13429 (bprolog) R 13427 13429 12312 0 -1 4194304 342096 0 0 0 45690 160 0 0 25 0 2 0 160658471 317480960 62515 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711641 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13429/statm: 77510 62515 170 90 0 77048 0
[pid=13429/tid=13431] ppid=13427 vsize=310040 CPUtime=0
/proc/13429/task/13431/stat : 13431 (bprolog) S 13427 13429 12312 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160664788 317480960 62515 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 458.5
Current children cumulated vsize (KiB) 310040

[startup+522.793 s]
/proc/loadavg: 2.04 2.04 2.09 3/87 13431
/proc/meminfo: memFree=1282984/2055920 swapFree=4192812/4192956
[pid=13429] ppid=13427 vsize=310040 CPUtime=518
/proc/13429/stat : 13429 (bprolog) R 13427 13429 12312 0 -1 4194304 342096 0 0 0 51639 161 0 0 25 0 2 0 160658471 317480960 62515 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670315 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13429/statm: 77510 62515 170 90 0 77048 0
[pid=13429/tid=13431] ppid=13427 vsize=310040 CPUtime=0
/proc/13429/task/13431/stat : 13431 (bprolog) S 13427 13429 12312 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160664788 317480960 62515 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 518
Current children cumulated vsize (KiB) 310040

[startup+582.852 s]
/proc/loadavg: 2.01 2.03 2.08 3/87 13431
/proc/meminfo: memFree=1282984/2055920 swapFree=4192812/4192956
[pid=13429] ppid=13427 vsize=310040 CPUtime=577.5
/proc/13429/stat : 13429 (bprolog) R 13427 13429 12312 0 -1 4194304 342096 0 0 0 57589 161 0 0 25 0 2 0 160658471 317480960 62515 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670686 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13429/statm: 77510 62515 170 90 0 77048 0
[pid=13429/tid=13431] ppid=13427 vsize=310040 CPUtime=0
/proc/13429/task/13431/stat : 13431 (bprolog) S 13427 13429 12312 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160664788 317480960 62515 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 577.5
Current children cumulated vsize (KiB) 310040

[startup+642.903 s]
/proc/loadavg: 2.05 2.04 2.08 3/87 13431
/proc/meminfo: memFree=1283048/2055920 swapFree=4192812/4192956
[pid=13429] ppid=13427 vsize=310040 CPUtime=637
/proc/13429/stat : 13429 (bprolog) R 13427 13429 12312 0 -1 4194304 342096 0 0 0 63538 162 0 0 25 0 2 0 160658471 317480960 62515 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13429/statm: 77510 62515 170 90 0 77048 0
[pid=13429/tid=13431] ppid=13427 vsize=310040 CPUtime=0
/proc/13429/task/13431/stat : 13431 (bprolog) S 13427 13429 12312 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160664788 317480960 62515 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 637
Current children cumulated vsize (KiB) 310040

[startup+702.953 s]
/proc/loadavg: 2.05 2.04 2.08 3/87 13431

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

[pid=13429/tid=13432] ppid=13427 vsize=320284 CPUtime=0
/proc/13429/task/13432/stat : 13432 (bprolog) S 13427 13429 12312 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160754802 327970816 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1172.61
Current children cumulated vsize (KiB) 320284

[startup+1243.54 s]
/proc/loadavg: 2.01 2.00 2.03 3/88 13432
/proc/meminfo: memFree=1282976/2055920 swapFree=4192812/4192956
[pid=13429] ppid=13427 vsize=320284 CPUtime=1232.14
/proc/13429/stat : 13429 (bprolog) R 13427 13429 12312 0 -1 4194304 350345 0 0 0 123044 170 0 0 25 0 3 0 160658471 327970816 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134609474 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13429/statm: 80071 62516 170 90 0 79609 0
[pid=13429/tid=13431] ppid=13427 vsize=320284 CPUtime=0
/proc/13429/task/13431/stat : 13431 (bprolog) S 13427 13429 12312 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 160664788 327970816 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=13429/tid=13432] ppid=13427 vsize=320284 CPUtime=0
/proc/13429/task/13432/stat : 13432 (bprolog) S 13427 13429 12312 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160754802 327970816 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1232.14
Current children cumulated vsize (KiB) 320284

[startup+1303.61 s]
/proc/loadavg: 2.00 2.00 2.03 3/88 13432
/proc/meminfo: memFree=1282976/2055920 swapFree=4192812/4192956
[pid=13429] ppid=13427 vsize=320284 CPUtime=1291.67
/proc/13429/stat : 13429 (bprolog) R 13427 13429 12312 0 -1 4194304 350345 0 0 0 128996 171 0 0 25 0 3 0 160658471 327970816 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670359 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13429/statm: 80071 62516 170 90 0 79609 0
[pid=13429/tid=13431] ppid=13427 vsize=320284 CPUtime=0
/proc/13429/task/13431/stat : 13431 (bprolog) S 13427 13429 12312 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 160664788 327970816 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=13429/tid=13432] ppid=13427 vsize=320284 CPUtime=0
/proc/13429/task/13432/stat : 13432 (bprolog) S 13427 13429 12312 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160754802 327970816 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1291.67
Current children cumulated vsize (KiB) 320284

[startup+1363.69 s]
/proc/loadavg: 2.00 2.00 2.02 3/88 13432
/proc/meminfo: memFree=1282976/2055920 swapFree=4192812/4192956
[pid=13429] ppid=13427 vsize=320284 CPUtime=1351.2
/proc/13429/stat : 13429 (bprolog) R 13427 13429 12312 0 -1 4194304 350345 0 0 0 134949 171 0 0 25 0 3 0 160658471 327970816 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639223 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13429/statm: 80071 62516 170 90 0 79609 0
[pid=13429/tid=13431] ppid=13427 vsize=320284 CPUtime=0
/proc/13429/task/13431/stat : 13431 (bprolog) S 13427 13429 12312 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 160664788 327970816 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=13429/tid=13432] ppid=13427 vsize=320284 CPUtime=0
/proc/13429/task/13432/stat : 13432 (bprolog) S 13427 13429 12312 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160754802 327970816 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1351.2
Current children cumulated vsize (KiB) 320284

[startup+1423.77 s]
/proc/loadavg: 2.00 2.00 2.01 3/89 13433
/proc/meminfo: memFree=1282904/2055920 swapFree=4192812/4192956
[pid=13429] ppid=13427 vsize=330528 CPUtime=1410.74
/proc/13429/stat : 13429 (bprolog) R 13427 13429 12312 0 -1 4194304 350346 0 0 0 140902 172 0 0 25 0 4 0 160658471 338460672 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557005 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13429/statm: 82632 62517 170 90 0 82170 0
[pid=13429/tid=13431] ppid=13427 vsize=330528 CPUtime=0
/proc/13429/task/13431/stat : 13431 (bprolog) S 13427 13429 12312 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160664788 338460672 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=13429/tid=13432] ppid=13427 vsize=330528 CPUtime=0
/proc/13429/task/13432/stat : 13432 (bprolog) S 13427 13429 12312 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160754802 338460672 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=13429/tid=13433] ppid=13427 vsize=330528 CPUtime=0
/proc/13429/task/13433/stat : 13433 (bprolog) S 13427 13429 12312 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160799808 338460672 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1410.74
Current children cumulated vsize (KiB) 330528

[startup+1483.78 s]
/proc/loadavg: 2.00 2.00 2.01 3/89 13433
/proc/meminfo: memFree=1282904/2055920 swapFree=4192812/4192956
[pid=13429] ppid=13427 vsize=330528 CPUtime=1470.19
/proc/13429/stat : 13429 (bprolog) R 13427 13429 12312 0 -1 4194304 350346 0 0 0 146847 172 0 0 25 0 4 0 160658471 338460672 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589314 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13429/statm: 82632 62517 170 90 0 82170 0
[pid=13429/tid=13431] ppid=13427 vsize=330528 CPUtime=0
/proc/13429/task/13431/stat : 13431 (bprolog) S 13427 13429 12312 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160664788 338460672 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=13429/tid=13432] ppid=13427 vsize=330528 CPUtime=0
/proc/13429/task/13432/stat : 13432 (bprolog) S 13427 13429 12312 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160754802 338460672 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=13429/tid=13433] ppid=13427 vsize=330528 CPUtime=0
/proc/13429/task/13433/stat : 13433 (bprolog) S 13427 13429 12312 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160799808 338460672 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1470.19
Current children cumulated vsize (KiB) 330528

[startup+1543.78 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 13433
/proc/meminfo: memFree=1282904/2055920 swapFree=4192812/4192956
[pid=13429] ppid=13427 vsize=330528 CPUtime=1529.65
/proc/13429/stat : 13429 (bprolog) R 13427 13429 12312 0 -1 4194304 350346 0 0 0 152792 173 0 0 25 0 4 0 160658471 338460672 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664615 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13429/statm: 82632 62517 170 90 0 82170 0
[pid=13429/tid=13431] ppid=13427 vsize=330528 CPUtime=0
/proc/13429/task/13431/stat : 13431 (bprolog) S 13427 13429 12312 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160664788 338460672 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=13429/tid=13432] ppid=13427 vsize=330528 CPUtime=0
/proc/13429/task/13432/stat : 13432 (bprolog) S 13427 13429 12312 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160754802 338460672 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=13429/tid=13433] ppid=13427 vsize=330528 CPUtime=0
/proc/13429/task/13433/stat : 13433 (bprolog) S 13427 13429 12312 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160799808 338460672 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1529.65
Current children cumulated vsize (KiB) 330528

[startup+1603.78 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 13433
/proc/meminfo: memFree=1282904/2055920 swapFree=4192812/4192956
[pid=13429] ppid=13427 vsize=330528 CPUtime=1589.1
/proc/13429/stat : 13429 (bprolog) R 13427 13429 12312 0 -1 4194304 350346 0 0 0 158737 173 0 0 25 0 4 0 160658471 338460672 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552086 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13429/statm: 82632 62517 170 90 0 82170 0
[pid=13429/tid=13431] ppid=13427 vsize=330528 CPUtime=0
/proc/13429/task/13431/stat : 13431 (bprolog) S 13427 13429 12312 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160664788 338460672 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=13429/tid=13432] ppid=13427 vsize=330528 CPUtime=0
/proc/13429/task/13432/stat : 13432 (bprolog) S 13427 13429 12312 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160754802 338460672 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=13429/tid=13433] ppid=13427 vsize=330528 CPUtime=0
/proc/13429/task/13433/stat : 13433 (bprolog) S 13427 13429 12312 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160799808 338460672 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1589.1
Current children cumulated vsize (KiB) 330528

[startup+1663.79 s]
/proc/loadavg: 2.08 2.02 2.01 3/89 13433
/proc/meminfo: memFree=1282904/2055920 swapFree=4192812/4192956
[pid=13429] ppid=13427 vsize=330528 CPUtime=1648.56
/proc/13429/stat : 13429 (bprolog) R 13427 13429 12312 0 -1 4194304 350346 0 0 0 164682 174 0 0 25 0 4 0 160658471 338460672 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552336 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13429/statm: 82632 62517 170 90 0 82170 0
[pid=13429/tid=13431] ppid=13427 vsize=330528 CPUtime=0
/proc/13429/task/13431/stat : 13431 (bprolog) S 13427 13429 12312 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160664788 338460672 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=13429/tid=13432] ppid=13427 vsize=330528 CPUtime=0
/proc/13429/task/13432/stat : 13432 (bprolog) S 13427 13429 12312 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160754802 338460672 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=13429/tid=13433] ppid=13427 vsize=330528 CPUtime=0
/proc/13429/task/13433/stat : 13433 (bprolog) S 13427 13429 12312 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160799808 338460672 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1648.56
Current children cumulated vsize (KiB) 330528

[startup+1723.8 s]
/proc/loadavg: 2.03 2.01 2.00 3/89 13433
/proc/meminfo: memFree=1282904/2055920 swapFree=4192812/4192956
[pid=13429] ppid=13427 vsize=330528 CPUtime=1708.01
/proc/13429/stat : 13429 (bprolog) R 13427 13429 12312 0 -1 4194304 350346 0 0 0 170627 174 0 0 25 0 4 0 160658471 338460672 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13429/statm: 82632 62517 170 90 0 82170 0
[pid=13429/tid=13431] ppid=13427 vsize=330528 CPUtime=0
/proc/13429/task/13431/stat : 13431 (bprolog) S 13427 13429 12312 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160664788 338460672 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=13429/tid=13432] ppid=13427 vsize=330528 CPUtime=0
/proc/13429/task/13432/stat : 13432 (bprolog) S 13427 13429 12312 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160754802 338460672 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=13429/tid=13433] ppid=13427 vsize=330528 CPUtime=0
/proc/13429/task/13433/stat : 13433 (bprolog) S 13427 13429 12312 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160799808 338460672 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1708.01
Current children cumulated vsize (KiB) 330528

[startup+1783.82 s]
/proc/loadavg: 1.93 1.99 1.99 3/100 13485
/proc/meminfo: memFree=1144568/2055920 swapFree=4192812/4192956
[pid=13429] ppid=13427 vsize=330528 CPUtime=1767.4
/proc/13429/stat : 13429 (bprolog) R 13427 13429 12312 0 -1 4194304 350346 0 0 0 176564 176 0 0 25 0 4 0 160658471 338460672 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580323 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13429/statm: 82632 62517 170 90 0 82170 0
[pid=13429/tid=13431] ppid=13427 vsize=330528 CPUtime=0
/proc/13429/task/13431/stat : 13431 (bprolog) S 13427 13429 12312 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160664788 338460672 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=13429/tid=13432] ppid=13427 vsize=330528 CPUtime=0
/proc/13429/task/13432/stat : 13432 (bprolog) S 13427 13429 12312 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160754802 338460672 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=13429/tid=13433] ppid=13427 vsize=330528 CPUtime=0
/proc/13429/task/13433/stat : 13433 (bprolog) S 13427 13429 12312 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160799808 338460672 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1767.4
Current children cumulated vsize (KiB) 330528



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.83 s]
/proc/loadavg: 2.09 2.02 2.00 3/106 13567
/proc/meminfo: memFree=827272/2055920 swapFree=4192812/4192956
[pid=13429] ppid=13427 vsize=330528 CPUtime=1800.05
/proc/13429/stat : 13429 (bprolog) R 13427 13429 12312 0 -1 4194304 350346 0 0 0 179828 177 0 0 25 0 4 0 160658471 338460672 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639048 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/13429/statm: 82632 62517 170 90 0 82170 0
[pid=13429/tid=13431] ppid=13427 vsize=330528 CPUtime=0
/proc/13429/task/13431/stat : 13431 (bprolog) S 13427 13429 12312 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160664788 338460672 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=13429/tid=13432] ppid=13427 vsize=330528 CPUtime=0
/proc/13429/task/13432/stat : 13432 (bprolog) S 13427 13429 12312 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160754802 338460672 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=13429/tid=13433] ppid=13427 vsize=330528 CPUtime=0
/proc/13429/task/13433/stat : 13433 (bprolog) S 13427 13429 12312 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160799808 338460672 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 330528

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1816.88
CPU time (s): 1800.11
CPU user time (s): 1798.29
CPU system time (s): 1.81272
CPU usage (%): 99.0768
Max. virtual memory (cumulated for all children) (KiB): 330528

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

runsolver used 2.6226 s user time and 5.42417 s system time

The end

Launcher Data (download as text)

Begin job on node25 on Sat Jan  6 22:30:48 UTC 2007


IDJOB= 196362
IDBENCH= 3346
FILE ID= node25/196362-1168122648

PBS_JOBID= 3477446

Free space on /tmp= 66542 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-3-24-24/rand-3-24-24-76-632-10_ext.xml
COMMAND LINE= /tmp/evaluation/196362-1168122648/Complete/Ordinary/solver /tmp/evaluation/196362-1168122648/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node25/convwatcher-196362-1168122648 -o ROOT/results/node25/conversion-196362-1168122648 -C 600 -M 900 /tmp/evaluation/196362-1168122648/Complete/Ordinary/conversion /tmp/evaluation/196362-1168122648/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node25/watcher-196362-1168122648 -o ROOT/results/node25/solver-196362-1168122648 -C 1800 -M 900  /tmp/evaluation/196362-1168122648/Complete/Ordinary/solver /tmp/evaluation/196362-1168122648/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  3f9b8298c383f679f7ce2538272a55d3

RANDOM SEED= 52256048

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.279
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.279
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:       1533328 kB
Buffers:         52156 kB
Cached:         340136 kB
SwapCached:          0 kB
Active:         163456 kB
Inactive:       286680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1533328 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           13700 kB
Writeback:           0 kB
Mapped:          80260 kB
Slab:            57148 kB
Committed_AS:  3087480 kB
PageTables:       2280 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= 66540 MiB



End job on node25 on Sat Jan  6 23:01:18 UTC 2007