Trace number 1581343

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
CircUs 2009-03-23? (TO) 1200.12 1200.64

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-20-5p1.cnf
MD5SUM10eca282b9263f77903cd90a479b46ee
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark393.634
Satisfiable
(Un)Satisfiability was proved
Number of variables225926
Number of clauses1207249
Sum of the clauses size2914329
Maximum clause length10
Minimum clause length1
Number of clauses of size 111403
Number of clauses of size 2854772
Number of clauses of size 3284354
Number of clauses of size 46300
Number of clauses of size 525200
Number of clauses of size over 525220

Solver Data

6.19/6.25	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
6.19/6.25	c Eliminate time :       4.38 

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1581343-1238927520/watcher-1581343-1238927520 -o /tmp/evaluation-result-1581343-1238927520/solver-1581343-1238927520 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1581343-1238927520.cnf -t 1200 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.08 1.07 1.00 3/70 31945
/proc/meminfo: memFree=1433848/2055920 swapFree=4174072/4192956
[pid=31945] ppid=31943 vsize=6496 CPUtime=0
/proc/31945/stat : 31945 (CirCUs) R 31943 31945 31675 0 -1 4194304 815 0 0 0 0 0 0 0 18 0 1 120000 1165417196 6651904 800 1992294400 134512640 135224549 4294956208 18446744073709551615 134593788 0 0 4096 8192 0 0 0 17 0 0 0
/proc/31945/statm: 1624 806 66 173 0 1449 0

[startup+0.0891289 s]
/proc/loadavg: 1.08 1.07 1.00 3/70 31945
/proc/meminfo: memFree=1433848/2055920 swapFree=4174072/4192956
[pid=31945] ppid=31943 vsize=30084 CPUtime=0.08
/proc/31945/stat : 31945 (CirCUs) R 31943 31945 31675 0 -1 4194304 4651 0 0 0 6 2 0 0 18 0 1 120000 1165417196 30806016 4538 1992294400 134512640 135224549 4294956208 18446744073709551615 134726407 0 0 4096 8192 0 0 0 17 0 0 0
/proc/31945/statm: 7521 4541 70 173 0 7346 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 30084

[startup+0.102129 s]
/proc/loadavg: 1.08 1.07 1.00 3/70 31945
/proc/meminfo: memFree=1433848/2055920 swapFree=4174072/4192956
[pid=31945] ppid=31943 vsize=31008 CPUtime=0.1
/proc/31945/stat : 31945 (CirCUs) R 31943 31945 31675 0 -1 4194304 4912 0 0 0 8 2 0 0 18 0 1 120000 1165417196 31752192 4799 1992294400 134512640 135224549 4294956208 18446744073709551615 134726407 0 0 4096 8192 0 0 0 17 0 0 0
/proc/31945/statm: 7752 4802 70 173 0 7577 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 31008

[startup+0.301151 s]
/proc/loadavg: 1.08 1.07 1.00 3/70 31945
/proc/meminfo: memFree=1433848/2055920 swapFree=4174072/4192956
[pid=31945] ppid=31943 vsize=41948 CPUtime=0.29
/proc/31945/stat : 31945 (CirCUs) R 31943 31945 31675 0 -1 4194304 8072 0 0 0 26 3 0 0 19 0 1 120000 1165417196 42954752 7830 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 0 0 0
/proc/31945/statm: 10487 7831 70 173 0 10312 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 41948

[startup+0.702197 s]
/proc/loadavg: 1.08 1.07 1.00 3/70 31945
/proc/meminfo: memFree=1433848/2055920 swapFree=4174072/4192956
[pid=31945] ppid=31943 vsize=57492 CPUtime=0.69
/proc/31945/stat : 31945 (CirCUs) R 31943 31945 31675 0 -1 4194304 12399 0 0 0 64 5 0 0 24 0 1 120000 1165417196 58871808 11900 1992294400 134512640 135224549 4294956208 18446744073709551615 134632558 0 0 4096 8192 0 0 0 17 0 0 0
/proc/31945/statm: 14373 11901 70 173 0 14198 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 57492

[startup+1.5013 s]
/proc/loadavg: 1.08 1.07 1.00 2/71 31946
/proc/meminfo: memFree=1376880/2055920 swapFree=4174072/4192956
[pid=31945] ppid=31943 vsize=86600 CPUtime=1.49
/proc/31945/stat : 31945 (CirCUs) R 31943 31945 31675 0 -1 4194304 20697 0 0 0 137 12 0 0 25 0 1 120000 1165417196 88678400 19685 1992294400 134512640 135224549 4294956208 18446744073709551615 134742694 0 0 4096 8192 0 0 0 17 1 0 0
/proc/31945/statm: 21650 19685 70 173 0 21475 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 86600

[startup+3.10147 s]
/proc/loadavg: 1.08 1.07 1.00 2/71 31946
/proc/meminfo: memFree=1338544/2055920 swapFree=4174072/4192956
[pid=31945] ppid=31943 vsize=113284 CPUtime=3.09
/proc/31945/stat : 31945 (CirCUs) R 31943 31945 31675 0 -1 4194304 28212 0 0 0 291 18 0 0 25 0 1 120000 1165417196 116002816 26174 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 0 0 0
/proc/31945/statm: 28321 26174 77 173 0 28146 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 113284

[startup+6.30184 s]
/proc/loadavg: 1.07 1.07 1.00 2/71 31946
/proc/meminfo: memFree=1319216/2055920 swapFree=4174072/4192956
[pid=31945] ppid=31943 vsize=121212 CPUtime=6.28
/proc/31945/stat : 31945 (CirCUs) R 31943 31945 31675 0 -1 4194304 31870 0 0 0 609 19 0 0 25 0 1 120000 1165417196 124121088 29352 1992294400 134512640 135224549 4294956208 18446744073709551615 134585011 0 0 4096 8192 0 0 0 17 0 0 0
/proc/31945/statm: 30303 29352 90 173 0 30128 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 121212

[startup+12.7016 s]
/proc/loadavg: 1.07 1.07 1.00 2/71 31946
/proc/meminfo: memFree=1316592/2055920 swapFree=4174072/4192956
[pid=31945] ppid=31943 vsize=121212 CPUtime=12.68
/proc/31945/stat : 31945 (CirCUs) R 31943 31945 31675 0 -1 4194304 31872 0 0 0 1249 19 0 0 25 0 1 120000 1165417196 124121088 29354 1992294400 134512640 135224549 4294956208 18446744073709551615 134585021 0 0 4096 8192 0 0 0 17 0 0 0
/proc/31945/statm: 30303 29354 92 173 0 30128 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 121212

[startup+25.5011 s]
/proc/loadavg: 1.05 1.06 1.00 2/71 31946
/proc/meminfo: memFree=1316720/2055920 swapFree=4174072/4192956
[pid=31945] ppid=31943 vsize=121368 CPUtime=25.47
/proc/31945/stat : 31945 (CirCUs) R 31943 31945 31675 0 -1 4194304 31888 0 0 0 2528 19 0 0 25 0 1 120000 1165417196 124280832 29370 1992294400 134512640 135224549 4294956208 18446744073709551615 134595525 0 0 4096 8192 0 0 0 17 0 0 0
/proc/31945/statm: 30342 29370 92 173 0 30167 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 121368

[startup+51.102 s]
/proc/loadavg: 1.03 1.06 1.00 2/71 31946
/proc/meminfo: memFree=1314800/2055920 swapFree=4174072/4192956
[pid=31945] ppid=31943 vsize=123336 CPUtime=51.06
/proc/31945/stat : 31945 (CirCUs) R 31943 31945 31675 0 -1 4194304 32379 0 0 0 5087 19 0 0 25 0 1 120000 1165417196 126296064 29861 1992294400 134512640 135224549 4294956208 18446744073709551615 134585011 0 0 4096 8192 0 0 0 17 0 0 0
/proc/31945/statm: 30834 29861 92 173 0 30659 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 123336

[startup+102.307 s]
/proc/loadavg: 1.01 1.05 1.00 2/71 31946
/proc/meminfo: memFree=1306672/2055920 swapFree=4174072/4192956
[pid=31945] ppid=31943 vsize=131580 CPUtime=102.25
/proc/31945/stat : 31945 (CirCUs) R 31943 31945 31675 0 -1 4194304 34419 0 0 0 10203 22 0 0 25 0 1 120000 1165417196 134737920 31901 1992294400 134512640 135224549 4294956208 18446744073709551615 134618886 0 0 4096 8192 0 0 0 17 0 0 0
/proc/31945/statm: 32895 31901 92 173 0 32720 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 131580

[startup+162.302 s]
/proc/loadavg: 1.00 1.03 1.00 2/71 31946
/proc/meminfo: memFree=1295856/2055920 swapFree=4174072/4192956
[pid=31945] ppid=31943 vsize=142272 CPUtime=162.21
/proc/31945/stat : 31945 (CirCUs) R 31943 31945 31675 0 -1 4194304 37118 0 0 0 16197 24 0 0 25 0 1 120000 1165417196 145686528 34600 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/31945/statm: 35568 34600 92 173 0 35393 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 142272

[startup+222.302 s]
/proc/loadavg: 1.00 1.03 1.00 2/71 31946
/proc/meminfo: memFree=1283248/2055920 swapFree=4174072/4192956
[pid=31945] ppid=31943 vsize=155064 CPUtime=222.19
/proc/31945/stat : 31945 (CirCUs) R 31943 31945 31675 0 -1 4194304 40258 0 0 0 22192 27 0 0 25 0 1 120000 1165417196 158785536 37740 1992294400 134512640 135224549 4294956208 18446744073709551615 134587841 0 0 4096 8192 0 0 0 17 0 0 0
/proc/31945/statm: 38766 37740 92 173 0 38591 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 155064

[startup+282.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/71 31946
/proc/meminfo: memFree=1270576/2055920 swapFree=4174072/4192956
[pid=31945] ppid=31943 vsize=167736 CPUtime=282.16
/proc/31945/stat : 31945 (CirCUs) R 31943 31945 31675 0 -1 4194304 43446 0 0 0 28186 30 0 0 25 0 1 120000 1165417196 171761664 40928 1992294400 134512640 135224549 4294956208 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 0 0 0
/proc/31945/statm: 41934 40928 92 173 0 41759 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 167736

[startup+342.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/71 31946
/proc/meminfo: memFree=1270384/2055920 swapFree=4174072/4192956
[pid=31945] ppid=31943 vsize=167736 CPUtime=342.13
/proc/31945/stat : 31945 (CirCUs) R 31943 31945 31675 0 -1 4194304 43446 0 0 0 34183 30 0 0 25 0 1 120000 1165417196 171761664 40928 1992294400 134512640 135224549 4294956208 18446744073709551615 134588248 0 0 4096 8192 0 0 0 17 0 0 0
/proc/31945/statm: 41934 40928 92 173 0 41759 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 167736

[startup+402.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/71 31946
/proc/meminfo: memFree=1270320/2055920 swapFree=4174072/4192956
[pid=31945] ppid=31943 vsize=167736 CPUtime=402.11
/proc/31945/stat : 31945 (CirCUs) R 31943 31945 31675 0 -1 4194304 43446 0 0 0 40181 30 0 0 25 0 1 120000 1165417196 171761664 40928 1992294400 134512640 135224549 4294956208 18446744073709551615 134595683 0 0 4096 8192 0 0 0 17 0 0 0
/proc/31945/statm: 41934 40928 92 173 0 41759 0
Current children cumulated CPU time (s) 402.11
Current children cumulated vsize (KiB) 167736

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 31946
/proc/meminfo: memFree=1262448/2055920 swapFree=4174072/4192956
[pid=31945] ppid=31943 vsize=175656 CPUtime=462.09
/proc/31945/stat : 31945 (CirCUs) R 31943 31945 31675 0 -1 4194304 45424 0 0 0 46177 32 0 0 25 0 1 120000 1165417196 179871744 42906 1992294400 134512640 135224549 4294956208 18446744073709551615 134595609 0 0 4096 8192 0 0 0 17 0 0 0
/proc/31945/statm: 43914 42906 92 173 0 43739 0
Current children cumulated CPU time (s) 462.09
Current children cumulated vsize (KiB) 175656

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 31946
/proc/meminfo: memFree=1247344/2055920 swapFree=4174072/4192956
[pid=31945] ppid=31943 vsize=190704 CPUtime=522.06
/proc/31945/stat : 31945 (CirCUs) R 31943 31945 31675 0 -1 4194304 49206 0 0 0 52170 36 0 0 25 0 1 120000 1165417196 195280896 46688 1992294400 134512640 135224549 4294956208 18446744073709551615 134595588 0 0 4096 8192 0 0 0 17 0 0 0
/proc/31945/statm: 47676 46688 92 173 0 47501 0
Current children cumulated CPU time (s) 522.06
Current children cumulated vsize (KiB) 190704

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 31946
/proc/meminfo: memFree=1245104/2055920 swapFree=4174072/4192956
[pid=31945] ppid=31943 vsize=192816 CPUtime=582.04
/proc/31945/stat : 31945 (CirCUs) R 31943 31945 31675 0 -1 4194304 49746 0 0 0 58167 37 0 0 25 0 1 120000 1165417196 197443584 47228 1992294400 134512640 135224549 4294956208 18446744073709551615 134620048 0 0 4096 8192 0 0 0 17 0 0 0
/proc/31945/statm: 48204 47228 92 173 0 48029 0
Current children cumulated CPU time (s) 582.04
Current children cumulated vsize (KiB) 192816

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 31946
/proc/meminfo: memFree=1245104/2055920 swapFree=4174072/4192956
[pid=31945] ppid=31943 vsize=192816 CPUtime=642.02
/proc/31945/stat : 31945 (CirCUs) R 31943 31945 31675 0 -1 4194304 49746 0 0 0 64165 37 0 0 25 0 1 120000 1165417196 197443584 47228 1992294400 134512640 135224549 4294956208 18446744073709551615 134587776 0 0 4096 8192 0 0 0 17 0 0 0
/proc/31945/statm: 48204 47228 92 173 0 48029 0
Current children cumulated CPU time (s) 642.02
Current children cumulated vsize (KiB) 192816

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 31946
/proc/meminfo: memFree=1245040/2055920 swapFree=4174072/4192956
[pid=31945] ppid=31943 vsize=192816 CPUtime=701.98
/proc/31945/stat : 31945 (CirCUs) R 31943 31945 31675 0 -1 4194304 49746 0 0 0 70161 37 0 0 25 0 1 120000 1165417196 197443584 47228 1992294400 134512640 135224549 4294956208 18446744073709551615 134587933 0 0 4096 8192 0 0 0 17 0 0 0
/proc/31945/statm: 48204 47228 92 173 0 48029 0
Current children cumulated CPU time (s) 701.98
Current children cumulated vsize (KiB) 192816

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 31946
/proc/meminfo: memFree=1244080/2055920 swapFree=4174072/4192956
[pid=31945] ppid=31943 vsize=193872 CPUtime=761.96
/proc/31945/stat : 31945 (CirCUs) R 31943 31945 31675 0 -1 4194304 49999 0 0 0 76159 37 0 0 25 0 1 120000 1165417196 198524928 47481 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/31945/statm: 48468 47481 92 173 0 48293 0
Current children cumulated CPU time (s) 761.96
Current children cumulated vsize (KiB) 193872

[startup+822.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 31946
/proc/meminfo: memFree=1237936/2055920 swapFree=4174072/4192956
[pid=31945] ppid=31943 vsize=200076 CPUtime=821.94
/proc/31945/stat : 31945 (CirCUs) R 31943 31945 31675 0 -1 4194304 51553 0 0 0 82155 39 0 0 25 0 1 120000 1165417196 204877824 49035 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/31945/statm: 50019 49035 92 173 0 49844 0
Current children cumulated CPU time (s) 821.94
Current children cumulated vsize (KiB) 200076

[startup+882.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 31948
/proc/meminfo: memFree=1237744/2055920 swapFree=4174072/4192956
[pid=31945] ppid=31943 vsize=200076 CPUtime=881.91
/proc/31945/stat : 31945 (CirCUs) R 31943 31945 31675 0 -1 4194304 51553 0 0 0 88152 39 0 0 25 0 1 120000 1165417196 204877824 49035 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/31945/statm: 50019 49035 92 173 0 49844 0
Current children cumulated CPU time (s) 881.91
Current children cumulated vsize (KiB) 200076

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 31948
/proc/meminfo: memFree=1237744/2055920 swapFree=4174072/4192956
[pid=31945] ppid=31943 vsize=200076 CPUtime=941.88
/proc/31945/stat : 31945 (CirCUs) R 31943 31945 31675 0 -1 4194304 51553 0 0 0 94149 39 0 0 25 0 1 120000 1165417196 204877824 49035 1992294400 134512640 135224549 4294956208 18446744073709551615 134587841 0 0 4096 8192 0 0 0 17 0 0 0
/proc/31945/statm: 50019 49035 92 173 0 49844 0
Current children cumulated CPU time (s) 941.88
Current children cumulated vsize (KiB) 200076

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 31948
/proc/meminfo: memFree=1237744/2055920 swapFree=4174072/4192956
[pid=31945] ppid=31943 vsize=200076 CPUtime=1001.86
/proc/31945/stat : 31945 (CirCUs) R 31943 31945 31675 0 -1 4194304 51553 0 0 0 100147 39 0 0 25 0 1 120000 1165417196 204877824 49035 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/31945/statm: 50019 49035 92 173 0 49844 0
Current children cumulated CPU time (s) 1001.86
Current children cumulated vsize (KiB) 200076

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 31948
/proc/meminfo: memFree=1233456/2055920 swapFree=4174072/4192956
[pid=31945] ppid=31943 vsize=204432 CPUtime=1061.83
/proc/31945/stat : 31945 (CirCUs) R 31943 31945 31675 0 -1 4194304 52648 0 0 0 106143 40 0 0 25 0 1 120000 1165417196 209338368 50130 1992294400 134512640 135224549 4294956208 18446744073709551615 134585004 0 0 4096 8192 0 0 0 17 0 0 0
/proc/31945/statm: 51108 50130 92 173 0 50933 0
Current children cumulated CPU time (s) 1061.83
Current children cumulated vsize (KiB) 204432

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 31948
/proc/meminfo: memFree=1233456/2055920 swapFree=4174072/4192956
[pid=31945] ppid=31943 vsize=204432 CPUtime=1121.81
/proc/31945/stat : 31945 (CirCUs) R 31943 31945 31675 0 -1 4194304 52648 0 0 0 112141 40 0 0 25 0 1 120000 1165417196 209338368 50130 1992294400 134512640 135224549 4294956208 18446744073709551615 134587933 0 0 4096 8192 0 0 0 17 0 0 0
/proc/31945/statm: 51108 50130 92 173 0 50933 0
Current children cumulated CPU time (s) 1121.81
Current children cumulated vsize (KiB) 204432

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 31948
/proc/meminfo: memFree=1233392/2055920 swapFree=4174072/4192956
[pid=31945] ppid=31943 vsize=204432 CPUtime=1181.78
/proc/31945/stat : 31945 (CirCUs) R 31943 31945 31675 0 -1 4194304 52648 0 0 0 118138 40 0 0 25 0 1 120000 1165417196 209338368 50130 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/31945/statm: 51108 50130 92 173 0 50933 0
Current children cumulated CPU time (s) 1181.78
Current children cumulated vsize (KiB) 204432



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 31948
/proc/meminfo: memFree=1233392/2055920 swapFree=4174072/4192956
[pid=31945] ppid=31943 vsize=204432 CPUtime=1200.07
/proc/31945/stat : 31945 (CirCUs) R 31943 31945 31675 0 -1 4194304 52648 0 0 0 119967 40 0 0 25 0 1 100 1165417196 209338368 50130 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/31945/statm: 51108 50130 92 173 0 50933 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 204432

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

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.64
CPU time (s): 1200.12
CPU user time (s): 1199.68
CPU system time (s): 0.436933
CPU usage (%): 99.9566
Max. virtual memory (cumulated for all children) (KiB): 204432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.68
system time used= 0.436933
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52648
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= 2
involuntary context switches= 3978

runsolver used 1.07284 second user time and 3.32949 second system time

The end

Launcher Data

Begin job on node74 at 2009-04-05 12:32:01
IDJOB=1581343
IDBENCH=71034
IDSOLVER=544
FILE ID=node74/1581343-1238927520
PBS_JOBID= 9101429
Free space on /tmp= 103216 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UTI-20-5p1.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1581343-1238927520/watcher-1581343-1238927520 -o /tmp/evaluation-result-1581343-1238927520/solver-1581343-1238927520 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1581343-1238927520.cnf -t 1200

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 10eca282b9263f77903cd90a479b46ee
RANDOM SEED=795862170

node74.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1434328 kB
Buffers:         59572 kB
Cached:         490444 kB
SwapCached:       7924 kB
Active:         232004 kB
Inactive:       327524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1434328 kB
SwapTotal:     4192956 kB
SwapFree:      4174072 kB
Dirty:           23792 kB
Writeback:           0 kB
Mapped:          15080 kB
Slab:            47264 kB
Committed_AS:  2763584 kB
PageTables:       1880 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 103216 MiB
End job on node74 at 2009-04-05 12:52:04