Trace number 205626

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namefapp/fapp36-40/fapp40/
fapp40-3000-5.xml
MD5SUM4350c131016c23f892c949167354beef
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 benchmark50.7403
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables3000
Number of constraints53548
Maximum constraint arity2
Maximum domain size698
Number of constraints which are defined in extension0
Number of constraints which are defined in intension53548
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/205626-1168167779/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/node2/watcher-205626-1168167779 -o ROOT/results/node2/solver-205626-1168167779 -C 1800 -M 900 /tmp/evaluation/205626-1168167779/Complete/Ordinary/solver /tmp/evaluation/205626-1168167779/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.41 1.54 1.84 2/81 5517
/proc/meminfo: memFree=1477112/2055920 swapFree=4191880/4192956
[pid=5516] ppid=5513 vsize=53472 CPUtime=0
/proc/5516/stat : 5516 (bprolog) R 5513 5516 5414 0 -1 4194304 513 0 0 0 0 0 0 0 18 0 1 0 165178511 54755328 232 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134532676 0 0 4096 2 0 0 0 17 1 0 0
/proc/5516/statm: 13368 232 127 90 0 12906 0

[startup+0.103779 s]
/proc/loadavg: 1.41 1.54 1.84 2/81 5517
/proc/meminfo: memFree=1477112/2055920 swapFree=4191880/4192956
[pid=5516] ppid=5513 vsize=61640 CPUtime=0.1
/proc/5516/stat : 5516 (bprolog) R 5513 5516 5414 0 -1 4194304 2131 0 0 0 9 1 0 0 18 0 1 0 165178511 63119360 1847 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134607492 0 0 4096 2 0 0 0 17 1 0 0
/proc/5516/statm: 15410 1847 157 90 0 14948 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 61640

[startup+0.51185 s]
/proc/loadavg: 1.41 1.54 1.84 2/81 5517
/proc/meminfo: memFree=1477112/2055920 swapFree=4191880/4192956
[pid=5516] ppid=5513 vsize=61640 CPUtime=0.5
/proc/5516/stat : 5516 (bprolog) R 5513 5516 5414 0 -1 4194304 8831 0 0 0 46 4 0 0 22 0 1 0 165178511 63119360 8547 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134607572 0 0 4096 2 0 0 0 17 1 0 0
/proc/5516/statm: 15410 8547 157 90 0 14948 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61640

[startup+1.332 s]
/proc/loadavg: 1.41 1.54 1.84 2/81 5517
/proc/meminfo: memFree=1414072/2055920 swapFree=4191880/4192956
[pid=5516] ppid=5513 vsize=81472 CPUtime=1.32
/proc/5516/stat : 5516 (bprolog) R 5513 5516 5414 0 -1 4194304 16899 0 0 0 124 8 0 0 25 0 1 0 165178511 83427328 16043 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/5516/statm: 20368 16043 157 90 0 19906 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 81472

[startup+2.96831 s]
/proc/loadavg: 1.41 1.54 1.84 2/81 5517
/proc/meminfo: memFree=1415480/2055920 swapFree=4191880/4192956
[pid=5516] ppid=5513 vsize=120536 CPUtime=2.95
/proc/5516/stat : 5516 (bprolog) R 5513 5516 5414 0 -1 4194304 29752 0 0 0 281 14 0 0 25 0 1 0 165178511 123428864 19129 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134607485 0 0 4096 2 0 0 0 17 0 0 0
/proc/5516/statm: 30134 19129 157 90 0 29672 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 120536

[startup+6.2489 s]
/proc/loadavg: 1.46 1.55 1.84 2/81 5520
/proc/meminfo: memFree=1397240/2055920 swapFree=4191880/4192956
[pid=5516] ppid=5513 vsize=145416 CPUtime=6.22
/proc/5516/stat : 5516 (bprolog) R 5513 5516 5414 0 -1 4194304 36648 0 0 0 605 17 0 0 25 0 1 0 165178511 148905984 20089 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664600 0 0 4096 2 0 0 0 17 1 0 0
/proc/5516/statm: 36354 20089 176 90 0 35892 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 145416

[startup+12.7021 s]
/proc/loadavg: 1.42 1.54 1.84 2/81 5520
/proc/meminfo: memFree=1390904/2055920 swapFree=4191880/4192956
[pid=5516] ppid=5513 vsize=145416 CPUtime=12.67
/proc/5516/stat : 5516 (bprolog) R 5513 5516 5414 0 -1 4194304 38522 0 0 0 1249 18 0 0 25 0 1 0 165178511 148905984 21963 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552133 0 0 4096 2 0 0 0 17 1 0 0
/proc/5516/statm: 36354 21963 176 90 0 35892 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 145416

[startup+25.5155 s]
/proc/loadavg: 1.56 1.56 1.84 4/94 5582
/proc/meminfo: memFree=1159952/2055920 swapFree=4191880/4192956
[pid=5516] ppid=5513 vsize=215728 CPUtime=25.38
/proc/5516/stat : 5516 (bprolog) R 5513 5516 5414 0 -1 4194304 71205 0 0 0 2500 38 0 0 25 0 1 0 165178511 220905472 37067 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552886 0 0 4096 2 0 0 0 17 0 0 0
/proc/5516/statm: 53932 37067 176 90 0 53470 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 215728

[startup+51.2132 s]
/proc/loadavg: 1.90 1.64 1.86 4/95 5583
/proc/meminfo: memFree=878152/2055920 swapFree=4191880/4192956
[pid=5516] ppid=5513 vsize=288160 CPUtime=50.81
/proc/5516/stat : 5516 (bprolog) R 5513 5516 5414 0 -1 4194304 101251 0 0 0 5028 53 0 0 25 0 2 0 165178511 295075840 60187 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134617925 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5516/statm: 72040 60187 180 90 0 71578 0
[pid=5516/tid=5583] ppid=5513 vsize=288160 CPUtime=0
/proc/5516/task/5583/stat : 5583 (bprolog) S 5513 5516 5414 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165181629 295075840 60187 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.81
Current children cumulated vsize (KiB) 288160

[startup+102.443 s]
/proc/loadavg: 2.12 1.74 1.88 3/95 5583
/proc/meminfo: memFree=604104/2055920 swapFree=4191880/4192956
[pid=5516] ppid=5513 vsize=288160 CPUtime=101.54
/proc/5516/stat : 5516 (bprolog) R 5513 5516 5414 0 -1 4194304 101253 0 0 0 10101 53 0 0 25 0 2 0 165178511 295075840 60189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589474 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5516/statm: 72040 60189 180 90 0 71578 0
[pid=5516/tid=5583] ppid=5513 vsize=288160 CPUtime=0
/proc/5516/task/5583/stat : 5583 (bprolog) S 5513 5516 5414 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165181629 295075840 60189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.54
Current children cumulated vsize (KiB) 288160

[startup+162.51 s]
/proc/loadavg: 2.08 1.80 1.89 3/95 5583
/proc/meminfo: memFree=490440/2055920 swapFree=4191880/4192956
[pid=5516] ppid=5513 vsize=288160 CPUtime=161.01
/proc/5516/stat : 5516 (bprolog) R 5513 5516 5414 0 -1 4194304 101253 0 0 0 16047 54 0 0 25 0 2 0 165178511 295075840 60189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134661422 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5516/statm: 72040 60189 180 90 0 71578 0
[pid=5516/tid=5583] ppid=5513 vsize=288160 CPUtime=0
/proc/5516/task/5583/stat : 5583 (bprolog) S 5513 5516 5414 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165181629 295075840 60189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 161.01
Current children cumulated vsize (KiB) 288160

[startup+222.581 s]
/proc/loadavg: 1.98 1.82 1.89 3/87 5897
/proc/meminfo: memFree=1073096/2055920 swapFree=4191880/4192956
[pid=5516] ppid=5513 vsize=288160 CPUtime=220.1
/proc/5516/stat : 5516 (bprolog) R 5513 5516 5414 0 -1 4194304 101253 0 0 0 21949 61 0 0 25 0 2 0 165178511 295075840 60189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134579722 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5516/statm: 72040 60189 180 90 0 71578 0
[pid=5516/tid=5583] ppid=5513 vsize=288160 CPUtime=0
/proc/5516/task/5583/stat : 5583 (bprolog) S 5513 5516 5414 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165181629 295075840 60189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 220.1
Current children cumulated vsize (KiB) 288160

[startup+282.613 s]
/proc/loadavg: 1.99 1.85 1.90 3/87 5897
/proc/meminfo: memFree=1073160/2055920 swapFree=4191880/4192956
[pid=5516] ppid=5513 vsize=288160 CPUtime=279.82
/proc/5516/stat : 5516 (bprolog) R 5513 5516 5414 0 -1 4194304 101253 0 0 0 27921 61 0 0 25 0 2 0 165178511 295075840 60189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620260 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5516/statm: 72040 60189 180 90 0 71578 0
[pid=5516/tid=5583] ppid=5513 vsize=288160 CPUtime=0
/proc/5516/task/5583/stat : 5583 (bprolog) S 5513 5516 5414 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165181629 295075840 60189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 279.82
Current children cumulated vsize (KiB) 288160

[startup+342.65 s]
/proc/loadavg: 2.04 1.89 1.91 3/87 5897
/proc/meminfo: memFree=1073160/2055920 swapFree=4191880/4192956
[pid=5516] ppid=5513 vsize=288160 CPUtime=339.59
/proc/5516/stat : 5516 (bprolog) R 5513 5516 5414 0 -1 4194304 101253 0 0 0 33898 61 0 0 25 0 2 0 165178511 295075840 60189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663819 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5516/statm: 72040 60189 180 90 0 71578 0
[pid=5516/tid=5583] ppid=5513 vsize=288160 CPUtime=0
/proc/5516/task/5583/stat : 5583 (bprolog) S 5513 5516 5414 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165181629 295075840 60189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 339.59
Current children cumulated vsize (KiB) 288160

[startup+402.69 s]
/proc/loadavg: 2.01 1.91 1.91 3/87 5897
/proc/meminfo: memFree=1073224/2055920 swapFree=4191880/4192956
[pid=5516] ppid=5513 vsize=288160 CPUtime=399.35
/proc/5516/stat : 5516 (bprolog) R 5513 5516 5414 0 -1 4194304 101253 0 0 0 39874 61 0 0 25 0 2 0 165178511 295075840 60189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589404 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5516/statm: 72040 60189 180 90 0 71578 0
[pid=5516/tid=5583] ppid=5513 vsize=288160 CPUtime=0
/proc/5516/task/5583/stat : 5583 (bprolog) S 5513 5516 5414 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165181629 295075840 60189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 399.35
Current children cumulated vsize (KiB) 288160

[startup+462.728 s]
/proc/loadavg: 2.00 1.92 1.91 3/87 5897
/proc/meminfo: memFree=1073160/2055920 swapFree=4191880/4192956
[pid=5516] ppid=5513 vsize=288160 CPUtime=459.08
/proc/5516/stat : 5516 (bprolog) R 5513 5516 5414 0 -1 4194304 101253 0 0 0 45847 61 0 0 25 0 2 0 165178511 295075840 60189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618382 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5516/statm: 72040 60189 180 90 0 71578 0
[pid=5516/tid=5583] ppid=5513 vsize=288160 CPUtime=0
/proc/5516/task/5583/stat : 5583 (bprolog) S 5513 5516 5414 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165181629 295075840 60189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 459.08
Current children cumulated vsize (KiB) 288160

[startup+522.765 s]
/proc/loadavg: 2.00 1.93 1.91 3/87 5897
/proc/meminfo: memFree=1073096/2055920 swapFree=4191880/4192956
[pid=5516] ppid=5513 vsize=288160 CPUtime=518.85
/proc/5516/stat : 5516 (bprolog) R 5513 5516 5414 0 -1 4194304 101253 0 0 0 51824 61 0 0 25 0 2 0 165178511 295075840 60189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134576089 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5516/statm: 72040 60189 180 90 0 71578 0
[pid=5516/tid=5583] ppid=5513 vsize=288160 CPUtime=0
/proc/5516/task/5583/stat : 5583 (bprolog) S 5513 5516 5414 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165181629 295075840 60189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 518.85
Current children cumulated vsize (KiB) 288160

[startup+582.8 s]
/proc/loadavg: 2.00 1.94 1.91 3/87 5897
/proc/meminfo: memFree=1073160/2055920 swapFree=4191880/4192956
[pid=5516] ppid=5513 vsize=288160 CPUtime=578.61
/proc/5516/stat : 5516 (bprolog) R 5513 5516 5414 0 -1 4194304 101253 0 0 0 57800 61 0 0 25 0 2 0 165178511 295075840 60189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618361 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5516/statm: 72040 60189 180 90 0 71578 0
[pid=5516/tid=5583] ppid=5513 vsize=288160 CPUtime=0
/proc/5516/task/5583/stat : 5583 (bprolog) S 5513 5516 5414 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165181629 295075840 60189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 578.61
Current children cumulated vsize (KiB) 288160

[startup+642.831 s]
/proc/loadavg: 2.06 1.96 1.91 3/87 5897
/proc/meminfo: memFree=1073096/2055920 swapFree=4191880/4192956
[pid=5516] ppid=5513 vsize=288160 CPUtime=638.34
/proc/5516/stat : 5516 (bprolog) R 5513 5516 5414 0 -1 4194304 101253 0 0 0 63772 62 0 0 25 0 2 0 165178511 295075840 60189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662572 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5516/statm: 72040 60189 180 90 0 71578 0
[pid=5516/tid=5583] ppid=5513 vsize=288160 CPUtime=0
/proc/5516/task/5583/stat : 5583 (bprolog) S 5513 5516 5414 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165181629 295075840 60189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 638.34
Current children cumulated vsize (KiB) 288160


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

[pid=5516/tid=5900] ppid=5513 vsize=298404 CPUtime=0
/proc/5516/task/5900/stat : 5900 (bprolog) S 5513 5516 5414 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 165271643 305565696 60204 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1176.24
Current children cumulated vsize (KiB) 298404

[startup+1243.33 s]
/proc/loadavg: 2.00 1.99 1.92 3/88 5900
/proc/meminfo: memFree=1072832/2055920 swapFree=4191880/4192956
[pid=5516] ppid=5513 vsize=298404 CPUtime=1236.02
/proc/5516/stat : 5516 (bprolog) R 5513 5516 5414 0 -1 4194304 101268 0 0 0 123539 63 0 0 25 0 3 0 165178511 305565696 60204 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5516/statm: 74601 60204 180 90 0 74139 0
[pid=5516/tid=5583] ppid=5513 vsize=298404 CPUtime=0
/proc/5516/task/5583/stat : 5583 (bprolog) S 5513 5516 5414 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 165181629 305565696 60204 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5516/tid=5900] ppid=5513 vsize=298404 CPUtime=0
/proc/5516/task/5900/stat : 5900 (bprolog) S 5513 5516 5414 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 165271643 305565696 60204 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1236.02
Current children cumulated vsize (KiB) 298404

[startup+1303.39 s]
/proc/loadavg: 2.07 2.00 1.93 3/88 5900
/proc/meminfo: memFree=1072832/2055920 swapFree=4191880/4192956
[pid=5516] ppid=5513 vsize=298404 CPUtime=1295.8
/proc/5516/stat : 5516 (bprolog) R 5513 5516 5414 0 -1 4194304 101268 0 0 0 129517 63 0 0 25 0 3 0 165178511 305565696 60204 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663836 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5516/statm: 74601 60204 180 90 0 74139 0
[pid=5516/tid=5583] ppid=5513 vsize=298404 CPUtime=0
/proc/5516/task/5583/stat : 5583 (bprolog) S 5513 5516 5414 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 165181629 305565696 60204 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5516/tid=5900] ppid=5513 vsize=298404 CPUtime=0
/proc/5516/task/5900/stat : 5900 (bprolog) S 5513 5516 5414 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 165271643 305565696 60204 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1295.8
Current children cumulated vsize (KiB) 298404

[startup+1363.44 s]
/proc/loadavg: 2.02 2.00 1.93 3/88 5900
/proc/meminfo: memFree=1072832/2055920 swapFree=4191880/4192956
[pid=5516] ppid=5513 vsize=298404 CPUtime=1355.56
/proc/5516/stat : 5516 (bprolog) R 5513 5516 5414 0 -1 4194304 101268 0 0 0 135492 64 0 0 25 0 3 0 165178511 305565696 60204 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557319 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5516/statm: 74601 60204 180 90 0 74139 0
[pid=5516/tid=5583] ppid=5513 vsize=298404 CPUtime=0
/proc/5516/task/5583/stat : 5583 (bprolog) S 5513 5516 5414 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 165181629 305565696 60204 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5516/tid=5900] ppid=5513 vsize=298404 CPUtime=0
/proc/5516/task/5900/stat : 5900 (bprolog) S 5513 5516 5414 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 165271643 305565696 60204 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1355.56
Current children cumulated vsize (KiB) 298404

[startup+1423.49 s]
/proc/loadavg: 2.01 2.00 1.93 3/89 5901
/proc/meminfo: memFree=1072824/2055920 swapFree=4191880/4192956
[pid=5516] ppid=5513 vsize=308648 CPUtime=1415.34
/proc/5516/stat : 5516 (bprolog) R 5513 5516 5414 0 -1 4194304 101269 0 0 0 141470 64 0 0 25 0 4 0 165178511 316055552 60205 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620063 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5516/statm: 77162 60205 180 90 0 76700 0
[pid=5516/tid=5583] ppid=5513 vsize=308648 CPUtime=0
/proc/5516/task/5583/stat : 5583 (bprolog) S 5513 5516 5414 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165181629 316055552 60205 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5516/tid=5900] ppid=5513 vsize=308648 CPUtime=0
/proc/5516/task/5900/stat : 5900 (bprolog) S 5513 5516 5414 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165271643 316055552 60205 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5516/tid=5901] ppid=5513 vsize=308648 CPUtime=0
/proc/5516/task/5901/stat : 5901 (bprolog) S 5513 5516 5414 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 165316653 316055552 60205 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1415.34
Current children cumulated vsize (KiB) 308648

[startup+1483.54 s]
/proc/loadavg: 2.00 2.00 1.93 3/89 5901
/proc/meminfo: memFree=1072824/2055920 swapFree=4191880/4192956
[pid=5516] ppid=5513 vsize=308648 CPUtime=1475.1
/proc/5516/stat : 5516 (bprolog) R 5513 5516 5414 0 -1 4194304 101269 0 0 0 147446 64 0 0 25 0 4 0 165178511 316055552 60205 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618382 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5516/statm: 77162 60205 180 90 0 76700 0
[pid=5516/tid=5583] ppid=5513 vsize=308648 CPUtime=0
/proc/5516/task/5583/stat : 5583 (bprolog) S 5513 5516 5414 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165181629 316055552 60205 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5516/tid=5900] ppid=5513 vsize=308648 CPUtime=0
/proc/5516/task/5900/stat : 5900 (bprolog) S 5513 5516 5414 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165271643 316055552 60205 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5516/tid=5901] ppid=5513 vsize=308648 CPUtime=0
/proc/5516/task/5901/stat : 5901 (bprolog) S 5513 5516 5414 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 165316653 316055552 60205 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1475.1
Current children cumulated vsize (KiB) 308648

[startup+1543.59 s]
/proc/loadavg: 2.00 2.00 1.93 3/89 5901
/proc/meminfo: memFree=1072760/2055920 swapFree=4191880/4192956
[pid=5516] ppid=5513 vsize=308648 CPUtime=1534.86
/proc/5516/stat : 5516 (bprolog) R 5513 5516 5414 0 -1 4194304 101269 0 0 0 153422 64 0 0 25 0 4 0 165178511 316055552 60205 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663839 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5516/statm: 77162 60205 180 90 0 76700 0
[pid=5516/tid=5583] ppid=5513 vsize=308648 CPUtime=0
/proc/5516/task/5583/stat : 5583 (bprolog) S 5513 5516 5414 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165181629 316055552 60205 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5516/tid=5900] ppid=5513 vsize=308648 CPUtime=0
/proc/5516/task/5900/stat : 5900 (bprolog) S 5513 5516 5414 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165271643 316055552 60205 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5516/tid=5901] ppid=5513 vsize=308648 CPUtime=0
/proc/5516/task/5901/stat : 5901 (bprolog) S 5513 5516 5414 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 165316653 316055552 60205 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1534.86
Current children cumulated vsize (KiB) 308648

[startup+1603.63 s]
/proc/loadavg: 2.00 2.00 1.93 3/89 5901
/proc/meminfo: memFree=1072696/2055920 swapFree=4191880/4192956
[pid=5516] ppid=5513 vsize=308648 CPUtime=1594.63
/proc/5516/stat : 5516 (bprolog) R 5513 5516 5414 0 -1 4194304 101269 0 0 0 159399 64 0 0 25 0 4 0 165178511 316055552 60205 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557313 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5516/statm: 77162 60205 180 90 0 76700 0
[pid=5516/tid=5583] ppid=5513 vsize=308648 CPUtime=0
/proc/5516/task/5583/stat : 5583 (bprolog) S 5513 5516 5414 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165181629 316055552 60205 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5516/tid=5900] ppid=5513 vsize=308648 CPUtime=0
/proc/5516/task/5900/stat : 5900 (bprolog) S 5513 5516 5414 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165271643 316055552 60205 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5516/tid=5901] ppid=5513 vsize=308648 CPUtime=0
/proc/5516/task/5901/stat : 5901 (bprolog) S 5513 5516 5414 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 165316653 316055552 60205 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1594.63
Current children cumulated vsize (KiB) 308648

[startup+1663.7 s]
/proc/loadavg: 2.00 2.00 1.93 3/89 5901
/proc/meminfo: memFree=1056824/2055920 swapFree=4191880/4192956
[pid=5516] ppid=5513 vsize=324272 CPUtime=1654.42
/proc/5516/stat : 5516 (bprolog) R 5513 5516 5414 0 -1 4194304 109184 0 0 0 165375 67 0 0 25 0 4 0 165178511 332054528 64213 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664585 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5516/statm: 81068 64213 180 90 0 80606 0
[pid=5516/tid=5583] ppid=5513 vsize=324272 CPUtime=0
/proc/5516/task/5583/stat : 5583 (bprolog) S 5513 5516 5414 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165181629 332054528 64213 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5516/tid=5900] ppid=5513 vsize=324272 CPUtime=0
/proc/5516/task/5900/stat : 5900 (bprolog) S 5513 5516 5414 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165271643 332054528 64213 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5516/tid=5901] ppid=5513 vsize=324272 CPUtime=0
/proc/5516/task/5901/stat : 5901 (bprolog) S 5513 5516 5414 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165316653 332054528 64213 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1654.42
Current children cumulated vsize (KiB) 324272

[startup+1723.77 s]
/proc/loadavg: 2.06 2.01 1.93 3/89 5901
/proc/meminfo: memFree=1056760/2055920 swapFree=4191880/4192956
[pid=5516] ppid=5513 vsize=324272 CPUtime=1714.2
/proc/5516/stat : 5516 (bprolog) R 5513 5516 5414 0 -1 4194304 109184 0 0 0 171353 67 0 0 25 0 4 0 165178511 332054528 64213 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664587 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5516/statm: 81068 64213 180 90 0 80606 0
[pid=5516/tid=5583] ppid=5513 vsize=324272 CPUtime=0
/proc/5516/task/5583/stat : 5583 (bprolog) S 5513 5516 5414 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165181629 332054528 64213 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5516/tid=5900] ppid=5513 vsize=324272 CPUtime=0
/proc/5516/task/5900/stat : 5900 (bprolog) S 5513 5516 5414 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165271643 332054528 64213 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5516/tid=5901] ppid=5513 vsize=324272 CPUtime=0
/proc/5516/task/5901/stat : 5901 (bprolog) S 5513 5516 5414 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165316653 332054528 64213 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1714.2
Current children cumulated vsize (KiB) 324272

[startup+1783.85 s]
/proc/loadavg: 2.02 2.01 1.93 3/89 5901
/proc/meminfo: memFree=1056760/2055920 swapFree=4191880/4192956
[pid=5516] ppid=5513 vsize=324272 CPUtime=1774
/proc/5516/stat : 5516 (bprolog) R 5513 5516 5414 0 -1 4194304 109184 0 0 0 177333 67 0 0 25 0 4 0 165178511 332054528 64213 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618361 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5516/statm: 81068 64213 180 90 0 80606 0
[pid=5516/tid=5583] ppid=5513 vsize=324272 CPUtime=0
/proc/5516/task/5583/stat : 5583 (bprolog) S 5513 5516 5414 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165181629 332054528 64213 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5516/tid=5900] ppid=5513 vsize=324272 CPUtime=0
/proc/5516/task/5900/stat : 5900 (bprolog) S 5513 5516 5414 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165271643 332054528 64213 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5516/tid=5901] ppid=5513 vsize=324272 CPUtime=0
/proc/5516/task/5901/stat : 5901 (bprolog) S 5513 5516 5414 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165316653 332054528 64213 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1774
Current children cumulated vsize (KiB) 324272



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.04 s]
/proc/loadavg: 2.01 2.01 1.93 3/89 5901
/proc/meminfo: memFree=1056696/2055920 swapFree=4191880/4192956
[pid=5516] ppid=5513 vsize=324272 CPUtime=1800.05
/proc/5516/stat : 5516 (bprolog) R 5513 5516 5414 0 -1 4194304 109184 0 0 0 179938 67 0 0 25 0 4 0 165178511 332054528 64213 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134566777 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5516/statm: 81068 64213 180 90 0 80606 0
[pid=5516/tid=5583] ppid=5513 vsize=324272 CPUtime=0
/proc/5516/task/5583/stat : 5583 (bprolog) S 5513 5516 5414 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165181629 332054528 64213 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5516/tid=5900] ppid=5513 vsize=324272 CPUtime=0
/proc/5516/task/5900/stat : 5900 (bprolog) S 5513 5516 5414 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165271643 332054528 64213 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5516/tid=5901] ppid=5513 vsize=324272 CPUtime=0
/proc/5516/task/5901/stat : 5901 (bprolog) S 5513 5516 5414 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165316653 332054528 64213 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 324272

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1810.09
CPU time (s): 1800.11
CPU user time (s): 1799.39
CPU system time (s): 0.71889
CPU usage (%): 99.4486
Max. virtual memory (cumulated for all children) (KiB): 339900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.39
system time used= 0.71889
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 109184
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= 12
involuntary context switches= 31980

runsolver used 1.67075 s user time and 4.91325 s system time

The end

Launcher Data (download as text)

Begin job on node2 on Sun Jan  7 11:03:02 UTC 2007


IDJOB= 205626
IDBENCH= 4160
FILE ID= node2/205626-1168167779

PBS_JOBID= 3478804

Free space on /tmp= 66315 MiB

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

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node2/watcher-205626-1168167779 -o ROOT/results/node2/solver-205626-1168167779 -C 1800 -M 900  /tmp/evaluation/205626-1168167779/Complete/Ordinary/solver /tmp/evaluation/205626-1168167779/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  4350c131016c23f892c949167354beef

RANDOM SEED= 501315646

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.259
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	: 5931.00
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.259
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:       1465816 kB
Buffers:         46812 kB
Cached:         416908 kB
SwapCached:        448 kB
Active:         128344 kB
Inactive:       395976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1465816 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:           15644 kB
Writeback:           0 kB
Mapped:          78708 kB
Slab:            50848 kB
Committed_AS:  3939000 kB
PageTables:       2212 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= 66312 MiB



End job on node2 on Sun Jan  7 11:33:59 UTC 2007