Trace number 201024

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.05 1812.61

General information on the benchmark

Namefapp/fapp11-15/fapp15/
fapp15-3000-2.xml
MD5SUMe329d2fbebc2b014e1808d90bbd1aefe
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark9.8545
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables3000
Number of constraints33021
Maximum constraint arity2
Maximum domain size182
Number of constraints which are defined in extension0
Number of constraints which are defined in intension33021
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/201024-1168144799/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/node17/watcher-201024-1168144799 -o ROOT/results/node17/solver-201024-1168144799 -C 1800 -M 900 /tmp/evaluation/201024-1168144799/Complete/Ordinary/solver /tmp/evaluation/201024-1168144799/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.02 2.01 2.00 5/86 7273
/proc/meminfo: memFree=1655264/2055920 swapFree=4192812/4192956
[pid=7272] ppid=7270 vsize=5212 CPUtime=0
/proc/7272/stat : 7272 (sh) R 7270 7272 2004 0 -1 4194304 80 0 0 0 0 0 0 0 21 0 1 0 162876846 5337088 53 18446744073709551615 4194304 4889804 548682069344 18446744073709551615 4288496 0 0 4096 0 0 0 0 17 1 0 0
/proc/7272/statm: 1303 53 37 169 0 14 0

[startup+0.103323 s]
/proc/loadavg: 2.02 2.01 2.00 5/86 7273
/proc/meminfo: memFree=1655264/2055920 swapFree=4192812/4192956
[pid=7272] ppid=7270 vsize=61640 CPUtime=0.09
/proc/7272/stat : 7272 (bprolog) R 7270 7272 2004 0 -1 4194304 2027 0 0 0 8 1 0 0 21 0 1 0 162876846 63119360 1743 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550142 0 0 4096 2 0 0 0 17 1 0 0
/proc/7272/statm: 15410 1743 157 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.511367 s]
/proc/loadavg: 2.02 2.01 2.00 5/86 7273
/proc/meminfo: memFree=1655264/2055920 swapFree=4192812/4192956
[pid=7272] ppid=7270 vsize=61640 CPUtime=0.5
/proc/7272/stat : 7272 (bprolog) R 7270 7272 2004 0 -1 4194304 8612 0 0 0 47 3 0 0 25 0 1 0 162876846 63119360 8328 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134560098 0 0 4096 2 0 0 0 17 1 0 0
/proc/7272/statm: 15410 8328 157 90 0 14948 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61640

[startup+1.33245 s]
/proc/loadavg: 2.02 2.01 2.00 3/86 7273
/proc/meminfo: memFree=1617632/2055920 swapFree=4192812/4192956
[pid=7272] ppid=7270 vsize=61640 CPUtime=1.3
/proc/7272/stat : 7272 (bprolog) R 7270 7272 2004 0 -1 4194304 9856 0 0 0 127 3 0 0 25 0 1 0 162876846 63119360 9572 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565746 0 0 4096 2 0 0 0 17 1 0 0
/proc/7272/statm: 15410 9572 157 90 0 14948 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 61640

[startup+2.97662 s]
/proc/loadavg: 2.02 2.01 2.00 3/86 7273
/proc/meminfo: memFree=1617312/2055920 swapFree=4192812/4192956
[pid=7272] ppid=7270 vsize=69608 CPUtime=2.95
/proc/7272/stat : 7272 (bprolog) R 7270 7272 2004 0 -1 4194304 12947 0 0 0 290 5 0 0 25 0 1 0 162876846 71278592 11319 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664615 0 0 4096 2 0 0 0 17 1 0 0
/proc/7272/statm: 17402 11319 176 90 0 16940 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 69608

[startup+6.25696 s]
/proc/loadavg: 2.01 2.01 2.00 3/86 7273
/proc/meminfo: memFree=1597792/2055920 swapFree=4192812/4192956
[pid=7272] ppid=7270 vsize=105076 CPUtime=6.19
/proc/7272/stat : 7272 (bprolog) R 7270 7272 2004 0 -1 4194304 33959 0 0 0 606 13 0 0 25 0 1 0 162876846 107597824 15788 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662579 0 0 4096 2 0 0 0 17 1 0 0
/proc/7272/statm: 26269 15788 176 90 0 25807 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 105076

[startup+12.7206 s]
/proc/loadavg: 2.01 2.01 2.00 3/86 7273
/proc/meminfo: memFree=1549280/2055920 swapFree=4192812/4192956
[pid=7272] ppid=7270 vsize=127272 CPUtime=12.6
/proc/7272/stat : 7272 (bprolog) R 7270 7272 2004 0 -1 4194304 49998 0 0 0 1240 20 0 0 25 0 1 0 162876846 130326528 26611 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552879 0 0 4096 2 0 0 0 17 1 0 0
/proc/7272/statm: 31818 26611 176 90 0 31356 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 127272

[startup+25.537 s]
/proc/loadavg: 2.01 2.01 2.00 3/87 7274
/proc/meminfo: memFree=1541912/2055920 swapFree=4192812/4192956
[pid=7272] ppid=7270 vsize=207916 CPUtime=25.31
/proc/7272/stat : 7272 (bprolog) R 7270 7272 2004 0 -1 4194304 72292 0 0 0 2502 29 0 0 25 0 2 0 162876846 212905984 28455 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618376 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7272/statm: 51979 28455 180 90 0 51517 0
[pid=7272/tid=7274] ppid=7270 vsize=207916 CPUtime=0
/proc/7272/task/7274/stat : 7274 (bprolog) S 7270 7272 2004 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162878403 212905984 28455 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 207916

[startup+51.1866 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 7274
/proc/meminfo: memFree=1541976/2055920 swapFree=4192812/4192956
[pid=7272] ppid=7270 vsize=207916 CPUtime=50.76
/proc/7272/stat : 7272 (bprolog) R 7270 7272 2004 0 -1 4194304 72296 0 0 0 5047 29 0 0 25 0 2 0 162876846 212905984 28459 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663833 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7272/statm: 51979 28459 180 90 0 51517 0
[pid=7272/tid=7274] ppid=7270 vsize=207916 CPUtime=0
/proc/7272/task/7274/stat : 7274 (bprolog) S 7270 7272 2004 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162878403 212905984 28459 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 207916

[startup+102.484 s]
/proc/loadavg: 2.04 2.02 2.00 3/87 7274
/proc/meminfo: memFree=1541976/2055920 swapFree=4192812/4192956
[pid=7272] ppid=7270 vsize=207916 CPUtime=101.62
/proc/7272/stat : 7272 (bprolog) R 7270 7272 2004 0 -1 4194304 72296 0 0 0 10132 30 0 0 25 0 2 0 162876846 212905984 28459 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589301 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7272/statm: 51979 28459 180 90 0 51517 0
[pid=7272/tid=7274] ppid=7270 vsize=207916 CPUtime=0
/proc/7272/task/7274/stat : 7274 (bprolog) S 7270 7272 2004 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162878403 212905984 28459 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.62
Current children cumulated vsize (KiB) 207916

[startup+162.5 s]
/proc/loadavg: 2.01 2.01 2.00 3/87 7274
/proc/meminfo: memFree=1541976/2055920 swapFree=4192812/4192956
[pid=7272] ppid=7270 vsize=207916 CPUtime=161.14
/proc/7272/stat : 7272 (bprolog) R 7270 7272 2004 0 -1 4194304 72296 0 0 0 16083 31 0 0 25 0 2 0 162876846 212905984 28459 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618070 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7272/statm: 51979 28459 180 90 0 51517 0
[pid=7272/tid=7274] ppid=7270 vsize=207916 CPUtime=0
/proc/7272/task/7274/stat : 7274 (bprolog) S 7270 7272 2004 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162878403 212905984 28459 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.14
Current children cumulated vsize (KiB) 207916

[startup+222.525 s]
/proc/loadavg: 2.07 2.02 2.00 3/87 7274
/proc/meminfo: memFree=1541976/2055920 swapFree=4192812/4192956
[pid=7272] ppid=7270 vsize=207916 CPUtime=220.65
/proc/7272/stat : 7272 (bprolog) R 7270 7272 2004 0 -1 4194304 72296 0 0 0 22034 31 0 0 25 0 2 0 162876846 212905984 28459 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134577574 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7272/statm: 51979 28459 180 90 0 51517 0
[pid=7272/tid=7274] ppid=7270 vsize=207916 CPUtime=0
/proc/7272/task/7274/stat : 7274 (bprolog) S 7270 7272 2004 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162878403 212905984 28459 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.65
Current children cumulated vsize (KiB) 207916

[startup+282.54 s]
/proc/loadavg: 2.02 2.01 2.00 3/87 7274
/proc/meminfo: memFree=1541848/2055920 swapFree=4192812/4192956
[pid=7272] ppid=7270 vsize=207916 CPUtime=280.18
/proc/7272/stat : 7272 (bprolog) R 7270 7272 2004 0 -1 4194304 72296 0 0 0 27986 32 0 0 25 0 2 0 162876846 212905984 28459 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663921 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7272/statm: 51979 28459 180 90 0 51517 0
[pid=7272/tid=7274] ppid=7270 vsize=207916 CPUtime=0
/proc/7272/task/7274/stat : 7274 (bprolog) S 7270 7272 2004 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162878403 212905984 28459 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.18
Current children cumulated vsize (KiB) 207916

[startup+342.553 s]
/proc/loadavg: 2.01 2.01 2.00 3/87 7274
/proc/meminfo: memFree=1541720/2055920 swapFree=4192812/4192956
[pid=7272] ppid=7270 vsize=207916 CPUtime=339.72
/proc/7272/stat : 7272 (bprolog) R 7270 7272 2004 0 -1 4194304 72296 0 0 0 33939 33 0 0 25 0 2 0 162876846 212905984 28459 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580464 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7272/statm: 51979 28459 180 90 0 51517 0
[pid=7272/tid=7274] ppid=7270 vsize=207916 CPUtime=0
/proc/7272/task/7274/stat : 7274 (bprolog) S 7270 7272 2004 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162878403 212905984 28459 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 339.72
Current children cumulated vsize (KiB) 207916

[startup+402.562 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 7274
/proc/meminfo: memFree=1541656/2055920 swapFree=4192812/4192956
[pid=7272] ppid=7270 vsize=207916 CPUtime=399.26
/proc/7272/stat : 7272 (bprolog) R 7270 7272 2004 0 -1 4194304 72296 0 0 0 39892 34 0 0 25 0 2 0 162876846 212905984 28459 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663836 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7272/statm: 51979 28459 180 90 0 51517 0
[pid=7272/tid=7274] ppid=7270 vsize=207916 CPUtime=0
/proc/7272/task/7274/stat : 7274 (bprolog) S 7270 7272 2004 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162878403 212905984 28459 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 399.26
Current children cumulated vsize (KiB) 207916

[startup+462.575 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 7274
/proc/meminfo: memFree=1541592/2055920 swapFree=4192812/4192956
[pid=7272] ppid=7270 vsize=207916 CPUtime=458.79
/proc/7272/stat : 7272 (bprolog) R 7270 7272 2004 0 -1 4194304 72296 0 0 0 45844 35 0 0 25 0 2 0 162876846 212905984 28459 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555034 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7272/statm: 51979 28459 180 90 0 51517 0
[pid=7272/tid=7274] ppid=7270 vsize=207916 CPUtime=0
/proc/7272/task/7274/stat : 7274 (bprolog) S 7270 7272 2004 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162878403 212905984 28459 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 458.79
Current children cumulated vsize (KiB) 207916

[startup+522.594 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 7274
/proc/meminfo: memFree=1541528/2055920 swapFree=4192812/4192956
[pid=7272] ppid=7270 vsize=207916 CPUtime=518.33
/proc/7272/stat : 7272 (bprolog) R 7270 7272 2004 0 -1 4194304 72296 0 0 0 51797 36 0 0 25 0 2 0 162876846 212905984 28459 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620094 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7272/statm: 51979 28459 180 90 0 51517 0
[pid=7272/tid=7274] ppid=7270 vsize=207916 CPUtime=0
/proc/7272/task/7274/stat : 7274 (bprolog) S 7270 7272 2004 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162878403 212905984 28459 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 518.33
Current children cumulated vsize (KiB) 207916

[startup+582.606 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 7274
/proc/meminfo: memFree=1541464/2055920 swapFree=4192812/4192956
[pid=7272] ppid=7270 vsize=207916 CPUtime=577.86
/proc/7272/stat : 7272 (bprolog) R 7270 7272 2004 0 -1 4194304 72296 0 0 0 57750 36 0 0 25 0 2 0 162876846 212905984 28459 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664003 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7272/statm: 51979 28459 180 90 0 51517 0
[pid=7272/tid=7274] ppid=7270 vsize=207916 CPUtime=0
/proc/7272/task/7274/stat : 7274 (bprolog) S 7270 7272 2004 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162878403 212905984 28459 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 577.86
Current children cumulated vsize (KiB) 207916

[startup+642.617 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 7274
/proc/meminfo: memFree=1541400/2055920 swapFree=4192812/4192956
[pid=7272] ppid=7270 vsize=207916 CPUtime=637.4
/proc/7272/stat : 7272 (bprolog) R 7270 7272 2004 0 -1 4194304 72296 0 0 0 63703 37 0 0 25 0 2 0 162876846 212905984 28459 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589437 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/7272/statm: 51979 28459 180 90 0 51517 0
[pid=7272/tid=7274] ppid=7270 vsize=207916 CPUtime=0
/proc/7272/task/7274/stat : 7274 (bprolog) S 7270 7272 2004 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162878403 212905984 28459 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 637.4

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

[pid=7272/tid=7275] ppid=7270 vsize=218160 CPUtime=0
/proc/7272/task/7275/stat : 7275 (bprolog) S 7270 7272 2004 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 162968419 223395840 28547 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1173.49
Current children cumulated vsize (KiB) 218160

[startup+1243.02 s]
/proc/loadavg: 2.06 2.08 2.02 3/105 7353
/proc/meminfo: memFree=971456/2055920 swapFree=4192812/4192956
[pid=7272] ppid=7270 vsize=218160 CPUtime=1233.23
/proc/7272/stat : 7272 (bprolog) R 7270 7272 2004 0 -1 4194304 72384 0 0 0 123270 53 0 0 25 0 3 0 162876846 223395840 28547 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662533 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7272/statm: 54540 28547 180 90 0 54078 0
[pid=7272/tid=7274] ppid=7270 vsize=218160 CPUtime=0
/proc/7272/task/7274/stat : 7274 (bprolog) S 7270 7272 2004 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 162878403 223395840 28547 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7272/tid=7275] ppid=7270 vsize=218160 CPUtime=0
/proc/7272/task/7275/stat : 7275 (bprolog) S 7270 7272 2004 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 162968419 223395840 28547 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1233.23
Current children cumulated vsize (KiB) 218160

[startup+1303.02 s]
/proc/loadavg: 2.03 2.06 2.02 3/102 7578
/proc/meminfo: memFree=1575368/2055920 swapFree=4192812/4192956
[pid=7272] ppid=7270 vsize=218160 CPUtime=1292.98
/proc/7272/stat : 7272 (bprolog) R 7270 7272 2004 0 -1 4194304 72384 0 0 0 129236 62 0 0 25 0 3 0 162876846 223395840 28547 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589396 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7272/statm: 54540 28547 180 90 0 54078 0
[pid=7272/tid=7274] ppid=7270 vsize=218160 CPUtime=0
/proc/7272/task/7274/stat : 7274 (bprolog) S 7270 7272 2004 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 162878403 223395840 28547 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7272/tid=7275] ppid=7270 vsize=218160 CPUtime=0
/proc/7272/task/7275/stat : 7275 (bprolog) S 7270 7272 2004 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 162968419 223395840 28547 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1292.98
Current children cumulated vsize (KiB) 218160

[startup+1363.05 s]
/proc/loadavg: 2.14 2.09 2.03 4/96 7694
/proc/meminfo: memFree=1362688/2055920 swapFree=4192812/4192956
[pid=7272] ppid=7270 vsize=218160 CPUtime=1352.9
/proc/7272/stat : 7272 (bprolog) R 7270 7272 2004 0 -1 4194304 72384 0 0 0 135221 69 0 0 25 0 3 0 162876846 223395840 28547 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134576084 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7272/statm: 54540 28547 180 90 0 54078 0
[pid=7272/tid=7274] ppid=7270 vsize=218160 CPUtime=0
/proc/7272/task/7274/stat : 7274 (bprolog) S 7270 7272 2004 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 162878403 223395840 28547 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7272/tid=7275] ppid=7270 vsize=218160 CPUtime=0
/proc/7272/task/7275/stat : 7275 (bprolog) S 7270 7272 2004 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 162968419 223395840 28547 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1352.9
Current children cumulated vsize (KiB) 218160

[startup+1423.07 s]
/proc/loadavg: 2.05 2.07 2.02 3/97 7695
/proc/meminfo: memFree=1051832/2055920 swapFree=4192812/4192956
[pid=7272] ppid=7270 vsize=228404 CPUtime=1412.61
/proc/7272/stat : 7272 (bprolog) R 7270 7272 2004 0 -1 4194304 72385 0 0 0 141192 69 0 0 25 0 4 0 162876846 233885696 28548 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663836 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7272/statm: 57101 28548 180 90 0 56639 0
[pid=7272/tid=7274] ppid=7270 vsize=228404 CPUtime=0
/proc/7272/task/7274/stat : 7274 (bprolog) S 7270 7272 2004 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162878403 233885696 28548 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7272/tid=7275] ppid=7270 vsize=228404 CPUtime=0
/proc/7272/task/7275/stat : 7275 (bprolog) S 7270 7272 2004 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162968419 233885696 28548 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7272/tid=7695] ppid=7270 vsize=228404 CPUtime=0
/proc/7272/task/7695/stat : 7695 (bprolog) S 7270 7272 2004 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 163013426 233885696 28548 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1412.61
Current children cumulated vsize (KiB) 228404

[startup+1483.09 s]
/proc/loadavg: 2.10 2.08 2.03 4/97 7695
/proc/meminfo: memFree=937016/2055920 swapFree=4192812/4192956
[pid=7272] ppid=7270 vsize=228404 CPUtime=1472.31
/proc/7272/stat : 7272 (bprolog) R 7270 7272 2004 0 -1 4194304 72385 0 0 0 147162 69 0 0 25 0 4 0 162876846 233885696 28548 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664323 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7272/statm: 57101 28548 180 90 0 56639 0
[pid=7272/tid=7274] ppid=7270 vsize=228404 CPUtime=0
/proc/7272/task/7274/stat : 7274 (bprolog) S 7270 7272 2004 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162878403 233885696 28548 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7272/tid=7275] ppid=7270 vsize=228404 CPUtime=0
/proc/7272/task/7275/stat : 7275 (bprolog) S 7270 7272 2004 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162968419 233885696 28548 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7272/tid=7695] ppid=7270 vsize=228404 CPUtime=0
/proc/7272/task/7695/stat : 7695 (bprolog) S 7270 7272 2004 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 163013426 233885696 28548 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1472.31
Current children cumulated vsize (KiB) 228404

[startup+1543.19 s]
/proc/loadavg: 2.04 2.07 2.02 3/97 7695
/proc/meminfo: memFree=925816/2055920 swapFree=4192812/4192956
[pid=7272] ppid=7270 vsize=228404 CPUtime=1532.09
/proc/7272/stat : 7272 (bprolog) R 7270 7272 2004 0 -1 4194304 72385 0 0 0 153139 70 0 0 25 0 4 0 162876846 233885696 28548 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663819 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7272/statm: 57101 28548 180 90 0 56639 0
[pid=7272/tid=7274] ppid=7270 vsize=228404 CPUtime=0
/proc/7272/task/7274/stat : 7274 (bprolog) S 7270 7272 2004 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162878403 233885696 28548 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7272/tid=7275] ppid=7270 vsize=228404 CPUtime=0
/proc/7272/task/7275/stat : 7275 (bprolog) S 7270 7272 2004 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162968419 233885696 28548 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7272/tid=7695] ppid=7270 vsize=228404 CPUtime=0
/proc/7272/task/7695/stat : 7695 (bprolog) S 7270 7272 2004 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 163013426 233885696 28548 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1532.09
Current children cumulated vsize (KiB) 228404

[startup+1603.29 s]
/proc/loadavg: 2.20 2.11 2.04 3/97 7695
/proc/meminfo: memFree=908088/2055920 swapFree=4192812/4192956
[pid=7272] ppid=7270 vsize=228404 CPUtime=1591.84
/proc/7272/stat : 7272 (bprolog) R 7270 7272 2004 0 -1 4194304 73871 0 0 0 159114 70 0 0 25 0 4 0 162876846 233885696 30034 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554139 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7272/statm: 57101 30034 180 90 0 56639 0
[pid=7272/tid=7274] ppid=7270 vsize=228404 CPUtime=0
/proc/7272/task/7274/stat : 7274 (bprolog) S 7270 7272 2004 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162878403 233885696 30034 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7272/tid=7275] ppid=7270 vsize=228404 CPUtime=0
/proc/7272/task/7275/stat : 7275 (bprolog) S 7270 7272 2004 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162968419 233885696 30034 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7272/tid=7695] ppid=7270 vsize=228404 CPUtime=0
/proc/7272/task/7695/stat : 7695 (bprolog) S 7270 7272 2004 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163013426 233885696 30034 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1591.84
Current children cumulated vsize (KiB) 228404

[startup+1663.39 s]
/proc/loadavg: 2.12 2.10 2.04 3/97 7695
/proc/meminfo: memFree=896384/2055920 swapFree=4192812/4192956
[pid=7272] ppid=7270 vsize=228404 CPUtime=1651.62
/proc/7272/stat : 7272 (bprolog) R 7270 7272 2004 0 -1 4194304 73891 0 0 0 165092 70 0 0 25 0 4 0 162876846 233885696 30054 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663819 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7272/statm: 57101 30054 180 90 0 56639 0
[pid=7272/tid=7274] ppid=7270 vsize=228404 CPUtime=0
/proc/7272/task/7274/stat : 7274 (bprolog) S 7270 7272 2004 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162878403 233885696 30054 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7272/tid=7275] ppid=7270 vsize=228404 CPUtime=0
/proc/7272/task/7275/stat : 7275 (bprolog) S 7270 7272 2004 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162968419 233885696 30054 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7272/tid=7695] ppid=7270 vsize=228404 CPUtime=0
/proc/7272/task/7695/stat : 7695 (bprolog) S 7270 7272 2004 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163013426 233885696 30054 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1651.62
Current children cumulated vsize (KiB) 228404

[startup+1723.48 s]
/proc/loadavg: 2.10 2.10 2.04 3/97 7695
/proc/meminfo: memFree=889600/2055920 swapFree=4192812/4192956
[pid=7272] ppid=7270 vsize=228404 CPUtime=1711.38
/proc/7272/stat : 7272 (bprolog) R 7270 7272 2004 0 -1 4194304 73891 0 0 0 171068 70 0 0 25 0 4 0 162876846 233885696 30054 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664003 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7272/statm: 57101 30054 180 90 0 56639 0
[pid=7272/tid=7274] ppid=7270 vsize=228404 CPUtime=0
/proc/7272/task/7274/stat : 7274 (bprolog) S 7270 7272 2004 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162878403 233885696 30054 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7272/tid=7275] ppid=7270 vsize=228404 CPUtime=0
/proc/7272/task/7275/stat : 7275 (bprolog) S 7270 7272 2004 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162968419 233885696 30054 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7272/tid=7695] ppid=7270 vsize=228404 CPUtime=0
/proc/7272/task/7695/stat : 7695 (bprolog) S 7270 7272 2004 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163013426 233885696 30054 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1711.38
Current children cumulated vsize (KiB) 228404

[startup+1783.54 s]
/proc/loadavg: 2.04 2.08 2.03 3/97 7695
/proc/meminfo: memFree=864704/2055920 swapFree=4192812/4192956
[pid=7272] ppid=7270 vsize=228404 CPUtime=1771.1
/proc/7272/stat : 7272 (bprolog) R 7270 7272 2004 0 -1 4194304 73891 0 0 0 177040 70 0 0 25 0 4 0 162876846 233885696 30054 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664236 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7272/statm: 57101 30054 180 90 0 56639 0
[pid=7272/tid=7274] ppid=7270 vsize=228404 CPUtime=0
/proc/7272/task/7274/stat : 7274 (bprolog) S 7270 7272 2004 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162878403 233885696 30054 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7272/tid=7275] ppid=7270 vsize=228404 CPUtime=0
/proc/7272/task/7275/stat : 7275 (bprolog) S 7270 7272 2004 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162968419 233885696 30054 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7272/tid=7695] ppid=7270 vsize=228404 CPUtime=0
/proc/7272/task/7695/stat : 7695 (bprolog) S 7270 7272 2004 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163013426 233885696 30054 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1771.1
Current children cumulated vsize (KiB) 228404



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.58 s]
/proc/loadavg: 2.02 2.07 2.03 3/97 7695
/proc/meminfo: memFree=864704/2055920 swapFree=4192812/4192956
[pid=7272] ppid=7270 vsize=228404 CPUtime=1800.02
/proc/7272/stat : 7272 (bprolog) R 7270 7272 2004 0 -1 4194304 73891 0 0 0 179931 71 0 0 25 0 4 0 162876846 233885696 30054 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662616 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/7272/statm: 57101 30054 180 90 0 56639 0
[pid=7272/tid=7274] ppid=7270 vsize=228404 CPUtime=0
/proc/7272/task/7274/stat : 7274 (bprolog) S 7270 7272 2004 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162878403 233885696 30054 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7272/tid=7275] ppid=7270 vsize=228404 CPUtime=0
/proc/7272/task/7275/stat : 7275 (bprolog) S 7270 7272 2004 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162968419 233885696 30054 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=7272/tid=7695] ppid=7270 vsize=228404 CPUtime=0
/proc/7272/task/7695/stat : 7695 (bprolog) S 7270 7272 2004 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163013426 233885696 30054 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 228404

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1812.61
CPU time (s): 1800.05
CPU user time (s): 1799.32
CPU system time (s): 0.730888
CPU usage (%): 99.307
Max. virtual memory (cumulated for all children) (KiB): 267988

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

runsolver used 2.00669 s user time and 5.65314 s system time

The end

Launcher Data (download as text)

Begin job on node17 on Sun Jan  7 04:39:59 UTC 2007


IDJOB= 201024
IDBENCH= 3740
FILE ID= node17/201024-1168144799

PBS_JOBID= 3477816

Free space on /tmp= 66315 MiB

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

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node17/watcher-201024-1168144799 -o ROOT/results/node17/solver-201024-1168144799 -C 1800 -M 900  /tmp/evaluation/201024-1168144799/Complete/Ordinary/solver /tmp/evaluation/201024-1168144799/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  e329d2fbebc2b014e1808d90bbd1aefe

RANDOM SEED= 632960274

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.236
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.236
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:       1655744 kB
Buffers:         32048 kB
Cached:         150804 kB
SwapCached:          0 kB
Active:         255532 kB
Inactive:        61712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1655744 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            9204 kB
Writeback:           0 kB
Mapped:         156816 kB
Slab:            67348 kB
Committed_AS:  4336192 kB
PageTables:       2472 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= 66317 MiB



End job on node17 on Sun Jan  7 05:10:33 UTC 2007