Trace number 199983

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 1836.63

General information on the benchmark

Namerandom/rand-3-24-24-fcd/
rand-3-24-24-76-632-fcd-21_ext.xml
MD5SUMbb36e8c2b01c64bab8e460244650b681
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark25.5821
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables24
Number of constraints74
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension74
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/199983-1168139237/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/node12/watcher-199983-1168139237 -o ROOT/results/node12/solver-199983-1168139237 -C 1800 -M 900 /tmp/evaluation/199983-1168139237/Complete/Ordinary/solver /tmp/evaluation/199983-1168139237/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
/proc/loadavg: 1.93 2.02 2.00 5/98 13972
/proc/meminfo: memFree=1023664/2055920 swapFree=4160348/4192956
[pid=13971] ppid=13969 vsize=18540 CPUtime=0
/proc/13971/stat : 13971 (runsolver) R 13969 12698 12698 0 -1 4194368 10 0 0 0 0 0 0 0 19 0 1 0 162320022 18984960 277 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 252429366002 0 0 4096 24578 0 0 0 17 1 0 0
/proc/13971/statm: 4635 277 242 17 0 2626 0
Current StackSize limit: 10240 KiB


[startup+0.107223 s]
/proc/loadavg: 1.93 2.02 2.00 5/98 13972
/proc/meminfo: memFree=1023664/2055920 swapFree=4160348/4192956
[pid=13971] ppid=13969 vsize=61640 CPUtime=0.09
/proc/13971/stat : 13971 (bprolog) R 13969 13971 12698 0 -1 4194304 1944 0 0 0 8 1 0 0 20 0 1 0 162320022 63119360 1660 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550142 0 0 4096 2 0 0 0 17 1 0 0
/proc/13971/statm: 15410 1660 158 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.515295 s]
/proc/loadavg: 1.93 2.02 2.00 5/98 13972
/proc/meminfo: memFree=1023664/2055920 swapFree=4160348/4192956
[pid=13971] ppid=13969 vsize=61640 CPUtime=0.5
/proc/13971/stat : 13971 (bprolog) R 13969 13971 12698 0 -1 4194304 7685 0 0 0 46 4 0 0 24 0 1 0 162320022 63119360 7401 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 10095612 0 0 4096 2 0 0 0 17 1 0 0
/proc/13971/statm: 15410 7401 158 90 0 14948 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61640

[startup+1.33645 s]
/proc/loadavg: 1.93 2.02 2.00 4/98 13972
/proc/meminfo: memFree=948976/2055920 swapFree=4160348/4192956
[pid=13971] ppid=13969 vsize=136228 CPUtime=1.31
/proc/13971/stat : 13971 (bprolog) R 13969 13971 12698 0 -1 4194304 19049 0 0 0 122 9 0 0 25 0 1 0 162320022 139497472 18765 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858988 0 0 4096 2 0 0 0 17 1 0 0
/proc/13971/statm: 34057 18765 158 90 0 33595 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 136228

[startup+2.97374 s]
/proc/loadavg: 1.94 2.02 2.00 3/98 13972
/proc/meminfo: memFree=979696/2055920 swapFree=4160348/4192956
[pid=13971] ppid=13969 vsize=101068 CPUtime=2.94
/proc/13971/stat : 13971 (bprolog) R 13969 13971 12698 0 -1 4194304 21192 0 0 0 284 10 0 0 25 0 1 0 162320022 103493632 12344 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552139 0 0 4096 2 0 0 0 17 1 0 0
/proc/13971/statm: 25267 12344 158 90 0 24805 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 101068

[startup+6.26334 s]
/proc/loadavg: 1.94 2.02 2.00 3/98 13972
/proc/meminfo: memFree=930160/2055920 swapFree=4160348/4192956
[pid=13971] ppid=13969 vsize=131784 CPUtime=6.22
/proc/13971/stat : 13971 (bprolog) R 13969 13971 12698 0 -1 4194304 50505 0 0 0 598 24 0 0 25 0 1 0 162320022 134946816 24249 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134612994 0 0 4096 2 0 0 0 17 1 0 0
/proc/13971/statm: 32946 24249 158 90 0 32484 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 131784

[startup+12.7305 s]
/proc/loadavg: 1.95 2.02 2.00 3/98 13972
/proc/meminfo: memFree=916976/2055920 swapFree=4160348/4192956
[pid=13971] ppid=13969 vsize=132528 CPUtime=12.65
/proc/13971/stat : 13971 (bprolog) R 13969 13971 12698 0 -1 4194304 81832 0 0 0 1225 40 0 0 25 0 1 0 162320022 135708672 26814 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858335 0 0 4096 2 0 0 0 17 1 0 0
/proc/13971/statm: 33132 26814 158 90 0 32670 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 132528

[startup+25.5638 s]
/proc/loadavg: 1.95 2.02 2.00 3/98 13972
/proc/meminfo: memFree=914736/2055920 swapFree=4160348/4192956
[pid=13971] ppid=13969 vsize=132672 CPUtime=25.43
/proc/13971/stat : 13971 (bprolog) R 13969 13971 12698 0 -1 4194304 140498 0 0 0 2467 76 0 0 25 0 1 0 162320022 135856128 27335 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858988 0 0 4096 2 0 0 0 17 1 0 0
/proc/13971/statm: 33168 27335 158 90 0 32706 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 132672

[startup+51.2284 s]
/proc/loadavg: 1.97 2.01 2.00 3/98 13972
/proc/meminfo: memFree=818352/2055920 swapFree=4160348/4192956
[pid=13971] ppid=13969 vsize=306268 CPUtime=50.96
/proc/13971/stat : 13971 (bprolog) R 13969 13971 12698 0 -1 4194304 273024 0 0 0 4946 150 0 0 25 0 1 0 162320022 313618432 53417 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711370 0 0 4096 2 0 0 0 17 1 0 0
/proc/13971/statm: 76567 53417 158 90 0 76105 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 306268

[startup+102.459 s]
/proc/loadavg: 1.98 2.01 2.00 3/99 13973
/proc/meminfo: memFree=751272/2055920 swapFree=4160348/4192956
[pid=13971] ppid=13969 vsize=318756 CPUtime=101.87
/proc/13971/stat : 13971 (bprolog) R 13969 13971 12698 0 -1 4194304 306747 0 0 0 10018 169 0 0 25 0 2 0 162320022 326406144 61294 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664585 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/13971/statm: 79689 61294 170 90 0 79227 0
[pid=13971/tid=13973] ppid=13969 vsize=318756 CPUtime=0
/proc/13971/task/13973/stat : 13973 (bprolog) S 13969 13971 12698 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162326308 326406144 61294 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.87
Current children cumulated vsize (KiB) 318756

[startup+162.524 s]
/proc/loadavg: 1.99 2.00 2.00 3/99 13973
/proc/meminfo: memFree=751208/2055920 swapFree=4160348/4192956
[pid=13971] ppid=13969 vsize=318756 CPUtime=161.58
/proc/13971/stat : 13971 (bprolog) R 13969 13971 12698 0 -1 4194304 306748 0 0 0 15989 169 0 0 25 0 2 0 162320022 326406144 61295 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664651 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/13971/statm: 79689 61295 170 90 0 79227 0
[pid=13971/tid=13973] ppid=13969 vsize=318756 CPUtime=0
/proc/13971/task/13973/stat : 13973 (bprolog) S 13969 13971 12698 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162326308 326406144 61295 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.58
Current children cumulated vsize (KiB) 318756

[startup+222.589 s]
/proc/loadavg: 1.99 2.00 2.00 3/99 13973
/proc/meminfo: memFree=751144/2055920 swapFree=4160348/4192956
[pid=13971] ppid=13969 vsize=318756 CPUtime=221.32
/proc/13971/stat : 13971 (bprolog) R 13969 13971 12698 0 -1 4194304 306748 0 0 0 21963 169 0 0 25 0 2 0 162320022 326406144 61295 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711598 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/13971/statm: 79689 61295 170 90 0 79227 0
[pid=13971/tid=13973] ppid=13969 vsize=318756 CPUtime=0
/proc/13971/task/13973/stat : 13973 (bprolog) S 13969 13971 12698 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162326308 326406144 61295 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.32
Current children cumulated vsize (KiB) 318756

[startup+282.645 s]
/proc/loadavg: 1.99 2.00 2.00 3/99 13973
/proc/meminfo: memFree=723304/2055920 swapFree=4160348/4192956
[pid=13971] ppid=13969 vsize=318756 CPUtime=280.96
/proc/13971/stat : 13971 (bprolog) R 13969 13971 12698 0 -1 4194304 306748 0 0 0 27926 170 0 0 25 0 2 0 162320022 326406144 61295 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711598 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/13971/statm: 79689 61295 170 90 0 79227 0
[pid=13971/tid=13973] ppid=13969 vsize=318756 CPUtime=0
/proc/13971/task/13973/stat : 13973 (bprolog) S 13969 13971 12698 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162326308 326406144 61295 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.96
Current children cumulated vsize (KiB) 318756

[startup+342.7 s]
/proc/loadavg: 1.99 2.00 2.00 3/99 13973
/proc/meminfo: memFree=723304/2055920 swapFree=4160348/4192956
[pid=13971] ppid=13969 vsize=318756 CPUtime=340.66
/proc/13971/stat : 13971 (bprolog) R 13969 13971 12698 0 -1 4194304 306748 0 0 0 33896 170 0 0 25 0 2 0 162320022 326406144 61295 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/13971/statm: 79689 61295 170 90 0 79227 0
[pid=13971/tid=13973] ppid=13969 vsize=318756 CPUtime=0
/proc/13971/task/13973/stat : 13973 (bprolog) S 13969 13971 12698 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162326308 326406144 61295 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 340.66
Current children cumulated vsize (KiB) 318756

[startup+402.759 s]
/proc/loadavg: 1.99 2.00 2.00 3/99 13973
/proc/meminfo: memFree=723240/2055920 swapFree=4160348/4192956
[pid=13971] ppid=13969 vsize=318756 CPUtime=400.39
/proc/13971/stat : 13971 (bprolog) R 13969 13971 12698 0 -1 4194304 306748 0 0 0 39869 170 0 0 25 0 2 0 162320022 326406144 61295 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711842 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/13971/statm: 79689 61295 170 90 0 79227 0
[pid=13971/tid=13973] ppid=13969 vsize=318756 CPUtime=0
/proc/13971/task/13973/stat : 13973 (bprolog) S 13969 13971 12698 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162326308 326406144 61295 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.39
Current children cumulated vsize (KiB) 318756

[startup+462.815 s]
/proc/loadavg: 1.99 2.00 2.00 3/99 13973
/proc/meminfo: memFree=723176/2055920 swapFree=4160348/4192956
[pid=13971] ppid=13969 vsize=318756 CPUtime=460.13
/proc/13971/stat : 13971 (bprolog) R 13969 13971 12698 0 -1 4194304 306748 0 0 0 45843 170 0 0 25 0 2 0 162320022 326406144 61295 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134722612 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/13971/statm: 79689 61295 170 90 0 79227 0
[pid=13971/tid=13973] ppid=13969 vsize=318756 CPUtime=0
/proc/13971/task/13973/stat : 13973 (bprolog) S 13969 13971 12698 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162326308 326406144 61295 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 460.13
Current children cumulated vsize (KiB) 318756

[startup+522.872 s]
/proc/loadavg: 1.99 2.00 2.00 3/99 13973
/proc/meminfo: memFree=695208/2055920 swapFree=4160348/4192956
[pid=13971] ppid=13969 vsize=318756 CPUtime=519.81
/proc/13971/stat : 13971 (bprolog) R 13969 13971 12698 0 -1 4194304 306748 0 0 0 51811 170 0 0 25 0 2 0 162320022 326406144 61295 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134559374 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/13971/statm: 79689 61295 170 90 0 79227 0
[pid=13971/tid=13973] ppid=13969 vsize=318756 CPUtime=0
/proc/13971/task/13973/stat : 13973 (bprolog) S 13969 13971 12698 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162326308 326406144 61295 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 519.81
Current children cumulated vsize (KiB) 318756

[startup+582.93 s]
/proc/loadavg: 1.99 2.00 2.00 3/99 13973
/proc/meminfo: memFree=695144/2055920 swapFree=4160348/4192956
[pid=13971] ppid=13969 vsize=318756 CPUtime=579.55
/proc/13971/stat : 13971 (bprolog) R 13969 13971 12698 0 -1 4194304 306748 0 0 0 57784 171 0 0 25 0 2 0 162320022 326406144 61295 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711880 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/13971/statm: 79689 61295 170 90 0 79227 0
[pid=13971/tid=13973] ppid=13969 vsize=318756 CPUtime=0
/proc/13971/task/13973/stat : 13973 (bprolog) S 13969 13971 12698 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162326308 326406144 61295 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 579.55
Current children cumulated vsize (KiB) 318756

[startup+642.978 s]
/proc/loadavg: 2.07 2.02 2.00 3/99 13973
/proc/meminfo: memFree=695080/2055920 swapFree=4160348/4192956
[pid=13971] ppid=13969 vsize=318756 CPUtime=639.27
/proc/13971/stat : 13971 (bprolog) R 13969 13971 12698 0 -1 4194304 306748 0 0 0 63756 171 0 0 25 0 2 0 162320022 326406144 61295 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134609576 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/13971/statm: 79689 61295 170 90 0 79227 0
[pid=13971/tid=13973] ppid=13969 vsize=318756 CPUtime=0
/proc/13971/task/13973/stat : 13973 (bprolog) S 13969 13971 12698 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162326308 326406144 61295 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 639.27
Current children cumulated vsize (KiB) 318756

[startup+703.036 s]
/proc/loadavg: 2.02 2.01 2.00 4/99 13975

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

[pid=13971/tid=22628] ppid=13969 vsize=329000 CPUtime=0
/proc/13971/task/22628/stat : 22628 (bprolog) S 13969 13971 12698 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 162416322 336896000 61296 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1152.24
Current children cumulated vsize (KiB) 329000

[startup+1243.31 s]
/proc/loadavg: 3.03 2.79 2.36 4/107 15834
/proc/meminfo: memFree=850464/2055920 swapFree=4160348/4192956
[pid=13971] ppid=13969 vsize=329000 CPUtime=1210.4
/proc/13971/stat : 13971 (bprolog) R 13969 13971 12698 0 -1 4194304 306749 0 0 0 120843 197 0 0 25 0 3 0 162320022 336896000 61296 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664606 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/13971/statm: 82250 61296 170 90 0 81788 0
[pid=13971/tid=13973] ppid=13969 vsize=329000 CPUtime=0
/proc/13971/task/13973/stat : 13973 (bprolog) S 13969 13971 12698 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 162326308 336896000 61296 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=13971/tid=22628] ppid=13969 vsize=329000 CPUtime=0
/proc/13971/task/22628/stat : 22628 (bprolog) S 13969 13971 12698 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 162416322 336896000 61296 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1210.4
Current children cumulated vsize (KiB) 329000

[startup+1303.39 s]
/proc/loadavg: 2.47 2.68 2.35 3/100 16310
/proc/meminfo: memFree=852056/2055920 swapFree=4160348/4192956
[pid=13971] ppid=13969 vsize=329000 CPUtime=1269.86
/proc/13971/stat : 13971 (bprolog) R 13969 13971 12698 0 -1 4194304 306749 0 0 0 126788 198 0 0 25 0 3 0 162320022 336896000 61296 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/13971/statm: 82250 61296 170 90 0 81788 0
[pid=13971/tid=13973] ppid=13969 vsize=329000 CPUtime=0
/proc/13971/task/13973/stat : 13973 (bprolog) S 13969 13971 12698 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 162326308 336896000 61296 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=13971/tid=22628] ppid=13969 vsize=329000 CPUtime=0
/proc/13971/task/22628/stat : 22628 (bprolog) S 13969 13971 12698 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 162416322 336896000 61296 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1269.86
Current children cumulated vsize (KiB) 329000

[startup+1363.48 s]
/proc/loadavg: 2.17 2.56 2.33 3/100 16310
/proc/meminfo: memFree=824984/2055920 swapFree=4160348/4192956
[pid=13971] ppid=13969 vsize=329000 CPUtime=1329.62
/proc/13971/stat : 13971 (bprolog) R 13969 13971 12698 0 -1 4194304 306749 0 0 0 132764 198 0 0 25 0 3 0 162320022 336896000 61296 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711657 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/13971/statm: 82250 61296 170 90 0 81788 0
[pid=13971/tid=13973] ppid=13969 vsize=329000 CPUtime=0
/proc/13971/task/13973/stat : 13973 (bprolog) S 13969 13971 12698 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 162326308 336896000 61296 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=13971/tid=22628] ppid=13969 vsize=329000 CPUtime=0
/proc/13971/task/22628/stat : 22628 (bprolog) S 13969 13971 12698 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 162416322 336896000 61296 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1329.62
Current children cumulated vsize (KiB) 329000

[startup+1423.58 s]
/proc/loadavg: 2.06 2.45 2.31 3/101 16311
/proc/meminfo: memFree=824912/2055920 swapFree=4160348/4192956
[pid=13971] ppid=13969 vsize=339244 CPUtime=1389.37
/proc/13971/stat : 13971 (bprolog) R 13969 13971 12698 0 -1 4194304 306750 0 0 0 138739 198 0 0 25 0 4 0 162320022 347385856 61297 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711657 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/13971/statm: 84811 61297 170 90 0 84349 0
[pid=13971/tid=13973] ppid=13969 vsize=339244 CPUtime=0
/proc/13971/task/13973/stat : 13973 (bprolog) S 13969 13971 12698 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162326308 347385856 61297 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=13971/tid=22628] ppid=13969 vsize=339244 CPUtime=0
/proc/13971/task/22628/stat : 22628 (bprolog) S 13969 13971 12698 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162416322 347385856 61297 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=13971/tid=16311] ppid=13969 vsize=339244 CPUtime=0
/proc/13971/task/16311/stat : 16311 (bprolog) S 13969 13971 12698 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 162461335 347385856 61297 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1389.37
Current children cumulated vsize (KiB) 339244

[startup+1483.59 s]
/proc/loadavg: 2.02 2.37 2.28 3/101 16311
/proc/meminfo: memFree=797456/2055920 swapFree=4160348/4192956
[pid=13971] ppid=13969 vsize=339244 CPUtime=1449.05
/proc/13971/stat : 13971 (bprolog) R 13969 13971 12698 0 -1 4194304 306750 0 0 0 144707 198 0 0 25 0 4 0 162320022 347385856 61297 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/13971/statm: 84811 61297 170 90 0 84349 0
[pid=13971/tid=13973] ppid=13969 vsize=339244 CPUtime=0
/proc/13971/task/13973/stat : 13973 (bprolog) S 13969 13971 12698 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162326308 347385856 61297 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=13971/tid=22628] ppid=13969 vsize=339244 CPUtime=0
/proc/13971/task/22628/stat : 22628 (bprolog) S 13969 13971 12698 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162416322 347385856 61297 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=13971/tid=16311] ppid=13969 vsize=339244 CPUtime=0
/proc/13971/task/16311/stat : 16311 (bprolog) S 13969 13971 12698 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 162461335 347385856 61297 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1449.05
Current children cumulated vsize (KiB) 339244

[startup+1543.61 s]
/proc/loadavg: 2.01 2.30 2.26 3/101 16311
/proc/meminfo: memFree=797392/2055920 swapFree=4160348/4192956
[pid=13971] ppid=13969 vsize=339244 CPUtime=1508.75
/proc/13971/stat : 13971 (bprolog) R 13969 13971 12698 0 -1 4194304 306750 0 0 0 150676 199 0 0 25 0 4 0 162320022 347385856 61297 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134613486 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/13971/statm: 84811 61297 170 90 0 84349 0
[pid=13971/tid=13973] ppid=13969 vsize=339244 CPUtime=0
/proc/13971/task/13973/stat : 13973 (bprolog) S 13969 13971 12698 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162326308 347385856 61297 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=13971/tid=22628] ppid=13969 vsize=339244 CPUtime=0
/proc/13971/task/22628/stat : 22628 (bprolog) S 13969 13971 12698 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162416322 347385856 61297 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=13971/tid=16311] ppid=13969 vsize=339244 CPUtime=0
/proc/13971/task/16311/stat : 16311 (bprolog) S 13969 13971 12698 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 162461335 347385856 61297 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1508.75
Current children cumulated vsize (KiB) 339244

[startup+1603.62 s]
/proc/loadavg: 2.00 2.24 2.24 4/101 16311
/proc/meminfo: memFree=770192/2055920 swapFree=4160348/4192956
[pid=13971] ppid=13969 vsize=339244 CPUtime=1568.41
/proc/13971/stat : 13971 (bprolog) R 13969 13971 12698 0 -1 4194304 306750 0 0 0 156642 199 0 0 25 0 4 0 162320022 347385856 61297 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711937 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/13971/statm: 84811 61297 170 90 0 84349 0
[pid=13971/tid=13973] ppid=13969 vsize=339244 CPUtime=0
/proc/13971/task/13973/stat : 13973 (bprolog) S 13969 13971 12698 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162326308 347385856 61297 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=13971/tid=22628] ppid=13969 vsize=339244 CPUtime=0
/proc/13971/task/22628/stat : 22628 (bprolog) S 13969 13971 12698 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162416322 347385856 61297 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=13971/tid=16311] ppid=13969 vsize=339244 CPUtime=0
/proc/13971/task/16311/stat : 16311 (bprolog) S 13969 13971 12698 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 162461335 347385856 61297 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1568.41
Current children cumulated vsize (KiB) 339244

[startup+1663.63 s]
/proc/loadavg: 2.00 2.19 2.23 3/101 16311
/proc/meminfo: memFree=770256/2055920 swapFree=4160348/4192956
[pid=13971] ppid=13969 vsize=339244 CPUtime=1628.09
/proc/13971/stat : 13971 (bprolog) R 13969 13971 12698 0 -1 4194304 306750 0 0 0 162610 199 0 0 25 0 4 0 162320022 347385856 61297 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134566560 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/13971/statm: 84811 61297 170 90 0 84349 0
[pid=13971/tid=13973] ppid=13969 vsize=339244 CPUtime=0
/proc/13971/task/13973/stat : 13973 (bprolog) S 13969 13971 12698 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162326308 347385856 61297 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=13971/tid=22628] ppid=13969 vsize=339244 CPUtime=0
/proc/13971/task/22628/stat : 22628 (bprolog) S 13969 13971 12698 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162416322 347385856 61297 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=13971/tid=16311] ppid=13969 vsize=339244 CPUtime=0
/proc/13971/task/16311/stat : 16311 (bprolog) S 13969 13971 12698 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162461335 347385856 61297 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1628.09
Current children cumulated vsize (KiB) 339244

[startup+1723.64 s]
/proc/loadavg: 2.00 2.16 2.21 3/101 16311
/proc/meminfo: memFree=742992/2055920 swapFree=4160348/4192956
[pid=13971] ppid=13969 vsize=339244 CPUtime=1687.74
/proc/13971/stat : 13971 (bprolog) R 13969 13971 12698 0 -1 4194304 306750 0 0 0 168575 199 0 0 25 0 4 0 162320022 347385856 61297 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711880 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/13971/statm: 84811 61297 170 90 0 84349 0
[pid=13971/tid=13973] ppid=13969 vsize=339244 CPUtime=0
/proc/13971/task/13973/stat : 13973 (bprolog) S 13969 13971 12698 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162326308 347385856 61297 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=13971/tid=22628] ppid=13969 vsize=339244 CPUtime=0
/proc/13971/task/22628/stat : 22628 (bprolog) S 13969 13971 12698 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162416322 347385856 61297 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=13971/tid=16311] ppid=13969 vsize=339244 CPUtime=0
/proc/13971/task/16311/stat : 16311 (bprolog) S 13969 13971 12698 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162461335 347385856 61297 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1687.74
Current children cumulated vsize (KiB) 339244

[startup+1783.65 s]
/proc/loadavg: 2.00 2.13 2.19 3/101 16311
/proc/meminfo: memFree=742928/2055920 swapFree=4160348/4192956
[pid=13971] ppid=13969 vsize=339244 CPUtime=1747.42
/proc/13971/stat : 13971 (bprolog) R 13969 13971 12698 0 -1 4194304 306750 0 0 0 174542 200 0 0 25 0 4 0 162320022 347385856 61297 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565693 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/13971/statm: 84811 61297 170 90 0 84349 0
[pid=13971/tid=13973] ppid=13969 vsize=339244 CPUtime=0
/proc/13971/task/13973/stat : 13973 (bprolog) S 13969 13971 12698 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162326308 347385856 61297 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=13971/tid=22628] ppid=13969 vsize=339244 CPUtime=0
/proc/13971/task/22628/stat : 22628 (bprolog) S 13969 13971 12698 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162416322 347385856 61297 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=13971/tid=16311] ppid=13969 vsize=339244 CPUtime=0
/proc/13971/task/16311/stat : 16311 (bprolog) S 13969 13971 12698 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162461335 347385856 61297 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1747.42
Current children cumulated vsize (KiB) 339244



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1836.57 s]
/proc/loadavg: 2.00 2.10 2.18 3/101 16311
/proc/meminfo: memFree=742864/2055920 swapFree=4160348/4192956
[pid=13971] ppid=13969 vsize=339244 CPUtime=1800.04
/proc/13971/stat : 13971 (bprolog) R 13969 13971 12698 0 -1 4194304 306750 0 0 0 179804 200 0 0 25 0 4 0 162320022 347385856 61297 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134584577 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/13971/statm: 84811 61297 170 90 0 84349 0
[pid=13971/tid=13973] ppid=13969 vsize=339244 CPUtime=0
/proc/13971/task/13973/stat : 13973 (bprolog) S 13969 13971 12698 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162326308 347385856 61297 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=13971/tid=22628] ppid=13969 vsize=339244 CPUtime=0
/proc/13971/task/22628/stat : 22628 (bprolog) S 13969 13971 12698 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162416322 347385856 61297 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=13971/tid=16311] ppid=13969 vsize=339244 CPUtime=0
/proc/13971/task/16311/stat : 16311 (bprolog) S 13969 13971 12698 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162461335 347385856 61297 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 339244

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1836.63
CPU time (s): 1800.09
CPU user time (s): 1798.05
CPU system time (s): 2.04169
CPU usage (%): 98.0109
Max. virtual memory (cumulated for all children) (KiB): 339244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.05
system time used= 2.04169
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 306750
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= 11
involuntary context switches= 44591

runsolver used 2.19067 s user time and 5.95109 s system time

The end

Launcher Data (download as text)

Begin job on node12 on Sun Jan  7 03:07:18 UTC 2007


IDJOB= 199983
IDBENCH= 3670
FILE ID= node12/199983-1168139237

PBS_JOBID= 3477801

Free space on /tmp= 66314 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-3-24-24-fcd/rand-3-24-24-76-632-fcd-21_ext.xml
COMMAND LINE= /tmp/evaluation/199983-1168139237/Complete/Ordinary/solver /tmp/evaluation/199983-1168139237/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node12/convwatcher-199983-1168139237 -o ROOT/results/node12/conversion-199983-1168139237 -C 600 -M 900 /tmp/evaluation/199983-1168139237/Complete/Ordinary/conversion /tmp/evaluation/199983-1168139237/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node12/watcher-199983-1168139237 -o ROOT/results/node12/solver-199983-1168139237 -C 1800 -M 900  /tmp/evaluation/199983-1168139237/Complete/Ordinary/solver /tmp/evaluation/199983-1168139237/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  bb36e8c2b01c64bab8e460244650b681

RANDOM SEED= 99125822

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.265
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.265
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:       1024080 kB
Buffers:         52228 kB
Cached:         516896 kB
SwapCached:       4660 kB
Active:         533208 kB
Inactive:       423292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1024080 kB
SwapTotal:     4192956 kB
SwapFree:      4160348 kB
Dirty:            7628 kB
Writeback:           0 kB
Mapped:         407092 kB
Slab:            59416 kB
Committed_AS:  5097428 kB
PageTables:       2812 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= 66311 MiB



End job on node12 on Sun Jan  7 03:38:07 UTC 2007