Trace number 205642

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 1801.24

General information on the benchmark

Namefapp/fapp36-40/fapp40/
fapp40-3000-10.xml
MD5SUM5e6866fa03c606526e6f95a98ab50ddf
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark63.0164
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables3000
Number of constraints53548
Maximum constraint arity2
Maximum domain size698
Number of constraints which are defined in extension0
Number of constraints which are defined in intension53548
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/205642-1168167798/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/node38/watcher-205642-1168167798 -o ROOT/results/node38/solver-205642-1168167798 -C 1800 -M 900 /tmp/evaluation/205642-1168167798/Complete/Ordinary/solver /tmp/evaluation/205642-1168167798/unknown 1800 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 1.18 0.64 1.00 3/73 15644
/proc/meminfo: memFree=1098464/2055920 swapFree=4192812/4192956
[pid=15643] ppid=15641 vsize=53472 CPUtime=0
/proc/15643/stat : 15643 (bprolog) R 15641 15643 15086 0 -1 4194304 477 0 0 0 0 0 0 0 18 0 1 0 165184230 54755328 196 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550287 0 0 4096 2 0 0 0 17 1 0 0
/proc/15643/statm: 13368 196 123 90 0 12906 0

[startup+0.102525 s]
/proc/loadavg: 1.18 0.64 1.00 3/73 15644
/proc/meminfo: memFree=1098464/2055920 swapFree=4192812/4192956
[pid=15643] ppid=15641 vsize=61640 CPUtime=0.09
/proc/15643/stat : 15643 (bprolog) R 15641 15643 15086 0 -1 4194304 2095 0 0 0 9 0 0 0 18 0 1 0 165184230 63119360 1811 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134692882 0 0 4096 2 0 0 0 17 1 0 0
/proc/15643/statm: 15410 1812 157 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.511603 s]
/proc/loadavg: 1.18 0.64 1.00 3/73 15644
/proc/meminfo: memFree=1098464/2055920 swapFree=4192812/4192956
[pid=15643] ppid=15641 vsize=61640 CPUtime=0.5
/proc/15643/stat : 15643 (bprolog) R 15641 15643 15086 0 -1 4194304 8740 0 0 0 47 3 0 0 21 0 1 0 165184230 63119360 8456 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550180 0 0 4096 2 0 0 0 17 1 0 0
/proc/15643/statm: 15410 8457 157 90 0 14948 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61640

[startup+1.33176 s]
/proc/loadavg: 1.18 0.64 1.00 3/73 15644
/proc/meminfo: memFree=1028384/2055920 swapFree=4192812/4192956
[pid=15643] ppid=15641 vsize=81472 CPUtime=1.32
/proc/15643/stat : 15643 (bprolog) R 15641 15643 15086 0 -1 4194304 16899 0 0 0 126 6 0 0 25 0 1 0 165184230 83427328 16043 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134857182 0 0 4096 2 0 0 0 17 1 0 0
/proc/15643/statm: 20368 16043 157 90 0 19906 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 81472

[startup+2.96808 s]
/proc/loadavg: 1.18 0.64 1.00 3/73 15644
/proc/meminfo: memFree=1023200/2055920 swapFree=4192812/4192956
[pid=15643] ppid=15641 vsize=120536 CPUtime=2.96
/proc/15643/stat : 15643 (bprolog) R 15641 15643 15086 0 -1 4194304 29680 0 0 0 284 12 0 0 25 0 1 0 165184230 123428864 19057 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134604115 0 0 4096 2 0 0 0 17 1 0 0
/proc/15643/statm: 30134 19058 157 90 0 29672 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 120536

[startup+6.24973 s]
/proc/loadavg: 1.25 0.67 1.01 3/73 15644
/proc/meminfo: memFree=976544/2055920 swapFree=4192812/4192956
[pid=15643] ppid=15641 vsize=145416 CPUtime=6.23
/proc/15643/stat : 15643 (bprolog) R 15641 15643 15086 0 -1 4194304 36648 0 0 0 608 15 0 0 25 0 1 0 165184230 148905984 20089 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664597 0 0 4096 2 0 0 0 17 1 0 0
/proc/15643/statm: 36354 20089 176 90 0 35892 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 145416

[startup+12.707 s]
/proc/loadavg: 1.31 0.69 1.01 3/73 15644
/proc/meminfo: memFree=921632/2055920 swapFree=4192812/4192956
[pid=15643] ppid=15641 vsize=145416 CPUtime=12.69
/proc/15643/stat : 15643 (bprolog) R 15641 15643 15086 0 -1 4194304 38528 0 0 0 1253 16 0 0 25 0 1 0 165184230 148905984 21969 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669021 0 0 4096 2 0 0 0 17 1 0 0
/proc/15643/statm: 36354 21969 176 90 0 35892 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 145416

[startup+25.5145 s]
/proc/loadavg: 1.46 0.75 1.02 3/73 15644
/proc/meminfo: memFree=782944/2055920 swapFree=4192812/4192956
[pid=15643] ppid=15641 vsize=149516 CPUtime=25.49
/proc/15643/stat : 15643 (bprolog) R 15641 15643 15086 0 -1 4194304 50073 0 0 0 2530 19 0 0 25 0 1 0 165184230 153104384 32517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134609197 0 0 4096 2 0 0 0 17 1 0 0
/proc/15643/statm: 37379 32517 176 90 0 36917 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 149516

[startup+51.1595 s]
/proc/loadavg: 1.64 0.85 1.05 3/74 15683
/proc/meminfo: memFree=1335504/2055920 swapFree=4192812/4192956
[pid=15643] ppid=15641 vsize=243120 CPUtime=51.01
/proc/15643/stat : 15643 (bprolog) R 15641 15643 15086 0 -1 4194304 83921 0 0 0 5059 42 0 0 25 0 2 0 165184230 248954880 42889 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618012 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15643/statm: 60780 42889 180 90 0 60318 0
[pid=15643/tid=15683] ppid=15641 vsize=243120 CPUtime=0
/proc/15643/task/15683/stat : 15683 (bprolog) S 15641 15643 15086 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165187707 248954880 42889 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 243120

[startup+102.452 s]
/proc/loadavg: 1.84 1.03 1.10 3/74 15683
/proc/meminfo: memFree=977424/2055920 swapFree=4192812/4192956
[pid=15643] ppid=15641 vsize=243120 CPUtime=102.06
/proc/15643/stat : 15643 (bprolog) R 15641 15643 15086 0 -1 4194304 83923 0 0 0 10164 42 0 0 25 0 2 0 165184230 248954880 42891 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618009 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15643/statm: 60780 42891 180 90 0 60318 0
[pid=15643/tid=15683] ppid=15641 vsize=243120 CPUtime=0
/proc/15643/task/15683/stat : 15683 (bprolog) S 15641 15643 15086 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165187707 248954880 42891 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.06
Current children cumulated vsize (KiB) 243120

[startup+162.542 s]
/proc/loadavg: 1.66 1.14 1.13 2/66 15698
/proc/meminfo: memFree=1640600/2055920 swapFree=4192812/4192956
[pid=15643] ppid=15641 vsize=243120 CPUtime=161.95
/proc/15643/stat : 15643 (bprolog) R 15641 15643 15086 0 -1 4194304 83923 0 0 0 16153 42 0 0 25 0 2 0 165184230 248954880 42891 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589209 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15643/statm: 60780 42891 180 90 0 60318 0
[pid=15643/tid=15683] ppid=15641 vsize=243120 CPUtime=0
/proc/15643/task/15683/stat : 15683 (bprolog) S 15641 15643 15086 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165187707 248954880 42891 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 161.95
Current children cumulated vsize (KiB) 243120

[startup+222.579 s]
/proc/loadavg: 1.24 1.11 1.12 2/66 15698
/proc/meminfo: memFree=1640600/2055920 swapFree=4192812/4192956
[pid=15643] ppid=15641 vsize=243120 CPUtime=221.97
/proc/15643/stat : 15643 (bprolog) R 15641 15643 15086 0 -1 4194304 83923 0 0 0 22155 42 0 0 25 0 2 0 165184230 248954880 42891 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552512 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15643/statm: 60780 42891 180 90 0 60318 0
[pid=15643/tid=15683] ppid=15641 vsize=243120 CPUtime=0
/proc/15643/task/15683/stat : 15683 (bprolog) S 15641 15643 15086 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165187707 248954880 42891 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 221.97
Current children cumulated vsize (KiB) 243120

[startup+282.617 s]
/proc/loadavg: 1.09 1.09 1.11 2/66 15698
/proc/meminfo: memFree=1640728/2055920 swapFree=4192812/4192956
[pid=15643] ppid=15641 vsize=243120 CPUtime=281.99
/proc/15643/stat : 15643 (bprolog) R 15641 15643 15086 0 -1 4194304 83923 0 0 0 28157 42 0 0 25 0 2 0 165184230 248954880 42891 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15643/statm: 60780 42891 180 90 0 60318 0
[pid=15643/tid=15683] ppid=15641 vsize=243120 CPUtime=0
/proc/15643/task/15683/stat : 15683 (bprolog) S 15641 15643 15086 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165187707 248954880 42891 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 281.99
Current children cumulated vsize (KiB) 243120

[startup+342.654 s]
/proc/loadavg: 1.03 1.07 1.09 2/66 15698
/proc/meminfo: memFree=1640664/2055920 swapFree=4192812/4192956
[pid=15643] ppid=15641 vsize=243120 CPUtime=342
/proc/15643/stat : 15643 (bprolog) R 15641 15643 15086 0 -1 4194304 83923 0 0 0 34158 42 0 0 25 0 2 0 165184230 248954880 42891 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552500 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15643/statm: 60780 42891 180 90 0 60318 0
[pid=15643/tid=15683] ppid=15641 vsize=243120 CPUtime=0
/proc/15643/task/15683/stat : 15683 (bprolog) S 15641 15643 15086 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165187707 248954880 42891 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 342
Current children cumulated vsize (KiB) 243120

[startup+402.698 s]
/proc/loadavg: 1.01 1.05 1.09 2/66 15698
/proc/meminfo: memFree=1640664/2055920 swapFree=4192812/4192956
[pid=15643] ppid=15641 vsize=243120 CPUtime=402.03
/proc/15643/stat : 15643 (bprolog) R 15641 15643 15086 0 -1 4194304 83924 0 0 0 40161 42 0 0 25 0 2 0 165184230 248954880 42892 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557335 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15643/statm: 60780 42892 180 90 0 60318 0
[pid=15643/tid=15683] ppid=15641 vsize=243120 CPUtime=0
/proc/15643/task/15683/stat : 15683 (bprolog) S 15641 15643 15086 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165187707 248954880 42892 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 402.03
Current children cumulated vsize (KiB) 243120

[startup+462.737 s]
/proc/loadavg: 1.00 1.04 1.08 2/66 15698
/proc/meminfo: memFree=1640672/2055920 swapFree=4192812/4192956
[pid=15643] ppid=15641 vsize=243120 CPUtime=462.04
/proc/15643/stat : 15643 (bprolog) R 15641 15643 15086 0 -1 4194304 83924 0 0 0 46162 42 0 0 25 0 2 0 165184230 248954880 42892 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663822 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15643/statm: 60780 42892 180 90 0 60318 0
[pid=15643/tid=15683] ppid=15641 vsize=243120 CPUtime=0
/proc/15643/task/15683/stat : 15683 (bprolog) S 15641 15643 15086 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165187707 248954880 42892 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 462.04
Current children cumulated vsize (KiB) 243120

[startup+522.771 s]
/proc/loadavg: 1.00 1.03 1.07 2/66 15698
/proc/meminfo: memFree=1640608/2055920 swapFree=4192812/4192956
[pid=15643] ppid=15641 vsize=243120 CPUtime=522.06
/proc/15643/stat : 15643 (bprolog) R 15641 15643 15086 0 -1 4194304 83924 0 0 0 52164 42 0 0 25 0 2 0 165184230 248954880 42892 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134576067 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15643/statm: 60780 42892 180 90 0 60318 0
[pid=15643/tid=15683] ppid=15641 vsize=243120 CPUtime=0
/proc/15643/task/15683/stat : 15683 (bprolog) S 15641 15643 15086 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165187707 248954880 42892 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 522.06
Current children cumulated vsize (KiB) 243120

[startup+582.811 s]
/proc/loadavg: 1.00 1.02 1.07 2/66 15698
/proc/meminfo: memFree=1640608/2055920 swapFree=4192812/4192956
[pid=15643] ppid=15641 vsize=243120 CPUtime=582.08
/proc/15643/stat : 15643 (bprolog) R 15641 15643 15086 0 -1 4194304 83924 0 0 0 58166 42 0 0 25 0 2 0 165184230 248954880 42892 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580492 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15643/statm: 60780 42892 180 90 0 60318 0
[pid=15643/tid=15683] ppid=15641 vsize=243120 CPUtime=0
/proc/15643/task/15683/stat : 15683 (bprolog) S 15641 15643 15086 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165187707 248954880 42892 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 243120

[startup+642.85 s]
/proc/loadavg: 1.00 1.02 1.06 2/66 15698
/proc/meminfo: memFree=1640608/2055920 swapFree=4192812/4192956
[pid=15643] ppid=15641 vsize=243120 CPUtime=642.09
/proc/15643/stat : 15643 (bprolog) R 15641 15643 15086 0 -1 4194304 83924 0 0 0 64167 42 0 0 25 0 2 0 165184230 248954880 42892 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134751555 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15643/statm: 60780 42892 180 90 0 60318 0
[pid=15643/tid=15683] ppid=15641 vsize=243120 CPUtime=0
/proc/15643/task/15683/stat : 15683 (bprolog) S 15641 15643 15086 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165187707 248954880 42892 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 243120


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

[pid=15643/tid=15701] ppid=15641 vsize=253364 CPUtime=0
/proc/15643/task/15701/stat : 15701 (bprolog) S 15641 15643 15086 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 165277726 259444736 42918 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1182.35
Current children cumulated vsize (KiB) 253364

[startup+1243.35 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15701
/proc/meminfo: memFree=1640344/2055920 swapFree=4192812/4192956
[pid=15643] ppid=15641 vsize=253364 CPUtime=1242.39
/proc/15643/stat : 15643 (bprolog) R 15641 15643 15086 0 -1 4194304 83950 0 0 0 124196 43 0 0 25 0 3 0 165184230 259444736 42918 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554071 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15643/statm: 63341 42918 180 90 0 62879 0
[pid=15643/tid=15683] ppid=15641 vsize=253364 CPUtime=0
/proc/15643/task/15683/stat : 15683 (bprolog) S 15641 15643 15086 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 165187707 259444736 42918 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15643/tid=15701] ppid=15641 vsize=253364 CPUtime=0
/proc/15643/task/15701/stat : 15701 (bprolog) S 15641 15643 15086 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 165277726 259444736 42918 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1242.39
Current children cumulated vsize (KiB) 253364

[startup+1303.41 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15701
/proc/meminfo: memFree=1640344/2055920 swapFree=4192812/4192956
[pid=15643] ppid=15641 vsize=253364 CPUtime=1302.43
/proc/15643/stat : 15643 (bprolog) R 15641 15643 15086 0 -1 4194304 83950 0 0 0 130200 43 0 0 25 0 3 0 165184230 259444736 42918 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663839 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15643/statm: 63341 42918 180 90 0 62879 0
[pid=15643/tid=15683] ppid=15641 vsize=253364 CPUtime=0
/proc/15643/task/15683/stat : 15683 (bprolog) S 15641 15643 15086 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 165187707 259444736 42918 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15643/tid=15701] ppid=15641 vsize=253364 CPUtime=0
/proc/15643/task/15701/stat : 15701 (bprolog) S 15641 15643 15086 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 165277726 259444736 42918 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1302.43
Current children cumulated vsize (KiB) 253364

[startup+1363.48 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15701
/proc/meminfo: memFree=1640280/2055920 swapFree=4192812/4192956
[pid=15643] ppid=15641 vsize=253364 CPUtime=1362.48
/proc/15643/stat : 15643 (bprolog) R 15641 15643 15086 0 -1 4194304 83951 0 0 0 136205 43 0 0 25 0 3 0 165184230 259444736 42919 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663808 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15643/statm: 63341 42919 180 90 0 62879 0
[pid=15643/tid=15683] ppid=15641 vsize=253364 CPUtime=0
/proc/15643/task/15683/stat : 15683 (bprolog) S 15641 15643 15086 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 165187707 259444736 42919 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15643/tid=15701] ppid=15641 vsize=253364 CPUtime=0
/proc/15643/task/15701/stat : 15701 (bprolog) S 15641 15643 15086 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 165277726 259444736 42919 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1362.48
Current children cumulated vsize (KiB) 253364

[startup+1423.56 s]
/proc/loadavg: 1.06 1.01 1.00 2/68 15702
/proc/meminfo: memFree=1638352/2055920 swapFree=4192812/4192956
[pid=15643] ppid=15641 vsize=263608 CPUtime=1422.53
/proc/15643/stat : 15643 (bprolog) R 15641 15643 15086 0 -1 4194304 84427 0 0 0 142210 43 0 0 25 0 4 0 165184230 269934592 43395 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134576069 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15643/statm: 65902 43395 180 90 0 65440 0
[pid=15643/tid=15683] ppid=15641 vsize=263608 CPUtime=0
/proc/15643/task/15683/stat : 15683 (bprolog) S 15641 15643 15086 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165187707 269934592 43395 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15643/tid=15701] ppid=15641 vsize=263608 CPUtime=0
/proc/15643/task/15701/stat : 15701 (bprolog) S 15641 15643 15086 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165277726 269934592 43395 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15643/tid=15702] ppid=15641 vsize=263608 CPUtime=0
/proc/15643/task/15702/stat : 15702 (bprolog) S 15641 15643 15086 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 165322734 269934592 43395 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1422.53
Current children cumulated vsize (KiB) 263608

[startup+1483.65 s]
/proc/loadavg: 1.02 1.01 1.00 2/68 15702
/proc/meminfo: memFree=1638352/2055920 swapFree=4192812/4192956
[pid=15643] ppid=15641 vsize=263608 CPUtime=1482.61
/proc/15643/stat : 15643 (bprolog) R 15641 15643 15086 0 -1 4194304 84428 0 0 0 148218 43 0 0 25 0 4 0 165184230 269934592 43396 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552468 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15643/statm: 65902 43396 180 90 0 65440 0
[pid=15643/tid=15683] ppid=15641 vsize=263608 CPUtime=0
/proc/15643/task/15683/stat : 15683 (bprolog) S 15641 15643 15086 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165187707 269934592 43396 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15643/tid=15701] ppid=15641 vsize=263608 CPUtime=0
/proc/15643/task/15701/stat : 15701 (bprolog) S 15641 15643 15086 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165277726 269934592 43396 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15643/tid=15702] ppid=15641 vsize=263608 CPUtime=0
/proc/15643/task/15702/stat : 15702 (bprolog) S 15641 15643 15086 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 165322734 269934592 43396 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1482.61
Current children cumulated vsize (KiB) 263608

[startup+1543.73 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 15702
/proc/meminfo: memFree=1638352/2055920 swapFree=4192812/4192956
[pid=15643] ppid=15641 vsize=263608 CPUtime=1542.67
/proc/15643/stat : 15643 (bprolog) R 15641 15643 15086 0 -1 4194304 84428 0 0 0 154224 43 0 0 25 0 4 0 165184230 269934592 43396 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134661369 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15643/statm: 65902 43396 180 90 0 65440 0
[pid=15643/tid=15683] ppid=15641 vsize=263608 CPUtime=0
/proc/15643/task/15683/stat : 15683 (bprolog) S 15641 15643 15086 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165187707 269934592 43396 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15643/tid=15701] ppid=15641 vsize=263608 CPUtime=0
/proc/15643/task/15701/stat : 15701 (bprolog) S 15641 15643 15086 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165277726 269934592 43396 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15643/tid=15702] ppid=15641 vsize=263608 CPUtime=0
/proc/15643/task/15702/stat : 15702 (bprolog) S 15641 15643 15086 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 165322734 269934592 43396 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1542.67
Current children cumulated vsize (KiB) 263608

[startup+1603.81 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 15702
/proc/meminfo: memFree=1638352/2055920 swapFree=4192812/4192956
[pid=15643] ppid=15641 vsize=263608 CPUtime=1602.73
/proc/15643/stat : 15643 (bprolog) R 15641 15643 15086 0 -1 4194304 84428 0 0 0 160230 43 0 0 25 0 4 0 165184230 269934592 43396 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664015 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15643/statm: 65902 43396 180 90 0 65440 0
[pid=15643/tid=15683] ppid=15641 vsize=263608 CPUtime=0
/proc/15643/task/15683/stat : 15683 (bprolog) S 15641 15643 15086 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165187707 269934592 43396 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15643/tid=15701] ppid=15641 vsize=263608 CPUtime=0
/proc/15643/task/15701/stat : 15701 (bprolog) S 15641 15643 15086 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165277726 269934592 43396 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15643/tid=15702] ppid=15641 vsize=263608 CPUtime=0
/proc/15643/task/15702/stat : 15702 (bprolog) S 15641 15643 15086 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 165322734 269934592 43396 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1602.73
Current children cumulated vsize (KiB) 263608

[startup+1663.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 15702
/proc/meminfo: memFree=1607632/2055920 swapFree=4192812/4192956
[pid=15643] ppid=15641 vsize=310484 CPUtime=1662.79
/proc/15643/stat : 15643 (bprolog) R 15641 15643 15086 0 -1 4194304 103798 0 0 0 166228 51 0 0 25 0 4 0 165184230 317935616 51046 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664573 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15643/statm: 77621 51046 180 90 0 77159 0
[pid=15643/tid=15683] ppid=15641 vsize=310484 CPUtime=0
/proc/15643/task/15683/stat : 15683 (bprolog) S 15641 15643 15086 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165187707 317935616 51046 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15643/tid=15701] ppid=15641 vsize=310484 CPUtime=0
/proc/15643/task/15701/stat : 15701 (bprolog) S 15641 15643 15086 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165277726 317935616 51046 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15643/tid=15702] ppid=15641 vsize=310484 CPUtime=0
/proc/15643/task/15702/stat : 15702 (bprolog) S 15641 15643 15086 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165322734 317935616 51046 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1662.79
Current children cumulated vsize (KiB) 310484

[startup+1723.99 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 15702
/proc/meminfo: memFree=1607632/2055920 swapFree=4192812/4192956
[pid=15643] ppid=15641 vsize=310484 CPUtime=1722.86
/proc/15643/stat : 15643 (bprolog) R 15641 15643 15086 0 -1 4194304 103799 0 0 0 172235 51 0 0 25 0 4 0 165184230 317935616 51047 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662593 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15643/statm: 77621 51047 180 90 0 77159 0
[pid=15643/tid=15683] ppid=15641 vsize=310484 CPUtime=0
/proc/15643/task/15683/stat : 15683 (bprolog) S 15641 15643 15086 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165187707 317935616 51047 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15643/tid=15701] ppid=15641 vsize=310484 CPUtime=0
/proc/15643/task/15701/stat : 15701 (bprolog) S 15641 15643 15086 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165277726 317935616 51047 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15643/tid=15702] ppid=15641 vsize=310484 CPUtime=0
/proc/15643/task/15702/stat : 15702 (bprolog) S 15641 15643 15086 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165322734 317935616 51047 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1722.86
Current children cumulated vsize (KiB) 310484

[startup+1784.08 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 15702
/proc/meminfo: memFree=1607568/2055920 swapFree=4192812/4192956
[pid=15643] ppid=15641 vsize=310484 CPUtime=1782.93
/proc/15643/stat : 15643 (bprolog) R 15641 15643 15086 0 -1 4194304 103799 0 0 0 178242 51 0 0 25 0 4 0 165184230 317935616 51047 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15643/statm: 77621 51047 180 90 0 77159 0
[pid=15643/tid=15683] ppid=15641 vsize=310484 CPUtime=0
/proc/15643/task/15683/stat : 15683 (bprolog) S 15641 15643 15086 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165187707 317935616 51047 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15643/tid=15701] ppid=15641 vsize=310484 CPUtime=0
/proc/15643/task/15701/stat : 15701 (bprolog) S 15641 15643 15086 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165277726 317935616 51047 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15643/tid=15702] ppid=15641 vsize=310484 CPUtime=0
/proc/15643/task/15702/stat : 15702 (bprolog) S 15641 15643 15086 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165322734 317935616 51047 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1782.93
Current children cumulated vsize (KiB) 310484



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.19 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 15702
/proc/meminfo: memFree=1607568/2055920 swapFree=4192812/4192956
[pid=15643] ppid=15641 vsize=310484 CPUtime=1800.04
/proc/15643/stat : 15643 (bprolog) R 15641 15643 15086 0 -1 4194304 103799 0 0 0 179953 51 0 0 25 0 4 0 165184230 317935616 51047 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620063 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15643/statm: 77621 51047 180 90 0 77159 0
[pid=15643/tid=15683] ppid=15641 vsize=310484 CPUtime=0
/proc/15643/task/15683/stat : 15683 (bprolog) S 15641 15643 15086 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165187707 317935616 51047 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15643/tid=15701] ppid=15641 vsize=310484 CPUtime=0
/proc/15643/task/15701/stat : 15701 (bprolog) S 15641 15643 15086 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165277726 317935616 51047 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15643/tid=15702] ppid=15641 vsize=310484 CPUtime=0
/proc/15643/task/15702/stat : 15702 (bprolog) S 15641 15643 15086 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165322734 317935616 51047 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 310484

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.24
CPU time (s): 1800.09
CPU user time (s): 1799.54
CPU system time (s): 0.546916
CPU usage (%): 99.9363
Max. virtual memory (cumulated for all children) (KiB): 310484

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

runsolver used 1.3278 s user time and 3.66544 s system time

The end

Launcher Data (download as text)

Begin job on node38 on Sun Jan  7 11:03:27 UTC 2007


IDJOB= 205642
IDBENCH= 4161
FILE ID= node38/205642-1168167798

PBS_JOBID= 3478788

Free space on /tmp= 66502 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp36-40/fapp40/fapp40-3000-10.xml
COMMAND LINE= /tmp/evaluation/205642-1168167798/Complete/Ordinary/solver /tmp/evaluation/205642-1168167798/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node38/convwatcher-205642-1168167798 -o ROOT/results/node38/conversion-205642-1168167798 -C 600 -M 900 /tmp/evaluation/205642-1168167798/Complete/Ordinary/conversion /tmp/evaluation/205642-1168167798/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node38/watcher-205642-1168167798 -o ROOT/results/node38/solver-205642-1168167798 -C 1800 -M 900  /tmp/evaluation/205642-1168167798/Complete/Ordinary/solver /tmp/evaluation/205642-1168167798/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  5e6866fa03c606526e6f95a98ab50ddf

RANDOM SEED= 582829419

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.267
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.267
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:       1099008 kB
Buffers:         11152 kB
Cached:         156876 kB
SwapCached:          0 kB
Active:         800344 kB
Inactive:        94668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1099008 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8296 kB
Writeback:           0 kB
Mapped:         737960 kB
Slab:            45912 kB
Committed_AS:  4293796 kB
PageTables:       3196 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= 66504 MiB



End job on node38 on Sun Jan  7 11:34:07 UTC 2007