Trace number 201665

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.1 1816.13

General information on the benchmark

Namefapp/fapp11-15/fapp13/
fapp13-2000-9.xml
MD5SUM5b72c86380aa44432a29d477c7fa6640
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 benchmark20.1339
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables2000
Number of constraints25652
Maximum constraint arity2
Maximum domain size190
Number of constraints which are defined in extension0
Number of constraints which are defined in intension25652
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/201665-1168148989/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/node9/watcher-201665-1168148989 -o ROOT/results/node9/solver-201665-1168148989 -C 1800 -M 900 /tmp/evaluation/201665-1168148989/Complete/Ordinary/solver /tmp/evaluation/201665-1168148989/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.06 2.03 2.00 5/94 12692
/proc/meminfo: memFree=1467848/2055920 swapFree=4191880/4192956
[pid=12691] ppid=12689 vsize=5352 CPUtime=0
/proc/12691/stat : 12691 (sh) R 12689 12691 12219 0 -1 4194304 266 0 0 0 0 0 0 0 20 0 1 0 163295590 5480448 233 18446744073709551615 4194304 4889804 548682069344 18446744073709551615 215418861076 0 0 4100 65536 0 0 0 17 1 0 0
/proc/12691/statm: 1338 233 196 169 0 49 0

[startup+0.102867 s]
/proc/loadavg: 2.06 2.03 2.00 5/94 12692
/proc/meminfo: memFree=1467848/2055920 swapFree=4191880/4192956
[pid=12691] ppid=12689 vsize=53824 CPUtime=0.09
/proc/12691/stat : 12691 (bprolog) R 12689 12691 12219 0 -1 4194304 2122 0 0 0 8 1 0 0 20 0 1 0 163295590 55115776 1838 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 9063509 0 0 4096 2 0 0 0 17 1 0 0
/proc/12691/statm: 13456 1838 157 90 0 12994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53824

[startup+0.510911 s]
/proc/loadavg: 2.06 2.03 2.00 5/94 12692
/proc/meminfo: memFree=1467848/2055920 swapFree=4191880/4192956
[pid=12691] ppid=12689 vsize=68396 CPUtime=0.49
/proc/12691/stat : 12691 (bprolog) R 12689 12691 12219 0 -1 4194304 8719 0 0 0 45 4 0 0 23 0 1 0 163295590 70037504 8433 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859040 0 0 4096 2 0 0 0 17 1 0 0
/proc/12691/statm: 17099 8433 157 90 0 16637 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 68396

[startup+1.332 s]
/proc/loadavg: 2.06 2.03 2.00 3/94 12692
/proc/meminfo: memFree=1422920/2055920 swapFree=4191880/4192956
[pid=12691] ppid=12689 vsize=68396 CPUtime=1.31
/proc/12691/stat : 12691 (bprolog) R 12689 12691 12219 0 -1 4194304 12226 0 0 0 125 6 0 0 25 0 1 0 163295590 70037504 11940 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552207 0 0 4096 2 0 0 0 17 1 0 0
/proc/12691/statm: 17099 11940 157 90 0 16637 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 68396

[startup+2.96919 s]
/proc/loadavg: 2.06 2.03 2.00 3/94 12692
/proc/meminfo: memFree=1419720/2055920 swapFree=4191880/4192956
[pid=12691] ppid=12689 vsize=68392 CPUtime=2.93
/proc/12691/stat : 12691 (bprolog) R 12689 12691 12219 0 -1 4194304 12348 0 0 0 287 6 0 0 25 0 1 0 163295590 70033408 12061 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669021 0 0 4096 2 0 0 0 17 1 0 0
/proc/12691/statm: 17098 12061 176 90 0 16636 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 68392

[startup+6.26159 s]
/proc/loadavg: 2.05 2.03 2.00 3/94 12692
/proc/meminfo: memFree=1409928/2055920 swapFree=4191880/4192956
[pid=12691] ppid=12689 vsize=71648 CPUtime=6.18
/proc/12691/stat : 12691 (bprolog) R 12689 12691 12219 0 -1 4194304 19495 0 0 0 609 9 0 0 25 0 1 0 163295590 73367552 12968 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858988 0 0 4096 2 0 0 0 17 1 0 0
/proc/12691/statm: 17912 12968 176 90 0 17450 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 71648

[startup+12.7183 s]
/proc/loadavg: 2.13 2.04 2.01 3/94 12692
/proc/meminfo: memFree=1366856/2055920 swapFree=4191880/4192956
[pid=12691] ppid=12689 vsize=106804 CPUtime=12.59
/proc/12691/stat : 12691 (bprolog) R 12689 12691 12219 0 -1 4194304 42978 0 0 0 1238 21 0 0 25 0 1 0 163295590 109367296 19975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663836 0 0 4096 2 0 0 0 17 1 0 0
/proc/12691/statm: 26701 19975 176 90 0 26239 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 106804

[startup+25.5478 s]
/proc/loadavg: 2.17 2.06 2.01 3/95 12693
/proc/meminfo: memFree=1301248/2055920 swapFree=4191880/4192956
[pid=12691] ppid=12689 vsize=148292 CPUtime=25.29
/proc/12691/stat : 12691 (bprolog) R 12689 12691 12219 0 -1 4194304 59446 0 0 0 2500 29 0 0 25 0 2 0 163295590 151851008 30496 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620096 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12691/statm: 37073 30496 180 90 0 36611 0
[pid=12691/tid=12693] ppid=12689 vsize=148292 CPUtime=0
/proc/12691/task/12693/stat : 12693 (bprolog) S 12689 12691 12219 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163297061 151851008 30496 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 148292

[startup+51.2067 s]
/proc/loadavg: 2.11 2.05 2.01 3/95 12693
/proc/meminfo: memFree=1290304/2055920 swapFree=4191880/4192956
[pid=12691] ppid=12689 vsize=148292 CPUtime=50.72
/proc/12691/stat : 12691 (bprolog) R 12689 12691 12219 0 -1 4194304 59446 0 0 0 5043 29 0 0 25 0 2 0 163295590 151851008 30496 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663808 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12691/statm: 37073 30496 180 90 0 36611 0
[pid=12691/tid=12693] ppid=12689 vsize=148292 CPUtime=0
/proc/12691/task/12693/stat : 12693 (bprolog) S 12689 12691 12219 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163297061 151851008 30496 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 148292

[startup+102.501 s]
/proc/loadavg: 2.05 2.04 2.00 3/95 12693
/proc/meminfo: memFree=1252416/2055920 swapFree=4191880/4192956
[pid=12691] ppid=12689 vsize=148292 CPUtime=101.54
/proc/12691/stat : 12691 (bprolog) R 12689 12691 12219 0 -1 4194304 59446 0 0 0 10125 29 0 0 25 0 2 0 163295590 151851008 30496 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614629 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12691/statm: 37073 30496 180 90 0 36611 0
[pid=12691/tid=12693] ppid=12689 vsize=148292 CPUtime=0
/proc/12691/task/12693/stat : 12693 (bprolog) S 12689 12691 12219 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163297061 151851008 30496 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) 148292

[startup+162.526 s]
/proc/loadavg: 2.01 2.03 2.00 3/95 12693
/proc/meminfo: memFree=1245184/2055920 swapFree=4191880/4192956
[pid=12691] ppid=12689 vsize=148292 CPUtime=161.02
/proc/12691/stat : 12691 (bprolog) R 12689 12691 12219 0 -1 4194304 59446 0 0 0 16072 30 0 0 25 0 2 0 163295590 151851008 30496 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12691/statm: 37073 30496 180 90 0 36611 0
[pid=12691/tid=12693] ppid=12689 vsize=148292 CPUtime=0
/proc/12691/task/12693/stat : 12693 (bprolog) S 12689 12691 12219 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163297061 151851008 30496 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.02
Current children cumulated vsize (KiB) 148292

[startup+222.557 s]
/proc/loadavg: 2.00 2.02 2.00 3/95 12693
/proc/meminfo: memFree=1244992/2055920 swapFree=4191880/4192956
[pid=12691] ppid=12689 vsize=148292 CPUtime=220.52
/proc/12691/stat : 12691 (bprolog) R 12689 12691 12219 0 -1 4194304 59446 0 0 0 22021 31 0 0 25 0 2 0 163295590 151851008 30496 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662607 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12691/statm: 37073 30496 180 90 0 36611 0
[pid=12691/tid=12693] ppid=12689 vsize=148292 CPUtime=0
/proc/12691/task/12693/stat : 12693 (bprolog) S 12689 12691 12219 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163297061 151851008 30496 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.52
Current children cumulated vsize (KiB) 148292

[startup+282.604 s]
/proc/loadavg: 2.00 2.02 2.00 3/95 12693
/proc/meminfo: memFree=1244736/2055920 swapFree=4191880/4192956
[pid=12691] ppid=12689 vsize=148292 CPUtime=280.02
/proc/12691/stat : 12691 (bprolog) R 12689 12691 12219 0 -1 4194304 59446 0 0 0 27971 31 0 0 25 0 2 0 163295590 151851008 30496 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664249 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12691/statm: 37073 30496 180 90 0 36611 0
[pid=12691/tid=12693] ppid=12689 vsize=148292 CPUtime=0
/proc/12691/task/12693/stat : 12693 (bprolog) S 12689 12691 12219 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163297061 151851008 30496 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.02
Current children cumulated vsize (KiB) 148292

[startup+342.626 s]
/proc/loadavg: 2.00 2.01 2.00 3/95 12693
/proc/meminfo: memFree=1244544/2055920 swapFree=4191880/4192956
[pid=12691] ppid=12689 vsize=148292 CPUtime=339.48
/proc/12691/stat : 12691 (bprolog) R 12689 12691 12219 0 -1 4194304 59446 0 0 0 33917 31 0 0 25 0 2 0 163295590 151851008 30496 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662593 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12691/statm: 37073 30496 180 90 0 36611 0
[pid=12691/tid=12693] ppid=12689 vsize=148292 CPUtime=0
/proc/12691/task/12693/stat : 12693 (bprolog) S 12689 12691 12219 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163297061 151851008 30496 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 339.48
Current children cumulated vsize (KiB) 148292

[startup+402.669 s]
/proc/loadavg: 2.00 2.01 2.00 3/95 12693
/proc/meminfo: memFree=1244352/2055920 swapFree=4191880/4192956
[pid=12691] ppid=12689 vsize=148292 CPUtime=398.99
/proc/12691/stat : 12691 (bprolog) R 12689 12691 12219 0 -1 4194304 59446 0 0 0 39867 32 0 0 25 0 2 0 163295590 151851008 30496 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618368 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12691/statm: 37073 30496 180 90 0 36611 0
[pid=12691/tid=12693] ppid=12689 vsize=148292 CPUtime=0
/proc/12691/task/12693/stat : 12693 (bprolog) S 12689 12691 12219 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163297061 151851008 30496 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 398.99
Current children cumulated vsize (KiB) 148292

[startup+462.692 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 12693
/proc/meminfo: memFree=1244096/2055920 swapFree=4191880/4192956
[pid=12691] ppid=12689 vsize=148292 CPUtime=458.46
/proc/12691/stat : 12691 (bprolog) R 12689 12691 12219 0 -1 4194304 59446 0 0 0 45814 32 0 0 25 0 2 0 163295590 151851008 30496 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557383 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12691/statm: 37073 30496 180 90 0 36611 0
[pid=12691/tid=12693] ppid=12689 vsize=148292 CPUtime=0
/proc/12691/task/12693/stat : 12693 (bprolog) S 12689 12691 12219 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163297061 151851008 30496 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 458.46
Current children cumulated vsize (KiB) 148292

[startup+522.715 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 12693
/proc/meminfo: memFree=1200512/2055920 swapFree=4191880/4192956
[pid=12691] ppid=12689 vsize=148292 CPUtime=517.94
/proc/12691/stat : 12691 (bprolog) R 12689 12691 12219 0 -1 4194304 59446 0 0 0 51761 33 0 0 25 0 2 0 163295590 151851008 30496 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664578 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12691/statm: 37073 30496 180 90 0 36611 0
[pid=12691/tid=12693] ppid=12689 vsize=148292 CPUtime=0
/proc/12691/task/12693/stat : 12693 (bprolog) S 12689 12691 12219 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163297061 151851008 30496 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 517.94
Current children cumulated vsize (KiB) 148292

[startup+582.748 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 12693
/proc/meminfo: memFree=1171712/2055920 swapFree=4191880/4192956
[pid=12691] ppid=12689 vsize=148292 CPUtime=577.41
/proc/12691/stat : 12691 (bprolog) R 12689 12691 12219 0 -1 4194304 59446 0 0 0 57708 33 0 0 25 0 2 0 163295590 151851008 30496 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663836 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12691/statm: 37073 30496 180 90 0 36611 0
[pid=12691/tid=12693] ppid=12689 vsize=148292 CPUtime=0
/proc/12691/task/12693/stat : 12693 (bprolog) S 12689 12691 12219 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163297061 151851008 30496 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 577.41
Current children cumulated vsize (KiB) 148292

[startup+642.843 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 12693
/proc/meminfo: memFree=1149568/2055920 swapFree=4191880/4192956
[pid=12691] ppid=12689 vsize=148292 CPUtime=636.96
/proc/12691/stat : 12691 (bprolog) R 12689 12691 12219 0 -1 4194304 59446 0 0 0 63663 33 0 0 25 0 2 0 163295590 151851008 30496 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12691/statm: 37073 30496 180 90 0 36611 0
[pid=12691/tid=12693] ppid=12689 vsize=148292 CPUtime=0
/proc/12691/task/12693/stat : 12693 (bprolog) S 12689 12691 12219 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163297061 151851008 30496 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 636.96

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

/proc/meminfo: memFree=1134904/2055920 swapFree=4191880/4192956
[pid=12691] ppid=12689 vsize=158536 CPUtime=1172.16
/proc/12691/stat : 12691 (bprolog) R 12689 12691 12219 0 -1 4194304 59612 0 0 0 117179 37 0 0 25 0 3 0 163295590 162340864 30662 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664293 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12691/statm: 39634 30662 180 90 0 39172 0
[pid=12691/tid=12693] ppid=12689 vsize=158536 CPUtime=0
/proc/12691/task/12693/stat : 12693 (bprolog) S 12689 12691 12219 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 163297061 162340864 30662 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12691/tid=12891] ppid=12689 vsize=158536 CPUtime=0
/proc/12691/task/12891/stat : 12891 (bprolog) S 12689 12691 12219 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 163387078 162340864 30662 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1172.16
Current children cumulated vsize (KiB) 158536

[startup+1243.24 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 12891
/proc/meminfo: memFree=1134840/2055920 swapFree=4191880/4192956
[pid=12691] ppid=12689 vsize=158536 CPUtime=1231.66
/proc/12691/stat : 12691 (bprolog) R 12689 12691 12219 0 -1 4194304 59612 0 0 0 123129 37 0 0 25 0 3 0 163295590 162340864 30662 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620063 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12691/statm: 39634 30662 180 90 0 39172 0
[pid=12691/tid=12693] ppid=12689 vsize=158536 CPUtime=0
/proc/12691/task/12693/stat : 12693 (bprolog) S 12689 12691 12219 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 163297061 162340864 30662 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12691/tid=12891] ppid=12689 vsize=158536 CPUtime=0
/proc/12691/task/12891/stat : 12891 (bprolog) S 12689 12691 12219 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 163387078 162340864 30662 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1231.66
Current children cumulated vsize (KiB) 158536

[startup+1303.29 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 12891
/proc/meminfo: memFree=1134776/2055920 swapFree=4191880/4192956
[pid=12691] ppid=12689 vsize=158536 CPUtime=1291.17
/proc/12691/stat : 12691 (bprolog) R 12689 12691 12219 0 -1 4194304 59612 0 0 0 129079 38 0 0 25 0 3 0 163295590 162340864 30662 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662553 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12691/statm: 39634 30662 180 90 0 39172 0
[pid=12691/tid=12693] ppid=12689 vsize=158536 CPUtime=0
/proc/12691/task/12693/stat : 12693 (bprolog) S 12689 12691 12219 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 163297061 162340864 30662 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12691/tid=12891] ppid=12689 vsize=158536 CPUtime=0
/proc/12691/task/12891/stat : 12891 (bprolog) S 12689 12691 12219 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 163387078 162340864 30662 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1291.17
Current children cumulated vsize (KiB) 158536

[startup+1363.35 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 12891
/proc/meminfo: memFree=1134648/2055920 swapFree=4191880/4192956
[pid=12691] ppid=12689 vsize=158536 CPUtime=1350.68
/proc/12691/stat : 12691 (bprolog) R 12689 12691 12219 0 -1 4194304 59612 0 0 0 135030 38 0 0 25 0 3 0 163295590 162340864 30662 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662607 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12691/statm: 39634 30662 180 90 0 39172 0
[pid=12691/tid=12693] ppid=12689 vsize=158536 CPUtime=0
/proc/12691/task/12693/stat : 12693 (bprolog) S 12689 12691 12219 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 163297061 162340864 30662 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12691/tid=12891] ppid=12689 vsize=158536 CPUtime=0
/proc/12691/task/12891/stat : 12891 (bprolog) S 12689 12691 12219 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 163387078 162340864 30662 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1350.68
Current children cumulated vsize (KiB) 158536

[startup+1423.41 s]
/proc/loadavg: 2.00 2.00 2.00 3/97 12892
/proc/meminfo: memFree=1128816/2055920 swapFree=4191880/4192956
[pid=12691] ppid=12689 vsize=184404 CPUtime=1410.19
/proc/12691/stat : 12691 (bprolog) R 12689 12691 12219 0 -1 4194304 64950 0 0 0 140978 41 0 0 25 0 4 0 163295590 188829696 32093 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664008 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12691/statm: 46101 32093 180 90 0 45639 0
[pid=12691/tid=12693] ppid=12689 vsize=184404 CPUtime=0
/proc/12691/task/12693/stat : 12693 (bprolog) S 12689 12691 12219 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163297061 188829696 32093 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12691/tid=12891] ppid=12689 vsize=184404 CPUtime=0
/proc/12691/task/12891/stat : 12891 (bprolog) S 12689 12691 12219 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163387078 188829696 32093 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12691/tid=12892] ppid=12689 vsize=184404 CPUtime=0
/proc/12691/task/12892/stat : 12892 (bprolog) S 12689 12691 12219 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 163432088 188829696 32093 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1410.19
Current children cumulated vsize (KiB) 184404

[startup+1483.46 s]
/proc/loadavg: 2.00 2.00 2.00 3/97 12892
/proc/meminfo: memFree=1128752/2055920 swapFree=4191880/4192956
[pid=12691] ppid=12689 vsize=184404 CPUtime=1469.7
/proc/12691/stat : 12691 (bprolog) R 12689 12691 12219 0 -1 4194304 64950 0 0 0 146929 41 0 0 25 0 4 0 163295590 188829696 32093 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662563 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12691/statm: 46101 32093 180 90 0 45639 0
[pid=12691/tid=12693] ppid=12689 vsize=184404 CPUtime=0
/proc/12691/task/12693/stat : 12693 (bprolog) S 12689 12691 12219 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163297061 188829696 32093 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12691/tid=12891] ppid=12689 vsize=184404 CPUtime=0
/proc/12691/task/12891/stat : 12891 (bprolog) S 12689 12691 12219 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163387078 188829696 32093 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12691/tid=12892] ppid=12689 vsize=184404 CPUtime=0
/proc/12691/task/12892/stat : 12892 (bprolog) S 12689 12691 12219 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 163432088 188829696 32093 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1469.7
Current children cumulated vsize (KiB) 184404

[startup+1543.52 s]
/proc/loadavg: 2.00 2.00 2.00 3/97 12892
/proc/meminfo: memFree=1128688/2055920 swapFree=4191880/4192956
[pid=12691] ppid=12689 vsize=184404 CPUtime=1529.21
/proc/12691/stat : 12691 (bprolog) R 12689 12691 12219 0 -1 4194304 64950 0 0 0 152879 42 0 0 25 0 4 0 163295590 188829696 32093 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12691/statm: 46101 32093 180 90 0 45639 0
[pid=12691/tid=12693] ppid=12689 vsize=184404 CPUtime=0
/proc/12691/task/12693/stat : 12693 (bprolog) S 12689 12691 12219 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163297061 188829696 32093 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12691/tid=12891] ppid=12689 vsize=184404 CPUtime=0
/proc/12691/task/12891/stat : 12891 (bprolog) S 12689 12691 12219 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163387078 188829696 32093 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12691/tid=12892] ppid=12689 vsize=184404 CPUtime=0
/proc/12691/task/12892/stat : 12892 (bprolog) S 12689 12691 12219 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 163432088 188829696 32093 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1529.21
Current children cumulated vsize (KiB) 184404

[startup+1603.59 s]
/proc/loadavg: 2.00 2.00 2.00 3/97 12892
/proc/meminfo: memFree=1128624/2055920 swapFree=4191880/4192956
[pid=12691] ppid=12689 vsize=184404 CPUtime=1588.73
/proc/12691/stat : 12691 (bprolog) R 12689 12691 12219 0 -1 4194304 64950 0 0 0 158831 42 0 0 25 0 4 0 163295590 188829696 32093 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664634 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12691/statm: 46101 32093 180 90 0 45639 0
[pid=12691/tid=12693] ppid=12689 vsize=184404 CPUtime=0
/proc/12691/task/12693/stat : 12693 (bprolog) S 12689 12691 12219 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163297061 188829696 32093 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12691/tid=12891] ppid=12689 vsize=184404 CPUtime=0
/proc/12691/task/12891/stat : 12891 (bprolog) S 12689 12691 12219 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163387078 188829696 32093 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12691/tid=12892] ppid=12689 vsize=184404 CPUtime=0
/proc/12691/task/12892/stat : 12892 (bprolog) S 12689 12691 12219 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163432088 188829696 32093 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1588.73
Current children cumulated vsize (KiB) 184404

[startup+1663.67 s]
/proc/loadavg: 2.03 2.01 2.00 3/97 12892
/proc/meminfo: memFree=1128560/2055920 swapFree=4191880/4192956
[pid=12691] ppid=12689 vsize=184404 CPUtime=1648.26
/proc/12691/stat : 12691 (bprolog) R 12689 12691 12219 0 -1 4194304 64950 0 0 0 164783 43 0 0 25 0 4 0 163295590 188829696 32093 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664255 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/12691/statm: 46101 32093 180 90 0 45639 0
[pid=12691/tid=12693] ppid=12689 vsize=184404 CPUtime=0
/proc/12691/task/12693/stat : 12693 (bprolog) S 12689 12691 12219 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163297061 188829696 32093 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12691/tid=12891] ppid=12689 vsize=184404 CPUtime=0
/proc/12691/task/12891/stat : 12891 (bprolog) S 12689 12691 12219 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163387078 188829696 32093 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12691/tid=12892] ppid=12689 vsize=184404 CPUtime=0
/proc/12691/task/12892/stat : 12892 (bprolog) S 12689 12691 12219 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163432088 188829696 32093 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1648.26
Current children cumulated vsize (KiB) 184404

[startup+1723.76 s]
/proc/loadavg: 2.08 2.02 2.00 3/96 12951
/proc/meminfo: memFree=1547512/2055920 swapFree=4191880/4192956
[pid=12691] ppid=12689 vsize=184404 CPUtime=1707.82
/proc/12691/stat : 12691 (bprolog) R 12689 12691 12219 0 -1 4194304 64950 0 0 0 170735 47 0 0 25 0 4 0 163295590 188829696 32093 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620111 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12691/statm: 46101 32093 180 90 0 45639 0
[pid=12691/tid=12693] ppid=12689 vsize=184404 CPUtime=0
/proc/12691/task/12693/stat : 12693 (bprolog) S 12689 12691 12219 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163297061 188829696 32093 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12691/tid=12891] ppid=12689 vsize=184404 CPUtime=0
/proc/12691/task/12891/stat : 12891 (bprolog) S 12689 12691 12219 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163387078 188829696 32093 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12691/tid=12892] ppid=12689 vsize=184404 CPUtime=0
/proc/12691/task/12892/stat : 12892 (bprolog) S 12689 12691 12219 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163432088 188829696 32093 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1707.82
Current children cumulated vsize (KiB) 184404

[startup+1783.84 s]
/proc/loadavg: 2.03 2.02 2.00 3/96 12953
/proc/meminfo: memFree=1527488/2055920 swapFree=4191880/4192956
[pid=12691] ppid=12689 vsize=184404 CPUtime=1767.82
/proc/12691/stat : 12691 (bprolog) R 12689 12691 12219 0 -1 4194304 64950 0 0 0 176735 47 0 0 25 0 4 0 163295590 188829696 32093 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664651 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/12691/statm: 46101 32093 180 90 0 45639 0
[pid=12691/tid=12693] ppid=12689 vsize=184404 CPUtime=0
/proc/12691/task/12693/stat : 12693 (bprolog) S 12689 12691 12219 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163297061 188829696 32093 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12691/tid=12891] ppid=12689 vsize=184404 CPUtime=0
/proc/12691/task/12891/stat : 12891 (bprolog) S 12689 12691 12219 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163387078 188829696 32093 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=12691/tid=12892] ppid=12689 vsize=184404 CPUtime=0
/proc/12691/task/12892/stat : 12892 (bprolog) S 12689 12691 12219 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163432088 188829696 32093 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1767.82
Current children cumulated vsize (KiB) 184404



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.1 s]
/proc/loadavg: 2.02 2.01 2.00 3/94 13025
/proc/meminfo: memFree=1514808/2055920 swapFree=4191880/4192956
[pid=12691] ppid=12689 vsize=184404 CPUtime=1800.07
/proc/12691/stat : 12691 (bprolog) R 12689 12691 12219 0 -1 4194304 64951 0 0 0 179956 51 0 0 25 0 1 0 163295590 188829696 32094 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134577574 0 0 4096 2 0 0 0 17 0 0 0
/proc/12691/statm: 46101 32094 181 90 0 45639 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 184404

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1816.13
CPU time (s): 1800.1
CPU user time (s): 1799.56
CPU system time (s): 0.534918
CPU usage (%): 99.1174
Max. virtual memory (cumulated for all children) (KiB): 184404

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

runsolver used 2.43663 s user time and 5.59215 s system time

The end

Launcher Data (download as text)

Begin job on node9 on Sun Jan  7 05:49:49 UTC 2007


IDJOB= 201665
IDBENCH= 3777
FILE ID= node9/201665-1168148989

PBS_JOBID= 3478182

Free space on /tmp= 66537 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp11-15/fapp13/fapp13-2000-9.xml
COMMAND LINE= /tmp/evaluation/201665-1168148989/Complete/Ordinary/solver /tmp/evaluation/201665-1168148989/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node9/convwatcher-201665-1168148989 -o ROOT/results/node9/conversion-201665-1168148989 -C 600 -M 900 /tmp/evaluation/201665-1168148989/Complete/Ordinary/conversion /tmp/evaluation/201665-1168148989/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node9/watcher-201665-1168148989 -o ROOT/results/node9/solver-201665-1168148989 -C 1800 -M 900  /tmp/evaluation/201665-1168148989/Complete/Ordinary/solver /tmp/evaluation/201665-1168148989/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  5b72c86380aa44432a29d477c7fa6640

RANDOM SEED= 402055278

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.231
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.231
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1468264 kB
Buffers:         21996 kB
Cached:         157588 kB
SwapCached:        276 kB
Active:         417068 kB
Inactive:       107988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1468264 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            7088 kB
Writeback:           0 kB
Mapped:         365060 kB
Slab:            46672 kB
Committed_AS:  4774812 kB
PageTables:       2948 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= 66532 MiB



End job on node9 on Sun Jan  7 06:20:21 UTC 2007