Trace number 204310

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
CSPtoSAT+minisat 0.3? (TO) 1800.02 1806.54

General information on the benchmark

NamejobShop/jobShop-e0ddr1/
e0ddr1-10-by-5-5.xml
MD5SUM5210f413b6ef28a7e61f91fc26a4a3e6
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 benchmark0.033994
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables50
Number of constraints265
Maximum constraint arity2
Maximum domain size120
Number of constraints which are defined in extension0
Number of constraints which are defined in intension265
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01	c This is CSPtoSAT+minisat version 0.3
0.01	c (c) 2006 roussel@cril.univ-artois.fr
0.01	
0.01	c This solver internally uses a modified version of MiniSat2 version 061112
0.01	c MiniSat -- Copyright (c) 2003-2006, Niklas Een, Niklas Sorensson
0.01	
0.01	c parsing...
0.04	c ...done
0.04	c #SATvar=16567 #SATclauses=32980 #CSPpredicates=265

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/node10/watcher-204310-1168058211 -o ROOT/results/node10/solver-204310-1168058211 -C 1800 -M 900 /tmp/evaluation/204310-1168058211/CSPtoSAT+minisat /tmp/evaluation/204310-1168058211/unknown.xml 

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.00 2.00 2.00 5/86 23726
/proc/meminfo: memFree=1219104/2055920 swapFree=4186692/4192956
[pid=23725] ppid=23723 vsize=6696 CPUtime=0
/proc/23725/stat : 23725 (CSPtoSAT+minisa) R 23723 23725 23484 0 -1 4194304 409 0 0 0 0 0 0 0 18 0 1 0 154216198 6856704 389 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 8875297 0 0 4096 0 0 0 0 17 1 0 0
/proc/23725/statm: 1674 396 359 52 0 30 0

[startup+0.104246 s]
/proc/loadavg: 2.00 2.00 2.00 5/86 23726
/proc/meminfo: memFree=1219104/2055920 swapFree=4186692/4192956
[pid=23725] ppid=23723 vsize=9272 CPUtime=0.09
/proc/23725/stat : 23725 (CSPtoSAT+minisa) R 23723 23725 23484 0 -1 4194304 1430 0 0 0 9 0 0 0 18 0 1 0 154216198 9494528 1374 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134665604 0 0 4096 0 0 0 0 17 1 0 0
/proc/23725/statm: 2318 1374 721 52 0 686 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9272

[startup+0.512299 s]
/proc/loadavg: 2.00 2.00 2.00 5/86 23726
/proc/meminfo: memFree=1219104/2055920 swapFree=4186692/4192956
[pid=23725] ppid=23723 vsize=9272 CPUtime=0.5
/proc/23725/stat : 23725 (CSPtoSAT+minisa) R 23723 23725 23484 0 -1 4194304 1448 0 0 0 50 0 0 0 21 0 1 0 154216198 9494528 1392 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134665701 0 0 4096 0 0 0 0 17 1 0 0
/proc/23725/statm: 2318 1392 721 52 0 686 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9272

[startup+1.33341 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 23726
/proc/meminfo: memFree=1216288/2055920 swapFree=4186692/4192956
[pid=23725] ppid=23723 vsize=9456 CPUtime=1.32
/proc/23725/stat : 23725 (CSPtoSAT+minisa) R 23723 23725 23484 0 -1 4194304 1469 0 0 0 132 0 0 0 25 0 1 0 154216198 9682944 1413 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134667430 0 0 4096 0 0 0 0 17 1 0 0
/proc/23725/statm: 2364 1413 721 52 0 732 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 9456

[startup+2.97063 s]
/proc/loadavg: 2.00 2.00 2.00 4/86 23726
/proc/meminfo: memFree=1216160/2055920 swapFree=4186692/4192956
[pid=23725] ppid=23723 vsize=9588 CPUtime=2.96
/proc/23725/stat : 23725 (CSPtoSAT+minisa) R 23723 23725 23484 0 -1 4194304 1503 0 0 0 296 0 0 0 25 0 1 0 154216198 9818112 1447 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671177 0 0 4096 0 0 0 0 17 1 0 0
/proc/23725/statm: 2397 1447 721 52 0 765 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 9588

[startup+6.26108 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 23726
/proc/meminfo: memFree=1215776/2055920 swapFree=4186692/4192956
[pid=23725] ppid=23723 vsize=9720 CPUtime=6.25
/proc/23725/stat : 23725 (CSPtoSAT+minisa) R 23723 23725 23484 0 -1 4194304 1563 0 0 0 625 0 0 0 25 0 1 0 154216198 9953280 1507 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134667280 0 0 4096 0 0 0 0 17 1 0 0
/proc/23725/statm: 2430 1507 721 52 0 798 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 9720

[startup+12.725 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 23726
/proc/meminfo: memFree=1215336/2055920 swapFree=4186692/4192956
[pid=23725] ppid=23723 vsize=10304 CPUtime=12.71
/proc/23725/stat : 23725 (CSPtoSAT+minisa) R 23723 23725 23484 0 -1 4194304 1686 0 0 0 1271 0 0 0 25 0 1 0 154216198 10551296 1630 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134678275 0 0 4096 0 0 0 0 17 1 0 0
/proc/23725/statm: 2576 1630 721 52 0 944 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 10304

[startup+25.5437 s]
/proc/loadavg: 2.08 2.02 2.01 3/86 23726
/proc/meminfo: memFree=1214440/2055920 swapFree=4186692/4192956
[pid=23725] ppid=23723 vsize=11144 CPUtime=25.53
/proc/23725/stat : 23725 (CSPtoSAT+minisa) R 23723 23725 23484 0 -1 4194304 1908 0 0 0 2552 1 0 0 25 0 1 0 154216198 11411456 1852 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134665686 0 0 4096 0 0 0 0 17 1 0 0
/proc/23725/statm: 2786 1852 721 52 0 1154 0
Current children cumulated CPU time (s) 25.53
Current children cumulated vsize (KiB) 11144

[startup+51.1922 s]
/proc/loadavg: 2.05 2.01 2.00 4/86 23726
/proc/meminfo: memFree=1213736/2055920 swapFree=4186692/4192956
[pid=23725] ppid=23723 vsize=11672 CPUtime=51.16
/proc/23725/stat : 23725 (CSPtoSAT+minisa) R 23723 23725 23484 0 -1 4194304 2032 0 0 0 5115 1 0 0 25 0 1 0 154216198 11952128 1976 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 1 0 0
/proc/23725/statm: 2918 1976 721 52 0 1286 0
Current children cumulated CPU time (s) 51.16
Current children cumulated vsize (KiB) 11672

[startup+102.485 s]
/proc/loadavg: 2.02 2.01 2.00 3/86 23726
/proc/meminfo: memFree=1213096/2055920 swapFree=4186692/4192956
[pid=23725] ppid=23723 vsize=12016 CPUtime=102.44
/proc/23725/stat : 23725 (CSPtoSAT+minisa) R 23723 23725 23484 0 -1 4194304 2092 0 0 0 10242 2 0 0 25 0 1 0 154216198 12304384 2036 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687572 0 0 4096 0 0 0 0 17 1 0 0
/proc/23725/statm: 3004 2036 721 52 0 1372 0
Current children cumulated CPU time (s) 102.44
Current children cumulated vsize (KiB) 12016

[startup+162.506 s]
/proc/loadavg: 2.00 2.00 2.00 4/86 23726
/proc/meminfo: memFree=1212456/2055920 swapFree=4186692/4192956
[pid=23725] ppid=23723 vsize=12016 CPUtime=162.45
/proc/23725/stat : 23725 (CSPtoSAT+minisa) R 23723 23725 23484 0 -1 4194304 2115 0 0 0 16243 2 0 0 25 0 1 0 154216198 12304384 2059 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687590 0 0 4096 0 0 0 0 17 1 0 0
/proc/23725/statm: 3004 2059 721 52 0 1372 0
Current children cumulated CPU time (s) 162.45
Current children cumulated vsize (KiB) 12016

[startup+222.532 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 23726
/proc/meminfo: memFree=1211880/2055920 swapFree=4186692/4192956
[pid=23725] ppid=23723 vsize=12148 CPUtime=222.45
/proc/23725/stat : 23725 (CSPtoSAT+minisa) R 23723 23725 23484 0 -1 4194304 2128 0 0 0 22243 2 0 0 25 0 1 0 154216198 12439552 2072 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 1 0 0
/proc/23725/statm: 3037 2072 721 52 0 1405 0
Current children cumulated CPU time (s) 222.45
Current children cumulated vsize (KiB) 12148

[startup+282.554 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 23726
/proc/meminfo: memFree=1211240/2055920 swapFree=4186692/4192956
[pid=23725] ppid=23723 vsize=12148 CPUtime=282.46
/proc/23725/stat : 23725 (CSPtoSAT+minisa) R 23723 23725 23484 0 -1 4194304 2137 0 0 0 28243 3 0 0 25 0 1 0 154216198 12439552 2081 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 1 0 0
/proc/23725/statm: 3037 2081 721 52 0 1405 0
Current children cumulated CPU time (s) 282.46
Current children cumulated vsize (KiB) 12148

[startup+342.575 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 23726
/proc/meminfo: memFree=1210600/2055920 swapFree=4186692/4192956
[pid=23725] ppid=23723 vsize=12148 CPUtime=342.46
/proc/23725/stat : 23725 (CSPtoSAT+minisa) R 23723 23725 23484 0 -1 4194304 2146 0 0 0 34243 3 0 0 25 0 1 0 154216198 12439552 2090 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134665802 0 0 4096 0 0 0 0 17 1 0 0
/proc/23725/statm: 3037 2090 721 52 0 1405 0
Current children cumulated CPU time (s) 342.46
Current children cumulated vsize (KiB) 12148

[startup+402.601 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 23726
/proc/meminfo: memFree=1210024/2055920 swapFree=4186692/4192956
[pid=23725] ppid=23723 vsize=12148 CPUtime=402.46
/proc/23725/stat : 23725 (CSPtoSAT+minisa) R 23723 23725 23484 0 -1 4194304 2153 0 0 0 40243 3 0 0 25 0 1 0 154216198 12439552 2097 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 1 0 0
/proc/23725/statm: 3037 2097 721 52 0 1405 0
Current children cumulated CPU time (s) 402.46
Current children cumulated vsize (KiB) 12148

[startup+462.621 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 23764
/proc/meminfo: memFree=1420960/2055920 swapFree=4186692/4192956
[pid=23725] ppid=23723 vsize=12148 CPUtime=462.41
/proc/23725/stat : 23725 (CSPtoSAT+minisa) R 23723 23725 23484 0 -1 4194304 2160 0 0 0 46237 4 0 0 25 0 1 0 154216198 12439552 2104 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 0 0 0
/proc/23725/statm: 3037 2104 721 52 0 1405 0
Current children cumulated CPU time (s) 462.41
Current children cumulated vsize (KiB) 12148

[startup+522.644 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 23764
/proc/meminfo: memFree=1419680/2055920 swapFree=4186692/4192956
[pid=23725] ppid=23723 vsize=12280 CPUtime=522.16
/proc/23725/stat : 23725 (CSPtoSAT+minisa) R 23723 23725 23484 0 -1 4194304 2166 0 0 0 52211 5 0 0 25 0 1 0 154216198 12574720 2110 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687395 0 0 4096 0 0 0 0 17 0 0 0
/proc/23725/statm: 3070 2110 721 52 0 1438 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 12280

[startup+582.66 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 23764
/proc/meminfo: memFree=1418464/2055920 swapFree=4186692/4192956
[pid=23725] ppid=23723 vsize=12280 CPUtime=581.9
/proc/23725/stat : 23725 (CSPtoSAT+minisa) R 23723 23725 23484 0 -1 4194304 2172 0 0 0 58185 5 0 0 25 0 1 0 154216198 12574720 2116 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134668878 0 0 4096 0 0 0 0 17 0 0 0
/proc/23725/statm: 3070 2116 721 52 0 1438 0
Current children cumulated CPU time (s) 581.9
Current children cumulated vsize (KiB) 12280

[startup+642.68 s]
/proc/loadavg: 2.08 2.02 2.01 3/86 23764
/proc/meminfo: memFree=1417312/2055920 swapFree=4186692/4192956
[pid=23725] ppid=23723 vsize=12280 CPUtime=641.64
/proc/23725/stat : 23725 (CSPtoSAT+minisa) R 23723 23725 23484 0 -1 4194304 2178 0 0 0 64159 5 0 0 25 0 1 0 154216198 12574720 2122 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134668774 0 0 4096 0 0 0 0 17 0 0 0
/proc/23725/statm: 3070 2122 721 52 0 1438 0
Current children cumulated CPU time (s) 641.64
Current children cumulated vsize (KiB) 12280

[startup+702.698 s]
/proc/loadavg: 2.03 2.01 2.00 3/86 23764
/proc/meminfo: memFree=1416160/2055920 swapFree=4186692/4192956
[pid=23725] ppid=23723 vsize=12280 CPUtime=701.4
/proc/23725/stat : 23725 (CSPtoSAT+minisa) R 23723 23725 23484 0 -1 4194304 2184 0 0 0 70134 6 0 0 25 0 1 0 154216198 12574720 2128 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 0 0 0
/proc/23725/statm: 3070 2128 721 52 0 1438 0
Current children cumulated CPU time (s) 701.4
Current children cumulated vsize (KiB) 12280

[startup+762.716 s]
/proc/loadavg: 2.01 2.00 2.00 3/86 23764
/proc/meminfo: memFree=1414944/2055920 swapFree=4186692/4192956
[pid=23725] ppid=23723 vsize=12280 CPUtime=761.13
/proc/23725/stat : 23725 (CSPtoSAT+minisa) R 23723 23725 23484 0 -1 4194304 2189 0 0 0 76107 6 0 0 25 0 1 0 154216198 12574720 2133 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134668878 0 0 4096 0 0 0 0 17 0 0 0
/proc/23725/statm: 3070 2133 721 52 0 1438 0
Current children cumulated CPU time (s) 761.13
Current children cumulated vsize (KiB) 12280

[startup+822.734 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 23764
/proc/meminfo: memFree=1413856/2055920 swapFree=4186692/4192956
[pid=23725] ppid=23723 vsize=12280 CPUtime=820.87
/proc/23725/stat : 23725 (CSPtoSAT+minisa) R 23723 23725 23484 0 -1 4194304 2193 0 0 0 82081 6 0 0 25 0 1 0 154216198 12574720 2137 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 0 0 0
/proc/23725/statm: 3070 2137 721 52 0 1438 0
Current children cumulated CPU time (s) 820.87
Current children cumulated vsize (KiB) 12280

[startup+882.754 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 23764
/proc/meminfo: memFree=1412704/2055920 swapFree=4186692/4192956
[pid=23725] ppid=23723 vsize=12412 CPUtime=880.62
/proc/23725/stat : 23725 (CSPtoSAT+minisa) R 23723 23725 23484 0 -1 4194304 2197 0 0 0 88056 6 0 0 25 0 1 0 154216198 12709888 2141 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134668774 0 0 4096 0 0 0 0 17 0 0 0
/proc/23725/statm: 3103 2141 721 52 0 1471 0
Current children cumulated CPU time (s) 880.62
Current children cumulated vsize (KiB) 12412

[startup+942.773 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 23764
/proc/meminfo: memFree=1411552/2055920 swapFree=4186692/4192956
[pid=23725] ppid=23723 vsize=12412 CPUtime=940.36
/proc/23725/stat : 23725 (CSPtoSAT+minisa) R 23723 23725 23484 0 -1 4194304 2202 0 0 0 94030 6 0 0 25 0 1 0 154216198 12709888 2146 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687582 0 0 4096 0 0 0 0 17 0 0 0
/proc/23725/statm: 3103 2146 721 52 0 1471 0
Current children cumulated CPU time (s) 940.36
Current children cumulated vsize (KiB) 12412

[startup+1002.82 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 23764
/proc/meminfo: memFree=1410528/2055920 swapFree=4186692/4192956
[pid=23725] ppid=23723 vsize=12412 CPUtime=1000.13
/proc/23725/stat : 23725 (CSPtoSAT+minisa) R 23723 23725 23484 0 -1 4194304 2206 0 0 0 100006 7 0 0 25 0 1 0 154216198 12709888 2150 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134668865 0 0 4096 0 0 0 0 17 0 0 0
/proc/23725/statm: 3103 2150 721 52 0 1471 0
Current children cumulated CPU time (s) 1000.13
Current children cumulated vsize (KiB) 12412

[startup+1062.84 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 23764
/proc/meminfo: memFree=1409440/2055920 swapFree=4186692/4192956
[pid=23725] ppid=23723 vsize=12412 CPUtime=1059.88
/proc/23725/stat : 23725 (CSPtoSAT+minisa) R 23723 23725 23484 0 -1 4194304 2210 0 0 0 105981 7 0 0 25 0 1 0 154216198 12709888 2154 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 0 0 0
/proc/23725/statm: 3103 2154 721 52 0 1471 0
Current children cumulated CPU time (s) 1059.88
Current children cumulated vsize (KiB) 12412

[startup+1122.86 s]
/proc/loadavg: 2.03 2.01 2.00 3/86 23764
/proc/meminfo: memFree=1408352/2055920 swapFree=4186692/4192956
[pid=23725] ppid=23723 vsize=12412 CPUtime=1119.62
/proc/23725/stat : 23725 (CSPtoSAT+minisa) R 23723 23725 23484 0 -1 4194304 2213 0 0 0 111955 7 0 0 25 0 1 0 154216198 12709888 2157 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134668878 0 0 4096 0 0 0 0 17 0 0 0
/proc/23725/statm: 3103 2157 721 52 0 1471 0
Current children cumulated CPU time (s) 1119.62
Current children cumulated vsize (KiB) 12412

[startup+1182.88 s]
/proc/loadavg: 2.01 2.01 2.00 3/86 23764
/proc/meminfo: memFree=1407264/2055920 swapFree=4186692/4192956
[pid=23725] ppid=23723 vsize=12412 CPUtime=1179.35
/proc/23725/stat : 23725 (CSPtoSAT+minisa) R 23723 23725 23484 0 -1 4194304 2216 0 0 0 117927 8 0 0 25 0 1 0 154216198 12709888 2160 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 0 0 0
/proc/23725/statm: 3103 2160 721 52 0 1471 0
Current children cumulated CPU time (s) 1179.35
Current children cumulated vsize (KiB) 12412

[startup+1242.89 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 23764
/proc/meminfo: memFree=1406240/2055920 swapFree=4186692/4192956
[pid=23725] ppid=23723 vsize=12412 CPUtime=1239.1
/proc/23725/stat : 23725 (CSPtoSAT+minisa) R 23723 23725 23484 0 -1 4194304 2221 0 0 0 123902 8 0 0 25 0 1 0 154216198 12709888 2165 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 0 0 0
/proc/23725/statm: 3103 2165 721 52 0 1471 0
Current children cumulated CPU time (s) 1239.1
Current children cumulated vsize (KiB) 12412

[startup+1302.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 23764
/proc/meminfo: memFree=1405152/2055920 swapFree=4186692/4192956
[pid=23725] ppid=23723 vsize=12412 CPUtime=1298.85
/proc/23725/stat : 23725 (CSPtoSAT+minisa) R 23723 23725 23484 0 -1 4194304 2224 0 0 0 129877 8 0 0 25 0 1 0 154216198 12709888 2168 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687509 0 0 4096 0 0 0 0 17 0 0 0
/proc/23725/statm: 3103 2168 721 52 0 1471 0
Current children cumulated CPU time (s) 1298.85
Current children cumulated vsize (KiB) 12412

[startup+1362.93 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 23764
/proc/meminfo: memFree=1404128/2055920 swapFree=4186692/4192956
[pid=23725] ppid=23723 vsize=12412 CPUtime=1358.58
/proc/23725/stat : 23725 (CSPtoSAT+minisa) R 23723 23725 23484 0 -1 4194304 2227 0 0 0 135850 8 0 0 25 0 1 0 154216198 12709888 2171 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687528 0 0 4096 0 0 0 0 17 0 0 0
/proc/23725/statm: 3103 2171 721 52 0 1471 0
Current children cumulated CPU time (s) 1358.58
Current children cumulated vsize (KiB) 12412

[startup+1422.96 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 23764
/proc/meminfo: memFree=1403104/2055920 swapFree=4186692/4192956
[pid=23725] ppid=23723 vsize=12412 CPUtime=1418.34
/proc/23725/stat : 23725 (CSPtoSAT+minisa) R 23723 23725 23484 0 -1 4194304 2231 0 0 0 141826 8 0 0 25 0 1 0 154216198 12709888 2175 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 0 0 0
/proc/23725/statm: 3103 2175 721 52 0 1471 0
Current children cumulated CPU time (s) 1418.34
Current children cumulated vsize (KiB) 12412

[startup+1482.99 s]
/proc/loadavg: 2.10 2.03 2.01 3/92 23882
/proc/meminfo: memFree=1400800/2055920 swapFree=4186692/4192956
[pid=23725] ppid=23723 vsize=12544 CPUtime=1478.05
/proc/23725/stat : 23725 (CSPtoSAT+minisa) R 23723 23725 23484 0 -1 4194304 2234 0 0 0 147784 21 0 0 25 0 1 0 154216198 12845056 2178 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 0 0 0
/proc/23725/statm: 3136 2178 721 52 0 1504 0
Current children cumulated CPU time (s) 1478.05
Current children cumulated vsize (KiB) 12544

[startup+1543.04 s]
/proc/loadavg: 2.03 2.02 2.00 3/92 23942
/proc/meminfo: memFree=1399784/2055920 swapFree=4186692/4192956
[pid=23725] ppid=23723 vsize=12544 CPUtime=1537.72
/proc/23725/stat : 23725 (CSPtoSAT+minisa) R 23723 23725 23484 0 -1 4194304 2239 0 0 0 153743 29 0 0 25 0 1 0 154216198 12845056 2183 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 0 0 0
/proc/23725/statm: 3136 2183 721 52 0 1504 0
Current children cumulated CPU time (s) 1537.72
Current children cumulated vsize (KiB) 12544

[startup+1603.07 s]
/proc/loadavg: 2.01 2.02 2.00 3/86 23962
/proc/meminfo: memFree=1399776/2055920 swapFree=4186692/4192956
[pid=23725] ppid=23723 vsize=12544 CPUtime=1597.47
/proc/23725/stat : 23725 (CSPtoSAT+minisa) R 23723 23725 23484 0 -1 4194304 2242 0 0 0 159717 30 0 0 25 0 1 0 154216198 12845056 2186 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 0 0 0
/proc/23725/statm: 3136 2186 721 52 0 1504 0
Current children cumulated CPU time (s) 1597.47
Current children cumulated vsize (KiB) 12544

[startup+1663.09 s]
/proc/loadavg: 2.00 2.01 2.00 3/86 23962
/proc/meminfo: memFree=1398816/2055920 swapFree=4186692/4192956
[pid=23725] ppid=23723 vsize=12544 CPUtime=1657.23
/proc/23725/stat : 23725 (CSPtoSAT+minisa) R 23723 23725 23484 0 -1 4194304 2245 0 0 0 165693 30 0 0 25 0 1 0 154216198 12845056 2189 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 0 0 0
/proc/23725/statm: 3136 2189 721 52 0 1504 0
Current children cumulated CPU time (s) 1657.23
Current children cumulated vsize (KiB) 12544

[startup+1723.11 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 23962
/proc/meminfo: memFree=1397728/2055920 swapFree=4186692/4192956
[pid=23725] ppid=23723 vsize=12544 CPUtime=1716.95
/proc/23725/stat : 23725 (CSPtoSAT+minisa) R 23723 23725 23484 0 -1 4194304 2249 0 0 0 171665 30 0 0 25 0 1 0 154216198 12845056 2193 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687525 0 0 4096 0 0 0 0 17 0 0 0
/proc/23725/statm: 3136 2193 721 52 0 1504 0
Current children cumulated CPU time (s) 1716.95
Current children cumulated vsize (KiB) 12544

[startup+1783.13 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 23962
/proc/meminfo: memFree=1396768/2055920 swapFree=4186692/4192956
[pid=23725] ppid=23723 vsize=12544 CPUtime=1776.7
/proc/23725/stat : 23725 (CSPtoSAT+minisa) R 23723 23725 23484 0 -1 4194304 2254 0 0 0 177640 30 0 0 25 0 1 0 154216198 12845056 2198 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134668780 0 0 4096 0 0 0 0 17 0 0 0
/proc/23725/statm: 3136 2198 721 52 0 1504 0
Current children cumulated CPU time (s) 1776.7
Current children cumulated vsize (KiB) 12544



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.53 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 23962
/proc/meminfo: memFree=1396384/2055920 swapFree=4186692/4192956
[pid=23725] ppid=23723 vsize=12544 CPUtime=1800
/proc/23725/stat : 23725 (CSPtoSAT+minisa) R 23723 23725 23484 0 -1 4194304 2255 0 0 0 179970 30 0 0 25 0 1 0 154216198 12845056 2199 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134687582 0 0 4096 0 0 0 0 17 0 0 0
/proc/23725/statm: 3136 2199 721 52 0 1504 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 12544

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1806.54
CPU time (s): 1800.02
CPU user time (s): 1799.71
CPU system time (s): 0.308953
CPU usage (%): 99.6391
Max. virtual memory (cumulated for all children) (KiB): 12544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.71
system time used= 0.308953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2255
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11
involuntary context switches= 22865

runsolver used 1.69874 s user time and 4.99224 s system time

The end

Launcher Data (download as text)

Begin job on node10 on Sat Jan  6 04:36:51 UTC 2007


IDJOB= 204310
IDBENCH= 4013
FILE ID= node10/204310-1168058211

PBS_JOBID= 3475339

Free space on /tmp= 66353 MiB

BENCH NAME= HOME/pub/bench/CPAI06/jobShop/jobShop-e0ddr1/e0ddr1-10-by-5-5.xml
COMMAND LINE= /tmp/evaluation/204310-1168058211/CSPtoSAT+minisat /tmp/evaluation/204310-1168058211/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node10/watcher-204310-1168058211 -o ROOT/results/node10/solver-204310-1168058211 -C 1800 -M 900  /tmp/evaluation/204310-1168058211/CSPtoSAT+minisat /tmp/evaluation/204310-1168058211/unknown.xml

META MD5SUM SOLVER= 0ab327eaa5be249b47b2f4b19927f0b0
MD5SUM BENCH=  5210f413b6ef28a7e61f91fc26a4a3e6

RANDOM SEED= 966907465

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1219520 kB
Buffers:         61856 kB
Cached:         396340 kB
SwapCached:       3592 kB
Active:         468260 kB
Inactive:       275116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1219520 kB
SwapTotal:     4192956 kB
SwapFree:      4186692 kB
Dirty:            1664 kB
Writeback:           0 kB
Mapped:         303868 kB
Slab:            77372 kB
Committed_AS:  3741592 kB
PageTables:       2752 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= 66356 MiB



End job on node10 on Sat Jan  6 05:06:57 UTC 2007