Trace number 209855

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.1 1802.2

General information on the benchmark

Namefapp/fapp26-30/fapp26/
fapp26-2300-6.xml
MD5SUMa2bf961eebc9ad7657c99a99d45c26b9
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.56185
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables2300
Number of constraints24253
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension24253
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...
3.29	c ...done
3.29	c #SATvar=1900771 #SATclauses=3794638 #CSPpredicates=24253

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/node13/watcher-209855-1168062470 -o ROOT/results/node13/solver-209855-1168062470 -C 1800 -M 900 /tmp/evaluation/209855-1168062470/CSPtoSAT+minisat /tmp/evaluation/209855-1168062470/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: 1.98 1.97 1.98 4/86 1620
/proc/meminfo: memFree=1090256/2055920 swapFree=4192812/4192956
[pid=1619] ppid=1617 vsize=6696 CPUtime=0
/proc/1619/stat : 1619 (CSPtoSAT+minisa) R 1617 1619 1564 0 -1 4194304 435 0 0 0 0 0 0 0 18 0 1 0 154641988 6856704 414 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 11848568 0 0 4096 0 0 0 0 17 0 0 0
/proc/1619/statm: 1674 414 374 52 0 30 0

[startup+0.103643 s]
/proc/loadavg: 1.98 1.97 1.98 4/86 1620
/proc/meminfo: memFree=1090256/2055920 swapFree=4192812/4192956
[pid=1619] ppid=1617 vsize=15176 CPUtime=0.09
/proc/1619/stat : 1619 (CSPtoSAT+minisa) R 1617 1619 1564 0 -1 4194304 2667 0 0 0 8 1 0 0 18 0 1 0 154641988 15540224 2615 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134669248 0 0 4096 0 0 0 0 17 0 0 0
/proc/1619/statm: 3794 2620 694 52 0 2162 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15176

[startup+0.512697 s]
/proc/loadavg: 1.98 1.97 1.98 4/86 1620
/proc/meminfo: memFree=1090256/2055920 swapFree=4192812/4192956
[pid=1619] ppid=1617 vsize=91640 CPUtime=0.5
/proc/1619/stat : 1619 (CSPtoSAT+minisa) R 1617 1619 1564 0 -1 4194304 19207 0 0 0 40 10 0 0 22 0 1 0 154641988 93839360 19021 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 12314235 0 0 4096 0 0 0 0 17 0 0 0
/proc/1619/statm: 22910 19024 696 52 0 21278 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 91640

[startup+1.33881 s]
/proc/loadavg: 1.98 1.97 1.98 3/86 1620
/proc/meminfo: memFree=926608/2055920 swapFree=4192812/4192956
[pid=1619] ppid=1617 vsize=223492 CPUtime=1.33
/proc/1619/stat : 1619 (CSPtoSAT+minisa) R 1617 1619 1564 0 -1 4194304 49347 0 0 0 103 30 0 0 25 0 1 0 154641988 228855808 49161 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134669235 0 0 4096 0 0 0 0 17 0 0 0
/proc/1619/statm: 55873 49163 696 52 0 54241 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 223492

[startup+2.98503 s]
/proc/loadavg: 1.98 1.97 1.98 3/86 1620
/proc/meminfo: memFree=839440/2055920 swapFree=4192812/4192956
[pid=1619] ppid=1617 vsize=291828 CPUtime=2.97
/proc/1619/stat : 1619 (CSPtoSAT+minisa) R 1617 1619 1564 0 -1 4194304 63921 0 0 0 259 38 0 0 25 0 1 0 154641988 298831872 63735 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 4158603296 0 0 4096 0 0 0 0 17 0 0 0
/proc/1619/statm: 72957 63735 704 52 0 71325 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 291828

[startup+6.26447 s]
/proc/loadavg: 1.98 1.97 1.98 3/86 1620
/proc/meminfo: memFree=836048/2055920 swapFree=4192812/4192956
[pid=1619] ppid=1617 vsize=292940 CPUtime=6.25
/proc/1619/stat : 1619 (CSPtoSAT+minisa) R 1617 1619 1564 0 -1 4194304 64269 0 0 0 587 38 0 0 25 0 1 0 154641988 299970560 64049 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134678275 0 0 4096 0 0 0 0 17 0 0 0
/proc/1619/statm: 73235 64049 721 52 0 71603 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 292940

[startup+12.7383 s]
/proc/loadavg: 1.98 1.97 1.98 3/86 1620
/proc/meminfo: memFree=836048/2055920 swapFree=4192812/4192956
[pid=1619] ppid=1617 vsize=293204 CPUtime=12.72
/proc/1619/stat : 1619 (CSPtoSAT+minisa) R 1617 1619 1564 0 -1 4194304 64286 0 0 0 1234 38 0 0 25 0 1 0 154641988 300240896 64066 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134665654 0 0 4096 0 0 0 0 17 0 0 0
/proc/1619/statm: 73301 64066 721 52 0 71669 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 293204

[startup+25.561 s]
/proc/loadavg: 1.98 1.97 1.98 3/86 1620
/proc/meminfo: memFree=835792/2055920 swapFree=4192812/4192956
[pid=1619] ppid=1617 vsize=293520 CPUtime=25.51
/proc/1619/stat : 1619 (CSPtoSAT+minisa) R 1617 1619 1564 0 -1 4194304 64394 0 0 0 2512 39 0 0 25 0 1 0 154641988 300564480 64174 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134679939 0 0 4096 0 0 0 0 17 0 0 0
/proc/1619/statm: 73380 64174 721 52 0 71748 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 293520

[startup+51.2315 s]
/proc/loadavg: 2.04 1.99 1.98 3/86 1620
/proc/meminfo: memFree=834896/2055920 swapFree=4192812/4192956
[pid=1619] ppid=1617 vsize=294456 CPUtime=51.16
/proc/1619/stat : 1619 (CSPtoSAT+minisa) R 1617 1619 1564 0 -1 4194304 64574 0 0 0 5077 39 0 0 25 0 1 0 154641988 301522944 64354 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134678275 0 0 4096 0 0 0 0 17 0 0 0
/proc/1619/statm: 73614 64354 721 52 0 71982 0
Current children cumulated CPU time (s) 51.16
Current children cumulated vsize (KiB) 294456

[startup+102.458 s]
/proc/loadavg: 2.02 1.99 1.98 3/86 1620
/proc/meminfo: memFree=833872/2055920 swapFree=4192812/4192956
[pid=1619] ppid=1617 vsize=295012 CPUtime=102.34
/proc/1619/stat : 1619 (CSPtoSAT+minisa) R 1617 1619 1564 0 -1 4194304 64736 0 0 0 10194 40 0 0 25 0 1 0 154641988 302092288 64516 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671231 0 0 4096 0 0 0 0 17 0 0 0
/proc/1619/statm: 73753 64516 721 52 0 72121 0
Current children cumulated CPU time (s) 102.34
Current children cumulated vsize (KiB) 295012

[startup+162.513 s]
/proc/loadavg: 2.00 1.99 1.98 3/86 1620
/proc/meminfo: memFree=832656/2055920 swapFree=4192812/4192956
[pid=1619] ppid=1617 vsize=295732 CPUtime=162.31
/proc/1619/stat : 1619 (CSPtoSAT+minisa) R 1617 1619 1564 0 -1 4194304 64898 0 0 0 16191 40 0 0 25 0 1 0 154641988 302829568 64678 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671231 0 0 4096 0 0 0 0 17 0 0 0
/proc/1619/statm: 73933 64678 721 52 0 72301 0
Current children cumulated CPU time (s) 162.31
Current children cumulated vsize (KiB) 295732

[startup+222.574 s]
/proc/loadavg: 2.00 1.99 1.98 3/86 1620
/proc/meminfo: memFree=831568/2055920 swapFree=4192812/4192956
[pid=1619] ppid=1617 vsize=296260 CPUtime=222.31
/proc/1619/stat : 1619 (CSPtoSAT+minisa) R 1617 1619 1564 0 -1 4194304 65045 0 0 0 22190 41 0 0 25 0 1 0 154641988 303370240 64825 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671294 0 0 4096 0 0 0 0 17 0 0 0
/proc/1619/statm: 74065 64825 721 52 0 72433 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 296260

[startup+282.626 s]
/proc/loadavg: 2.00 1.99 1.98 3/86 1620
/proc/meminfo: memFree=830416/2055920 swapFree=4192812/4192956
[pid=1619] ppid=1617 vsize=296820 CPUtime=282.3
/proc/1619/stat : 1619 (CSPtoSAT+minisa) R 1617 1619 1564 0 -1 4194304 65192 0 0 0 28189 41 0 0 25 0 1 0 154641988 303943680 64972 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134678260 0 0 4096 0 0 0 0 17 0 0 0
/proc/1619/statm: 74205 64972 721 52 0 72573 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 296820

[startup+342.683 s]
/proc/loadavg: 2.00 1.99 1.98 3/86 1620
/proc/meminfo: memFree=829400/2055920 swapFree=4192812/4192956
[pid=1619] ppid=1617 vsize=297348 CPUtime=342.28
/proc/1619/stat : 1619 (CSPtoSAT+minisa) R 1617 1619 1564 0 -1 4194304 65332 0 0 0 34187 41 0 0 25 0 1 0 154641988 304484352 65112 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134678531 0 0 4096 0 0 0 0 17 0 0 0
/proc/1619/statm: 74337 65112 721 52 0 72705 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 297348

[startup+402.739 s]
/proc/loadavg: 2.00 1.99 1.98 3/86 1620
/proc/meminfo: memFree=828312/2055920 swapFree=4192812/4192956
[pid=1619] ppid=1617 vsize=297956 CPUtime=402.27
/proc/1619/stat : 1619 (CSPtoSAT+minisa) R 1617 1619 1564 0 -1 4194304 65470 0 0 0 40185 42 0 0 25 0 1 0 154641988 305106944 65250 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134562857 0 0 4096 0 0 0 0 17 0 0 0
/proc/1619/statm: 74489 65250 721 52 0 72857 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 297956

[startup+462.796 s]
/proc/loadavg: 2.00 1.99 1.98 3/86 1620
/proc/meminfo: memFree=827288/2055920 swapFree=4192812/4192956
[pid=1619] ppid=1617 vsize=298484 CPUtime=462.27
/proc/1619/stat : 1619 (CSPtoSAT+minisa) R 1617 1619 1564 0 -1 4194304 65603 0 0 0 46184 43 0 0 25 0 1 0 154641988 305647616 65383 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671454 0 0 4096 0 0 0 0 17 0 0 0
/proc/1619/statm: 74621 65383 721 52 0 72989 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 298484

[startup+522.851 s]
/proc/loadavg: 2.00 1.99 1.98 3/86 1620
/proc/meminfo: memFree=826200/2055920 swapFree=4192812/4192956
[pid=1619] ppid=1617 vsize=299012 CPUtime=522.25
/proc/1619/stat : 1619 (CSPtoSAT+minisa) R 1617 1619 1564 0 -1 4194304 65735 0 0 0 52182 43 0 0 25 0 1 0 154641988 306188288 65515 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671191 0 0 4096 0 0 0 0 17 0 0 0
/proc/1619/statm: 74753 65515 721 52 0 73121 0
Current children cumulated CPU time (s) 522.25
Current children cumulated vsize (KiB) 299012

[startup+582.911 s]
/proc/loadavg: 2.00 1.99 1.98 3/86 1620
/proc/meminfo: memFree=825176/2055920 swapFree=4192812/4192956
[pid=1619] ppid=1617 vsize=299540 CPUtime=582.23
/proc/1619/stat : 1619 (CSPtoSAT+minisa) R 1617 1619 1564 0 -1 4194304 65863 0 0 0 58180 43 0 0 25 0 1 0 154641988 306728960 65643 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134562834 0 0 4096 0 0 0 0 17 0 0 0
/proc/1619/statm: 74885 65643 721 52 0 73253 0
Current children cumulated CPU time (s) 582.23
Current children cumulated vsize (KiB) 299540

[startup+642.965 s]
/proc/loadavg: 2.00 1.99 1.98 3/86 1620
/proc/meminfo: memFree=824216/2055920 swapFree=4192812/4192956
[pid=1619] ppid=1617 vsize=300188 CPUtime=642.23
/proc/1619/stat : 1619 (CSPtoSAT+minisa) R 1617 1619 1564 0 -1 4194304 65993 0 0 0 64179 44 0 0 25 0 1 0 154641988 307392512 65773 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671228 0 0 4096 0 0 0 0 17 0 0 0
/proc/1619/statm: 75047 65773 721 52 0 73415 0
Current children cumulated CPU time (s) 642.23
Current children cumulated vsize (KiB) 300188

[startup+703.021 s]
/proc/loadavg: 2.00 1.99 1.98 3/86 1620
/proc/meminfo: memFree=823192/2055920 swapFree=4192812/4192956
[pid=1619] ppid=1617 vsize=300584 CPUtime=702.22
/proc/1619/stat : 1619 (CSPtoSAT+minisa) R 1617 1619 1564 0 -1 4194304 66128 0 0 0 70177 45 0 0 25 0 1 0 154641988 307798016 65908 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671231 0 0 4096 0 0 0 0 17 0 0 0
/proc/1619/statm: 75146 65908 721 52 0 73514 0
Current children cumulated CPU time (s) 702.22
Current children cumulated vsize (KiB) 300584

[startup+763.082 s]
/proc/loadavg: 2.03 2.00 1.99 3/86 1620
/proc/meminfo: memFree=822232/2055920 swapFree=4192812/4192956
[pid=1619] ppid=1617 vsize=301112 CPUtime=762.21
/proc/1619/stat : 1619 (CSPtoSAT+minisa) R 1617 1619 1564 0 -1 4194304 66259 0 0 0 76175 46 0 0 25 0 1 0 154641988 308338688 66039 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671150 0 0 4096 0 0 0 0 17 0 0 0
/proc/1619/statm: 75278 66039 721 52 0 73646 0
Current children cumulated CPU time (s) 762.21
Current children cumulated vsize (KiB) 301112

[startup+823.157 s]
/proc/loadavg: 2.01 2.00 1.99 3/92 1743
/proc/meminfo: memFree=819792/2055920 swapFree=4192812/4192956
[pid=1619] ppid=1617 vsize=301640 CPUtime=822.17
/proc/1619/stat : 1619 (CSPtoSAT+minisa) R 1617 1619 1564 0 -1 4194304 66386 0 0 0 82159 58 0 0 25 0 1 0 154641988 308879360 66166 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134665433 0 0 4096 0 0 0 0 17 0 0 0
/proc/1619/statm: 75410 66166 721 52 0 73778 0
Current children cumulated CPU time (s) 822.17
Current children cumulated vsize (KiB) 301640

[startup+883.249 s]
/proc/loadavg: 2.00 2.00 1.99 3/92 1806
/proc/meminfo: memFree=818848/2055920 swapFree=4192812/4192956
[pid=1619] ppid=1617 vsize=302036 CPUtime=882.16
/proc/1619/stat : 1619 (CSPtoSAT+minisa) R 1617 1619 1564 0 -1 4194304 66510 0 0 0 88146 70 0 0 25 0 1 0 154641988 309284864 66290 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134665598 0 0 4096 0 0 0 0 17 0 0 0
/proc/1619/statm: 75509 66290 721 52 0 73877 0
Current children cumulated CPU time (s) 882.16
Current children cumulated vsize (KiB) 302036

[startup+943.312 s]
/proc/loadavg: 2.00 2.00 1.99 3/86 1830
/proc/meminfo: memFree=819088/2055920 swapFree=4192812/4192956
[pid=1619] ppid=1617 vsize=302744 CPUtime=942.15
/proc/1619/stat : 1619 (CSPtoSAT+minisa) R 1617 1619 1564 0 -1 4194304 66635 0 0 0 94144 71 0 0 25 0 1 0 154641988 310009856 66415 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134678189 0 0 4096 0 0 0 0 17 0 0 0
/proc/1619/statm: 75686 66415 721 52 0 74054 0
Current children cumulated CPU time (s) 942.15
Current children cumulated vsize (KiB) 302744

[startup+1003.37 s]
/proc/loadavg: 2.00 2.00 1.99 3/86 1830
/proc/meminfo: memFree=818128/2055920 swapFree=4192812/4192956
[pid=1619] ppid=1617 vsize=303272 CPUtime=1002.15
/proc/1619/stat : 1619 (CSPtoSAT+minisa) R 1617 1619 1564 0 -1 4194304 66758 0 0 0 100143 72 0 0 25 0 1 0 154641988 310550528 66538 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134667351 0 0 4096 0 0 0 0 17 0 0 0
/proc/1619/statm: 75818 66538 721 52 0 74186 0
Current children cumulated CPU time (s) 1002.15
Current children cumulated vsize (KiB) 303272

[startup+1063.43 s]
/proc/loadavg: 2.00 2.00 1.99 3/86 1830
/proc/meminfo: memFree=817168/2055920 swapFree=4192812/4192956
[pid=1619] ppid=1617 vsize=303668 CPUtime=1062.13
/proc/1619/stat : 1619 (CSPtoSAT+minisa) R 1617 1619 1564 0 -1 4194304 66882 0 0 0 106141 72 0 0 25 0 1 0 154641988 310956032 66662 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671228 0 0 4096 0 0 0 0 17 0 0 0
/proc/1619/statm: 75917 66662 721 52 0 74285 0
Current children cumulated CPU time (s) 1062.13
Current children cumulated vsize (KiB) 303668

[startup+1123.48 s]
/proc/loadavg: 2.00 2.00 1.99 3/86 1830
/proc/meminfo: memFree=816208/2055920 swapFree=4192812/4192956
[pid=1619] ppid=1617 vsize=304196 CPUtime=1122.13
/proc/1619/stat : 1619 (CSPtoSAT+minisa) R 1617 1619 1564 0 -1 4194304 67005 0 0 0 112140 73 0 0 25 0 1 0 154641988 311496704 66785 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134678169 0 0 4096 0 0 0 0 17 0 0 0
/proc/1619/statm: 76049 66785 721 52 0 74417 0
Current children cumulated CPU time (s) 1122.13
Current children cumulated vsize (KiB) 304196

[startup+1183.54 s]
/proc/loadavg: 2.00 2.00 1.99 3/86 1830
/proc/meminfo: memFree=815248/2055920 swapFree=4192812/4192956
[pid=1619] ppid=1617 vsize=304592 CPUtime=1182.11
/proc/1619/stat : 1619 (CSPtoSAT+minisa) R 1617 1619 1564 0 -1 4194304 67128 0 0 0 118138 73 0 0 25 0 1 0 154641988 311902208 66908 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134665622 0 0 4096 0 0 0 0 17 0 0 0
/proc/1619/statm: 76148 66908 721 52 0 74516 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 304592

[startup+1243.6 s]
/proc/loadavg: 2.00 2.00 1.99 3/86 1830
/proc/meminfo: memFree=814360/2055920 swapFree=4192812/4192956
[pid=1619] ppid=1617 vsize=305120 CPUtime=1242.09
/proc/1619/stat : 1619 (CSPtoSAT+minisa) R 1617 1619 1564 0 -1 4194304 67250 0 0 0 124136 73 0 0 25 0 1 0 154641988 312442880 67030 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134667312 0 0 4096 0 0 0 0 17 0 0 0
/proc/1619/statm: 76280 67030 721 52 0 74648 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 305120

[startup+1303.66 s]
/proc/loadavg: 2.00 2.00 1.99 3/86 1830
/proc/meminfo: memFree=813464/2055920 swapFree=4192812/4192956
[pid=1619] ppid=1617 vsize=305516 CPUtime=1302.09
/proc/1619/stat : 1619 (CSPtoSAT+minisa) R 1617 1619 1564 0 -1 4194304 67370 0 0 0 130135 74 0 0 25 0 1 0 154641988 312848384 67150 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134667398 0 0 4096 0 0 0 0 17 0 0 0
/proc/1619/statm: 76379 67150 721 52 0 74747 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 305516

[startup+1363.72 s]
/proc/loadavg: 2.00 2.00 1.99 3/86 1830
/proc/meminfo: memFree=812568/2055920 swapFree=4192812/4192956
[pid=1619] ppid=1617 vsize=306044 CPUtime=1362.08
/proc/1619/stat : 1619 (CSPtoSAT+minisa) R 1617 1619 1564 0 -1 4194304 67489 0 0 0 136134 74 0 0 25 0 1 0 154641988 313389056 67269 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134665601 0 0 4096 0 0 0 0 17 0 0 0
/proc/1619/statm: 76511 67269 721 52 0 74879 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 306044

[startup+1423.77 s]
/proc/loadavg: 2.09 2.03 2.00 3/86 1830
/proc/meminfo: memFree=811672/2055920 swapFree=4192812/4192956
[pid=1619] ppid=1617 vsize=306708 CPUtime=1422.06
/proc/1619/stat : 1619 (CSPtoSAT+minisa) R 1617 1619 1564 0 -1 4194304 67607 0 0 0 142131 75 0 0 25 0 1 0 154641988 314068992 67387 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671231 0 0 4096 0 0 0 0 17 0 0 0
/proc/1619/statm: 76677 67387 721 52 0 75045 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 306708

[startup+1483.83 s]
/proc/loadavg: 2.03 2.02 2.00 3/86 1830
/proc/meminfo: memFree=810712/2055920 swapFree=4192812/4192956
[pid=1619] ppid=1617 vsize=307104 CPUtime=1482.05
/proc/1619/stat : 1619 (CSPtoSAT+minisa) R 1617 1619 1564 0 -1 4194304 67724 0 0 0 148130 75 0 0 25 0 1 0 154641988 314474496 67504 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671231 0 0 4096 0 0 0 0 17 0 0 0
/proc/1619/statm: 76776 67504 721 52 0 75144 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 307104

[startup+1543.89 s]
/proc/loadavg: 2.01 2.02 2.00 3/86 1830
/proc/meminfo: memFree=809816/2055920 swapFree=4192812/4192956
[pid=1619] ppid=1617 vsize=307632 CPUtime=1542.04
/proc/1619/stat : 1619 (CSPtoSAT+minisa) R 1617 1619 1564 0 -1 4194304 67841 0 0 0 154129 75 0 0 25 0 1 0 154641988 315015168 67621 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671298 0 0 4096 0 0 0 0 17 0 0 0
/proc/1619/statm: 76908 67621 721 52 0 75276 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 307632

[startup+1603.95 s]
/proc/loadavg: 2.00 2.01 2.00 3/86 1830
/proc/meminfo: memFree=808920/2055920 swapFree=4192812/4192956
[pid=1619] ppid=1617 vsize=308028 CPUtime=1602.03
/proc/1619/stat : 1619 (CSPtoSAT+minisa) R 1617 1619 1564 0 -1 4194304 67958 0 0 0 160127 76 0 0 25 0 1 0 154641988 315420672 67738 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134667433 0 0 4096 0 0 0 0 17 0 0 0
/proc/1619/statm: 77007 67738 721 52 0 75375 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 308028

[startup+1664 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 1830
/proc/meminfo: memFree=808024/2055920 swapFree=4192812/4192956
[pid=1619] ppid=1617 vsize=308556 CPUtime=1662.03
/proc/1619/stat : 1619 (CSPtoSAT+minisa) R 1617 1619 1564 0 -1 4194304 68075 0 0 0 166127 76 0 0 25 0 1 0 154641988 315961344 67855 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134678235 0 0 4096 0 0 0 0 17 0 0 0
/proc/1619/statm: 77139 67855 721 52 0 75507 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 308556

[startup+1724.1 s]
/proc/loadavg: 1.51 1.87 1.96 2/81 1907
/proc/meminfo: memFree=1079632/2055920 swapFree=4192812/4192956
[pid=1619] ppid=1617 vsize=308952 CPUtime=1722.08
/proc/1619/stat : 1619 (CSPtoSAT+minisa) R 1617 1619 1564 0 -1 4194304 68201 0 0 0 172130 78 0 0 25 0 1 0 154641988 316366848 67981 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134678235 0 0 4096 0 0 0 0 17 0 0 0
/proc/1619/statm: 77238 67981 721 52 0 75606 0
Current children cumulated CPU time (s) 1722.08
Current children cumulated vsize (KiB) 308952

[startup+1784.2 s]
/proc/loadavg: 1.67 1.84 1.94 3/86 1944
/proc/meminfo: memFree=1067688/2055920 swapFree=4192812/4192956
[pid=1619] ppid=1617 vsize=309480 CPUtime=1782.09
/proc/1619/stat : 1619 (CSPtoSAT+minisa) R 1617 1619 1564 0 -1 4194304 68331 0 0 0 178129 80 0 0 25 0 1 0 154641988 316907520 68111 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134667292 0 0 4096 0 0 0 0 17 0 0 0
/proc/1619/statm: 77370 68111 721 52 0 75738 0
Current children cumulated CPU time (s) 1782.09
Current children cumulated vsize (KiB) 309480



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.15 s]
/proc/loadavg: 1.77 1.85 1.94 3/86 1944
/proc/meminfo: memFree=1067048/2055920 swapFree=4192812/4192956
[pid=1619] ppid=1617 vsize=309612 CPUtime=1800.04
/proc/1619/stat : 1619 (CSPtoSAT+minisa) R 1617 1619 1564 0 -1 4194304 68367 0 0 0 179924 80 0 0 25 0 1 0 154641988 317042688 68147 18446744073709551615 134512640 134728504 4294956624 18446744073709551615 134671688 0 0 4096 0 0 0 0 17 0 0 0
/proc/1619/statm: 77403 68147 721 52 0 75771 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 309612

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1802.2
CPU time (s): 1800.1
CPU user time (s): 1799.24
CPU system time (s): 0.85487
CPU usage (%): 99.8834
Max. virtual memory (cumulated for all children) (KiB): 309612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.24
system time used= 0.85487
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68367
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= 10
involuntary context switches= 47195

runsolver used 2.12868 s user time and 5.80712 s system time

The end

Launcher Data (download as text)

Begin job on node13 on Sat Jan  6 05:47:50 UTC 2007


IDJOB= 209855
IDBENCH= 4564
FILE ID= node13/209855-1168062470

PBS_JOBID= 3475374

Free space on /tmp= 66312 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp26-30/fapp26/fapp26-2300-6.xml
COMMAND LINE= /tmp/evaluation/209855-1168062470/CSPtoSAT+minisat /tmp/evaluation/209855-1168062470/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node13/watcher-209855-1168062470 -o ROOT/results/node13/solver-209855-1168062470 -C 1800 -M 900  /tmp/evaluation/209855-1168062470/CSPtoSAT+minisat /tmp/evaluation/209855-1168062470/unknown.xml

META MD5SUM SOLVER= 0ab327eaa5be249b47b2f4b19927f0b0
MD5SUM BENCH=  a2bf961eebc9ad7657c99a99d45c26b9

RANDOM SEED= 463799377

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.247
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.247
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:       1090736 kB
Buffers:         70520 kB
Cached:         494084 kB
SwapCached:          0 kB
Active:         624488 kB
Inactive:       245716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1090736 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5064 kB
Writeback:           0 kB
Mapped:         328020 kB
Slab:            79092 kB
Committed_AS:  3836188 kB
PageTables:       3032 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= 66313 MiB



End job on node13 on Sat Jan  6 06:17:52 UTC 2007