Trace number 196271

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.05 1817.08

General information on the benchmark

Namerandom/rand-3-24-24/
rand-3-24-24-76-632-30_ext.xml
MD5SUM94937a49dba715d36ca494032f55eabb
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints72
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension72
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/196271-1168121155/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/node75/watcher-196271-1168121155 -o ROOT/results/node75/solver-196271-1168121155 -C 1800 -M 900 /tmp/evaluation/196271-1168121155/Complete/Ordinary/solver /tmp/evaluation/196271-1168121155/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: 2.30 2.19 2.19 4/81 3438
/proc/meminfo: memFree=1263296/2055920 swapFree=4184496/4192956
[pid=3437] ppid=3435 vsize=18540 CPUtime=0
/proc/3437/stat : 3437 (runsolver) R 3435 3437 2831 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 160516078 18984960 279 18446744073709551615 4194304 4267372 548682069056 18446744073709551615 231882681639 0 0 4096 24578 0 0 0 17 1 0 0
/proc/3437/statm: 4635 279 244 17 0 2626 0

[startup+0.107092 s]
/proc/loadavg: 2.30 2.19 2.19 4/81 3438
/proc/meminfo: memFree=1263296/2055920 swapFree=4184496/4192956
[pid=3437] ppid=3435 vsize=61640 CPUtime=0.09
/proc/3437/stat : 3437 (bprolog) R 3435 3437 2831 0 -1 4194304 2046 0 0 0 8 1 0 0 22 0 1 0 160516078 63119360 1762 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550142 0 0 4096 2 0 0 0 17 0 0 0
/proc/3437/statm: 15410 1762 158 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.515136 s]
/proc/loadavg: 2.30 2.19 2.19 4/81 3438
/proc/meminfo: memFree=1263296/2055920 swapFree=4184496/4192956
[pid=3437] ppid=3435 vsize=61640 CPUtime=0.49
/proc/3437/stat : 3437 (bprolog) R 3435 3437 2831 0 -1 4194304 8169 0 0 0 44 5 0 0 25 0 1 0 160516078 63119360 7885 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134568499 0 0 4096 2 0 0 0 17 0 0 0
/proc/3437/statm: 15410 7885 158 90 0 14948 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 61640

[startup+1.33623 s]
/proc/loadavg: 2.27 2.19 2.19 3/81 3438
/proc/meminfo: memFree=1191296/2055920 swapFree=4184496/4192956
[pid=3437] ppid=3435 vsize=136228 CPUtime=1.31
/proc/3437/stat : 3437 (bprolog) R 3435 3437 2831 0 -1 4194304 19048 0 0 0 120 11 0 0 25 0 1 0 160516078 139497472 18764 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 0 0 0
/proc/3437/statm: 34057 18764 158 90 0 33595 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 136228

[startup+2.97443 s]
/proc/loadavg: 2.27 2.19 2.19 4/81 3438
/proc/meminfo: memFree=1217152/2055920 swapFree=4184496/4192956
[pid=3437] ppid=3435 vsize=101984 CPUtime=2.94
/proc/3437/stat : 3437 (bprolog) R 3435 3437 2831 0 -1 4194304 25287 0 0 0 280 14 0 0 25 0 1 0 160516078 104431616 14074 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552316 0 0 4096 2 0 0 0 17 0 0 0
/proc/3437/statm: 25496 14074 158 90 0 25034 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 101984

[startup+6.26283 s]
/proc/loadavg: 2.27 2.19 2.19 4/81 3438
/proc/meminfo: memFree=1164288/2055920 swapFree=4184496/4192956
[pid=3437] ppid=3435 vsize=133908 CPUtime=6.17
/proc/3437/stat : 3437 (bprolog) R 3435 3437 2831 0 -1 4194304 50150 0 0 0 588 29 0 0 25 0 1 0 160516078 137121792 24550 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859793 0 0 4096 2 0 0 0 17 0 0 0
/proc/3437/statm: 33477 24550 158 90 0 33015 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 133908

[startup+12.7456 s]
/proc/loadavg: 2.23 2.18 2.19 3/81 3438
/proc/meminfo: memFree=1152000/2055920 swapFree=4184496/4192956
[pid=3437] ppid=3435 vsize=134696 CPUtime=12.59
/proc/3437/stat : 3437 (bprolog) R 3435 3437 2831 0 -1 4194304 81508 0 0 0 1211 48 0 0 25 0 1 0 160516078 137928704 27257 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858988 0 0 4096 2 0 0 0 17 0 0 0
/proc/3437/statm: 33674 27257 158 90 0 33212 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 134696

[startup+25.6121 s]
/proc/loadavg: 2.35 2.21 2.19 4/81 3438
/proc/meminfo: memFree=1148992/2055920 swapFree=4184496/4192956
[pid=3437] ppid=3435 vsize=134848 CPUtime=25.32
/proc/3437/stat : 3437 (bprolog) R 3435 3437 2831 0 -1 4194304 135882 0 0 0 2449 83 0 0 25 0 1 0 160516078 138084352 27834 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858988 0 0 4096 2 0 0 0 17 0 0 0
/proc/3437/statm: 33712 27834 158 90 0 33250 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 134848

[startup+51.2871 s]
/proc/loadavg: 2.57 2.27 2.21 4/81 3438
/proc/meminfo: memFree=1048576/2055920 swapFree=4184496/4192956
[pid=3437] ppid=3435 vsize=244508 CPUtime=50.74
/proc/3437/stat : 3437 (bprolog) R 3435 3437 2831 0 -1 4194304 267926 0 0 0 4912 162 0 0 25 0 1 0 160516078 250376192 51249 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 0 0 0
/proc/3437/statm: 61127 51249 158 90 0 60665 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 244508

[startup+102.49 s]
/proc/loadavg: 2.76 2.38 2.25 3/82 3439
/proc/meminfo: memFree=1008824/2055920 swapFree=4184496/4192956
[pid=3437] ppid=3435 vsize=327076 CPUtime=101.46
/proc/3437/stat : 3437 (bprolog) R 3435 3437 2831 0 -1 4194304 311126 0 0 0 9957 189 0 0 25 0 2 0 160516078 334925824 60284 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/3437/statm: 81769 60284 170 90 0 81307 0
[pid=3437/tid=3439] ppid=3435 vsize=327076 CPUtime=0
/proc/3437/task/3439/stat : 3439 (bprolog) S 3435 3437 2831 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160522221 334925824 60284 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.46
Current children cumulated vsize (KiB) 327076

[startup+162.55 s]
/proc/loadavg: 2.66 2.42 2.27 4/82 3439
/proc/meminfo: memFree=1008248/2055920 swapFree=4184496/4192956
[pid=3437] ppid=3435 vsize=327076 CPUtime=160.96
/proc/3437/stat : 3437 (bprolog) R 3435 3437 2831 0 -1 4194304 311126 0 0 0 15906 190 0 0 25 0 2 0 160516078 334925824 60284 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580390 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/3437/statm: 81769 60284 170 90 0 81307 0
[pid=3437/tid=3439] ppid=3435 vsize=327076 CPUtime=0
/proc/3437/task/3439/stat : 3439 (bprolog) S 3435 3437 2831 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160522221 334925824 60284 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 160.96
Current children cumulated vsize (KiB) 327076

[startup+222.592 s]
/proc/loadavg: 2.66 2.46 2.29 3/82 3439
/proc/meminfo: memFree=1006968/2055920 swapFree=4184496/4192956
[pid=3437] ppid=3435 vsize=327076 CPUtime=220.43
/proc/3437/stat : 3437 (bprolog) R 3435 3437 2831 0 -1 4194304 311126 0 0 0 21853 190 0 0 25 0 2 0 160516078 334925824 60284 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711880 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/3437/statm: 81769 60284 170 90 0 81307 0
[pid=3437/tid=3439] ppid=3435 vsize=327076 CPUtime=0
/proc/3437/task/3439/stat : 3439 (bprolog) S 3435 3437 2831 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160522221 334925824 60284 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 220.43
Current children cumulated vsize (KiB) 327076

[startup+282.645 s]
/proc/loadavg: 2.65 2.51 2.32 4/82 3439
/proc/meminfo: memFree=1006968/2055920 swapFree=4184496/4192956
[pid=3437] ppid=3435 vsize=327076 CPUtime=279.9
/proc/3437/stat : 3437 (bprolog) R 3435 3437 2831 0 -1 4194304 311126 0 0 0 27800 190 0 0 25 0 2 0 160516078 334925824 60284 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552160 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/3437/statm: 81769 60284 170 90 0 81307 0
[pid=3437/tid=3439] ppid=3435 vsize=327076 CPUtime=0
/proc/3437/task/3439/stat : 3439 (bprolog) S 3435 3437 2831 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160522221 334925824 60284 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 279.9
Current children cumulated vsize (KiB) 327076

[startup+342.688 s]
/proc/loadavg: 2.87 2.60 2.36 4/82 3439
/proc/meminfo: memFree=1006904/2055920 swapFree=4184496/4192956
[pid=3437] ppid=3435 vsize=327076 CPUtime=339.37
/proc/3437/stat : 3437 (bprolog) R 3435 3437 2831 0 -1 4194304 311126 0 0 0 33747 190 0 0 25 0 2 0 160516078 334925824 60284 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134561099 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/3437/statm: 81769 60284 170 90 0 81307 0
[pid=3437/tid=3439] ppid=3435 vsize=327076 CPUtime=0
/proc/3437/task/3439/stat : 3439 (bprolog) S 3435 3437 2831 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160522221 334925824 60284 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 339.37
Current children cumulated vsize (KiB) 327076

[startup+402.734 s]
/proc/loadavg: 2.94 2.65 2.39 3/82 3439
/proc/meminfo: memFree=1006904/2055920 swapFree=4184496/4192956
[pid=3437] ppid=3435 vsize=327076 CPUtime=398.83
/proc/3437/stat : 3437 (bprolog) R 3435 3437 2831 0 -1 4194304 311127 0 0 0 39693 190 0 0 25 0 2 0 160516078 334925824 60285 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664604 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/3437/statm: 81769 60285 170 90 0 81307 0
[pid=3437/tid=3439] ppid=3435 vsize=327076 CPUtime=0
/proc/3437/task/3439/stat : 3439 (bprolog) S 3435 3437 2831 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160522221 334925824 60285 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 398.83
Current children cumulated vsize (KiB) 327076

[startup+462.775 s]
/proc/loadavg: 2.94 2.70 2.42 3/82 3439
/proc/meminfo: memFree=1006904/2055920 swapFree=4184496/4192956
[pid=3437] ppid=3435 vsize=327076 CPUtime=458.29
/proc/3437/stat : 3437 (bprolog) R 3435 3437 2831 0 -1 4194304 311127 0 0 0 45638 191 0 0 25 0 2 0 160516078 334925824 60285 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639409 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/3437/statm: 81769 60285 170 90 0 81307 0
[pid=3437/tid=3439] ppid=3435 vsize=327076 CPUtime=0
/proc/3437/task/3439/stat : 3439 (bprolog) S 3435 3437 2831 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160522221 334925824 60285 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 458.29
Current children cumulated vsize (KiB) 327076

[startup+522.829 s]
/proc/loadavg: 2.82 2.72 2.44 4/82 3439
/proc/meminfo: memFree=1006904/2055920 swapFree=4184496/4192956
[pid=3437] ppid=3435 vsize=327076 CPUtime=517.78
/proc/3437/stat : 3437 (bprolog) R 3435 3437 2831 0 -1 4194304 311127 0 0 0 51587 191 0 0 25 0 2 0 160516078 334925824 60285 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711836 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/3437/statm: 81769 60285 170 90 0 81307 0
[pid=3437/tid=3439] ppid=3435 vsize=327076 CPUtime=0
/proc/3437/task/3439/stat : 3439 (bprolog) S 3435 3437 2831 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160522221 334925824 60285 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 517.78
Current children cumulated vsize (KiB) 327076

[startup+582.898 s]
/proc/loadavg: 2.90 2.75 2.47 4/82 3439
/proc/meminfo: memFree=1006904/2055920 swapFree=4184496/4192956
[pid=3437] ppid=3435 vsize=327076 CPUtime=577.29
/proc/3437/stat : 3437 (bprolog) R 3435 3437 2831 0 -1 4194304 311128 0 0 0 57538 191 0 0 25 0 2 0 160516078 334925824 60286 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134581665 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/3437/statm: 81769 60286 170 90 0 81307 0
[pid=3437/tid=3439] ppid=3435 vsize=327076 CPUtime=0
/proc/3437/task/3439/stat : 3439 (bprolog) S 3435 3437 2831 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160522221 334925824 60286 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 577.29
Current children cumulated vsize (KiB) 327076

[startup+642.965 s]
/proc/loadavg: 2.90 2.78 2.50 4/82 3439
/proc/meminfo: memFree=1006904/2055920 swapFree=4184496/4192956
[pid=3437] ppid=3435 vsize=327076 CPUtime=636.78
/proc/3437/stat : 3437 (bprolog) R 3435 3437 2831 0 -1 4194304 311128 0 0 0 63487 191 0 0 25 0 2 0 160516078 334925824 60286 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639158 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/3437/statm: 81769 60286 170 90 0 81307 0
[pid=3437/tid=3439] ppid=3435 vsize=327076 CPUtime=0
/proc/3437/task/3439/stat : 3439 (bprolog) S 3435 3437 2831 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160522221 334925824 60286 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 636.78
Current children cumulated vsize (KiB) 327076

[startup+703.028 s]
/proc/loadavg: 2.96 2.82 2.52 3/82 3439

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

[pid=3437/tid=3442] ppid=3435 vsize=337320 CPUtime=0
/proc/3437/task/3442/stat : 3442 (bprolog) S 3435 3437 2831 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160612236 345415680 60287 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1172.44
Current children cumulated vsize (KiB) 337320

[startup+1243.72 s]
/proc/loadavg: 2.92 2.86 2.65 4/83 3442
/proc/meminfo: memFree=1006448/2055920 swapFree=4184496/4192956
[pid=3437] ppid=3435 vsize=337320 CPUtime=1232
/proc/3437/stat : 3437 (bprolog) R 3435 3437 2831 0 -1 4194304 311129 0 0 0 123008 192 0 0 25 0 3 0 160516078 345415680 60287 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/3437/statm: 84330 60287 170 90 0 83868 0
[pid=3437/tid=3439] ppid=3435 vsize=337320 CPUtime=0
/proc/3437/task/3439/stat : 3439 (bprolog) S 3435 3437 2831 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 160522221 345415680 60287 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=3437/tid=3442] ppid=3435 vsize=337320 CPUtime=0
/proc/3437/task/3442/stat : 3442 (bprolog) S 3435 3437 2831 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160612236 345415680 60287 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1232
Current children cumulated vsize (KiB) 337320

[startup+1303.82 s]
/proc/loadavg: 2.93 2.87 2.66 4/83 3442
/proc/meminfo: memFree=1006384/2055920 swapFree=4184496/4192956
[pid=3437] ppid=3435 vsize=337320 CPUtime=1291.56
/proc/3437/stat : 3437 (bprolog) R 3435 3437 2831 0 -1 4194304 311129 0 0 0 128964 192 0 0 25 0 3 0 160516078 345415680 60287 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664634 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/3437/statm: 84330 60287 170 90 0 83868 0
[pid=3437/tid=3439] ppid=3435 vsize=337320 CPUtime=0
/proc/3437/task/3439/stat : 3439 (bprolog) S 3435 3437 2831 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 160522221 345415680 60287 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=3437/tid=3442] ppid=3435 vsize=337320 CPUtime=0
/proc/3437/task/3442/stat : 3442 (bprolog) S 3435 3437 2831 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160612236 345415680 60287 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1291.56
Current children cumulated vsize (KiB) 337320

[startup+1363.83 s]
/proc/loadavg: 2.93 2.87 2.67 4/83 3442
/proc/meminfo: memFree=1006384/2055920 swapFree=4184496/4192956
[pid=3437] ppid=3435 vsize=337320 CPUtime=1351
/proc/3437/stat : 3437 (bprolog) R 3435 3437 2831 0 -1 4194304 311129 0 0 0 134908 192 0 0 25 0 3 0 160516078 345415680 60287 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134556801 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/3437/statm: 84330 60287 170 90 0 83868 0
[pid=3437/tid=3439] ppid=3435 vsize=337320 CPUtime=0
/proc/3437/task/3439/stat : 3439 (bprolog) S 3435 3437 2831 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 160522221 345415680 60287 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=3437/tid=3442] ppid=3435 vsize=337320 CPUtime=0
/proc/3437/task/3442/stat : 3442 (bprolog) S 3435 3437 2831 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160612236 345415680 60287 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1351
Current children cumulated vsize (KiB) 337320

[startup+1423.83 s]
/proc/loadavg: 2.92 2.88 2.69 4/84 3443
/proc/meminfo: memFree=1006376/2055920 swapFree=4184496/4192956
[pid=3437] ppid=3435 vsize=347564 CPUtime=1410.46
/proc/3437/stat : 3437 (bprolog) R 3435 3437 2831 0 -1 4194304 311130 0 0 0 140854 192 0 0 25 0 4 0 160516078 355905536 60288 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639164 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/3437/statm: 86891 60288 170 90 0 86429 0
[pid=3437/tid=3439] ppid=3435 vsize=347564 CPUtime=0
/proc/3437/task/3439/stat : 3439 (bprolog) S 3435 3437 2831 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160522221 355905536 60288 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=3437/tid=3442] ppid=3435 vsize=347564 CPUtime=0
/proc/3437/task/3442/stat : 3442 (bprolog) S 3435 3437 2831 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160612236 355905536 60288 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=3437/tid=3443] ppid=3435 vsize=347564 CPUtime=0
/proc/3437/task/3443/stat : 3443 (bprolog) S 3435 3437 2831 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160657244 355905536 60288 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1410.46
Current children cumulated vsize (KiB) 347564

[startup+1483.84 s]
/proc/loadavg: 2.81 2.85 2.69 4/84 3443
/proc/meminfo: memFree=1006312/2055920 swapFree=4184496/4192956
[pid=3437] ppid=3435 vsize=347564 CPUtime=1469.93
/proc/3437/stat : 3437 (bprolog) R 3435 3437 2831 0 -1 4194304 311130 0 0 0 146800 193 0 0 25 0 4 0 160516078 355905536 60288 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554322 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/3437/statm: 86891 60288 170 90 0 86429 0
[pid=3437/tid=3439] ppid=3435 vsize=347564 CPUtime=0
/proc/3437/task/3439/stat : 3439 (bprolog) S 3435 3437 2831 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160522221 355905536 60288 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=3437/tid=3442] ppid=3435 vsize=347564 CPUtime=0
/proc/3437/task/3442/stat : 3442 (bprolog) S 3435 3437 2831 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160612236 355905536 60288 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=3437/tid=3443] ppid=3435 vsize=347564 CPUtime=0
/proc/3437/task/3443/stat : 3443 (bprolog) S 3435 3437 2831 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160657244 355905536 60288 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1469.93
Current children cumulated vsize (KiB) 347564

[startup+1543.85 s]
/proc/loadavg: 2.87 2.86 2.70 4/84 3443
/proc/meminfo: memFree=1006312/2055920 swapFree=4184496/4192956
[pid=3437] ppid=3435 vsize=347564 CPUtime=1529.36
/proc/3437/stat : 3437 (bprolog) R 3435 3437 2831 0 -1 4194304 311130 0 0 0 152743 193 0 0 25 0 4 0 160516078 355905536 60288 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/3437/statm: 86891 60288 170 90 0 86429 0
[pid=3437/tid=3439] ppid=3435 vsize=347564 CPUtime=0
/proc/3437/task/3439/stat : 3439 (bprolog) S 3435 3437 2831 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160522221 355905536 60288 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=3437/tid=3442] ppid=3435 vsize=347564 CPUtime=0
/proc/3437/task/3442/stat : 3442 (bprolog) S 3435 3437 2831 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160612236 355905536 60288 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=3437/tid=3443] ppid=3435 vsize=347564 CPUtime=0
/proc/3437/task/3443/stat : 3443 (bprolog) S 3435 3437 2831 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160657244 355905536 60288 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1529.36
Current children cumulated vsize (KiB) 347564

[startup+1603.87 s]
/proc/loadavg: 2.95 2.88 2.72 4/84 3443
/proc/meminfo: memFree=1006312/2055920 swapFree=4184496/4192956
[pid=3437] ppid=3435 vsize=347564 CPUtime=1588.82
/proc/3437/stat : 3437 (bprolog) R 3435 3437 2831 0 -1 4194304 311130 0 0 0 158689 193 0 0 25 0 4 0 160516078 355905536 60288 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711836 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/3437/statm: 86891 60288 170 90 0 86429 0
[pid=3437/tid=3439] ppid=3435 vsize=347564 CPUtime=0
/proc/3437/task/3439/stat : 3439 (bprolog) S 3435 3437 2831 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160522221 355905536 60288 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=3437/tid=3442] ppid=3435 vsize=347564 CPUtime=0
/proc/3437/task/3442/stat : 3442 (bprolog) S 3435 3437 2831 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160612236 355905536 60288 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=3437/tid=3443] ppid=3435 vsize=347564 CPUtime=0
/proc/3437/task/3443/stat : 3443 (bprolog) S 3435 3437 2831 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160657244 355905536 60288 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1588.82
Current children cumulated vsize (KiB) 347564

[startup+1663.88 s]
/proc/loadavg: 2.98 2.90 2.73 4/84 3443
/proc/meminfo: memFree=1006312/2055920 swapFree=4184496/4192956
[pid=3437] ppid=3435 vsize=347564 CPUtime=1648.3
/proc/3437/stat : 3437 (bprolog) R 3435 3437 2831 0 -1 4194304 311130 0 0 0 164637 193 0 0 25 0 4 0 160516078 355905536 60288 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565693 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/3437/statm: 86891 60288 170 90 0 86429 0
[pid=3437/tid=3439] ppid=3435 vsize=347564 CPUtime=0
/proc/3437/task/3439/stat : 3439 (bprolog) S 3435 3437 2831 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160522221 355905536 60288 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=3437/tid=3442] ppid=3435 vsize=347564 CPUtime=0
/proc/3437/task/3442/stat : 3442 (bprolog) S 3435 3437 2831 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160612236 355905536 60288 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=3437/tid=3443] ppid=3435 vsize=347564 CPUtime=0
/proc/3437/task/3443/stat : 3443 (bprolog) S 3435 3437 2831 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160657244 355905536 60288 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1648.3
Current children cumulated vsize (KiB) 347564

[startup+1723.89 s]
/proc/loadavg: 2.88 2.89 2.73 4/84 3443
/proc/meminfo: memFree=1006248/2055920 swapFree=4184496/4192956
[pid=3437] ppid=3435 vsize=347564 CPUtime=1707.74
/proc/3437/stat : 3437 (bprolog) R 3435 3437 2831 0 -1 4194304 311130 0 0 0 170581 193 0 0 25 0 4 0 160516078 355905536 60288 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639044 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/3437/statm: 86891 60288 170 90 0 86429 0
[pid=3437/tid=3439] ppid=3435 vsize=347564 CPUtime=0
/proc/3437/task/3439/stat : 3439 (bprolog) S 3435 3437 2831 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160522221 355905536 60288 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=3437/tid=3442] ppid=3435 vsize=347564 CPUtime=0
/proc/3437/task/3442/stat : 3442 (bprolog) S 3435 3437 2831 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160612236 355905536 60288 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=3437/tid=3443] ppid=3435 vsize=347564 CPUtime=0
/proc/3437/task/3443/stat : 3443 (bprolog) S 3435 3437 2831 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160657244 355905536 60288 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1707.74
Current children cumulated vsize (KiB) 347564

[startup+1783.97 s]
/proc/loadavg: 2.80 2.87 2.74 4/76 3482
/proc/meminfo: memFree=1499632/2055920 swapFree=4184496/4192956
[pid=3437] ppid=3435 vsize=347564 CPUtime=1767.2
/proc/3437/stat : 3437 (bprolog) R 3435 3437 2831 0 -1 4194304 311130 0 0 0 176527 193 0 0 25 0 4 0 160516078 355905536 60288 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565693 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/3437/statm: 86891 60288 170 90 0 86429 0
[pid=3437/tid=3439] ppid=3435 vsize=347564 CPUtime=0
/proc/3437/task/3439/stat : 3439 (bprolog) S 3435 3437 2831 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160522221 355905536 60288 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=3437/tid=3442] ppid=3435 vsize=347564 CPUtime=0
/proc/3437/task/3442/stat : 3442 (bprolog) S 3435 3437 2831 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160612236 355905536 60288 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=3437/tid=3443] ppid=3435 vsize=347564 CPUtime=0
/proc/3437/task/3443/stat : 3443 (bprolog) S 3435 3437 2831 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160657244 355905536 60288 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1767.2
Current children cumulated vsize (KiB) 347564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.04 s]
/proc/loadavg: 2.44 2.77 2.71 3/76 3482
/proc/meminfo: memFree=1121840/2055920 swapFree=4184496/4192956
[pid=3437] ppid=3435 vsize=347564 CPUtime=1800
/proc/3437/stat : 3437 (bprolog) R 3435 3437 2831 0 -1 4194304 311130 0 0 0 179806 194 0 0 25 0 4 0 160516078 355905536 60288 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580387 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/3437/statm: 86891 60288 170 90 0 86429 0
[pid=3437/tid=3439] ppid=3435 vsize=347564 CPUtime=0
/proc/3437/task/3439/stat : 3439 (bprolog) S 3435 3437 2831 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160522221 355905536 60288 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=3437/tid=3442] ppid=3435 vsize=347564 CPUtime=0
/proc/3437/task/3442/stat : 3442 (bprolog) S 3435 3437 2831 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160612236 355905536 60288 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=3437/tid=3443] ppid=3435 vsize=347564 CPUtime=0
/proc/3437/task/3443/stat : 3443 (bprolog) S 3435 3437 2831 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160657244 355905536 60288 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 347564

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1817.08
CPU time (s): 1800.05
CPU user time (s): 1798.07
CPU system time (s): 1.9767
CPU usage (%): 99.0626
Max. virtual memory (cumulated for all children) (KiB): 347564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.07
system time used= 1.9767
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 311130
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12
involuntary context switches= 70460

runsolver used 1.89971 s user time and 5.19821 s system time

The end

Launcher Data (download as text)

Begin job on node75 on Sat Jan  6 22:05:55 UTC 2007


IDJOB= 196271
IDBENCH= 3339
FILE ID= node75/196271-1168121155

PBS_JOBID= 3477484

Free space on /tmp= 66527 MiB

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

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node75/watcher-196271-1168121155 -o ROOT/results/node75/solver-196271-1168121155 -C 1800 -M 900  /tmp/evaluation/196271-1168121155/Complete/Ordinary/solver /tmp/evaluation/196271-1168121155/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  94937a49dba715d36ca494032f55eabb

RANDOM SEED= 658900495

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.218
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.218
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1263712 kB
Buffers:         22448 kB
Cached:         113756 kB
SwapCached:       2584 kB
Active:         667356 kB
Inactive:        70028 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1263712 kB
SwapTotal:     4192956 kB
SwapFree:      4184496 kB
Dirty:           27064 kB
Writeback:           0 kB
Mapped:         613832 kB
Slab:            38904 kB
Committed_AS:  3909592 kB
PageTables:       3012 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= 66542 MiB



End job on node75 on Sat Jan  6 22:36:25 UTC 2007