Trace number 209584

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.04 1812.69

General information on the benchmark

Namefapp/fapp26-30/fapp28/
fapp28-2800-1.xml
MD5SUMa7e94457371619f32119af4890fc20ae
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark10.8104
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables2800
Number of constraints22569
Maximum constraint arity2
Maximum domain size998
Number of constraints which are defined in extension0
Number of constraints which are defined in intension22569
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

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

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

/proc/loadavg: 2.02 2.01 2.00 5/87 1522
/proc/meminfo: memFree=1415816/2055920 swapFree=4192812/4192956
[pid=1521] ppid=1519 vsize=53472 CPUtime=0
/proc/1521/stat : 1521 (bprolog) R 1519 1521 32714 0 -1 4194304 489 0 0 0 0 0 0 0 20 0 1 0 167721226 54755328 208 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 8328158 0 0 4096 2 0 0 0 17 1 0 0
/proc/1521/statm: 13368 208 123 90 0 12906 0

[startup+0.104981 s]
/proc/loadavg: 2.02 2.01 2.00 5/87 1522
/proc/meminfo: memFree=1415816/2055920 swapFree=4192812/4192956
[pid=1521] ppid=1519 vsize=53824 CPUtime=0.09
/proc/1521/stat : 1521 (bprolog) R 1519 1521 32714 0 -1 4194304 2190 0 0 0 8 1 0 0 20 0 1 0 167721226 55115776 1906 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555972 0 0 4096 2 0 0 0 17 1 0 0
/proc/1521/statm: 13456 1906 157 90 0 12994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53824

[startup+0.516018 s]
/proc/loadavg: 2.02 2.01 2.00 5/87 1522
/proc/meminfo: memFree=1415816/2055920 swapFree=4192812/4192956
[pid=1521] ppid=1519 vsize=67352 CPUtime=0.5
/proc/1521/stat : 1521 (bprolog) R 1519 1521 32714 0 -1 4194304 8796 0 0 0 46 4 0 0 24 0 1 0 167721226 68968448 8510 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858988 0 0 4096 2 0 0 0 17 1 0 0
/proc/1521/statm: 16838 8510 157 90 0 16376 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 67352

[startup+1.33709 s]
/proc/loadavg: 2.02 2.01 2.00 3/87 1522
/proc/meminfo: memFree=1373832/2055920 swapFree=4192812/4192956
[pid=1521] ppid=1519 vsize=67348 CPUtime=1.31
/proc/1521/stat : 1521 (bprolog) R 1519 1521 32714 0 -1 4194304 11622 0 0 0 126 5 0 0 25 0 1 0 167721226 68964352 11335 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134668979 0 0 4096 2 0 0 0 17 1 0 0
/proc/1521/statm: 16837 11335 160 90 0 16375 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 67348

[startup+2.97425 s]
/proc/loadavg: 2.02 2.01 2.00 3/87 1522
/proc/meminfo: memFree=1369224/2055920 swapFree=4192812/4192956
[pid=1521] ppid=1519 vsize=67348 CPUtime=2.94
/proc/1521/stat : 1521 (bprolog) R 1519 1521 32714 0 -1 4194304 12083 0 0 0 288 6 0 0 25 0 1 0 167721226 68964352 11796 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 0 0 0 17 1 0 0
/proc/1521/statm: 16837 11796 176 90 0 16375 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 67348

[startup+6.25357 s]
/proc/loadavg: 2.02 2.01 2.00 3/87 1522
/proc/meminfo: memFree=1371208/2055920 swapFree=4192812/4192956
[pid=1521] ppid=1519 vsize=80240 CPUtime=6.19
/proc/1521/stat : 1521 (bprolog) R 1519 1521 32714 0 -1 4194304 22409 0 0 0 608 11 0 0 25 0 1 0 167721226 82165760 14510 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/1521/statm: 20060 14510 176 90 0 19598 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 80240

[startup+12.7192 s]
/proc/loadavg: 2.02 2.01 2.00 3/88 1523
/proc/meminfo: memFree=1323328/2055920 swapFree=4192812/4192956
[pid=1521] ppid=1519 vsize=127276 CPUtime=12.6
/proc/1521/stat : 1521 (bprolog) R 1519 1521 32714 0 -1 4194304 52102 0 0 0 1235 25 0 0 25 0 2 0 167721226 130330624 23296 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134576089 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1521/statm: 31819 23296 180 90 0 31357 0
[pid=1521/tid=1523] ppid=1519 vsize=127276 CPUtime=0
/proc/1521/task/1523/stat : 1523 (bprolog) S 1519 1521 32714 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167722348 130330624 23296 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) 127276

[startup+25.5394 s]
/proc/loadavg: 2.01 2.01 2.00 3/88 1523
/proc/meminfo: memFree=1323264/2055920 swapFree=4192812/4192956
[pid=1521] ppid=1519 vsize=127276 CPUtime=25.31
/proc/1521/stat : 1521 (bprolog) R 1519 1521 32714 0 -1 4194304 52102 0 0 0 2506 25 0 0 25 0 2 0 167721226 130330624 23296 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620279 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1521/statm: 31819 23296 180 90 0 31357 0
[pid=1521/tid=1523] ppid=1519 vsize=127276 CPUtime=0
/proc/1521/task/1523/stat : 1523 (bprolog) S 1519 1521 32714 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167722348 130330624 23296 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 127276

[startup+51.1809 s]
/proc/loadavg: 2.01 2.00 2.00 3/88 1523
/proc/meminfo: memFree=1323264/2055920 swapFree=4192812/4192956
[pid=1521] ppid=1519 vsize=127276 CPUtime=50.75
/proc/1521/stat : 1521 (bprolog) R 1519 1521 32714 0 -1 4194304 52109 0 0 0 5050 25 0 0 25 0 2 0 167721226 130330624 23303 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662547 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1521/statm: 31819 23303 180 90 0 31357 0
[pid=1521/tid=1523] ppid=1519 vsize=127276 CPUtime=0
/proc/1521/task/1523/stat : 1523 (bprolog) S 1519 1521 32714 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167722348 130330624 23303 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 127276

[startup+102.462 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 1523
/proc/meminfo: memFree=1323264/2055920 swapFree=4192812/4192956
[pid=1521] ppid=1519 vsize=127276 CPUtime=101.64
/proc/1521/stat : 1521 (bprolog) R 1519 1521 32714 0 -1 4194304 52109 0 0 0 10138 26 0 0 25 0 2 0 167721226 130330624 23303 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134576067 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1521/statm: 31819 23303 180 90 0 31357 0
[pid=1521/tid=1523] ppid=1519 vsize=127276 CPUtime=0
/proc/1521/task/1523/stat : 1523 (bprolog) S 1519 1521 32714 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167722348 130330624 23303 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.64
Current children cumulated vsize (KiB) 127276

[startup+162.463 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 1524
/proc/meminfo: memFree=1323384/2055920 swapFree=4192812/4192956
[pid=1521] ppid=1519 vsize=127276 CPUtime=161.16
/proc/1521/stat : 1521 (bprolog) R 1519 1521 32714 0 -1 4194304 52109 0 0 0 16090 26 0 0 25 0 2 0 167721226 130330624 23303 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662593 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1521/statm: 31819 23303 180 90 0 31357 0
[pid=1521/tid=1523] ppid=1519 vsize=127276 CPUtime=0
/proc/1521/task/1523/stat : 1523 (bprolog) S 1519 1521 32714 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167722348 130330624 23303 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.16
Current children cumulated vsize (KiB) 127276

[startup+222.466 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 1524
/proc/meminfo: memFree=1323256/2055920 swapFree=4192812/4192956
[pid=1521] ppid=1519 vsize=127276 CPUtime=220.66
/proc/1521/stat : 1521 (bprolog) R 1519 1521 32714 0 -1 4194304 52141 0 0 0 22039 27 0 0 25 0 2 0 167721226 130330624 23335 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662607 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1521/statm: 31819 23335 180 90 0 31357 0
[pid=1521/tid=1523] ppid=1519 vsize=127276 CPUtime=0
/proc/1521/task/1523/stat : 1523 (bprolog) S 1519 1521 32714 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167722348 130330624 23335 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.66
Current children cumulated vsize (KiB) 127276

[startup+282.477 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 1524
/proc/meminfo: memFree=1323192/2055920 swapFree=4192812/4192956
[pid=1521] ppid=1519 vsize=127276 CPUtime=280.18
/proc/1521/stat : 1521 (bprolog) R 1519 1521 32714 0 -1 4194304 52141 0 0 0 27990 28 0 0 25 0 2 0 167721226 130330624 23335 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1521/statm: 31819 23335 180 90 0 31357 0
[pid=1521/tid=1523] ppid=1519 vsize=127276 CPUtime=0
/proc/1521/task/1523/stat : 1523 (bprolog) S 1519 1521 32714 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167722348 130330624 23335 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.18
Current children cumulated vsize (KiB) 127276

[startup+342.481 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 1524
/proc/meminfo: memFree=1323192/2055920 swapFree=4192812/4192956
[pid=1521] ppid=1519 vsize=127276 CPUtime=339.68
/proc/1521/stat : 1521 (bprolog) R 1519 1521 32714 0 -1 4194304 52141 0 0 0 33940 28 0 0 25 0 2 0 167721226 130330624 23335 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618368 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1521/statm: 31819 23335 180 90 0 31357 0
[pid=1521/tid=1523] ppid=1519 vsize=127276 CPUtime=0
/proc/1521/task/1523/stat : 1523 (bprolog) S 1519 1521 32714 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167722348 130330624 23335 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 339.68
Current children cumulated vsize (KiB) 127276

[startup+402.485 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 1524
/proc/meminfo: memFree=1323192/2055920 swapFree=4192812/4192956
[pid=1521] ppid=1519 vsize=127276 CPUtime=399.18
/proc/1521/stat : 1521 (bprolog) R 1519 1521 32714 0 -1 4194304 52141 0 0 0 39889 29 0 0 25 0 2 0 167721226 130330624 23335 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1521/statm: 31819 23335 180 90 0 31357 0
[pid=1521/tid=1523] ppid=1519 vsize=127276 CPUtime=0
/proc/1521/task/1523/stat : 1523 (bprolog) S 1519 1521 32714 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167722348 130330624 23335 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 399.18
Current children cumulated vsize (KiB) 127276

[startup+462.487 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 1524
/proc/meminfo: memFree=1323128/2055920 swapFree=4192812/4192956
[pid=1521] ppid=1519 vsize=127276 CPUtime=458.68
/proc/1521/stat : 1521 (bprolog) R 1519 1521 32714 0 -1 4194304 52141 0 0 0 45839 29 0 0 25 0 2 0 167721226 130330624 23335 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1521/statm: 31819 23335 180 90 0 31357 0
[pid=1521/tid=1523] ppid=1519 vsize=127276 CPUtime=0
/proc/1521/task/1523/stat : 1523 (bprolog) S 1519 1521 32714 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167722348 130330624 23335 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 458.68
Current children cumulated vsize (KiB) 127276

[startup+522.492 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 1524
/proc/meminfo: memFree=1323128/2055920 swapFree=4192812/4192956
[pid=1521] ppid=1519 vsize=127276 CPUtime=518.18
/proc/1521/stat : 1521 (bprolog) R 1519 1521 32714 0 -1 4194304 52141 0 0 0 51788 30 0 0 25 0 2 0 167721226 130330624 23335 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662533 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1521/statm: 31819 23335 180 90 0 31357 0
[pid=1521/tid=1523] ppid=1519 vsize=127276 CPUtime=0
/proc/1521/task/1523/stat : 1523 (bprolog) S 1519 1521 32714 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167722348 130330624 23335 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 518.18
Current children cumulated vsize (KiB) 127276

[startup+582.594 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 1524
/proc/meminfo: memFree=1323192/2055920 swapFree=4192812/4192956
[pid=1521] ppid=1519 vsize=127276 CPUtime=577.78
/proc/1521/stat : 1521 (bprolog) R 1519 1521 32714 0 -1 4194304 52141 0 0 0 57747 31 0 0 25 0 2 0 167721226 130330624 23335 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663839 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1521/statm: 31819 23335 180 90 0 31357 0
[pid=1521/tid=1523] ppid=1519 vsize=127276 CPUtime=0
/proc/1521/task/1523/stat : 1523 (bprolog) S 1519 1521 32714 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167722348 130330624 23335 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 577.78
Current children cumulated vsize (KiB) 127276

[startup+642.695 s]
/proc/loadavg: 2.07 2.02 2.00 3/90 1525
/proc/meminfo: memFree=1322608/2055920 swapFree=4192812/4192956
[pid=1521] ppid=1519 vsize=127276 CPUtime=637.38
/proc/1521/stat : 1521 (bprolog) R 1519 1521 32714 0 -1 4194304 52141 0 0 0 63707 31 0 0 25 0 2 0 167721226 130330624 23335 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669029 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1521/statm: 31819 23335 180 90 0 31357 0
[pid=1521/tid=1523] ppid=1519 vsize=127276 CPUtime=0

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

/proc/1521/stat : 1521 (bprolog) R 1519 1521 32714 0 -1 4194304 74873 0 0 0 117332 48 0 0 25 0 3 0 167721226 140836864 23511 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552062 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1521/statm: 34384 23511 180 90 0 33922 0
[pid=1521/tid=1523] ppid=1519 vsize=137536 CPUtime=0
/proc/1521/task/1523/stat : 1523 (bprolog) S 1519 1521 32714 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 167722348 140836864 23511 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=1521/tid=1528] ppid=1519 vsize=137536 CPUtime=0
/proc/1521/task/1528/stat : 1528 (bprolog) S 1519 1521 32714 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 167812364 140836864 23511 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1173.8
Current children cumulated vsize (KiB) 137536

[startup+1243.21 s]
/proc/loadavg: 2.06 2.06 2.01 3/96 1605
/proc/meminfo: memFree=1104704/2055920 swapFree=4192812/4192956
[pid=1521] ppid=1519 vsize=137536 CPUtime=1233.59
/proc/1521/stat : 1521 (bprolog) R 1519 1521 32714 0 -1 4194304 74873 0 0 0 123310 49 0 0 25 0 3 0 167721226 140836864 23511 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620248 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1521/statm: 34384 23511 180 90 0 33922 0
[pid=1521/tid=1523] ppid=1519 vsize=137536 CPUtime=0
/proc/1521/task/1523/stat : 1523 (bprolog) S 1519 1521 32714 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 167722348 140836864 23511 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=1521/tid=1528] ppid=1519 vsize=137536 CPUtime=0
/proc/1521/task/1528/stat : 1528 (bprolog) S 1519 1521 32714 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 167812364 140836864 23511 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1233.59
Current children cumulated vsize (KiB) 137536

[startup+1303.3 s]
/proc/loadavg: 2.05 2.06 2.01 3/96 1605
/proc/meminfo: memFree=1054464/2055920 swapFree=4192812/4192956
[pid=1521] ppid=1519 vsize=137536 CPUtime=1293.33
/proc/1521/stat : 1521 (bprolog) R 1519 1521 32714 0 -1 4194304 74873 0 0 0 129284 49 0 0 25 0 3 0 167721226 140836864 23511 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134751595 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1521/statm: 34384 23511 180 90 0 33922 0
[pid=1521/tid=1523] ppid=1519 vsize=137536 CPUtime=0
/proc/1521/task/1523/stat : 1523 (bprolog) S 1519 1521 32714 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 167722348 140836864 23511 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=1521/tid=1528] ppid=1519 vsize=137536 CPUtime=0
/proc/1521/task/1528/stat : 1528 (bprolog) S 1519 1521 32714 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 167812364 140836864 23511 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1293.33
Current children cumulated vsize (KiB) 137536

[startup+1363.4 s]
/proc/loadavg: 2.02 2.05 2.00 3/97 1606
/proc/meminfo: memFree=1007672/2055920 swapFree=4192812/4192956
[pid=1521] ppid=1519 vsize=147780 CPUtime=1353.11
/proc/1521/stat : 1521 (bprolog) R 1519 1521 32714 0 -1 4194304 74874 0 0 0 135262 49 0 0 25 0 4 0 167721226 151326720 23512 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664014 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1521/statm: 36945 23512 180 90 0 36483 0
[pid=1521/tid=1523] ppid=1519 vsize=147780 CPUtime=0
/proc/1521/task/1523/stat : 1523 (bprolog) S 1519 1521 32714 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167722348 151326720 23512 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=1521/tid=1528] ppid=1519 vsize=147780 CPUtime=0
/proc/1521/task/1528/stat : 1528 (bprolog) S 1519 1521 32714 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167812364 151326720 23512 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=1521/tid=1606] ppid=1519 vsize=147780 CPUtime=0
/proc/1521/task/1606/stat : 1606 (bprolog) S 1519 1521 32714 0 -1 4194368 0 0 0 0 0 0 0 0 15 0 4 0 167857374 151326720 23512 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1353.11
Current children cumulated vsize (KiB) 147780

[startup+1423.43 s]
/proc/loadavg: 2.00 2.03 2.00 3/97 1606
/proc/meminfo: memFree=973176/2055920 swapFree=4192812/4192956
[pid=1521] ppid=1519 vsize=147780 CPUtime=1412.81
/proc/1521/stat : 1521 (bprolog) R 1519 1521 32714 0 -1 4194304 74891 0 0 0 141232 49 0 0 25 0 4 0 167721226 151326720 23529 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1521/statm: 36945 23529 180 90 0 36483 0
[pid=1521/tid=1523] ppid=1519 vsize=147780 CPUtime=0
/proc/1521/task/1523/stat : 1523 (bprolog) S 1519 1521 32714 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167722348 151326720 23529 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=1521/tid=1528] ppid=1519 vsize=147780 CPUtime=0
/proc/1521/task/1528/stat : 1528 (bprolog) S 1519 1521 32714 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167812364 151326720 23529 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=1521/tid=1606] ppid=1519 vsize=147780 CPUtime=0
/proc/1521/task/1606/stat : 1606 (bprolog) S 1519 1521 32714 0 -1 4194368 0 0 0 0 0 0 0 0 15 0 4 0 167857374 151326720 23529 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1412.81
Current children cumulated vsize (KiB) 147780

[startup+1483.45 s]
/proc/loadavg: 2.00 2.03 2.00 3/97 1606
/proc/meminfo: memFree=940792/2055920 swapFree=4192812/4192956
[pid=1521] ppid=1519 vsize=147780 CPUtime=1472.5
/proc/1521/stat : 1521 (bprolog) R 1519 1521 32714 0 -1 4194304 74891 0 0 0 147200 50 0 0 25 0 4 0 167721226 151326720 23529 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1521/statm: 36945 23529 180 90 0 36483 0
[pid=1521/tid=1523] ppid=1519 vsize=147780 CPUtime=0
/proc/1521/task/1523/stat : 1523 (bprolog) S 1519 1521 32714 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167722348 151326720 23529 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=1521/tid=1528] ppid=1519 vsize=147780 CPUtime=0
/proc/1521/task/1528/stat : 1528 (bprolog) S 1519 1521 32714 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167812364 151326720 23529 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=1521/tid=1606] ppid=1519 vsize=147780 CPUtime=0
/proc/1521/task/1606/stat : 1606 (bprolog) S 1519 1521 32714 0 -1 4194368 0 0 0 0 0 0 0 0 15 0 4 0 167857374 151326720 23529 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1472.5
Current children cumulated vsize (KiB) 147780

[startup+1543.47 s]
/proc/loadavg: 2.00 2.02 2.00 3/97 1606
/proc/meminfo: memFree=910904/2055920 swapFree=4192812/4192956
[pid=1521] ppid=1519 vsize=147780 CPUtime=1532.19
/proc/1521/stat : 1521 (bprolog) R 1519 1521 32714 0 -1 4194304 74891 0 0 0 153169 50 0 0 25 0 4 0 167721226 151326720 23529 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662622 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1521/statm: 36945 23529 180 90 0 36483 0
[pid=1521/tid=1523] ppid=1519 vsize=147780 CPUtime=0
/proc/1521/task/1523/stat : 1523 (bprolog) S 1519 1521 32714 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167722348 151326720 23529 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=1521/tid=1528] ppid=1519 vsize=147780 CPUtime=0
/proc/1521/task/1528/stat : 1528 (bprolog) S 1519 1521 32714 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167812364 151326720 23529 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=1521/tid=1606] ppid=1519 vsize=147780 CPUtime=0
/proc/1521/task/1606/stat : 1606 (bprolog) S 1519 1521 32714 0 -1 4194368 0 0 0 0 0 0 0 0 15 0 4 0 167857374 151326720 23529 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1532.19
Current children cumulated vsize (KiB) 147780

[startup+1603.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/97 1606
/proc/meminfo: memFree=875064/2055920 swapFree=4192812/4192956
[pid=1521] ppid=1519 vsize=147780 CPUtime=1591.89
/proc/1521/stat : 1521 (bprolog) R 1519 1521 32714 0 -1 4194304 75648 0 0 0 159139 50 0 0 25 0 4 0 167721226 151326720 24286 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134577574 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1521/statm: 36945 24286 180 90 0 36483 0
[pid=1521/tid=1523] ppid=1519 vsize=147780 CPUtime=0
/proc/1521/task/1523/stat : 1523 (bprolog) S 1519 1521 32714 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167722348 151326720 24286 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=1521/tid=1528] ppid=1519 vsize=147780 CPUtime=0
/proc/1521/task/1528/stat : 1528 (bprolog) S 1519 1521 32714 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167812364 151326720 24286 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=1521/tid=1606] ppid=1519 vsize=147780 CPUtime=0
/proc/1521/task/1606/stat : 1606 (bprolog) S 1519 1521 32714 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167857374 151326720 24286 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1591.89
Current children cumulated vsize (KiB) 147780

[startup+1663.52 s]
/proc/loadavg: 2.00 2.01 2.00 3/97 1606
/proc/meminfo: memFree=857976/2055920 swapFree=4192812/4192956
[pid=1521] ppid=1519 vsize=147780 CPUtime=1651.57
/proc/1521/stat : 1521 (bprolog) R 1519 1521 32714 0 -1 4194304 75648 0 0 0 165107 50 0 0 25 0 4 0 167721226 151326720 24286 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554419 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1521/statm: 36945 24286 180 90 0 36483 0
[pid=1521/tid=1523] ppid=1519 vsize=147780 CPUtime=0
/proc/1521/task/1523/stat : 1523 (bprolog) S 1519 1521 32714 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167722348 151326720 24286 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=1521/tid=1528] ppid=1519 vsize=147780 CPUtime=0
/proc/1521/task/1528/stat : 1528 (bprolog) S 1519 1521 32714 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167812364 151326720 24286 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=1521/tid=1606] ppid=1519 vsize=147780 CPUtime=0
/proc/1521/task/1606/stat : 1606 (bprolog) S 1519 1521 32714 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167857374 151326720 24286 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1651.57
Current children cumulated vsize (KiB) 147780

[startup+1723.52 s]
/proc/loadavg: 2.02 2.02 2.00 3/90 1681
/proc/meminfo: memFree=1570800/2055920 swapFree=4192812/4192956
[pid=1521] ppid=1519 vsize=147780 CPUtime=1711.27
/proc/1521/stat : 1521 (bprolog) R 1519 1521 32714 0 -1 4194304 75648 0 0 0 171075 52 0 0 25 0 4 0 167721226 151326720 24286 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1521/statm: 36945 24286 180 90 0 36483 0
[pid=1521/tid=1523] ppid=1519 vsize=147780 CPUtime=0
/proc/1521/task/1523/stat : 1523 (bprolog) S 1519 1521 32714 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167722348 151326720 24286 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=1521/tid=1528] ppid=1519 vsize=147780 CPUtime=0
/proc/1521/task/1528/stat : 1528 (bprolog) S 1519 1521 32714 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167812364 151326720 24286 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=1521/tid=1606] ppid=1519 vsize=147780 CPUtime=0
/proc/1521/task/1606/stat : 1606 (bprolog) S 1519 1521 32714 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167857374 151326720 24286 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1711.27
Current children cumulated vsize (KiB) 147780

[startup+1783.61 s]
/proc/loadavg: 2.09 2.04 2.01 3/90 1681
/proc/meminfo: memFree=1569328/2055920 swapFree=4192812/4192956
[pid=1521] ppid=1519 vsize=147780 CPUtime=1771.09
/proc/1521/stat : 1521 (bprolog) R 1519 1521 32714 0 -1 4194304 75648 0 0 0 177057 52 0 0 25 0 4 0 167721226 151326720 24286 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669026 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1521/statm: 36945 24286 180 90 0 36483 0
[pid=1521/tid=1523] ppid=1519 vsize=147780 CPUtime=0
/proc/1521/task/1523/stat : 1523 (bprolog) S 1519 1521 32714 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167722348 151326720 24286 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=1521/tid=1528] ppid=1519 vsize=147780 CPUtime=0
/proc/1521/task/1528/stat : 1528 (bprolog) S 1519 1521 32714 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167812364 151326720 24286 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=1521/tid=1606] ppid=1519 vsize=147780 CPUtime=0
/proc/1521/task/1606/stat : 1606 (bprolog) S 1519 1521 32714 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167857374 151326720 24286 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1771.09
Current children cumulated vsize (KiB) 147780



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.67 s]
/proc/loadavg: 2.05 2.03 2.00 3/87 1681
/proc/meminfo: memFree=1569008/2055920 swapFree=4192812/4192956
[pid=1521] ppid=1519 vsize=147780 CPUtime=1800.01
/proc/1521/stat : 1521 (bprolog) R 1519 1521 32714 0 -1 4194304 75649 0 0 0 179949 52 0 0 25 0 1 0 167721226 151326720 24287 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663836 0 0 4096 2 0 0 0 17 0 0 0
/proc/1521/statm: 36945 24287 181 90 0 36483 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 147780

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1812.69
CPU time (s): 1800.04
CPU user time (s): 1799.5
CPU system time (s): 0.544917
CPU usage (%): 99.3022
Max. virtual memory (cumulated for all children) (KiB): 150556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.5
system time used= 0.544917
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75649
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= 15
involuntary context switches= 53806

runsolver used 1.88271 s user time and 5.40418 s system time

The end

Launcher Data (download as text)

Begin job on node18 on Sun Jan  7 18:07:31 UTC 2007


IDJOB= 209584
IDBENCH= 4548
FILE ID= node18/209584-1168193251

PBS_JOBID= 3478989

Free space on /tmp= 66273 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp26-30/fapp28/fapp28-2800-1.xml
COMMAND LINE= /tmp/evaluation/209584-1168193251/Complete/Ordinary/solver /tmp/evaluation/209584-1168193251/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node18/convwatcher-209584-1168193251 -o ROOT/results/node18/conversion-209584-1168193251 -C 600 -M 900 /tmp/evaluation/209584-1168193251/Complete/Ordinary/conversion /tmp/evaluation/209584-1168193251/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node18/watcher-209584-1168193251 -o ROOT/results/node18/solver-209584-1168193251 -C 1800 -M 900  /tmp/evaluation/209584-1168193251/Complete/Ordinary/solver /tmp/evaluation/209584-1168193251/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  a7e94457371619f32119af4890fc20ae

RANDOM SEED= 175986109

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:       1416232 kB
Buffers:         41468 kB
Cached:         231280 kB
SwapCached:          0 kB
Active:         410956 kB
Inactive:       168968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1416232 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            6612 kB
Writeback:           0 kB
Mapped:         327472 kB
Slab:            44000 kB
Committed_AS:  4963980 kB
PageTables:       2684 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= 66283 MiB



End job on node18 on Sun Jan  7 18:37:58 UTC 2007