Trace number 1582435

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.15 1200.85

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-20-10p1.cnf
MD5SUM6ace5cfbe110f1a43049037cb7432998
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables259234
Number of clauses1387934
Sum of the clauses size3351923
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 2981661
Number of clauses of size 3327764
Number of clauses of size 47260
Number of clauses of size 529040
Number of clauses of size over 529060

Solver Data

7.17/7.23	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
7.17/7.23	c Eliminate time :       5.03 

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-1582435-1238939831/watcher-1582435-1238939831 -o /tmp/evaluation-result-1582435-1238939831/solver-1582435-1238939831 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1582435-1238939831.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: 0.92 0.98 1.02 3/81 15263
/proc/meminfo: memFree=1301920/2055920 swapFree=4174556/4192956
[pid=15263] ppid=15261 vsize=7280 CPUtime=0
/proc/15263/stat : 15263 (CirCUs) R 15261 15263 14785 0 -1 4194304 904 0 0 0 0 0 0 0 18 0 1 120000 770878314 7454720 890 1992294400 134512640 135224549 4294956208 18446744073709551615 134593835 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15263/statm: 1820 894 66 173 0 1645 0

[startup+0.0118041 s]
/proc/loadavg: 0.92 0.98 1.02 3/81 15263
/proc/meminfo: memFree=1301920/2055920 swapFree=4174556/4192956
[pid=15263] ppid=15261 vsize=9308 CPUtime=0
/proc/15263/stat : 15263 (CirCUs) R 15261 15263 14785 0 -1 4194304 1743 0 0 0 0 0 0 0 18 0 1 120000 770878314 9531392 1729 1992294400 134512640 135224549 4294956208 18446744073709551615 134593888 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15263/statm: 2327 1736 66 173 0 2152 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9308

[startup+0.101819 s]
/proc/loadavg: 0.92 0.98 1.02 3/81 15263
/proc/meminfo: memFree=1301920/2055920 swapFree=4174556/4192956
[pid=15263] ppid=15261 vsize=34248 CPUtime=0.09
/proc/15263/stat : 15263 (CirCUs) R 15261 15263 14785 0 -1 4194304 5314 0 0 0 8 1 0 0 18 0 1 120000 770878314 35069952 5201 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15263/statm: 8562 5201 70 173 0 8387 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34248

[startup+0.301858 s]
/proc/loadavg: 0.92 0.98 1.02 3/81 15263
/proc/meminfo: memFree=1301920/2055920 swapFree=4174556/4192956
[pid=15263] ppid=15261 vsize=45188 CPUtime=0.29
/proc/15263/stat : 15263 (CirCUs) R 15261 15263 14785 0 -1 4194304 8437 0 0 0 26 3 0 0 19 0 1 120000 770878314 46272512 8195 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15263/statm: 11297 8196 70 173 0 11122 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45188

[startup+0.701934 s]
/proc/loadavg: 0.92 0.98 1.02 3/81 15263
/proc/meminfo: memFree=1301920/2055920 swapFree=4174556/4192956
[pid=15263] ppid=15261 vsize=60732 CPUtime=0.69
/proc/15263/stat : 15263 (CirCUs) R 15261 15263 14785 0 -1 4194304 12845 0 0 0 64 5 0 0 23 0 1 120000 770878314 62189568 12346 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15263/statm: 15183 12346 70 173 0 15008 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 60732

[startup+1.50109 s]
/proc/loadavg: 0.92 0.98 1.02 2/82 15264
/proc/meminfo: memFree=1240864/2055920 swapFree=4174556/4192956
[pid=15263] ppid=15261 vsize=87464 CPUtime=1.48
/proc/15263/stat : 15263 (CirCUs) R 15261 15263 14785 0 -1 4194304 20382 0 0 0 139 9 0 0 25 0 1 120000 770878314 89563136 19370 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15263/statm: 21866 19371 70 173 0 21691 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 87464

[startup+3.1014 s]
/proc/loadavg: 0.92 0.98 1.02 2/82 15264
/proc/meminfo: memFree=1194976/2055920 swapFree=4174556/4192956
[pid=15263] ppid=15261 vsize=120236 CPUtime=3.08
/proc/15263/stat : 15263 (CirCUs) R 15261 15263 14785 0 -1 4194304 29745 0 0 0 294 14 0 0 25 0 1 120000 770878314 123121664 27707 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15263/statm: 30059 27707 77 173 0 29884 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 120236

[startup+6.30302 s]
/proc/loadavg: 1.09 1.02 1.03 2/82 15264
/proc/meminfo: memFree=1172128/2055920 swapFree=4174556/4192956
[pid=15263] ppid=15261 vsize=134908 CPUtime=6.29
/proc/15263/stat : 15263 (CirCUs) R 15261 15263 14785 0 -1 4194304 34846 0 0 0 612 17 0 0 25 0 1 120000 770878314 138145792 32808 1992294400 134512640 135224549 4294956208 18446744073709551615 134570495 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15263/statm: 33727 32808 77 173 0 33552 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 134908

[startup+12.7013 s]
/proc/loadavg: 1.08 1.02 1.03 2/82 15264
/proc/meminfo: memFree=1167648/2055920 swapFree=4174556/4192956
[pid=15263] ppid=15261 vsize=139196 CPUtime=12.68
/proc/15263/stat : 15263 (CirCUs) R 15261 15263 14785 0 -1 4194304 36620 0 0 0 1250 18 0 0 25 0 1 120000 770878314 142536704 33589 1992294400 134512640 135224549 4294956208 18446744073709551615 134595309 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15263/statm: 34799 33589 92 173 0 34624 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 139196

[startup+25.5017 s]
/proc/loadavg: 1.06 1.01 1.03 2/82 15264
/proc/meminfo: memFree=1167712/2055920 swapFree=4174556/4192956
[pid=15263] ppid=15261 vsize=139196 CPUtime=25.46
/proc/15263/stat : 15263 (CirCUs) R 15261 15263 14785 0 -1 4194304 36631 0 0 0 2528 18 0 0 25 0 1 120000 770878314 142536704 33600 1992294400 134512640 135224549 4294956208 18446744073709551615 134595225 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15263/statm: 34799 33600 92 173 0 34624 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 139196

[startup+51.1017 s]
/proc/loadavg: 1.04 1.01 1.02 2/82 15266
/proc/meminfo: memFree=1165216/2055920 swapFree=4174556/4192956
[pid=15263] ppid=15261 vsize=142228 CPUtime=51.03
/proc/15263/stat : 15263 (CirCUs) R 15261 15263 14785 0 -1 4194304 37377 0 0 0 5085 18 0 0 25 0 1 120000 770878314 145641472 34346 1992294400 134512640 135224549 4294956208 18446744073709551615 134595766 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15263/statm: 35557 34346 92 173 0 35382 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 142228

[startup+102.308 s]
/proc/loadavg: 1.02 1.01 1.02 2/82 15266
/proc/meminfo: memFree=1156128/2055920 swapFree=4174556/4192956
[pid=15263] ppid=15261 vsize=151104 CPUtime=102.21
/proc/15263/stat : 15263 (CirCUs) R 15261 15263 14785 0 -1 4194304 39578 0 0 0 10200 21 0 0 25 0 1 120000 770878314 154730496 36547 1992294400 134512640 135224549 4294956208 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15263/statm: 37776 36547 92 173 0 37601 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 151104

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.01 2/82 15266
/proc/meminfo: memFree=1145440/2055920 swapFree=4174556/4192956
[pid=15263] ppid=15261 vsize=161680 CPUtime=162.16
/proc/15263/stat : 15263 (CirCUs) R 15261 15263 14785 0 -1 4194304 42228 0 0 0 16193 23 0 0 25 0 1 120000 770878314 165560320 39197 1992294400 134512640 135224549 4294956208 18446744073709551615 134587776 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15263/statm: 40420 39197 92 173 0 40245 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 161680

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.01 2/82 15266
/proc/meminfo: memFree=1133152/2055920 swapFree=4174556/4192956
[pid=15263] ppid=15261 vsize=173972 CPUtime=222.14
/proc/15263/stat : 15263 (CirCUs) R 15261 15263 14785 0 -1 4194304 45295 0 0 0 22187 27 0 0 25 0 1 120000 770878314 178147328 42264 1992294400 134512640 135224549 4294956208 18446744073709551615 134595530 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15263/statm: 43493 42264 92 173 0 43318 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 173972

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 15272
/proc/meminfo: memFree=1120408/2055920 swapFree=4174556/4192956
[pid=15263] ppid=15261 vsize=187052 CPUtime=282.1
/proc/15263/stat : 15263 (CirCUs) R 15261 15263 14785 0 -1 4194304 48517 0 0 0 28181 29 0 0 25 0 1 120000 770878314 191541248 45486 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15263/statm: 46763 45486 92 173 0 46588 0
Current children cumulated CPU time (s) 282.1
Current children cumulated vsize (KiB) 187052

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 15272
/proc/meminfo: memFree=1107544/2055920 swapFree=4174556/4192956
[pid=15263] ppid=15261 vsize=199740 CPUtime=342.06
/proc/15263/stat : 15263 (CirCUs) R 15261 15263 14785 0 -1 4194304 51701 0 0 0 34173 33 0 0 25 0 1 120000 770878314 204533760 48670 1992294400 134512640 135224549 4294956208 18446744073709551615 134638462 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15263/statm: 49935 48670 92 173 0 49760 0
Current children cumulated CPU time (s) 342.06
Current children cumulated vsize (KiB) 199740

[startup+402.303 s]
/proc/loadavg: 1.05 1.01 1.00 2/82 15272
/proc/meminfo: memFree=1096280/2055920 swapFree=4174556/4192956
[pid=15263] ppid=15261 vsize=211108 CPUtime=402.04
/proc/15263/stat : 15263 (CirCUs) R 15261 15263 14785 0 -1 4194304 54544 0 0 0 40168 36 0 0 25 0 1 120000 770878314 216174592 51513 1992294400 134512640 135224549 4294956208 18446744073709551615 134595324 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15263/statm: 52777 51513 92 173 0 52602 0
Current children cumulated CPU time (s) 402.04
Current children cumulated vsize (KiB) 211108

[startup+462.302 s]
/proc/loadavg: 1.02 1.01 1.00 2/82 15272
/proc/meminfo: memFree=1082392/2055920 swapFree=4174556/4192956
[pid=15263] ppid=15261 vsize=224744 CPUtime=462.01
/proc/15263/stat : 15263 (CirCUs) R 15261 15263 14785 0 -1 4194304 57957 0 0 0 46161 40 0 0 25 0 1 120000 770878314 230137856 54926 1992294400 134512640 135224549 4294956208 18446744073709551615 134595334 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15263/statm: 56186 54926 92 173 0 56011 0
Current children cumulated CPU time (s) 462.01
Current children cumulated vsize (KiB) 224744

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 15272
/proc/meminfo: memFree=1081176/2055920 swapFree=4174556/4192956
[pid=15263] ppid=15261 vsize=225800 CPUtime=521.96
/proc/15263/stat : 15263 (CirCUs) R 15261 15263 14785 0 -1 4194304 58234 0 0 0 52156 40 0 0 25 0 1 120000 770878314 231219200 55203 1992294400 134512640 135224549 4294956208 18446744073709551615 134595588 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15263/statm: 56450 55203 92 173 0 56275 0
Current children cumulated CPU time (s) 521.96
Current children cumulated vsize (KiB) 225800

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 15272
/proc/meminfo: memFree=1081184/2055920 swapFree=4174556/4192956
[pid=15263] ppid=15261 vsize=225800 CPUtime=581.93
/proc/15263/stat : 15263 (CirCUs) R 15261 15263 14785 0 -1 4194304 58234 0 0 0 58153 40 0 0 25 0 1 120000 770878314 231219200 55203 1992294400 134512640 135224549 4294956208 18446744073709551615 134595201 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15263/statm: 56450 55203 92 173 0 56275 0
Current children cumulated CPU time (s) 581.93
Current children cumulated vsize (KiB) 225800

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 15272
/proc/meminfo: memFree=1081120/2055920 swapFree=4174556/4192956
[pid=15263] ppid=15261 vsize=225800 CPUtime=641.9
/proc/15263/stat : 15263 (CirCUs) R 15261 15263 14785 0 -1 4194304 58234 0 0 0 64150 40 0 0 25 0 1 120000 770878314 231219200 55203 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15263/statm: 56450 55203 92 173 0 56275 0
Current children cumulated CPU time (s) 641.9
Current children cumulated vsize (KiB) 225800

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 15272
/proc/meminfo: memFree=1081056/2055920 swapFree=4174556/4192956
[pid=15263] ppid=15261 vsize=225800 CPUtime=701.86
/proc/15263/stat : 15263 (CirCUs) R 15261 15263 14785 0 -1 4194304 58234 0 0 0 70146 40 0 0 25 0 1 120000 770878314 231219200 55203 1992294400 134512640 135224549 4294956208 18446744073709551615 134622712 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15263/statm: 56450 55203 92 173 0 56275 0
Current children cumulated CPU time (s) 701.86
Current children cumulated vsize (KiB) 225800

[startup+762.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 15272
/proc/meminfo: memFree=1080224/2055920 swapFree=4174556/4192956
[pid=15263] ppid=15261 vsize=226724 CPUtime=761.84
/proc/15263/stat : 15263 (CirCUs) R 15261 15263 14785 0 -1 4194304 58470 0 0 0 76144 40 0 0 25 0 1 120000 770878314 232165376 55439 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15263/statm: 56681 55439 92 173 0 56506 0
Current children cumulated CPU time (s) 761.84
Current children cumulated vsize (KiB) 226724

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 15272
/proc/meminfo: memFree=1068832/2055920 swapFree=4174556/4192956
[pid=15263] ppid=15261 vsize=238216 CPUtime=821.8
/proc/15263/stat : 15263 (CirCUs) R 15261 15263 14785 0 -1 4194304 61320 0 0 0 82137 43 0 0 25 0 1 120000 770878314 243933184 58289 1992294400 134512640 135224549 4294956208 18446744073709551615 134595315 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15263/statm: 59554 58289 92 173 0 59379 0
Current children cumulated CPU time (s) 821.8
Current children cumulated vsize (KiB) 238216

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 15272
/proc/meminfo: memFree=1057568/2055920 swapFree=4174556/4192956
[pid=15263] ppid=15261 vsize=249476 CPUtime=881.77
/proc/15263/stat : 15263 (CirCUs) R 15261 15263 14785 0 -1 4194304 64148 0 0 0 88131 46 0 0 25 0 1 120000 770878314 255463424 61117 1992294400 134512640 135224549 4294956208 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15263/statm: 62369 61117 92 173 0 62194 0
Current children cumulated CPU time (s) 881.77
Current children cumulated vsize (KiB) 249476

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 15272
/proc/meminfo: memFree=1045664/2055920 swapFree=4174556/4192956
[pid=15263] ppid=15261 vsize=261376 CPUtime=941.73
/proc/15263/stat : 15263 (CirCUs) R 15261 15263 14785 0 -1 4194304 67110 0 0 0 94124 49 0 0 25 0 1 120000 770878314 267649024 64079 1992294400 134512640 135224549 4294956208 18446744073709551615 134587776 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15263/statm: 65344 64079 92 173 0 65169 0
Current children cumulated CPU time (s) 941.73
Current children cumulated vsize (KiB) 261376

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 15272
/proc/meminfo: memFree=1033696/2055920 swapFree=4174556/4192956
[pid=15263] ppid=15261 vsize=273296 CPUtime=1001.7
/proc/15263/stat : 15263 (CirCUs) R 15261 15263 14785 0 -1 4194304 70084 0 0 0 100118 52 0 0 25 0 1 120000 770878314 279855104 67053 1992294400 134512640 135224549 4294956208 18446744073709551615 134587803 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15263/statm: 68324 67053 92 173 0 68149 0
Current children cumulated CPU time (s) 1001.7
Current children cumulated vsize (KiB) 273296

[startup+1062.3 s]
/proc/loadavg: 1.03 1.01 1.00 2/82 15272
/proc/meminfo: memFree=1027872/2055920 swapFree=4174556/4192956
[pid=15263] ppid=15261 vsize=278992 CPUtime=1061.67
/proc/15263/stat : 15263 (CirCUs) R 15261 15263 14785 0 -1 4194304 71525 0 0 0 106113 54 0 0 25 0 1 120000 770878314 285687808 68494 1992294400 134512640 135224549 4294956208 18446744073709551615 134595391 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15263/statm: 69748 68494 92 173 0 69573 0
Current children cumulated CPU time (s) 1061.67
Current children cumulated vsize (KiB) 278992

[startup+1122.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/82 15272
/proc/meminfo: memFree=1027872/2055920 swapFree=4174556/4192956
[pid=15263] ppid=15261 vsize=278992 CPUtime=1121.64
/proc/15263/stat : 15263 (CirCUs) R 15261 15263 14785 0 -1 4194304 71525 0 0 0 112110 54 0 0 25 0 1 120000 770878314 285687808 68494 1992294400 134512640 135224549 4294956208 18446744073709551615 134587776 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15263/statm: 69748 68494 92 173 0 69573 0
Current children cumulated CPU time (s) 1121.64
Current children cumulated vsize (KiB) 278992

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 15272
/proc/meminfo: memFree=1027872/2055920 swapFree=4174556/4192956
[pid=15263] ppid=15261 vsize=278992 CPUtime=1181.61
/proc/15263/stat : 15263 (CirCUs) R 15261 15263 14785 0 -1 4194304 71525 0 0 0 118107 54 0 0 25 0 1 120000 770878314 285687808 68494 1992294400 134512640 135224549 4294956208 18446744073709551615 134587841 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15263/statm: 69748 68494 92 173 0 69573 0
Current children cumulated CPU time (s) 1181.61
Current children cumulated vsize (KiB) 278992



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 15272
/proc/meminfo: memFree=1027872/2055920 swapFree=4174556/4192956
[pid=15263] ppid=15261 vsize=278992 CPUtime=1200.1
/proc/15263/stat : 15263 (CirCUs) R 15261 15263 14785 0 -1 4194304 71525 0 0 0 119956 54 0 0 25 0 1 100 770878314 285687808 68494 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15263/statm: 69748 68494 92 173 0 69573 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 278992

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.85
CPU time (s): 1200.15
CPU user time (s): 1199.56
CPU system time (s): 0.582911
CPU usage (%): 99.9417
Max. virtual memory (cumulated for all children) (KiB): 278992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.56
system time used= 0.582911
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71525
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= 4921

runsolver used 1.46078 second user time and 4.00739 second system time

The end

Launcher Data

Begin job on node88 at 2009-04-05 15:57:13
IDJOB=1582435
IDBENCH=71055
IDSOLVER=544
FILE ID=node88/1582435-1238939831
PBS_JOBID= 9101469
Free space on /tmp= 66508 MiB

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

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

MD5SUM BENCH= 6ace5cfbe110f1a43049037cb7432998
RANDOM SEED=1810152550

node88.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.281
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.281
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1302400 kB
Buffers:         71036 kB
Cached:         591068 kB
SwapCached:       7356 kB
Active:         279876 kB
Inactive:       391324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1302400 kB
SwapTotal:     4192956 kB
SwapFree:      4174556 kB
Dirty:           27376 kB
Writeback:           0 kB
Mapped:          14788 kB
Slab:            66508 kB
Committed_AS:  2132484 kB
PageTables:       2700 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= 66504 MiB
End job on node88 at 2009-04-05 16:17:16