Trace number 1524169

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.09 1200.42

General information on the benchmark

NameRANDOM/LARGE/3SAT/UNKNOWN/2000/
unif-k3-r4.2-v2000-c8400-S7007454-009.cnf
MD5SUM648c8d820b622b84f63b74fa018c43ab
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.12798
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of clauses8400
Sum of the clauses size25200
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 38400
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
0.00/0.01	c Eliminate time :          0 

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-1524169-1238387397/watcher-1524169-1238387397 -o /tmp/evaluation-result-1524169-1238387397/solver-1524169-1238387397 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1524169-1238387397.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 0.99 3/64 24148
/proc/meminfo: memFree=1264424/2055920 swapFree=4176996/4192956
[pid=24148] ppid=24146 vsize=1628 CPUtime=0
/proc/24148/stat : 24148 (CirCUs) R 24146 24148 23915 0 -1 4194304 194 0 0 0 0 0 0 0 18 0 1 120000 1111401845 1667072 179 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24148/statm: 407 179 70 173 0 232 0

[startup+0.045635 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 24148
/proc/meminfo: memFree=1264424/2055920 swapFree=4176996/4192956
[pid=24148] ppid=24146 vsize=2068 CPUtime=0.04
/proc/24148/stat : 24148 (CirCUs) R 24146 24148 23915 0 -1 4194304 344 0 0 0 4 0 0 0 18 0 1 120000 1111401845 2117632 328 1992294400 134512640 135224549 4294956224 18446744073709551615 134587817 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24148/statm: 517 328 89 173 0 342 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2068

[startup+0.10164 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 24148
/proc/meminfo: memFree=1264424/2055920 swapFree=4176996/4192956
[pid=24148] ppid=24146 vsize=2332 CPUtime=0.09
/proc/24148/stat : 24148 (CirCUs) R 24146 24148 23915 0 -1 4194304 407 0 0 0 9 0 0 0 18 0 1 120000 1111401845 2387968 391 1992294400 134512640 135224549 4294956224 18446744073709551615 134595383 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24148/statm: 583 391 89 173 0 408 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2332

[startup+0.301657 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 24148
/proc/meminfo: memFree=1264424/2055920 swapFree=4176996/4192956
[pid=24148] ppid=24146 vsize=2992 CPUtime=0.29
/proc/24148/stat : 24148 (CirCUs) R 24146 24148 23915 0 -1 4194304 557 0 0 0 29 0 0 0 19 0 1 120000 1111401845 3063808 541 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24148/statm: 748 541 89 173 0 573 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2992

[startup+0.701692 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 24148
/proc/meminfo: memFree=1264424/2055920 swapFree=4176996/4192956
[pid=24148] ppid=24146 vsize=3124 CPUtime=0.69
/proc/24148/stat : 24148 (CirCUs) R 24146 24148 23915 0 -1 4194304 617 0 0 0 69 0 0 0 22 0 1 120000 1111401845 3198976 601 1992294400 134512640 135224549 4294956224 18446744073709551615 134587776 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24148/statm: 781 601 89 173 0 606 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3124

[startup+1.50176 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 24149
/proc/meminfo: memFree=1262048/2055920 swapFree=4176996/4192956
[pid=24148] ppid=24146 vsize=3916 CPUtime=1.49
/proc/24148/stat : 24148 (CirCUs) R 24146 24148 23915 0 -1 4194304 789 0 0 0 149 0 0 0 25 0 1 120000 1111401845 4009984 773 1992294400 134512640 135224549 4294956224 18446744073709551615 134595533 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24148/statm: 979 773 89 173 0 804 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3916

[startup+3.1019 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 24149
/proc/meminfo: memFree=1261216/2055920 swapFree=4176996/4192956
[pid=24148] ppid=24146 vsize=4576 CPUtime=3.09
/proc/24148/stat : 24148 (CirCUs) R 24146 24148 23915 0 -1 4194304 968 0 0 0 309 0 0 0 25 0 1 120000 1111401845 4685824 952 1992294400 134512640 135224549 4294956224 18446744073709551615 134622731 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24148/statm: 1144 952 89 173 0 969 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4576

[startup+6.30119 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 24149
/proc/meminfo: memFree=1259688/2055920 swapFree=4176996/4192956
[pid=24148] ppid=24146 vsize=6028 CPUtime=6.29
/proc/24148/stat : 24148 (CirCUs) R 24146 24148 23915 0 -1 4194304 1325 0 0 0 629 0 0 0 25 0 1 120000 1111401845 6172672 1309 1992294400 134512640 135224549 4294956224 18446744073709551615 134595405 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24148/statm: 1507 1309 89 173 0 1332 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 6028

[startup+12.7017 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 24149
/proc/meminfo: memFree=1257064/2055920 swapFree=4176996/4192956
[pid=24148] ppid=24146 vsize=8404 CPUtime=12.69
/proc/24148/stat : 24148 (CirCUs) R 24146 24148 23915 0 -1 4194304 1908 0 0 0 1268 1 0 0 25 0 1 120000 1111401845 8605696 1892 1992294400 134512640 135224549 4294956224 18446744073709551615 134618685 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24148/statm: 2101 1892 89 173 0 1926 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 8404

[startup+25.5019 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 24149
/proc/meminfo: memFree=1253288/2055920 swapFree=4176996/4192956
[pid=24148] ppid=24146 vsize=12100 CPUtime=25.49
/proc/24148/stat : 24148 (CirCUs) R 24146 24148 23915 0 -1 4194304 2852 0 0 0 2547 2 0 0 25 0 1 120000 1111401845 12390400 2836 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24148/statm: 3025 2836 89 173 0 2850 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 12100

[startup+51.1011 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 24149
/proc/meminfo: memFree=1248872/2055920 swapFree=4176996/4192956
[pid=24148] ppid=24146 vsize=16848 CPUtime=51.08
/proc/24148/stat : 24148 (CirCUs) R 24146 24148 23915 0 -1 4194304 4031 0 0 0 5105 3 0 0 25 0 1 120000 1111401845 17252352 3982 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24148/statm: 4212 3982 89 173 0 4037 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 16848

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 24149
/proc/meminfo: memFree=1242408/2055920 swapFree=4176996/4192956
[pid=24148] ppid=24146 vsize=23184 CPUtime=102.26
/proc/24148/stat : 24148 (CirCUs) R 24146 24148 23915 0 -1 4194304 5653 0 0 0 10222 4 0 0 25 0 1 120000 1111401845 23740416 5604 1992294400 134512640 135224549 4294956224 18446744073709551615 134595754 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24148/statm: 5796 5604 89 173 0 5621 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 23184

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 24149
/proc/meminfo: memFree=1237800/2055920 swapFree=4176996/4192956
[pid=24148] ppid=24146 vsize=27928 CPUtime=162.25
/proc/24148/stat : 24148 (CirCUs) R 24146 24148 23915 0 -1 4194304 6858 0 0 0 16219 6 0 0 25 0 1 120000 1111401845 28598272 6744 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24148/statm: 6982 6744 89 173 0 6807 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 27928

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 24149
/proc/meminfo: memFree=1232808/2055920 swapFree=4176996/4192956
[pid=24148] ppid=24146 vsize=32812 CPUtime=222.23
/proc/24148/stat : 24148 (CirCUs) R 24146 24148 23915 0 -1 4194304 8096 0 0 0 22216 7 0 0 25 0 1 120000 1111401845 33599488 7982 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24148/statm: 8203 7982 89 173 0 8028 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 32812

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 24149
/proc/meminfo: memFree=1230120/2055920 swapFree=4176996/4192956
[pid=24148] ppid=24146 vsize=35452 CPUtime=282.22
/proc/24148/stat : 24148 (CirCUs) R 24146 24148 23915 0 -1 4194304 8762 0 0 0 28214 8 0 0 25 0 1 120000 1111401845 36302848 8648 1992294400 134512640 135224549 4294956224 18446744073709551615 134595405 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24148/statm: 8863 8648 89 173 0 8688 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 35452

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 24149
/proc/meminfo: memFree=1226344/2055920 swapFree=4176996/4192956
[pid=24148] ppid=24146 vsize=39148 CPUtime=342.19
/proc/24148/stat : 24148 (CirCUs) R 24146 24148 23915 0 -1 4194304 9690 0 0 0 34210 9 0 0 25 0 1 120000 1111401845 40087552 9576 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24148/statm: 9787 9576 89 173 0 9612 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 39148

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 24149
/proc/meminfo: memFree=1222696/2055920 swapFree=4176996/4192956
[pid=24148] ppid=24146 vsize=42712 CPUtime=402.19
/proc/24148/stat : 24148 (CirCUs) R 24146 24148 23915 0 -1 4194304 10606 0 0 0 40208 11 0 0 25 0 1 120000 1111401845 43737088 10492 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24148/statm: 10678 10492 89 173 0 10503 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 42712

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 24149
/proc/meminfo: memFree=1218088/2055920 swapFree=4176996/4192956
[pid=24148] ppid=24146 vsize=47844 CPUtime=462.17
/proc/24148/stat : 24148 (CirCUs) R 24146 24148 23915 0 -1 4194304 11898 0 0 0 46205 12 0 0 25 0 1 120000 1111401845 48992256 11655 1992294400 134512640 135224549 4294956224 18446744073709551615 134632731 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24148/statm: 11961 11655 89 173 0 11786 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 47844

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 24149
/proc/meminfo: memFree=1214184/2055920 swapFree=4176996/4192956
[pid=24148] ppid=24146 vsize=51676 CPUtime=522.15
/proc/24148/stat : 24148 (CirCUs) R 24146 24148 23915 0 -1 4194304 12858 0 0 0 52201 14 0 0 25 0 1 120000 1111401845 52916224 12615 1992294400 134512640 135224549 4294956224 18446744073709551615 134585004 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24148/statm: 12919 12615 89 173 0 12744 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 51676

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 24149
/proc/meminfo: memFree=1214184/2055920 swapFree=4176996/4192956
[pid=24148] ppid=24146 vsize=51676 CPUtime=582.14
/proc/24148/stat : 24148 (CirCUs) R 24146 24148 23915 0 -1 4194304 12858 0 0 0 58200 14 0 0 25 0 1 120000 1111401845 52916224 12615 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24148/statm: 12919 12615 89 173 0 12744 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 51676

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 24151
/proc/meminfo: memFree=1209704/2055920 swapFree=4176996/4192956
[pid=24148] ppid=24146 vsize=56032 CPUtime=642.12
/proc/24148/stat : 24148 (CirCUs) R 24146 24148 23915 0 -1 4194304 13975 0 0 0 64197 15 0 0 25 0 1 120000 1111401845 57376768 13732 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24148/statm: 14008 13732 89 173 0 13833 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 56032

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 24151
/proc/meminfo: memFree=1209704/2055920 swapFree=4176996/4192956
[pid=24148] ppid=24146 vsize=56032 CPUtime=702.1
/proc/24148/stat : 24148 (CirCUs) R 24146 24148 23915 0 -1 4194304 13975 0 0 0 70195 15 0 0 25 0 1 120000 1111401845 57376768 13732 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24148/statm: 14008 13732 89 173 0 13833 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 56032

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 24151
/proc/meminfo: memFree=1203880/2055920 swapFree=4176996/4192956
[pid=24148] ppid=24146 vsize=61868 CPUtime=762.08
/proc/24148/stat : 24148 (CirCUs) R 24146 24148 23915 0 -1 4194304 15430 0 0 0 76191 17 0 0 25 0 1 120000 1111401845 63352832 15187 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24148/statm: 15467 15187 89 173 0 15292 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 61868

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 24151
/proc/meminfo: memFree=1203880/2055920 swapFree=4176996/4192956
[pid=24148] ppid=24146 vsize=61868 CPUtime=822.07
/proc/24148/stat : 24148 (CirCUs) R 24146 24148 23915 0 -1 4194304 15440 0 0 0 82189 18 0 0 25 0 1 120000 1111401845 63352832 15197 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24148/statm: 15467 15197 89 173 0 15292 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 61868

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 24151
/proc/meminfo: memFree=1203816/2055920 swapFree=4176996/4192956
[pid=24148] ppid=24146 vsize=61868 CPUtime=882.05
/proc/24148/stat : 24148 (CirCUs) R 24146 24148 23915 0 -1 4194304 15440 0 0 0 88187 18 0 0 25 0 1 120000 1111401845 63352832 15197 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24148/statm: 15467 15197 89 173 0 15292 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 61868

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 24151
/proc/meminfo: memFree=1197928/2055920 swapFree=4176996/4192956
[pid=24148] ppid=24146 vsize=67676 CPUtime=942.03
/proc/24148/stat : 24148 (CirCUs) R 24146 24148 23915 0 -1 4194304 16916 0 0 0 94183 20 0 0 25 0 1 120000 1111401845 69300224 16673 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24148/statm: 16919 16673 89 173 0 16744 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 67676

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 24151
/proc/meminfo: memFree=1197928/2055920 swapFree=4176996/4192956
[pid=24148] ppid=24146 vsize=67676 CPUtime=1002.02
/proc/24148/stat : 24148 (CirCUs) R 24146 24148 23915 0 -1 4194304 16916 0 0 0 100181 21 0 0 25 0 1 120000 1111401845 69300224 16673 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24148/statm: 16919 16673 89 173 0 16744 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 67676

[startup+1062.3 s]
/proc/loadavg: 1.04 1.00 1.00 2/65 24151
/proc/meminfo: memFree=1197928/2055920 swapFree=4176996/4192956
[pid=24148] ppid=24146 vsize=67676 CPUtime=1062.01
/proc/24148/stat : 24148 (CirCUs) R 24146 24148 23915 0 -1 4194304 16916 0 0 0 106180 21 0 0 25 0 1 120000 1111401845 69300224 16673 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24148/statm: 16919 16673 89 173 0 16744 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 67676

[startup+1122.3 s]
/proc/loadavg: 1.05 1.01 1.00 2/65 24151
/proc/meminfo: memFree=1191464/2055920 swapFree=4176996/4192956
[pid=24148] ppid=24146 vsize=74144 CPUtime=1121.99
/proc/24148/stat : 24148 (CirCUs) R 24146 24148 23915 0 -1 4194304 18544 0 0 0 112176 23 0 0 25 0 1 120000 1111401845 75923456 18301 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24148/statm: 18536 18301 89 173 0 18361 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 74144

[startup+1182.3 s]
/proc/loadavg: 1.06 1.02 1.00 2/65 24151
/proc/meminfo: memFree=1191400/2055920 swapFree=4176996/4192956
[pid=24148] ppid=24146 vsize=74144 CPUtime=1181.97
/proc/24148/stat : 24148 (CirCUs) R 24146 24148 23915 0 -1 4194304 18544 0 0 0 118174 23 0 0 25 0 1 120000 1111401845 75923456 18301 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24148/statm: 18536 18301 89 173 0 18361 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 74144



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.04 1.02 1.00 2/65 24151
/proc/meminfo: memFree=1191400/2055920 swapFree=4176996/4192956
[pid=24148] ppid=24146 vsize=74144 CPUtime=1200.07
/proc/24148/stat : 24148 (CirCUs) R 24146 24148 23915 0 -1 4194304 18544 0 0 0 119984 23 0 0 25 0 1 100 1111401845 75923456 18301 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24148/statm: 18536 18301 89 173 0 18361 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 74144

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.42
CPU time (s): 1200.09
CPU user time (s): 1199.84
CPU system time (s): 0.250961
CPU usage (%): 99.973
Max. virtual memory (cumulated for all children) (KiB): 74144

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

runsolver used 0.898863 second user time and 2.6316 second system time

The end

Launcher Data

Begin job on node50 at 2009-03-30 06:29:57
IDJOB=1524169
IDBENCH=70284
IDSOLVER=544
FILE ID=node50/1524169-1238387397
PBS_JOBID= 9061369
Free space on /tmp= 64220 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/RANDOM/LARGE/3SAT/UNKNOWN/2000/unif-k3-r4.2-v2000-c8400-S7007454-009.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1524169-1238387397/watcher-1524169-1238387397 -o /tmp/evaluation-result-1524169-1238387397/solver-1524169-1238387397 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1524169-1238387397.cnf -t 1200

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

MD5SUM BENCH= 648c8d820b622b84f63b74fa018c43ab
RANDOM SEED=588056992

node50.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.238
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.238
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:       1264904 kB
Buffers:         95780 kB
Cached:         590348 kB
SwapCached:       9920 kB
Active:          81156 kB
Inactive:       616616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1264904 kB
SwapTotal:     4192956 kB
SwapFree:      4176996 kB
Dirty:            1456 kB
Writeback:           0 kB
Mapped:          17268 kB
Slab:            79176 kB
Committed_AS:  2999664 kB
PageTables:       1456 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= 64220 MiB
End job on node50 at 2009-03-30 06:50:00