Trace number 205658

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 1804.56

General information on the benchmark

Namefapp/fapp36-40/fapp40/
fapp40-3000-8.xml
MD5SUM780bc7cf3432a828d9bbecb1a5751390
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 benchmark54.2178
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/205658-1168167815/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/node1/watcher-205658-1168167815 -o ROOT/results/node1/solver-205658-1168167815 -C 1800 -M 900 /tmp/evaluation/205658-1168167815/Complete/Ordinary/solver /tmp/evaluation/205658-1168167815/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.42 0.94 1.26 3/95 20699
/proc/meminfo: memFree=1152904/2055920 swapFree=4165612/4192956
[pid=20698] ppid=20696 vsize=5356 CPUtime=0
/proc/20698/stat : 20698 (sh) R 20696 20698 20618 0 -1 4194304 183 0 0 0 0 0 0 0 20 0 1 0 165182136 5484544 152 18446744073709551615 4194304 4889804 548682069344 18446744073709551615 259353485484 0 0 4096 0 0 0 0 17 1 0 0
/proc/20698/statm: 1339 152 126 169 0 50 0

[startup+0.102935 s]
/proc/loadavg: 1.42 0.94 1.26 3/95 20699
/proc/meminfo: memFree=1152904/2055920 swapFree=4165612/4192956
[pid=20698] ppid=20696 vsize=61640 CPUtime=0.09
/proc/20698/stat : 20698 (bprolog) R 20696 20698 20618 0 -1 4194304 1937 0 0 0 8 1 0 0 20 0 1 0 165182136 63119360 1653 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550189 0 0 4096 2 0 0 0 17 1 0 0
/proc/20698/statm: 15410 1653 157 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.510977 s]
/proc/loadavg: 1.42 0.94 1.26 3/95 20699
/proc/meminfo: memFree=1152904/2055920 swapFree=4165612/4192956
[pid=20698] ppid=20696 vsize=61640 CPUtime=0.49
/proc/20698/stat : 20698 (bprolog) R 20696 20698 20618 0 -1 4194304 8204 0 0 0 43 6 0 0 23 0 1 0 165182136 63119360 7920 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552133 0 0 4096 2 0 0 0 17 1 0 0
/proc/20698/statm: 15410 7920 157 90 0 14948 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 61640

[startup+1.33207 s]
/proc/loadavg: 1.42 0.94 1.26 4/95 20699
/proc/meminfo: memFree=1093448/2055920 swapFree=4165612/4192956
[pid=20698] ppid=20696 vsize=81472 CPUtime=1.31
/proc/20698/stat : 20698 (bprolog) R 20696 20698 20618 0 -1 4194304 16899 0 0 0 121 10 0 0 25 0 1 0 165182136 83427328 16043 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134857841 0 0 4096 2 0 0 0 17 1 0 0
/proc/20698/statm: 20368 16043 157 90 0 19906 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 81472

[startup+2.96926 s]
/proc/loadavg: 1.42 0.94 1.26 3/95 20699
/proc/meminfo: memFree=1057544/2055920 swapFree=4165612/4192956
[pid=20698] ppid=20696 vsize=120536 CPUtime=2.92
/proc/20698/stat : 20698 (bprolog) R 20696 20698 20618 0 -1 4194304 29231 0 0 0 276 16 0 0 25 0 1 0 165182136 123428864 18608 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565693 0 0 4096 2 0 0 0 17 1 0 0
/proc/20698/statm: 30134 18608 157 90 0 29672 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 120536

[startup+6.25764 s]
/proc/loadavg: 1.46 0.95 1.26 3/95 20699
/proc/meminfo: memFree=1072904/2055920 swapFree=4165612/4192956
[pid=20698] ppid=20696 vsize=145416 CPUtime=6.19
/proc/20698/stat : 20698 (bprolog) R 20696 20698 20618 0 -1 4194304 36648 0 0 0 598 21 0 0 25 0 1 0 165182136 148905984 20089 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663091 0 0 4096 2 0 0 0 17 1 0 0
/proc/20698/statm: 36354 20089 176 90 0 35892 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 145416

[startup+12.725 s]
/proc/loadavg: 1.51 0.97 1.26 3/95 20699
/proc/meminfo: memFree=1067912/2055920 swapFree=4165612/4192956
[pid=20698] ppid=20696 vsize=145416 CPUtime=12.59
/proc/20698/stat : 20698 (bprolog) R 20696 20698 20618 0 -1 4194304 38156 0 0 0 1237 22 0 0 25 0 1 0 165182136 148905984 21597 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134569017 0 0 4096 2 0 0 0 17 1 0 0
/proc/20698/statm: 36354 21597 176 90 0 35892 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 145416

[startup+25.5719 s]
/proc/loadavg: 1.61 1.02 1.28 4/95 20699
/proc/meminfo: memFree=1023688/2055920 swapFree=4165612/4192956
[pid=20698] ppid=20696 vsize=149516 CPUtime=25.32
/proc/20698/stat : 20698 (bprolog) R 20696 20698 20618 0 -1 4194304 50073 0 0 0 2504 28 0 0 25 0 1 0 165182136 153104384 32517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134857092 0 0 4096 2 0 0 0 17 1 0 0
/proc/20698/statm: 37379 32517 176 90 0 36917 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 149516

[startup+51.2409 s]
/proc/loadavg: 1.95 1.15 1.31 3/96 20700
/proc/meminfo: memFree=976320/2055920 swapFree=4165612/4192956
[pid=20698] ppid=20696 vsize=243240 CPUtime=50.71
/proc/20698/stat : 20698 (bprolog) R 20696 20698 20618 0 -1 4194304 84890 0 0 0 5024 47 0 0 25 0 2 0 165182136 249077760 43828 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580580 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20698/statm: 60810 43828 180 90 0 60348 0
[pid=20698/tid=20700] ppid=20696 vsize=243240 CPUtime=0
/proc/20698/task/20700/stat : 20700 (bprolog) S 20696 20698 20618 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 165185593 249077760 43828 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 243240

[startup+102.499 s]
/proc/loadavg: 2.01 1.29 1.35 3/96 20700
/proc/meminfo: memFree=977024/2055920 swapFree=4165612/4192956
[pid=20698] ppid=20696 vsize=243240 CPUtime=101.49
/proc/20698/stat : 20698 (bprolog) R 20696 20698 20618 0 -1 4194304 84900 0 0 0 10101 48 0 0 25 0 2 0 165182136 249077760 43838 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589226 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20698/statm: 60810 43838 180 90 0 60348 0
[pid=20698/tid=20700] ppid=20696 vsize=243240 CPUtime=0
/proc/20698/task/20700/stat : 20700 (bprolog) S 20696 20698 20618 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 165185593 249077760 43838 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.49
Current children cumulated vsize (KiB) 243240

[startup+162.594 s]
/proc/loadavg: 2.08 1.43 1.39 3/96 20700
/proc/meminfo: memFree=977024/2055920 swapFree=4165612/4192956
[pid=20698] ppid=20696 vsize=243240 CPUtime=161.03
/proc/20698/stat : 20698 (bprolog) R 20696 20698 20618 0 -1 4194304 84901 0 0 0 16055 48 0 0 25 0 2 0 165182136 249077760 43839 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663854 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20698/statm: 60810 43839 180 90 0 60348 0
[pid=20698/tid=20700] ppid=20696 vsize=243240 CPUtime=0
/proc/20698/task/20700/stat : 20700 (bprolog) S 20696 20698 20618 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 165185593 249077760 43839 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.03
Current children cumulated vsize (KiB) 243240

[startup+222.601 s]
/proc/loadavg: 2.03 1.53 1.43 3/96 20700
/proc/meminfo: memFree=976960/2055920 swapFree=4165612/4192956
[pid=20698] ppid=20696 vsize=243240 CPUtime=220.49
/proc/20698/stat : 20698 (bprolog) R 20696 20698 20618 0 -1 4194304 84901 0 0 0 22000 49 0 0 25 0 2 0 165182136 249077760 43839 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/20698/statm: 60810 43839 180 90 0 60348 0
[pid=20698/tid=20700] ppid=20696 vsize=243240 CPUtime=0
/proc/20698/task/20700/stat : 20700 (bprolog) S 20696 20698 20618 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 165185593 249077760 43839 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.49
Current children cumulated vsize (KiB) 243240

[startup+282.674 s]
/proc/loadavg: 2.13 1.65 1.47 3/95 20827
/proc/meminfo: memFree=1317888/2055920 swapFree=4165612/4192956
[pid=20698] ppid=20696 vsize=243240 CPUtime=280.33
/proc/20698/stat : 20698 (bprolog) R 20696 20698 20618 0 -1 4194304 84901 0 0 0 27972 61 0 0 25 0 2 0 165182136 249077760 43839 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552092 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20698/statm: 60810 43839 180 90 0 60348 0
[pid=20698/tid=20700] ppid=20696 vsize=243240 CPUtime=0
/proc/20698/task/20700/stat : 20700 (bprolog) S 20696 20698 20618 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 165185593 249077760 43839 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.33
Current children cumulated vsize (KiB) 243240

[startup+342.682 s]
/proc/loadavg: 2.05 1.71 1.50 4/95 20827
/proc/meminfo: memFree=1052992/2055920 swapFree=4165612/4192956
[pid=20698] ppid=20696 vsize=243240 CPUtime=340.27
/proc/20698/stat : 20698 (bprolog) R 20696 20698 20618 0 -1 4194304 84901 0 0 0 33966 61 0 0 25 0 2 0 165182136 249077760 43839 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580476 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20698/statm: 60810 43839 180 90 0 60348 0
[pid=20698/tid=20700] ppid=20696 vsize=243240 CPUtime=0
/proc/20698/task/20700/stat : 20700 (bprolog) S 20696 20698 20618 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 165185593 249077760 43839 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 340.27
Current children cumulated vsize (KiB) 243240

[startup+402.686 s]
/proc/loadavg: 2.05 1.77 1.53 3/95 20827
/proc/meminfo: memFree=969920/2055920 swapFree=4165612/4192956
[pid=20698] ppid=20696 vsize=243240 CPUtime=400.2
/proc/20698/stat : 20698 (bprolog) R 20696 20698 20618 0 -1 4194304 84901 0 0 0 39959 61 0 0 25 0 2 0 165182136 249077760 43839 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620263 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20698/statm: 60810 43839 180 90 0 60348 0
[pid=20698/tid=20700] ppid=20696 vsize=243240 CPUtime=0
/proc/20698/task/20700/stat : 20700 (bprolog) S 20696 20698 20618 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 165185593 249077760 43839 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.2
Current children cumulated vsize (KiB) 243240

[startup+462.714 s]
/proc/loadavg: 2.09 1.83 1.57 3/87 21141
/proc/meminfo: memFree=1568768/2055920 swapFree=4165612/4192956
[pid=20698] ppid=20696 vsize=243240 CPUtime=459.71
/proc/20698/stat : 20698 (bprolog) R 20696 20698 20618 0 -1 4194304 84901 0 0 0 45901 70 0 0 25 0 2 0 165182136 249077760 43839 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662616 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20698/statm: 60810 43839 180 90 0 60348 0
[pid=20698/tid=20700] ppid=20696 vsize=243240 CPUtime=0
/proc/20698/task/20700/stat : 20700 (bprolog) S 20696 20698 20618 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 165185593 249077760 43839 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 459.71
Current children cumulated vsize (KiB) 243240

[startup+522.717 s]
/proc/loadavg: 2.03 1.86 1.59 3/87 21141
/proc/meminfo: memFree=1528768/2055920 swapFree=4165612/4192956
[pid=20698] ppid=20696 vsize=243240 CPUtime=519.65
/proc/20698/stat : 20698 (bprolog) R 20696 20698 20618 0 -1 4194304 84902 0 0 0 51895 70 0 0 25 0 2 0 165182136 249077760 43840 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664238 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20698/statm: 60810 43840 180 90 0 60348 0
[pid=20698/tid=20700] ppid=20696 vsize=243240 CPUtime=0
/proc/20698/task/20700/stat : 20700 (bprolog) S 20696 20698 20618 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 165185593 249077760 43840 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 519.65
Current children cumulated vsize (KiB) 243240

[startup+582.723 s]
/proc/loadavg: 2.01 1.88 1.61 3/87 21141
/proc/meminfo: memFree=1528768/2055920 swapFree=4165612/4192956
[pid=20698] ppid=20696 vsize=243240 CPUtime=579.6
/proc/20698/stat : 20698 (bprolog) R 20696 20698 20618 0 -1 4194304 84903 0 0 0 57890 70 0 0 25 0 2 0 165182136 249077760 43841 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557015 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20698/statm: 60810 43841 180 90 0 60348 0
[pid=20698/tid=20700] ppid=20696 vsize=243240 CPUtime=0
/proc/20698/task/20700/stat : 20700 (bprolog) S 20696 20698 20618 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 165185593 249077760 43841 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 579.6
Current children cumulated vsize (KiB) 243240

[startup+642.73 s]
/proc/loadavg: 2.00 1.90 1.64 3/87 21141
/proc/meminfo: memFree=1528768/2055920 swapFree=4165612/4192956
[pid=20698] ppid=20696 vsize=243240 CPUtime=639.54
/proc/20698/stat : 20698 (bprolog) R 20696 20698 20618 0 -1 4194304 84903 0 0 0 63883 71 0 0 25 0 2 0 165182136 249077760 43841 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618352 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20698/statm: 60810 43841 180 90 0 60348 0
[pid=20698/tid=20700] ppid=20696 vsize=243240 CPUtime=0
/proc/20698/task/20700/stat : 20700 (bprolog) S 20696 20698 20618 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 165185593 249077760 43841 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 639.54
Current children cumulated vsize (KiB) 243240


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

[pid=20698/tid=21144] ppid=20696 vsize=253484 CPUtime=0
/proc/20698/task/21144/stat : 21144 (bprolog) S 20696 20698 20618 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 165275621 259567616 43866 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1179.09
Current children cumulated vsize (KiB) 253484

[startup+1242.93 s]
/proc/loadavg: 2.01 2.00 1.80 3/88 21144
/proc/meminfo: memFree=1528056/2055920 swapFree=4165612/4192956
[pid=20698] ppid=20696 vsize=253484 CPUtime=1239.08
/proc/20698/stat : 20698 (bprolog) R 20696 20698 20618 0 -1 4194304 84928 0 0 0 123836 72 0 0 25 0 3 0 165182136 259567616 43866 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614774 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20698/statm: 63371 43866 180 90 0 62909 0
[pid=20698/tid=20700] ppid=20696 vsize=253484 CPUtime=0
/proc/20698/task/20700/stat : 20700 (bprolog) S 20696 20698 20618 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 165185593 259567616 43866 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20698/tid=21144] ppid=20696 vsize=253484 CPUtime=0
/proc/20698/task/21144/stat : 21144 (bprolog) S 20696 20698 20618 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 165275621 259567616 43866 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1239.08
Current children cumulated vsize (KiB) 253484

[startup+1302.95 s]
/proc/loadavg: 2.00 2.00 1.81 3/88 21144
/proc/meminfo: memFree=1527928/2055920 swapFree=4165612/4192956
[pid=20698] ppid=20696 vsize=253484 CPUtime=1299.05
/proc/20698/stat : 20698 (bprolog) R 20696 20698 20618 0 -1 4194304 84928 0 0 0 129832 73 0 0 25 0 3 0 165182136 259567616 43866 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134617925 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20698/statm: 63371 43866 180 90 0 62909 0
[pid=20698/tid=20700] ppid=20696 vsize=253484 CPUtime=0
/proc/20698/task/20700/stat : 20700 (bprolog) S 20696 20698 20618 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 165185593 259567616 43866 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20698/tid=21144] ppid=20696 vsize=253484 CPUtime=0
/proc/20698/task/21144/stat : 21144 (bprolog) S 20696 20698 20618 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 165275621 259567616 43866 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1299.05
Current children cumulated vsize (KiB) 253484

[startup+1362.98 s]
/proc/loadavg: 2.04 2.01 1.82 3/88 21144
/proc/meminfo: memFree=1527864/2055920 swapFree=4165612/4192956
[pid=20698] ppid=20696 vsize=253484 CPUtime=1359
/proc/20698/stat : 20698 (bprolog) R 20696 20698 20618 0 -1 4194304 84930 0 0 0 135827 73 0 0 25 0 3 0 165182136 259567616 43868 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554269 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20698/statm: 63371 43868 180 90 0 62909 0
[pid=20698/tid=20700] ppid=20696 vsize=253484 CPUtime=0
/proc/20698/task/20700/stat : 20700 (bprolog) S 20696 20698 20618 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 165185593 259567616 43868 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20698/tid=21144] ppid=20696 vsize=253484 CPUtime=0
/proc/20698/task/21144/stat : 21144 (bprolog) S 20696 20698 20618 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 165275621 259567616 43868 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1359
Current children cumulated vsize (KiB) 253484

[startup+1423.03 s]
/proc/loadavg: 2.01 2.01 1.83 3/89 21145
/proc/meminfo: memFree=1526256/2055920 swapFree=4165612/4192956
[pid=20698] ppid=20696 vsize=263728 CPUtime=1418.99
/proc/20698/stat : 20698 (bprolog) R 20696 20698 20618 0 -1 4194304 85298 0 0 0 141826 73 0 0 25 0 4 0 165182136 270057472 44236 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552103 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20698/statm: 65932 44236 180 90 0 65470 0
[pid=20698/tid=20700] ppid=20696 vsize=263728 CPUtime=0
/proc/20698/task/20700/stat : 20700 (bprolog) S 20696 20698 20618 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165185593 270057472 44236 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20698/tid=21144] ppid=20696 vsize=263728 CPUtime=0
/proc/20698/task/21144/stat : 21144 (bprolog) S 20696 20698 20618 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165275621 270057472 44236 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=20698/tid=21145] ppid=20696 vsize=263728 CPUtime=0
/proc/20698/task/21145/stat : 21145 (bprolog) S 20696 20698 20618 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 165320633 270057472 44236 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1418.99
Current children cumulated vsize (KiB) 263728

[startup+1483.08 s]
/proc/loadavg: 2.00 2.00 1.83 3/89 21145
/proc/meminfo: memFree=1526192/2055920 swapFree=4165612/4192956
[pid=20698] ppid=20696 vsize=263728 CPUtime=1478.98
/proc/20698/stat : 20698 (bprolog) R 20696 20698 20618 0 -1 4194304 85298 0 0 0 147825 73 0 0 25 0 4 0 165182136 270057472 44236 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20698/statm: 65932 44236 180 90 0 65470 0
[pid=20698/tid=20700] ppid=20696 vsize=263728 CPUtime=0
/proc/20698/task/20700/stat : 20700 (bprolog) S 20696 20698 20618 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165185593 270057472 44236 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20698/tid=21144] ppid=20696 vsize=263728 CPUtime=0
/proc/20698/task/21144/stat : 21144 (bprolog) S 20696 20698 20618 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165275621 270057472 44236 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=20698/tid=21145] ppid=20696 vsize=263728 CPUtime=0
/proc/20698/task/21145/stat : 21145 (bprolog) S 20696 20698 20618 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 165320633 270057472 44236 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1478.98
Current children cumulated vsize (KiB) 263728

[startup+1543.13 s]
/proc/loadavg: 2.00 2.00 1.84 3/89 21145
/proc/meminfo: memFree=1526064/2055920 swapFree=4165612/4192956
[pid=20698] ppid=20696 vsize=263728 CPUtime=1538.95
/proc/20698/stat : 20698 (bprolog) R 20696 20698 20618 0 -1 4194304 85299 0 0 0 153822 73 0 0 25 0 4 0 165182136 270057472 44237 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134665060 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20698/statm: 65932 44237 180 90 0 65470 0
[pid=20698/tid=20700] ppid=20696 vsize=263728 CPUtime=0
/proc/20698/task/20700/stat : 20700 (bprolog) S 20696 20698 20618 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165185593 270057472 44237 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20698/tid=21144] ppid=20696 vsize=263728 CPUtime=0
/proc/20698/task/21144/stat : 21144 (bprolog) S 20696 20698 20618 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165275621 270057472 44237 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=20698/tid=21145] ppid=20696 vsize=263728 CPUtime=0
/proc/20698/task/21145/stat : 21145 (bprolog) S 20696 20698 20618 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 165320633 270057472 44237 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1538.95
Current children cumulated vsize (KiB) 263728

[startup+1603.17 s]
/proc/loadavg: 2.00 2.00 1.85 3/89 21145
/proc/meminfo: memFree=1526000/2055920 swapFree=4165612/4192956
[pid=20698] ppid=20696 vsize=263728 CPUtime=1598.94
/proc/20698/stat : 20698 (bprolog) R 20696 20698 20618 0 -1 4194304 85299 0 0 0 159821 73 0 0 25 0 4 0 165182136 270057472 44237 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554139 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20698/statm: 65932 44237 180 90 0 65470 0
[pid=20698/tid=20700] ppid=20696 vsize=263728 CPUtime=0
/proc/20698/task/20700/stat : 20700 (bprolog) S 20696 20698 20618 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165185593 270057472 44237 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20698/tid=21144] ppid=20696 vsize=263728 CPUtime=0
/proc/20698/task/21144/stat : 21144 (bprolog) S 20696 20698 20618 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165275621 270057472 44237 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=20698/tid=21145] ppid=20696 vsize=263728 CPUtime=0
/proc/20698/task/21145/stat : 21145 (bprolog) S 20696 20698 20618 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 165320633 270057472 44237 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1598.94
Current children cumulated vsize (KiB) 263728

[startup+1663.24 s]
/proc/loadavg: 2.00 2.00 1.85 3/89 21145
/proc/meminfo: memFree=1507376/2055920 swapFree=4165612/4192956
[pid=20698] ppid=20696 vsize=279352 CPUtime=1658.96
/proc/20698/stat : 20698 (bprolog) R 20696 20698 20618 0 -1 4194304 93846 0 0 0 165818 78 0 0 25 0 4 0 165182136 286056448 48877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554996 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20698/statm: 69838 48877 180 90 0 69376 0
[pid=20698/tid=20700] ppid=20696 vsize=279352 CPUtime=0
/proc/20698/task/20700/stat : 20700 (bprolog) S 20696 20698 20618 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165185593 286056448 48877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20698/tid=21144] ppid=20696 vsize=279352 CPUtime=0
/proc/20698/task/21144/stat : 21144 (bprolog) S 20696 20698 20618 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165275621 286056448 48877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=20698/tid=21145] ppid=20696 vsize=279352 CPUtime=0
/proc/20698/task/21145/stat : 21145 (bprolog) S 20696 20698 20618 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165320633 286056448 48877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1658.96
Current children cumulated vsize (KiB) 279352

[startup+1723.29 s]
/proc/loadavg: 2.00 2.00 1.86 3/89 21145
/proc/meminfo: memFree=1507312/2055920 swapFree=4165612/4192956
[pid=20698] ppid=20696 vsize=279352 CPUtime=1718.93
/proc/20698/stat : 20698 (bprolog) R 20696 20698 20618 0 -1 4194304 93846 0 0 0 171815 78 0 0 25 0 4 0 165182136 286056448 48877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662632 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20698/statm: 69838 48877 180 90 0 69376 0
[pid=20698/tid=20700] ppid=20696 vsize=279352 CPUtime=0
/proc/20698/task/20700/stat : 20700 (bprolog) S 20696 20698 20618 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165185593 286056448 48877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20698/tid=21144] ppid=20696 vsize=279352 CPUtime=0
/proc/20698/task/21144/stat : 21144 (bprolog) S 20696 20698 20618 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165275621 286056448 48877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=20698/tid=21145] ppid=20696 vsize=279352 CPUtime=0
/proc/20698/task/21145/stat : 21145 (bprolog) S 20696 20698 20618 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165320633 286056448 48877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1718.93
Current children cumulated vsize (KiB) 279352

[startup+1783.36 s]
/proc/loadavg: 2.00 2.00 1.86 3/89 21145
/proc/meminfo: memFree=1507184/2055920 swapFree=4165612/4192956
[pid=20698] ppid=20696 vsize=279352 CPUtime=1778.94
/proc/20698/stat : 20698 (bprolog) R 20696 20698 20618 0 -1 4194304 93846 0 0 0 177816 78 0 0 25 0 4 0 165182136 286056448 48877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134661327 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20698/statm: 69838 48877 180 90 0 69376 0
[pid=20698/tid=20700] ppid=20696 vsize=279352 CPUtime=0
/proc/20698/task/20700/stat : 20700 (bprolog) S 20696 20698 20618 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165185593 286056448 48877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20698/tid=21144] ppid=20696 vsize=279352 CPUtime=0
/proc/20698/task/21144/stat : 21144 (bprolog) S 20696 20698 20618 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165275621 286056448 48877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=20698/tid=21145] ppid=20696 vsize=279352 CPUtime=0
/proc/20698/task/21145/stat : 21145 (bprolog) S 20696 20698 20618 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165320633 286056448 48877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1778.94
Current children cumulated vsize (KiB) 279352



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.52 s]
/proc/loadavg: 2.00 2.00 1.87 3/89 21145
/proc/meminfo: memFree=1507120/2055920 swapFree=4165612/4192956
[pid=20698] ppid=20696 vsize=279352 CPUtime=1800.09
/proc/20698/stat : 20698 (bprolog) R 20696 20698 20618 0 -1 4194304 93846 0 0 0 179931 78 0 0 25 0 4 0 165182136 286056448 48877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664012 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/20698/statm: 69838 48877 180 90 0 69376 0
[pid=20698/tid=20700] ppid=20696 vsize=279352 CPUtime=0
/proc/20698/task/20700/stat : 20700 (bprolog) S 20696 20698 20618 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165185593 286056448 48877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=20698/tid=21144] ppid=20696 vsize=279352 CPUtime=0
/proc/20698/task/21144/stat : 21144 (bprolog) S 20696 20698 20618 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165275621 286056448 48877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=20698/tid=21145] ppid=20696 vsize=279352 CPUtime=0
/proc/20698/task/21145/stat : 21145 (bprolog) S 20696 20698 20618 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165320633 286056448 48877 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 279352

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1804.56
CPU time (s): 1800.14
CPU user time (s): 1799.32
CPU system time (s): 0.814876
CPU usage (%): 99.7549
Max. virtual memory (cumulated for all children) (KiB): 294240

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

runsolver used 1.9707 s user time and 5.44717 s system time

The end

Launcher Data (download as text)

Begin job on node1 on Sun Jan  7 11:03:41 UTC 2007


IDJOB= 205658
IDBENCH= 4162
FILE ID= node1/205658-1168167815

PBS_JOBID= 3478806

Free space on /tmp= 66223 MiB

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

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node1/watcher-205658-1168167815 -o ROOT/results/node1/solver-205658-1168167815 -C 1800 -M 900  /tmp/evaluation/205658-1168167815/Complete/Ordinary/solver /tmp/evaluation/205658-1168167815/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  780bc7cf3432a828d9bbecb1a5751390

RANDOM SEED= 167665397

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.234
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.234
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:       1153448 kB
Buffers:          8064 kB
Cached:         174772 kB
SwapCached:       3620 kB
Active:         777368 kB
Inactive:        68504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1153448 kB
SwapTotal:     4192956 kB
SwapFree:      4165612 kB
Dirty:           69060 kB
Writeback:           0 kB
Mapped:         679544 kB
Slab:            40016 kB
Committed_AS:  5328192 kB
PageTables:       3680 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= 66287 MiB



End job on node1 on Sun Jan  7 11:34:29 UTC 2007