Trace number 195907

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.09 1806.65

General information on the benchmark

Namerandom/rand-3-24-24/
rand-3-24-24-76-632-40_ext.xml
MD5SUM2935e3d0ce040fb7a21269106e8b439b
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 constraints75
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension75
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/195907-1168116110/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/node18/watcher-195907-1168116110 -o ROOT/results/node18/solver-195907-1168116110 -C 1800 -M 900 /tmp/evaluation/195907-1168116110/Complete/Ordinary/solver /tmp/evaluation/195907-1168116110/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: 2.00 2.01 2.00 4/94 4578
/proc/meminfo: memFree=1740800/2055920 swapFree=4192812/4192956
[pid=4577] ppid=4575 vsize=18540 CPUtime=0
/proc/4577/stat : 4577 (runsolver) R 4575 4577 3334 0 -1 4194368 16 0 0 0 0 0 0 0 22 0 1 0 160006895 18984960 280 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 227848809767 0 0 4096 24578 0 0 0 17 1 0 0
/proc/4577/statm: 4635 280 244 17 0 2626 0

[startup+0.108501 s]
/proc/loadavg: 2.00 2.01 2.00 4/94 4578
/proc/meminfo: memFree=1740800/2055920 swapFree=4192812/4192956
[pid=4577] ppid=4575 vsize=61640 CPUtime=0.09
/proc/4577/stat : 4577 (bprolog) R 4575 4577 3334 0 -1 4194304 1988 0 0 0 9 0 0 0 22 0 1 0 160006895 63119360 1704 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134691853 0 0 4096 2 0 0 0 17 1 0 0
/proc/4577/statm: 15410 1704 158 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.516539 s]
/proc/loadavg: 2.00 2.01 2.00 4/94 4578
/proc/meminfo: memFree=1740800/2055920 swapFree=4192812/4192956
[pid=4577] ppid=4575 vsize=61640 CPUtime=0.5
/proc/4577/stat : 4577 (bprolog) R 4575 4577 3334 0 -1 4194304 7740 0 0 0 47 3 0 0 25 0 1 0 160006895 63119360 7456 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134568490 0 0 4096 2 0 0 0 17 1 0 0
/proc/4577/statm: 15410 7456 158 90 0 14948 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61640

[startup+1.33761 s]
/proc/loadavg: 2.00 2.01 2.00 3/94 4578
/proc/meminfo: memFree=1666176/2055920 swapFree=4192812/4192956
[pid=4577] ppid=4575 vsize=136228 CPUtime=1.31
/proc/4577/stat : 4577 (bprolog) R 4575 4577 3334 0 -1 4194304 19048 0 0 0 125 6 0 0 25 0 1 0 160006895 139497472 18764 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134865061 0 0 4096 2 0 0 0 17 1 0 0
/proc/4577/statm: 34057 18764 158 90 0 33595 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 136228

[startup+2.98077 s]
/proc/loadavg: 2.00 2.01 2.00 3/94 4578
/proc/meminfo: memFree=1696256/2055920 swapFree=4192812/4192956
[pid=4577] ppid=4575 vsize=101068 CPUtime=2.94
/proc/4577/stat : 4577 (bprolog) R 4575 4577 3334 0 -1 4194304 21392 0 0 0 286 8 0 0 25 0 1 0 160006895 103493632 12544 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134564105 0 0 4096 2 0 0 0 17 1 0 0
/proc/4577/statm: 25267 12544 158 90 0 24805 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 101068

[startup+6.26109 s]
/proc/loadavg: 2.00 2.01 2.00 3/94 4578
/proc/meminfo: memFree=1646336/2055920 swapFree=4192812/4192956
[pid=4577] ppid=4575 vsize=130760 CPUtime=6.19
/proc/4577/stat : 4577 (bprolog) R 4575 4577 3334 0 -1 4194304 51875 0 0 0 598 21 0 0 25 0 1 0 160006895 133898240 24129 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/4577/statm: 32690 24129 158 90 0 32228 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 130760

[startup+12.7574 s]
/proc/loadavg: 2.00 2.01 2.00 3/94 4578
/proc/meminfo: memFree=1634816/2055920 swapFree=4192812/4192956
[pid=4577] ppid=4575 vsize=131404 CPUtime=12.62
/proc/4577/stat : 4577 (bprolog) R 4575 4577 3334 0 -1 4194304 85525 0 0 0 1225 37 0 0 25 0 1 0 160006895 134557696 26650 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858988 0 0 4096 2 0 0 0 17 1 0 0
/proc/4577/statm: 32851 26650 158 90 0 32389 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 131404

[startup+25.6275 s]
/proc/loadavg: 2.00 2.01 2.00 3/94 4578
/proc/meminfo: memFree=1633024/2055920 swapFree=4192812/4192956
[pid=4577] ppid=4575 vsize=131504 CPUtime=25.38
/proc/4577/stat : 4577 (bprolog) R 4575 4577 3334 0 -1 4194304 144162 0 0 0 2472 66 0 0 25 0 1 0 160006895 134660096 27065 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134865594 0 0 4096 2 0 0 0 17 1 0 0
/proc/4577/statm: 32876 27065 158 90 0 32414 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 131504

[startup+51.285 s]
/proc/loadavg: 2.00 2.01 2.00 3/94 4578
/proc/meminfo: memFree=1527296/2055920 swapFree=4192812/4192956
[pid=4577] ppid=4575 vsize=302124 CPUtime=50.8
/proc/4577/stat : 4577 (bprolog) R 4575 4577 3334 0 -1 4194304 281825 0 0 0 4950 130 0 0 25 0 1 0 160006895 309374976 54832 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134590516 0 0 4096 2 0 0 0 17 1 0 0
/proc/4577/statm: 75531 54832 158 90 0 75069 0
Current children cumulated CPU time (s) 50.8
Current children cumulated vsize (KiB) 302124

[startup+102.486 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 4579
/proc/meminfo: memFree=1491832/2055920 swapFree=4192812/4192956
[pid=4577] ppid=4575 vsize=314480 CPUtime=101.54
/proc/4577/stat : 4577 (bprolog) R 4575 4577 3334 0 -1 4194304 319738 0 0 0 10005 149 0 0 25 0 2 0 160006895 322027520 62281 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134613147 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4577/statm: 78620 62281 170 90 0 78158 0
[pid=4577/tid=4579] ppid=4575 vsize=314480 CPUtime=0
/proc/4577/task/4579/stat : 4579 (bprolog) S 4575 4577 3334 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160013327 322027520 62281 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.54
Current children cumulated vsize (KiB) 314480

[startup+162.539 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 4579
/proc/meminfo: memFree=1491768/2055920 swapFree=4192812/4192956
[pid=4577] ppid=4575 vsize=314480 CPUtime=161.04
/proc/4577/stat : 4577 (bprolog) R 4575 4577 3334 0 -1 4194304 319739 0 0 0 15955 149 0 0 25 0 2 0 160006895 322027520 62282 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134610475 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4577/statm: 78620 62282 170 90 0 78158 0
[pid=4577/tid=4579] ppid=4575 vsize=314480 CPUtime=0
/proc/4577/task/4579/stat : 4579 (bprolog) S 4575 4577 3334 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160013327 322027520 62282 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.04
Current children cumulated vsize (KiB) 314480

[startup+222.573 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 4579
/proc/meminfo: memFree=1491832/2055920 swapFree=4192812/4192956
[pid=4577] ppid=4575 vsize=314480 CPUtime=220.52
/proc/4577/stat : 4577 (bprolog) R 4575 4577 3334 0 -1 4194304 319739 0 0 0 21903 149 0 0 25 0 2 0 160006895 322027520 62282 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670315 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4577/statm: 78620 62282 170 90 0 78158 0
[pid=4577/tid=4579] ppid=4575 vsize=314480 CPUtime=0
/proc/4577/task/4579/stat : 4579 (bprolog) S 4575 4577 3334 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160013327 322027520 62282 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.52
Current children cumulated vsize (KiB) 314480

[startup+282.643 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 4579
/proc/meminfo: memFree=1491768/2055920 swapFree=4192812/4192956
[pid=4577] ppid=4575 vsize=314480 CPUtime=280.05
/proc/4577/stat : 4577 (bprolog) R 4575 4577 3334 0 -1 4194304 319739 0 0 0 27855 150 0 0 25 0 2 0 160006895 322027520 62282 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565258 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4577/statm: 78620 62282 170 90 0 78158 0
[pid=4577/tid=4579] ppid=4575 vsize=314480 CPUtime=0
/proc/4577/task/4579/stat : 4579 (bprolog) S 4575 4577 3334 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160013327 322027520 62282 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.05
Current children cumulated vsize (KiB) 314480

[startup+342.713 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 4579
/proc/meminfo: memFree=1491704/2055920 swapFree=4192812/4192956
[pid=4577] ppid=4575 vsize=314480 CPUtime=339.58
/proc/4577/stat : 4577 (bprolog) R 4575 4577 3334 0 -1 4194304 319739 0 0 0 33807 151 0 0 25 0 2 0 160006895 322027520 62282 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711213 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4577/statm: 78620 62282 170 90 0 78158 0
[pid=4577/tid=4579] ppid=4575 vsize=314480 CPUtime=0
/proc/4577/task/4579/stat : 4579 (bprolog) S 4575 4577 3334 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160013327 322027520 62282 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 339.58
Current children cumulated vsize (KiB) 314480

[startup+402.79 s]
/proc/loadavg: 2.06 2.02 2.00 3/95 4579
/proc/meminfo: memFree=1491704/2055920 swapFree=4192812/4192956
[pid=4577] ppid=4575 vsize=314480 CPUtime=399.1
/proc/4577/stat : 4577 (bprolog) R 4575 4577 3334 0 -1 4194304 319739 0 0 0 39759 151 0 0 25 0 2 0 160006895 322027520 62282 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565693 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4577/statm: 78620 62282 170 90 0 78158 0
[pid=4577/tid=4579] ppid=4575 vsize=314480 CPUtime=0
/proc/4577/task/4579/stat : 4579 (bprolog) S 4575 4577 3334 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160013327 322027520 62282 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 399.1
Current children cumulated vsize (KiB) 314480

[startup+462.862 s]
/proc/loadavg: 2.08 2.03 2.00 3/95 4579
/proc/meminfo: memFree=1491640/2055920 swapFree=4192812/4192956
[pid=4577] ppid=4575 vsize=314480 CPUtime=458.62
/proc/4577/stat : 4577 (bprolog) R 4575 4577 3334 0 -1 4194304 319739 0 0 0 45710 152 0 0 25 0 2 0 160006895 322027520 62282 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639409 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4577/statm: 78620 62282 170 90 0 78158 0
[pid=4577/tid=4579] ppid=4575 vsize=314480 CPUtime=0
/proc/4577/task/4579/stat : 4579 (bprolog) S 4575 4577 3334 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160013327 322027520 62282 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 458.62
Current children cumulated vsize (KiB) 314480

[startup+522.872 s]
/proc/loadavg: 2.03 2.02 2.00 3/95 4579
/proc/meminfo: memFree=1491640/2055920 swapFree=4192812/4192956
[pid=4577] ppid=4575 vsize=314480 CPUtime=518.08
/proc/4577/stat : 4577 (bprolog) R 4575 4577 3334 0 -1 4194304 319739 0 0 0 51656 152 0 0 25 0 2 0 160006895 322027520 62282 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670154 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4577/statm: 78620 62282 170 90 0 78158 0
[pid=4577/tid=4579] ppid=4575 vsize=314480 CPUtime=0
/proc/4577/task/4579/stat : 4579 (bprolog) S 4575 4577 3334 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160013327 322027520 62282 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 518.08
Current children cumulated vsize (KiB) 314480

[startup+582.899 s]
/proc/loadavg: 1.93 2.00 1.99 3/95 4652
/proc/meminfo: memFree=1484216/2055920 swapFree=4192812/4192956
[pid=4577] ppid=4575 vsize=314480 CPUtime=577.63
/proc/4577/stat : 4577 (bprolog) R 4575 4577 3334 0 -1 4194304 319739 0 0 0 57608 155 0 0 25 0 2 0 160006895 322027520 62282 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/4577/statm: 78620 62282 170 90 0 78158 0
[pid=4577/tid=4579] ppid=4575 vsize=314480 CPUtime=0
/proc/4577/task/4579/stat : 4579 (bprolog) S 4575 4577 3334 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160013327 322027520 62282 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 577.63
Current children cumulated vsize (KiB) 314480

[startup+642.93 s]
/proc/loadavg: 1.97 2.00 1.99 3/95 4652
/proc/meminfo: memFree=1484408/2055920 swapFree=4192812/4192956
[pid=4577] ppid=4575 vsize=314480 CPUtime=637.58
/proc/4577/stat : 4577 (bprolog) R 4575 4577 3334 0 -1 4194304 319739 0 0 0 63603 155 0 0 25 0 2 0 160006895 322027520 62282 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134604258 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/4577/statm: 78620 62282 170 90 0 78158 0
[pid=4577/tid=4579] ppid=4575 vsize=314480 CPUtime=0
/proc/4577/task/4579/stat : 4579 (bprolog) S 4575 4577 3334 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160013327 322027520 62282 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 637.58
Current children cumulated vsize (KiB) 314480

[startup+702.957 s]
/proc/loadavg: 1.99 2.00 1.99 3/95 4652

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

[pid=4577/tid=4653] ppid=4575 vsize=324724 CPUtime=0
/proc/4577/task/4653/stat : 4653 (bprolog) S 4575 4577 3334 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160103339 332517376 62283 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1177.4
Current children cumulated vsize (KiB) 324724

[startup+1243.43 s]
/proc/loadavg: 1.99 2.00 1.99 3/96 4864
/proc/meminfo: memFree=1483760/2055920 swapFree=4192812/4192956
[pid=4577] ppid=4575 vsize=324724 CPUtime=1237.43
/proc/4577/stat : 4577 (bprolog) R 4575 4577 3334 0 -1 4194304 319740 0 0 0 123572 171 0 0 25 0 3 0 160006895 332517376 62283 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134558921 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/4577/statm: 81181 62283 170 90 0 80719 0
[pid=4577/tid=4579] ppid=4575 vsize=324724 CPUtime=0
/proc/4577/task/4579/stat : 4579 (bprolog) S 4575 4577 3334 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 160013327 332517376 62283 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=4577/tid=4653] ppid=4575 vsize=324724 CPUtime=0
/proc/4577/task/4653/stat : 4653 (bprolog) S 4575 4577 3334 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160103339 332517376 62283 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1237.43
Current children cumulated vsize (KiB) 324724

[startup+1303.51 s]
/proc/loadavg: 2.03 2.01 2.00 3/96 4864
/proc/meminfo: memFree=1483760/2055920 swapFree=4192812/4192956
[pid=4577] ppid=4575 vsize=324724 CPUtime=1297.44
/proc/4577/stat : 4577 (bprolog) R 4575 4577 3334 0 -1 4194304 319740 0 0 0 129573 171 0 0 25 0 3 0 160006895 332517376 62283 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580375 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/4577/statm: 81181 62283 170 90 0 80719 0
[pid=4577/tid=4579] ppid=4575 vsize=324724 CPUtime=0
/proc/4577/task/4579/stat : 4579 (bprolog) S 4575 4577 3334 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 160013327 332517376 62283 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=4577/tid=4653] ppid=4575 vsize=324724 CPUtime=0
/proc/4577/task/4653/stat : 4653 (bprolog) S 4575 4577 3334 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160103339 332517376 62283 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1297.44
Current children cumulated vsize (KiB) 324724

[startup+1363.57 s]
/proc/loadavg: 2.09 2.02 2.01 3/96 4864
/proc/meminfo: memFree=1483760/2055920 swapFree=4192812/4192956
[pid=4577] ppid=4575 vsize=324724 CPUtime=1357.43
/proc/4577/stat : 4577 (bprolog) R 4575 4577 3334 0 -1 4194304 319740 0 0 0 135572 171 0 0 25 0 3 0 160006895 332517376 62283 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711664 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/4577/statm: 81181 62283 170 90 0 80719 0
[pid=4577/tid=4579] ppid=4575 vsize=324724 CPUtime=0
/proc/4577/task/4579/stat : 4579 (bprolog) S 4575 4577 3334 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 160013327 332517376 62283 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=4577/tid=4653] ppid=4575 vsize=324724 CPUtime=0
/proc/4577/task/4653/stat : 4653 (bprolog) S 4575 4577 3334 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160103339 332517376 62283 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1357.43
Current children cumulated vsize (KiB) 324724

[startup+1423.64 s]
/proc/loadavg: 2.03 2.02 2.00 3/97 4865
/proc/meminfo: memFree=1483752/2055920 swapFree=4192812/4192956
[pid=4577] ppid=4575 vsize=334968 CPUtime=1417.46
/proc/4577/stat : 4577 (bprolog) R 4575 4577 3334 0 -1 4194304 319741 0 0 0 141574 172 0 0 25 0 4 0 160006895 343007232 62284 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664606 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/4577/statm: 83742 62284 170 90 0 83280 0
[pid=4577/tid=4579] ppid=4575 vsize=334968 CPUtime=0
/proc/4577/task/4579/stat : 4579 (bprolog) S 4575 4577 3334 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160013327 343007232 62284 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=4577/tid=4653] ppid=4575 vsize=334968 CPUtime=0
/proc/4577/task/4653/stat : 4653 (bprolog) S 4575 4577 3334 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160103339 343007232 62284 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=4577/tid=4865] ppid=4575 vsize=334968 CPUtime=0
/proc/4577/task/4865/stat : 4865 (bprolog) S 4575 4577 3334 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160148346 343007232 62284 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1417.46
Current children cumulated vsize (KiB) 334968

[startup+1483.7 s]
/proc/loadavg: 2.04 2.02 2.00 3/97 4865
/proc/meminfo: memFree=1483752/2055920 swapFree=4192812/4192956
[pid=4577] ppid=4575 vsize=334968 CPUtime=1477.45
/proc/4577/stat : 4577 (bprolog) R 4575 4577 3334 0 -1 4194304 319741 0 0 0 147573 172 0 0 25 0 4 0 160006895 343007232 62284 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565975 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/4577/statm: 83742 62284 170 90 0 83280 0
[pid=4577/tid=4579] ppid=4575 vsize=334968 CPUtime=0
/proc/4577/task/4579/stat : 4579 (bprolog) S 4575 4577 3334 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160013327 343007232 62284 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=4577/tid=4653] ppid=4575 vsize=334968 CPUtime=0
/proc/4577/task/4653/stat : 4653 (bprolog) S 4575 4577 3334 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160103339 343007232 62284 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=4577/tid=4865] ppid=4575 vsize=334968 CPUtime=0
/proc/4577/task/4865/stat : 4865 (bprolog) S 4575 4577 3334 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160148346 343007232 62284 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1477.45
Current children cumulated vsize (KiB) 334968

[startup+1543.78 s]
/proc/loadavg: 2.01 2.02 2.00 3/97 4865
/proc/meminfo: memFree=1483816/2055920 swapFree=4192812/4192956
[pid=4577] ppid=4575 vsize=334968 CPUtime=1537.46
/proc/4577/stat : 4577 (bprolog) R 4575 4577 3334 0 -1 4194304 319741 0 0 0 153574 172 0 0 25 0 4 0 160006895 343007232 62284 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134613123 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/4577/statm: 83742 62284 170 90 0 83280 0
[pid=4577/tid=4579] ppid=4575 vsize=334968 CPUtime=0
/proc/4577/task/4579/stat : 4579 (bprolog) S 4575 4577 3334 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160013327 343007232 62284 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=4577/tid=4653] ppid=4575 vsize=334968 CPUtime=0
/proc/4577/task/4653/stat : 4653 (bprolog) S 4575 4577 3334 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160103339 343007232 62284 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=4577/tid=4865] ppid=4575 vsize=334968 CPUtime=0
/proc/4577/task/4865/stat : 4865 (bprolog) S 4575 4577 3334 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160148346 343007232 62284 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1537.46
Current children cumulated vsize (KiB) 334968

[startup+1603.83 s]
/proc/loadavg: 2.04 2.03 2.00 3/97 4865
/proc/meminfo: memFree=1483752/2055920 swapFree=4192812/4192956
[pid=4577] ppid=4575 vsize=334968 CPUtime=1597.45
/proc/4577/stat : 4577 (bprolog) R 4575 4577 3334 0 -1 4194304 319741 0 0 0 159573 172 0 0 25 0 4 0 160006895 343007232 62284 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670294 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/4577/statm: 83742 62284 170 90 0 83280 0
[pid=4577/tid=4579] ppid=4575 vsize=334968 CPUtime=0
/proc/4577/task/4579/stat : 4579 (bprolog) S 4575 4577 3334 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160013327 343007232 62284 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=4577/tid=4653] ppid=4575 vsize=334968 CPUtime=0
/proc/4577/task/4653/stat : 4653 (bprolog) S 4575 4577 3334 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160103339 343007232 62284 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=4577/tid=4865] ppid=4575 vsize=334968 CPUtime=0
/proc/4577/task/4865/stat : 4865 (bprolog) S 4575 4577 3334 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160148346 343007232 62284 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1597.45
Current children cumulated vsize (KiB) 334968

[startup+1663.83 s]
/proc/loadavg: 2.01 2.02 2.00 3/97 4865
/proc/meminfo: memFree=1483816/2055920 swapFree=4192812/4192956
[pid=4577] ppid=4575 vsize=334968 CPUtime=1657.41
/proc/4577/stat : 4577 (bprolog) R 4575 4577 3334 0 -1 4194304 319741 0 0 0 165569 172 0 0 25 0 4 0 160006895 343007232 62284 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134671416 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/4577/statm: 83742 62284 170 90 0 83280 0
[pid=4577/tid=4579] ppid=4575 vsize=334968 CPUtime=0
/proc/4577/task/4579/stat : 4579 (bprolog) S 4575 4577 3334 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160013327 343007232 62284 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=4577/tid=4653] ppid=4575 vsize=334968 CPUtime=0
/proc/4577/task/4653/stat : 4653 (bprolog) S 4575 4577 3334 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160103339 343007232 62284 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=4577/tid=4865] ppid=4575 vsize=334968 CPUtime=0
/proc/4577/task/4865/stat : 4865 (bprolog) S 4575 4577 3334 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160148346 343007232 62284 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1657.41
Current children cumulated vsize (KiB) 334968

[startup+1723.84 s]
/proc/loadavg: 2.00 2.02 2.00 3/97 4865
/proc/meminfo: memFree=1483816/2055920 swapFree=4192812/4192956
[pid=4577] ppid=4575 vsize=334968 CPUtime=1717.33
/proc/4577/stat : 4577 (bprolog) R 4575 4577 3334 0 -1 4194304 319741 0 0 0 171561 172 0 0 25 0 4 0 160006895 343007232 62284 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664574 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/4577/statm: 83742 62284 170 90 0 83280 0
[pid=4577/tid=4579] ppid=4575 vsize=334968 CPUtime=0
/proc/4577/task/4579/stat : 4579 (bprolog) S 4575 4577 3334 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160013327 343007232 62284 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=4577/tid=4653] ppid=4575 vsize=334968 CPUtime=0
/proc/4577/task/4653/stat : 4653 (bprolog) S 4575 4577 3334 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160103339 343007232 62284 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=4577/tid=4865] ppid=4575 vsize=334968 CPUtime=0
/proc/4577/task/4865/stat : 4865 (bprolog) S 4575 4577 3334 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160148346 343007232 62284 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1717.33
Current children cumulated vsize (KiB) 334968

[startup+1783.85 s]
/proc/loadavg: 2.03 2.02 2.00 3/97 4865
/proc/meminfo: memFree=1483816/2055920 swapFree=4192812/4192956
[pid=4577] ppid=4575 vsize=334968 CPUtime=1777.29
/proc/4577/stat : 4577 (bprolog) R 4575 4577 3334 0 -1 4194304 319741 0 0 0 177557 172 0 0 25 0 4 0 160006895 343007232 62284 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/4577/statm: 83742 62284 170 90 0 83280 0
[pid=4577/tid=4579] ppid=4575 vsize=334968 CPUtime=0
/proc/4577/task/4579/stat : 4579 (bprolog) S 4575 4577 3334 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160013327 343007232 62284 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=4577/tid=4653] ppid=4575 vsize=334968 CPUtime=0
/proc/4577/task/4653/stat : 4653 (bprolog) S 4575 4577 3334 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160103339 343007232 62284 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=4577/tid=4865] ppid=4575 vsize=334968 CPUtime=0
/proc/4577/task/4865/stat : 4865 (bprolog) S 4575 4577 3334 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160148346 343007232 62284 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1777.29
Current children cumulated vsize (KiB) 334968



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.6 s]
/proc/loadavg: 2.02 2.02 2.00 3/97 4865
/proc/meminfo: memFree=1483816/2055920 swapFree=4192812/4192956
[pid=4577] ppid=4575 vsize=334968 CPUtime=1800.04
/proc/4577/stat : 4577 (bprolog) R 4575 4577 3334 0 -1 4194304 319741 0 0 0 179831 173 0 0 25 0 4 0 160006895 343007232 62284 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639195 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/4577/statm: 83742 62284 170 90 0 83280 0
[pid=4577/tid=4579] ppid=4575 vsize=334968 CPUtime=0
/proc/4577/task/4579/stat : 4579 (bprolog) S 4575 4577 3334 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160013327 343007232 62284 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=4577/tid=4653] ppid=4575 vsize=334968 CPUtime=0
/proc/4577/task/4653/stat : 4653 (bprolog) S 4575 4577 3334 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160103339 343007232 62284 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=4577/tid=4865] ppid=4575 vsize=334968 CPUtime=0
/proc/4577/task/4865/stat : 4865 (bprolog) S 4575 4577 3334 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160148346 343007232 62284 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 334968

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1806.65
CPU time (s): 1800.09
CPU user time (s): 1798.32
CPU system time (s): 1.77073
CPU usage (%): 99.6368
Max. virtual memory (cumulated for all children) (KiB): 334968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.32
system time used= 1.77073
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 319741
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= 33170

runsolver used 1.9577 s user time and 6.05008 s system time

The end

Launcher Data (download as text)

Begin job on node18 on Sat Jan  6 20:41:50 UTC 2007


IDJOB= 195907
IDBENCH= 3311
FILE ID= node18/195907-1168116110

PBS_JOBID= 3477102

Free space on /tmp= 66282 MiB

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

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node18/watcher-195907-1168116110 -o ROOT/results/node18/solver-195907-1168116110 -C 1800 -M 900  /tmp/evaluation/195907-1168116110/Complete/Ordinary/solver /tmp/evaluation/195907-1168116110/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  2935e3d0ce040fb7a21269106e8b439b

RANDOM SEED= 385083853

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:       1741280 kB
Buffers:         28496 kB
Cached:         144068 kB
SwapCached:         20 kB
Active:         180364 kB
Inactive:        85612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1741280 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7764 kB
Writeback:           0 kB
Mapped:         119916 kB
Slab:            33408 kB
Committed_AS:  4333108 kB
PageTables:       2212 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= 66279 MiB



End job on node18 on Sat Jan  6 21:12:09 UTC 2007