Trace number 1524329

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.41

General information on the benchmark

NameRANDOM/MEDIUM/5SAT/SATISFIABLE/120/
unif-k5-r21.3-v120-c2556-S644655157-049.cnf
MD5SUMf938cfdd4478a8554923c46697238b9e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.049992
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of clauses2556
Sum of the clauses size12780
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 52556
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-1524329-1238457341/watcher-1524329-1238457341 -o /tmp/evaluation-result-1524329-1238457341/solver-1524329-1238457341 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1524329-1238457341.cnf -t 1200 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.01 1.00 3/64 12342
/proc/meminfo: memFree=1082800/2055920 swapFree=4181692/4192956
[pid=12342] ppid=12340 vsize=1312 CPUtime=0
/proc/12342/stat : 12342 (CirCUs) R 12340 12342 11890 0 -1 4194304 155 0 0 0 0 0 0 0 18 0 1 120000 289935450 1343488 140 1992294400 134512640 135224549 4294956224 18446744073709551615 134632646 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12342/statm: 328 140 70 173 0 153 0

[startup+0.0773141 s]
/proc/loadavg: 1.00 1.01 1.00 3/64 12342
/proc/meminfo: memFree=1082800/2055920 swapFree=4181692/4192956
[pid=12342] ppid=12340 vsize=1704 CPUtime=0.07
/proc/12342/stat : 12342 (CirCUs) R 12340 12342 11890 0 -1 4194304 255 0 0 0 7 0 0 0 18 0 1 120000 289935450 1744896 239 1992294400 134512640 135224549 4294956224 18446744073709551615 134618685 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12342/statm: 426 239 89 173 0 251 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1704

[startup+0.102316 s]
/proc/loadavg: 1.00 1.01 1.00 3/64 12342
/proc/meminfo: memFree=1082800/2055920 swapFree=4181692/4192956
[pid=12342] ppid=12340 vsize=1704 CPUtime=0.1
/proc/12342/stat : 12342 (CirCUs) R 12340 12342 11890 0 -1 4194304 255 0 0 0 10 0 0 0 18 0 1 120000 289935450 1744896 239 1992294400 134512640 135224549 4294956224 18446744073709551615 134595555 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12342/statm: 426 239 89 173 0 251 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1704

[startup+0.301337 s]
/proc/loadavg: 1.00 1.01 1.00 3/64 12342
/proc/meminfo: memFree=1082800/2055920 swapFree=4181692/4192956
[pid=12342] ppid=12340 vsize=1836 CPUtime=0.29
/proc/12342/stat : 12342 (CirCUs) R 12340 12342 11890 0 -1 4194304 307 0 0 0 29 0 0 0 19 0 1 120000 289935450 1880064 291 1992294400 134512640 135224549 4294956224 18446744073709551615 134595634 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12342/statm: 459 291 89 173 0 284 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1836

[startup+0.702382 s]
/proc/loadavg: 1.00 1.01 1.00 3/64 12342
/proc/meminfo: memFree=1082800/2055920 swapFree=4181692/4192956
[pid=12342] ppid=12340 vsize=2100 CPUtime=0.69
/proc/12342/stat : 12342 (CirCUs) R 12340 12342 11890 0 -1 4194304 367 0 0 0 69 0 0 0 22 0 1 120000 289935450 2150400 351 1992294400 134512640 135224549 4294956224 18446744073709551615 134595379 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12342/statm: 525 351 89 173 0 350 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2100

[startup+1.50147 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 12343
/proc/meminfo: memFree=1081512/2055920 swapFree=4181692/4192956
[pid=12342] ppid=12340 vsize=2628 CPUtime=1.49
/proc/12342/stat : 12342 (CirCUs) R 12340 12342 11890 0 -1 4194304 489 0 0 0 149 0 0 0 25 0 1 120000 289935450 2691072 473 1992294400 134512640 135224549 4294956224 18446744073709551615 134632703 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12342/statm: 657 473 89 173 0 482 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2628

[startup+3.10165 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 12343
/proc/meminfo: memFree=1080808/2055920 swapFree=4181692/4192956
[pid=12342] ppid=12340 vsize=3156 CPUtime=3.09
/proc/12342/stat : 12342 (CirCUs) R 12340 12342 11890 0 -1 4194304 628 0 0 0 309 0 0 0 25 0 1 120000 289935450 3231744 612 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12342/statm: 789 612 89 173 0 614 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3156

[startup+6.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 12343
/proc/meminfo: memFree=1079728/2055920 swapFree=4181692/4192956
[pid=12342] ppid=12340 vsize=4212 CPUtime=6.3
/proc/12342/stat : 12342 (CirCUs) R 12340 12342 11890 0 -1 4194304 883 0 0 0 629 1 0 0 25 0 1 120000 289935450 4313088 867 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12342/statm: 1053 867 89 173 0 878 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 4212

[startup+12.7017 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 12343
/proc/meminfo: memFree=1078576/2055920 swapFree=4181692/4192956
[pid=12342] ppid=12340 vsize=5400 CPUtime=12.69
/proc/12342/stat : 12342 (CirCUs) R 12340 12342 11890 0 -1 4194304 1172 0 0 0 1268 1 0 0 25 0 1 120000 289935450 5529600 1156 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12342/statm: 1350 1156 89 173 0 1175 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5400

[startup+25.5011 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 12343
/proc/meminfo: memFree=1076976/2055920 swapFree=4181692/4192956
[pid=12342] ppid=12340 vsize=6728 CPUtime=25.49
/proc/12342/stat : 12342 (CirCUs) R 12340 12342 11890 0 -1 4194304 1519 0 0 0 2547 2 0 0 25 0 1 120000 289935450 6889472 1503 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12342/statm: 1682 1503 89 173 0 1507 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 6728

[startup+51.1019 s]
/proc/loadavg: 1.08 1.02 1.01 2/65 12343
/proc/meminfo: memFree=1075376/2055920 swapFree=4181692/4192956
[pid=12342] ppid=12340 vsize=8584 CPUtime=51.08
/proc/12342/stat : 12342 (CirCUs) R 12340 12342 11890 0 -1 4194304 1945 0 0 0 5106 2 0 0 25 0 1 120000 289935450 8790016 1929 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12342/statm: 2146 1929 89 173 0 1971 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 8584

[startup+102.306 s]
/proc/loadavg: 1.11 1.03 1.01 2/65 12343
/proc/meminfo: memFree=1073072/2055920 swapFree=4181692/4192956
[pid=12342] ppid=12340 vsize=10832 CPUtime=102.27
/proc/12342/stat : 12342 (CirCUs) R 12340 12342 11890 0 -1 4194304 2515 0 0 0 10224 3 0 0 25 0 1 120000 289935450 11091968 2499 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12342/statm: 2708 2499 89 173 0 2533 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 10832

[startup+162.301 s]
/proc/loadavg: 1.11 1.04 1.00 2/65 12343
/proc/meminfo: memFree=1071152/2055920 swapFree=4181692/4192956
[pid=12342] ppid=12340 vsize=13140 CPUtime=162.25
/proc/12342/stat : 12342 (CirCUs) R 12340 12342 11890 0 -1 4194304 3080 0 0 0 16221 4 0 0 25 0 1 120000 289935450 13455360 2999 1992294400 134512640 135224549 4294956224 18446744073709551615 134595304 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12342/statm: 3285 2999 89 173 0 3110 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 13140

[startup+222.302 s]
/proc/loadavg: 1.11 1.05 1.00 2/65 12343
/proc/meminfo: memFree=1068784/2055920 swapFree=4181692/4192956
[pid=12342] ppid=12340 vsize=15448 CPUtime=222.23
/proc/12342/stat : 12342 (CirCUs) R 12340 12342 11890 0 -1 4194304 3644 0 0 0 22218 5 0 0 25 0 1 120000 289935450 15818752 3563 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12342/statm: 3862 3563 89 173 0 3687 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 15448

[startup+282.301 s]
/proc/loadavg: 1.10 1.05 1.00 2/65 12343
/proc/meminfo: memFree=1067376/2055920 swapFree=4181692/4192956
[pid=12342] ppid=12340 vsize=16832 CPUtime=282.22
/proc/12342/stat : 12342 (CirCUs) R 12340 12342 11890 0 -1 4194304 3975 0 0 0 28216 6 0 0 25 0 1 120000 289935450 17235968 3894 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12342/statm: 4208 3894 89 173 0 4033 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 16832

[startup+342.301 s]
/proc/loadavg: 1.15 1.07 1.01 2/65 12349
/proc/meminfo: memFree=1065904/2055920 swapFree=4181692/4192956
[pid=12342] ppid=12340 vsize=18400 CPUtime=342.2
/proc/12342/stat : 12342 (CirCUs) R 12340 12342 11890 0 -1 4194304 4330 0 0 0 34214 6 0 0 25 0 1 120000 289935450 18841600 4249 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12342/statm: 4600 4249 89 173 0 4425 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 18400

[startup+402.302 s]
/proc/loadavg: 1.11 1.07 1.01 2/65 12349
/proc/meminfo: memFree=1065136/2055920 swapFree=4181692/4192956
[pid=12342] ppid=12340 vsize=19308 CPUtime=402.19
/proc/12342/stat : 12342 (CirCUs) R 12340 12342 11890 0 -1 4194304 4545 0 0 0 40212 7 0 0 25 0 1 120000 289935450 19771392 4464 1992294400 134512640 135224549 4294956224 18446744073709551615 134595309 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12342/statm: 4827 4464 89 173 0 4652 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 19308

[startup+462.301 s]
/proc/loadavg: 1.04 1.05 1.00 2/65 12349
/proc/meminfo: memFree=1064368/2055920 swapFree=4181692/4192956
[pid=12342] ppid=12340 vsize=19984 CPUtime=462.17
/proc/12342/stat : 12342 (CirCUs) R 12340 12342 11890 0 -1 4194304 4735 0 0 0 46210 7 0 0 25 0 1 120000 289935450 20463616 4654 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12342/statm: 4996 4654 89 173 0 4821 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 19984

[startup+522.302 s]
/proc/loadavg: 1.05 1.06 1.00 2/65 12349
/proc/meminfo: memFree=1062640/2055920 swapFree=4181692/4192956
[pid=12342] ppid=12340 vsize=21720 CPUtime=522.16
/proc/12342/stat : 12342 (CirCUs) R 12340 12342 11890 0 -1 4194304 5166 0 0 0 52208 8 0 0 25 0 1 120000 289935450 22241280 5085 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12342/statm: 5430 5085 89 173 0 5255 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 21720

[startup+582.302 s]
/proc/loadavg: 1.02 1.04 1.00 2/65 12349
/proc/meminfo: memFree=1062640/2055920 swapFree=4181692/4192956
[pid=12342] ppid=12340 vsize=21864 CPUtime=582.14
/proc/12342/stat : 12342 (CirCUs) R 12340 12342 11890 0 -1 4194304 5178 0 0 0 58206 8 0 0 25 0 1 120000 289935450 22388736 5097 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12342/statm: 5466 5097 89 173 0 5291 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 21864

[startup+642.301 s]
/proc/loadavg: 1.00 1.03 1.00 2/65 12349
/proc/meminfo: memFree=1060720/2055920 swapFree=4181692/4192956
[pid=12342] ppid=12340 vsize=24116 CPUtime=642.13
/proc/12342/stat : 12342 (CirCUs) R 12340 12342 11890 0 -1 4194304 5775 0 0 0 64203 10 0 0 25 0 1 120000 289935450 24694784 5565 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12342/statm: 6029 5565 89 173 0 5854 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 24116

[startup+702.303 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 12349
/proc/meminfo: memFree=1060656/2055920 swapFree=4181692/4192956
[pid=12342] ppid=12340 vsize=24252 CPUtime=702.11
/proc/12342/stat : 12342 (CirCUs) R 12340 12342 11890 0 -1 4194304 5801 0 0 0 70201 10 0 0 25 0 1 120000 289935450 24834048 5591 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12342/statm: 6063 5591 89 173 0 5888 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 24252

[startup+762.305 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 12349
/proc/meminfo: memFree=1059632/2055920 swapFree=4181692/4192956
[pid=12342] ppid=12340 vsize=25332 CPUtime=762.09
/proc/12342/stat : 12342 (CirCUs) R 12340 12342 11890 0 -1 4194304 6055 0 0 0 76199 10 0 0 25 0 1 120000 289935450 25939968 5845 1992294400 134512640 135224549 4294956224 18446744073709551615 134595383 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12342/statm: 6333 5845 89 173 0 6158 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 25332

[startup+822.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 12349
/proc/meminfo: memFree=1058672/2055920 swapFree=4181692/4192956
[pid=12342] ppid=12340 vsize=26444 CPUtime=822.08
/proc/12342/stat : 12342 (CirCUs) R 12340 12342 11890 0 -1 4194304 6307 0 0 0 82197 11 0 0 25 0 1 120000 289935450 27078656 6097 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12342/statm: 6611 6097 89 173 0 6436 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 26444

[startup+882.303 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 12349
/proc/meminfo: memFree=1058480/2055920 swapFree=4181692/4192956
[pid=12342] ppid=12340 vsize=26596 CPUtime=882.06
/proc/12342/stat : 12342 (CirCUs) R 12340 12342 11890 0 -1 4194304 6332 0 0 0 88195 11 0 0 25 0 1 120000 289935450 27234304 6122 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12342/statm: 6649 6122 89 173 0 6474 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 26596

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12349
/proc/meminfo: memFree=1057776/2055920 swapFree=4181692/4192956
[pid=12342] ppid=12340 vsize=27372 CPUtime=942.04
/proc/12342/stat : 12342 (CirCUs) R 12340 12342 11890 0 -1 4194304 6538 0 0 0 94193 11 0 0 25 0 1 120000 289935450 28028928 6328 1992294400 134512640 135224549 4294956224 18446744073709551615 134595405 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12342/statm: 6843 6328 89 173 0 6668 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 27372

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12349
/proc/meminfo: memFree=1056304/2055920 swapFree=4181692/4192956
[pid=12342] ppid=12340 vsize=28908 CPUtime=1002.03
/proc/12342/stat : 12342 (CirCUs) R 12340 12342 11890 0 -1 4194304 6890 0 0 0 100191 12 0 0 25 0 1 120000 289935450 29601792 6680 1992294400 134512640 135224549 4294956224 18446744073709551615 134595324 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12342/statm: 7227 6680 89 173 0 7052 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 28908

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12349
/proc/meminfo: memFree=1056240/2055920 swapFree=4181692/4192956
[pid=12342] ppid=12340 vsize=29068 CPUtime=1062.01
/proc/12342/stat : 12342 (CirCUs) R 12340 12342 11890 0 -1 4194304 6917 0 0 0 106189 12 0 0 25 0 1 120000 289935450 29765632 6707 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12342/statm: 7267 6707 89 173 0 7092 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 29068

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12349
/proc/meminfo: memFree=1055984/2055920 swapFree=4181692/4192956
[pid=12342] ppid=12340 vsize=29260 CPUtime=1122
/proc/12342/stat : 12342 (CirCUs) R 12340 12342 11890 0 -1 4194304 6985 0 0 0 112188 12 0 0 25 0 1 120000 289935450 29962240 6775 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12342/statm: 7315 6775 89 173 0 7140 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 29260

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12349
/proc/meminfo: memFree=1053872/2055920 swapFree=4181692/4192956
[pid=12342] ppid=12340 vsize=31400 CPUtime=1181.98
/proc/12342/stat : 12342 (CirCUs) R 12340 12342 11890 0 -1 4194304 7494 0 0 0 118185 13 0 0 25 0 1 120000 289935450 32153600 7284 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12342/statm: 7850 7284 89 173 0 7675 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 31400



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12349
/proc/meminfo: memFree=1053616/2055920 swapFree=4181692/4192956
[pid=12342] ppid=12340 vsize=31664 CPUtime=1200.08
/proc/12342/stat : 12342 (CirCUs) R 12340 12342 11890 0 -1 4194304 7550 0 0 0 119995 13 0 0 25 0 1 100 289935450 32423936 7340 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12342/statm: 7916 7340 89 173 0 7741 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 31664

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.41
CPU time (s): 1200.1
CPU user time (s): 1199.95
CPU system time (s): 0.143978
CPU usage (%): 99.9737
Max. virtual memory (cumulated for all children) (KiB): 31664

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

runsolver used 0.91986 second user time and 2.55361 second system time

The end

Launcher Data

Begin job on node42 at 2009-03-31 01:55:41
IDJOB=1524329
IDBENCH=70444
IDSOLVER=544
FILE ID=node42/1524329-1238457341
PBS_JOBID= 9061672
Free space on /tmp= 66248 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/RANDOM/MEDIUM/5SAT/SATISFIABLE/120/unif-k5-r21.3-v120-c2556-S644655157-049.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1524329-1238457341/watcher-1524329-1238457341 -o /tmp/evaluation-result-1524329-1238457341/solver-1524329-1238457341 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1524329-1238457341.cnf -t 1200

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

MD5SUM BENCH= f938cfdd4478a8554923c46697238b9e
RANDOM SEED=1355843682

node42.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.211
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.211
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:       1083280 kB
Buffers:        110360 kB
Cached:         757644 kB
SwapCached:       5184 kB
Active:         114532 kB
Inactive:       761960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1083280 kB
SwapTotal:     4192956 kB
SwapFree:      4181692 kB
Dirty:            1300 kB
Writeback:           0 kB
Mapped:          14264 kB
Slab:            82256 kB
Committed_AS:   948600 kB
PageTables:       1388 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= 66248 MiB
End job on node42 at 2009-03-31 02:15:43