Trace number 205587

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.09 1800.73

General information on the benchmark

Namefapp/fapp36-40/fapp40/
fapp40-3000-1.xml
MD5SUMe73fbce21894132281af3102ab806d6c
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 benchmark16.8424
SatisfiableNO
(Un)Satisfiability was provedNO
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/205587-1168167738/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/node43/watcher-205587-1168167738 -o ROOT/results/node43/solver-205587-1168167738 -C 1800 -M 900 /tmp/evaluation/205587-1168167738/Complete/Ordinary/solver /tmp/evaluation/205587-1168167738/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.38 1.30 1.53 3/81 9484
/proc/meminfo: memFree=770024/2055920 swapFree=4192812/4192956
[pid=9483] ppid=9481 vsize=53472 CPUtime=0
/proc/9483/stat : 9483 (bprolog) R 9481 9483 9065 0 -1 4194304 481 0 0 0 0 0 0 0 18 0 1 0 165178488 54755328 200 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550268 0 0 4096 2 0 0 0 17 1 0 0
/proc/9483/statm: 13368 200 123 90 0 12906 0

[startup+0.103192 s]
/proc/loadavg: 1.38 1.30 1.53 3/81 9484
/proc/meminfo: memFree=770024/2055920 swapFree=4192812/4192956
[pid=9483] ppid=9481 vsize=61640 CPUtime=0.09
/proc/9483/stat : 9483 (bprolog) R 9481 9483 9065 0 -1 4194304 2072 0 0 0 8 1 0 0 18 0 1 0 165178488 63119360 1788 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 5131297 0 0 4096 2 0 0 0 17 1 0 0
/proc/9483/statm: 15410 1789 157 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.514262 s]
/proc/loadavg: 1.38 1.30 1.53 3/81 9484
/proc/meminfo: memFree=770024/2055920 swapFree=4192812/4192956
[pid=9483] ppid=9481 vsize=61640 CPUtime=0.51
/proc/9483/stat : 9483 (bprolog) R 9481 9483 9065 0 -1 4194304 8577 0 0 0 46 5 0 0 22 0 1 0 165178488 63119360 8293 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134607572 0 0 4096 2 0 0 0 17 1 0 0
/proc/9483/statm: 15410 8293 157 90 0 14948 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 61640

[startup+1.3344 s]
/proc/loadavg: 1.38 1.30 1.53 3/81 9484
/proc/meminfo: memFree=706600/2055920 swapFree=4192812/4192956
[pid=9483] ppid=9481 vsize=81472 CPUtime=1.33
/proc/9483/stat : 9483 (bprolog) R 9481 9483 9065 0 -1 4194304 16899 0 0 0 124 9 0 0 25 0 1 0 165178488 83427328 16043 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858988 0 0 4096 2 0 0 0 17 1 0 0
/proc/9483/statm: 20368 16043 157 90 0 19906 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 81472

[startup+2.97067 s]
/proc/loadavg: 1.38 1.30 1.53 3/81 9484
/proc/meminfo: memFree=674472/2055920 swapFree=4192812/4192956
[pid=9483] ppid=9481 vsize=120536 CPUtime=2.96
/proc/9483/stat : 9483 (bprolog) R 9481 9483 9065 0 -1 4194304 29077 0 0 0 280 16 0 0 25 0 1 0 165178488 123428864 18454 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134576933 0 0 4096 2 0 0 0 17 1 0 0
/proc/9483/statm: 30134 18454 157 90 0 29672 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 120536

[startup+6.19521 s]
/proc/loadavg: 1.43 1.31 1.53 3/81 9484
/proc/meminfo: memFree=689832/2055920 swapFree=4192812/4192956
[pid=9483] ppid=9481 vsize=145416 CPUtime=6.18
/proc/9483/stat : 9483 (bprolog) R 9481 9483 9065 0 -1 4194304 36648 0 0 0 596 22 0 0 25 0 1 0 165178488 148905984 20089 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134756004 0 0 4096 2 0 0 0 17 1 0 0
/proc/9483/statm: 36354 20089 176 90 0 35892 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 145416

[startup+12.6583 s]
/proc/loadavg: 1.48 1.33 1.53 3/81 9484
/proc/meminfo: memFree=676584/2055920 swapFree=4192812/4192956
[pid=9483] ppid=9481 vsize=145416 CPUtime=12.63
/proc/9483/stat : 9483 (bprolog) R 9481 9483 9065 0 -1 4194304 38105 0 0 0 1241 22 0 0 25 0 1 0 165178488 148905984 21546 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669021 0 0 4096 2 0 0 0 17 1 0 0
/proc/9483/statm: 36354 21546 176 90 0 35892 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 145416

[startup+25.4784 s]
/proc/loadavg: 1.59 1.36 1.54 3/81 9484
/proc/meminfo: memFree=620776/2055920 swapFree=4192812/4192956
[pid=9483] ppid=9481 vsize=215728 CPUtime=25.45
/proc/9483/stat : 9483 (bprolog) R 9481 9483 9065 0 -1 4194304 69631 0 0 0 2503 42 0 0 25 0 1 0 165178488 220905472 35493 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663850 0 0 4096 2 0 0 0 17 1 0 0
/proc/9483/statm: 53932 35493 176 90 0 53470 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 215728

[startup+51.1587 s]
/proc/loadavg: 1.80 1.42 1.56 3/82 9485
/proc/meminfo: memFree=519264/2055920 swapFree=4192812/4192956
[pid=9483] ppid=9481 vsize=280348 CPUtime=51.13
/proc/9483/stat : 9483 (bprolog) R 9481 9483 9065 0 -1 4194304 97743 0 0 0 5057 56 0 0 25 0 2 0 165178488 287076352 58633 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552062 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9483/statm: 70087 58633 180 90 0 69625 0
[pid=9483/tid=9485] ppid=9481 vsize=280348 CPUtime=0
/proc/9483/task/9485/stat : 9485 (bprolog) S 9481 9483 9065 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165181749 287076352 58633 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.13
Current children cumulated vsize (KiB) 280348

[startup+102.387 s]
/proc/loadavg: 1.38 1.37 1.53 2/66 9499
/proc/meminfo: memFree=1255200/2055920 swapFree=4192812/4192956
[pid=9483] ppid=9481 vsize=280348 CPUtime=102.32
/proc/9483/stat : 9483 (bprolog) R 9481 9483 9065 0 -1 4194304 97743 0 0 0 10176 56 0 0 25 0 2 0 165178488 287076352 58633 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554117 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9483/statm: 70087 58633 180 90 0 69625 0
[pid=9483/tid=9485] ppid=9481 vsize=280348 CPUtime=0
/proc/9483/task/9485/stat : 9485 (bprolog) S 9481 9483 9065 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165181749 287076352 58633 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 280348

[startup+162.418 s]
/proc/loadavg: 1.14 1.30 1.50 2/66 9499
/proc/meminfo: memFree=1255264/2055920 swapFree=4192812/4192956
[pid=9483] ppid=9481 vsize=280348 CPUtime=162.34
/proc/9483/stat : 9483 (bprolog) R 9481 9483 9065 0 -1 4194304 97743 0 0 0 16178 56 0 0 25 0 2 0 165178488 287076352 58633 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134574041 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9483/statm: 70087 58633 180 90 0 69625 0
[pid=9483/tid=9485] ppid=9481 vsize=280348 CPUtime=0
/proc/9483/task/9485/stat : 9485 (bprolog) S 9481 9483 9065 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165181749 287076352 58633 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.34
Current children cumulated vsize (KiB) 280348

[startup+222.457 s]
/proc/loadavg: 1.05 1.24 1.46 2/66 9499
/proc/meminfo: memFree=1255264/2055920 swapFree=4192812/4192956
[pid=9483] ppid=9481 vsize=280348 CPUtime=222.35
/proc/9483/stat : 9483 (bprolog) R 9481 9483 9065 0 -1 4194304 97743 0 0 0 22179 56 0 0 25 0 2 0 165178488 287076352 58633 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134576067 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9483/statm: 70087 58633 180 90 0 69625 0
[pid=9483/tid=9485] ppid=9481 vsize=280348 CPUtime=0
/proc/9483/task/9485/stat : 9485 (bprolog) S 9481 9483 9065 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165181749 287076352 58633 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 222.35
Current children cumulated vsize (KiB) 280348

[startup+282.5 s]
/proc/loadavg: 1.02 1.20 1.43 2/66 9499
/proc/meminfo: memFree=1255328/2055920 swapFree=4192812/4192956
[pid=9483] ppid=9481 vsize=280348 CPUtime=282.37
/proc/9483/stat : 9483 (bprolog) R 9481 9483 9065 0 -1 4194304 97743 0 0 0 28181 56 0 0 25 0 2 0 165178488 287076352 58633 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620228 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9483/statm: 70087 58633 180 90 0 69625 0
[pid=9483/tid=9485] ppid=9481 vsize=280348 CPUtime=0
/proc/9483/task/9485/stat : 9485 (bprolog) S 9481 9483 9065 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165181749 287076352 58633 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 282.37
Current children cumulated vsize (KiB) 280348

[startup+342.536 s]
/proc/loadavg: 1.00 1.16 1.40 2/66 9499
/proc/meminfo: memFree=1255264/2055920 swapFree=4192812/4192956
[pid=9483] ppid=9481 vsize=280348 CPUtime=342.38
/proc/9483/stat : 9483 (bprolog) R 9481 9483 9065 0 -1 4194304 97743 0 0 0 34182 56 0 0 25 0 2 0 165178488 287076352 58633 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618374 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9483/statm: 70087 58633 180 90 0 69625 0
[pid=9483/tid=9485] ppid=9481 vsize=280348 CPUtime=0
/proc/9483/task/9485/stat : 9485 (bprolog) S 9481 9483 9065 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165181749 287076352 58633 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 342.38
Current children cumulated vsize (KiB) 280348

[startup+402.575 s]
/proc/loadavg: 1.00 1.13 1.37 2/66 9499
/proc/meminfo: memFree=1255272/2055920 swapFree=4192812/4192956
[pid=9483] ppid=9481 vsize=280348 CPUtime=402.4
/proc/9483/stat : 9483 (bprolog) R 9481 9483 9065 0 -1 4194304 97743 0 0 0 40184 56 0 0 25 0 2 0 165178488 287076352 58633 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554411 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9483/statm: 70087 58633 180 90 0 69625 0
[pid=9483/tid=9485] ppid=9481 vsize=280348 CPUtime=0
/proc/9483/task/9485/stat : 9485 (bprolog) S 9481 9483 9065 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165181749 287076352 58633 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 402.4
Current children cumulated vsize (KiB) 280348

[startup+462.613 s]
/proc/loadavg: 1.00 1.10 1.35 2/66 9499
/proc/meminfo: memFree=1255272/2055920 swapFree=4192812/4192956
[pid=9483] ppid=9481 vsize=280348 CPUtime=462.43
/proc/9483/stat : 9483 (bprolog) R 9481 9483 9065 0 -1 4194304 97743 0 0 0 46186 57 0 0 25 0 2 0 165178488 287076352 58633 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669021 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9483/statm: 70087 58633 180 90 0 69625 0
[pid=9483/tid=9485] ppid=9481 vsize=280348 CPUtime=0
/proc/9483/task/9485/stat : 9485 (bprolog) S 9481 9483 9065 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165181749 287076352 58633 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 462.43
Current children cumulated vsize (KiB) 280348

[startup+522.648 s]
/proc/loadavg: 1.00 1.08 1.32 2/66 9499
/proc/meminfo: memFree=1255272/2055920 swapFree=4192812/4192956
[pid=9483] ppid=9481 vsize=280348 CPUtime=522.44
/proc/9483/stat : 9483 (bprolog) R 9481 9483 9065 0 -1 4194304 97744 0 0 0 52187 57 0 0 25 0 2 0 165178488 287076352 58634 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580464 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9483/statm: 70087 58634 180 90 0 69625 0
[pid=9483/tid=9485] ppid=9481 vsize=280348 CPUtime=0
/proc/9483/task/9485/stat : 9485 (bprolog) S 9481 9483 9065 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165181749 287076352 58634 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 522.44
Current children cumulated vsize (KiB) 280348

[startup+582.689 s]
/proc/loadavg: 1.00 1.06 1.30 2/66 9499
/proc/meminfo: memFree=1255336/2055920 swapFree=4192812/4192956
[pid=9483] ppid=9481 vsize=280348 CPUtime=582.46
/proc/9483/stat : 9483 (bprolog) R 9481 9483 9065 0 -1 4194304 97744 0 0 0 58189 57 0 0 25 0 2 0 165178488 287076352 58634 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9483/statm: 70087 58634 180 90 0 69625 0
[pid=9483/tid=9485] ppid=9481 vsize=280348 CPUtime=0
/proc/9483/task/9485/stat : 9485 (bprolog) S 9481 9483 9065 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165181749 287076352 58634 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 582.46
Current children cumulated vsize (KiB) 280348

[startup+642.736 s]
/proc/loadavg: 1.00 1.05 1.28 2/66 9499
/proc/meminfo: memFree=1255272/2055920 swapFree=4192812/4192956
[pid=9483] ppid=9481 vsize=280348 CPUtime=642.49
/proc/9483/stat : 9483 (bprolog) R 9481 9483 9065 0 -1 4194304 97744 0 0 0 64192 57 0 0 25 0 2 0 165178488 287076352 58634 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134576067 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9483/statm: 70087 58634 180 90 0 69625 0
[pid=9483/tid=9485] ppid=9481 vsize=280348 CPUtime=0
/proc/9483/task/9485/stat : 9485 (bprolog) S 9481 9483 9065 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165181749 287076352 58634 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 642.49
Current children cumulated vsize (KiB) 280348


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

[pid=9483/tid=9502] ppid=9481 vsize=290592 CPUtime=0
/proc/9483/task/9502/stat : 9502 (bprolog) S 9481 9483 9065 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 165271761 297566208 58635 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1182.73
Current children cumulated vsize (KiB) 290592

[startup+1243.24 s]
/proc/loadavg: 1.03 1.01 1.13 2/67 9502
/proc/meminfo: memFree=1255200/2055920 swapFree=4192812/4192956
[pid=9483] ppid=9481 vsize=290592 CPUtime=1242.78
/proc/9483/stat : 9483 (bprolog) R 9481 9483 9065 0 -1 4194304 97745 0 0 0 124221 57 0 0 25 0 3 0 165178488 297566208 58635 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552065 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9483/statm: 72648 58635 180 90 0 72186 0
[pid=9483/tid=9485] ppid=9481 vsize=290592 CPUtime=0
/proc/9483/task/9485/stat : 9485 (bprolog) S 9481 9483 9065 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 165181749 297566208 58635 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9483/tid=9502] ppid=9481 vsize=290592 CPUtime=0
/proc/9483/task/9502/stat : 9502 (bprolog) S 9481 9483 9065 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 165271761 297566208 58635 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1242.78
Current children cumulated vsize (KiB) 290592

[startup+1303.31 s]
/proc/loadavg: 1.01 1.00 1.12 2/67 9502
/proc/meminfo: memFree=1255136/2055920 swapFree=4192812/4192956
[pid=9483] ppid=9481 vsize=290592 CPUtime=1302.82
/proc/9483/stat : 9483 (bprolog) R 9481 9483 9065 0 -1 4194304 97745 0 0 0 130225 57 0 0 25 0 3 0 165178488 297566208 58635 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554462 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9483/statm: 72648 58635 180 90 0 72186 0
[pid=9483/tid=9485] ppid=9481 vsize=290592 CPUtime=0
/proc/9483/task/9485/stat : 9485 (bprolog) S 9481 9483 9065 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 165181749 297566208 58635 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9483/tid=9502] ppid=9481 vsize=290592 CPUtime=0
/proc/9483/task/9502/stat : 9502 (bprolog) S 9481 9483 9065 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 165271761 297566208 58635 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1302.82
Current children cumulated vsize (KiB) 290592

[startup+1363.37 s]
/proc/loadavg: 1.00 1.00 1.11 2/67 9502
/proc/meminfo: memFree=1255136/2055920 swapFree=4192812/4192956
[pid=9483] ppid=9481 vsize=290592 CPUtime=1362.87
/proc/9483/stat : 9483 (bprolog) R 9481 9483 9065 0 -1 4194304 97745 0 0 0 136229 58 0 0 25 0 3 0 165178488 297566208 58635 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134751580 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9483/statm: 72648 58635 180 90 0 72186 0
[pid=9483/tid=9485] ppid=9481 vsize=290592 CPUtime=0
/proc/9483/task/9485/stat : 9485 (bprolog) S 9481 9483 9065 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 165181749 297566208 58635 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9483/tid=9502] ppid=9481 vsize=290592 CPUtime=0
/proc/9483/task/9502/stat : 9502 (bprolog) S 9481 9483 9065 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 165271761 297566208 58635 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1362.87
Current children cumulated vsize (KiB) 290592

[startup+1423.44 s]
/proc/loadavg: 1.00 1.00 1.10 2/68 9503
/proc/meminfo: memFree=1255128/2055920 swapFree=4192812/4192956
[pid=9483] ppid=9481 vsize=300836 CPUtime=1422.93
/proc/9483/stat : 9483 (bprolog) R 9481 9483 9065 0 -1 4194304 97746 0 0 0 142235 58 0 0 25 0 4 0 165178488 308056064 58636 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554611 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9483/statm: 75209 58636 180 90 0 74747 0
[pid=9483/tid=9485] ppid=9481 vsize=300836 CPUtime=0
/proc/9483/task/9485/stat : 9485 (bprolog) S 9481 9483 9065 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165181749 308056064 58636 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9483/tid=9502] ppid=9481 vsize=300836 CPUtime=0
/proc/9483/task/9502/stat : 9502 (bprolog) S 9481 9483 9065 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165271761 308056064 58636 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=9483/tid=9503] ppid=9481 vsize=300836 CPUtime=0
/proc/9483/task/9503/stat : 9503 (bprolog) S 9481 9483 9065 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 165316767 308056064 58636 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1422.93
Current children cumulated vsize (KiB) 300836

[startup+1483.53 s]
/proc/loadavg: 1.00 1.00 1.09 2/68 9503
/proc/meminfo: memFree=1255128/2055920 swapFree=4192812/4192956
[pid=9483] ppid=9481 vsize=300836 CPUtime=1483
/proc/9483/stat : 9483 (bprolog) R 9481 9483 9065 0 -1 4194304 97746 0 0 0 148242 58 0 0 25 0 4 0 165178488 308056064 58636 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557363 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9483/statm: 75209 58636 180 90 0 74747 0
[pid=9483/tid=9485] ppid=9481 vsize=300836 CPUtime=0
/proc/9483/task/9485/stat : 9485 (bprolog) S 9481 9483 9065 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165181749 308056064 58636 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9483/tid=9502] ppid=9481 vsize=300836 CPUtime=0
/proc/9483/task/9502/stat : 9502 (bprolog) S 9481 9483 9065 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165271761 308056064 58636 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=9483/tid=9503] ppid=9481 vsize=300836 CPUtime=0
/proc/9483/task/9503/stat : 9503 (bprolog) S 9481 9483 9065 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 165316767 308056064 58636 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1483
Current children cumulated vsize (KiB) 300836

[startup+1543.62 s]
/proc/loadavg: 1.00 1.00 1.08 2/68 9503
/proc/meminfo: memFree=1255064/2055920 swapFree=4192812/4192956
[pid=9483] ppid=9481 vsize=300836 CPUtime=1543.06
/proc/9483/stat : 9483 (bprolog) R 9481 9483 9065 0 -1 4194304 97746 0 0 0 154248 58 0 0 25 0 4 0 165178488 308056064 58636 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618046 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9483/statm: 75209 58636 180 90 0 74747 0
[pid=9483/tid=9485] ppid=9481 vsize=300836 CPUtime=0
/proc/9483/task/9485/stat : 9485 (bprolog) S 9481 9483 9065 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165181749 308056064 58636 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9483/tid=9502] ppid=9481 vsize=300836 CPUtime=0
/proc/9483/task/9502/stat : 9502 (bprolog) S 9481 9483 9065 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165271761 308056064 58636 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=9483/tid=9503] ppid=9481 vsize=300836 CPUtime=0
/proc/9483/task/9503/stat : 9503 (bprolog) S 9481 9483 9065 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 165316767 308056064 58636 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1543.06
Current children cumulated vsize (KiB) 300836

[startup+1603.71 s]
/proc/loadavg: 1.00 1.00 1.08 2/68 9503
/proc/meminfo: memFree=1255064/2055920 swapFree=4192812/4192956
[pid=9483] ppid=9481 vsize=300836 CPUtime=1603.13
/proc/9483/stat : 9483 (bprolog) R 9481 9483 9065 0 -1 4194304 97746 0 0 0 160255 58 0 0 25 0 4 0 165178488 308056064 58636 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134566843 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9483/statm: 75209 58636 180 90 0 74747 0
[pid=9483/tid=9485] ppid=9481 vsize=300836 CPUtime=0
/proc/9483/task/9485/stat : 9485 (bprolog) S 9481 9483 9065 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165181749 308056064 58636 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9483/tid=9502] ppid=9481 vsize=300836 CPUtime=0
/proc/9483/task/9502/stat : 9502 (bprolog) S 9481 9483 9065 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165271761 308056064 58636 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=9483/tid=9503] ppid=9481 vsize=300836 CPUtime=0
/proc/9483/task/9503/stat : 9503 (bprolog) S 9481 9483 9065 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 165316767 308056064 58636 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1603.13
Current children cumulated vsize (KiB) 300836

[startup+1663.79 s]
/proc/loadavg: 1.00 1.00 1.07 2/68 9503
/proc/meminfo: memFree=1231960/2055920 swapFree=4192812/4192956
[pid=9483] ppid=9481 vsize=324272 CPUtime=1663.19
/proc/9483/stat : 9483 (bprolog) R 9481 9483 9065 0 -1 4194304 109381 0 0 0 166256 63 0 0 25 0 4 0 165178488 332054528 64410 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618372 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9483/statm: 81068 64410 180 90 0 80606 0
[pid=9483/tid=9485] ppid=9481 vsize=324272 CPUtime=0
/proc/9483/task/9485/stat : 9485 (bprolog) S 9481 9483 9065 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165181749 332054528 64410 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9483/tid=9502] ppid=9481 vsize=324272 CPUtime=0
/proc/9483/task/9502/stat : 9502 (bprolog) S 9481 9483 9065 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165271761 332054528 64410 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=9483/tid=9503] ppid=9481 vsize=324272 CPUtime=0
/proc/9483/task/9503/stat : 9503 (bprolog) S 9481 9483 9065 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165316767 332054528 64410 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1663.19
Current children cumulated vsize (KiB) 324272

[startup+1723.88 s]
/proc/loadavg: 1.00 1.00 1.06 2/68 9503
/proc/meminfo: memFree=1231896/2055920 swapFree=4192812/4192956
[pid=9483] ppid=9481 vsize=324272 CPUtime=1723.26
/proc/9483/stat : 9483 (bprolog) R 9481 9483 9065 0 -1 4194304 109381 0 0 0 172263 63 0 0 25 0 4 0 165178488 332054528 64410 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663872 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9483/statm: 81068 64410 180 90 0 80606 0
[pid=9483/tid=9485] ppid=9481 vsize=324272 CPUtime=0
/proc/9483/task/9485/stat : 9485 (bprolog) S 9481 9483 9065 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165181749 332054528 64410 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9483/tid=9502] ppid=9481 vsize=324272 CPUtime=0
/proc/9483/task/9502/stat : 9502 (bprolog) S 9481 9483 9065 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165271761 332054528 64410 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=9483/tid=9503] ppid=9481 vsize=324272 CPUtime=0
/proc/9483/task/9503/stat : 9503 (bprolog) S 9481 9483 9065 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165316767 332054528 64410 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1723.26
Current children cumulated vsize (KiB) 324272

[startup+1783.97 s]
/proc/loadavg: 1.00 1.00 1.06 2/68 9503
/proc/meminfo: memFree=1231960/2055920 swapFree=4192812/4192956
[pid=9483] ppid=9481 vsize=324272 CPUtime=1783.32
/proc/9483/stat : 9483 (bprolog) R 9481 9483 9065 0 -1 4194304 109381 0 0 0 178269 63 0 0 25 0 4 0 165178488 332054528 64410 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662536 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9483/statm: 81068 64410 180 90 0 80606 0
[pid=9483/tid=9485] ppid=9481 vsize=324272 CPUtime=0
/proc/9483/task/9485/stat : 9485 (bprolog) S 9481 9483 9065 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165181749 332054528 64410 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9483/tid=9502] ppid=9481 vsize=324272 CPUtime=0
/proc/9483/task/9502/stat : 9502 (bprolog) S 9481 9483 9065 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165271761 332054528 64410 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=9483/tid=9503] ppid=9481 vsize=324272 CPUtime=0
/proc/9483/task/9503/stat : 9503 (bprolog) S 9481 9483 9065 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165316767 332054528 64410 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1783.32
Current children cumulated vsize (KiB) 324272



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.68 s]
/proc/loadavg: 1.00 1.00 1.06 2/68 9503
/proc/meminfo: memFree=1231896/2055920 swapFree=4192812/4192956
[pid=9483] ppid=9481 vsize=324272 CPUtime=1800.03
/proc/9483/stat : 9483 (bprolog) R 9481 9483 9065 0 -1 4194304 109381 0 0 0 179940 63 0 0 25 0 4 0 165178488 332054528 64410 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557319 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9483/statm: 81068 64410 180 90 0 80606 0
[pid=9483/tid=9485] ppid=9481 vsize=324272 CPUtime=0
/proc/9483/task/9485/stat : 9485 (bprolog) S 9481 9483 9065 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165181749 332054528 64410 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=9483/tid=9502] ppid=9481 vsize=324272 CPUtime=0
/proc/9483/task/9502/stat : 9502 (bprolog) S 9481 9483 9065 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165271761 332054528 64410 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=9483/tid=9503] ppid=9481 vsize=324272 CPUtime=0
/proc/9483/task/9503/stat : 9503 (bprolog) S 9481 9483 9065 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165316767 332054528 64410 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
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): 1800.73
CPU time (s): 1800.09
CPU user time (s): 1799.41
CPU system time (s): 0.675897
CPU usage (%): 99.9644
Max. virtual memory (cumulated for all children) (KiB): 324272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.41
system time used= 0.675897
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 109381
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= 14
involuntary context switches= 3875

runsolver used 1.38679 s user time and 3.78043 s system time

The end

Launcher Data (download as text)

Begin job on node43 on Sun Jan  7 11:02:26 UTC 2007


IDJOB= 205587
IDBENCH= 4158
FILE ID= node43/205587-1168167738

PBS_JOBID= 3478772

Free space on /tmp= 66482 MiB

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

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node43/watcher-205587-1168167738 -o ROOT/results/node43/solver-205587-1168167738 -C 1800 -M 900  /tmp/evaluation/205587-1168167738/Complete/Ordinary/solver /tmp/evaluation/205587-1168167738/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  e73fbce21894132281af3102ab806d6c

RANDOM SEED= 104869367

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.278
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.278
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:        772744 kB
Buffers:         38784 kB
Cached:         455032 kB
SwapCached:          0 kB
Active:         792044 kB
Inactive:       428132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        772744 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8380 kB
Writeback:           0 kB
Mapped:         745512 kB
Slab:            46888 kB
Committed_AS:  4113612 kB
PageTables:       3220 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= 66481 MiB



End job on node43 on Sun Jan  7 11:33:14 UTC 2007