Trace number 1524307

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.1 1200.51

General information on the benchmark

NameRANDOM/MEDIUM/5SAT/SATISFIABLE/110/
unif-k5-r21.3-v110-c2343-S1492329924-074.cnf
MD5SUM667156c9cba21970f1c7c0c7e22c36aa
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.478926
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of clauses2343
Sum of the clauses size11715
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 52343
Number of clauses of size over 50

Solver Data

0.00/0.00	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
0.00/0.00	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-1524307-1238453545/watcher-1524307-1238453545 -o /tmp/evaluation-result-1524307-1238453545/solver-1524307-1238453545 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1524307-1238453545.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.07 1.02 1.00 3/64 4744
/proc/meminfo: memFree=1430416/2055920 swapFree=4171920/4192956
[pid=4744] ppid=4742 vsize=1312 CPUtime=0
/proc/4744/stat : 4744 (CirCUs) R 4742 4744 4276 0 -1 4194304 154 0 0 0 0 0 0 0 18 0 1 120000 1118020203 1343488 139 1992294400 134512640 135224549 4294956208 18446744073709551615 134749214 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4744/statm: 328 139 70 173 0 153 0

[startup+0.0742949 s]
/proc/loadavg: 1.07 1.02 1.00 3/64 4744
/proc/meminfo: memFree=1430416/2055920 swapFree=4171920/4192956
[pid=4744] ppid=4742 vsize=1704 CPUtime=0.07
/proc/4744/stat : 4744 (CirCUs) R 4742 4744 4276 0 -1 4194304 246 0 0 0 7 0 0 0 18 0 1 120000 1118020203 1744896 230 1992294400 134512640 135224549 4294956208 18446744073709551615 134595555 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4744/statm: 426 230 89 173 0 251 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1704

[startup+0.101298 s]
/proc/loadavg: 1.07 1.02 1.00 3/64 4744
/proc/meminfo: memFree=1430416/2055920 swapFree=4171920/4192956
[pid=4744] ppid=4742 vsize=1704 CPUtime=0.1
/proc/4744/stat : 4744 (CirCUs) R 4742 4744 4276 0 -1 4194304 248 0 0 0 10 0 0 0 18 0 1 120000 1118020203 1744896 232 1992294400 134512640 135224549 4294956208 18446744073709551615 134595295 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4744/statm: 426 232 89 173 0 251 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1704

[startup+0.301321 s]
/proc/loadavg: 1.07 1.02 1.00 3/64 4744
/proc/meminfo: memFree=1430416/2055920 swapFree=4171920/4192956
[pid=4744] ppid=4742 vsize=1836 CPUtime=0.3
/proc/4744/stat : 4744 (CirCUs) R 4742 4744 4276 0 -1 4194304 296 0 0 0 30 0 0 0 19 0 1 120000 1118020203 1880064 280 1992294400 134512640 135224549 4294956208 18446744073709551615 134585017 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4744/statm: 459 280 89 173 0 284 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1836

[startup+0.701367 s]
/proc/loadavg: 1.07 1.02 1.00 3/64 4744
/proc/meminfo: memFree=1430416/2055920 swapFree=4171920/4192956
[pid=4744] ppid=4742 vsize=2232 CPUtime=0.69
/proc/4744/stat : 4744 (CirCUs) R 4742 4744 4276 0 -1 4194304 373 0 0 0 69 0 0 0 22 0 1 120000 1118020203 2285568 357 1992294400 134512640 135224549 4294956208 18446744073709551615 134618974 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4744/statm: 558 357 89 173 0 383 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2232

[startup+1.50146 s]
/proc/loadavg: 1.06 1.01 1.00 2/65 4745
/proc/meminfo: memFree=1429192/2055920 swapFree=4171920/4192956
[pid=4744] ppid=4742 vsize=2628 CPUtime=1.49
/proc/4744/stat : 4744 (CirCUs) R 4742 4744 4276 0 -1 4194304 481 0 0 0 149 0 0 0 25 0 1 120000 1118020203 2691072 465 1992294400 134512640 135224549 4294956208 18446744073709551615 134595334 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4744/statm: 657 465 89 173 0 482 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2628

[startup+3.10164 s]
/proc/loadavg: 1.06 1.01 1.00 2/65 4745
/proc/meminfo: memFree=1428488/2055920 swapFree=4171920/4192956
[pid=4744] ppid=4742 vsize=3200 CPUtime=3.09
/proc/4744/stat : 4744 (CirCUs) R 4742 4744 4276 0 -1 4194304 620 0 0 0 309 0 0 0 25 0 1 120000 1118020203 3276800 604 1992294400 134512640 135224549 4294956208 18446744073709551615 134618867 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4744/statm: 800 604 89 173 0 625 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3200

[startup+6.30201 s]
/proc/loadavg: 1.06 1.01 1.00 2/65 4745
/proc/meminfo: memFree=1427464/2055920 swapFree=4171920/4192956
[pid=4744] ppid=4742 vsize=4124 CPUtime=6.29
/proc/4744/stat : 4744 (CirCUs) R 4742 4744 4276 0 -1 4194304 860 0 0 0 629 0 0 0 25 0 1 120000 1118020203 4222976 844 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4744/statm: 1031 844 89 173 0 856 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 4124

[startup+12.7017 s]
/proc/loadavg: 1.05 1.01 1.00 2/65 4745
/proc/meminfo: memFree=1425928/2055920 swapFree=4171920/4192956
[pid=4744] ppid=4742 vsize=5316 CPUtime=12.69
/proc/4744/stat : 4744 (CirCUs) R 4742 4744 4276 0 -1 4194304 1165 0 0 0 1269 0 0 0 25 0 1 120000 1118020203 5443584 1149 1992294400 134512640 135224549 4294956208 18446744073709551615 134595405 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4744/statm: 1329 1149 89 173 0 1154 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5316

[startup+25.5052 s]
/proc/loadavg: 1.04 1.01 1.00 2/65 4745
/proc/meminfo: memFree=1424584/2055920 swapFree=4171920/4192956
[pid=4744] ppid=4742 vsize=6636 CPUtime=25.49
/proc/4744/stat : 4744 (CirCUs) R 4742 4744 4276 0 -1 4194304 1498 0 0 0 2549 0 0 0 25 0 1 120000 1118020203 6795264 1482 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4744/statm: 1659 1482 89 173 0 1484 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 6636

[startup+51.1012 s]
/proc/loadavg: 1.03 1.01 1.00 2/65 4745
/proc/meminfo: memFree=1422856/2055920 swapFree=4171920/4192956
[pid=4744] ppid=4742 vsize=8488 CPUtime=51.07
/proc/4744/stat : 4744 (CirCUs) R 4742 4744 4276 0 -1 4194304 1949 0 0 0 5106 1 0 0 25 0 1 120000 1118020203 8691712 1900 1992294400 134512640 135224549 4294956208 18446744073709551615 134632748 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4744/statm: 2122 1900 89 173 0 1947 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 8488

[startup+102.301 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 4745
/proc/meminfo: memFree=1420360/2055920 swapFree=4171920/4192956
[pid=4744] ppid=4742 vsize=11272 CPUtime=102.25
/proc/4744/stat : 4744 (CirCUs) R 4742 4744 4276 0 -1 4194304 2623 0 0 0 10224 1 0 0 25 0 1 120000 1118020203 11542528 2574 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4744/statm: 2818 2574 89 173 0 2643 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 11272

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4745
/proc/meminfo: memFree=1418184/2055920 swapFree=4171920/4192956
[pid=4744] ppid=4742 vsize=13568 CPUtime=162.23
/proc/4744/stat : 4744 (CirCUs) R 4742 4744 4276 0 -1 4194304 3204 0 0 0 16221 2 0 0 25 0 1 120000 1118020203 13893632 3090 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4744/statm: 3392 3090 89 173 0 3217 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 13568

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4745
/proc/meminfo: memFree=1416584/2055920 swapFree=4171920/4192956
[pid=4744] ppid=4742 vsize=15200 CPUtime=222.21
/proc/4744/stat : 4744 (CirCUs) R 4742 4744 4276 0 -1 4194304 3582 0 0 0 22219 2 0 0 25 0 1 120000 1118020203 15564800 3468 1992294400 134512640 135224549 4294956208 18446744073709551615 134595405 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4744/statm: 3800 3468 89 173 0 3625 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 15200

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4745
/proc/meminfo: memFree=1415368/2055920 swapFree=4171920/4192956
[pid=4744] ppid=4742 vsize=16408 CPUtime=282.19
/proc/4744/stat : 4744 (CirCUs) R 4742 4744 4276 0 -1 4194304 3881 0 0 0 28216 3 0 0 25 0 1 120000 1118020203 16801792 3767 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4744/statm: 4102 3767 89 173 0 3927 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 16408

[startup+342.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4745
/proc/meminfo: memFree=1413960/2055920 swapFree=4171920/4192956
[pid=4744] ppid=4742 vsize=17788 CPUtime=342.17
/proc/4744/stat : 4744 (CirCUs) R 4742 4744 4276 0 -1 4194304 4222 0 0 0 34214 3 0 0 25 0 1 120000 1118020203 18214912 4108 1992294400 134512640 135224549 4294956208 18446744073709551615 134595318 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4744/statm: 4447 4108 89 173 0 4272 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 17788

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4745
/proc/meminfo: memFree=1412936/2055920 swapFree=4171920/4192956
[pid=4744] ppid=4742 vsize=18880 CPUtime=402.16
/proc/4744/stat : 4744 (CirCUs) R 4742 4744 4276 0 -1 4194304 4498 0 0 0 40212 4 0 0 25 0 1 120000 1118020203 19333120 4384 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4744/statm: 4720 4384 89 173 0 4545 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 18880

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4745
/proc/meminfo: memFree=1412232/2055920 swapFree=4171920/4192956
[pid=4744] ppid=4742 vsize=19596 CPUtime=462.14
/proc/4744/stat : 4744 (CirCUs) R 4742 4744 4276 0 -1 4194304 4651 0 0 0 46210 4 0 0 25 0 1 120000 1118020203 20066304 4537 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4744/statm: 4899 4537 89 173 0 4724 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 19596

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4751
/proc/meminfo: memFree=1410504/2055920 swapFree=4171920/4192956
[pid=4744] ppid=4742 vsize=21380 CPUtime=522.1
/proc/4744/stat : 4744 (CirCUs) R 4742 4744 4276 0 -1 4194304 5079 0 0 0 52206 4 0 0 25 0 1 120000 1118020203 21893120 4965 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4744/statm: 5345 4965 89 173 0 5170 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 21380

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4751
/proc/meminfo: memFree=1410248/2055920 swapFree=4171920/4192956
[pid=4744] ppid=4742 vsize=21744 CPUtime=582.08
/proc/4744/stat : 4744 (CirCUs) R 4742 4744 4276 0 -1 4194304 5147 0 0 0 58203 5 0 0 25 0 1 120000 1118020203 22265856 5033 1992294400 134512640 135224549 4294956208 18446744073709551615 134595588 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4744/statm: 5436 5033 89 173 0 5261 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 21744

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4751
/proc/meminfo: memFree=1408712/2055920 swapFree=4171920/4192956
[pid=4744] ppid=4742 vsize=23700 CPUtime=642.06
/proc/4744/stat : 4744 (CirCUs) R 4742 4744 4276 0 -1 4194304 5649 0 0 0 64201 5 0 0 25 0 1 120000 1118020203 24268800 5406 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4744/statm: 5925 5406 89 173 0 5750 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 23700

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4751
/proc/meminfo: memFree=1408648/2055920 swapFree=4171920/4192956
[pid=4744] ppid=4742 vsize=23888 CPUtime=702.04
/proc/4744/stat : 4744 (CirCUs) R 4742 4744 4276 0 -1 4194304 5690 0 0 0 70199 5 0 0 25 0 1 120000 1118020203 24461312 5447 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4744/statm: 5972 5447 89 173 0 5797 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 23888

[startup+762.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4751
/proc/meminfo: memFree=1406856/2055920 swapFree=4171920/4192956
[pid=4744] ppid=4742 vsize=25828 CPUtime=762.01
/proc/4744/stat : 4744 (CirCUs) R 4742 4744 4276 0 -1 4194304 6149 0 0 0 76196 5 0 0 25 0 1 120000 1118020203 26447872 5906 1992294400 134512640 135224549 4294956208 18446744073709551615 134595324 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4744/statm: 6457 5906 89 173 0 6282 0
Current children cumulated CPU time (s) 762.01
Current children cumulated vsize (KiB) 25828

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4751
/proc/meminfo: memFree=1406472/2055920 swapFree=4171920/4192956
[pid=4744] ppid=4742 vsize=26092 CPUtime=821.99
/proc/4744/stat : 4744 (CirCUs) R 4742 4744 4276 0 -1 4194304 6214 0 0 0 82194 5 0 0 25 0 1 120000 1118020203 26718208 5971 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4744/statm: 6523 5971 89 173 0 6348 0
Current children cumulated CPU time (s) 821.99
Current children cumulated vsize (KiB) 26092

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4751
/proc/meminfo: memFree=1406280/2055920 swapFree=4171920/4192956
[pid=4744] ppid=4742 vsize=26276 CPUtime=881.98
/proc/4744/stat : 4744 (CirCUs) R 4742 4744 4276 0 -1 4194304 6265 0 0 0 88193 5 0 0 25 0 1 120000 1118020203 26906624 6022 1992294400 134512640 135224549 4294956208 18446744073709551615 134595405 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4744/statm: 6569 6022 89 173 0 6394 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 26276

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4751
/proc/meminfo: memFree=1404232/2055920 swapFree=4171920/4192956
[pid=4744] ppid=4742 vsize=28336 CPUtime=941.96
/proc/4744/stat : 4744 (CirCUs) R 4742 4744 4276 0 -1 4194304 6780 0 0 0 94190 6 0 0 25 0 1 120000 1118020203 29016064 6537 1992294400 134512640 135224549 4294956208 18446744073709551615 134631403 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4744/statm: 7084 6537 89 173 0 6909 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 28336

[startup+1002.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4751
/proc/meminfo: memFree=1404168/2055920 swapFree=4171920/4192956
[pid=4744] ppid=4742 vsize=28336 CPUtime=1001.95
/proc/4744/stat : 4744 (CirCUs) R 4742 4744 4276 0 -1 4194304 6786 0 0 0 100189 6 0 0 25 0 1 120000 1118020203 29016064 6543 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4744/statm: 7084 6543 89 173 0 6909 0
Current children cumulated CPU time (s) 1001.95
Current children cumulated vsize (KiB) 28336

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4751
/proc/meminfo: memFree=1404040/2055920 swapFree=4171920/4192956
[pid=4744] ppid=4742 vsize=28500 CPUtime=1061.93
/proc/4744/stat : 4744 (CirCUs) R 4742 4744 4276 0 -1 4194304 6819 0 0 0 106187 6 0 0 25 0 1 120000 1118020203 29184000 6576 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4744/statm: 7125 6576 89 173 0 6950 0
Current children cumulated CPU time (s) 1061.93
Current children cumulated vsize (KiB) 28500

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4751
/proc/meminfo: memFree=1403720/2055920 swapFree=4171920/4192956
[pid=4744] ppid=4742 vsize=28764 CPUtime=1121.91
/proc/4744/stat : 4744 (CirCUs) R 4742 4744 4276 0 -1 4194304 6917 0 0 0 112185 6 0 0 25 0 1 120000 1118020203 29454336 6674 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4744/statm: 7191 6674 89 173 0 7016 0
Current children cumulated CPU time (s) 1121.91
Current children cumulated vsize (KiB) 28764

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4751
/proc/meminfo: memFree=1401864/2055920 swapFree=4171920/4192956
[pid=4744] ppid=4742 vsize=30624 CPUtime=1181.89
/proc/4744/stat : 4744 (CirCUs) R 4742 4744 4276 0 -1 4194304 7374 0 0 0 118183 6 0 0 25 0 1 120000 1118020203 31358976 7131 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4744/statm: 7656 7131 89 173 0 7481 0
Current children cumulated CPU time (s) 1181.89
Current children cumulated vsize (KiB) 30624



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4751
/proc/meminfo: memFree=1401864/2055920 swapFree=4171920/4192956
[pid=4744] ppid=4742 vsize=30624 CPUtime=1200.08
/proc/4744/stat : 4744 (CirCUs) R 4742 4744 4276 0 -1 4194304 7374 0 0 0 120002 6 0 0 25 0 1 100 1118020203 31358976 7131 1992294400 134512640 135224549 4294956208 18446744073709551615 134595691 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4744/statm: 7656 7131 89 173 0 7481 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 30624

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

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

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4751
/proc/meminfo: memFree=1401864/2055920 swapFree=4171920/4192956
[pid=4744] ppid=4742 vsize=30624 CPUtime=1200.08
/proc/4744/stat : 4744 (CirCUs) R 4742 4744 4276 0 -1 4194304 7374 0 0 0 120002 6 0 0 25 0 1 100 1118020203 31358976 7131 1992294400 134512640 135224549 4294956208 18446744073709551615 134595691 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4744/statm: 7656 7131 89 173 0 7481 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 30624

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.1
CPU user time (s): 1200.03
CPU system time (s): 0.071989
CPU usage (%): 99.9658
Max. virtual memory (cumulated for all children) (KiB): 30624

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

runsolver used 1.00385 second user time and 2.67559 second system time

The end

Launcher Data

Begin job on node28 at 2009-03-31 00:52:25
IDJOB=1524307
IDBENCH=70422
IDSOLVER=544
FILE ID=node28/1524307-1238453545
PBS_JOBID= 9061637
Free space on /tmp= 66308 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/RANDOM/MEDIUM/5SAT/SATISFIABLE/110/unif-k5-r21.3-v110-c2343-S1492329924-074.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1524307-1238453545/watcher-1524307-1238453545 -o /tmp/evaluation-result-1524307-1238453545/solver-1524307-1238453545 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1524307-1238453545.cnf -t 1200

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

MD5SUM BENCH= 667156c9cba21970f1c7c0c7e22c36aa
RANDOM SEED=1018472569

node28.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.212
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.212
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:       1430832 kB
Buffers:        108004 kB
Cached:         406216 kB
SwapCached:      14208 kB
Active:         114440 kB
Inactive:       416680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1430832 kB
SwapTotal:     4192956 kB
SwapFree:      4171920 kB
Dirty:            1096 kB
Writeback:           0 kB
Mapped:          17876 kB
Slab:            79688 kB
Committed_AS:  2921312 kB
PageTables:       1428 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66304 MiB
End job on node28 at 2009-03-31 01:12:27