Trace number 201244

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.08 1811.01

General information on the benchmark

Namefapp/fapp11-15/fapp12/
fapp12-1500-2.xml
MD5SUMa9559a77dc2a348044495e00f4dfba11
Bench Category2-ARY-INT (binary constraints in intension)
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 variables1500
Number of constraints25409
Maximum constraint arity2
Maximum domain size310
Number of constraints which are defined in extension0
Number of constraints which are defined in intension25409
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/201244-1168146394/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/node13/watcher-201244-1168146394 -o ROOT/results/node13/solver-201244-1168146394 -C 1800 -M 900 /tmp/evaluation/201244-1168146394/Complete/Ordinary/solver /tmp/evaluation/201244-1168146394/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.04 2.04 2.00 5/94 29826
/proc/meminfo: memFree=1019304/2055920 swapFree=4192812/4192956
[pid=29825] ppid=29823 vsize=18540 CPUtime=0
/proc/29825/stat : 29825 (runsolver) R 29823 29825 29334 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 163035992 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 269757246759 0 0 4096 24578 0 0 0 17 1 0 0
/proc/29825/statm: 4635 279 244 17 0 2626 0

[startup+0.1083 s]
/proc/loadavg: 2.04 2.04 2.00 5/94 29826
/proc/meminfo: memFree=1019304/2055920 swapFree=4192812/4192956
[pid=29825] ppid=29823 vsize=53824 CPUtime=0.09
/proc/29825/stat : 29825 (bprolog) R 29823 29825 29334 0 -1 4194304 2207 0 0 0 8 1 0 0 21 0 1 0 163035992 55115776 1923 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 12278825 0 0 4096 2 0 0 0 17 1 0 0
/proc/29825/statm: 13456 1923 157 90 0 12994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53824

[startup+0.516367 s]
/proc/loadavg: 2.04 2.04 2.00 5/94 29826
/proc/meminfo: memFree=1019304/2055920 swapFree=4192812/4192956
[pid=29825] ppid=29823 vsize=68156 CPUtime=0.5
/proc/29825/stat : 29825 (bprolog) R 29823 29825 29334 0 -1 4194304 8749 0 0 0 45 5 0 0 24 0 1 0 163035992 69791744 8463 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134857292 0 0 4096 2 0 0 0 17 1 0 0
/proc/29825/statm: 17039 8463 157 90 0 16577 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 68156

[startup+1.33746 s]
/proc/loadavg: 2.04 2.04 2.00 3/94 29826
/proc/meminfo: memFree=975272/2055920 swapFree=4192812/4192956
[pid=29825] ppid=29823 vsize=68156 CPUtime=1.31
/proc/29825/stat : 29825 (bprolog) R 29823 29825 29334 0 -1 4194304 12043 0 0 0 124 7 0 0 25 0 1 0 163035992 69791744 11757 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134564389 0 0 4096 2 0 0 0 17 1 0 0
/proc/29825/statm: 17039 11757 157 90 0 16577 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 68156

[startup+2.97468 s]
/proc/loadavg: 2.04 2.04 2.00 3/94 29826
/proc/meminfo: memFree=971880/2055920 swapFree=4192812/4192956
[pid=29825] ppid=29823 vsize=68152 CPUtime=2.94
/proc/29825/stat : 29825 (bprolog) R 29823 29825 29334 0 -1 4194304 12282 0 0 0 287 7 0 0 25 0 1 0 163035992 69787648 11995 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134562590 0 0 4096 2 0 0 0 17 1 0 0
/proc/29825/statm: 17038 11995 176 90 0 16576 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 68152

[startup+6.25612 s]
/proc/loadavg: 2.04 2.04 2.00 3/94 29826
/proc/meminfo: memFree=960104/2055920 swapFree=4192812/4192956
[pid=29825] ppid=29823 vsize=106008 CPUtime=6.21
/proc/29825/stat : 29825 (bprolog) R 29823 29825 29334 0 -1 4194304 27042 0 0 0 605 16 0 0 25 0 1 0 163035992 108552192 16129 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664651 0 0 4096 2 0 0 0 17 1 0 0
/proc/29825/statm: 26502 16129 176 90 0 26040 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 106008

[startup+12.725 s]
/proc/loadavg: 2.03 2.04 2.00 3/95 29827
/proc/meminfo: memFree=909344/2055920 swapFree=4192812/4192956
[pid=29825] ppid=29823 vsize=140740 CPUtime=12.65
/proc/29825/stat : 29825 (bprolog) R 29823 29825 29334 0 -1 4194304 42279 0 0 0 1241 24 0 0 25 0 2 0 163035992 144117760 27315 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554126 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29825/statm: 35185 27315 180 90 0 34723 0
[pid=29825/tid=29827] ppid=29823 vsize=140740 CPUtime=0
/proc/29825/task/29827/stat : 29827 (bprolog) S 29823 29825 29334 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163037073 144117760 27315 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 140740

[startup+25.5607 s]
/proc/loadavg: 2.02 2.04 2.00 3/95 29827
/proc/meminfo: memFree=902624/2055920 swapFree=4192812/4192956
[pid=29825] ppid=29823 vsize=148552 CPUtime=25.43
/proc/29825/stat : 29825 (bprolog) R 29823 29825 29334 0 -1 4194304 45805 0 0 0 2517 26 0 0 25 0 2 0 163035992 152117248 28887 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664651 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29825/statm: 37138 28887 180 90 0 36676 0
[pid=29825/tid=29827] ppid=29823 vsize=148552 CPUtime=0
/proc/29825/task/29827/stat : 29827 (bprolog) S 29823 29825 29334 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163037073 152117248 28887 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 148552

[startup+51.2171 s]
/proc/loadavg: 2.02 2.03 2.00 3/95 29827
/proc/meminfo: memFree=891744/2055920 swapFree=4192812/4192956
[pid=29825] ppid=29823 vsize=148552 CPUtime=50.97
/proc/29825/stat : 29825 (bprolog) R 29823 29825 29334 0 -1 4194304 47130 0 0 0 5070 27 0 0 25 0 2 0 163035992 152117248 30212 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662607 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29825/statm: 37138 30212 180 90 0 36676 0
[pid=29825/tid=29827] ppid=29823 vsize=148552 CPUtime=0
/proc/29825/task/29827/stat : 29827 (bprolog) S 29823 29825 29334 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163037073 152117248 30212 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 148552

[startup+102.517 s]
/proc/loadavg: 2.06 2.04 2.00 4/95 29827
/proc/meminfo: memFree=885472/2055920 swapFree=4192812/4192956
[pid=29825] ppid=29823 vsize=148552 CPUtime=102.02
/proc/29825/stat : 29825 (bprolog) R 29823 29825 29334 0 -1 4194304 47130 0 0 0 10175 27 0 0 25 0 2 0 163035992 152117248 30212 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580822 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29825/statm: 37138 30212 180 90 0 36676 0
[pid=29825/tid=29827] ppid=29823 vsize=148552 CPUtime=0
/proc/29825/task/29827/stat : 29827 (bprolog) S 29823 29825 29334 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163037073 152117248 30212 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.02
Current children cumulated vsize (KiB) 148552

[startup+162.538 s]
/proc/loadavg: 2.02 2.03 2.00 3/95 29827
/proc/meminfo: memFree=871648/2055920 swapFree=4192812/4192956
[pid=29825] ppid=29823 vsize=148552 CPUtime=161.77
/proc/29825/stat : 29825 (bprolog) R 29823 29825 29334 0 -1 4194304 47130 0 0 0 16149 28 0 0 25 0 2 0 163035992 152117248 30212 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589209 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29825/statm: 37138 30212 180 90 0 36676 0
[pid=29825/tid=29827] ppid=29823 vsize=148552 CPUtime=0
/proc/29825/task/29827/stat : 29827 (bprolog) S 29823 29825 29334 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163037073 152117248 30212 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.77
Current children cumulated vsize (KiB) 148552

[startup+222.56 s]
/proc/loadavg: 2.05 2.04 2.00 3/95 29827
/proc/meminfo: memFree=863840/2055920 swapFree=4192812/4192956
[pid=29825] ppid=29823 vsize=148552 CPUtime=221.49
/proc/29825/stat : 29825 (bprolog) R 29823 29825 29334 0 -1 4194304 47133 0 0 0 22121 28 0 0 25 0 2 0 163035992 152117248 30215 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134566782 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29825/statm: 37138 30215 180 90 0 36676 0
[pid=29825/tid=29827] ppid=29823 vsize=148552 CPUtime=0
/proc/29825/task/29827/stat : 29827 (bprolog) S 29823 29825 29334 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163037073 152117248 30215 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.49
Current children cumulated vsize (KiB) 148552

[startup+282.583 s]
/proc/loadavg: 2.08 2.04 2.00 3/95 29827
/proc/meminfo: memFree=853280/2055920 swapFree=4192812/4192956
[pid=29825] ppid=29823 vsize=148552 CPUtime=281.24
/proc/29825/stat : 29825 (bprolog) R 29823 29825 29334 0 -1 4194304 47133 0 0 0 28095 29 0 0 25 0 2 0 163035992 152117248 30215 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620248 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29825/statm: 37138 30215 180 90 0 36676 0
[pid=29825/tid=29827] ppid=29823 vsize=148552 CPUtime=0
/proc/29825/task/29827/stat : 29827 (bprolog) S 29823 29825 29334 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163037073 152117248 30215 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.24
Current children cumulated vsize (KiB) 148552

[startup+342.607 s]
/proc/loadavg: 2.06 2.05 2.00 3/95 29827
/proc/meminfo: memFree=846944/2055920 swapFree=4192812/4192956
[pid=29825] ppid=29823 vsize=148552 CPUtime=340.98
/proc/29825/stat : 29825 (bprolog) R 29823 29825 29334 0 -1 4194304 47133 0 0 0 34069 29 0 0 25 0 2 0 163035992 152117248 30215 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662533 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29825/statm: 37138 30215 180 90 0 36676 0
[pid=29825/tid=29827] ppid=29823 vsize=148552 CPUtime=0
/proc/29825/task/29827/stat : 29827 (bprolog) S 29823 29825 29334 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163037073 152117248 30215 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 340.98
Current children cumulated vsize (KiB) 148552

[startup+402.636 s]
/proc/loadavg: 2.02 2.04 2.00 3/95 29827
/proc/meminfo: memFree=837856/2055920 swapFree=4192812/4192956
[pid=29825] ppid=29823 vsize=164176 CPUtime=400.73
/proc/29825/stat : 29825 (bprolog) R 29823 29825 29334 0 -1 4194304 51597 0 0 0 40041 32 0 0 25 0 2 0 163035992 168116224 30772 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663839 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29825/statm: 41044 30772 180 90 0 40582 0
[pid=29825/tid=29827] ppid=29823 vsize=164176 CPUtime=0
/proc/29825/task/29827/stat : 29827 (bprolog) S 29823 29825 29334 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163037073 168116224 30772 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.73
Current children cumulated vsize (KiB) 164176

[startup+462.665 s]
/proc/loadavg: 2.04 2.04 2.00 3/95 29827
/proc/meminfo: memFree=829344/2055920 swapFree=4192812/4192956
[pid=29825] ppid=29823 vsize=164176 CPUtime=460.47
/proc/29825/stat : 29825 (bprolog) R 29823 29825 29334 0 -1 4194304 51620 0 0 0 46015 32 0 0 25 0 2 0 163035992 168116224 30795 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663921 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29825/statm: 41044 30795 180 90 0 40582 0
[pid=29825/tid=29827] ppid=29823 vsize=164176 CPUtime=0
/proc/29825/task/29827/stat : 29827 (bprolog) S 29823 29825 29334 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163037073 168116224 30795 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 460.47
Current children cumulated vsize (KiB) 164176

[startup+522.694 s]
/proc/loadavg: 2.01 2.03 2.00 3/95 29827
/proc/meminfo: memFree=817632/2055920 swapFree=4192812/4192956
[pid=29825] ppid=29823 vsize=164176 CPUtime=520.21
/proc/29825/stat : 29825 (bprolog) R 29823 29825 29334 0 -1 4194304 51705 0 0 0 51988 33 0 0 25 0 2 0 163035992 168116224 30880 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134661300 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29825/statm: 41044 30880 180 90 0 40582 0
[pid=29825/tid=29827] ppid=29823 vsize=164176 CPUtime=0
/proc/29825/task/29827/stat : 29827 (bprolog) S 29823 29825 29334 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163037073 168116224 30880 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 520.21
Current children cumulated vsize (KiB) 164176

[startup+582.728 s]
/proc/loadavg: 2.00 2.02 2.00 3/95 29827
/proc/meminfo: memFree=813024/2055920 swapFree=4192812/4192956
[pid=29825] ppid=29823 vsize=164176 CPUtime=579.96
/proc/29825/stat : 29825 (bprolog) R 29823 29825 29334 0 -1 4194304 51705 0 0 0 57963 33 0 0 25 0 2 0 163035992 168116224 30880 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662536 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29825/statm: 41044 30880 180 90 0 40582 0
[pid=29825/tid=29827] ppid=29823 vsize=164176 CPUtime=0
/proc/29825/task/29827/stat : 29827 (bprolog) S 29823 29825 29334 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163037073 168116224 30880 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 579.96
Current children cumulated vsize (KiB) 164176

[startup+642.76 s]
/proc/loadavg: 2.00 2.02 2.00 3/95 29827
/proc/meminfo: memFree=803552/2055920 swapFree=4192812/4192956
[pid=29825] ppid=29823 vsize=164176 CPUtime=639.71
/proc/29825/stat : 29825 (bprolog) R 29823 29825 29334 0 -1 4194304 51727 0 0 0 63938 33 0 0 25 0 2 0 163035992 168116224 30902 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664238 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29825/statm: 41044 30902 180 90 0 40582 0
[pid=29825/tid=29827] ppid=29823 vsize=164176 CPUtime=0

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

Current children cumulated CPU time (s) 1177.57
Current children cumulated vsize (KiB) 174420

[startup+1243.18 s]
/proc/loadavg: 2.02 2.04 2.00 3/96 29904
/proc/meminfo: memFree=910936/2055920 swapFree=4192812/4192956
[pid=29825] ppid=29823 vsize=174420 CPUtime=1237.31
/proc/29825/stat : 29825 (bprolog) R 29823 29825 29334 0 -1 4194304 51728 0 0 0 123691 40 0 0 25 0 3 0 163035992 178606080 30903 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552043 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29825/statm: 43605 30903 180 90 0 43143 0
[pid=29825/tid=29827] ppid=29823 vsize=174420 CPUtime=0
/proc/29825/task/29827/stat : 29827 (bprolog) S 29823 29825 29334 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 163037073 178606080 30903 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29825/tid=29830] ppid=29823 vsize=174420 CPUtime=0
/proc/29825/task/29830/stat : 29830 (bprolog) S 29823 29825 29334 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 163127093 178606080 30903 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1237.31
Current children cumulated vsize (KiB) 174420

[startup+1303.2 s]
/proc/loadavg: 2.08 2.05 2.00 3/96 29904
/proc/meminfo: memFree=865944/2055920 swapFree=4192812/4192956
[pid=29825] ppid=29823 vsize=174420 CPUtime=1297
/proc/29825/stat : 29825 (bprolog) R 29823 29825 29334 0 -1 4194304 51728 0 0 0 129660 40 0 0 25 0 3 0 163035992 178606080 30903 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662607 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29825/statm: 43605 30903 180 90 0 43143 0
[pid=29825/tid=29827] ppid=29823 vsize=174420 CPUtime=0
/proc/29825/task/29827/stat : 29827 (bprolog) S 29823 29825 29334 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 163037073 178606080 30903 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29825/tid=29830] ppid=29823 vsize=174420 CPUtime=0
/proc/29825/task/29830/stat : 29830 (bprolog) S 29823 29825 29334 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 163127093 178606080 30903 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1297
Current children cumulated vsize (KiB) 174420

[startup+1363.3 s]
/proc/loadavg: 2.13 2.07 2.01 3/97 29905
/proc/meminfo: memFree=811792/2055920 swapFree=4192812/4192956
[pid=29825] ppid=29823 vsize=184664 CPUtime=1356.75
/proc/29825/stat : 29825 (bprolog) R 29823 29825 29334 0 -1 4194304 51729 0 0 0 135635 40 0 0 25 0 4 0 163035992 189095936 30904 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618408 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29825/statm: 46166 30904 180 90 0 45704 0
[pid=29825/tid=29827] ppid=29823 vsize=184664 CPUtime=0
/proc/29825/task/29827/stat : 29827 (bprolog) S 29823 29825 29334 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163037073 189095936 30904 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29825/tid=29830] ppid=29823 vsize=184664 CPUtime=0
/proc/29825/task/29830/stat : 29830 (bprolog) S 29823 29825 29334 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163127093 189095936 30904 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29825/tid=29905] ppid=29823 vsize=184664 CPUtime=0
/proc/29825/task/29905/stat : 29905 (bprolog) S 29823 29825 29334 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 163172105 189095936 30904 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1356.75
Current children cumulated vsize (KiB) 184664

[startup+1423.39 s]
/proc/loadavg: 2.04 2.05 2.00 3/97 29905
/proc/meminfo: memFree=780112/2055920 swapFree=4192812/4192956
[pid=29825] ppid=29823 vsize=184664 CPUtime=1416.25
/proc/29825/stat : 29825 (bprolog) R 29823 29825 29334 0 -1 4194304 51729 0 0 0 141585 40 0 0 25 0 4 0 163035992 189095936 30904 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134617925 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29825/statm: 46166 30904 180 90 0 45704 0
[pid=29825/tid=29827] ppid=29823 vsize=184664 CPUtime=0
/proc/29825/task/29827/stat : 29827 (bprolog) S 29823 29825 29334 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163037073 189095936 30904 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29825/tid=29830] ppid=29823 vsize=184664 CPUtime=0
/proc/29825/task/29830/stat : 29830 (bprolog) S 29823 29825 29334 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163127093 189095936 30904 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29825/tid=29905] ppid=29823 vsize=184664 CPUtime=0
/proc/29825/task/29905/stat : 29905 (bprolog) S 29823 29825 29334 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 163172105 189095936 30904 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1416.25
Current children cumulated vsize (KiB) 184664

[startup+1483.47 s]
/proc/loadavg: 2.01 2.04 2.00 3/97 29905
/proc/meminfo: memFree=747024/2055920 swapFree=4192812/4192956
[pid=29825] ppid=29823 vsize=184664 CPUtime=1475.75
/proc/29825/stat : 29825 (bprolog) R 29823 29825 29334 0 -1 4194304 51729 0 0 0 147535 40 0 0 25 0 4 0 163035992 189095936 30904 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662608 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29825/statm: 46166 30904 180 90 0 45704 0
[pid=29825/tid=29827] ppid=29823 vsize=184664 CPUtime=0
/proc/29825/task/29827/stat : 29827 (bprolog) S 29823 29825 29334 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163037073 189095936 30904 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29825/tid=29830] ppid=29823 vsize=184664 CPUtime=0
/proc/29825/task/29830/stat : 29830 (bprolog) S 29823 29825 29334 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163127093 189095936 30904 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29825/tid=29905] ppid=29823 vsize=184664 CPUtime=0
/proc/29825/task/29905/stat : 29905 (bprolog) S 29823 29825 29334 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 163172105 189095936 30904 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1475.75
Current children cumulated vsize (KiB) 184664

[startup+1543.54 s]
/proc/loadavg: 2.00 2.03 2.00 3/97 29905
/proc/meminfo: memFree=710288/2055920 swapFree=4192812/4192956
[pid=29825] ppid=29823 vsize=184664 CPUtime=1535.22
/proc/29825/stat : 29825 (bprolog) R 29823 29825 29334 0 -1 4194304 51729 0 0 0 153482 40 0 0 25 0 4 0 163035992 189095936 30904 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134579732 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29825/statm: 46166 30904 180 90 0 45704 0
[pid=29825/tid=29827] ppid=29823 vsize=184664 CPUtime=0
/proc/29825/task/29827/stat : 29827 (bprolog) S 29823 29825 29334 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163037073 189095936 30904 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29825/tid=29830] ppid=29823 vsize=184664 CPUtime=0
/proc/29825/task/29830/stat : 29830 (bprolog) S 29823 29825 29334 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163127093 189095936 30904 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29825/tid=29905] ppid=29823 vsize=184664 CPUtime=0
/proc/29825/task/29905/stat : 29905 (bprolog) S 29823 29825 29334 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 163172105 189095936 30904 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1535.22
Current children cumulated vsize (KiB) 184664

[startup+1603.61 s]
/proc/loadavg: 2.05 2.04 2.00 3/97 29905
/proc/meminfo: memFree=679632/2055920 swapFree=4192812/4192956
[pid=29825] ppid=29823 vsize=184664 CPUtime=1594.71
/proc/29825/stat : 29825 (bprolog) R 29823 29825 29334 0 -1 4194304 51729 0 0 0 159431 40 0 0 25 0 4 0 163035992 189095936 30904 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614636 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29825/statm: 46166 30904 180 90 0 45704 0
[pid=29825/tid=29827] ppid=29823 vsize=184664 CPUtime=0
/proc/29825/task/29827/stat : 29827 (bprolog) S 29823 29825 29334 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163037073 189095936 30904 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29825/tid=29830] ppid=29823 vsize=184664 CPUtime=0
/proc/29825/task/29830/stat : 29830 (bprolog) S 29823 29825 29334 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163127093 189095936 30904 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29825/tid=29905] ppid=29823 vsize=184664 CPUtime=0
/proc/29825/task/29905/stat : 29905 (bprolog) S 29823 29825 29334 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163172105 189095936 30904 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1594.71
Current children cumulated vsize (KiB) 184664

[startup+1663.68 s]
/proc/loadavg: 2.02 2.03 2.00 3/97 29905
/proc/meminfo: memFree=651984/2055920 swapFree=4192812/4192956
[pid=29825] ppid=29823 vsize=184664 CPUtime=1654.2
/proc/29825/stat : 29825 (bprolog) R 29823 29825 29334 0 -1 4194304 51729 0 0 0 165380 40 0 0 25 0 4 0 163035992 189095936 30904 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663819 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29825/statm: 46166 30904 180 90 0 45704 0
[pid=29825/tid=29827] ppid=29823 vsize=184664 CPUtime=0
/proc/29825/task/29827/stat : 29827 (bprolog) S 29823 29825 29334 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163037073 189095936 30904 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29825/tid=29830] ppid=29823 vsize=184664 CPUtime=0
/proc/29825/task/29830/stat : 29830 (bprolog) S 29823 29825 29334 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163127093 189095936 30904 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29825/tid=29905] ppid=29823 vsize=184664 CPUtime=0
/proc/29825/task/29905/stat : 29905 (bprolog) S 29823 29825 29334 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163172105 189095936 30904 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1654.2
Current children cumulated vsize (KiB) 184664

[startup+1723.77 s]
/proc/loadavg: 2.00 2.02 2.00 3/97 29905
/proc/meminfo: memFree=632528/2055920 swapFree=4192812/4192956
[pid=29825] ppid=29823 vsize=184664 CPUtime=1713.71
/proc/29825/stat : 29825 (bprolog) R 29823 29825 29334 0 -1 4194304 51729 0 0 0 171330 41 0 0 25 0 4 0 163035992 189095936 30904 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662616 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29825/statm: 46166 30904 180 90 0 45704 0
[pid=29825/tid=29827] ppid=29823 vsize=184664 CPUtime=0
/proc/29825/task/29827/stat : 29827 (bprolog) S 29823 29825 29334 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163037073 189095936 30904 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29825/tid=29830] ppid=29823 vsize=184664 CPUtime=0
/proc/29825/task/29830/stat : 29830 (bprolog) S 29823 29825 29334 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163127093 189095936 30904 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29825/tid=29905] ppid=29823 vsize=184664 CPUtime=0
/proc/29825/task/29905/stat : 29905 (bprolog) S 29823 29825 29334 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163172105 189095936 30904 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1713.71
Current children cumulated vsize (KiB) 184664

[startup+1783.81 s]
/proc/loadavg: 2.07 2.03 2.00 3/97 29905
/proc/meminfo: memFree=607440/2055920 swapFree=4192812/4192956
[pid=29825] ppid=29823 vsize=184664 CPUtime=1773.15
/proc/29825/stat : 29825 (bprolog) R 29823 29825 29334 0 -1 4194304 51729 0 0 0 177274 41 0 0 25 0 4 0 163035992 189095936 30904 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552065 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29825/statm: 46166 30904 180 90 0 45704 0
[pid=29825/tid=29827] ppid=29823 vsize=184664 CPUtime=0
/proc/29825/task/29827/stat : 29827 (bprolog) S 29823 29825 29334 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163037073 189095936 30904 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29825/tid=29830] ppid=29823 vsize=184664 CPUtime=0
/proc/29825/task/29830/stat : 29830 (bprolog) S 29823 29825 29334 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163127093 189095936 30904 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29825/tid=29905] ppid=29823 vsize=184664 CPUtime=0
/proc/29825/task/29905/stat : 29905 (bprolog) S 29823 29825 29334 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163172105 189095936 30904 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1773.15
Current children cumulated vsize (KiB) 184664



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.98 s]
/proc/loadavg: 2.05 2.03 2.00 3/97 29905
/proc/meminfo: memFree=593872/2055920 swapFree=4192812/4192956
[pid=29825] ppid=29823 vsize=184664 CPUtime=1800.04
/proc/29825/stat : 29825 (bprolog) R 29823 29825 29334 0 -1 4194304 51729 0 0 0 179963 41 0 0 25 0 4 0 163035992 189095936 30904 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663858 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29825/statm: 46166 30904 180 90 0 45704 0
[pid=29825/tid=29827] ppid=29823 vsize=184664 CPUtime=0
/proc/29825/task/29827/stat : 29827 (bprolog) S 29823 29825 29334 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163037073 189095936 30904 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29825/tid=29830] ppid=29823 vsize=184664 CPUtime=0
/proc/29825/task/29830/stat : 29830 (bprolog) S 29823 29825 29334 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163127093 189095936 30904 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29825/tid=29905] ppid=29823 vsize=184664 CPUtime=0
/proc/29825/task/29905/stat : 29905 (bprolog) S 29823 29825 29334 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163172105 189095936 30904 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) 184664

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1811.01
CPU time (s): 1800.08
CPU user time (s): 1799.64
CPU system time (s): 0.432934
CPU usage (%): 99.3965
Max. virtual memory (cumulated for all children) (KiB): 184664

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

runsolver used 2.14167 s user time and 5.76712 s system time

The end

Launcher Data (download as text)

Begin job on node13 on Sun Jan  7 05:06:35 UTC 2007


IDJOB= 201244
IDBENCH= 3752
FILE ID= node13/201244-1168146394

PBS_JOBID= 3477875

Free space on /tmp= 66313 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp11-15/fapp12/fapp12-1500-2.xml
COMMAND LINE= /tmp/evaluation/201244-1168146394/Complete/Ordinary/solver /tmp/evaluation/201244-1168146394/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node13/convwatcher-201244-1168146394 -o ROOT/results/node13/conversion-201244-1168146394 -C 600 -M 900 /tmp/evaluation/201244-1168146394/Complete/Ordinary/conversion /tmp/evaluation/201244-1168146394/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node13/watcher-201244-1168146394 -o ROOT/results/node13/solver-201244-1168146394 -C 1800 -M 900  /tmp/evaluation/201244-1168146394/Complete/Ordinary/solver /tmp/evaluation/201244-1168146394/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  a9559a77dc2a348044495e00f4dfba11

RANDOM SEED= 374142153

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.247
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.247
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:       1019784 kB
Buffers:         56524 kB
Cached:         491012 kB
SwapCached:          0 kB
Active:         575180 kB
Inactive:       374456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1019784 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7048 kB
Writeback:           0 kB
Mapped:         429856 kB
Slab:            70408 kB
Committed_AS:  4751736 kB
PageTables:       3180 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= 66313 MiB



End job on node13 on Sun Jan  7 05:37:01 UTC 2007