Trace number 195738

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.07 1813

General information on the benchmark

Namerandom/rand-3-24-24/
rand-3-24-24-76-632-7_ext.xml
MD5SUM3f9f0987ecc8bd6debbfdcbc6b845084
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 benchmark3.9484
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/195738-1168113448/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/node41/watcher-195738-1168113448 -o ROOT/results/node41/solver-195738-1168113448 -C 1800 -M 900 /tmp/evaluation/195738-1168113448/Complete/Ordinary/solver /tmp/evaluation/195738-1168113448/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.37 1.71 1.82 5/81 18630
/proc/meminfo: memFree=1637200/2055920 swapFree=4191892/4192956
[pid=18629] ppid=18627 vsize=18540 CPUtime=0
/proc/18629/stat : 18629 (runsolver) R 18627 18629 17861 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 159745563 18984960 279 18446744073709551615 4194304 4267372 548682069056 18446744073709551615 238390144295 0 0 4096 24578 0 0 0 17 1 0 0
/proc/18629/statm: 4635 279 244 17 0 2626 0

[startup+0.106952 s]
/proc/loadavg: 1.37 1.71 1.82 5/81 18630
/proc/meminfo: memFree=1637200/2055920 swapFree=4191892/4192956
[pid=18629] ppid=18627 vsize=61640 CPUtime=0.1
/proc/18629/stat : 18629 (bprolog) R 18627 18629 17861 0 -1 4194304 1968 0 0 0 9 1 0 0 20 0 1 0 159745563 63119360 1684 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134600486 0 0 4096 2 0 0 0 17 1 0 0
/proc/18629/statm: 15410 1684 158 90 0 14948 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 61640

[startup+0.514985 s]
/proc/loadavg: 1.37 1.71 1.82 5/81 18630
/proc/meminfo: memFree=1637200/2055920 swapFree=4191892/4192956
[pid=18629] ppid=18627 vsize=61640 CPUtime=0.5
/proc/18629/stat : 18629 (bprolog) R 18627 18629 17861 0 -1 4194304 7785 0 0 0 46 4 0 0 23 0 1 0 159745563 63119360 7501 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134568490 0 0 4096 2 0 0 0 17 1 0 0
/proc/18629/statm: 15410 7501 158 90 0 14948 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61640

[startup+1.33605 s]
/proc/loadavg: 1.37 1.71 1.82 3/81 18630
/proc/meminfo: memFree=1542288/2055920 swapFree=4191892/4192956
[pid=18629] ppid=18627 vsize=136228 CPUtime=1.3
/proc/18629/stat : 18629 (bprolog) R 18627 18629 17861 0 -1 4194304 19049 0 0 0 121 9 0 0 25 0 1 0 159745563 139497472 18765 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/18629/statm: 34057 18765 158 90 0 33595 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 136228

[startup+2.9732 s]
/proc/loadavg: 1.50 1.73 1.82 3/81 18630
/proc/meminfo: memFree=1554064/2055920 swapFree=4191892/4192956
[pid=18629] ppid=18627 vsize=101068 CPUtime=2.93
/proc/18629/stat : 18629 (bprolog) R 18627 18629 17861 0 -1 4194304 21188 0 0 0 282 11 0 0 25 0 1 0 159745563 103493632 12340 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552062 0 0 4096 2 0 0 0 17 1 0 0
/proc/18629/statm: 25267 12340 158 90 0 24805 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 101068

[startup+6.25249 s]
/proc/loadavg: 1.50 1.73 1.82 3/82 18632
/proc/meminfo: memFree=1437256/2055920 swapFree=4191892/4192956
[pid=18629] ppid=18627 vsize=131892 CPUtime=6.2
/proc/18629/stat : 18629 (bprolog) R 18627 18629 17861 0 -1 4194304 52474 0 0 0 594 26 0 0 25 0 1 0 159745563 135057408 24281 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859019 0 0 4096 2 0 0 0 17 1 0 0
/proc/18629/statm: 32973 24281 158 90 0 32511 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 131892

[startup+12.723 s]
/proc/loadavg: 1.65 1.75 1.83 3/81 18634
/proc/meminfo: memFree=1297424/2055920 swapFree=4191892/4192956
[pid=18629] ppid=18627 vsize=132540 CPUtime=12.63
/proc/18629/stat : 18629 (bprolog) R 18627 18629 17861 0 -1 4194304 83971 0 0 0 1222 41 0 0 25 0 1 0 159745563 135720960 26826 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/18629/statm: 33135 26826 158 90 0 32673 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 132540

[startup+25.5582 s]
/proc/loadavg: 1.94 1.81 1.85 3/83 18639
/proc/meminfo: memFree=1058432/2055920 swapFree=4191892/4192956
[pid=18629] ppid=18627 vsize=132672 CPUtime=25.37
/proc/18629/stat : 18629 (bprolog) R 18627 18629 17861 0 -1 4194304 142666 0 0 0 2460 77 0 0 25 0 1 0 159745563 135856128 27340 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/18629/statm: 33168 27340 158 90 0 32706 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 132672

[startup+51.2234 s]
/proc/loadavg: 2.50 1.95 1.89 3/81 18643
/proc/meminfo: memFree=461968/2055920 swapFree=4191892/4192956
[pid=18629] ppid=18627 vsize=306728 CPUtime=50.88
/proc/18629/stat : 18629 (bprolog) R 18627 18629 17861 0 -1 4194304 286140 0 0 0 4939 149 0 0 25 0 1 0 159745563 314089472 54450 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858532 0 0 4096 2 0 0 0 17 1 0 0
/proc/18629/statm: 76682 54450 158 90 0 76220 0
Current children cumulated CPU time (s) 50.88
Current children cumulated vsize (KiB) 306728

[startup+102.461 s]
/proc/loadavg: 3.06 2.19 1.97 3/82 18649
/proc/meminfo: memFree=15176/2055920 swapFree=4191892/4192956
[pid=18629] ppid=18627 vsize=318756 CPUtime=101.78
/proc/18629/stat : 18629 (bprolog) R 18627 18629 17861 0 -1 4194304 315419 0 0 0 9990 188 0 0 25 0 2 0 159745563 326406144 61290 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711919 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18629/statm: 79689 61290 170 90 0 79227 0
[pid=18629/tid=18646] ppid=18627 vsize=318756 CPUtime=0
/proc/18629/task/18646/stat : 18646 (bprolog) S 18627 18629 17861 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 159751704 326406144 61290 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.78
Current children cumulated vsize (KiB) 318756

[startup+162.514 s]
/proc/loadavg: 4.05 2.61 2.13 3/82 18654
/proc/meminfo: memFree=15496/2055920 swapFree=4191892/4192956
[pid=18629] ppid=18627 vsize=318880 CPUtime=161.44
/proc/18629/stat : 18629 (bprolog) R 18627 18629 17861 0 -1 4194304 323426 0 0 0 15930 214 0 0 25 0 2 0 159745563 326533120 61321 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711880 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18629/statm: 79720 61321 170 90 0 79258 0
[pid=18629/tid=18646] ppid=18627 vsize=318880 CPUtime=0
/proc/18629/task/18646/stat : 18646 (bprolog) S 18627 18629 17861 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 159751704 326533120 61321 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.44
Current children cumulated vsize (KiB) 318880

[startup+222.593 s]
/proc/loadavg: 3.97 2.88 2.25 3/88 18743
/proc/meminfo: memFree=16320/2055920 swapFree=4191892/4192956
[pid=18629] ppid=18627 vsize=318880 CPUtime=221
/proc/18629/stat : 18629 (bprolog) R 18627 18629 17861 0 -1 4194304 323426 0 0 0 21860 240 0 0 25 0 2 0 159745563 326533120 61321 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134584577 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18629/statm: 79720 61321 170 90 0 79258 0
[pid=18629/tid=18646] ppid=18627 vsize=318880 CPUtime=0
/proc/18629/task/18646/stat : 18646 (bprolog) S 18627 18629 17861 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 159751704 326533120 61321 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221
Current children cumulated vsize (KiB) 318880

[startup+282.671 s]
/proc/loadavg: 3.12 2.84 2.28 3/88 18833
/proc/meminfo: memFree=15368/2055920 swapFree=4191892/4192956
[pid=18629] ppid=18627 vsize=318880 CPUtime=280.59
/proc/18629/stat : 18629 (bprolog) R 18627 18629 17861 0 -1 4194304 323426 0 0 0 27794 265 0 0 25 0 2 0 159745563 326533120 61321 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711765 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18629/statm: 79720 61321 170 90 0 79258 0
[pid=18629/tid=18646] ppid=18627 vsize=318880 CPUtime=0
/proc/18629/task/18646/stat : 18646 (bprolog) S 18627 18629 17861 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 159751704 326533120 61321 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.59
Current children cumulated vsize (KiB) 318880

[startup+342.729 s]
/proc/loadavg: 2.67 2.76 2.28 3/82 18865
/proc/meminfo: memFree=16072/2055920 swapFree=4191892/4192956
[pid=18629] ppid=18627 vsize=318880 CPUtime=340.14
/proc/18629/stat : 18629 (bprolog) R 18627 18629 17861 0 -1 4194304 323426 0 0 0 33728 286 0 0 25 0 2 0 159745563 326533120 61321 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565234 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18629/statm: 79720 61321 170 90 0 79258 0
[pid=18629/tid=18646] ppid=18627 vsize=318880 CPUtime=0
/proc/18629/task/18646/stat : 18646 (bprolog) S 18627 18629 17861 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 159751704 326533120 61321 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 340.14
Current children cumulated vsize (KiB) 318880

[startup+402.797 s]
/proc/loadavg: 2.82 2.77 2.31 3/82 18869
/proc/meminfo: memFree=15944/2055920 swapFree=4191892/4192956
[pid=18629] ppid=18627 vsize=318880 CPUtime=399.72
/proc/18629/stat : 18629 (bprolog) R 18627 18629 17861 0 -1 4194304 323426 0 0 0 39661 311 0 0 25 0 2 0 159745563 326533120 61321 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134610613 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18629/statm: 79720 61321 170 90 0 79258 0
[pid=18629/tid=18646] ppid=18627 vsize=318880 CPUtime=0
/proc/18629/task/18646/stat : 18646 (bprolog) S 18627 18629 17861 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 159751704 326533120 61321 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 399.72
Current children cumulated vsize (KiB) 318880

[startup+462.849 s]
/proc/loadavg: 2.98 2.83 2.36 3/82 18876
/proc/meminfo: memFree=15176/2055920 swapFree=4191892/4192956
[pid=18629] ppid=18627 vsize=318880 CPUtime=459.38
/proc/18629/stat : 18629 (bprolog) R 18627 18629 17861 0 -1 4194304 323426 0 0 0 45604 334 0 0 25 0 2 0 159745563 326533120 61321 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711836 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18629/statm: 79720 61321 170 90 0 79258 0
[pid=18629/tid=18646] ppid=18627 vsize=318880 CPUtime=0
/proc/18629/task/18646/stat : 18646 (bprolog) S 18627 18629 17861 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 159751704 326533120 61321 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 459.38
Current children cumulated vsize (KiB) 318880

[startup+522.904 s]
/proc/loadavg: 3.79 3.06 2.46 3/83 18886
/proc/meminfo: memFree=16256/2055920 swapFree=4191892/4192956
[pid=18629] ppid=18627 vsize=318880 CPUtime=519.06
/proc/18629/stat : 18629 (bprolog) R 18627 18629 17861 0 -1 4194304 323426 0 0 0 51551 355 0 0 25 0 2 0 159745563 326533120 61321 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552151 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18629/statm: 79720 61321 170 90 0 79258 0
[pid=18629/tid=18646] ppid=18627 vsize=318880 CPUtime=0
/proc/18629/task/18646/stat : 18646 (bprolog) S 18627 18629 17861 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 159751704 326533120 61321 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 519.06
Current children cumulated vsize (KiB) 318880

[startup+582.964 s]
/proc/loadavg: 4.34 3.36 2.60 3/82 18891
/proc/meminfo: memFree=15688/2055920 swapFree=4191892/4192956
[pid=18629] ppid=18627 vsize=318880 CPUtime=578.69
/proc/18629/stat : 18629 (bprolog) R 18627 18629 17861 0 -1 4194304 323426 0 0 0 57494 375 0 0 25 0 2 0 159745563 326533120 61321 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670739 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18629/statm: 79720 61321 170 90 0 79258 0
[pid=18629/tid=18646] ppid=18627 vsize=318880 CPUtime=0
/proc/18629/task/18646/stat : 18646 (bprolog) S 18627 18629 17861 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 159751704 326533120 61321 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 578.69
Current children cumulated vsize (KiB) 318880

[startup+643.037 s]
/proc/loadavg: 3.29 3.26 2.62 5/82 18891
/proc/meminfo: memFree=14792/2055920 swapFree=4191892/4192956
[pid=18629] ppid=18627 vsize=318880 CPUtime=638.36
/proc/18629/stat : 18629 (bprolog) R 18627 18629 17861 0 -1 4194304 323426 0 0 0 63441 395 0 0 25 0 2 0 159745563 326533120 61321 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555771 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18629/statm: 79720 61321 170 90 0 79258 0
[pid=18629/tid=18646] ppid=18627 vsize=318880 CPUtime=0
/proc/18629/task/18646/stat : 18646 (bprolog) S 18627 18629 17861 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 159751704 326533120 61321 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 638.36
Current children cumulated vsize (KiB) 318880

[startup+703.102 s]
/proc/loadavg: 2.87 3.13 2.61 3/82 18891

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

[pid=18629/tid=18900] ppid=18627 vsize=329124 CPUtime=0
/proc/18629/task/18900/stat : 18900 (bprolog) S 18627 18629 17861 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 159841716 337022976 61322 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1175.27
Current children cumulated vsize (KiB) 329124

[startup+1243.74 s]
/proc/loadavg: 3.07 3.05 2.80 3/83 18917
/proc/meminfo: memFree=15104/2055920 swapFree=4191892/4192956
[pid=18629] ppid=18627 vsize=329124 CPUtime=1234.85
/proc/18629/stat : 18629 (bprolog) R 18627 18629 17861 0 -1 4194304 327431 0 0 0 122861 624 0 0 25 0 3 0 159745563 337022976 61322 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134584442 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18629/statm: 82281 61322 170 90 0 81819 0
[pid=18629/tid=18646] ppid=18627 vsize=329124 CPUtime=0
/proc/18629/task/18646/stat : 18646 (bprolog) S 18627 18629 17861 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 159751704 337022976 61322 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18629/tid=18900] ppid=18627 vsize=329124 CPUtime=0
/proc/18629/task/18900/stat : 18900 (bprolog) S 18627 18629 17861 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 159841716 337022976 61322 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1234.85
Current children cumulated vsize (KiB) 329124

[startup+1303.74 s]
/proc/loadavg: 3.39 3.12 2.84 3/83 18919
/proc/meminfo: memFree=15616/2055920 swapFree=4191892/4192956
[pid=18629] ppid=18627 vsize=329124 CPUtime=1294.41
/proc/18629/stat : 18629 (bprolog) R 18627 18629 17861 0 -1 4194304 327431 0 0 0 128802 639 0 0 25 0 3 0 159745563 337022976 61322 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134613079 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18629/statm: 82281 61322 170 90 0 81819 0
[pid=18629/tid=18646] ppid=18627 vsize=329124 CPUtime=0
/proc/18629/task/18646/stat : 18646 (bprolog) S 18627 18629 17861 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 159751704 337022976 61322 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18629/tid=18900] ppid=18627 vsize=329124 CPUtime=0
/proc/18629/task/18900/stat : 18900 (bprolog) S 18627 18629 17861 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 159841716 337022976 61322 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1294.41
Current children cumulated vsize (KiB) 329124

[startup+1363.75 s]
/proc/loadavg: 4.34 3.43 2.96 3/83 18919
/proc/meminfo: memFree=14848/2055920 swapFree=4191892/4192956
[pid=18629] ppid=18627 vsize=329124 CPUtime=1353.99
/proc/18629/stat : 18629 (bprolog) R 18627 18629 17861 0 -1 4194304 327431 0 0 0 134742 657 0 0 25 0 3 0 159745563 337022976 61322 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18629/statm: 82281 61322 170 90 0 81819 0
[pid=18629/tid=18646] ppid=18627 vsize=329124 CPUtime=0
/proc/18629/task/18646/stat : 18646 (bprolog) S 18627 18629 17861 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 159751704 337022976 61322 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18629/tid=18900] ppid=18627 vsize=329124 CPUtime=0
/proc/18629/task/18900/stat : 18900 (bprolog) S 18627 18629 17861 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 159841716 337022976 61322 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1353.99
Current children cumulated vsize (KiB) 329124

[startup+1423.76 s]
/proc/loadavg: 3.39 3.35 2.96 3/84 18920
/proc/meminfo: memFree=16312/2055920 swapFree=4191892/4192956
[pid=18629] ppid=18627 vsize=339368 CPUtime=1413.57
/proc/18629/stat : 18629 (bprolog) R 18627 18629 17861 0 -1 4194304 331437 0 0 0 140677 680 0 0 25 0 4 0 159745563 347512832 61324 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670349 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18629/statm: 84842 61324 170 90 0 84380 0
[pid=18629/tid=18646] ppid=18627 vsize=339368 CPUtime=0
/proc/18629/task/18646/stat : 18646 (bprolog) S 18627 18629 17861 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159751704 347512832 61324 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18629/tid=18900] ppid=18627 vsize=339368 CPUtime=0
/proc/18629/task/18900/stat : 18900 (bprolog) S 18627 18629 17861 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159841716 347512832 61324 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18629/tid=18920] ppid=18627 vsize=339368 CPUtime=0
/proc/18629/task/18920/stat : 18920 (bprolog) S 18627 18629 17861 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 159886726 347512832 61324 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1413.57
Current children cumulated vsize (KiB) 339368

[startup+1483.8 s]
/proc/loadavg: 2.99 3.23 2.94 3/84 18921
/proc/meminfo: memFree=15416/2055920 swapFree=4191892/4192956
[pid=18629] ppid=18627 vsize=339368 CPUtime=1473.19
/proc/18629/stat : 18629 (bprolog) R 18627 18629 17861 0 -1 4194304 331437 0 0 0 146616 703 0 0 25 0 4 0 159745563 347512832 61324 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18629/statm: 84842 61324 170 90 0 84380 0
[pid=18629/tid=18646] ppid=18627 vsize=339368 CPUtime=0
/proc/18629/task/18646/stat : 18646 (bprolog) S 18627 18629 17861 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159751704 347512832 61324 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18629/tid=18900] ppid=18627 vsize=339368 CPUtime=0
/proc/18629/task/18900/stat : 18900 (bprolog) S 18627 18629 17861 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159841716 347512832 61324 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18629/tid=18920] ppid=18627 vsize=339368 CPUtime=0
/proc/18629/task/18920/stat : 18920 (bprolog) S 18627 18629 17861 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 159886726 347512832 61324 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1473.19
Current children cumulated vsize (KiB) 339368

[startup+1543.83 s]
/proc/loadavg: 2.65 3.08 2.91 4/84 18921
/proc/meminfo: memFree=16120/2055920 swapFree=4191892/4192956
[pid=18629] ppid=18627 vsize=339368 CPUtime=1532.83
/proc/18629/stat : 18629 (bprolog) R 18627 18629 17861 0 -1 4194304 331437 0 0 0 152561 722 0 0 25 0 4 0 159745563 347512832 61324 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134556978 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18629/statm: 84842 61324 170 90 0 84380 0
[pid=18629/tid=18646] ppid=18627 vsize=339368 CPUtime=0
/proc/18629/task/18646/stat : 18646 (bprolog) S 18627 18629 17861 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159751704 347512832 61324 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18629/tid=18900] ppid=18627 vsize=339368 CPUtime=0
/proc/18629/task/18900/stat : 18900 (bprolog) S 18627 18629 17861 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159841716 347512832 61324 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18629/tid=18920] ppid=18627 vsize=339368 CPUtime=0
/proc/18629/task/18920/stat : 18920 (bprolog) S 18627 18629 17861 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 159886726 347512832 61324 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1532.83
Current children cumulated vsize (KiB) 339368

[startup+1603.87 s]
/proc/loadavg: 2.92 3.08 2.91 3/84 18923
/proc/meminfo: memFree=15800/2055920 swapFree=4191892/4192956
[pid=18629] ppid=18627 vsize=339368 CPUtime=1592.41
/proc/18629/stat : 18629 (bprolog) R 18627 18629 17861 0 -1 4194304 331437 0 0 0 158495 746 0 0 25 0 4 0 159745563 347512832 61324 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134609627 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18629/statm: 84842 61324 170 90 0 84380 0
[pid=18629/tid=18646] ppid=18627 vsize=339368 CPUtime=0
/proc/18629/task/18646/stat : 18646 (bprolog) S 18627 18629 17861 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159751704 347512832 61324 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18629/tid=18900] ppid=18627 vsize=339368 CPUtime=0
/proc/18629/task/18900/stat : 18900 (bprolog) S 18627 18629 17861 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159841716 347512832 61324 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18629/tid=18920] ppid=18627 vsize=339368 CPUtime=0
/proc/18629/task/18920/stat : 18920 (bprolog) S 18627 18629 17861 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 159886726 347512832 61324 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1592.41
Current children cumulated vsize (KiB) 339368

[startup+1663.88 s]
/proc/loadavg: 3.31 3.16 2.95 3/84 18927
/proc/meminfo: memFree=16056/2055920 swapFree=4191892/4192956
[pid=18629] ppid=18627 vsize=339368 CPUtime=1651.98
/proc/18629/stat : 18629 (bprolog) R 18627 18629 17861 0 -1 4194304 331437 0 0 0 164431 767 0 0 25 0 4 0 159745563 347512832 61324 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565721 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18629/statm: 84842 61324 170 90 0 84380 0
[pid=18629/tid=18646] ppid=18627 vsize=339368 CPUtime=0
/proc/18629/task/18646/stat : 18646 (bprolog) S 18627 18629 17861 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159751704 347512832 61324 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18629/tid=18900] ppid=18627 vsize=339368 CPUtime=0
/proc/18629/task/18900/stat : 18900 (bprolog) S 18627 18629 17861 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159841716 347512832 61324 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18629/tid=18920] ppid=18627 vsize=339368 CPUtime=0
/proc/18629/task/18920/stat : 18920 (bprolog) S 18627 18629 17861 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159886726 347512832 61324 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1651.98
Current children cumulated vsize (KiB) 339368

[startup+1723.91 s]
/proc/loadavg: 4.08 3.38 3.03 3/84 18927
/proc/meminfo: memFree=15288/2055920 swapFree=4191892/4192956
[pid=18629] ppid=18627 vsize=339368 CPUtime=1711.61
/proc/18629/stat : 18629 (bprolog) R 18627 18629 17861 0 -1 4194304 331437 0 0 0 170372 789 0 0 25 0 4 0 159745563 347512832 61324 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552115 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18629/statm: 84842 61324 170 90 0 84380 0
[pid=18629/tid=18646] ppid=18627 vsize=339368 CPUtime=0
/proc/18629/task/18646/stat : 18646 (bprolog) S 18627 18629 17861 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159751704 347512832 61324 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18629/tid=18900] ppid=18627 vsize=339368 CPUtime=0
/proc/18629/task/18900/stat : 18900 (bprolog) S 18627 18629 17861 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159841716 347512832 61324 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18629/tid=18920] ppid=18627 vsize=339368 CPUtime=0
/proc/18629/task/18920/stat : 18920 (bprolog) S 18627 18629 17861 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159886726 347512832 61324 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1711.61
Current children cumulated vsize (KiB) 339368

[startup+1783.95 s]
/proc/loadavg: 3.97 3.51 3.10 3/84 18927
/proc/meminfo: memFree=15416/2055920 swapFree=4191892/4192956
[pid=18629] ppid=18627 vsize=339368 CPUtime=1771.22
/proc/18629/stat : 18629 (bprolog) R 18627 18629 17861 0 -1 4194304 331437 0 0 0 176307 815 0 0 25 0 4 0 159745563 347512832 61324 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555771 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18629/statm: 84842 61324 170 90 0 84380 0
[pid=18629/tid=18646] ppid=18627 vsize=339368 CPUtime=0
/proc/18629/task/18646/stat : 18646 (bprolog) S 18627 18629 17861 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159751704 347512832 61324 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18629/tid=18900] ppid=18627 vsize=339368 CPUtime=0
/proc/18629/task/18900/stat : 18900 (bprolog) S 18627 18629 17861 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159841716 347512832 61324 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18629/tid=18920] ppid=18627 vsize=339368 CPUtime=0
/proc/18629/task/18920/stat : 18920 (bprolog) S 18627 18629 17861 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159886726 347512832 61324 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1771.22
Current children cumulated vsize (KiB) 339368



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.95 s]
/proc/loadavg: 3.38 3.41 3.08 3/84 18927
/proc/meminfo: memFree=15992/2055920 swapFree=4191892/4192956
[pid=18629] ppid=18627 vsize=339368 CPUtime=1800.01
/proc/18629/stat : 18629 (bprolog) R 18627 18629 17861 0 -1 4194304 331437 0 0 0 179174 827 0 0 25 0 4 0 159745563 347512832 61324 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552468 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18629/statm: 84842 61324 170 90 0 84380 0
[pid=18629/tid=18646] ppid=18627 vsize=339368 CPUtime=0
/proc/18629/task/18646/stat : 18646 (bprolog) S 18627 18629 17861 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159751704 347512832 61324 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18629/tid=18900] ppid=18627 vsize=339368 CPUtime=0
/proc/18629/task/18900/stat : 18900 (bprolog) S 18627 18629 17861 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159841716 347512832 61324 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18629/tid=18920] ppid=18627 vsize=339368 CPUtime=0
/proc/18629/task/18920/stat : 18920 (bprolog) S 18627 18629 17861 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 159886726 347512832 61324 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 339368

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1813
CPU time (s): 1800.07
CPU user time (s): 1791.75
CPU system time (s): 8.31874
CPU usage (%): 99.2868
Max. virtual memory (cumulated for all children) (KiB): 339368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.75
system time used= 8.31874
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 331437
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13
involuntary context switches= 37326

runsolver used 2.39464 s user time and 5.66614 s system time

The end

Launcher Data (download as text)

Begin job on node41 on Sat Jan  6 19:57:31 UTC 2007


IDJOB= 195738
IDBENCH= 3298
FILE ID= node41/195738-1168113448

PBS_JOBID= 3477396

Free space on /tmp= 66528 MiB

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

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node41/watcher-195738-1168113448 -o ROOT/results/node41/solver-195738-1168113448 -C 1800 -M 900  /tmp/evaluation/195738-1168113448/Complete/Ordinary/solver /tmp/evaluation/195738-1168113448/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  3f9f0987ecc8bd6debbfdcbc6b845084

RANDOM SEED= 449201715

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:       1637616 kB
Buffers:         15272 kB
Cached:         239104 kB
SwapCached:         12 kB
Active:         151204 kB
Inactive:       206124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1637616 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:          174060 kB
Writeback:           0 kB
Mapped:         118744 kB
Slab:            46000 kB
Committed_AS:  2967136 kB
PageTables:       2112 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= 35585 MiB



End job on node41 on Sat Jan  6 20:27:58 UTC 2007