Trace number 209376

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
BPrologCSPSolver70a 2006-12-13? (TO) 1800.14 1803.58

General information on the benchmark

Namefapp/fapp26-30/fapp30/
fapp30-3000-5.xml
MD5SUMb6939ae5cbb1eed8c713497f61f84abc
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark10.0415
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables3000
Number of constraints63204
Maximum constraint arity2
Maximum domain size778
Number of constraints which are defined in extension0
Number of constraints which are defined in intension63204
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/209376-1168192472/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/node56/watcher-209376-1168192472 -o ROOT/results/node56/solver-209376-1168192472 -C 1800 -M 900 /tmp/evaluation/209376-1168192472/Complete/Ordinary/solver /tmp/evaluation/209376-1168192472/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: 2.08 2.04 1.75 5/81 10343
/proc/meminfo: memFree=829992/2055920 swapFree=4184772/4192956
[pid=10342] ppid=10340 vsize=18540 CPUtime=0
/proc/10342/stat : 10342 (runsolver) R 10340 9106 9106 0 -1 4194368 12 0 0 0 0 0 0 0 19 0 1 0 167649685 18984960 277 18446744073709551615 4194304 4267372 548682069056 18446744073709551615 223531783249 0 0 4096 24578 0 0 0 17 1 0 0
/proc/10342/statm: 4635 277 242 17 0 2626 0
Current StackSize limit: 10240 KiB


[startup+0.107321 s]
/proc/loadavg: 2.08 2.04 1.75 5/81 10343
/proc/meminfo: memFree=829992/2055920 swapFree=4184772/4192956
[pid=10342] ppid=10340 vsize=61640 CPUtime=0.1
/proc/10342/stat : 10342 (bprolog) R 10340 10342 9106 0 -1 4194304 2051 0 0 0 9 1 0 0 20 0 1 0 167649685 63119360 1767 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134600400 0 0 4096 2 0 0 0 17 1 0 0
/proc/10342/statm: 15410 1767 157 90 0 14948 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 61640

[startup+0.515363 s]
/proc/loadavg: 2.08 2.04 1.75 5/81 10343
/proc/meminfo: memFree=829992/2055920 swapFree=4184772/4192956
[pid=10342] ppid=10340 vsize=61640 CPUtime=0.49
/proc/10342/stat : 10342 (bprolog) R 10340 10342 9106 0 -1 4194304 8321 0 0 0 45 4 0 0 24 0 1 0 167649685 63119360 8037 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134568490 0 0 4096 2 0 0 0 17 1 0 0
/proc/10342/statm: 15410 8037 157 90 0 14948 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 61640

[startup+1.33645 s]
/proc/loadavg: 2.07 2.04 1.75 3/81 10343
/proc/meminfo: memFree=766888/2055920 swapFree=4184772/4192956
[pid=10342] ppid=10340 vsize=81440 CPUtime=1.32
/proc/10342/stat : 10342 (bprolog) R 10340 10342 9106 0 -1 4194304 16909 0 0 0 121 11 0 0 25 0 1 0 167649685 83394560 16036 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134865600 0 0 4096 2 0 0 0 17 1 0 0
/proc/10342/statm: 20360 16036 157 90 0 19898 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 81440

[startup+2.97361 s]
/proc/loadavg: 2.07 2.04 1.75 3/81 10343
/proc/meminfo: memFree=733416/2055920 swapFree=4184772/4192956
[pid=10342] ppid=10340 vsize=142944 CPUtime=2.93
/proc/10342/stat : 10342 (bprolog) R 10340 10342 9106 0 -1 4194304 33722 0 0 0 272 21 0 0 25 0 1 0 167649685 146374656 17155 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859314 0 0 4096 2 0 0 0 17 1 0 0
/proc/10342/statm: 35736 17155 157 90 0 35274 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 142944

[startup+6.25392 s]
/proc/loadavg: 2.07 2.04 1.75 3/81 10343
/proc/meminfo: memFree=725544/2055920 swapFree=4184772/4192956
[pid=10342] ppid=10340 vsize=142940 CPUtime=6.18
/proc/10342/stat : 10342 (bprolog) R 10340 10342 9106 0 -1 4194304 42456 0 0 0 592 26 0 0 25 0 1 0 167649685 146370560 25888 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663833 0 0 4096 2 0 0 0 17 1 0 0
/proc/10342/statm: 35735 25888 176 90 0 35273 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 142940

[startup+12.7206 s]
/proc/loadavg: 2.06 2.04 1.75 3/81 10343
/proc/meminfo: memFree=708712/2055920 swapFree=4184772/4192956
[pid=10342] ppid=10340 vsize=149644 CPUtime=12.58
/proc/10342/stat : 10342 (bprolog) R 10340 10342 9106 0 -1 4194304 63983 0 0 0 1219 39 0 0 25 0 1 0 167649685 153235456 29680 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859415 0 0 4096 2 0 0 0 17 1 0 0
/proc/10342/statm: 37411 29680 176 90 0 36949 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 149644

[startup+25.5588 s]
/proc/loadavg: 2.05 2.04 1.75 3/81 10343
/proc/meminfo: memFree=606760/2055920 swapFree=4184772/4192956
[pid=10342] ppid=10340 vsize=268872 CPUtime=25.31
/proc/10342/stat : 10342 (bprolog) R 10340 10342 9106 0 -1 4194304 122037 0 0 0 2454 77 0 0 25 0 1 0 167649685 275324928 54103 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664604 0 0 4096 2 0 0 0 17 1 0 0
/proc/10342/statm: 67218 54103 176 90 0 66756 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 268872

[startup+51.2033 s]
/proc/loadavg: 2.03 2.04 1.76 3/82 10344
/proc/meminfo: memFree=575264/2055920 swapFree=4184772/4192956
[pid=10342] ppid=10340 vsize=424244 CPUtime=50.72
/proc/10342/stat : 10342 (bprolog) R 10340 10342 9106 0 -1 4194304 170462 0 0 0 4966 106 0 0 25 0 2 0 167649685 434425856 60720 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589209 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10342/statm: 106061 60720 180 90 0 105599 0
[pid=10342/tid=10344] ppid=10340 vsize=424244 CPUtime=0
/proc/10342/task/10344/stat : 10344 (bprolog) S 10340 10342 9106 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167653164 434425856 60720 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 424244

[startup+102.504 s]
/proc/loadavg: 2.06 2.04 1.77 3/82 10344
/proc/meminfo: memFree=561504/2055920 swapFree=4184772/4192956
[pid=10342] ppid=10340 vsize=424244 CPUtime=101.57
/proc/10342/stat : 10342 (bprolog) R 10340 10342 9106 0 -1 4194304 170464 0 0 0 10051 106 0 0 25 0 2 0 167649685 434425856 60722 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663833 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10342/statm: 106061 60722 180 90 0 105599 0
[pid=10342/tid=10344] ppid=10340 vsize=424244 CPUtime=0
/proc/10342/task/10344/stat : 10344 (bprolog) S 10340 10342 9106 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167653164 434425856 60722 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.57
Current children cumulated vsize (KiB) 424244

[startup+162.509 s]
/proc/loadavg: 1.98 2.02 1.78 3/74 10381
/proc/meminfo: memFree=832928/2055920 swapFree=4184772/4192956
[pid=10342] ppid=10340 vsize=424244 CPUtime=161.39
/proc/10342/stat : 10342 (bprolog) R 10340 10342 9106 0 -1 4194304 170465 0 0 0 16027 112 0 0 25 0 2 0 167649685 434425856 60723 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662533 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10342/statm: 106061 60723 180 90 0 105599 0
[pid=10342/tid=10344] ppid=10340 vsize=424244 CPUtime=0
/proc/10342/task/10344/stat : 10344 (bprolog) S 10340 10342 9106 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167653164 434425856 60723 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.39
Current children cumulated vsize (KiB) 424244

[startup+222.526 s]
/proc/loadavg: 1.99 2.01 1.79 3/74 10381
/proc/meminfo: memFree=434848/2055920 swapFree=4184772/4192956
[pid=10342] ppid=10340 vsize=424244 CPUtime=221.33
/proc/10342/stat : 10342 (bprolog) R 10340 10342 9106 0 -1 4194304 170468 0 0 0 22021 112 0 0 25 0 2 0 167649685 434425856 60726 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618352 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10342/statm: 106061 60726 180 90 0 105599 0
[pid=10342/tid=10344] ppid=10340 vsize=424244 CPUtime=0
/proc/10342/task/10344/stat : 10344 (bprolog) S 10340 10342 9106 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167653164 434425856 60726 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.33
Current children cumulated vsize (KiB) 424244

[startup+282.577 s]
/proc/loadavg: 2.29 2.08 1.83 3/82 10455
/proc/meminfo: memFree=735200/2055920 swapFree=4184772/4192956
[pid=10342] ppid=10340 vsize=424244 CPUtime=281.13
/proc/10342/stat : 10342 (bprolog) R 10340 10342 9106 0 -1 4194304 170468 0 0 0 27995 118 0 0 25 0 2 0 167649685 434425856 60726 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662613 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10342/statm: 106061 60726 180 90 0 105599 0
[pid=10342/tid=10344] ppid=10340 vsize=424244 CPUtime=0
/proc/10342/task/10344/stat : 10344 (bprolog) S 10340 10342 9106 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167653164 434425856 60726 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.13
Current children cumulated vsize (KiB) 424244

[startup+342.638 s]
/proc/loadavg: 2.10 2.07 1.83 3/82 10455
/proc/meminfo: memFree=550816/2055920 swapFree=4184772/4192956
[pid=10342] ppid=10340 vsize=424244 CPUtime=340.89
/proc/10342/stat : 10342 (bprolog) R 10340 10342 9106 0 -1 4194304 170468 0 0 0 33970 119 0 0 25 0 2 0 167649685 434425856 60726 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552366 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10342/statm: 106061 60726 180 90 0 105599 0
[pid=10342/tid=10344] ppid=10340 vsize=424244 CPUtime=0
/proc/10342/task/10344/stat : 10344 (bprolog) S 10340 10342 9106 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167653164 434425856 60726 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 340.89
Current children cumulated vsize (KiB) 424244

[startup+402.659 s]
/proc/loadavg: 2.20 2.10 1.85 3/80 10898
/proc/meminfo: memFree=1183080/2055920 swapFree=4184772/4192956
[pid=10342] ppid=10340 vsize=424244 CPUtime=400.56
/proc/10342/stat : 10342 (bprolog) R 10340 10342 9106 0 -1 4194304 170468 0 0 0 39925 131 0 0 25 0 2 0 167649685 434425856 60726 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618430 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10342/statm: 106061 60726 180 90 0 105599 0
[pid=10342/tid=10344] ppid=10340 vsize=424244 CPUtime=0
/proc/10342/task/10344/stat : 10344 (bprolog) S 10340 10342 9106 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167653164 434425856 60726 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.56
Current children cumulated vsize (KiB) 424244

[startup+462.697 s]
/proc/loadavg: 2.07 2.08 1.86 3/74 10950
/proc/meminfo: memFree=1137880/2055920 swapFree=4184772/4192956
[pid=10342] ppid=10340 vsize=424244 CPUtime=460.54
/proc/10342/stat : 10342 (bprolog) R 10340 10342 9106 0 -1 4194304 170468 0 0 0 45919 135 0 0 25 0 2 0 167649685 434425856 60726 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662607 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10342/statm: 106061 60726 180 90 0 105599 0
[pid=10342/tid=10344] ppid=10340 vsize=424244 CPUtime=0
/proc/10342/task/10344/stat : 10344 (bprolog) S 10340 10342 9106 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167653164 434425856 60726 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 460.54
Current children cumulated vsize (KiB) 424244

[startup+522.72 s]
/proc/loadavg: 2.02 2.06 1.87 3/74 10950
/proc/meminfo: memFree=1137880/2055920 swapFree=4184772/4192956
[pid=10342] ppid=10340 vsize=424244 CPUtime=520.52
/proc/10342/stat : 10342 (bprolog) R 10340 10342 9106 0 -1 4194304 170468 0 0 0 51917 135 0 0 25 0 2 0 167649685 434425856 60726 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555032 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10342/statm: 106061 60726 180 90 0 105599 0
[pid=10342/tid=10344] ppid=10340 vsize=424244 CPUtime=0
/proc/10342/task/10344/stat : 10344 (bprolog) S 10340 10342 9106 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167653164 434425856 60726 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 520.52
Current children cumulated vsize (KiB) 424244

[startup+582.733 s]
/proc/loadavg: 2.01 2.05 1.87 3/74 10950
/proc/meminfo: memFree=1137880/2055920 swapFree=4184772/4192956
[pid=10342] ppid=10340 vsize=424244 CPUtime=580.45
/proc/10342/stat : 10342 (bprolog) R 10340 10342 9106 0 -1 4194304 170468 0 0 0 57910 135 0 0 25 0 2 0 167649685 434425856 60726 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557319 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10342/statm: 106061 60726 180 90 0 105599 0
[pid=10342/tid=10344] ppid=10340 vsize=424244 CPUtime=0
/proc/10342/task/10344/stat : 10344 (bprolog) S 10340 10342 9106 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167653164 434425856 60726 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 580.45
Current children cumulated vsize (KiB) 424244

[startup+642.752 s]
/proc/loadavg: 2.00 2.04 1.88 3/74 10950
/proc/meminfo: memFree=1138008/2055920 swapFree=4184772/4192956
[pid=10342] ppid=10340 vsize=424244 CPUtime=640.42
/proc/10342/stat : 10342 (bprolog) R 10340 10342 9106 0 -1 4194304 170492 0 0 0 63907 135 0 0 25 0 2 0 167649685 434425856 60750 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662593 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10342/statm: 106061 60750 180 90 0 105599 0
[pid=10342/tid=10344] ppid=10340 vsize=424244 CPUtime=0
/proc/10342/task/10344/stat : 10344 (bprolog) S 10340 10342 9106 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167653164 434425856 60750 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 640.42
Current children cumulated vsize (KiB) 424244


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

[pid=10342/tid=10951] ppid=10340 vsize=434488 CPUtime=0
/proc/10342/task/10951/stat : 10951 (bprolog) S 10340 10342 9106 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 167743178 444915712 60763 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1180.14
Current children cumulated vsize (KiB) 434488

[startup+1243.02 s]
/proc/loadavg: 2.01 2.01 1.92 3/75 10951
/proc/meminfo: memFree=1137680/2055920 swapFree=4184772/4192956
[pid=10342] ppid=10340 vsize=434488 CPUtime=1240.11
/proc/10342/stat : 10342 (bprolog) R 10340 10342 9106 0 -1 4194304 170505 0 0 0 123875 136 0 0 25 0 3 0 167649685 444915712 60763 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663839 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10342/statm: 108622 60763 180 90 0 108160 0
[pid=10342/tid=10344] ppid=10340 vsize=434488 CPUtime=0
/proc/10342/task/10344/stat : 10344 (bprolog) S 10340 10342 9106 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 167653164 444915712 60763 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10342/tid=10951] ppid=10340 vsize=434488 CPUtime=0
/proc/10342/task/10951/stat : 10951 (bprolog) S 10340 10342 9106 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 167743178 444915712 60763 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1240.11
Current children cumulated vsize (KiB) 434488

[startup+1303.05 s]
/proc/loadavg: 2.00 2.01 1.92 3/75 10951
/proc/meminfo: memFree=1137744/2055920 swapFree=4184772/4192956
[pid=10342] ppid=10340 vsize=434488 CPUtime=1300.09
/proc/10342/stat : 10342 (bprolog) R 10340 10342 9106 0 -1 4194304 170505 0 0 0 129872 137 0 0 25 0 3 0 167649685 444915712 60763 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663833 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10342/statm: 108622 60763 180 90 0 108160 0
[pid=10342/tid=10344] ppid=10340 vsize=434488 CPUtime=0
/proc/10342/task/10344/stat : 10344 (bprolog) S 10340 10342 9106 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 167653164 444915712 60763 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10342/tid=10951] ppid=10340 vsize=434488 CPUtime=0
/proc/10342/task/10951/stat : 10951 (bprolog) S 10340 10342 9106 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 167743178 444915712 60763 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1300.09
Current children cumulated vsize (KiB) 434488

[startup+1363.08 s]
/proc/loadavg: 2.00 2.00 1.92 3/75 10951
/proc/meminfo: memFree=1137680/2055920 swapFree=4184772/4192956
[pid=10342] ppid=10340 vsize=434488 CPUtime=1360.05
/proc/10342/stat : 10342 (bprolog) R 10340 10342 9106 0 -1 4194304 170505 0 0 0 135868 137 0 0 25 0 3 0 167649685 444915712 60763 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664258 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10342/statm: 108622 60763 180 90 0 108160 0
[pid=10342/tid=10344] ppid=10340 vsize=434488 CPUtime=0
/proc/10342/task/10344/stat : 10344 (bprolog) S 10340 10342 9106 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 167653164 444915712 60763 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10342/tid=10951] ppid=10340 vsize=434488 CPUtime=0
/proc/10342/task/10951/stat : 10951 (bprolog) S 10340 10342 9106 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 167743178 444915712 60763 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1360.05
Current children cumulated vsize (KiB) 434488

[startup+1423.11 s]
/proc/loadavg: 2.00 2.00 1.92 3/76 10954
/proc/meminfo: memFree=1136456/2055920 swapFree=4184772/4192956
[pid=10342] ppid=10340 vsize=444732 CPUtime=1420.03
/proc/10342/stat : 10342 (bprolog) R 10340 10342 9106 0 -1 4194304 170788 0 0 0 141866 137 0 0 25 0 4 0 167649685 455405568 61046 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663854 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10342/statm: 111183 61046 180 90 0 110721 0
[pid=10342/tid=10344] ppid=10340 vsize=444732 CPUtime=0
/proc/10342/task/10344/stat : 10344 (bprolog) S 10340 10342 9106 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167653164 455405568 61046 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10342/tid=10951] ppid=10340 vsize=444732 CPUtime=0
/proc/10342/task/10951/stat : 10951 (bprolog) S 10340 10342 9106 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167743178 455405568 61046 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=10342/tid=10954] ppid=10340 vsize=444732 CPUtime=0
/proc/10342/task/10954/stat : 10954 (bprolog) S 10340 10342 9106 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 167788186 455405568 61046 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1420.03
Current children cumulated vsize (KiB) 444732

[startup+1483.14 s]
/proc/loadavg: 2.00 2.00 1.92 3/76 10954
/proc/meminfo: memFree=1136456/2055920 swapFree=4184772/4192956
[pid=10342] ppid=10340 vsize=444732 CPUtime=1480
/proc/10342/stat : 10342 (bprolog) R 10340 10342 9106 0 -1 4194304 170788 0 0 0 147863 137 0 0 25 0 4 0 167649685 455405568 61046 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134617925 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10342/statm: 111183 61046 180 90 0 110721 0
[pid=10342/tid=10344] ppid=10340 vsize=444732 CPUtime=0
/proc/10342/task/10344/stat : 10344 (bprolog) S 10340 10342 9106 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167653164 455405568 61046 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10342/tid=10951] ppid=10340 vsize=444732 CPUtime=0
/proc/10342/task/10951/stat : 10951 (bprolog) S 10340 10342 9106 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167743178 455405568 61046 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=10342/tid=10954] ppid=10340 vsize=444732 CPUtime=0
/proc/10342/task/10954/stat : 10954 (bprolog) S 10340 10342 9106 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 167788186 455405568 61046 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1480
Current children cumulated vsize (KiB) 444732

[startup+1543.17 s]
/proc/loadavg: 2.00 2.00 1.92 3/76 10954
/proc/meminfo: memFree=1136456/2055920 swapFree=4184772/4192956
[pid=10342] ppid=10340 vsize=444732 CPUtime=1539.97
/proc/10342/stat : 10342 (bprolog) R 10340 10342 9106 0 -1 4194304 170788 0 0 0 153860 137 0 0 25 0 4 0 167649685 455405568 61046 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134671416 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10342/statm: 111183 61046 180 90 0 110721 0
[pid=10342/tid=10344] ppid=10340 vsize=444732 CPUtime=0
/proc/10342/task/10344/stat : 10344 (bprolog) S 10340 10342 9106 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167653164 455405568 61046 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10342/tid=10951] ppid=10340 vsize=444732 CPUtime=0
/proc/10342/task/10951/stat : 10951 (bprolog) S 10340 10342 9106 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167743178 455405568 61046 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=10342/tid=10954] ppid=10340 vsize=444732 CPUtime=0
/proc/10342/task/10954/stat : 10954 (bprolog) S 10340 10342 9106 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 167788186 455405568 61046 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1539.97
Current children cumulated vsize (KiB) 444732

[startup+1603.2 s]
/proc/loadavg: 2.00 2.00 1.92 3/76 10954
/proc/meminfo: memFree=1136456/2055920 swapFree=4184772/4192956
[pid=10342] ppid=10340 vsize=444732 CPUtime=1599.95
/proc/10342/stat : 10342 (bprolog) R 10340 10342 9106 0 -1 4194304 170788 0 0 0 159858 137 0 0 25 0 4 0 167649685 455405568 61046 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664600 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10342/statm: 111183 61046 180 90 0 110721 0
[pid=10342/tid=10344] ppid=10340 vsize=444732 CPUtime=0
/proc/10342/task/10344/stat : 10344 (bprolog) S 10340 10342 9106 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167653164 455405568 61046 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10342/tid=10951] ppid=10340 vsize=444732 CPUtime=0
/proc/10342/task/10951/stat : 10951 (bprolog) S 10340 10342 9106 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167743178 455405568 61046 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=10342/tid=10954] ppid=10340 vsize=444732 CPUtime=0
/proc/10342/task/10954/stat : 10954 (bprolog) S 10340 10342 9106 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 167788186 455405568 61046 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1599.95
Current children cumulated vsize (KiB) 444732

[startup+1663.23 s]
/proc/loadavg: 2.00 2.00 1.92 3/76 10954
/proc/meminfo: memFree=1117896/2055920 swapFree=4184772/4192956
[pid=10342] ppid=10340 vsize=452544 CPUtime=1659.91
/proc/10342/stat : 10342 (bprolog) R 10340 10342 9106 0 -1 4194304 177419 0 0 0 165851 140 0 0 25 0 4 0 167649685 463405056 65723 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552043 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10342/statm: 113136 65723 180 90 0 112674 0
[pid=10342/tid=10344] ppid=10340 vsize=452544 CPUtime=0
/proc/10342/task/10344/stat : 10344 (bprolog) S 10340 10342 9106 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167653164 463405056 65723 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10342/tid=10951] ppid=10340 vsize=452544 CPUtime=0
/proc/10342/task/10951/stat : 10951 (bprolog) S 10340 10342 9106 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167743178 463405056 65723 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=10342/tid=10954] ppid=10340 vsize=452544 CPUtime=0
/proc/10342/task/10954/stat : 10954 (bprolog) S 10340 10342 9106 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167788186 463405056 65723 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1659.91
Current children cumulated vsize (KiB) 452544

[startup+1723.27 s]
/proc/loadavg: 2.00 2.00 1.92 3/76 10954
/proc/meminfo: memFree=1117896/2055920 swapFree=4184772/4192956
[pid=10342] ppid=10340 vsize=452544 CPUtime=1719.9
/proc/10342/stat : 10342 (bprolog) R 10340 10342 9106 0 -1 4194304 177419 0 0 0 171850 140 0 0 25 0 4 0 167649685 463405056 65723 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663839 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10342/statm: 113136 65723 180 90 0 112674 0
[pid=10342/tid=10344] ppid=10340 vsize=452544 CPUtime=0
/proc/10342/task/10344/stat : 10344 (bprolog) S 10340 10342 9106 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167653164 463405056 65723 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10342/tid=10951] ppid=10340 vsize=452544 CPUtime=0
/proc/10342/task/10951/stat : 10951 (bprolog) S 10340 10342 9106 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167743178 463405056 65723 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=10342/tid=10954] ppid=10340 vsize=452544 CPUtime=0
/proc/10342/task/10954/stat : 10954 (bprolog) S 10340 10342 9106 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167788186 463405056 65723 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1719.9
Current children cumulated vsize (KiB) 452544

[startup+1783.31 s]
/proc/loadavg: 2.08 2.02 1.93 3/76 10954
/proc/meminfo: memFree=1117832/2055920 swapFree=4184772/4192956
[pid=10342] ppid=10340 vsize=452544 CPUtime=1779.89
/proc/10342/stat : 10342 (bprolog) R 10340 10342 9106 0 -1 4194304 177419 0 0 0 177849 140 0 0 25 0 4 0 167649685 463405056 65723 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557373 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10342/statm: 113136 65723 180 90 0 112674 0
[pid=10342/tid=10344] ppid=10340 vsize=452544 CPUtime=0
/proc/10342/task/10344/stat : 10344 (bprolog) S 10340 10342 9106 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167653164 463405056 65723 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10342/tid=10951] ppid=10340 vsize=452544 CPUtime=0
/proc/10342/task/10951/stat : 10951 (bprolog) S 10340 10342 9106 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167743178 463405056 65723 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=10342/tid=10954] ppid=10340 vsize=452544 CPUtime=0
/proc/10342/task/10954/stat : 10954 (bprolog) S 10340 10342 9106 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167788186 463405056 65723 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1779.89
Current children cumulated vsize (KiB) 452544



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.53 s]
/proc/loadavg: 2.12 2.03 1.93 3/76 10954
/proc/meminfo: memFree=1117832/2055920 swapFree=4184772/4192956
[pid=10342] ppid=10340 vsize=452544 CPUtime=1800.08
/proc/10342/stat : 10342 (bprolog) R 10340 10342 9106 0 -1 4194304 177419 0 0 0 179868 140 0 0 25 0 4 0 167649685 463405056 65723 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554419 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10342/statm: 113136 65723 180 90 0 112674 0
[pid=10342/tid=10344] ppid=10340 vsize=452544 CPUtime=0
/proc/10342/task/10344/stat : 10344 (bprolog) S 10340 10342 9106 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167653164 463405056 65723 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10342/tid=10951] ppid=10340 vsize=452544 CPUtime=0
/proc/10342/task/10951/stat : 10951 (bprolog) S 10340 10342 9106 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167743178 463405056 65723 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=10342/tid=10954] ppid=10340 vsize=452544 CPUtime=0
/proc/10342/task/10954/stat : 10954 (bprolog) S 10340 10342 9106 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167788186 463405056 65723 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 452544

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1803.58
CPU time (s): 1800.14
CPU user time (s): 1798.69
CPU system time (s): 1.44878
CPU usage (%): 99.8092
Max. virtual memory (cumulated for all children) (KiB): 554628

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

runsolver used 1.78173 s user time and 4.91025 s system time

The end

Launcher Data (download as text)

Begin job on node56 on Sun Jan  7 17:54:33 UTC 2007


IDJOB= 209376
IDBENCH= 4513
FILE ID= node56/209376-1168192472

PBS_JOBID= 3479302

Free space on /tmp= 66544 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp26-30/fapp30/fapp30-3000-5.xml
COMMAND LINE= /tmp/evaluation/209376-1168192472/Complete/Ordinary/solver /tmp/evaluation/209376-1168192472/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node56/convwatcher-209376-1168192472 -o ROOT/results/node56/conversion-209376-1168192472 -C 600 -M 900 /tmp/evaluation/209376-1168192472/Complete/Ordinary/conversion /tmp/evaluation/209376-1168192472/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node56/watcher-209376-1168192472 -o ROOT/results/node56/solver-209376-1168192472 -C 1800 -M 900  /tmp/evaluation/209376-1168192472/Complete/Ordinary/solver /tmp/evaluation/209376-1168192472/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  b6939ae5cbb1eed8c713497f61f84abc

RANDOM SEED= 668526424

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.232
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.232
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:        830472 kB
Buffers:         43360 kB
Cached:         396808 kB
SwapCached:       2104 kB
Active:         819448 kB
Inactive:       334572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        830472 kB
SwapTotal:     4192956 kB
SwapFree:      4184772 kB
Dirty:           10616 kB
Writeback:           0 kB
Mapped:         729812 kB
Slab:            55316 kB
Committed_AS:  3978744 kB
PageTables:       3332 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= 66530 MiB



End job on node56 on Sun Jan  7 18:25:19 UTC 2007