Trace number 1524214

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.04 1200.33

General information on the benchmark

NameRANDOM/LARGE/3SAT/UNKNOWN/14000/
unif-k3-r4.2-v14000-c58800-S1195310117-069.cnf
MD5SUM4a32998e8f57b42d66014efe21307642
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark160.753
Satisfiable
(Un)Satisfiability was proved
Number of variables14000
Number of clauses58800
Sum of the clauses size176400
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 358800
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

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

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-1524214-1238398573/watcher-1524214-1238398573 -o /tmp/evaluation-result-1524214-1238398573/solver-1524214-1238398573 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1524214-1238398573.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.94 1.01 1.13 3/64 7630
/proc/meminfo: memFree=1634792/2055920 swapFree=4178796/4192956
[pid=7630] ppid=7628 vsize=2696 CPUtime=0
/proc/7630/stat : 7630 (CirCUs) R 7628 7630 7501 0 -1 4194304 361 0 0 0 0 0 0 0 18 0 1 120000 1112519164 2760704 346 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7630/statm: 674 346 70 173 0 499 0

[startup+0.0106979 s]
/proc/loadavg: 0.94 1.01 1.13 3/64 7630
/proc/meminfo: memFree=1634792/2055920 swapFree=4178796/4192956
[pid=7630] ppid=7628 vsize=3092 CPUtime=0
/proc/7630/stat : 7630 (CirCUs) R 7628 7630 7501 0 -1 4194304 468 0 0 0 0 0 0 0 18 0 1 120000 1112519164 3166208 453 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7630/statm: 773 454 70 173 0 598 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 3092

[startup+0.102704 s]
/proc/loadavg: 0.94 1.01 1.13 3/64 7630
/proc/meminfo: memFree=1634792/2055920 swapFree=4178796/4192956
[pid=7630] ppid=7628 vsize=6388 CPUtime=0.1
/proc/7630/stat : 7630 (CirCUs) R 7628 7630 7501 0 -1 4194304 1375 0 0 0 9 1 0 0 18 0 1 120000 1112519164 6541312 1327 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7630/statm: 1597 1327 70 173 0 1422 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 6388

[startup+0.302722 s]
/proc/loadavg: 0.94 1.01 1.13 3/64 7630
/proc/meminfo: memFree=1634792/2055920 swapFree=4178796/4192956
[pid=7630] ppid=7628 vsize=6912 CPUtime=0.3
/proc/7630/stat : 7630 (CirCUs) R 7628 7630 7501 0 -1 4194304 1523 0 0 0 29 1 0 0 19 0 1 120000 1112519164 7077888 1474 1992294400 134512640 135224549 4294956208 18446744073709551615 134630857 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7630/statm: 1728 1474 90 173 0 1553 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 6912

[startup+0.702769 s]
/proc/loadavg: 0.94 1.01 1.13 3/64 7630
/proc/meminfo: memFree=1634792/2055920 swapFree=4178796/4192956
[pid=7630] ppid=7628 vsize=7704 CPUtime=0.7
/proc/7630/stat : 7630 (CirCUs) R 7628 7630 7501 0 -1 4194304 1730 0 0 0 69 1 0 0 22 0 1 120000 1112519164 7888896 1681 1992294400 134512640 135224549 4294956208 18446744073709551615 134595322 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7630/statm: 1926 1681 90 173 0 1751 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 7704

[startup+1.50183 s]
/proc/loadavg: 0.94 1.01 1.13 2/65 7631
/proc/meminfo: memFree=1627872/2055920 swapFree=4178796/4192956
[pid=7630] ppid=7628 vsize=9424 CPUtime=1.49
/proc/7630/stat : 7630 (CirCUs) R 7628 7630 7501 0 -1 4194304 2162 0 0 0 148 1 0 0 25 0 1 120000 1112519164 9650176 2113 1992294400 134512640 135224549 4294956208 18446744073709551615 134595588 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7630/statm: 2356 2113 90 173 0 2181 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9424

[startup+3.10197 s]
/proc/loadavg: 0.94 1.01 1.13 2/65 7631
/proc/meminfo: memFree=1625248/2055920 swapFree=4178796/4192956
[pid=7630] ppid=7628 vsize=11404 CPUtime=3.09
/proc/7630/stat : 7630 (CirCUs) R 7628 7630 7501 0 -1 4194304 2665 0 0 0 308 1 0 0 25 0 1 120000 1112519164 11677696 2616 1992294400 134512640 135224549 4294956208 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7630/statm: 2851 2616 90 173 0 2676 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 11404

[startup+6.30125 s]
/proc/loadavg: 0.94 1.01 1.13 2/65 7631
/proc/meminfo: memFree=1622688/2055920 swapFree=4178796/4192956
[pid=7630] ppid=7628 vsize=13780 CPUtime=6.29
/proc/7630/stat : 7630 (CirCUs) R 7628 7630 7501 0 -1 4194304 3261 0 0 0 628 1 0 0 25 0 1 120000 1112519164 14110720 3212 1992294400 134512640 135224549 4294956208 18446744073709551615 134587881 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7630/statm: 3445 3212 90 173 0 3270 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 13780

[startup+12.7018 s]
/proc/loadavg: 0.95 1.01 1.13 2/65 7631
/proc/meminfo: memFree=1620384/2055920 swapFree=4178796/4192956
[pid=7630] ppid=7628 vsize=15552 CPUtime=12.69
/proc/7630/stat : 7630 (CirCUs) R 7628 7630 7501 0 -1 4194304 3677 0 0 0 1267 2 0 0 25 0 1 120000 1112519164 15925248 3628 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7630/statm: 3888 3628 90 173 0 3713 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 15552

[startup+25.5019 s]
/proc/loadavg: 0.96 1.01 1.13 2/65 7631
/proc/meminfo: memFree=1616224/2055920 swapFree=4178796/4192956
[pid=7630] ppid=7628 vsize=19512 CPUtime=25.48
/proc/7630/stat : 7630 (CirCUs) R 7628 7630 7501 0 -1 4194304 4697 0 0 0 2545 3 0 0 25 0 1 120000 1112519164 19980288 4648 1992294400 134512640 135224549 4294956208 18446744073709551615 134587776 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7630/statm: 4878 4648 90 173 0 4703 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 19512

[startup+51.1012 s]
/proc/loadavg: 0.97 1.01 1.12 2/65 7631
/proc/meminfo: memFree=1608608/2055920 swapFree=4178796/4192956
[pid=7630] ppid=7628 vsize=27240 CPUtime=51.08
/proc/7630/stat : 7630 (CirCUs) R 7628 7630 7501 0 -1 4194304 6608 0 0 0 5103 5 0 0 25 0 1 120000 1112519164 27893760 6559 1992294400 134512640 135224549 4294956208 18446744073709551615 134595683 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7630/statm: 6810 6559 90 173 0 6635 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 27240

[startup+102.306 s]
/proc/loadavg: 0.99 1.00 1.11 2/65 7631
/proc/meminfo: memFree=1592864/2055920 swapFree=4178796/4192956
[pid=7630] ppid=7628 vsize=43076 CPUtime=102.27
/proc/7630/stat : 7630 (CirCUs) R 7628 7630 7501 0 -1 4194304 10530 0 0 0 10219 8 0 0 25 0 1 120000 1112519164 44109824 10481 1992294400 134512640 135224549 4294956208 18446744073709551615 134585011 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7630/statm: 10769 10481 90 173 0 10594 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 43076

[startup+162.302 s]
/proc/loadavg: 0.99 1.00 1.10 2/65 7631
/proc/meminfo: memFree=1580768/2055920 swapFree=4178796/4192956
[pid=7630] ppid=7628 vsize=54960 CPUtime=162.25
/proc/7630/stat : 7630 (CirCUs) R 7628 7630 7501 0 -1 4194304 13540 0 0 0 16214 11 0 0 25 0 1 120000 1112519164 56279040 13491 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7630/statm: 13740 13491 90 173 0 13565 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 54960

[startup+222.301 s]
/proc/loadavg: 0.99 1.00 1.09 2/65 7631
/proc/meminfo: memFree=1573536/2055920 swapFree=4178796/4192956
[pid=7630] ppid=7628 vsize=62220 CPUtime=222.23
/proc/7630/stat : 7630 (CirCUs) R 7628 7630 7501 0 -1 4194304 15346 0 0 0 22210 13 0 0 25 0 1 120000 1112519164 63713280 15297 1992294400 134512640 135224549 4294956208 18446744073709551615 134618685 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7630/statm: 15555 15297 90 173 0 15380 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 62220

[startup+282.301 s]
/proc/loadavg: 0.99 1.00 1.08 2/65 7633
/proc/meminfo: memFree=1561952/2055920 swapFree=4178796/4192956
[pid=7630] ppid=7628 vsize=73828 CPUtime=282.22
/proc/7630/stat : 7630 (CirCUs) R 7628 7630 7501 0 -1 4194304 18257 0 0 0 28207 15 0 0 25 0 1 120000 1112519164 75599872 18143 1992294400 134512640 135224549 4294956208 18446744073709551615 134595412 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7630/statm: 18457 18143 90 173 0 18282 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 73828

[startup+342.302 s]
/proc/loadavg: 0.99 1.00 1.08 2/65 7633
/proc/meminfo: memFree=1552800/2055920 swapFree=4178796/4192956
[pid=7630] ppid=7628 vsize=82936 CPUtime=342.21
/proc/7630/stat : 7630 (CirCUs) R 7628 7630 7501 0 -1 4194304 20538 0 0 0 34202 19 0 0 25 0 1 120000 1112519164 84926464 20424 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7630/statm: 20734 20424 90 173 0 20559 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 82936

[startup+402.302 s]
/proc/loadavg: 0.99 1.00 1.07 2/65 7633
/proc/meminfo: memFree=1544544/2055920 swapFree=4178796/4192956
[pid=7630] ppid=7628 vsize=92044 CPUtime=402.19
/proc/7630/stat : 7630 (CirCUs) R 7628 7630 7501 0 -1 4194304 22839 0 0 0 40198 21 0 0 25 0 1 120000 1112519164 94253056 22725 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7630/statm: 23011 22725 90 173 0 22836 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 92044

[startup+462.302 s]
/proc/loadavg: 0.99 1.00 1.07 2/65 7633
/proc/meminfo: memFree=1537376/2055920 swapFree=4178796/4192956
[pid=7630] ppid=7628 vsize=98252 CPUtime=462.18
/proc/7630/stat : 7630 (CirCUs) R 7628 7630 7501 0 -1 4194304 24386 0 0 0 46195 23 0 0 25 0 1 120000 1112519164 100610048 24272 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7630/statm: 24563 24272 90 173 0 24388 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 98252

[startup+522.302 s]
/proc/loadavg: 0.99 1.00 1.06 2/65 7633
/proc/meminfo: memFree=1532064/2055920 swapFree=4178796/4192956
[pid=7630] ppid=7628 vsize=103532 CPUtime=522.16
/proc/7630/stat : 7630 (CirCUs) R 7628 7630 7501 0 -1 4194304 25705 0 0 0 52192 24 0 0 25 0 1 120000 1112519164 106016768 25591 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7630/statm: 25883 25591 90 173 0 25708 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 103532

[startup+582.303 s]
/proc/loadavg: 0.99 1.00 1.05 2/65 7633
/proc/meminfo: memFree=1523296/2055920 swapFree=4178796/4192956
[pid=7630] ppid=7628 vsize=112116 CPUtime=582.15
/proc/7630/stat : 7630 (CirCUs) R 7628 7630 7501 0 -1 4194304 27888 0 0 0 58189 26 0 0 25 0 1 120000 1112519164 114806784 27774 1992294400 134512640 135224549 4294956208 18446744073709551615 134585011 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7630/statm: 28029 27774 90 173 0 27854 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 112116

[startup+642.303 s]
/proc/loadavg: 0.99 1.00 1.05 2/65 7633
/proc/meminfo: memFree=1509024/2055920 swapFree=4178796/4192956
[pid=7630] ppid=7628 vsize=126372 CPUtime=642.14
/proc/7630/stat : 7630 (CirCUs) R 7628 7630 7501 0 -1 4194304 31448 0 0 0 64185 29 0 0 25 0 1 120000 1112519164 129404928 31334 1992294400 134512640 135224549 4294956208 18446744073709551615 134595336 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7630/statm: 31593 31334 90 173 0 31418 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 126372

[startup+702.302 s]
/proc/loadavg: 0.99 1.00 1.04 2/65 7633
/proc/meminfo: memFree=1509024/2055920 swapFree=4178796/4192956
[pid=7630] ppid=7628 vsize=126372 CPUtime=702.12
/proc/7630/stat : 7630 (CirCUs) R 7628 7630 7501 0 -1 4194304 31448 0 0 0 70183 29 0 0 25 0 1 120000 1112519164 129404928 31334 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7630/statm: 31593 31334 90 173 0 31418 0
Current children cumulated CPU time (s) 702.12
Current children cumulated vsize (KiB) 126372

[startup+762.304 s]
/proc/loadavg: 0.99 1.00 1.04 2/65 7633
/proc/meminfo: memFree=1495008/2055920 swapFree=4178796/4192956
[pid=7630] ppid=7628 vsize=140232 CPUtime=762.11
/proc/7630/stat : 7630 (CirCUs) R 7628 7630 7501 0 -1 4194304 34939 0 0 0 76178 33 0 0 25 0 1 120000 1112519164 143597568 34825 1992294400 134512640 135224549 4294956208 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7630/statm: 35058 34825 90 173 0 34883 0
Current children cumulated CPU time (s) 762.11
Current children cumulated vsize (KiB) 140232

[startup+822.302 s]
/proc/loadavg: 0.99 1.00 1.03 2/65 7633
/proc/meminfo: memFree=1494816/2055920 swapFree=4178796/4192956
[pid=7630] ppid=7628 vsize=140876 CPUtime=822.09
/proc/7630/stat : 7630 (CirCUs) R 7628 7630 7501 0 -1 4194304 35108 0 0 0 82176 33 0 0 25 0 1 120000 1112519164 144257024 34865 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7630/statm: 35219 34865 90 173 0 35044 0
Current children cumulated CPU time (s) 822.09
Current children cumulated vsize (KiB) 140876

[startup+882.302 s]
/proc/loadavg: 0.99 1.00 1.02 2/65 7633
/proc/meminfo: memFree=1490912/2055920 swapFree=4178796/4192956
[pid=7630] ppid=7628 vsize=144836 CPUtime=882.07
/proc/7630/stat : 7630 (CirCUs) R 7628 7630 7501 0 -1 4194304 36087 0 0 0 88173 34 0 0 25 0 1 120000 1112519164 148312064 35844 1992294400 134512640 135224549 4294956208 18446744073709551615 134595347 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7630/statm: 36209 35844 90 173 0 36034 0
Current children cumulated CPU time (s) 882.07
Current children cumulated vsize (KiB) 144836

[startup+942.301 s]
/proc/loadavg: 0.99 1.00 1.02 2/65 7633
/proc/meminfo: memFree=1479264/2055920 swapFree=4178796/4192956
[pid=7630] ppid=7628 vsize=156980 CPUtime=942.06
/proc/7630/stat : 7630 (CirCUs) R 7628 7630 7501 0 -1 4194304 39138 0 0 0 94169 37 0 0 25 0 1 120000 1112519164 160747520 38895 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7630/statm: 39245 38895 90 173 0 39070 0
Current children cumulated CPU time (s) 942.06
Current children cumulated vsize (KiB) 156980

[startup+1002.3 s]
/proc/loadavg: 0.99 1.00 1.01 2/65 7633
/proc/meminfo: memFree=1470048/2055920 swapFree=4178796/4192956
[pid=7630] ppid=7628 vsize=165560 CPUtime=1002.05
/proc/7630/stat : 7630 (CirCUs) R 7628 7630 7501 0 -1 4194304 41294 0 0 0 100165 40 0 0 25 0 1 120000 1112519164 169533440 41051 1992294400 134512640 135224549 4294956208 18446744073709551615 134595376 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7630/statm: 41390 41051 90 173 0 41215 0
Current children cumulated CPU time (s) 1002.05
Current children cumulated vsize (KiB) 165560

[startup+1062.3 s]
/proc/loadavg: 0.99 1.00 1.01 2/65 7633
/proc/meminfo: memFree=1469984/2055920 swapFree=4178796/4192956
[pid=7630] ppid=7628 vsize=165560 CPUtime=1062.04
/proc/7630/stat : 7630 (CirCUs) R 7628 7630 7501 0 -1 4194304 41294 0 0 0 106164 40 0 0 25 0 1 120000 1112519164 169533440 41051 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7630/statm: 41390 41051 90 173 0 41215 0
Current children cumulated CPU time (s) 1062.04
Current children cumulated vsize (KiB) 165560

[startup+1122.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 7633
/proc/meminfo: memFree=1459936/2055920 swapFree=4178796/4192956
[pid=7630] ppid=7628 vsize=175592 CPUtime=1122.02
/proc/7630/stat : 7630 (CirCUs) R 7628 7630 7501 0 -1 4194304 43812 0 0 0 112159 43 0 0 25 0 1 120000 1112519164 179806208 43569 1992294400 134512640 135224549 4294956208 18446744073709551615 134619687 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7630/statm: 43898 43569 90 173 0 43723 0
Current children cumulated CPU time (s) 1122.02
Current children cumulated vsize (KiB) 175592

[startup+1182.3 s]
/proc/loadavg: 1.07 1.02 1.01 2/65 7633
/proc/meminfo: memFree=1459936/2055920 swapFree=4178796/4192956
[pid=7630] ppid=7628 vsize=175592 CPUtime=1182
/proc/7630/stat : 7630 (CirCUs) R 7628 7630 7501 0 -1 4194304 43812 0 0 0 118157 43 0 0 25 0 1 120000 1112519164 179806208 43569 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7630/statm: 43898 43569 90 173 0 43723 0
Current children cumulated CPU time (s) 1182
Current children cumulated vsize (KiB) 175592



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.3 s]
/proc/loadavg: 1.05 1.01 1.00 2/65 7633
/proc/meminfo: memFree=1459936/2055920 swapFree=4178796/4192956
[pid=7630] ppid=7628 vsize=175592 CPUtime=1200
/proc/7630/stat : 7630 (CirCUs) R 7628 7630 7501 0 -1 4194304 43812 0 0 0 119957 43 0 0 25 0 1 100 1112519164 179806208 43569 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7630/statm: 43898 43569 90 173 0 43723 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 175592

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

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

[startup+1200.3 s]
/proc/loadavg: 1.05 1.01 1.00 2/65 7633
/proc/meminfo: memFree=1459936/2055920 swapFree=4178796/4192956
[pid=7630] ppid=7628 vsize=175592 CPUtime=1200
/proc/7630/stat : 7630 (CirCUs) R 7628 7630 7501 0 -1 4194304 43812 0 0 0 119957 43 0 0 25 0 1 100 1112519164 179806208 43569 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7630/statm: 43898 43569 90 173 0 43723 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 175592

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.33
CPU time (s): 1200.04
CPU user time (s): 1199.58
CPU system time (s): 0.463929
CPU usage (%): 99.9759
Max. virtual memory (cumulated for all children) (KiB): 175592

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

runsolver used 0.990849 second user time and 2.69459 second system time

The end

Launcher Data

Begin job on node57 at 2009-03-30 09:36:13
IDJOB=1524214
IDBENCH=70329
IDSOLVER=544
FILE ID=node57/1524214-1238398573
PBS_JOBID= 9061388
Free space on /tmp= 66264 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/RANDOM/LARGE/3SAT/UNKNOWN/14000/unif-k3-r4.2-v14000-c58800-S1195310117-069.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1524214-1238398573/watcher-1524214-1238398573 -o /tmp/evaluation-result-1524214-1238398573/solver-1524214-1238398573 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1524214-1238398573.cnf -t 1200

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

MD5SUM BENCH= 4a32998e8f57b42d66014efe21307642
RANDOM SEED=1726610150

node57.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.213
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.213
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:       1635272 kB
Buffers:         59420 kB
Cached:         270208 kB
SwapCached:       7992 kB
Active:          73012 kB
Inactive:       266096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1635272 kB
SwapTotal:     4192956 kB
SwapFree:      4178796 kB
Dirty:            2148 kB
Writeback:           0 kB
Mapped:          15096 kB
Slab:            67628 kB
Committed_AS:  2550128 kB
PageTables:       1392 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= 66260 MiB
End job on node57 at 2009-03-30 09:56:16