Trace number 201681

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.14 1813.58

General information on the benchmark

Namefapp/fapp11-15/fapp13/
fapp13-2000-8.xml
MD5SUM6d1268141c16c5921f55653855a956f2
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 benchmark31.8102
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/201681-1168149124/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/node22/watcher-201681-1168149124 -o ROOT/results/node22/solver-201681-1168149124 -C 1800 -M 900 /tmp/evaluation/201681-1168149124/Complete/Ordinary/solver /tmp/evaluation/201681-1168149124/unknown 1800 

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

/proc/loadavg: 1.98 2.03 2.00 3/86 31495
/proc/meminfo: memFree=970840/2055920 swapFree=4157532/4192956
[pid=31494] ppid=31492 vsize=5352 CPUtime=0
/proc/31494/stat : 31494 (sh) R 31492 31494 30299 0 -1 4194304 266 0 0 0 0 0 0 0 20 0 1 0 163308554 5480448 233 18446744073709551615 4194304 4889804 548682069360 18446744073709551615 4375747 0 0 4100 65536 0 0 0 17 1 0 0
/proc/31494/statm: 1338 233 196 169 0 49 0

[startup+0.102477 s]
/proc/loadavg: 1.98 2.03 2.00 3/86 31495
/proc/meminfo: memFree=970840/2055920 swapFree=4157532/4192956
[pid=31494] ppid=31492 vsize=53824 CPUtime=0.08
/proc/31494/stat : 31494 (bprolog) R 31492 31494 30299 0 -1 4194304 2123 0 0 0 7 1 0 0 20 0 1 0 163308554 55115776 1839 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134573061 0 0 4096 2 0 0 0 17 1 0 0
/proc/31494/statm: 13456 1839 157 90 0 12994 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 53824

[startup+0.510535 s]
/proc/loadavg: 1.98 2.03 2.00 3/86 31495
/proc/meminfo: memFree=970840/2055920 swapFree=4157532/4192956
[pid=31494] ppid=31492 vsize=68396 CPUtime=0.49
/proc/31494/stat : 31494 (bprolog) R 31492 31494 30299 0 -1 4194304 8788 0 0 0 45 4 0 0 23 0 1 0 163308554 70037504 8502 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134857856 0 0 4096 2 0 0 0 17 1 0 0
/proc/31494/statm: 17099 8502 157 90 0 16637 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 68396

[startup+1.33165 s]
/proc/loadavg: 1.98 2.03 2.00 3/86 31495
/proc/meminfo: memFree=926104/2055920 swapFree=4157532/4192956
[pid=31494] ppid=31492 vsize=68396 CPUtime=1.3
/proc/31494/stat : 31494 (bprolog) R 31492 31494 30299 0 -1 4194304 12251 0 0 0 125 5 0 0 25 0 1 0 163308554 70037504 11965 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134613927 0 0 4096 2 0 0 0 17 1 0 0
/proc/31494/statm: 17099 11965 157 90 0 16637 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 68396

[startup+2.97391 s]
/proc/loadavg: 1.98 2.03 2.00 3/86 31495
/proc/meminfo: memFree=923224/2055920 swapFree=4157532/4192956
[pid=31494] ppid=31492 vsize=68392 CPUtime=2.94
/proc/31494/stat : 31494 (bprolog) R 31492 31494 30299 0 -1 4194304 12348 0 0 0 288 6 0 0 25 0 1 0 163308554 70033408 12061 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663830 0 0 4096 2 0 0 0 17 1 0 0
/proc/31494/statm: 17098 12061 176 90 0 16636 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 68392

[startup+6.25442 s]
/proc/loadavg: 1.98 2.03 2.00 3/86 31495
/proc/meminfo: memFree=919640/2055920 swapFree=4157532/4192956
[pid=31494] ppid=31492 vsize=71648 CPUtime=6.19
/proc/31494/stat : 31494 (bprolog) R 31492 31494 30299 0 -1 4194304 20350 0 0 0 610 9 0 0 25 0 1 0 163308554 73367552 12969 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134853706 0 0 4096 2 0 0 0 17 1 0 0
/proc/31494/statm: 17912 12969 176 90 0 17450 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 71648

[startup+12.7224 s]
/proc/loadavg: 1.98 2.03 2.00 3/86 31495
/proc/meminfo: memFree=890008/2055920 swapFree=4157532/4192956
[pid=31494] ppid=31492 vsize=106804 CPUtime=12.59
/proc/31494/stat : 31494 (bprolog) R 31492 31494 30299 0 -1 4194304 43130 0 0 0 1239 20 0 0 25 0 1 0 163308554 109367296 20981 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663066 0 0 4096 2 0 0 0 17 1 0 0
/proc/31494/statm: 26701 20981 176 90 0 26239 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 106804

[startup+25.5404 s]
/proc/loadavg: 1.99 2.03 2.00 3/87 31496
/proc/meminfo: memFree=847632/2055920 swapFree=4157532/4192956
[pid=31494] ppid=31492 vsize=163916 CPUtime=25.3
/proc/31494/stat : 31494 (bprolog) R 31492 31494 30299 0 -1 4194304 62936 0 0 0 2501 29 0 0 25 0 2 0 163308554 167849984 30933 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669036 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31494/statm: 40979 30933 180 90 0 40517 0
[pid=31494/tid=31496] ppid=31492 vsize=163916 CPUtime=0
/proc/31494/task/31496/stat : 31496 (bprolog) S 31492 31494 30299 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163309974 167849984 30933 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 163916

[startup+51.1863 s]
/proc/loadavg: 1.99 2.02 2.00 3/87 31496
/proc/meminfo: memFree=847760/2055920 swapFree=4157532/4192956
[pid=31494] ppid=31492 vsize=163916 CPUtime=50.76
/proc/31494/stat : 31494 (bprolog) R 31492 31494 30299 0 -1 4194304 62936 0 0 0 5046 30 0 0 25 0 2 0 163308554 167849984 30933 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662572 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31494/statm: 40979 30933 180 90 0 40517 0
[pid=31494/tid=31496] ppid=31492 vsize=163916 CPUtime=0
/proc/31494/task/31496/stat : 31496 (bprolog) S 31492 31494 30299 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163309974 167849984 30933 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 163916

[startup+102.474 s]
/proc/loadavg: 1.99 2.02 2.00 3/87 31496
/proc/meminfo: memFree=847696/2055920 swapFree=4157532/4192956
[pid=31494] ppid=31492 vsize=163916 CPUtime=101.63
/proc/31494/stat : 31494 (bprolog) R 31492 31494 30299 0 -1 4194304 62937 0 0 0 10133 30 0 0 25 0 2 0 163308554 167849984 30934 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663819 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31494/statm: 40979 30934 180 90 0 40517 0
[pid=31494/tid=31496] ppid=31492 vsize=163916 CPUtime=0
/proc/31494/task/31496/stat : 31496 (bprolog) S 31492 31494 30299 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163309974 167849984 30934 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.63
Current children cumulated vsize (KiB) 163916

[startup+162.489 s]
/proc/loadavg: 2.03 2.03 2.00 3/87 31496
/proc/meminfo: memFree=847760/2055920 swapFree=4157532/4192956
[pid=31494] ppid=31492 vsize=163916 CPUtime=161.13
/proc/31494/stat : 31494 (bprolog) R 31492 31494 30299 0 -1 4194304 62937 0 0 0 16082 31 0 0 25 0 2 0 163308554 167849984 30934 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662569 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31494/statm: 40979 30934 180 90 0 40517 0
[pid=31494/tid=31496] ppid=31492 vsize=163916 CPUtime=0
/proc/31494/task/31496/stat : 31496 (bprolog) S 31492 31494 30299 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163309974 167849984 30934 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.13
Current children cumulated vsize (KiB) 163916

[startup+222.499 s]
/proc/loadavg: 2.01 2.02 2.00 3/87 31496
/proc/meminfo: memFree=847760/2055920 swapFree=4157532/4192956
[pid=31494] ppid=31492 vsize=163916 CPUtime=220.66
/proc/31494/stat : 31494 (bprolog) R 31492 31494 30299 0 -1 4194304 62937 0 0 0 22035 31 0 0 25 0 2 0 163308554 167849984 30934 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31494/statm: 40979 30934 180 90 0 40517 0
[pid=31494/tid=31496] ppid=31492 vsize=163916 CPUtime=0
/proc/31494/task/31496/stat : 31496 (bprolog) S 31492 31494 30299 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163309974 167849984 30934 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) 163916

[startup+282.501 s]
/proc/loadavg: 2.00 2.01 2.00 3/87 31496
/proc/meminfo: memFree=847696/2055920 swapFree=4157532/4192956
[pid=31494] ppid=31492 vsize=163916 CPUtime=280.2
/proc/31494/stat : 31494 (bprolog) R 31492 31494 30299 0 -1 4194304 62938 0 0 0 27988 32 0 0 25 0 2 0 163308554 167849984 30935 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662547 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31494/statm: 40979 30935 180 90 0 40517 0
[pid=31494/tid=31496] ppid=31492 vsize=163916 CPUtime=0
/proc/31494/task/31496/stat : 31496 (bprolog) S 31492 31494 30299 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163309974 167849984 30935 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.2
Current children cumulated vsize (KiB) 163916

[startup+342.505 s]
/proc/loadavg: 2.03 2.02 2.00 3/87 31496
/proc/meminfo: memFree=847696/2055920 swapFree=4157532/4192956
[pid=31494] ppid=31492 vsize=163916 CPUtime=339.75
/proc/31494/stat : 31494 (bprolog) R 31492 31494 30299 0 -1 4194304 62938 0 0 0 33942 33 0 0 25 0 2 0 163308554 167849984 30935 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663839 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31494/statm: 40979 30935 180 90 0 40517 0
[pid=31494/tid=31496] ppid=31492 vsize=163916 CPUtime=0
/proc/31494/task/31496/stat : 31496 (bprolog) S 31492 31494 30299 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163309974 167849984 30935 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 339.75
Current children cumulated vsize (KiB) 163916

[startup+402.606 s]
/proc/loadavg: 2.01 2.02 2.00 3/87 31496
/proc/meminfo: memFree=847760/2055920 swapFree=4157532/4192956
[pid=31494] ppid=31492 vsize=163916 CPUtime=399.39
/proc/31494/stat : 31494 (bprolog) R 31492 31494 30299 0 -1 4194304 62938 0 0 0 39906 33 0 0 25 0 2 0 163308554 167849984 30935 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580464 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31494/statm: 40979 30935 180 90 0 40517 0
[pid=31494/tid=31496] ppid=31492 vsize=163916 CPUtime=0
/proc/31494/task/31496/stat : 31496 (bprolog) S 31492 31494 30299 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163309974 167849984 30935 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 399.39
Current children cumulated vsize (KiB) 163916

[startup+462.612 s]
/proc/loadavg: 2.00 2.01 2.00 3/87 31496
/proc/meminfo: memFree=847760/2055920 swapFree=4157532/4192956
[pid=31494] ppid=31492 vsize=163916 CPUtime=458.9
/proc/31494/stat : 31494 (bprolog) R 31492 31494 30299 0 -1 4194304 62938 0 0 0 45856 34 0 0 25 0 2 0 163308554 167849984 30935 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662533 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31494/statm: 40979 30935 180 90 0 40517 0
[pid=31494/tid=31496] ppid=31492 vsize=163916 CPUtime=0
/proc/31494/task/31496/stat : 31496 (bprolog) S 31492 31494 30299 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163309974 167849984 30935 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 458.9
Current children cumulated vsize (KiB) 163916

[startup+522.623 s]
/proc/loadavg: 2.04 2.02 2.00 3/93 31522
/proc/meminfo: memFree=846488/2055920 swapFree=4157532/4192956
[pid=31494] ppid=31492 vsize=163916 CPUtime=518.38
/proc/31494/stat : 31494 (bprolog) R 31492 31494 30299 0 -1 4194304 62938 0 0 0 51803 35 0 0 25 0 2 0 163308554 167849984 30935 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134577574 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31494/statm: 40979 30935 180 90 0 40517 0
[pid=31494/tid=31496] ppid=31492 vsize=163916 CPUtime=0
/proc/31494/task/31496/stat : 31496 (bprolog) S 31492 31494 30299 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163309974 167849984 30935 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 518.38
Current children cumulated vsize (KiB) 163916

[startup+582.655 s]
/proc/loadavg: 2.12 2.06 2.01 3/93 31648
/proc/meminfo: memFree=846480/2055920 swapFree=4157532/4192956
[pid=31494] ppid=31492 vsize=163916 CPUtime=577.74
/proc/31494/stat : 31494 (bprolog) R 31492 31494 30299 0 -1 4194304 62938 0 0 0 57739 35 0 0 25 0 2 0 163308554 167849984 30935 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662607 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31494/statm: 40979 30935 180 90 0 40517 0
[pid=31494/tid=31496] ppid=31492 vsize=163916 CPUtime=0
/proc/31494/task/31496/stat : 31496 (bprolog) S 31492 31494 30299 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163309974 167849984 30935 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 577.74
Current children cumulated vsize (KiB) 163916

[startup+642.67 s]
/proc/loadavg: 2.04 2.05 2.01 3/87 31694
/proc/meminfo: memFree=847504/2055920 swapFree=4157532/4192956
[pid=31494] ppid=31492 vsize=163916 CPUtime=637.2
/proc/31494/stat : 31494 (bprolog) R 31492 31494 30299 0 -1 4194304 62938 0 0 0 63685 35 0 0 25 0 2 0 163308554 167849984 30935 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664008 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31494/statm: 40979 30935 180 90 0 40517 0
[pid=31494/tid=31496] ppid=31492 vsize=163916 CPUtime=0
/proc/31494/task/31496/stat : 31496 (bprolog) S 31492 31494 30299 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163309974 167849984 30935 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 637.2

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

[pid=31494/tid=31695] ppid=31492 vsize=174160 CPUtime=0
/proc/31494/task/31695/stat : 31695 (bprolog) S 31492 31494 30299 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 163399987 178339840 30936 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1173.34
Current children cumulated vsize (KiB) 174160

[startup+1243.04 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 31695
/proc/meminfo: memFree=847560/2055920 swapFree=4157532/4192956
[pid=31494] ppid=31492 vsize=174160 CPUtime=1232.87
/proc/31494/stat : 31494 (bprolog) R 31492 31494 30299 0 -1 4194304 62939 0 0 0 123246 41 0 0 25 0 3 0 163308554 178339840 30936 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669021 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31494/statm: 43540 30936 180 90 0 43078 0
[pid=31494/tid=31496] ppid=31492 vsize=174160 CPUtime=0
/proc/31494/task/31496/stat : 31496 (bprolog) S 31492 31494 30299 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 163309974 178339840 30936 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31494/tid=31695] ppid=31492 vsize=174160 CPUtime=0
/proc/31494/task/31695/stat : 31695 (bprolog) S 31492 31494 30299 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 163399987 178339840 30936 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1232.87
Current children cumulated vsize (KiB) 174160

[startup+1303.07 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 31695
/proc/meminfo: memFree=847624/2055920 swapFree=4157532/4192956
[pid=31494] ppid=31492 vsize=174160 CPUtime=1292.4
/proc/31494/stat : 31494 (bprolog) R 31492 31494 30299 0 -1 4194304 62939 0 0 0 129198 42 0 0 25 0 3 0 163308554 178339840 30936 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663836 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31494/statm: 43540 30936 180 90 0 43078 0
[pid=31494/tid=31496] ppid=31492 vsize=174160 CPUtime=0
/proc/31494/task/31496/stat : 31496 (bprolog) S 31492 31494 30299 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 163309974 178339840 30936 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31494/tid=31695] ppid=31492 vsize=174160 CPUtime=0
/proc/31494/task/31695/stat : 31695 (bprolog) S 31492 31494 30299 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 163399987 178339840 30936 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1292.4
Current children cumulated vsize (KiB) 174160

[startup+1363.09 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 31695
/proc/meminfo: memFree=847560/2055920 swapFree=4157532/4192956
[pid=31494] ppid=31492 vsize=174160 CPUtime=1351.92
/proc/31494/stat : 31494 (bprolog) R 31492 31494 30299 0 -1 4194304 62939 0 0 0 135150 42 0 0 25 0 3 0 163308554 178339840 30936 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662533 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31494/statm: 43540 30936 180 90 0 43078 0
[pid=31494/tid=31496] ppid=31492 vsize=174160 CPUtime=0
/proc/31494/task/31496/stat : 31496 (bprolog) S 31492 31494 30299 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 163309974 178339840 30936 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31494/tid=31695] ppid=31492 vsize=174160 CPUtime=0
/proc/31494/task/31695/stat : 31695 (bprolog) S 31492 31494 30299 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 163399987 178339840 30936 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1351.92
Current children cumulated vsize (KiB) 174160

[startup+1423.15 s]
/proc/loadavg: 2.05 2.01 2.00 3/89 31696
/proc/meminfo: memFree=847552/2055920 swapFree=4157532/4192956
[pid=31494] ppid=31492 vsize=184404 CPUtime=1411.49
/proc/31494/stat : 31494 (bprolog) R 31492 31494 30299 0 -1 4194304 62940 0 0 0 141106 43 0 0 25 0 4 0 163308554 188829696 30937 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580492 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31494/statm: 46101 30937 180 90 0 45639 0
[pid=31494/tid=31496] ppid=31492 vsize=184404 CPUtime=0
/proc/31494/task/31496/stat : 31496 (bprolog) S 31492 31494 30299 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163309974 188829696 30937 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31494/tid=31695] ppid=31492 vsize=184404 CPUtime=0
/proc/31494/task/31695/stat : 31695 (bprolog) S 31492 31494 30299 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163399987 188829696 30937 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31494/tid=31696] ppid=31492 vsize=184404 CPUtime=0
/proc/31494/task/31696/stat : 31696 (bprolog) S 31492 31494 30299 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 163444997 188829696 30937 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1411.49
Current children cumulated vsize (KiB) 184404

[startup+1483.21 s]
/proc/loadavg: 2.02 2.01 2.00 3/89 31696
/proc/meminfo: memFree=847616/2055920 swapFree=4157532/4192956
[pid=31494] ppid=31492 vsize=184404 CPUtime=1471.06
/proc/31494/stat : 31494 (bprolog) R 31492 31494 30299 0 -1 4194304 62940 0 0 0 147062 44 0 0 25 0 4 0 163308554 188829696 30937 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552055 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31494/statm: 46101 30937 180 90 0 45639 0
[pid=31494/tid=31496] ppid=31492 vsize=184404 CPUtime=0
/proc/31494/task/31496/stat : 31496 (bprolog) S 31492 31494 30299 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163309974 188829696 30937 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31494/tid=31695] ppid=31492 vsize=184404 CPUtime=0
/proc/31494/task/31695/stat : 31695 (bprolog) S 31492 31494 30299 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163399987 188829696 30937 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31494/tid=31696] ppid=31492 vsize=184404 CPUtime=0
/proc/31494/task/31696/stat : 31696 (bprolog) S 31492 31494 30299 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 163444997 188829696 30937 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1471.06
Current children cumulated vsize (KiB) 184404

[startup+1543.27 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 31696
/proc/meminfo: memFree=847552/2055920 swapFree=4157532/4192956
[pid=31494] ppid=31492 vsize=184404 CPUtime=1530.61
/proc/31494/stat : 31494 (bprolog) R 31492 31494 30299 0 -1 4194304 62940 0 0 0 153017 44 0 0 25 0 4 0 163308554 188829696 30937 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663921 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31494/statm: 46101 30937 180 90 0 45639 0
[pid=31494/tid=31496] ppid=31492 vsize=184404 CPUtime=0
/proc/31494/task/31496/stat : 31496 (bprolog) S 31492 31494 30299 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163309974 188829696 30937 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31494/tid=31695] ppid=31492 vsize=184404 CPUtime=0
/proc/31494/task/31695/stat : 31695 (bprolog) S 31492 31494 30299 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163399987 188829696 30937 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31494/tid=31696] ppid=31492 vsize=184404 CPUtime=0
/proc/31494/task/31696/stat : 31696 (bprolog) S 31492 31494 30299 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 163444997 188829696 30937 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1530.61
Current children cumulated vsize (KiB) 184404

[startup+1603.33 s]
/proc/loadavg: 2.06 2.02 2.00 3/89 31698
/proc/meminfo: memFree=847360/2055920 swapFree=4157532/4192956
[pid=31494] ppid=31492 vsize=184404 CPUtime=1590.18
/proc/31494/stat : 31494 (bprolog) R 31492 31494 30299 0 -1 4194304 62940 0 0 0 158973 45 0 0 25 0 4 0 163308554 188829696 30937 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580485 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31494/statm: 46101 30937 180 90 0 45639 0
[pid=31494/tid=31496] ppid=31492 vsize=184404 CPUtime=0
/proc/31494/task/31496/stat : 31496 (bprolog) S 31492 31494 30299 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163309974 188829696 30937 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31494/tid=31695] ppid=31492 vsize=184404 CPUtime=0
/proc/31494/task/31695/stat : 31695 (bprolog) S 31492 31494 30299 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163399987 188829696 30937 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31494/tid=31696] ppid=31492 vsize=184404 CPUtime=0
/proc/31494/task/31696/stat : 31696 (bprolog) S 31492 31494 30299 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163444997 188829696 30937 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1590.18
Current children cumulated vsize (KiB) 184404

[startup+1663.4 s]
/proc/loadavg: 1.98 2.00 2.00 3/89 31925
/proc/meminfo: memFree=831480/2055920 swapFree=4157532/4192956
[pid=31494] ppid=31492 vsize=184404 CPUtime=1650.1
/proc/31494/stat : 31494 (bprolog) R 31492 31494 30299 0 -1 4194304 62940 0 0 0 164962 48 0 0 25 0 4 0 163308554 188829696 30937 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664604 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31494/statm: 46101 30937 180 90 0 45639 0
[pid=31494/tid=31496] ppid=31492 vsize=184404 CPUtime=0
/proc/31494/task/31496/stat : 31496 (bprolog) S 31492 31494 30299 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163309974 188829696 30937 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31494/tid=31695] ppid=31492 vsize=184404 CPUtime=0
/proc/31494/task/31695/stat : 31695 (bprolog) S 31492 31494 30299 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163399987 188829696 30937 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31494/tid=31696] ppid=31492 vsize=184404 CPUtime=0
/proc/31494/task/31696/stat : 31696 (bprolog) S 31492 31494 30299 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163444997 188829696 30937 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1650.1
Current children cumulated vsize (KiB) 184404

[startup+1723.48 s]
/proc/loadavg: 1.99 2.00 2.00 3/89 31925
/proc/meminfo: memFree=831544/2055920 swapFree=4157532/4192956
[pid=31494] ppid=31492 vsize=184404 CPUtime=1710.13
/proc/31494/stat : 31494 (bprolog) R 31492 31494 30299 0 -1 4194304 62940 0 0 0 170965 48 0 0 25 0 4 0 163308554 188829696 30937 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614674 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31494/statm: 46101 30937 180 90 0 45639 0
[pid=31494/tid=31496] ppid=31492 vsize=184404 CPUtime=0
/proc/31494/task/31496/stat : 31496 (bprolog) S 31492 31494 30299 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163309974 188829696 30937 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31494/tid=31695] ppid=31492 vsize=184404 CPUtime=0
/proc/31494/task/31695/stat : 31695 (bprolog) S 31492 31494 30299 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163399987 188829696 30937 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31494/tid=31696] ppid=31492 vsize=184404 CPUtime=0
/proc/31494/task/31696/stat : 31696 (bprolog) S 31492 31494 30299 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163444997 188829696 30937 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1710.13
Current children cumulated vsize (KiB) 184404

[startup+1783.56 s]
/proc/loadavg: 1.99 2.00 2.00 3/89 31925
/proc/meminfo: memFree=831544/2055920 swapFree=4157532/4192956
[pid=31494] ppid=31492 vsize=184404 CPUtime=1770.12
/proc/31494/stat : 31494 (bprolog) R 31492 31494 30299 0 -1 4194304 62940 0 0 0 176964 48 0 0 25 0 4 0 163308554 188829696 30937 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552065 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31494/statm: 46101 30937 180 90 0 45639 0
[pid=31494/tid=31496] ppid=31492 vsize=184404 CPUtime=0
/proc/31494/task/31496/stat : 31496 (bprolog) S 31492 31494 30299 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163309974 188829696 30937 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31494/tid=31695] ppid=31492 vsize=184404 CPUtime=0
/proc/31494/task/31695/stat : 31695 (bprolog) S 31492 31494 30299 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163399987 188829696 30937 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31494/tid=31696] ppid=31492 vsize=184404 CPUtime=0
/proc/31494/task/31696/stat : 31696 (bprolog) S 31492 31494 30299 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163444997 188829696 30937 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1770.12
Current children cumulated vsize (KiB) 184404



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.54 s]
/proc/loadavg: 1.99 2.00 2.00 3/89 31925
/proc/meminfo: memFree=831608/2055920 swapFree=4157532/4192956
[pid=31494] ppid=31492 vsize=184404 CPUtime=1800.1
/proc/31494/stat : 31494 (bprolog) R 31492 31494 30299 0 -1 4194304 62940 0 0 0 179962 48 0 0 25 0 4 0 163308554 188829696 30937 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589209 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31494/statm: 46101 30937 180 90 0 45639 0
[pid=31494/tid=31496] ppid=31492 vsize=184404 CPUtime=0
/proc/31494/task/31496/stat : 31496 (bprolog) S 31492 31494 30299 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163309974 188829696 30937 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31494/tid=31695] ppid=31492 vsize=184404 CPUtime=0
/proc/31494/task/31695/stat : 31695 (bprolog) S 31492 31494 30299 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163399987 188829696 30937 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31494/tid=31696] ppid=31492 vsize=184404 CPUtime=0
/proc/31494/task/31696/stat : 31696 (bprolog) S 31492 31494 30299 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163444997 188829696 30937 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.1
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): 1813.58
CPU time (s): 1800.14
CPU user time (s): 1799.63
CPU system time (s): 0.508922
CPU usage (%): 99.2592
Max. virtual memory (cumulated for all children) (KiB): 184404

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

runsolver used 2.00469 s user time and 5.22621 s system time

The end

Launcher Data (download as text)

Begin job on node22 on Sun Jan  7 05:52:06 UTC 2007


IDJOB= 201681
IDBENCH= 3778
FILE ID= node22/201681-1168149124

PBS_JOBID= 3478140

Free space on /tmp= 66544 MiB

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

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node22/watcher-201681-1168149124 -o ROOT/results/node22/solver-201681-1168149124 -C 1800 -M 900  /tmp/evaluation/201681-1168149124/Complete/Ordinary/solver /tmp/evaluation/201681-1168149124/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  6d1268141c16c5921f55653855a956f2

RANDOM SEED= 324595017

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.279
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.279
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:        971320 kB
Buffers:         56592 kB
Cached:         864932 kB
SwapCached:      13680 kB
Active:         295468 kB
Inactive:       713468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        971320 kB
SwapTotal:     4192956 kB
SwapFree:      4157532 kB
Dirty:            7180 kB
Writeback:           0 kB
Mapped:         106064 kB
Slab:            60204 kB
Committed_AS:  2970400 kB
PageTables:       2420 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= 66542 MiB



End job on node22 on Sun Jan  7 06:22:35 UTC 2007