Trace number 1524632

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.11 1200.41

General information on the benchmark

NameRANDOM/MEDIUM/3SAT/SATISFIABLE/360/
unif-k3-r4.25-v360-c1530-S1448866403-060.cnf
MD5SUMba4dd6705efff0f7954eeaa845a5bab8
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.037993
Satisfiable
(Un)Satisfiability was proved
Number of variables360
Number of clauses1530
Sum of the clauses size4590
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31530
Number of clauses of size 40
Number of clauses of size 50
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-1524632-1238599518/watcher-1524632-1238599518 -o /tmp/evaluation-result-1524632-1238599518/solver-1524632-1238599518 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1524632-1238599518.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.91 1.95 1.86 3/64 8814
/proc/meminfo: memFree=859032/2055920 swapFree=4176868/4192956
[pid=8814] ppid=8812 vsize=1308 CPUtime=0
/proc/8814/stat : 8814 (CirCUs) R 8812 8814 8273 0 -1 4194304 160 0 0 0 0 0 0 0 18 0 1 120000 1132614194 1339392 144 1992294400 134512640 135224549 4294956208 18446744073709551615 134595609 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8814/statm: 327 144 89 173 0 152 0

[startup+0.106823 s]
/proc/loadavg: 1.91 1.95 1.86 3/64 8814
/proc/meminfo: memFree=859032/2055920 swapFree=4176868/4192956
[pid=8814] ppid=8812 vsize=1572 CPUtime=0.1
/proc/8814/stat : 8814 (CirCUs) R 8812 8814 8273 0 -1 4194304 225 0 0 0 10 0 0 0 18 0 1 120000 1132614194 1609728 209 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8814/statm: 393 209 89 173 0 218 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1572

[startup+0.20183 s]
/proc/loadavg: 1.91 1.95 1.86 3/64 8814
/proc/meminfo: memFree=859032/2055920 swapFree=4176868/4192956
[pid=8814] ppid=8812 vsize=1572 CPUtime=0.19
/proc/8814/stat : 8814 (CirCUs) R 8812 8814 8273 0 -1 4194304 243 0 0 0 19 0 0 0 19 0 1 120000 1132614194 1609728 227 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8814/statm: 393 227 89 173 0 218 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1572

[startup+0.301839 s]
/proc/loadavg: 1.91 1.95 1.86 3/64 8814
/proc/meminfo: memFree=859032/2055920 swapFree=4176868/4192956
[pid=8814] ppid=8812 vsize=1704 CPUtime=0.29
/proc/8814/stat : 8814 (CirCUs) R 8812 8814 8273 0 -1 4194304 263 0 0 0 29 0 0 0 20 0 1 120000 1132614194 1744896 247 1992294400 134512640 135224549 4294956208 18446744073709551615 134595537 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8814/statm: 426 247 89 173 0 251 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1704

[startup+0.701877 s]
/proc/loadavg: 1.91 1.95 1.86 3/64 8814
/proc/meminfo: memFree=859032/2055920 swapFree=4176868/4192956
[pid=8814] ppid=8812 vsize=1968 CPUtime=0.69
/proc/8814/stat : 8814 (CirCUs) R 8812 8814 8273 0 -1 4194304 317 0 0 0 69 0 0 0 23 0 1 120000 1132614194 2015232 301 1992294400 134512640 135224549 4294956208 18446744073709551615 134595369 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8814/statm: 492 301 89 173 0 317 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1968

[startup+1.50295 s]
/proc/loadavg: 1.84 1.94 1.85 2/65 8815
/proc/meminfo: memFree=857872/2055920 swapFree=4176868/4192956
[pid=8814] ppid=8812 vsize=2232 CPUtime=1.5
/proc/8814/stat : 8814 (CirCUs) R 8812 8814 8273 0 -1 4194304 408 0 0 0 150 0 0 0 25 0 1 120000 1132614194 2285568 392 1992294400 134512640 135224549 4294956208 18446744073709551615 134595301 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8814/statm: 558 392 89 173 0 383 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 2232

[startup+3.1011 s]
/proc/loadavg: 1.84 1.94 1.85 2/65 8815
/proc/meminfo: memFree=857296/2055920 swapFree=4176868/4192956
[pid=8814] ppid=8812 vsize=2816 CPUtime=3.09
/proc/8814/stat : 8814 (CirCUs) R 8812 8814 8273 0 -1 4194304 537 0 0 0 309 0 0 0 25 0 1 120000 1132614194 2883584 521 1992294400 134512640 135224549 4294956208 18446744073709551615 134595318 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8814/statm: 704 521 89 173 0 529 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2816

[startup+6.3014 s]
/proc/loadavg: 1.84 1.94 1.85 2/65 8815
/proc/meminfo: memFree=856464/2055920 swapFree=4176868/4192956
[pid=8814] ppid=8812 vsize=3480 CPUtime=6.29
/proc/8814/stat : 8814 (CirCUs) R 8812 8814 8273 0 -1 4194304 710 0 0 0 629 0 0 0 25 0 1 120000 1132614194 3563520 694 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8814/statm: 870 694 89 173 0 695 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3480

[startup+12.702 s]
/proc/loadavg: 1.71 1.91 1.84 2/65 8815
/proc/meminfo: memFree=855440/2055920 swapFree=4176868/4192956
[pid=8814] ppid=8812 vsize=4804 CPUtime=12.68
/proc/8814/stat : 8814 (CirCUs) R 8812 8814 8273 0 -1 4194304 1009 0 0 0 1268 0 0 0 25 0 1 120000 1132614194 4919296 993 1992294400 134512640 135224549 4294956208 18446744073709551615 134583884 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8814/statm: 1201 993 89 173 0 1026 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 4804

[startup+25.5012 s]
/proc/loadavg: 1.60 1.88 1.83 2/65 8815
/proc/meminfo: memFree=854160/2055920 swapFree=4176868/4192956
[pid=8814] ppid=8812 vsize=5860 CPUtime=25.49
/proc/8814/stat : 8814 (CirCUs) R 8812 8814 8273 0 -1 4194304 1279 0 0 0 2548 1 0 0 25 0 1 120000 1132614194 6000640 1263 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8814/statm: 1465 1263 89 173 0 1290 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 5860

[startup+51.1016 s]
/proc/loadavg: 1.40 1.81 1.81 2/65 8815
/proc/meminfo: memFree=852432/2055920 swapFree=4176868/4192956
[pid=8814] ppid=8812 vsize=7704 CPUtime=51.07
/proc/8814/stat : 8814 (CirCUs) R 8812 8814 8273 0 -1 4194304 1775 0 0 0 5106 1 0 0 25 0 1 120000 1132614194 7888896 1726 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8814/statm: 1926 1726 89 173 0 1751 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 7704

[startup+102.301 s]
/proc/loadavg: 1.16 1.67 1.76 2/65 8815
/proc/meminfo: memFree=850192/2055920 swapFree=4176868/4192956
[pid=8814] ppid=8812 vsize=9912 CPUtime=102.27
/proc/8814/stat : 8814 (CirCUs) R 8812 8814 8273 0 -1 4194304 2313 0 0 0 10225 2 0 0 25 0 1 120000 1132614194 10149888 2264 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8814/statm: 2478 2264 89 173 0 2303 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 9912

[startup+162.302 s]
/proc/loadavg: 1.06 1.54 1.71 2/65 8815
/proc/meminfo: memFree=848400/2055920 swapFree=4176868/4192956
[pid=8814] ppid=8812 vsize=12056 CPUtime=162.25
/proc/8814/stat : 8814 (CirCUs) R 8812 8814 8273 0 -1 4194304 2832 0 0 0 16222 3 0 0 25 0 1 120000 1132614194 12345344 2718 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8814/statm: 3014 2718 89 173 0 2839 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 12056

[startup+222.305 s]
/proc/loadavg: 1.02 1.44 1.66 2/65 8815
/proc/meminfo: memFree=847312/2055920 swapFree=4176868/4192956
[pid=8814] ppid=8812 vsize=13008 CPUtime=222.24
/proc/8814/stat : 8814 (CirCUs) R 8812 8814 8273 0 -1 4194304 3089 0 0 0 22221 3 0 0 25 0 1 120000 1132614194 13320192 2975 1992294400 134512640 135224549 4294956208 18446744073709551615 134595683 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8814/statm: 3252 2975 89 173 0 3077 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 13008

[startup+282.301 s]
/proc/loadavg: 1.00 1.36 1.62 2/65 8815
/proc/meminfo: memFree=846032/2055920 swapFree=4176868/4192956
[pid=8814] ppid=8812 vsize=14292 CPUtime=282.22
/proc/8814/stat : 8814 (CirCUs) R 8812 8814 8273 0 -1 4194304 3397 0 0 0 28217 5 0 0 25 0 1 120000 1132614194 14635008 3283 1992294400 134512640 135224549 4294956208 18446744073709551615 134595336 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8814/statm: 3573 3283 89 173 0 3398 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 14292

[startup+342.302 s]
/proc/loadavg: 1.00 1.29 1.58 2/65 8815
/proc/meminfo: memFree=844688/2055920 swapFree=4176868/4192956
[pid=8814] ppid=8812 vsize=15560 CPUtime=342.2
/proc/8814/stat : 8814 (CirCUs) R 8812 8814 8273 0 -1 4194304 3720 0 0 0 34215 5 0 0 25 0 1 120000 1132614194 15933440 3606 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8814/statm: 3890 3606 89 173 0 3715 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 15560

[startup+402.301 s]
/proc/loadavg: 1.00 1.23 1.54 2/65 8815
/proc/meminfo: memFree=843344/2055920 swapFree=4176868/4192956
[pid=8814] ppid=8812 vsize=16948 CPUtime=402.19
/proc/8814/stat : 8814 (CirCUs) R 8812 8814 8273 0 -1 4194304 4055 0 0 0 40213 6 0 0 25 0 1 120000 1132614194 17354752 3941 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8814/statm: 4237 3941 89 173 0 4062 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 16948

[startup+462.302 s]
/proc/loadavg: 1.00 1.19 1.50 2/65 8815
/proc/meminfo: memFree=842064/2055920 swapFree=4176868/4192956
[pid=8814] ppid=8812 vsize=18440 CPUtime=462.18
/proc/8814/stat : 8814 (CirCUs) R 8812 8814 8273 0 -1 4194304 4391 0 0 0 46212 6 0 0 25 0 1 120000 1132614194 18882560 4277 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8814/statm: 4610 4277 89 173 0 4435 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 18440

[startup+522.301 s]
/proc/loadavg: 1.00 1.15 1.47 2/65 8815
/proc/meminfo: memFree=841872/2055920 swapFree=4176868/4192956
[pid=8814] ppid=8812 vsize=18716 CPUtime=522.16
/proc/8814/stat : 8814 (CirCUs) R 8812 8814 8273 0 -1 4194304 4443 0 0 0 52210 6 0 0 25 0 1 120000 1132614194 19165184 4329 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8814/statm: 4679 4329 89 173 0 4504 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 18716

[startup+582.302 s]
/proc/loadavg: 1.00 1.12 1.43 2/65 8815
/proc/meminfo: memFree=840592/2055920 swapFree=4176868/4192956
[pid=8814] ppid=8812 vsize=20564 CPUtime=582.15
/proc/8814/stat : 8814 (CirCUs) R 8812 8814 8273 0 -1 4194304 4893 0 0 0 58208 7 0 0 25 0 1 120000 1132614194 21057536 4650 1992294400 134512640 135224549 4294956208 18446744073709551615 134595312 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8814/statm: 5141 4650 89 173 0 4966 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 20564

[startup+642.302 s]
/proc/loadavg: 1.00 1.10 1.41 2/65 8815
/proc/meminfo: memFree=840400/2055920 swapFree=4176868/4192956
[pid=8814] ppid=8812 vsize=20700 CPUtime=642.13
/proc/8814/stat : 8814 (CirCUs) R 8812 8814 8273 0 -1 4194304 4955 0 0 0 64206 7 0 0 25 0 1 120000 1132614194 21196800 4712 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8814/statm: 5175 4712 89 173 0 5000 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 20700

[startup+702.301 s]
/proc/loadavg: 1.00 1.08 1.38 2/65 8815
/proc/meminfo: memFree=838800/2055920 swapFree=4176868/4192956
[pid=8814] ppid=8812 vsize=22160 CPUtime=702.11
/proc/8814/stat : 8814 (CirCUs) R 8812 8814 8273 0 -1 4194304 5334 0 0 0 70204 7 0 0 25 0 1 120000 1132614194 22691840 5091 1992294400 134512640 135224549 4294956208 18446744073709551615 134595555 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8814/statm: 5540 5091 89 173 0 5365 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 22160

[startup+762.302 s]
/proc/loadavg: 1.00 1.06 1.35 2/65 8815
/proc/meminfo: memFree=838736/2055920 swapFree=4176868/4192956
[pid=8814] ppid=8812 vsize=22336 CPUtime=762.1
/proc/8814/stat : 8814 (CirCUs) R 8812 8814 8273 0 -1 4194304 5366 0 0 0 76203 7 0 0 25 0 1 120000 1132614194 22872064 5123 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8814/statm: 5584 5123 89 173 0 5409 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 22336

[startup+822.301 s]
/proc/loadavg: 1.00 1.05 1.33 2/65 8815
/proc/meminfo: memFree=837008/2055920 swapFree=4176868/4192956
[pid=8814] ppid=8812 vsize=24116 CPUtime=822.09
/proc/8814/stat : 8814 (CirCUs) R 8812 8814 8273 0 -1 4194304 5801 0 0 0 82201 8 0 0 25 0 1 120000 1132614194 24694784 5558 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8814/statm: 6029 5558 89 173 0 5854 0
Current children cumulated CPU time (s) 822.09
Current children cumulated vsize (KiB) 24116

[startup+882.306 s]
/proc/loadavg: 1.00 1.04 1.30 2/65 8815
/proc/meminfo: memFree=836944/2055920 swapFree=4176868/4192956
[pid=8814] ppid=8812 vsize=24116 CPUtime=882.08
/proc/8814/stat : 8814 (CirCUs) R 8812 8814 8273 0 -1 4194304 5803 0 0 0 88200 8 0 0 25 0 1 120000 1132614194 24694784 5560 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8814/statm: 6029 5560 89 173 0 5854 0
Current children cumulated CPU time (s) 882.08
Current children cumulated vsize (KiB) 24116

[startup+942.301 s]
/proc/loadavg: 1.00 1.03 1.28 2/65 8815
/proc/meminfo: memFree=836816/2055920 swapFree=4176868/4192956
[pid=8814] ppid=8812 vsize=24252 CPUtime=942.06
/proc/8814/stat : 8814 (CirCUs) R 8812 8814 8273 0 -1 4194304 5846 0 0 0 94198 8 0 0 25 0 1 120000 1132614194 24834048 5603 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8814/statm: 6063 5603 89 173 0 5888 0
Current children cumulated CPU time (s) 942.06
Current children cumulated vsize (KiB) 24252

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.26 2/65 8817
/proc/meminfo: memFree=834640/2055920 swapFree=4176868/4192956
[pid=8814] ppid=8812 vsize=26568 CPUtime=1002.04
/proc/8814/stat : 8814 (CirCUs) R 8812 8814 8273 0 -1 4194304 6376 0 0 0 100195 9 0 0 25 0 1 120000 1132614194 27205632 6133 1992294400 134512640 135224549 4294956208 18446744073709551615 134588204 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8814/statm: 6642 6133 89 173 0 6467 0
Current children cumulated CPU time (s) 1002.04
Current children cumulated vsize (KiB) 26568

[startup+1062.3 s]
/proc/loadavg: 1.00 1.02 1.24 2/65 8817
/proc/meminfo: memFree=834640/2055920 swapFree=4176868/4192956
[pid=8814] ppid=8812 vsize=26568 CPUtime=1062.03
/proc/8814/stat : 8814 (CirCUs) R 8812 8814 8273 0 -1 4194304 6383 0 0 0 106194 9 0 0 25 0 1 120000 1132614194 27205632 6140 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8814/statm: 6642 6140 89 173 0 6467 0
Current children cumulated CPU time (s) 1062.03
Current children cumulated vsize (KiB) 26568

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.22 2/65 8817
/proc/meminfo: memFree=834576/2055920 swapFree=4176868/4192956
[pid=8814] ppid=8812 vsize=26568 CPUtime=1122.01
/proc/8814/stat : 8814 (CirCUs) R 8812 8814 8273 0 -1 4194304 6391 0 0 0 112192 9 0 0 25 0 1 120000 1132614194 27205632 6148 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8814/statm: 6642 6148 89 173 0 6467 0
Current children cumulated CPU time (s) 1122.01
Current children cumulated vsize (KiB) 26568

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.21 2/65 8817
/proc/meminfo: memFree=834320/2055920 swapFree=4176868/4192956
[pid=8814] ppid=8812 vsize=26888 CPUtime=1182
/proc/8814/stat : 8814 (CirCUs) R 8812 8814 8273 0 -1 4194304 6443 0 0 0 118190 10 0 0 25 0 1 120000 1132614194 27533312 6200 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8814/statm: 6722 6200 89 173 0 6547 0
Current children cumulated CPU time (s) 1182
Current children cumulated vsize (KiB) 26888



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.20 2/65 8817
/proc/meminfo: memFree=833360/2055920 swapFree=4176868/4192956
[pid=8814] ppid=8812 vsize=27944 CPUtime=1200.1
/proc/8814/stat : 8814 (CirCUs) R 8812 8814 8273 0 -1 4194304 6688 0 0 0 120000 10 0 0 25 0 1 100 1132614194 28614656 6445 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8814/statm: 6986 6445 89 173 0 6811 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 27944

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

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

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.20 2/65 8817
/proc/meminfo: memFree=833360/2055920 swapFree=4176868/4192956
[pid=8814] ppid=8812 vsize=27944 CPUtime=1200.1
/proc/8814/stat : 8814 (CirCUs) R 8812 8814 8273 0 -1 4194304 6688 0 0 0 120000 10 0 0 25 0 1 100 1132614194 28614656 6445 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8814/statm: 6986 6445 89 173 0 6811 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 27944

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.41
CPU time (s): 1200.11
CPU user time (s): 1200
CPU system time (s): 0.109983
CPU usage (%): 99.9753
Max. virtual memory (cumulated for all children) (KiB): 27944

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

runsolver used 0.953854 second user time and 2.57961 second system time

The end

Launcher Data

Begin job on node48 at 2009-04-01 17:25:18
IDJOB=1524632
IDBENCH=70747
IDSOLVER=544
FILE ID=node48/1524632-1238599518
PBS_JOBID= 9068325
Free space on /tmp= 66464 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/RANDOM/MEDIUM/3SAT/SATISFIABLE/360/unif-k3-r4.25-v360-c1530-S1448866403-060.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1524632-1238599518/watcher-1524632-1238599518 -o /tmp/evaluation-result-1524632-1238599518/solver-1524632-1238599518 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1524632-1238599518.cnf -t 1200

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

MD5SUM BENCH= ba4dd6705efff0f7954eeaa845a5bab8
RANDOM SEED=1976738667

node48.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:      2055920 kB
MemFree:        859448 kB
Buffers:        107172 kB
Cached:         984760 kB
SwapCached:      10280 kB
Active:         328720 kB
Inactive:       775100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        859448 kB
SwapTotal:     4192956 kB
SwapFree:      4176868 kB
Dirty:            1312 kB
Writeback:           0 kB
Mapped:          17500 kB
Slab:            78648 kB
Committed_AS:  2792996 kB
PageTables:       1376 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= 66464 MiB
End job on node48 at 2009-04-01 17:45:21