Trace number 1524305

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.05 1199.91

General information on the benchmark

NameRANDOM/MEDIUM/5SAT/SATISFIABLE/110/
unif-k5-r21.3-v110-c2343-S884941173-092.cnf
MD5SUM08970150c744745078d9b8c7ec1a3e63
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.090985
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-1524305-1238453162/watcher-1524305-1238453162 -o /tmp/evaluation-result-1524305-1238453162/solver-1524305-1238453162 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1524305-1238453162.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 0.99 1.00 2/64 28201
/proc/meminfo: memFree=1691416/2055920 swapFree=4178252/4192956
[pid=28201] ppid=28199 vsize=1312 CPUtime=0
/proc/28201/stat : 28201 (CirCUs) R 28199 28201 27998 0 -1 4194304 126 0 0 0 0 0 0 0 20 0 1 120000 1117982642 1343488 111 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28201/statm: 328 111 70 173 0 153 0

[startup+0.065206 s]
/proc/loadavg: 1.00 0.99 1.00 2/64 28201
/proc/meminfo: memFree=1691416/2055920 swapFree=4178252/4192956
[pid=28201] ppid=28199 vsize=1576 CPUtime=0.06
/proc/28201/stat : 28201 (CirCUs) R 28199 28201 27998 0 -1 4194304 240 0 0 0 6 0 0 0 20 0 1 120000 1117982642 1613824 224 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28201/statm: 394 224 89 173 0 219 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1576

[startup+0.102195 s]
/proc/loadavg: 1.00 0.99 1.00 2/64 28201
/proc/meminfo: memFree=1691416/2055920 swapFree=4178252/4192956
[pid=28201] ppid=28199 vsize=1708 CPUtime=0.09
/proc/28201/stat : 28201 (CirCUs) R 28199 28201 27998 0 -1 4194304 246 0 0 0 9 0 0 0 20 0 1 120000 1117982642 1748992 230 1992294400 134512640 135224549 4294956224 18446744073709551615 134618378 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28201/statm: 427 230 89 173 0 252 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1708

[startup+0.302139 s]
/proc/loadavg: 1.00 0.99 1.00 2/64 28201
/proc/meminfo: memFree=1691416/2055920 swapFree=4178252/4192956
[pid=28201] ppid=28199 vsize=1840 CPUtime=0.29
/proc/28201/stat : 28201 (CirCUs) R 28199 28201 27998 0 -1 4194304 293 0 0 0 29 0 0 0 22 0 1 120000 1117982642 1884160 277 1992294400 134512640 135224549 4294956224 18446744073709551615 134595555 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28201/statm: 460 277 89 173 0 285 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1840

[startup+0.702028 s]
/proc/loadavg: 1.00 0.99 1.00 2/64 28201
/proc/meminfo: memFree=1691416/2055920 swapFree=4178252/4192956
[pid=28201] ppid=28199 vsize=2104 CPUtime=0.69
/proc/28201/stat : 28201 (CirCUs) R 28199 28201 27998 0 -1 4194304 355 0 0 0 69 0 0 0 25 0 1 120000 1117982642 2154496 339 1992294400 134512640 135224549 4294956224 18446744073709551615 134595309 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28201/statm: 526 339 89 173 0 351 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2104

[startup+1.5018 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 28202
/proc/meminfo: memFree=1690256/2055920 swapFree=4178252/4192956
[pid=28201] ppid=28199 vsize=2636 CPUtime=1.49
/proc/28201/stat : 28201 (CirCUs) R 28199 28201 27998 0 -1 4194304 482 0 0 0 149 0 0 0 25 0 1 120000 1117982642 2699264 466 1992294400 134512640 135224549 4294956224 18446744073709551615 134595295 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28201/statm: 659 466 89 173 0 484 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2636

[startup+3.10136 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 28202
/proc/meminfo: memFree=1689488/2055920 swapFree=4178252/4192956
[pid=28201] ppid=28199 vsize=3180 CPUtime=3.09
/proc/28201/stat : 28201 (CirCUs) R 28199 28201 27998 0 -1 4194304 612 0 0 0 309 0 0 0 25 0 1 120000 1117982642 3256320 596 1992294400 134512640 135224549 4294956224 18446744073709551615 134618565 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28201/statm: 795 596 89 173 0 620 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3180

[startup+6.30146 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 28202
/proc/meminfo: memFree=1688400/2055920 swapFree=4178252/4192956
[pid=28201] ppid=28199 vsize=4236 CPUtime=6.29
/proc/28201/stat : 28201 (CirCUs) R 28199 28201 27998 0 -1 4194304 885 0 0 0 629 0 0 0 25 0 1 120000 1117982642 4337664 869 1992294400 134512640 135224549 4294956224 18446744073709551615 134595604 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28201/statm: 1059 869 89 173 0 884 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 4236

[startup+12.7017 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 28202
/proc/meminfo: memFree=1687256/2055920 swapFree=4178252/4192956
[pid=28201] ppid=28199 vsize=5424 CPUtime=12.69
/proc/28201/stat : 28201 (CirCUs) R 28199 28201 27998 0 -1 4194304 1165 0 0 0 1268 1 0 0 25 0 1 120000 1117982642 5554176 1149 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28201/statm: 1356 1149 89 173 0 1181 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5424

[startup+25.5011 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 28202
/proc/meminfo: memFree=1685720/2055920 swapFree=4178252/4192956
[pid=28201] ppid=28199 vsize=6620 CPUtime=25.49
/proc/28201/stat : 28201 (CirCUs) R 28199 28201 27998 0 -1 4194304 1479 0 0 0 2548 1 0 0 25 0 1 120000 1117982642 6778880 1463 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28201/statm: 1655 1463 89 173 0 1480 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 6620

[startup+51.1019 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 28202
/proc/meminfo: memFree=1684120/2055920 swapFree=4178252/4192956
[pid=28201] ppid=28199 vsize=8344 CPUtime=51.1
/proc/28201/stat : 28201 (CirCUs) R 28199 28201 27998 0 -1 4194304 1923 0 0 0 5108 2 0 0 25 0 1 120000 1117982642 8544256 1874 1992294400 134512640 135224549 4294956224 18446744073709551615 134595584 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28201/statm: 2086 1874 89 173 0 1911 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 8344

[startup+102.306 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 28202
/proc/meminfo: memFree=1681816/2055920 swapFree=4178252/4192956
[pid=28201] ppid=28199 vsize=10660 CPUtime=102.3
/proc/28201/stat : 28201 (CirCUs) R 28199 28201 27998 0 -1 4194304 2487 0 0 0 10228 2 0 0 25 0 1 120000 1117982642 10915840 2438 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28201/statm: 2665 2438 89 173 0 2490 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 10660

[startup+162.302 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 28202
/proc/meminfo: memFree=1679832/2055920 swapFree=4178252/4192956
[pid=28201] ppid=28199 vsize=12920 CPUtime=162.31
/proc/28201/stat : 28201 (CirCUs) R 28199 28201 27998 0 -1 4194304 3053 0 0 0 16228 3 0 0 25 0 1 120000 1117982642 13230080 2939 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28201/statm: 3230 2939 89 173 0 3055 0
Current children cumulated CPU time (s) 162.31
Current children cumulated vsize (KiB) 12920

[startup+222.301 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 28202
/proc/meminfo: memFree=1677912/2055920 swapFree=4178252/4192956
[pid=28201] ppid=28199 vsize=14864 CPUtime=222.32
/proc/28201/stat : 28201 (CirCUs) R 28199 28201 27998 0 -1 4194304 3521 0 0 0 22228 4 0 0 25 0 1 120000 1117982642 15220736 3407 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28201/statm: 3716 3407 89 173 0 3541 0
Current children cumulated CPU time (s) 222.32
Current children cumulated vsize (KiB) 14864

[startup+282.301 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 28202
/proc/meminfo: memFree=1676440/2055920 swapFree=4178252/4192956
[pid=28201] ppid=28199 vsize=16384 CPUtime=282.32
/proc/28201/stat : 28201 (CirCUs) R 28199 28201 27998 0 -1 4194304 3890 0 0 0 28228 4 0 0 25 0 1 120000 1117982642 16777216 3776 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28201/statm: 4096 3776 89 173 0 3921 0
Current children cumulated CPU time (s) 282.32
Current children cumulated vsize (KiB) 16384

[startup+342.302 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 28202
/proc/meminfo: memFree=1675096/2055920 swapFree=4178252/4192956
[pid=28201] ppid=28199 vsize=17860 CPUtime=342.34
/proc/28201/stat : 28201 (CirCUs) R 28199 28201 27998 0 -1 4194304 4225 0 0 0 34229 5 0 0 25 0 1 120000 1117982642 18288640 4111 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28201/statm: 4465 4111 89 173 0 4290 0
Current children cumulated CPU time (s) 342.34
Current children cumulated vsize (KiB) 17860

[startup+402.303 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 28202
/proc/meminfo: memFree=1673816/2055920 swapFree=4178252/4192956
[pid=28201] ppid=28199 vsize=19048 CPUtime=402.34
/proc/28201/stat : 28201 (CirCUs) R 28199 28201 27998 0 -1 4194304 4545 0 0 0 40229 5 0 0 25 0 1 120000 1117982642 19505152 4431 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28201/statm: 4762 4431 89 173 0 4587 0
Current children cumulated CPU time (s) 402.34
Current children cumulated vsize (KiB) 19048

[startup+462.303 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 28202
/proc/meminfo: memFree=1673176/2055920 swapFree=4178252/4192956
[pid=28201] ppid=28199 vsize=19588 CPUtime=462.35
/proc/28201/stat : 28201 (CirCUs) R 28199 28201 27998 0 -1 4194304 4677 0 0 0 46230 5 0 0 25 0 1 120000 1117982642 20058112 4563 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28201/statm: 4897 4563 89 173 0 4722 0
Current children cumulated CPU time (s) 462.35
Current children cumulated vsize (KiB) 19588

[startup+522.302 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 28202
/proc/meminfo: memFree=1671832/2055920 swapFree=4178252/4192956
[pid=28201] ppid=28199 vsize=20900 CPUtime=522.35
/proc/28201/stat : 28201 (CirCUs) R 28199 28201 27998 0 -1 4194304 5008 0 0 0 52230 5 0 0 25 0 1 120000 1117982642 21401600 4894 1992294400 134512640 135224549 4294956224 18446744073709551615 134595552 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28201/statm: 5225 4894 89 173 0 5050 0
Current children cumulated CPU time (s) 522.35
Current children cumulated vsize (KiB) 20900

[startup+582.301 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 28202
/proc/meminfo: memFree=1671512/2055920 swapFree=4178252/4192956
[pid=28201] ppid=28199 vsize=21260 CPUtime=582.37
/proc/28201/stat : 28201 (CirCUs) R 28199 28201 27998 0 -1 4194304 5072 0 0 0 58231 6 0 0 25 0 1 120000 1117982642 21770240 4958 1992294400 134512640 135224549 4294956224 18446744073709551615 134595275 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28201/statm: 5315 4958 89 173 0 5140 0
Current children cumulated CPU time (s) 582.37
Current children cumulated vsize (KiB) 21260

[startup+642.301 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 28202
/proc/meminfo: memFree=1669912/2055920 swapFree=4178252/4192956
[pid=28201] ppid=28199 vsize=23356 CPUtime=642.38
/proc/28201/stat : 28201 (CirCUs) R 28199 28201 27998 0 -1 4194304 5611 0 0 0 64231 7 0 0 25 0 1 120000 1117982642 23916544 5368 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28201/statm: 5839 5368 89 173 0 5664 0
Current children cumulated CPU time (s) 642.38
Current children cumulated vsize (KiB) 23356

[startup+702.302 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 28202
/proc/meminfo: memFree=1669720/2055920 swapFree=4178252/4192956
[pid=28201] ppid=28199 vsize=23504 CPUtime=702.38
/proc/28201/stat : 28201 (CirCUs) R 28199 28201 27998 0 -1 4194304 5645 0 0 0 70231 7 0 0 25 0 1 120000 1117982642 24068096 5402 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28201/statm: 5876 5402 89 173 0 5701 0
Current children cumulated CPU time (s) 702.38
Current children cumulated vsize (KiB) 23504

[startup+762.305 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 28202
/proc/meminfo: memFree=1667800/2055920 swapFree=4178252/4192956
[pid=28201] ppid=28199 vsize=25444 CPUtime=762.39
/proc/28201/stat : 28201 (CirCUs) R 28199 28201 27998 0 -1 4194304 6116 0 0 0 76232 7 0 0 25 0 1 120000 1117982642 26054656 5873 1992294400 134512640 135224549 4294956224 18446744073709551615 134631364 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28201/statm: 6361 5873 89 173 0 6186 0
Current children cumulated CPU time (s) 762.39
Current children cumulated vsize (KiB) 25444

[startup+822.301 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 28202
/proc/meminfo: memFree=1667736/2055920 swapFree=4178252/4192956
[pid=28201] ppid=28199 vsize=25444 CPUtime=822.39
/proc/28201/stat : 28201 (CirCUs) R 28199 28201 27998 0 -1 4194304 6118 0 0 0 82232 7 0 0 25 0 1 120000 1117982642 26054656 5875 1992294400 134512640 135224549 4294956224 18446744073709551615 134595537 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28201/statm: 6361 5875 89 173 0 6186 0
Current children cumulated CPU time (s) 822.39
Current children cumulated vsize (KiB) 25444

[startup+882.301 s]
/proc/loadavg: 1.04 1.00 1.00 2/65 28202
/proc/meminfo: memFree=1667608/2055920 swapFree=4178252/4192956
[pid=28201] ppid=28199 vsize=25596 CPUtime=882.4
/proc/28201/stat : 28201 (CirCUs) R 28199 28201 27998 0 -1 4194304 6156 0 0 0 88233 7 0 0 25 0 1 120000 1117982642 26210304 5913 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28201/statm: 6399 5913 89 173 0 6224 0
Current children cumulated CPU time (s) 882.4
Current children cumulated vsize (KiB) 25596

[startup+942.302 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 28208
/proc/meminfo: memFree=1665488/2055920 swapFree=4178252/4192956
[pid=28201] ppid=28199 vsize=27664 CPUtime=942.4
/proc/28201/stat : 28201 (CirCUs) R 28199 28201 27998 0 -1 4194304 6671 0 0 0 94232 8 0 0 25 0 1 120000 1117982642 28327936 6428 1992294400 134512640 135224549 4294956224 18446744073709551615 134595391 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28201/statm: 6916 6428 89 173 0 6741 0
Current children cumulated CPU time (s) 942.4
Current children cumulated vsize (KiB) 27664

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28208
/proc/meminfo: memFree=1665488/2055920 swapFree=4178252/4192956
[pid=28201] ppid=28199 vsize=27664 CPUtime=1002.41
/proc/28201/stat : 28201 (CirCUs) R 28199 28201 27998 0 -1 4194304 6671 0 0 0 100233 8 0 0 25 0 1 120000 1117982642 28327936 6428 1992294400 134512640 135224549 4294956224 18446744073709551615 134595383 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28201/statm: 6916 6428 89 173 0 6741 0
Current children cumulated CPU time (s) 1002.41
Current children cumulated vsize (KiB) 27664

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28208
/proc/meminfo: memFree=1665360/2055920 swapFree=4178252/4192956
[pid=28201] ppid=28199 vsize=27976 CPUtime=1062.42
/proc/28201/stat : 28201 (CirCUs) R 28199 28201 27998 0 -1 4194304 6710 0 0 0 106234 8 0 0 25 0 1 120000 1117982642 28647424 6467 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28201/statm: 6994 6467 89 173 0 6819 0
Current children cumulated CPU time (s) 1062.42
Current children cumulated vsize (KiB) 27976

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28208
/proc/meminfo: memFree=1664592/2055920 swapFree=4178252/4192956
[pid=28201] ppid=28199 vsize=28756 CPUtime=1122.42
/proc/28201/stat : 28201 (CirCUs) R 28199 28201 27998 0 -1 4194304 6892 0 0 0 112234 8 0 0 25 0 1 120000 1117982642 29446144 6649 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28201/statm: 7189 6649 89 173 0 7014 0
Current children cumulated CPU time (s) 1122.42
Current children cumulated vsize (KiB) 28756

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28208
/proc/meminfo: memFree=1662992/2055920 swapFree=4178252/4192956
[pid=28201] ppid=28199 vsize=30380 CPUtime=1182.43
/proc/28201/stat : 28201 (CirCUs) R 28199 28201 27998 0 -1 4194304 7289 0 0 0 118235 8 0 0 25 0 1 120000 1117982642 31109120 7046 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28201/statm: 7595 7046 89 173 0 7420 0
Current children cumulated CPU time (s) 1182.43
Current children cumulated vsize (KiB) 30380



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28208
/proc/meminfo: memFree=1662928/2055920 swapFree=4178252/4192956
[pid=28201] ppid=28199 vsize=30380 CPUtime=1200.03
/proc/28201/stat : 28201 (CirCUs) R 28199 28201 27998 0 -1 4194304 7299 0 0 0 119995 8 0 0 25 0 1 100 1117982642 31109120 7056 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28201/statm: 7595 7056 89 173 0 7420 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 30380

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

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

[startup+1199.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28208
/proc/meminfo: memFree=1662928/2055920 swapFree=4178252/4192956
[pid=28201] ppid=28199 vsize=30380 CPUtime=1200.03
/proc/28201/stat : 28201 (CirCUs) R 28199 28201 27998 0 -1 4194304 7299 0 0 0 119995 8 0 0 25 0 1 100 1117982642 31109120 7056 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28201/statm: 7595 7056 89 173 0 7420 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 30380

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1199.91
CPU time (s): 1200.05
CPU user time (s): 1199.96
CPU system time (s): 0.093985
CPU usage (%): 100.012
Max. virtual memory (cumulated for all children) (KiB): 30380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.96
system time used= 0.093985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7299
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= 1
involuntary context switches= 1288

runsolver used 1.00885 second user time and 2.6556 second system time

The end

Launcher Data

Begin job on node16 at 2009-03-31 00:46:02
IDJOB=1524305
IDBENCH=70420
IDSOLVER=544
FILE ID=node16/1524305-1238453162
PBS_JOBID= 9061685
Free space on /tmp= 63956 MiB

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

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

MD5SUM BENCH= 08970150c744745078d9b8c7ec1a3e63
RANDOM SEED=80021529

node16.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.232
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.232
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:       1691896 kB
Buffers:         70704 kB
Cached:         201312 kB
SwapCached:       8484 kB
Active:         136828 kB
Inactive:       145052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1691896 kB
SwapTotal:     4192956 kB
SwapFree:      4178252 kB
Dirty:            1304 kB
Writeback:           0 kB
Mapped:          15540 kB
Slab:            68180 kB
Committed_AS:  3089368 kB
PageTables:       1440 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= 63956 MiB
End job on node16 at 2009-03-31 01:06:03