Trace number 206190

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 1810.76

General information on the benchmark

Namefapp/fapp36-40/fapp36/
fapp36-2000-2.xml
MD5SUM137398d09e92b8e2132a9bc337bc058c
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 benchmark7.92479
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables2000
Number of constraints18600
Maximum constraint arity2
Maximum domain size454
Number of constraints which are defined in extension0
Number of constraints which are defined in intension18600
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/206190-1168170099/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/node62/watcher-206190-1168170099 -o ROOT/results/node62/solver-206190-1168170099 -C 1800 -M 900 /tmp/evaluation/206190-1168170099/Complete/Ordinary/solver /tmp/evaluation/206190-1168170099/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.01 2.01 1.90 4/81 31091
/proc/meminfo: memFree=1146128/2055920 swapFree=4192812/4192956
[pid=31090] ppid=31088 vsize=18540 CPUtime=0
/proc/31090/stat : 31090 (runsolver) R 31088 31090 30451 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 165408884 18984960 279 18446744073709551615 4194304 4267372 548682069056 18446744073709551615 236437695783 0 0 4096 24578 0 0 0 17 1 0 0
/proc/31090/statm: 4635 279 244 17 0 2626 0

[startup+0.112574 s]
/proc/loadavg: 2.01 2.01 1.90 4/81 31091
/proc/meminfo: memFree=1146128/2055920 swapFree=4192812/4192956
[pid=31090] ppid=31088 vsize=53824 CPUtime=0.09
/proc/31090/stat : 31090 (bprolog) R 31088 31090 30451 0 -1 4194304 2155 0 0 0 8 1 0 0 21 0 1 0 165408884 55115776 1871 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550472 0 0 4096 2 0 0 0 17 1 0 0
/proc/31090/statm: 13456 1871 157 90 0 12994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53824

[startup+0.521309 s]
/proc/loadavg: 2.01 2.01 1.90 4/81 31091
/proc/meminfo: memFree=1146128/2055920 swapFree=4192812/4192956
[pid=31090] ppid=31088 vsize=53824 CPUtime=0.5
/proc/31090/stat : 31090 (bprolog) R 31088 31090 30451 0 -1 4194304 6141 0 0 0 47 3 0 0 24 0 1 0 165408884 55115776 5857 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565399 0 0 4096 2 0 0 0 17 1 0 0
/proc/31090/statm: 13456 5857 157 90 0 12994 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 53824

[startup+1.35181 s]
/proc/loadavg: 2.01 2.01 1.90 4/81 31091
/proc/meminfo: memFree=1109392/2055920 swapFree=4192812/4192956
[pid=31090] ppid=31088 vsize=74444 CPUtime=1.32
/proc/31090/stat : 31090 (bprolog) R 31088 31090 30451 0 -1 4194304 8900 0 0 0 128 4 0 0 25 0 1 0 165408884 76230656 8613 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669029 0 0 4096 2 0 0 0 17 1 0 0
/proc/31090/statm: 18611 8613 176 90 0 18149 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 74444

[startup+2.99314 s]
/proc/loadavg: 2.01 2.01 1.91 3/81 31091
/proc/meminfo: memFree=1108880/2055920 swapFree=4192812/4192956
[pid=31090] ppid=31088 vsize=74444 CPUtime=2.95
/proc/31090/stat : 31090 (bprolog) R 31088 31090 30451 0 -1 4194304 8902 0 0 0 291 4 0 0 25 0 1 0 165408884 76230656 8615 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663850 0 0 4096 2 0 0 0 17 1 0 0
/proc/31090/statm: 18611 8615 176 90 0 18149 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 74444

[startup+6.27479 s]
/proc/loadavg: 2.01 2.01 1.91 3/81 31091
/proc/meminfo: memFree=1084944/2055920 swapFree=4192812/4192956
[pid=31090] ppid=31088 vsize=91504 CPUtime=6.2
/proc/31090/stat : 31090 (bprolog) R 31088 31090 30451 0 -1 4194304 16083 0 0 0 612 8 0 0 25 0 1 0 165408884 93700096 14270 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664572 0 0 4096 2 0 0 0 17 1 0 0
/proc/31090/statm: 22876 14270 176 90 0 22414 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 91504

[startup+12.7421 s]
/proc/loadavg: 2.00 2.01 1.91 3/82 31092
/proc/meminfo: memFree=1066440/2055920 swapFree=4192812/4192956
[pid=31090] ppid=31088 vsize=101876 CPUtime=12.61
/proc/31090/stat : 31090 (bprolog) R 31088 31090 30451 0 -1 4194304 19141 0 0 0 1251 10 0 0 25 0 2 0 165408884 104321024 16824 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662628 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31090/statm: 25469 16824 180 90 0 25007 0
[pid=31090/tid=31092] ppid=31088 vsize=101876 CPUtime=0
/proc/31090/task/31092/stat : 31092 (bprolog) S 31088 31090 30451 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 165409697 104321024 16824 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 101876

[startup+25.5686 s]
/proc/loadavg: 2.00 2.01 1.91 3/82 31092
/proc/meminfo: memFree=1049864/2055920 swapFree=4192812/4192956
[pid=31090] ppid=31088 vsize=101876 CPUtime=25.32
/proc/31090/stat : 31090 (bprolog) R 31088 31090 30451 0 -1 4194304 19199 0 0 0 2522 10 0 0 25 0 2 0 165408884 104321024 16882 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664648 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31090/statm: 25469 16882 180 90 0 25007 0
[pid=31090/tid=31092] ppid=31088 vsize=101876 CPUtime=0
/proc/31090/task/31092/stat : 31092 (bprolog) S 31088 31090 30451 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 165409697 104321024 16882 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 101876

[startup+51.1747 s]
/proc/loadavg: 2.07 2.02 1.91 3/82 31092
/proc/meminfo: memFree=1004680/2055920 swapFree=4192812/4192956
[pid=31090] ppid=31088 vsize=101876 CPUtime=50.69
/proc/31090/stat : 31090 (bprolog) R 31088 31090 30451 0 -1 4194304 19199 0 0 0 5059 10 0 0 25 0 2 0 165408884 104321024 16882 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662536 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31090/statm: 25469 16882 180 90 0 25007 0
[pid=31090/tid=31092] ppid=31088 vsize=101876 CPUtime=0
/proc/31090/task/31092/stat : 31092 (bprolog) S 31088 31090 30451 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 165409697 104321024 16882 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 101876

[startup+102.425 s]
/proc/loadavg: 2.10 2.03 1.92 3/82 31092
/proc/meminfo: memFree=928648/2055920 swapFree=4192812/4192956
[pid=31090] ppid=31088 vsize=101876 CPUtime=101.47
/proc/31090/stat : 31090 (bprolog) R 31088 31090 30451 0 -1 4194304 19199 0 0 0 10137 10 0 0 25 0 2 0 165408884 104321024 16882 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552470 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31090/statm: 25469 16882 180 90 0 25007 0
[pid=31090/tid=31092] ppid=31088 vsize=101876 CPUtime=0
/proc/31090/task/31092/stat : 31092 (bprolog) S 31088 31090 30451 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 165409697 104321024 16882 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.47
Current children cumulated vsize (KiB) 101876

[startup+162.432 s]
/proc/loadavg: 2.03 2.02 1.92 3/82 31092
/proc/meminfo: memFree=847240/2055920 swapFree=4192812/4192956
[pid=31090] ppid=31088 vsize=101876 CPUtime=160.93
/proc/31090/stat : 31090 (bprolog) R 31088 31090 30451 0 -1 4194304 19199 0 0 0 16083 10 0 0 25 0 2 0 165408884 104321024 16882 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552352 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31090/statm: 25469 16882 180 90 0 25007 0
[pid=31090/tid=31092] ppid=31088 vsize=101876 CPUtime=0
/proc/31090/task/31092/stat : 31092 (bprolog) S 31088 31090 30451 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 165409697 104321024 16882 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 160.93
Current children cumulated vsize (KiB) 101876

[startup+222.44 s]
/proc/loadavg: 2.01 2.02 1.92 3/82 31092
/proc/meminfo: memFree=796616/2055920 swapFree=4192812/4192956
[pid=31090] ppid=31088 vsize=101876 CPUtime=220.39
/proc/31090/stat : 31090 (bprolog) R 31088 31090 30451 0 -1 4194304 19199 0 0 0 22029 10 0 0 25 0 2 0 165408884 104321024 16882 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620260 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31090/statm: 25469 16882 180 90 0 25007 0
[pid=31090/tid=31092] ppid=31088 vsize=101876 CPUtime=0
/proc/31090/task/31092/stat : 31092 (bprolog) S 31088 31090 30451 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 165409697 104321024 16882 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.39
Current children cumulated vsize (KiB) 101876

[startup+282.455 s]
/proc/loadavg: 1.93 2.00 1.91 3/86 31144
/proc/meminfo: memFree=1297832/2055920 swapFree=4192812/4192956
[pid=31090] ppid=31088 vsize=101876 CPUtime=279.75
/proc/31090/stat : 31090 (bprolog) R 31088 31090 30451 0 -1 4194304 19199 0 0 0 27960 15 0 0 25 0 2 0 165408884 104321024 16882 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134579722 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31090/statm: 25469 16882 180 90 0 25007 0
[pid=31090/tid=31092] ppid=31088 vsize=101876 CPUtime=0
/proc/31090/task/31092/stat : 31092 (bprolog) S 31088 31090 30451 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 165409697 104321024 16882 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 279.75
Current children cumulated vsize (KiB) 101876

[startup+342.499 s]
/proc/loadavg: 2.01 2.01 1.92 3/86 31144
/proc/meminfo: memFree=1277096/2055920 swapFree=4192812/4192956
[pid=31090] ppid=31088 vsize=101876 CPUtime=339.47
/proc/31090/stat : 31090 (bprolog) R 31088 31090 30451 0 -1 4194304 19199 0 0 0 33932 15 0 0 25 0 2 0 165408884 104321024 16882 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662559 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31090/statm: 25469 16882 180 90 0 25007 0
[pid=31090/tid=31092] ppid=31088 vsize=101876 CPUtime=0
/proc/31090/task/31092/stat : 31092 (bprolog) S 31088 31090 30451 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 165409697 104321024 16882 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 339.47
Current children cumulated vsize (KiB) 101876

[startup+402.513 s]
/proc/loadavg: 2.00 2.00 1.92 3/86 31144
/proc/meminfo: memFree=1254056/2055920 swapFree=4192812/4192956
[pid=31090] ppid=31088 vsize=101876 CPUtime=399.22
/proc/31090/stat : 31090 (bprolog) R 31088 31090 30451 0 -1 4194304 19199 0 0 0 39906 16 0 0 25 0 2 0 165408884 104321024 16882 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662607 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31090/statm: 25469 16882 180 90 0 25007 0
[pid=31090/tid=31092] ppid=31088 vsize=101876 CPUtime=0
/proc/31090/task/31092/stat : 31092 (bprolog) S 31088 31090 30451 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 165409697 104321024 16882 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 399.22
Current children cumulated vsize (KiB) 101876

[startup+462.522 s]
/proc/loadavg: 2.00 2.00 1.92 3/86 31144
/proc/meminfo: memFree=1226664/2055920 swapFree=4192812/4192956
[pid=31090] ppid=31088 vsize=101876 CPUtime=458.99
/proc/31090/stat : 31090 (bprolog) R 31088 31090 30451 0 -1 4194304 19199 0 0 0 45883 16 0 0 25 0 2 0 165408884 104321024 16882 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134617918 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31090/statm: 25469 16882 180 90 0 25007 0
[pid=31090/tid=31092] ppid=31088 vsize=101876 CPUtime=0
/proc/31090/task/31092/stat : 31092 (bprolog) S 31088 31090 30451 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 165409697 104321024 16882 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 458.99
Current children cumulated vsize (KiB) 101876

[startup+522.528 s]
/proc/loadavg: 2.00 2.00 1.92 4/86 31144
/proc/meminfo: memFree=1198248/2055920 swapFree=4192812/4192956
[pid=31090] ppid=31088 vsize=101876 CPUtime=518.69
/proc/31090/stat : 31090 (bprolog) R 31088 31090 30451 0 -1 4194304 19199 0 0 0 51853 16 0 0 25 0 2 0 165408884 104321024 16882 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552470 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31090/statm: 25469 16882 180 90 0 25007 0
[pid=31090/tid=31092] ppid=31088 vsize=101876 CPUtime=0
/proc/31090/task/31092/stat : 31092 (bprolog) S 31088 31090 30451 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 165409697 104321024 16882 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 518.69
Current children cumulated vsize (KiB) 101876

[startup+582.536 s]
/proc/loadavg: 2.07 2.02 1.93 3/86 31144
/proc/meminfo: memFree=1169704/2055920 swapFree=4192812/4192956
[pid=31090] ppid=31088 vsize=101876 CPUtime=578.42
/proc/31090/stat : 31090 (bprolog) R 31088 31090 30451 0 -1 4194304 19199 0 0 0 57826 16 0 0 25 0 2 0 165408884 104321024 16882 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134576067 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31090/statm: 25469 16882 180 90 0 25007 0
[pid=31090/tid=31092] ppid=31088 vsize=101876 CPUtime=0
/proc/31090/task/31092/stat : 31092 (bprolog) S 31088 31090 30451 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 165409697 104321024 16882 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 578.42
Current children cumulated vsize (KiB) 101876

[startup+642.538 s]
/proc/loadavg: 2.02 2.01 1.93 3/86 31144
/proc/meminfo: memFree=1141096/2055920 swapFree=4192812/4192956
[pid=31090] ppid=31088 vsize=101876 CPUtime=638.18
/proc/31090/stat : 31090 (bprolog) R 31088 31090 30451 0 -1 4194304 19199 0 0 0 63802 16 0 0 25 0 2 0 165408884 104321024 16882 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662579 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31090/statm: 25469 16882 180 90 0 25007 0
[pid=31090/tid=31092] ppid=31088 vsize=101876 CPUtime=0

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

[pid=31090/tid=31092] ppid=31088 vsize=112120 CPUtime=0
/proc/31090/task/31092/stat : 31092 (bprolog) S 31088 31090 30451 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 165409697 114810880 17059 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31090/tid=31145] ppid=31088 vsize=112120 CPUtime=0
/proc/31090/task/31145/stat : 31145 (bprolog) S 31088 31090 30451 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 165499723 114810880 17059 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1175.77
Current children cumulated vsize (KiB) 112120

[startup+1243.01 s]
/proc/loadavg: 2.03 2.02 1.95 3/93 31323
/proc/meminfo: memFree=994392/2055920 swapFree=4192812/4192956
[pid=31090] ppid=31088 vsize=112120 CPUtime=1235.41
/proc/31090/stat : 31090 (bprolog) R 31088 31090 30451 0 -1 4194304 19376 0 0 0 123522 19 0 0 25 0 3 0 165408884 114810880 17059 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554518 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31090/statm: 28030 17059 180 90 0 27568 0
[pid=31090/tid=31092] ppid=31088 vsize=112120 CPUtime=0
/proc/31090/task/31092/stat : 31092 (bprolog) S 31088 31090 30451 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 165409697 114810880 17059 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31090/tid=31145] ppid=31088 vsize=112120 CPUtime=0
/proc/31090/task/31145/stat : 31145 (bprolog) S 31088 31090 30451 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 165499723 114810880 17059 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1235.41
Current children cumulated vsize (KiB) 112120

[startup+1303.09 s]
/proc/loadavg: 2.01 2.01 1.95 3/87 31343
/proc/meminfo: memFree=995424/2055920 swapFree=4192812/4192956
[pid=31090] ppid=31088 vsize=112120 CPUtime=1295.14
/proc/31090/stat : 31090 (bprolog) R 31088 31090 30451 0 -1 4194304 19376 0 0 0 129495 19 0 0 25 0 3 0 165408884 114810880 17059 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552092 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31090/statm: 28030 17059 180 90 0 27568 0
[pid=31090/tid=31092] ppid=31088 vsize=112120 CPUtime=0
/proc/31090/task/31092/stat : 31092 (bprolog) S 31088 31090 30451 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 165409697 114810880 17059 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31090/tid=31145] ppid=31088 vsize=112120 CPUtime=0
/proc/31090/task/31145/stat : 31145 (bprolog) S 31088 31090 30451 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 165499723 114810880 17059 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1295.14
Current children cumulated vsize (KiB) 112120

[startup+1363.17 s]
/proc/loadavg: 2.00 2.00 1.95 3/88 31344
/proc/meminfo: memFree=966744/2055920 swapFree=4192812/4192956
[pid=31090] ppid=31088 vsize=122364 CPUtime=1354.9
/proc/31090/stat : 31090 (bprolog) R 31088 31090 30451 0 -1 4194304 19377 0 0 0 135471 19 0 0 25 0 4 0 165408884 125300736 17060 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557383 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31090/statm: 30591 17060 180 90 0 30129 0
[pid=31090/tid=31092] ppid=31088 vsize=122364 CPUtime=0
/proc/31090/task/31092/stat : 31092 (bprolog) S 31088 31090 30451 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165409697 125300736 17060 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31090/tid=31145] ppid=31088 vsize=122364 CPUtime=0
/proc/31090/task/31145/stat : 31145 (bprolog) S 31088 31090 30451 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165499723 125300736 17060 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=31090/tid=31344] ppid=31088 vsize=122364 CPUtime=0
/proc/31090/task/31344/stat : 31344 (bprolog) S 31088 31090 30451 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 165544732 125300736 17060 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1354.9
Current children cumulated vsize (KiB) 122364

[startup+1423.17 s]
/proc/loadavg: 2.00 2.00 1.95 3/88 31344
/proc/meminfo: memFree=966744/2055920 swapFree=4192812/4192956
[pid=31090] ppid=31088 vsize=122364 CPUtime=1414.59
/proc/31090/stat : 31090 (bprolog) R 31088 31090 30451 0 -1 4194304 19377 0 0 0 141440 19 0 0 25 0 4 0 165408884 125300736 17060 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663808 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31090/statm: 30591 17060 180 90 0 30129 0
[pid=31090/tid=31092] ppid=31088 vsize=122364 CPUtime=0
/proc/31090/task/31092/stat : 31092 (bprolog) S 31088 31090 30451 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165409697 125300736 17060 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31090/tid=31145] ppid=31088 vsize=122364 CPUtime=0
/proc/31090/task/31145/stat : 31145 (bprolog) S 31088 31090 30451 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165499723 125300736 17060 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=31090/tid=31344] ppid=31088 vsize=122364 CPUtime=0
/proc/31090/task/31344/stat : 31344 (bprolog) S 31088 31090 30451 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 165544732 125300736 17060 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1414.59
Current children cumulated vsize (KiB) 122364

[startup+1483.18 s]
/proc/loadavg: 2.00 2.00 1.95 3/88 31344
/proc/meminfo: memFree=966680/2055920 swapFree=4192812/4192956
[pid=31090] ppid=31088 vsize=122364 CPUtime=1474.24
/proc/31090/stat : 31090 (bprolog) R 31088 31090 30451 0 -1 4194304 19377 0 0 0 147405 19 0 0 25 0 4 0 165408884 125300736 17060 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31090/statm: 30591 17060 180 90 0 30129 0
[pid=31090/tid=31092] ppid=31088 vsize=122364 CPUtime=0
/proc/31090/task/31092/stat : 31092 (bprolog) S 31088 31090 30451 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165409697 125300736 17060 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31090/tid=31145] ppid=31088 vsize=122364 CPUtime=0
/proc/31090/task/31145/stat : 31145 (bprolog) S 31088 31090 30451 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165499723 125300736 17060 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=31090/tid=31344] ppid=31088 vsize=122364 CPUtime=0
/proc/31090/task/31344/stat : 31344 (bprolog) S 31088 31090 30451 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 165544732 125300736 17060 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1474.24
Current children cumulated vsize (KiB) 122364

[startup+1543.19 s]
/proc/loadavg: 2.00 2.00 1.95 3/88 31344
/proc/meminfo: memFree=937752/2055920 swapFree=4192812/4192956
[pid=31090] ppid=31088 vsize=122364 CPUtime=1533.94
/proc/31090/stat : 31090 (bprolog) R 31088 31090 30451 0 -1 4194304 19377 0 0 0 153374 20 0 0 25 0 4 0 165408884 125300736 17060 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554289 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31090/statm: 30591 17060 180 90 0 30129 0
[pid=31090/tid=31092] ppid=31088 vsize=122364 CPUtime=0
/proc/31090/task/31092/stat : 31092 (bprolog) S 31088 31090 30451 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165409697 125300736 17060 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31090/tid=31145] ppid=31088 vsize=122364 CPUtime=0
/proc/31090/task/31145/stat : 31145 (bprolog) S 31088 31090 30451 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165499723 125300736 17060 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=31090/tid=31344] ppid=31088 vsize=122364 CPUtime=0
/proc/31090/task/31344/stat : 31344 (bprolog) S 31088 31090 30451 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 165544732 125300736 17060 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1533.94
Current children cumulated vsize (KiB) 122364

[startup+1603.2 s]
/proc/loadavg: 2.00 2.00 1.95 3/88 31344
/proc/meminfo: memFree=937688/2055920 swapFree=4192812/4192956
[pid=31090] ppid=31088 vsize=122364 CPUtime=1593.63
/proc/31090/stat : 31090 (bprolog) R 31088 31090 30451 0 -1 4194304 19377 0 0 0 159343 20 0 0 25 0 4 0 165408884 125300736 17060 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669021 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31090/statm: 30591 17060 180 90 0 30129 0
[pid=31090/tid=31092] ppid=31088 vsize=122364 CPUtime=0
/proc/31090/task/31092/stat : 31092 (bprolog) S 31088 31090 30451 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165409697 125300736 17060 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31090/tid=31145] ppid=31088 vsize=122364 CPUtime=0
/proc/31090/task/31145/stat : 31145 (bprolog) S 31088 31090 30451 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165499723 125300736 17060 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=31090/tid=31344] ppid=31088 vsize=122364 CPUtime=0
/proc/31090/task/31344/stat : 31344 (bprolog) S 31088 31090 30451 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165544732 125300736 17060 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1593.63
Current children cumulated vsize (KiB) 122364

[startup+1663.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/88 31344
/proc/meminfo: memFree=937752/2055920 swapFree=4192812/4192956
[pid=31090] ppid=31088 vsize=122364 CPUtime=1653.39
/proc/31090/stat : 31090 (bprolog) R 31088 31090 30451 0 -1 4194304 19377 0 0 0 165319 20 0 0 25 0 4 0 165408884 125300736 17060 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31090/statm: 30591 17060 180 90 0 30129 0
[pid=31090/tid=31092] ppid=31088 vsize=122364 CPUtime=0
/proc/31090/task/31092/stat : 31092 (bprolog) S 31088 31090 30451 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165409697 125300736 17060 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31090/tid=31145] ppid=31088 vsize=122364 CPUtime=0
/proc/31090/task/31145/stat : 31145 (bprolog) S 31088 31090 30451 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165499723 125300736 17060 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=31090/tid=31344] ppid=31088 vsize=122364 CPUtime=0
/proc/31090/task/31344/stat : 31344 (bprolog) S 31088 31090 30451 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165544732 125300736 17060 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1653.39
Current children cumulated vsize (KiB) 122364

[startup+1723.37 s]
/proc/loadavg: 2.00 2.00 1.95 4/88 31344
/proc/meminfo: memFree=908696/2055920 swapFree=4192812/4192956
[pid=31090] ppid=31088 vsize=122364 CPUtime=1713.11
/proc/31090/stat : 31090 (bprolog) R 31088 31090 30451 0 -1 4194304 19377 0 0 0 171291 20 0 0 25 0 4 0 165408884 125300736 17060 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662593 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31090/statm: 30591 17060 180 90 0 30129 0
[pid=31090/tid=31092] ppid=31088 vsize=122364 CPUtime=0
/proc/31090/task/31092/stat : 31092 (bprolog) S 31088 31090 30451 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165409697 125300736 17060 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31090/tid=31145] ppid=31088 vsize=122364 CPUtime=0
/proc/31090/task/31145/stat : 31145 (bprolog) S 31088 31090 30451 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165499723 125300736 17060 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=31090/tid=31344] ppid=31088 vsize=122364 CPUtime=0
/proc/31090/task/31344/stat : 31344 (bprolog) S 31088 31090 30451 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165544732 125300736 17060 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1713.11
Current children cumulated vsize (KiB) 122364

[startup+1783.43 s]
/proc/loadavg: 2.00 2.00 1.95 3/88 31344
/proc/meminfo: memFree=908632/2055920 swapFree=4192812/4192956
[pid=31090] ppid=31088 vsize=122364 CPUtime=1772.9
/proc/31090/stat : 31090 (bprolog) R 31088 31090 30451 0 -1 4194304 19377 0 0 0 177270 20 0 0 25 0 4 0 165408884 125300736 17060 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134661349 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31090/statm: 30591 17060 180 90 0 30129 0
[pid=31090/tid=31092] ppid=31088 vsize=122364 CPUtime=0
/proc/31090/task/31092/stat : 31092 (bprolog) S 31088 31090 30451 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165409697 125300736 17060 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31090/tid=31145] ppid=31088 vsize=122364 CPUtime=0
/proc/31090/task/31145/stat : 31145 (bprolog) S 31088 31090 30451 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165499723 125300736 17060 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=31090/tid=31344] ppid=31088 vsize=122364 CPUtime=0
/proc/31090/task/31344/stat : 31344 (bprolog) S 31088 31090 30451 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165544732 125300736 17060 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1772.9
Current children cumulated vsize (KiB) 122364



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.73 s]
/proc/loadavg: 2.00 2.00 1.95 3/86 31344
/proc/meminfo: memFree=908632/2055920 swapFree=4192812/4192956
[pid=31090] ppid=31088 vsize=122364 CPUtime=1800.08
/proc/31090/stat : 31090 (bprolog) R 31088 31090 30451 0 -1 4194304 19378 0 0 0 179988 20 0 0 25 0 2 0 165408884 125300736 17061 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134568424 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31090/statm: 30591 17061 181 90 0 30129 0
[pid=31090/tid=31344] ppid=31088 vsize=122364 CPUtime=0
/proc/31090/task/31344/stat : 31344 (bprolog) S 31088 31090 30451 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 2 0 165544732 125300736 17061 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) 122364

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1810.76
CPU time (s): 1800.11
CPU user time (s): 1799.9
CPU system time (s): 0.216967
CPU usage (%): 99.412
Max. virtual memory (cumulated for all children) (KiB): 122364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.9
system time used= 0.216967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19378
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= 15
involuntary context switches= 37875

runsolver used 2.13867 s user time and 5.30219 s system time

The end

Launcher Data (download as text)

Begin job on node62 on Sun Jan  7 11:41:39 UTC 2007


IDJOB= 206190
IDBENCH= 4190
FILE ID= node62/206190-1168170099

PBS_JOBID= 3479047

Free space on /tmp= 66547 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp36-40/fapp36/fapp36-2000-2.xml
COMMAND LINE= /tmp/evaluation/206190-1168170099/Complete/Ordinary/solver /tmp/evaluation/206190-1168170099/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node62/convwatcher-206190-1168170099 -o ROOT/results/node62/conversion-206190-1168170099 -C 600 -M 900 /tmp/evaluation/206190-1168170099/Complete/Ordinary/conversion /tmp/evaluation/206190-1168170099/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node62/watcher-206190-1168170099 -o ROOT/results/node62/solver-206190-1168170099 -C 1800 -M 900  /tmp/evaluation/206190-1168170099/Complete/Ordinary/solver /tmp/evaluation/206190-1168170099/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  137398d09e92b8e2132a9bc337bc058c

RANDOM SEED= 769039389

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.259
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.259
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:       1146608 kB
Buffers:         39700 kB
Cached:         376120 kB
SwapCached:          0 kB
Active:         605952 kB
Inactive:       247464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1146608 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5600 kB
Writeback:           0 kB
Mapped:         456540 kB
Slab:            40312 kB
Committed_AS:  4018820 kB
PageTables:       2784 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= 66543 MiB



End job on node62 on Sun Jan  7 12:12:02 UTC 2007