Trace number 209440

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.06 1808.67

General information on the benchmark

Namefapp/fapp26-30/fapp30/
fapp30-3000-6.xml
MD5SUMc22cc79272e86dbdb0ad970e22046a66
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.1615
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/209440-1168192749/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/node26/watcher-209440-1168192749 -o ROOT/results/node26/solver-209440-1168192749 -C 1800 -M 900 /tmp/evaluation/209440-1168192749/Complete/Ordinary/solver /tmp/evaluation/209440-1168192749/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.03 2.09 2.23 3/94 25626
/proc/meminfo: memFree=1142368/2055920 swapFree=4192812/4192956
[pid=25625] ppid=25623 vsize=5352 CPUtime=0
/proc/25625/stat : 25625 (sh) R 25623 25625 25489 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 167673422 5480448 169 18446744073709551615 4194304 4889804 548682069344 18446744073709551615 4367728 0 0 4100 0 0 0 0 17 1 0 0
/proc/25625/statm: 1338 169 140 169 0 49 0

[startup+0.102963 s]
/proc/loadavg: 2.03 2.09 2.23 3/94 25626
/proc/meminfo: memFree=1142368/2055920 swapFree=4192812/4192956
[pid=25625] ppid=25623 vsize=61640 CPUtime=0.09
/proc/25625/stat : 25625 (bprolog) R 25623 25625 25489 0 -1 4194304 1975 0 0 0 8 1 0 0 20 0 1 0 167673422 63119360 1691 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550514 0 0 4096 2 0 0 0 17 1 0 0
/proc/25625/statm: 15410 1691 157 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.511006 s]
/proc/loadavg: 2.03 2.09 2.23 3/94 25626
/proc/meminfo: memFree=1142368/2055920 swapFree=4192812/4192956
[pid=25625] ppid=25623 vsize=61640 CPUtime=0.49
/proc/25625/stat : 25625 (bprolog) R 25623 25625 25489 0 -1 4194304 8317 0 0 0 44 5 0 0 24 0 1 0 167673422 63119360 8033 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550507 0 0 4096 2 0 0 0 17 1 0 0
/proc/25625/statm: 15410 8033 157 90 0 14948 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 61640

[startup+1.33408 s]
/proc/loadavg: 2.03 2.09 2.23 3/94 25626
/proc/meminfo: memFree=1079200/2055920 swapFree=4192812/4192956
[pid=25625] ppid=25623 vsize=81440 CPUtime=1.32
/proc/25625/stat : 25625 (bprolog) R 25623 25625 25489 0 -1 4194304 16909 0 0 0 121 11 0 0 25 0 1 0 167673422 83394560 16036 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/25625/statm: 20360 16036 157 90 0 19898 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 81440

[startup+2.98724 s]
/proc/loadavg: 2.03 2.09 2.23 3/94 25626
/proc/meminfo: memFree=1044832/2055920 swapFree=4192812/4192956
[pid=25625] ppid=25623 vsize=142944 CPUtime=2.96
/proc/25625/stat : 25625 (bprolog) R 25623 25625 25489 0 -1 4194304 34395 0 0 0 275 21 0 0 25 0 1 0 167673422 146374656 17828 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/25625/statm: 35736 17828 157 90 0 35274 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 142944

[startup+6.27054 s]
/proc/loadavg: 2.03 2.09 2.23 3/94 25626
/proc/meminfo: memFree=1036256/2055920 swapFree=4192812/4192956
[pid=25625] ppid=25623 vsize=142940 CPUtime=6.23
/proc/25625/stat : 25625 (bprolog) R 25623 25625 25489 0 -1 4194304 42457 0 0 0 597 26 0 0 25 0 1 0 167673422 146370560 25889 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662563 0 0 4096 2 0 0 0 17 1 0 0
/proc/25625/statm: 35735 25889 176 90 0 35273 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 142940

[startup+12.7432 s]
/proc/loadavg: 2.03 2.09 2.22 3/94 25626
/proc/meminfo: memFree=1018976/2055920 swapFree=4192812/4192956
[pid=25625] ppid=25623 vsize=149644 CPUtime=12.67
/proc/25625/stat : 25625 (bprolog) R 25623 25625 25489 0 -1 4194304 63988 0 0 0 1227 40 0 0 25 0 1 0 167673422 153235456 29685 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858988 0 0 4096 2 0 0 0 17 1 0 0
/proc/25625/statm: 37411 29685 176 90 0 36949 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 149644

[startup+25.5633 s]
/proc/loadavg: 2.02 2.08 2.22 3/94 25626
/proc/meminfo: memFree=919328/2055920 swapFree=4192812/4192956
[pid=25625] ppid=25623 vsize=268872 CPUtime=25.42
/proc/25625/stat : 25625 (bprolog) R 25623 25625 25489 0 -1 4194304 122037 0 0 0 2468 74 0 0 25 0 1 0 167673422 275324928 54103 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 0 0 0 17 1 0 0
/proc/25625/statm: 67218 54103 176 90 0 66756 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 268872

[startup+51.2257 s]
/proc/loadavg: 2.01 2.08 2.21 3/95 25627
/proc/meminfo: memFree=884120/2055920 swapFree=4192812/4192956
[pid=25625] ppid=25623 vsize=283620 CPUtime=50.96
/proc/25625/stat : 25625 (bprolog) R 25623 25625 25489 0 -1 4194304 136184 0 0 0 5015 81 0 0 25 0 2 0 167673422 290426880 61599 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663850 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25625/statm: 70905 61599 180 90 0 70443 0
[pid=25625/tid=25627] ppid=25623 vsize=283620 CPUtime=0
/proc/25625/task/25627/stat : 25627 (bprolog) S 25623 25625 25489 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167676869 290426880 61599 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 283620

[startup+102.462 s]
/proc/loadavg: 2.00 2.06 2.20 3/101 25745
/proc/meminfo: memFree=871768/2055920 swapFree=4192812/4192956
[pid=25625] ppid=25623 vsize=283620 CPUtime=101.84
/proc/25625/stat : 25625 (bprolog) R 25623 25625 25489 0 -1 4194304 136184 0 0 0 10103 81 0 0 25 0 2 0 167673422 290426880 61599 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552065 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25625/statm: 70905 61599 180 90 0 70443 0
[pid=25625/tid=25627] ppid=25623 vsize=283620 CPUtime=0
/proc/25625/task/25627/stat : 25627 (bprolog) S 25623 25625 25489 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167676869 290426880 61599 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 283620

[startup+162.532 s]
/proc/loadavg: 2.00 2.05 2.18 3/101 25805
/proc/meminfo: memFree=860008/2055920 swapFree=4192812/4192956
[pid=25625] ppid=25623 vsize=283620 CPUtime=161.54
/proc/25625/stat : 25625 (bprolog) R 25623 25625 25489 0 -1 4194304 136184 0 0 0 16073 81 0 0 25 0 2 0 167673422 290426880 61599 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620063 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25625/statm: 70905 61599 180 90 0 70443 0
[pid=25625/tid=25627] ppid=25623 vsize=283620 CPUtime=0
/proc/25625/task/25627/stat : 25627 (bprolog) S 25623 25625 25489 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167676869 290426880 61599 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.54
Current children cumulated vsize (KiB) 283620

[startup+222.581 s]
/proc/loadavg: 2.10 2.07 2.18 3/95 25825
/proc/meminfo: memFree=844376/2055920 swapFree=4192812/4192956
[pid=25625] ppid=25623 vsize=283620 CPUtime=221.28
/proc/25625/stat : 25625 (bprolog) R 25623 25625 25489 0 -1 4194304 136184 0 0 0 22046 82 0 0 25 0 2 0 167673422 290426880 61599 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663810 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25625/statm: 70905 61599 180 90 0 70443 0
[pid=25625/tid=25627] ppid=25623 vsize=283620 CPUtime=0
/proc/25625/task/25627/stat : 25627 (bprolog) S 25623 25625 25489 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167676869 290426880 61599 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.28
Current children cumulated vsize (KiB) 283620

[startup+282.612 s]
/proc/loadavg: 2.03 2.05 2.17 3/95 25825
/proc/meminfo: memFree=830616/2055920 swapFree=4192812/4192956
[pid=25625] ppid=25623 vsize=283620 CPUtime=281.03
/proc/25625/stat : 25625 (bprolog) R 25623 25625 25489 0 -1 4194304 136184 0 0 0 28021 82 0 0 25 0 2 0 167673422 290426880 61599 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662593 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25625/statm: 70905 61599 180 90 0 70443 0
[pid=25625/tid=25627] ppid=25623 vsize=283620 CPUtime=0
/proc/25625/task/25627/stat : 25627 (bprolog) S 25623 25625 25489 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167676869 290426880 61599 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.03
Current children cumulated vsize (KiB) 283620

[startup+342.634 s]
/proc/loadavg: 2.08 2.06 2.16 3/95 25825
/proc/meminfo: memFree=816344/2055920 swapFree=4192812/4192956
[pid=25625] ppid=25623 vsize=283620 CPUtime=340.77
/proc/25625/stat : 25625 (bprolog) R 25623 25625 25489 0 -1 4194304 136184 0 0 0 33995 82 0 0 25 0 2 0 167673422 290426880 61599 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620076 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25625/statm: 70905 61599 180 90 0 70443 0
[pid=25625/tid=25627] ppid=25623 vsize=283620 CPUtime=0
/proc/25625/task/25627/stat : 25627 (bprolog) S 25623 25625 25489 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167676869 290426880 61599 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 340.77
Current children cumulated vsize (KiB) 283620

[startup+402.665 s]
/proc/loadavg: 2.03 2.05 2.15 3/95 25825
/proc/meminfo: memFree=796184/2055920 swapFree=4192812/4192956
[pid=25625] ppid=25623 vsize=283620 CPUtime=400.53
/proc/25625/stat : 25625 (bprolog) R 25623 25625 25489 0 -1 4194304 136184 0 0 0 39970 83 0 0 25 0 2 0 167673422 290426880 61599 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554110 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25625/statm: 70905 61599 180 90 0 70443 0
[pid=25625/tid=25627] ppid=25623 vsize=283620 CPUtime=0
/proc/25625/task/25627/stat : 25627 (bprolog) S 25623 25625 25489 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167676869 290426880 61599 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.53
Current children cumulated vsize (KiB) 283620

[startup+462.708 s]
/proc/loadavg: 2.01 2.03 2.14 3/95 25825
/proc/meminfo: memFree=788504/2055920 swapFree=4192812/4192956
[pid=25625] ppid=25623 vsize=283620 CPUtime=460.29
/proc/25625/stat : 25625 (bprolog) R 25623 25625 25489 0 -1 4194304 136184 0 0 0 45946 83 0 0 25 0 2 0 167673422 290426880 61599 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552074 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25625/statm: 70905 61599 180 90 0 70443 0
[pid=25625/tid=25627] ppid=25623 vsize=283620 CPUtime=0
/proc/25625/task/25627/stat : 25627 (bprolog) S 25623 25625 25489 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167676869 290426880 61599 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 460.29
Current children cumulated vsize (KiB) 283620

[startup+522.761 s]
/proc/loadavg: 2.00 2.03 2.12 3/95 25825
/proc/meminfo: memFree=780440/2055920 swapFree=4192812/4192956
[pid=25625] ppid=25623 vsize=283620 CPUtime=520.06
/proc/25625/stat : 25625 (bprolog) R 25623 25625 25489 0 -1 4194304 136184 0 0 0 51923 83 0 0 25 0 2 0 167673422 290426880 61599 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554260 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25625/statm: 70905 61599 180 90 0 70443 0
[pid=25625/tid=25627] ppid=25623 vsize=283620 CPUtime=0
/proc/25625/task/25627/stat : 25627 (bprolog) S 25623 25625 25489 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167676869 290426880 61599 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 520.06
Current children cumulated vsize (KiB) 283620

[startup+582.804 s]
/proc/loadavg: 2.00 2.02 2.11 3/95 25825
/proc/meminfo: memFree=768536/2055920 swapFree=4192812/4192956
[pid=25625] ppid=25623 vsize=283620 CPUtime=579.82
/proc/25625/stat : 25625 (bprolog) R 25623 25625 25489 0 -1 4194304 136184 0 0 0 57898 84 0 0 25 0 2 0 167673422 290426880 61599 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662547 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25625/statm: 70905 61599 180 90 0 70443 0
[pid=25625/tid=25627] ppid=25623 vsize=283620 CPUtime=0
/proc/25625/task/25627/stat : 25627 (bprolog) S 25623 25625 25489 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167676869 290426880 61599 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 579.82
Current children cumulated vsize (KiB) 283620

[startup+642.853 s]
/proc/loadavg: 2.00 2.01 2.10 3/95 25825
/proc/meminfo: memFree=761432/2055920 swapFree=4192812/4192956
[pid=25625] ppid=25623 vsize=283620 CPUtime=639.59
/proc/25625/stat : 25625 (bprolog) R 25623 25625 25489 0 -1 4194304 136184 0 0 0 63875 84 0 0 25 0 2 0 167673422 290426880 61599 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620063 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25625/statm: 70905 61599 180 90 0 70443 0
[pid=25625/tid=25627] ppid=25623 vsize=283620 CPUtime=0
/proc/25625/task/25627/stat : 25627 (bprolog) S 25623 25625 25489 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167676869 290426880 61599 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 639.59
Current children cumulated vsize (KiB) 283620


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

[pid=25625/tid=25826] ppid=25623 vsize=293864 CPUtime=0
/proc/25625/task/25826/stat : 25826 (bprolog) S 25623 25625 25489 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 167766886 300916736 61600 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1178.1
Current children cumulated vsize (KiB) 293864

[startup+1243.48 s]
/proc/loadavg: 2.06 2.05 2.06 3/96 25958
/proc/meminfo: memFree=869256/2055920 swapFree=4192812/4192956
[pid=25625] ppid=25623 vsize=293864 CPUtime=1237.83
/proc/25625/stat : 25625 (bprolog) R 25623 25625 25489 0 -1 4194304 136185 0 0 0 123692 91 0 0 25 0 3 0 167673422 300916736 61600 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663839 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25625/statm: 73466 61600 180 90 0 73004 0
[pid=25625/tid=25627] ppid=25623 vsize=293864 CPUtime=0
/proc/25625/task/25627/stat : 25627 (bprolog) S 25623 25625 25489 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 167676869 300916736 61600 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25625/tid=25826] ppid=25623 vsize=293864 CPUtime=0
/proc/25625/task/25826/stat : 25826 (bprolog) S 25623 25625 25489 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 167766886 300916736 61600 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1237.83
Current children cumulated vsize (KiB) 293864

[startup+1303.51 s]
/proc/loadavg: 2.02 2.04 2.06 3/96 25958
/proc/meminfo: memFree=799368/2055920 swapFree=4192812/4192956
[pid=25625] ppid=25623 vsize=293864 CPUtime=1297.57
/proc/25625/stat : 25625 (bprolog) R 25623 25625 25489 0 -1 4194304 136185 0 0 0 129666 91 0 0 25 0 3 0 167673422 300916736 61600 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557361 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25625/statm: 73466 61600 180 90 0 73004 0
[pid=25625/tid=25627] ppid=25623 vsize=293864 CPUtime=0
/proc/25625/task/25627/stat : 25627 (bprolog) S 25623 25625 25489 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 167676869 300916736 61600 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25625/tid=25826] ppid=25623 vsize=293864 CPUtime=0
/proc/25625/task/25826/stat : 25826 (bprolog) S 25623 25625 25489 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 167766886 300916736 61600 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1297.57
Current children cumulated vsize (KiB) 293864

[startup+1363.55 s]
/proc/loadavg: 2.04 2.04 2.06 3/96 25958
/proc/meminfo: memFree=755016/2055920 swapFree=4192812/4192956
[pid=25625] ppid=25623 vsize=293864 CPUtime=1357.31
/proc/25625/stat : 25625 (bprolog) R 25623 25625 25489 0 -1 4194304 136185 0 0 0 135640 91 0 0 25 0 3 0 167673422 300916736 61600 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663808 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25625/statm: 73466 61600 180 90 0 73004 0
[pid=25625/tid=25627] ppid=25623 vsize=293864 CPUtime=0
/proc/25625/task/25627/stat : 25627 (bprolog) S 25623 25625 25489 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 167676869 300916736 61600 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25625/tid=25826] ppid=25623 vsize=293864 CPUtime=0
/proc/25625/task/25826/stat : 25826 (bprolog) S 25623 25625 25489 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 167766886 300916736 61600 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1357.31
Current children cumulated vsize (KiB) 293864

[startup+1423.6 s]
/proc/loadavg: 2.01 2.03 2.05 3/97 25959
/proc/meminfo: memFree=724480/2055920 swapFree=4192812/4192956
[pid=25625] ppid=25623 vsize=304108 CPUtime=1417.04
/proc/25625/stat : 25625 (bprolog) R 25623 25625 25489 0 -1 4194304 136364 0 0 0 141613 91 0 0 25 0 4 0 167673422 311406592 61779 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134751316 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25625/statm: 76027 61779 180 90 0 75565 0
[pid=25625/tid=25627] ppid=25623 vsize=304108 CPUtime=0
/proc/25625/task/25627/stat : 25627 (bprolog) S 25623 25625 25489 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167676869 311406592 61779 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25625/tid=25826] ppid=25623 vsize=304108 CPUtime=0
/proc/25625/task/25826/stat : 25826 (bprolog) S 25623 25625 25489 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167766886 311406592 61779 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25625/tid=25959] ppid=25623 vsize=304108 CPUtime=0
/proc/25625/task/25959/stat : 25959 (bprolog) S 25623 25625 25489 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 167811897 311406592 61779 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1417.04
Current children cumulated vsize (KiB) 304108

[startup+1483.66 s]
/proc/loadavg: 2.06 2.04 2.05 3/97 25959
/proc/meminfo: memFree=678528/2055920 swapFree=4192812/4192956
[pid=25625] ppid=25623 vsize=304108 CPUtime=1476.79
/proc/25625/stat : 25625 (bprolog) R 25623 25625 25489 0 -1 4194304 136364 0 0 0 147588 91 0 0 25 0 4 0 167673422 311406592 61779 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134566775 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25625/statm: 76027 61779 180 90 0 75565 0
[pid=25625/tid=25627] ppid=25623 vsize=304108 CPUtime=0
/proc/25625/task/25627/stat : 25627 (bprolog) S 25623 25625 25489 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167676869 311406592 61779 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25625/tid=25826] ppid=25623 vsize=304108 CPUtime=0
/proc/25625/task/25826/stat : 25826 (bprolog) S 25623 25625 25489 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167766886 311406592 61779 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25625/tid=25959] ppid=25623 vsize=304108 CPUtime=0
/proc/25625/task/25959/stat : 25959 (bprolog) S 25623 25625 25489 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 167811897 311406592 61779 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1476.79
Current children cumulated vsize (KiB) 304108

[startup+1543.73 s]
/proc/loadavg: 2.02 2.03 2.05 3/97 25959
/proc/meminfo: memFree=637248/2055920 swapFree=4192812/4192956
[pid=25625] ppid=25623 vsize=304108 CPUtime=1536.57
/proc/25625/stat : 25625 (bprolog) R 25623 25625 25489 0 -1 4194304 136364 0 0 0 153565 92 0 0 25 0 4 0 167673422 311406592 61779 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664012 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25625/statm: 76027 61779 180 90 0 75565 0
[pid=25625/tid=25627] ppid=25623 vsize=304108 CPUtime=0
/proc/25625/task/25627/stat : 25627 (bprolog) S 25623 25625 25489 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167676869 311406592 61779 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25625/tid=25826] ppid=25623 vsize=304108 CPUtime=0
/proc/25625/task/25826/stat : 25826 (bprolog) S 25623 25625 25489 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167766886 311406592 61779 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25625/tid=25959] ppid=25623 vsize=304108 CPUtime=0
/proc/25625/task/25959/stat : 25959 (bprolog) S 25623 25625 25489 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 167811897 311406592 61779 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1536.57
Current children cumulated vsize (KiB) 304108

[startup+1603.79 s]
/proc/loadavg: 2.00 2.02 2.04 3/97 25959
/proc/meminfo: memFree=600704/2055920 swapFree=4192812/4192956
[pid=25625] ppid=25623 vsize=304108 CPUtime=1596.29
/proc/25625/stat : 25625 (bprolog) R 25623 25625 25489 0 -1 4194304 136364 0 0 0 159537 92 0 0 25 0 4 0 167673422 311406592 61779 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669033 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25625/statm: 76027 61779 180 90 0 75565 0
[pid=25625/tid=25627] ppid=25623 vsize=304108 CPUtime=0
/proc/25625/task/25627/stat : 25627 (bprolog) S 25623 25625 25489 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167676869 311406592 61779 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25625/tid=25826] ppid=25623 vsize=304108 CPUtime=0
/proc/25625/task/25826/stat : 25826 (bprolog) S 25623 25625 25489 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167766886 311406592 61779 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25625/tid=25959] ppid=25623 vsize=304108 CPUtime=0
/proc/25625/task/25959/stat : 25959 (bprolog) S 25623 25625 25489 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 167811897 311406592 61779 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1596.29
Current children cumulated vsize (KiB) 304108

[startup+1663.87 s]
/proc/loadavg: 2.00 2.02 2.03 4/97 25959
/proc/meminfo: memFree=562624/2055920 swapFree=4192812/4192956
[pid=25625] ppid=25623 vsize=304108 CPUtime=1656.05
/proc/25625/stat : 25625 (bprolog) R 25623 25625 25489 0 -1 4194304 136404 0 0 0 165513 92 0 0 25 0 4 0 167673422 311406592 61819 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662559 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25625/statm: 76027 61819 180 90 0 75565 0
[pid=25625/tid=25627] ppid=25623 vsize=304108 CPUtime=0
/proc/25625/task/25627/stat : 25627 (bprolog) S 25623 25625 25489 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167676869 311406592 61819 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25625/tid=25826] ppid=25623 vsize=304108 CPUtime=0
/proc/25625/task/25826/stat : 25826 (bprolog) S 25623 25625 25489 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167766886 311406592 61819 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25625/tid=25959] ppid=25623 vsize=304108 CPUtime=0
/proc/25625/task/25959/stat : 25959 (bprolog) S 25623 25625 25489 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167811897 311406592 61819 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1656.05
Current children cumulated vsize (KiB) 304108

[startup+1723.93 s]
/proc/loadavg: 2.00 2.01 2.03 3/97 25959
/proc/meminfo: memFree=548992/2055920 swapFree=4192812/4192956
[pid=25625] ppid=25623 vsize=304108 CPUtime=1715.79
/proc/25625/stat : 25625 (bprolog) R 25623 25625 25489 0 -1 4194304 136404 0 0 0 171487 92 0 0 25 0 4 0 167673422 311406592 61819 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664012 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25625/statm: 76027 61819 180 90 0 75565 0
[pid=25625/tid=25627] ppid=25623 vsize=304108 CPUtime=0
/proc/25625/task/25627/stat : 25627 (bprolog) S 25623 25625 25489 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167676869 311406592 61819 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25625/tid=25826] ppid=25623 vsize=304108 CPUtime=0
/proc/25625/task/25826/stat : 25826 (bprolog) S 25623 25625 25489 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167766886 311406592 61819 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25625/tid=25959] ppid=25623 vsize=304108 CPUtime=0
/proc/25625/task/25959/stat : 25959 (bprolog) S 25623 25625 25489 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167811897 311406592 61819 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1715.79
Current children cumulated vsize (KiB) 304108

[startup+1783.99 s]
/proc/loadavg: 2.00 2.00 2.02 3/97 25959
/proc/meminfo: memFree=523840/2055920 swapFree=4192812/4192956
[pid=25625] ppid=25623 vsize=304108 CPUtime=1775.51
/proc/25625/stat : 25625 (bprolog) R 25623 25625 25489 0 -1 4194304 136404 0 0 0 177459 92 0 0 25 0 4 0 167673422 311406592 61819 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134568417 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25625/statm: 76027 61819 180 90 0 75565 0
[pid=25625/tid=25627] ppid=25623 vsize=304108 CPUtime=0
/proc/25625/task/25627/stat : 25627 (bprolog) S 25623 25625 25489 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167676869 311406592 61819 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25625/tid=25826] ppid=25623 vsize=304108 CPUtime=0
/proc/25625/task/25826/stat : 25826 (bprolog) S 25623 25625 25489 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167766886 311406592 61819 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25625/tid=25959] ppid=25623 vsize=304108 CPUtime=0
/proc/25625/task/25959/stat : 25959 (bprolog) S 25623 25625 25489 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167811897 311406592 61819 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1775.51
Current children cumulated vsize (KiB) 304108



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.62 s]
/proc/loadavg: 2.00 2.00 2.02 3/89 26219
/proc/meminfo: memFree=1189944/2055920 swapFree=4192812/4192956
[pid=25625] ppid=25623 vsize=304108 CPUtime=1800.01
/proc/25625/stat : 25625 (bprolog) R 25623 25625 25489 0 -1 4194304 136404 0 0 0 179906 95 0 0 25 0 4 0 167673422 311406592 61819 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134568424 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25625/statm: 76027 61819 180 90 0 75565 0
[pid=25625/tid=25627] ppid=25623 vsize=304108 CPUtime=0
/proc/25625/task/25627/stat : 25627 (bprolog) S 25623 25625 25489 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167676869 311406592 61819 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25625/tid=25826] ppid=25623 vsize=304108 CPUtime=0
/proc/25625/task/25826/stat : 25826 (bprolog) S 25623 25625 25489 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167766886 311406592 61819 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25625/tid=25959] ppid=25623 vsize=304108 CPUtime=0
/proc/25625/task/25959/stat : 25959 (bprolog) S 25623 25625 25489 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167811897 311406592 61819 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) 304108

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1808.67
CPU time (s): 1800.06
CPU user time (s): 1799.07
CPU system time (s): 0.993848
CPU usage (%): 99.5239
Max. virtual memory (cumulated for all children) (KiB): 304108

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

runsolver used 2.02469 s user time and 5.77512 s system time

The end

Launcher Data (download as text)

Begin job on node26 on Sun Jan  7 17:59:09 UTC 2007


IDJOB= 209440
IDBENCH= 4517
FILE ID= node26/209440-1168192749

PBS_JOBID= 3479382

Free space on /tmp= 66528 MiB

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

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node26/watcher-209440-1168192749 -o ROOT/results/node26/solver-209440-1168192749 -C 1800 -M 900  /tmp/evaluation/209440-1168192749/Complete/Ordinary/solver /tmp/evaluation/209440-1168192749/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  c22cc79272e86dbdb0ad970e22046a66

RANDOM SEED= 61455763

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.236
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.236
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:       1142848 kB
Buffers:         52580 kB
Cached:         373848 kB
SwapCached:          0 kB
Active:         530512 kB
Inactive:       319464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1142848 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10588 kB
Writeback:           0 kB
Mapped:         451300 kB
Slab:            47092 kB
Committed_AS:  4009700 kB
PageTables:       3068 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= 66519 MiB



End job on node26 on Sun Jan  7 18:30:00 UTC 2007