Trace number 202230

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.11 1808.72

General information on the benchmark

Namefapp/fapp21-25/fapp24/
fapp24-2000-10.xml
MD5SUM3d29592ccda6f316a3f5a0f1f3824f71
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark11.7562
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables2000
Number of constraints26753
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension26753
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/202230-1168150943/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/node1/watcher-202230-1168150943 -o ROOT/results/node1/solver-202230-1168150943 -C 1800 -M 900 /tmp/evaluation/202230-1168150943/Complete/Ordinary/solver /tmp/evaluation/202230-1168150943/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.04 2.05 2.01 4/94 14239
/proc/meminfo: memFree=1186888/2055920 swapFree=4165612/4192956
[pid=14238] ppid=14236 vsize=5352 CPUtime=0
/proc/14238/stat : 14238 (sh) R 14236 14238 13772 0 -1 4194304 266 0 0 0 0 0 0 0 20 0 1 0 163491770 5480448 233 18446744073709551615 4194304 4889804 548682069344 18446744073709551615 4551446 0 0 4100 65536 0 0 0 17 1 0 0
/proc/14238/statm: 1338 233 196 169 0 49 0

[startup+0.110479 s]
/proc/loadavg: 2.04 2.05 2.01 4/94 14239
/proc/meminfo: memFree=1186888/2055920 swapFree=4165612/4192956
[pid=14238] ppid=14236 vsize=53824 CPUtime=0.1
/proc/14238/stat : 14238 (bprolog) R 14236 14238 13772 0 -1 4194304 2244 0 0 0 9 1 0 0 20 0 1 0 163491770 55115776 1960 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134568490 0 0 4096 2 0 0 0 17 1 0 0
/proc/14238/statm: 13456 1960 157 90 0 12994 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 53824

[startup+0.522536 s]
/proc/loadavg: 2.04 2.05 2.01 4/94 14239
/proc/meminfo: memFree=1186888/2055920 swapFree=4165612/4192956
[pid=14238] ppid=14236 vsize=68724 CPUtime=0.5
/proc/14238/stat : 14238 (bprolog) R 14236 14238 13772 0 -1 4194304 8698 0 0 0 46 4 0 0 24 0 1 0 163491770 70373376 8412 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134857292 0 0 4096 2 0 0 0 17 1 0 0
/proc/14238/statm: 17181 8412 157 90 0 16719 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 68724

[startup+1.35162 s]
/proc/loadavg: 2.04 2.05 2.01 3/94 14239
/proc/meminfo: memFree=1139144/2055920 swapFree=4165612/4192956
[pid=14238] ppid=14236 vsize=68724 CPUtime=1.33
/proc/14238/stat : 14238 (bprolog) R 14236 14238 13772 0 -1 4194304 12368 0 0 0 127 6 0 0 25 0 1 0 163491770 70373376 12082 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557550 0 0 4096 2 0 0 0 17 1 0 0
/proc/14238/statm: 17181 12082 157 90 0 16719 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 68724

[startup+2.99481 s]
/proc/loadavg: 2.03 2.05 2.01 3/94 14239
/proc/meminfo: memFree=1134664/2055920 swapFree=4165612/4192956
[pid=14238] ppid=14236 vsize=68720 CPUtime=2.96
/proc/14238/stat : 14238 (bprolog) R 14236 14238 13772 0 -1 4194304 12432 0 0 0 290 6 0 0 25 0 1 0 163491770 70369280 12145 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134755980 0 0 4096 2 0 0 0 17 1 0 0
/proc/14238/statm: 17180 12145 176 90 0 16718 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 68720

[startup+6.27421 s]
/proc/loadavg: 2.03 2.05 2.01 3/94 14239
/proc/meminfo: memFree=1125448/2055920 swapFree=4165612/4192956
[pid=14238] ppid=14236 vsize=72012 CPUtime=6.23
/proc/14238/stat : 14238 (bprolog) R 14236 14238 13772 0 -1 4194304 21446 0 0 0 612 11 0 0 25 0 1 0 163491770 73740288 13039 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134855648 0 0 4096 2 0 0 0 17 1 0 0
/proc/14238/statm: 18003 13039 176 90 0 17541 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 72012

[startup+12.747 s]
/proc/loadavg: 2.03 2.05 2.01 3/94 14239
/proc/meminfo: memFree=1084296/2055920 swapFree=4165612/4192956
[pid=14238] ppid=14236 vsize=107168 CPUtime=12.67
/proc/14238/stat : 14238 (bprolog) R 14236 14238 13772 0 -1 4194304 42989 0 0 0 1243 24 0 0 25 0 1 0 163491770 109740032 21432 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664634 0 0 4096 2 0 0 0 17 1 0 0
/proc/14238/statm: 26792 21432 176 90 0 26330 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 107168

[startup+25.5665 s]
/proc/loadavg: 2.02 2.05 2.01 3/95 14240
/proc/meminfo: memFree=1061568/2055920 swapFree=4165612/4192956
[pid=14238] ppid=14236 vsize=189496 CPUtime=25.44
/proc/14238/stat : 14238 (bprolog) R 14236 14238 13772 0 -1 4194304 65111 0 0 0 2508 36 0 0 25 0 2 0 163491770 194043904 25346 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664015 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14238/statm: 47374 25346 180 90 0 46912 0
[pid=14238/tid=14240] ppid=14236 vsize=189496 CPUtime=0
/proc/14238/task/14240/stat : 14240 (bprolog) S 14236 14238 13772 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163493239 194043904 25346 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 189496

[startup+51.2255 s]
/proc/loadavg: 2.08 2.06 2.01 3/95 14240
/proc/meminfo: memFree=1040384/2055920 swapFree=4165612/4192956
[pid=14238] ppid=14236 vsize=189496 CPUtime=50.97
/proc/14238/stat : 14238 (bprolog) R 14236 14238 13772 0 -1 4194304 65112 0 0 0 5061 36 0 0 25 0 2 0 163491770 194043904 25347 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580595 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14238/statm: 47374 25347 180 90 0 46912 0
[pid=14238/tid=14240] ppid=14236 vsize=189496 CPUtime=0
/proc/14238/task/14240/stat : 14240 (bprolog) S 14236 14238 13772 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163493239 194043904 25347 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 189496

[startup+102.433 s]
/proc/loadavg: 2.03 2.05 2.00 3/95 14240
/proc/meminfo: memFree=993920/2055920 swapFree=4165612/4192956
[pid=14238] ppid=14236 vsize=189496 CPUtime=101.93
/proc/14238/stat : 14238 (bprolog) R 14236 14238 13772 0 -1 4194304 65112 0 0 0 10157 36 0 0 25 0 2 0 163491770 194043904 25347 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662547 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14238/statm: 47374 25347 180 90 0 46912 0
[pid=14238/tid=14240] ppid=14236 vsize=189496 CPUtime=0
/proc/14238/task/14240/stat : 14240 (bprolog) S 14236 14238 13772 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163493239 194043904 25347 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.93
Current children cumulated vsize (KiB) 189496

[startup+162.473 s]
/proc/loadavg: 2.05 2.05 2.00 3/95 14240
/proc/meminfo: memFree=952448/2055920 swapFree=4165612/4192956
[pid=14238] ppid=14236 vsize=189496 CPUtime=161.69
/proc/14238/stat : 14238 (bprolog) R 14236 14238 13772 0 -1 4194304 65112 0 0 0 16132 37 0 0 25 0 2 0 163491770 194043904 25347 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620403 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14238/statm: 47374 25347 180 90 0 46912 0
[pid=14238/tid=14240] ppid=14236 vsize=189496 CPUtime=0
/proc/14238/task/14240/stat : 14240 (bprolog) S 14236 14238 13772 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163493239 194043904 25347 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.69
Current children cumulated vsize (KiB) 189496

[startup+222.521 s]
/proc/loadavg: 2.01 2.04 2.00 3/95 14240
/proc/meminfo: memFree=913280/2055920 swapFree=4165612/4192956
[pid=14238] ppid=14236 vsize=189496 CPUtime=221.46
/proc/14238/stat : 14238 (bprolog) R 14236 14238 13772 0 -1 4194304 65116 0 0 0 22108 38 0 0 25 0 2 0 163491770 194043904 25351 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557373 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14238/statm: 47374 25351 180 90 0 46912 0
[pid=14238/tid=14240] ppid=14236 vsize=189496 CPUtime=0
/proc/14238/task/14240/stat : 14240 (bprolog) S 14236 14238 13772 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163493239 194043904 25351 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.46
Current children cumulated vsize (KiB) 189496

[startup+282.559 s]
/proc/loadavg: 2.00 2.03 2.00 3/95 14240
/proc/meminfo: memFree=864128/2055920 swapFree=4165612/4192956
[pid=14238] ppid=14236 vsize=189496 CPUtime=281.21
/proc/14238/stat : 14238 (bprolog) R 14236 14238 13772 0 -1 4194304 65116 0 0 0 28083 38 0 0 25 0 2 0 163491770 194043904 25351 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134661329 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14238/statm: 47374 25351 180 90 0 46912 0
[pid=14238/tid=14240] ppid=14236 vsize=189496 CPUtime=0
/proc/14238/task/14240/stat : 14240 (bprolog) S 14236 14238 13772 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163493239 194043904 25351 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.21
Current children cumulated vsize (KiB) 189496

[startup+342.596 s]
/proc/loadavg: 2.09 2.05 2.01 3/95 14240
/proc/meminfo: memFree=840064/2055920 swapFree=4165612/4192956
[pid=14238] ppid=14236 vsize=189496 CPUtime=340.97
/proc/14238/stat : 14238 (bprolog) R 14236 14238 13772 0 -1 4194304 65116 0 0 0 34058 39 0 0 25 0 2 0 163491770 194043904 25351 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669026 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14238/statm: 47374 25351 180 90 0 46912 0
[pid=14238/tid=14240] ppid=14236 vsize=189496 CPUtime=0
/proc/14238/task/14240/stat : 14240 (bprolog) S 14236 14238 13772 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163493239 194043904 25351 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 340.97
Current children cumulated vsize (KiB) 189496

[startup+402.622 s]
/proc/loadavg: 2.03 2.04 2.00 3/87 14311
/proc/meminfo: memFree=1359288/2055920 swapFree=4165612/4192956
[pid=14238] ppid=14236 vsize=189496 CPUtime=400.77
/proc/14238/stat : 14238 (bprolog) R 14236 14238 13772 0 -1 4194304 65116 0 0 0 40033 44 0 0 25 0 2 0 163491770 194043904 25351 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663819 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/14238/statm: 47374 25351 180 90 0 46912 0
[pid=14238/tid=14240] ppid=14236 vsize=189496 CPUtime=0
/proc/14238/task/14240/stat : 14240 (bprolog) S 14236 14238 13772 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163493239 194043904 25351 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.77
Current children cumulated vsize (KiB) 189496

[startup+462.635 s]
/proc/loadavg: 2.01 2.03 2.00 3/87 14311
/proc/meminfo: memFree=974584/2055920 swapFree=4165612/4192956
[pid=14238] ppid=14236 vsize=189496 CPUtime=460.73
/proc/14238/stat : 14238 (bprolog) R 14236 14238 13772 0 -1 4194304 65116 0 0 0 46029 44 0 0 25 0 2 0 163491770 194043904 25351 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/14238/statm: 47374 25351 180 90 0 46912 0
[pid=14238/tid=14240] ppid=14236 vsize=189496 CPUtime=0
/proc/14238/task/14240/stat : 14240 (bprolog) S 14236 14238 13772 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163493239 194043904 25351 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 460.73
Current children cumulated vsize (KiB) 189496

[startup+522.657 s]
/proc/loadavg: 2.20 2.07 2.01 3/98 14417
/proc/meminfo: memFree=1524640/2055920 swapFree=4165612/4192956
[pid=14238] ppid=14236 vsize=189496 CPUtime=520.47
/proc/14238/stat : 14238 (bprolog) R 14236 14238 13772 0 -1 4194304 65116 0 0 0 51998 49 0 0 25 0 2 0 163491770 194043904 25351 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/14238/statm: 47374 25351 180 90 0 46912 0
[pid=14238/tid=14240] ppid=14236 vsize=189496 CPUtime=0
/proc/14238/task/14240/stat : 14240 (bprolog) S 14236 14238 13772 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163493239 194043904 25351 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 520.47
Current children cumulated vsize (KiB) 189496

[startup+582.72 s]
/proc/loadavg: 2.12 2.07 2.01 3/98 14417
/proc/meminfo: memFree=1095392/2055920 swapFree=4165612/4192956
[pid=14238] ppid=14236 vsize=189496 CPUtime=579.59
/proc/14238/stat : 14238 (bprolog) R 14236 14238 13772 0 -1 4194304 65116 0 0 0 57910 49 0 0 25 0 2 0 163491770 194043904 25351 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663934 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/14238/statm: 47374 25351 180 90 0 46912 0
[pid=14238/tid=14240] ppid=14236 vsize=189496 CPUtime=0
/proc/14238/task/14240/stat : 14240 (bprolog) S 14236 14238 13772 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163493239 194043904 25351 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 579.59
Current children cumulated vsize (KiB) 189496

[startup+642.793 s]
/proc/loadavg: 2.29 2.14 2.04 3/98 14417
/proc/meminfo: memFree=905632/2055920 swapFree=4165612/4192956
[pid=14238] ppid=14236 vsize=189496 CPUtime=639.57
/proc/14238/stat : 14238 (bprolog) R 14236 14238 13772 0 -1 4194304 65116 0 0 0 63908 49 0 0 25 0 2 0 163491770 194043904 25351 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134661369 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14238/statm: 47374 25351 180 90 0 46912 0
[pid=14238/tid=14240] ppid=14236 vsize=189496 CPUtime=0
/proc/14238/task/14240/stat : 14240 (bprolog) S 14236 14238 13772 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163493239 194043904 25351 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 639.57

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

[pid=14238/tid=14555] ppid=14236 vsize=199740 CPUtime=0
/proc/14238/task/14555/stat : 14555 (bprolog) S 14236 14238 13772 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 163583258 204533760 25365 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1177.28
Current children cumulated vsize (KiB) 199740

[startup+1243.04 s]
/proc/loadavg: 2.00 2.02 2.00 3/89 14555
/proc/meminfo: memFree=1421552/2055920 swapFree=4165612/4192956
[pid=14238] ppid=14236 vsize=199740 CPUtime=1237.04
/proc/14238/stat : 14238 (bprolog) R 14236 14238 13772 0 -1 4194304 65130 0 0 0 123648 56 0 0 25 0 3 0 163491770 204533760 25365 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134617958 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/14238/statm: 49935 25365 180 90 0 49473 0
[pid=14238/tid=14240] ppid=14236 vsize=199740 CPUtime=0
/proc/14238/task/14240/stat : 14240 (bprolog) S 14236 14238 13772 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 163493239 204533760 25365 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=14238/tid=14555] ppid=14236 vsize=199740 CPUtime=0
/proc/14238/task/14555/stat : 14555 (bprolog) S 14236 14238 13772 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 163583258 204533760 25365 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1237.04
Current children cumulated vsize (KiB) 199740

[startup+1303.08 s]
/proc/loadavg: 2.03 2.03 2.00 3/89 14555
/proc/meminfo: memFree=1421488/2055920 swapFree=4165612/4192956
[pid=14238] ppid=14236 vsize=199740 CPUtime=1296.78
/proc/14238/stat : 14238 (bprolog) R 14236 14238 13772 0 -1 4194304 65130 0 0 0 129622 56 0 0 25 0 3 0 163491770 204533760 25365 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618060 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/14238/statm: 49935 25365 180 90 0 49473 0
[pid=14238/tid=14240] ppid=14236 vsize=199740 CPUtime=0
/proc/14238/task/14240/stat : 14240 (bprolog) S 14236 14238 13772 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 163493239 204533760 25365 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=14238/tid=14555] ppid=14236 vsize=199740 CPUtime=0
/proc/14238/task/14555/stat : 14555 (bprolog) S 14236 14238 13772 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 163583258 204533760 25365 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1296.78
Current children cumulated vsize (KiB) 199740

[startup+1363.1 s]
/proc/loadavg: 2.01 2.02 2.00 3/89 14555
/proc/meminfo: memFree=1421424/2055920 swapFree=4165612/4192956
[pid=14238] ppid=14236 vsize=199740 CPUtime=1356.54
/proc/14238/stat : 14238 (bprolog) R 14236 14238 13772 0 -1 4194304 65130 0 0 0 135598 56 0 0 25 0 3 0 163491770 204533760 25365 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134576089 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/14238/statm: 49935 25365 180 90 0 49473 0
[pid=14238/tid=14240] ppid=14236 vsize=199740 CPUtime=0
/proc/14238/task/14240/stat : 14240 (bprolog) S 14236 14238 13772 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 163493239 204533760 25365 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=14238/tid=14555] ppid=14236 vsize=199740 CPUtime=0
/proc/14238/task/14555/stat : 14555 (bprolog) S 14236 14238 13772 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 163583258 204533760 25365 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1356.54
Current children cumulated vsize (KiB) 199740

[startup+1423.15 s]
/proc/loadavg: 2.00 2.02 2.00 3/90 14556
/proc/meminfo: memFree=1418856/2055920 swapFree=4165612/4192956
[pid=14238] ppid=14236 vsize=209984 CPUtime=1416.32
/proc/14238/stat : 14238 (bprolog) R 14236 14238 13772 0 -1 4194304 65756 0 0 0 141575 57 0 0 25 0 4 0 163491770 215023616 25991 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669033 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/14238/statm: 52496 25991 180 90 0 52034 0
[pid=14238/tid=14240] ppid=14236 vsize=209984 CPUtime=0
/proc/14238/task/14240/stat : 14240 (bprolog) S 14236 14238 13772 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163493239 215023616 25991 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=14238/tid=14555] ppid=14236 vsize=209984 CPUtime=0
/proc/14238/task/14555/stat : 14555 (bprolog) S 14236 14238 13772 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163583258 215023616 25991 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=14238/tid=14556] ppid=14236 vsize=209984 CPUtime=0
/proc/14238/task/14556/stat : 14556 (bprolog) S 14236 14238 13772 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 163628267 215023616 25991 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1416.32
Current children cumulated vsize (KiB) 209984

[startup+1483.21 s]
/proc/loadavg: 2.00 2.01 2.00 3/90 14556
/proc/meminfo: memFree=1418856/2055920 swapFree=4165612/4192956
[pid=14238] ppid=14236 vsize=209984 CPUtime=1476.09
/proc/14238/stat : 14238 (bprolog) R 14236 14238 13772 0 -1 4194304 65756 0 0 0 147552 57 0 0 25 0 4 0 163491770 215023616 25991 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618352 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/14238/statm: 52496 25991 180 90 0 52034 0
[pid=14238/tid=14240] ppid=14236 vsize=209984 CPUtime=0
/proc/14238/task/14240/stat : 14240 (bprolog) S 14236 14238 13772 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163493239 215023616 25991 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=14238/tid=14555] ppid=14236 vsize=209984 CPUtime=0
/proc/14238/task/14555/stat : 14555 (bprolog) S 14236 14238 13772 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163583258 215023616 25991 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=14238/tid=14556] ppid=14236 vsize=209984 CPUtime=0
/proc/14238/task/14556/stat : 14556 (bprolog) S 14236 14238 13772 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 163628267 215023616 25991 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1476.09
Current children cumulated vsize (KiB) 209984

[startup+1543.27 s]
/proc/loadavg: 2.00 2.00 2.00 4/90 14556
/proc/meminfo: memFree=1418792/2055920 swapFree=4165612/4192956
[pid=14238] ppid=14236 vsize=209984 CPUtime=1535.87
/proc/14238/stat : 14238 (bprolog) R 14236 14238 13772 0 -1 4194304 65756 0 0 0 153530 57 0 0 25 0 4 0 163491770 215023616 25991 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552332 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/14238/statm: 52496 25991 180 90 0 52034 0
[pid=14238/tid=14240] ppid=14236 vsize=209984 CPUtime=0
/proc/14238/task/14240/stat : 14240 (bprolog) S 14236 14238 13772 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163493239 215023616 25991 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=14238/tid=14555] ppid=14236 vsize=209984 CPUtime=0
/proc/14238/task/14555/stat : 14555 (bprolog) S 14236 14238 13772 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163583258 215023616 25991 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=14238/tid=14556] ppid=14236 vsize=209984 CPUtime=0
/proc/14238/task/14556/stat : 14556 (bprolog) S 14236 14238 13772 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 163628267 215023616 25991 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1535.87
Current children cumulated vsize (KiB) 209984

[startup+1603.33 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 14556
/proc/meminfo: memFree=1411368/2055920 swapFree=4165612/4192956
[pid=14238] ppid=14236 vsize=217796 CPUtime=1595.66
/proc/14238/stat : 14238 (bprolog) R 14236 14238 13772 0 -1 4194304 69553 0 0 0 159507 59 0 0 25 0 4 0 163491770 223023104 27834 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614777 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/14238/statm: 54449 27834 180 90 0 53987 0
[pid=14238/tid=14240] ppid=14236 vsize=217796 CPUtime=0
/proc/14238/task/14240/stat : 14240 (bprolog) S 14236 14238 13772 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163493239 223023104 27834 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=14238/tid=14555] ppid=14236 vsize=217796 CPUtime=0
/proc/14238/task/14555/stat : 14555 (bprolog) S 14236 14238 13772 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163583258 223023104 27834 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=14238/tid=14556] ppid=14236 vsize=217796 CPUtime=0
/proc/14238/task/14556/stat : 14556 (bprolog) S 14236 14238 13772 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163628267 223023104 27834 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1595.66
Current children cumulated vsize (KiB) 217796

[startup+1663.37 s]
/proc/loadavg: 2.00 2.00 2.00 4/91 14557
/proc/meminfo: memFree=1411232/2055920 swapFree=4165612/4192956
[pid=14238] ppid=14236 vsize=217796 CPUtime=1655.41
/proc/14238/stat : 14238 (bprolog) R 14236 14238 13772 0 -1 4194304 69554 0 0 0 165482 59 0 0 25 0 4 0 163491770 223023104 27835 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134566775 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/14238/statm: 54449 27835 180 90 0 53987 0
[pid=14238/tid=14240] ppid=14236 vsize=217796 CPUtime=0
/proc/14238/task/14240/stat : 14240 (bprolog) S 14236 14238 13772 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163493239 223023104 27835 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=14238/tid=14555] ppid=14236 vsize=217796 CPUtime=0
/proc/14238/task/14555/stat : 14555 (bprolog) S 14236 14238 13772 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163583258 223023104 27835 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=14238/tid=14556] ppid=14236 vsize=217796 CPUtime=0
/proc/14238/task/14556/stat : 14556 (bprolog) S 14236 14238 13772 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163628267 223023104 27835 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1655.41
Current children cumulated vsize (KiB) 217796

[startup+1723.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 14557
/proc/meminfo: memFree=1411168/2055920 swapFree=4165612/4192956
[pid=14238] ppid=14236 vsize=217796 CPUtime=1715.18
/proc/14238/stat : 14238 (bprolog) R 14236 14238 13772 0 -1 4194304 69554 0 0 0 171459 59 0 0 25 0 4 0 163491770 223023104 27835 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134576067 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/14238/statm: 54449 27835 180 90 0 53987 0
[pid=14238/tid=14240] ppid=14236 vsize=217796 CPUtime=0
/proc/14238/task/14240/stat : 14240 (bprolog) S 14236 14238 13772 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163493239 223023104 27835 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=14238/tid=14555] ppid=14236 vsize=217796 CPUtime=0
/proc/14238/task/14555/stat : 14555 (bprolog) S 14236 14238 13772 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163583258 223023104 27835 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=14238/tid=14556] ppid=14236 vsize=217796 CPUtime=0
/proc/14238/task/14556/stat : 14556 (bprolog) S 14236 14238 13772 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163628267 223023104 27835 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1715.18
Current children cumulated vsize (KiB) 217796

[startup+1783.44 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 14557
/proc/meminfo: memFree=1411104/2055920 swapFree=4165612/4192956
[pid=14238] ppid=14236 vsize=217796 CPUtime=1774.94
/proc/14238/stat : 14238 (bprolog) R 14236 14238 13772 0 -1 4194304 69558 0 0 0 177435 59 0 0 25 0 4 0 163491770 223023104 27839 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554254 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/14238/statm: 54449 27839 180 90 0 53987 0
[pid=14238/tid=14240] ppid=14236 vsize=217796 CPUtime=0
/proc/14238/task/14240/stat : 14240 (bprolog) S 14236 14238 13772 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163493239 223023104 27839 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=14238/tid=14555] ppid=14236 vsize=217796 CPUtime=0
/proc/14238/task/14555/stat : 14555 (bprolog) S 14236 14238 13772 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163583258 223023104 27839 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=14238/tid=14556] ppid=14236 vsize=217796 CPUtime=0
/proc/14238/task/14556/stat : 14556 (bprolog) S 14236 14238 13772 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163628267 223023104 27839 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1774.94
Current children cumulated vsize (KiB) 217796



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.69 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 14557
/proc/meminfo: memFree=1411104/2055920 swapFree=4165612/4192956
[pid=14238] ppid=14236 vsize=217796 CPUtime=1800.07
/proc/14238/stat : 14238 (bprolog) R 14236 14238 13772 0 -1 4194304 69558 0 0 0 179948 59 0 0 25 0 4 0 163491770 223023104 27839 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618416 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/14238/statm: 54449 27839 180 90 0 53987 0
[pid=14238/tid=14240] ppid=14236 vsize=217796 CPUtime=0
/proc/14238/task/14240/stat : 14240 (bprolog) S 14236 14238 13772 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163493239 223023104 27839 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=14238/tid=14555] ppid=14236 vsize=217796 CPUtime=0
/proc/14238/task/14555/stat : 14555 (bprolog) S 14236 14238 13772 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163583258 223023104 27839 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=14238/tid=14556] ppid=14236 vsize=217796 CPUtime=0
/proc/14238/task/14556/stat : 14556 (bprolog) S 14236 14238 13772 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163628267 223023104 27839 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 217796

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1808.72
CPU time (s): 1800.11
CPU user time (s): 1799.49
CPU system time (s): 0.616906
CPU usage (%): 99.5238
Max. virtual memory (cumulated for all children) (KiB): 249568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.49
system time used= 0.616906
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69558
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= 14
involuntary context switches= 62305

runsolver used 1.88371 s user time and 5.08023 s system time

The end

Launcher Data (download as text)

Begin job on node1 on Sun Jan  7 06:22:24 UTC 2007


IDJOB= 202230
IDBENCH= 3821
FILE ID= node1/202230-1168150943

PBS_JOBID= 3478185

Free space on /tmp= 66300 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp21-25/fapp24/fapp24-2000-10.xml
COMMAND LINE= /tmp/evaluation/202230-1168150943/Complete/Ordinary/solver /tmp/evaluation/202230-1168150943/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node1/convwatcher-202230-1168150943 -o ROOT/results/node1/conversion-202230-1168150943 -C 600 -M 900 /tmp/evaluation/202230-1168150943/Complete/Ordinary/conversion /tmp/evaluation/202230-1168150943/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node1/watcher-202230-1168150943 -o ROOT/results/node1/solver-202230-1168150943 -C 1800 -M 900  /tmp/evaluation/202230-1168150943/Complete/Ordinary/solver /tmp/evaluation/202230-1168150943/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  3d29592ccda6f316a3f5a0f1f3824f71

RANDOM SEED= 959080071

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1187368 kB
Buffers:         55756 kB
Cached:         240164 kB
SwapCached:       4096 kB
Active:         640168 kB
Inactive:       160384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1187368 kB
SwapTotal:     4192956 kB
SwapFree:      4165612 kB
Dirty:            7372 kB
Writeback:           0 kB
Mapped:         523096 kB
Slab:            51744 kB
Committed_AS:  5329424 kB
PageTables:       3360 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= 66296 MiB



End job on node1 on Sun Jan  7 06:52:49 UTC 2007