Trace number 212712

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
BPrologCSPSolver70a 2006-12-13? (TO) 1800.11 1808.98

General information on the benchmark

NamepseudoSeries/primesDimacs/
g-125-17.xml
MD5SUM365d707976bbd6bc60ee24bd7d71a30a
Bench CategoryN-ARY-INT (n-ary 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 variables4250
Number of constraints68397
Maximum constraint arity17
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension68397
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/212712-1168223040/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/node21/watcher-212712-1168223040 -o ROOT/results/node21/solver-212712-1168223040 -C 1800 -M 900 /tmp/evaluation/212712-1168223040/Complete/Ordinary/solver /tmp/evaluation/212712-1168223040/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.05 2.04 1.87 5/97 10640
/proc/meminfo: memFree=549936/2055920 swapFree=4156316/4192956
[pid=10639] ppid=10637 vsize=5352 CPUtime=0
/proc/10639/stat : 10639 (sh) R 10637 10639 9881 0 -1 4194304 266 0 0 0 0 0 0 0 21 0 1 0 170702030 5480448 233 18446744073709551615 4194304 4889804 548682069344 18446744073709551615 221236360732 0 0 4100 65536 0 0 0 17 1 0 0
/proc/10639/statm: 1338 233 196 169 0 49 0

[startup+0.102577 s]
/proc/loadavg: 2.05 2.04 1.87 5/97 10640
/proc/meminfo: memFree=549936/2055920 swapFree=4156316/4192956
[pid=10639] ppid=10637 vsize=61640 CPUtime=0.09
/proc/10639/stat : 10639 (bprolog) R 10637 10639 9881 0 -1 4194304 2078 0 0 0 8 1 0 0 21 0 1 0 170702030 63119360 1794 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711657 0 0 4096 2 0 0 0 17 1 0 0
/proc/10639/statm: 15410 1794 158 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.510658 s]
/proc/loadavg: 2.05 2.04 1.87 5/97 10640
/proc/meminfo: memFree=549936/2055920 swapFree=4156316/4192956
[pid=10639] ppid=10637 vsize=61640 CPUtime=0.49
/proc/10639/stat : 10639 (bprolog) R 10637 10639 9881 0 -1 4194304 8755 0 0 0 46 3 0 0 25 0 1 0 170702030 63119360 8471 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552096 0 0 4096 2 0 0 0 17 1 0 0
/proc/10639/statm: 15410 8471 158 90 0 14948 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 61640

[startup+1.33181 s]
/proc/loadavg: 2.05 2.04 1.87 3/97 10640
/proc/meminfo: memFree=486192/2055920 swapFree=4156316/4192956
[pid=10639] ppid=10637 vsize=82628 CPUtime=1.31
/proc/10639/stat : 10639 (bprolog) R 10637 10639 9881 0 -1 4194304 16523 0 0 0 124 7 0 0 25 0 1 0 170702030 84611072 16091 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555702 0 0 4096 2 0 0 0 17 1 0 0
/proc/10639/statm: 20657 16091 158 90 0 20195 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 82628

[startup+2.96912 s]
/proc/loadavg: 2.05 2.04 1.87 3/97 10640
/proc/meminfo: memFree=449648/2055920 swapFree=4156316/4192956
[pid=10639] ppid=10637 vsize=143328 CPUtime=2.92
/proc/10639/stat : 10639 (bprolog) R 10637 10639 9881 0 -1 4194304 28833 0 0 0 280 12 0 0 25 0 1 0 170702030 146767872 12962 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/10639/statm: 35832 12962 158 90 0 35370 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 143328

[startup+6.25674 s]
/proc/loadavg: 2.05 2.04 1.87 3/98 10641
/proc/meminfo: memFree=491560/2055920 swapFree=4156316/4192956
[pid=10639] ppid=10637 vsize=153572 CPUtime=6.19
/proc/10639/stat : 10639 (bprolog) R 10637 10639 9881 0 -1 4194304 30588 0 0 0 605 14 0 0 25 0 2 0 170702030 157257728 14717 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10639/statm: 38393 14717 180 90 0 37931 0
[pid=10639/tid=10641] ppid=10637 vsize=153572 CPUtime=0
/proc/10639/task/10641/stat : 10641 (bprolog) S 10637 10639 9881 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 170702381 157257728 14717 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 153572

[startup+12.724 s]
/proc/loadavg: 2.04 2.03 1.87 3/98 10641
/proc/meminfo: memFree=491496/2055920 swapFree=4156316/4192956
[pid=10639] ppid=10637 vsize=153572 CPUtime=12.6
/proc/10639/stat : 10639 (bprolog) R 10637 10639 9881 0 -1 4194304 30588 0 0 0 1246 14 0 0 25 0 2 0 170702030 157257728 14717 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10639/statm: 38393 14717 180 90 0 37931 0
[pid=10639/tid=10641] ppid=10637 vsize=153572 CPUtime=0
/proc/10639/task/10641/stat : 10641 (bprolog) S 10637 10639 9881 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 170702381 157257728 14717 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 153572

[startup+25.5794 s]
/proc/loadavg: 2.03 2.03 1.87 3/98 10641
/proc/meminfo: memFree=491496/2055920 swapFree=4156316/4192956
[pid=10639] ppid=10637 vsize=153572 CPUtime=25.33
/proc/10639/stat : 10639 (bprolog) R 10637 10639 9881 0 -1 4194304 30588 0 0 0 2519 14 0 0 25 0 2 0 170702030 157257728 14717 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10639/statm: 38393 14717 180 90 0 37931 0
[pid=10639/tid=10641] ppid=10637 vsize=153572 CPUtime=0
/proc/10639/task/10641/stat : 10641 (bprolog) S 10637 10639 9881 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 170702381 157257728 14717 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 153572

[startup+51.2572 s]
/proc/loadavg: 2.02 2.03 1.87 3/98 10641
/proc/meminfo: memFree=491496/2055920 swapFree=4156316/4192956
[pid=10639] ppid=10637 vsize=153572 CPUtime=50.78
/proc/10639/stat : 10639 (bprolog) R 10637 10639 9881 0 -1 4194304 30588 0 0 0 5064 14 0 0 25 0 2 0 170702030 157257728 14717 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10639/statm: 38393 14717 180 90 0 37931 0
[pid=10639/tid=10641] ppid=10637 vsize=153572 CPUtime=0
/proc/10639/task/10641/stat : 10641 (bprolog) S 10637 10639 9881 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 170702381 157257728 14717 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.78
Current children cumulated vsize (KiB) 153572

[startup+102.494 s]
/proc/loadavg: 2.01 2.02 1.88 3/98 10641
/proc/meminfo: memFree=491496/2055920 swapFree=4156316/4192956
[pid=10639] ppid=10637 vsize=153572 CPUtime=101.54
/proc/10639/stat : 10639 (bprolog) R 10637 10639 9881 0 -1 4194304 30588 0 0 0 10140 14 0 0 25 0 2 0 170702030 157257728 14717 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10639/statm: 38393 14717 180 90 0 37931 0
[pid=10639/tid=10641] ppid=10637 vsize=153572 CPUtime=0
/proc/10639/task/10641/stat : 10641 (bprolog) S 10637 10639 9881 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 170702381 157257728 14717 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.54
Current children cumulated vsize (KiB) 153572

[startup+162.555 s]
/proc/loadavg: 2.00 2.02 1.88 3/98 10641
/proc/meminfo: memFree=491432/2055920 swapFree=4156316/4192956
[pid=10639] ppid=10637 vsize=153572 CPUtime=161.05
/proc/10639/stat : 10639 (bprolog) R 10637 10639 9881 0 -1 4194304 30588 0 0 0 16091 14 0 0 25 0 2 0 170702030 157257728 14717 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134815886 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10639/statm: 38393 14717 180 90 0 37931 0
[pid=10639/tid=10641] ppid=10637 vsize=153572 CPUtime=0
/proc/10639/task/10641/stat : 10641 (bprolog) S 10637 10639 9881 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 170702381 157257728 14717 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.05
Current children cumulated vsize (KiB) 153572

[startup+222.575 s]
/proc/loadavg: 2.00 2.01 1.89 3/98 10641
/proc/meminfo: memFree=491176/2055920 swapFree=4156316/4192956
[pid=10639] ppid=10637 vsize=153572 CPUtime=220.55
/proc/10639/stat : 10639 (bprolog) R 10637 10639 9881 0 -1 4194304 30588 0 0 0 22041 14 0 0 25 0 2 0 170702030 157257728 14717 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555021 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10639/statm: 38393 14717 180 90 0 37931 0
[pid=10639/tid=10641] ppid=10637 vsize=153572 CPUtime=0
/proc/10639/task/10641/stat : 10641 (bprolog) S 10637 10639 9881 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 170702381 157257728 14717 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.55
Current children cumulated vsize (KiB) 153572

[startup+282.625 s]
/proc/loadavg: 2.00 2.00 1.89 3/98 10641
/proc/meminfo: memFree=490984/2055920 swapFree=4156316/4192956
[pid=10639] ppid=10637 vsize=153572 CPUtime=280.31
/proc/10639/stat : 10639 (bprolog) R 10637 10639 9881 0 -1 4194304 30588 0 0 0 28017 14 0 0 25 0 2 0 170702030 157257728 14717 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555021 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10639/statm: 38393 14717 180 90 0 37931 0
[pid=10639/tid=10641] ppid=10637 vsize=153572 CPUtime=0
/proc/10639/task/10641/stat : 10641 (bprolog) S 10637 10639 9881 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 170702381 157257728 14717 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.31
Current children cumulated vsize (KiB) 153572

[startup+342.686 s]
/proc/loadavg: 2.20 2.05 1.92 3/98 10641
/proc/meminfo: memFree=490792/2055920 swapFree=4156316/4192956
[pid=10639] ppid=10637 vsize=153572 CPUtime=340.08
/proc/10639/stat : 10639 (bprolog) R 10637 10639 9881 0 -1 4194304 30588 0 0 0 33994 14 0 0 25 0 2 0 170702030 157257728 14717 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134815886 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10639/statm: 38393 14717 180 90 0 37931 0
[pid=10639/tid=10641] ppid=10637 vsize=153572 CPUtime=0
/proc/10639/task/10641/stat : 10641 (bprolog) S 10637 10639 9881 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 170702381 157257728 14717 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 340.08
Current children cumulated vsize (KiB) 153572

[startup+402.743 s]
/proc/loadavg: 2.07 2.04 1.92 3/98 10641
/proc/meminfo: memFree=490536/2055920 swapFree=4156316/4192956
[pid=10639] ppid=10637 vsize=153572 CPUtime=399.85
/proc/10639/stat : 10639 (bprolog) R 10637 10639 9881 0 -1 4194304 30589 0 0 0 39971 14 0 0 25 0 2 0 170702030 157257728 14718 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10639/statm: 38393 14718 180 90 0 37931 0
[pid=10639/tid=10641] ppid=10637 vsize=153572 CPUtime=0
/proc/10639/task/10641/stat : 10641 (bprolog) S 10637 10639 9881 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 170702381 157257728 14718 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 399.85
Current children cumulated vsize (KiB) 153572

[startup+462.8 s]
/proc/loadavg: 2.07 2.04 1.92 3/98 10641
/proc/meminfo: memFree=490344/2055920 swapFree=4156316/4192956
[pid=10639] ppid=10637 vsize=153572 CPUtime=459.62
/proc/10639/stat : 10639 (bprolog) R 10637 10639 9881 0 -1 4194304 30589 0 0 0 45947 15 0 0 25 0 2 0 170702030 157257728 14718 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10639/statm: 38393 14718 180 90 0 37931 0
[pid=10639/tid=10641] ppid=10637 vsize=153572 CPUtime=0
/proc/10639/task/10641/stat : 10641 (bprolog) S 10637 10639 9881 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 170702381 157257728 14718 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 459.62
Current children cumulated vsize (KiB) 153572

[startup+522.859 s]
/proc/loadavg: 2.02 2.03 1.92 3/98 10641
/proc/meminfo: memFree=490152/2055920 swapFree=4156316/4192956
[pid=10639] ppid=10637 vsize=153572 CPUtime=519.4
/proc/10639/stat : 10639 (bprolog) R 10637 10639 9881 0 -1 4194304 30589 0 0 0 51925 15 0 0 25 0 2 0 170702030 157257728 14718 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10639/statm: 38393 14718 180 90 0 37931 0
[pid=10639/tid=10641] ppid=10637 vsize=153572 CPUtime=0
/proc/10639/task/10641/stat : 10641 (bprolog) S 10637 10639 9881 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 170702381 157257728 14718 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 519.4
Current children cumulated vsize (KiB) 153572

[startup+582.917 s]
/proc/loadavg: 2.01 2.02 1.92 3/98 10641
/proc/meminfo: memFree=489960/2055920 swapFree=4156316/4192956
[pid=10639] ppid=10637 vsize=153572 CPUtime=579.16
/proc/10639/stat : 10639 (bprolog) R 10637 10639 9881 0 -1 4194304 30589 0 0 0 57901 15 0 0 25 0 2 0 170702030 157257728 14718 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10639/statm: 38393 14718 180 90 0 37931 0
[pid=10639/tid=10641] ppid=10637 vsize=153572 CPUtime=0
/proc/10639/task/10641/stat : 10641 (bprolog) S 10637 10639 9881 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 170702381 157257728 14718 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 579.16
Current children cumulated vsize (KiB) 153572

[startup+642.969 s]
/proc/loadavg: 2.00 2.02 1.92 3/98 10641
/proc/meminfo: memFree=489768/2055920 swapFree=4156316/4192956
[pid=10639] ppid=10637 vsize=153572 CPUtime=638.93
/proc/10639/stat : 10639 (bprolog) R 10637 10639 9881 0 -1 4194304 30589 0 0 0 63878 15 0 0 25 0 2 0 170702030 157257728 14718 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555021 0 0 4096 2 18446744073709551615 0 0 17 1 0 0

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

/proc/10639/statm: 40954 15045 180 90 0 40492 0
[pid=10639/tid=10641] ppid=10637 vsize=163816 CPUtime=0
/proc/10639/task/10641/stat : 10641 (bprolog) S 10637 10639 9881 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 170702381 167747584 15045 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10639/tid=10642] ppid=10637 vsize=163816 CPUtime=0
/proc/10639/task/10642/stat : 10642 (bprolog) S 10637 10639 9881 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 170792396 167747584 15045 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1117.18
Current children cumulated vsize (KiB) 163816

[startup+1183.62 s]
/proc/loadavg: 2.09 2.08 1.97 3/99 10642
/proc/meminfo: memFree=486368/2055920 swapFree=4156316/4192956
[pid=10639] ppid=10637 vsize=163816 CPUtime=1176.98
/proc/10639/stat : 10639 (bprolog) R 10637 10639 9881 0 -1 4194304 30916 0 0 0 117682 16 0 0 25 0 3 0 170702030 167747584 15045 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10639/statm: 40954 15045 180 90 0 40492 0
[pid=10639/tid=10641] ppid=10637 vsize=163816 CPUtime=0
/proc/10639/task/10641/stat : 10641 (bprolog) S 10637 10639 9881 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 170702381 167747584 15045 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10639/tid=10642] ppid=10637 vsize=163816 CPUtime=0
/proc/10639/task/10642/stat : 10642 (bprolog) S 10637 10639 9881 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 170792396 167747584 15045 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1176.98
Current children cumulated vsize (KiB) 163816

[startup+1243.7 s]
/proc/loadavg: 2.03 2.06 1.97 3/99 10642
/proc/meminfo: memFree=486176/2055920 swapFree=4156316/4192956
[pid=10639] ppid=10637 vsize=163816 CPUtime=1236.79
/proc/10639/stat : 10639 (bprolog) R 10637 10639 9881 0 -1 4194304 30916 0 0 0 123662 17 0 0 25 0 3 0 170702030 167747584 15045 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134821415 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10639/statm: 40954 15045 180 90 0 40492 0
[pid=10639/tid=10641] ppid=10637 vsize=163816 CPUtime=0
/proc/10639/task/10641/stat : 10641 (bprolog) S 10637 10639 9881 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 170702381 167747584 15045 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10639/tid=10642] ppid=10637 vsize=163816 CPUtime=0
/proc/10639/task/10642/stat : 10642 (bprolog) S 10637 10639 9881 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 170792396 167747584 15045 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1236.79
Current children cumulated vsize (KiB) 163816

[startup+1303.78 s]
/proc/loadavg: 2.01 2.05 1.97 3/99 10642
/proc/meminfo: memFree=485984/2055920 swapFree=4156316/4192956
[pid=10639] ppid=10637 vsize=163816 CPUtime=1296.57
/proc/10639/stat : 10639 (bprolog) R 10637 10639 9881 0 -1 4194304 30916 0 0 0 129640 17 0 0 25 0 3 0 170702030 167747584 15045 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10639/statm: 40954 15045 180 90 0 40492 0
[pid=10639/tid=10641] ppid=10637 vsize=163816 CPUtime=0
/proc/10639/task/10641/stat : 10641 (bprolog) S 10637 10639 9881 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 170702381 167747584 15045 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10639/tid=10642] ppid=10637 vsize=163816 CPUtime=0
/proc/10639/task/10642/stat : 10642 (bprolog) S 10637 10639 9881 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 170792396 167747584 15045 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1296.57
Current children cumulated vsize (KiB) 163816

[startup+1363.86 s]
/proc/loadavg: 2.00 2.04 1.97 3/99 10642
/proc/meminfo: memFree=485728/2055920 swapFree=4156316/4192956
[pid=10639] ppid=10637 vsize=163816 CPUtime=1356.36
/proc/10639/stat : 10639 (bprolog) R 10637 10639 9881 0 -1 4194304 30916 0 0 0 135619 17 0 0 25 0 3 0 170702030 167747584 15045 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10639/statm: 40954 15045 180 90 0 40492 0
[pid=10639/tid=10641] ppid=10637 vsize=163816 CPUtime=0
/proc/10639/task/10641/stat : 10641 (bprolog) S 10637 10639 9881 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 170702381 167747584 15045 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10639/tid=10642] ppid=10637 vsize=163816 CPUtime=0
/proc/10639/task/10642/stat : 10642 (bprolog) S 10637 10639 9881 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 170792396 167747584 15045 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1356.36
Current children cumulated vsize (KiB) 163816

[startup+1423.94 s]
/proc/loadavg: 2.00 2.03 1.97 3/99 10642
/proc/meminfo: memFree=485472/2055920 swapFree=4156316/4192956
[pid=10639] ppid=10637 vsize=163816 CPUtime=1416.15
/proc/10639/stat : 10639 (bprolog) R 10637 10639 9881 0 -1 4194304 30916 0 0 0 141598 17 0 0 25 0 3 0 170702030 167747584 15045 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618049 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10639/statm: 40954 15045 180 90 0 40492 0
[pid=10639/tid=10641] ppid=10637 vsize=163816 CPUtime=0
/proc/10639/task/10641/stat : 10641 (bprolog) S 10637 10639 9881 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 170702381 167747584 15045 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10639/tid=10642] ppid=10637 vsize=163816 CPUtime=0
/proc/10639/task/10642/stat : 10642 (bprolog) S 10637 10639 9881 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 170792396 167747584 15045 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1416.15
Current children cumulated vsize (KiB) 163816

[startup+1484.03 s]
/proc/loadavg: 2.00 2.02 1.97 3/99 10642
/proc/meminfo: memFree=485216/2055920 swapFree=4156316/4192956
[pid=10639] ppid=10637 vsize=163816 CPUtime=1475.96
/proc/10639/stat : 10639 (bprolog) R 10637 10639 9881 0 -1 4194304 30916 0 0 0 147578 18 0 0 25 0 3 0 170702030 167747584 15045 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552625 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10639/statm: 40954 15045 180 90 0 40492 0
[pid=10639/tid=10641] ppid=10637 vsize=163816 CPUtime=0
/proc/10639/task/10641/stat : 10641 (bprolog) S 10637 10639 9881 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 170702381 167747584 15045 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10639/tid=10642] ppid=10637 vsize=163816 CPUtime=0
/proc/10639/task/10642/stat : 10642 (bprolog) S 10637 10639 9881 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 170792396 167747584 15045 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1475.96
Current children cumulated vsize (KiB) 163816

[startup+1544.11 s]
/proc/loadavg: 2.00 2.02 1.97 3/99 10642
/proc/meminfo: memFree=484960/2055920 swapFree=4156316/4192956
[pid=10639] ppid=10637 vsize=163816 CPUtime=1535.76
/proc/10639/stat : 10639 (bprolog) R 10637 10639 9881 0 -1 4194304 30916 0 0 0 153558 18 0 0 25 0 3 0 170702030 167747584 15045 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134815886 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10639/statm: 40954 15045 180 90 0 40492 0
[pid=10639/tid=10641] ppid=10637 vsize=163816 CPUtime=0
/proc/10639/task/10641/stat : 10641 (bprolog) S 10637 10639 9881 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 170702381 167747584 15045 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10639/tid=10642] ppid=10637 vsize=163816 CPUtime=0
/proc/10639/task/10642/stat : 10642 (bprolog) S 10637 10639 9881 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 170792396 167747584 15045 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1535.76
Current children cumulated vsize (KiB) 163816

[startup+1604.2 s]
/proc/loadavg: 2.00 2.01 1.97 3/99 10642
/proc/meminfo: memFree=484704/2055920 swapFree=4156316/4192956
[pid=10639] ppid=10637 vsize=163816 CPUtime=1595.55
/proc/10639/stat : 10639 (bprolog) R 10637 10639 9881 0 -1 4194304 30916 0 0 0 159537 18 0 0 25 0 3 0 170702030 167747584 15045 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552780 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10639/statm: 40954 15045 180 90 0 40492 0
[pid=10639/tid=10641] ppid=10637 vsize=163816 CPUtime=0
/proc/10639/task/10641/stat : 10641 (bprolog) S 10637 10639 9881 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 170702381 167747584 15045 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10639/tid=10642] ppid=10637 vsize=163816 CPUtime=0
/proc/10639/task/10642/stat : 10642 (bprolog) S 10637 10639 9881 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 170792396 167747584 15045 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1595.55
Current children cumulated vsize (KiB) 163816

[startup+1664.24 s]
/proc/loadavg: 1.68 1.93 1.94 2/80 11020
/proc/meminfo: memFree=575640/2055920 swapFree=4156316/4192956
[pid=10639] ppid=10637 vsize=163816 CPUtime=1655.45
/proc/10639/stat : 10639 (bprolog) R 10637 10639 9881 0 -1 4194304 30916 0 0 0 165524 21 0 0 25 0 3 0 170702030 167747584 15045 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10639/statm: 40954 15045 180 90 0 40492 0
[pid=10639/tid=10641] ppid=10637 vsize=163816 CPUtime=0
/proc/10639/task/10641/stat : 10641 (bprolog) S 10637 10639 9881 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 170702381 167747584 15045 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10639/tid=10642] ppid=10637 vsize=163816 CPUtime=0
/proc/10639/task/10642/stat : 10642 (bprolog) S 10637 10639 9881 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 170792396 167747584 15045 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1655.45
Current children cumulated vsize (KiB) 163816

[startup+1724.24 s]
/proc/loadavg: 1.31 1.77 1.89 2/80 11020
/proc/meminfo: memFree=575768/2055920 swapFree=4156316/4192956
[pid=10639] ppid=10637 vsize=163816 CPUtime=1715.41
/proc/10639/stat : 10639 (bprolog) R 10637 10639 9881 0 -1 4194304 30916 0 0 0 171520 21 0 0 25 0 3 0 170702030 167747584 15045 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10639/statm: 40954 15045 180 90 0 40492 0
[pid=10639/tid=10641] ppid=10637 vsize=163816 CPUtime=0
/proc/10639/task/10641/stat : 10641 (bprolog) S 10637 10639 9881 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 170702381 167747584 15045 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10639/tid=10642] ppid=10637 vsize=163816 CPUtime=0
/proc/10639/task/10642/stat : 10642 (bprolog) S 10637 10639 9881 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 170792396 167747584 15045 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1715.41
Current children cumulated vsize (KiB) 163816

[startup+1784.24 s]
/proc/loadavg: 1.11 1.63 1.83 2/80 11020
/proc/meminfo: memFree=575768/2055920 swapFree=4156316/4192956
[pid=10639] ppid=10637 vsize=163816 CPUtime=1775.37
/proc/10639/stat : 10639 (bprolog) R 10637 10639 9881 0 -1 4194304 30916 0 0 0 177516 21 0 0 25 0 3 0 170702030 167747584 15045 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10639/statm: 40954 15045 180 90 0 40492 0
[pid=10639/tid=10641] ppid=10637 vsize=163816 CPUtime=0
/proc/10639/task/10641/stat : 10641 (bprolog) S 10637 10639 9881 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 170702381 167747584 15045 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10639/tid=10642] ppid=10637 vsize=163816 CPUtime=0
/proc/10639/task/10642/stat : 10642 (bprolog) S 10637 10639 9881 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 170792396 167747584 15045 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1775.37
Current children cumulated vsize (KiB) 163816



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.96 s]
/proc/loadavg: 1.07 1.58 1.80 2/80 11021
/proc/meminfo: memFree=575760/2055920 swapFree=4156316/4192956
[pid=10639] ppid=10637 vsize=174060 CPUtime=1800.08
/proc/10639/stat : 10639 (bprolog) R 10637 10639 9881 0 -1 4194304 30918 0 0 0 179987 21 0 0 25 0 3 0 170702030 178237440 15047 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557379 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10639/statm: 43515 15047 181 90 0 43053 0
[pid=10639/tid=10642] ppid=10637 vsize=174060 CPUtime=0
/proc/10639/task/10642/stat : 10642 (bprolog) S 10637 10639 9881 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 170792396 178237440 15047 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10639/tid=11021] ppid=10637 vsize=174060 CPUtime=0
/proc/10639/task/11021/stat : 11021 (bprolog) S 10637 10639 9881 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 170882414 178237440 15047 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 174060

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1808.98
CPU time (s): 1800.11
CPU user time (s): 1799.88
CPU system time (s): 0.223965
CPU usage (%): 99.5094
Max. virtual memory (cumulated for all children) (KiB): 174060

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

runsolver used 2.65959 s user time and 5.19921 s system time

The end

Launcher Data (download as text)

Begin job on node21 on Mon Jan  8 02:24:01 UTC 2007


IDJOB= 212712
IDBENCH= 4792
FILE ID= node21/212712-1168223040

PBS_JOBID= 3480929

Free space on /tmp= 66549 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/primesDimacs/g-125-17.xml
COMMAND LINE= /tmp/evaluation/212712-1168223040/Complete/Ordinary/solver /tmp/evaluation/212712-1168223040/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node21/convwatcher-212712-1168223040 -o ROOT/results/node21/conversion-212712-1168223040 -C 600 -M 900 /tmp/evaluation/212712-1168223040/Complete/Ordinary/conversion /tmp/evaluation/212712-1168223040/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node21/watcher-212712-1168223040 -o ROOT/results/node21/solver-212712-1168223040 -C 1800 -M 900  /tmp/evaluation/212712-1168223040/Complete/Ordinary/solver /tmp/evaluation/212712-1168223040/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  365d707976bbd6bc60ee24bd7d71a30a

RANDOM SEED= 876759128

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.261
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.261
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:        550416 kB
Buffers:         19264 kB
Cached:        1325088 kB
SwapCached:       2524 kB
Active:         913024 kB
Inactive:       538912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        550416 kB
SwapTotal:     4192956 kB
SwapFree:      4156316 kB
Dirty:            9164 kB
Writeback:           0 kB
Mapped:         126896 kB
Slab:            38100 kB
Committed_AS:  4134308 kB
PageTables:       2400 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= 66548 MiB



End job on node21 on Mon Jan  8 02:54:44 UTC 2007