Trace number 1524229

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.08 1200.44

General information on the benchmark

NameRANDOM/LARGE/3SAT/UNKNOWN/16000/
unif-k3-r4.2-v16000-c67200-S162003179-087.cnf
MD5SUMb6948329f00787361710da473154a8ea
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark67.1698
Satisfiable
(Un)Satisfiability was proved
Number of variables16000
Number of clauses67200
Sum of the clauses size201600
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 367200
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.19/0.23	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
0.19/0.23	c Eliminate time :        0.1 

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1524229-1238402170/watcher-1524229-1238402170 -o /tmp/evaluation-result-1524229-1238402170/solver-1524229-1238402170 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1524229-1238402170.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.00 1.00 1.08 3/64 32482
/proc/meminfo: memFree=1431696/2055924 swapFree=4176792/4192956
[pid=32482] ppid=32480 vsize=2952 CPUtime=0
/proc/32482/stat : 32482 (CirCUs) R 32480 32482 32263 0 -1 4194304 382 0 0 0 0 0 0 0 18 0 1 120000 1112883690 3022848 367 1992294400 134512640 135224549 4294956208 18446744073709551615 134726407 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32482/statm: 738 368 70 173 0 563 0

[startup+0.053868 s]
/proc/loadavg: 1.00 1.00 1.08 3/64 32482
/proc/meminfo: memFree=1431696/2055924 swapFree=4176792/4192956
[pid=32482] ppid=32480 vsize=4932 CPUtime=0.04
/proc/32482/stat : 32482 (CirCUs) R 32480 32482 32263 0 -1 4194304 939 0 0 0 4 0 0 0 18 0 1 120000 1112883690 5050368 924 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32482/statm: 1233 924 70 173 0 1058 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 4932

[startup+0.101872 s]
/proc/loadavg: 1.00 1.00 1.08 3/64 32482
/proc/meminfo: memFree=1431696/2055924 swapFree=4176792/4192956
[pid=32482] ppid=32480 vsize=6512 CPUtime=0.09
/proc/32482/stat : 32482 (CirCUs) R 32480 32482 32263 0 -1 4194304 1385 0 0 0 9 0 0 0 18 0 1 120000 1112883690 6668288 1337 1992294400 134512640 135224549 4294956208 18446744073709551615 134632558 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32482/statm: 1628 1337 70 173 0 1453 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6512

[startup+0.301895 s]
/proc/loadavg: 1.00 1.00 1.08 3/64 32482
/proc/meminfo: memFree=1431696/2055924 swapFree=4176792/4192956
[pid=32482] ppid=32480 vsize=7820 CPUtime=0.29
/proc/32482/stat : 32482 (CirCUs) R 32480 32482 32263 0 -1 4194304 1767 0 0 0 29 0 0 0 19 0 1 120000 1112883690 8007680 1653 1992294400 134512640 135224549 4294956208 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32482/statm: 1955 1653 90 173 0 1780 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7820

[startup+0.701942 s]
/proc/loadavg: 1.00 1.00 1.08 3/64 32482
/proc/meminfo: memFree=1431696/2055924 swapFree=4176792/4192956
[pid=32482] ppid=32480 vsize=8612 CPUtime=0.69
/proc/32482/stat : 32482 (CirCUs) R 32480 32482 32263 0 -1 4194304 1961 0 0 0 68 1 0 0 22 0 1 120000 1112883690 8818688 1847 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32482/statm: 2153 1847 90 173 0 1978 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8612

[startup+1.50103 s]
/proc/loadavg: 1.00 1.00 1.08 2/65 32483
/proc/meminfo: memFree=1423944/2055924 swapFree=4176792/4192956
[pid=32482] ppid=32480 vsize=10336 CPUtime=1.49
/proc/32482/stat : 32482 (CirCUs) R 32480 32482 32263 0 -1 4194304 2400 0 0 0 148 1 0 0 25 0 1 120000 1112883690 10584064 2286 1992294400 134512640 135224549 4294956208 18446744073709551615 134595609 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32482/statm: 2584 2286 90 173 0 2409 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 10336

[startup+3.10122 s]
/proc/loadavg: 1.00 1.00 1.08 2/65 32483
/proc/meminfo: memFree=1421640/2055924 swapFree=4176792/4192956
[pid=32482] ppid=32480 vsize=13240 CPUtime=3.09
/proc/32482/stat : 32482 (CirCUs) R 32480 32482 32263 0 -1 4194304 3120 0 0 0 308 1 0 0 25 0 1 120000 1112883690 13557760 3006 1992294400 134512640 135224549 4294956208 18446744073709551615 134632689 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32482/statm: 3310 3006 90 173 0 3135 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 13240

[startup+6.30159 s]
/proc/loadavg: 1.00 1.00 1.08 2/65 32483
/proc/meminfo: memFree=1419720/2055924 swapFree=4176792/4192956
[pid=32482] ppid=32480 vsize=14428 CPUtime=6.29
/proc/32482/stat : 32482 (CirCUs) R 32480 32482 32263 0 -1 4194304 3411 0 0 0 627 2 0 0 25 0 1 120000 1112883690 14774272 3297 1992294400 134512640 135224549 4294956208 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32482/statm: 3607 3297 90 173 0 3432 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 14428

[startup+12.7013 s]
/proc/loadavg: 1.00 1.00 1.08 2/65 32483
/proc/meminfo: memFree=1414792/2055924 swapFree=4176792/4192956
[pid=32482] ppid=32480 vsize=18124 CPUtime=12.69
/proc/32482/stat : 32482 (CirCUs) R 32480 32482 32263 0 -1 4194304 4344 0 0 0 1266 3 0 0 25 0 1 120000 1112883690 18558976 4230 1992294400 134512640 135224549 4294956208 18446744073709551615 134595533 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32482/statm: 4531 4230 90 173 0 4356 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 18124

[startup+25.5018 s]
/proc/loadavg: 1.00 1.00 1.08 2/65 32483
/proc/meminfo: memFree=1412232/2055924 swapFree=4176792/4192956
[pid=32482] ppid=32480 vsize=20764 CPUtime=25.48
/proc/32482/stat : 32482 (CirCUs) R 32480 32482 32263 0 -1 4194304 4981 0 0 0 2545 3 0 0 25 0 1 120000 1112883690 21262336 4867 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32482/statm: 5191 4867 90 173 0 5016 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 20764

[startup+51.1018 s]
/proc/loadavg: 1.00 1.00 1.08 2/65 32483
/proc/meminfo: memFree=1403464/2055924 swapFree=4176792/4192956
[pid=32482] ppid=32480 vsize=30548 CPUtime=51.08
/proc/32482/stat : 32482 (CirCUs) R 32480 32482 32263 0 -1 4194304 7428 0 0 0 5102 6 0 0 25 0 1 120000 1112883690 31281152 7314 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32482/statm: 7637 7314 90 173 0 7462 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 30548

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.07 2/65 32483
/proc/meminfo: memFree=1391560/2055924 swapFree=4176792/4192956
[pid=32482] ppid=32480 vsize=41372 CPUtime=102.26
/proc/32482/stat : 32482 (CirCUs) R 32480 32482 32263 0 -1 4194304 10161 0 0 0 10218 8 0 0 25 0 1 120000 1112883690 42364928 10047 1992294400 134512640 135224549 4294956208 18446744073709551615 134587776 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32482/statm: 10343 10047 90 173 0 10168 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 41372

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.07 2/65 32483
/proc/meminfo: memFree=1379656/2055924 swapFree=4176792/4192956
[pid=32482] ppid=32480 vsize=53376 CPUtime=162.24
/proc/32482/stat : 32482 (CirCUs) R 32480 32482 32263 0 -1 4194304 13122 0 0 0 16213 11 0 0 25 0 1 120000 1112883690 54657024 13008 1992294400 134512640 135224549 4294956208 18446744073709551615 134524312 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32482/statm: 13344 13008 90 173 0 13169 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 53376

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.06 2/65 32483
/proc/meminfo: memFree=1366280/2055924 swapFree=4176792/4192956
[pid=32482] ppid=32480 vsize=66580 CPUtime=222.22
/proc/32482/stat : 32482 (CirCUs) R 32480 32482 32263 0 -1 4194304 16456 0 0 0 22208 14 0 0 25 0 1 120000 1112883690 68177920 16342 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32482/statm: 16645 16342 90 173 0 16470 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 66580

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.05 2/65 32483
/proc/meminfo: memFree=1360456/2055924 swapFree=4176792/4192956
[pid=32482] ppid=32480 vsize=72388 CPUtime=282.21
/proc/32482/stat : 32482 (CirCUs) R 32480 32482 32263 0 -1 4194304 17895 0 0 0 28205 16 0 0 25 0 1 120000 1112883690 74125312 17781 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32482/statm: 18097 17781 90 173 0 17922 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 72388

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.05 2/65 32483
/proc/meminfo: memFree=1349320/2055924 swapFree=4176792/4192956
[pid=32482] ppid=32480 vsize=83728 CPUtime=342.19
/proc/32482/stat : 32482 (CirCUs) R 32480 32482 32263 0 -1 4194304 20687 0 0 0 34200 19 0 0 25 0 1 120000 1112883690 85737472 20573 1992294400 134512640 135224549 4294956208 18446744073709551615 134587817 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32482/statm: 20932 20573 90 173 0 20757 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 83728

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.04 2/65 32483
/proc/meminfo: memFree=1342920/2055924 swapFree=4176792/4192956
[pid=32482] ppid=32480 vsize=90064 CPUtime=402.17
/proc/32482/stat : 32482 (CirCUs) R 32480 32482 32263 0 -1 4194304 22285 0 0 0 40197 20 0 0 25 0 1 120000 1112883690 92225536 22171 1992294400 134512640 135224549 4294956208 18446744073709551615 134595201 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32482/statm: 22516 22171 90 173 0 22341 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 90064

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.04 2/65 32483
/proc/meminfo: memFree=1335048/2055924 swapFree=4176792/4192956
[pid=32482] ppid=32480 vsize=97852 CPUtime=462.16
/proc/32482/stat : 32482 (CirCUs) R 32480 32482 32263 0 -1 4194304 24241 0 0 0 46194 22 0 0 25 0 1 120000 1112883690 100200448 24127 1992294400 134512640 135224549 4294956208 18446744073709551615 134633096 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32482/statm: 24463 24127 90 173 0 24288 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 97852

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.03 2/65 32485
/proc/meminfo: memFree=1329288/2055924 swapFree=4176792/4192956
[pid=32482] ppid=32480 vsize=103664 CPUtime=522.13
/proc/32482/stat : 32482 (CirCUs) R 32480 32482 32263 0 -1 4194304 25702 0 0 0 52190 23 0 0 25 0 1 120000 1112883690 106151936 25588 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32482/statm: 25916 25588 90 173 0 25741 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 103664

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.03 2/65 32485
/proc/meminfo: memFree=1321096/2055924 swapFree=4176792/4192956
[pid=32482] ppid=32480 vsize=112376 CPUtime=582.12
/proc/32482/stat : 32482 (CirCUs) R 32480 32482 32263 0 -1 4194304 27856 0 0 0 58187 25 0 0 25 0 1 120000 1112883690 115073024 27742 1992294400 134512640 135224549 4294956208 18446744073709551615 134618766 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32482/statm: 28094 27742 90 173 0 27919 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 112376

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.02 2/65 32485
/proc/meminfo: memFree=1315336/2055924 swapFree=4176792/4192956
[pid=32482] ppid=32480 vsize=117528 CPUtime=642.11
/proc/32482/stat : 32482 (CirCUs) R 32480 32482 32263 0 -1 4194304 29166 0 0 0 64184 27 0 0 25 0 1 120000 1112883690 120348672 29052 1992294400 134512640 135224549 4294956208 18446744073709551615 134595588 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32482/statm: 29382 29052 90 173 0 29207 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 117528

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.01 2/65 32485
/proc/meminfo: memFree=1306184/2055924 swapFree=4176792/4192956
[pid=32482] ppid=32480 vsize=126636 CPUtime=702.09
/proc/32482/stat : 32482 (CirCUs) R 32480 32482 32263 0 -1 4194304 31436 0 0 0 70179 30 0 0 25 0 1 120000 1112883690 129675264 31322 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32482/statm: 31659 31322 90 173 0 31484 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 126636

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.01 2/65 32485
/proc/meminfo: memFree=1304136/2055924 swapFree=4176792/4192956
[pid=32482] ppid=32480 vsize=128748 CPUtime=762.06
/proc/32482/stat : 32482 (CirCUs) R 32480 32482 32263 0 -1 4194304 31987 0 0 0 76176 30 0 0 25 0 1 120000 1112883690 131837952 31873 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32482/statm: 32187 31873 90 173 0 32012 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 128748

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32485
/proc/meminfo: memFree=1290120/2055924 swapFree=4176792/4192956
[pid=32482] ppid=32480 vsize=142612 CPUtime=822.05
/proc/32482/stat : 32482 (CirCUs) R 32480 32482 32263 0 -1 4194304 35460 0 0 0 82170 35 0 0 25 0 1 120000 1112883690 146034688 35346 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32482/statm: 35653 35346 90 173 0 35478 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 142612

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32485
/proc/meminfo: memFree=1290120/2055924 swapFree=4176792/4192956
[pid=32482] ppid=32480 vsize=142612 CPUtime=882.03
/proc/32482/stat : 32482 (CirCUs) R 32480 32482 32263 0 -1 4194304 35462 0 0 0 88168 35 0 0 25 0 1 120000 1112883690 146034688 35348 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32482/statm: 35653 35348 90 173 0 35478 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 142612

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32485
/proc/meminfo: memFree=1283912/2055924 swapFree=4176792/4192956
[pid=32482] ppid=32480 vsize=149328 CPUtime=942.01
/proc/32482/stat : 32482 (CirCUs) R 32480 32482 32263 0 -1 4194304 37164 0 0 0 94165 36 0 0 25 0 1 120000 1112883690 152911872 36921 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32482/statm: 37332 36921 90 173 0 37157 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 149328

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32485
/proc/meminfo: memFree=1283848/2055924 swapFree=4176792/4192956
[pid=32482] ppid=32480 vsize=149328 CPUtime=1001.99
/proc/32482/stat : 32482 (CirCUs) R 32480 32482 32263 0 -1 4194304 37164 0 0 0 100163 36 0 0 25 0 1 120000 1112883690 152911872 36921 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32482/statm: 37332 36921 90 173 0 37157 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 149328

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32485
/proc/meminfo: memFree=1265224/2055924 swapFree=4176792/4192956
[pid=32482] ppid=32480 vsize=167948 CPUtime=1061.97
/proc/32482/stat : 32482 (CirCUs) R 32480 32482 32263 0 -1 4194304 41811 0 0 0 106156 41 0 0 25 0 1 120000 1112883690 171978752 41568 1992294400 134512640 135224549 4294956208 18446744073709551615 134619235 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32482/statm: 41987 41568 90 173 0 41812 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 167948

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32485
/proc/meminfo: memFree=1265160/2055924 swapFree=4176792/4192956
[pid=32482] ppid=32480 vsize=167948 CPUtime=1121.96
/proc/32482/stat : 32482 (CirCUs) R 32480 32482 32263 0 -1 4194304 41811 0 0 0 112155 41 0 0 25 0 1 120000 1112883690 171978752 41568 1992294400 134512640 135224549 4294956208 18446744073709551615 134595324 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32482/statm: 41987 41568 90 173 0 41812 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 167948

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32485
/proc/meminfo: memFree=1255880/2055924 swapFree=4176792/4192956
[pid=32482] ppid=32480 vsize=177732 CPUtime=1181.94
/proc/32482/stat : 32482 (CirCUs) R 32480 32482 32263 0 -1 4194304 44269 0 0 0 118150 44 0 0 25 0 1 120000 1112883690 181997568 44026 1992294400 134512640 135224549 4294956208 18446744073709551615 134595412 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32482/statm: 44433 44026 90 173 0 44258 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 177732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32485
/proc/meminfo: memFree=1253704/2055924 swapFree=4176792/4192956
[pid=32482] ppid=32480 vsize=179316 CPUtime=1200.04
/proc/32482/stat : 32482 (CirCUs) R 32480 32482 32263 0 -1 4194304 44669 0 0 0 119959 45 0 0 25 0 1 100 1112883690 183619584 44426 1992294400 134512640 135224549 4294956208 18446744073709551615 134595342 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32482/statm: 44829 44426 90 173 0 44654 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 179316

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.44
CPU time (s): 1200.08
CPU user time (s): 1199.6
CPU system time (s): 0.482926
CPU usage (%): 99.9704
Max. virtual memory (cumulated for all children) (KiB): 179316

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

runsolver used 0.834873 second user time and 2.68459 second system time

The end

Launcher Data

Begin job on node6 at 2009-03-30 10:36:10
IDJOB=1524229
IDBENCH=70344
IDSOLVER=544
FILE ID=node6/1524229-1238402170
PBS_JOBID= 9061403
Free space on /tmp= 66336 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/RANDOM/LARGE/3SAT/UNKNOWN/16000/unif-k3-r4.2-v16000-c67200-S162003179-087.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1524229-1238402170/watcher-1524229-1238402170 -o /tmp/evaluation-result-1524229-1238402170/solver-1524229-1238402170 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1524229-1238402170.cnf -t 1200

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

MD5SUM BENCH= b6948329f00787361710da473154a8ea
RANDOM SEED=482034255

node6.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:      2055924 kB
MemFree:       1432112 kB
Buffers:        100132 kB
Cached:         426524 kB
SwapCached:       9932 kB
Active:          57072 kB
Inactive:       483148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1432112 kB
SwapTotal:     4192956 kB
SwapFree:      4176792 kB
Dirty:            2324 kB
Writeback:           0 kB
Mapped:          19228 kB
Slab:            69564 kB
Committed_AS:  2841884 kB
PageTables:       1464 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= 66336 MiB
End job on node6 at 2009-03-30 10:56:12