Trace number 1719829

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.08 1200.42

General information on the benchmark

Namemizh-sha0-36-3.cnf
MD5SUM7e900a3d5c709e5167c14f906d6ebd88
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark130.127
Satisfiable
(Un)Satisfiability was proved
Number of variables50073
Number of clauses210235
Sum of the clauses size628383
Maximum clause length4
Minimum clause length1
Number of clauses of size 1177
Number of clauses of size 286992
Number of clauses of size 338042
Number of clauses of size 485024
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.99/1.06	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
0.99/1.06	c Eliminate time :       0.77 

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1719829-1240649951/watcher-1719829-1240649951 -o /tmp/evaluation-result-1719829-1240649951/solver-1719829-1240649951 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1719829-1240649951.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.00 1.00 3/64 1145
/proc/meminfo: memFree=1161936/2055920 swapFree=4192812/4192956
[pid=1145] ppid=1143 vsize=5512 CPUtime=0
/proc/1145/stat : 1145 (CirCUs) R 1143 1145 1077 0 -1 4194304 737 0 0 0 0 0 0 0 20 0 1 120000 93023999 5644288 722 1992294400 134512640 135224549 4294956224 18446744073709551615 134594394 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1145/statm: 1476 726 66 173 0 1301 0

[startup+0.0890989 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 1145
/proc/meminfo: memFree=1161936/2055920 swapFree=4192812/4192956
[pid=1145] ppid=1143 vsize=10972 CPUtime=0.07
/proc/1145/stat : 1145 (CirCUs) R 1143 1145 1077 0 -1 4194304 2166 0 0 0 7 0 0 0 20 0 1 120000 93023999 11235328 2053 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1145/statm: 2743 2054 70 173 0 2568 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 10972

[startup+0.101099 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 1145
/proc/meminfo: memFree=1161936/2055920 swapFree=4192812/4192956
[pid=1145] ppid=1143 vsize=11632 CPUtime=0.09
/proc/1145/stat : 1145 (CirCUs) R 1143 1145 1077 0 -1 4194304 2345 0 0 0 8 1 0 0 20 0 1 120000 93023999 11911168 2232 1992294400 134512640 135224549 4294956224 18446744073709551615 134749214 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1145/statm: 2908 2233 70 173 0 2733 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11632

[startup+0.301123 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 1145
/proc/meminfo: memFree=1161936/2055920 swapFree=4192812/4192956
[pid=1145] ppid=1143 vsize=20988 CPUtime=0.29
/proc/1145/stat : 1145 (CirCUs) R 1143 1145 1077 0 -1 4194304 5011 0 0 0 27 2 0 0 22 0 1 120000 93023999 21491712 4768 1992294400 134512640 135224549 4294956224 18446744073709551615 134570835 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1145/statm: 5247 4768 76 173 0 5072 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20988

[startup+0.701169 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 1145
/proc/meminfo: memFree=1161936/2055920 swapFree=4192812/4192956
[pid=1145] ppid=1143 vsize=26092 CPUtime=0.69
/proc/1145/stat : 1145 (CirCUs) R 1143 1145 1077 0 -1 4194304 6485 0 0 0 67 2 0 0 25 0 1 120000 93023999 26718208 5985 1992294400 134512640 135224549 4294956224 18446744073709551615 134561803 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1145/statm: 6523 5985 77 173 0 6348 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26092

[startup+1.50127 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1146
/proc/meminfo: memFree=1137992/2055920 swapFree=4192812/4192956
[pid=1145] ppid=1143 vsize=27356 CPUtime=1.49
/proc/1145/stat : 1145 (CirCUs) R 1143 1145 1077 0 -1 4194304 7016 0 0 0 146 3 0 0 25 0 1 120000 93023999 28012544 6293 1992294400 134512640 135224549 4294956224 18446744073709551615 134585004 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1145/statm: 6839 6293 93 173 0 6664 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27356

[startup+3.10145 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1146
/proc/meminfo: memFree=1136648/2055920 swapFree=4192812/4192956
[pid=1145] ppid=1143 vsize=28024 CPUtime=3.09
/proc/1145/stat : 1145 (CirCUs) R 1143 1145 1077 0 -1 4194304 7186 0 0 0 306 3 0 0 25 0 1 120000 93023999 28696576 6463 1992294400 134512640 135224549 4294956224 18446744073709551615 134595533 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1145/statm: 7006 6463 93 173 0 6831 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 28024

[startup+6.30183 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1146
/proc/meminfo: memFree=1135368/2055920 swapFree=4192812/4192956
[pid=1145] ppid=1143 vsize=28948 CPUtime=6.29
/proc/1145/stat : 1145 (CirCUs) R 1143 1145 1077 0 -1 4194304 7408 0 0 0 626 3 0 0 25 0 1 120000 93023999 29642752 6685 1992294400 134512640 135224549 4294956224 18446744073709551615 134585015 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1145/statm: 7237 6685 93 173 0 7062 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 28948

[startup+12.7016 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1146
/proc/meminfo: memFree=1134920/2055920 swapFree=4192812/4192956
[pid=1145] ppid=1143 vsize=29284 CPUtime=12.69
/proc/1145/stat : 1145 (CirCUs) R 1143 1145 1077 0 -1 4194304 7496 0 0 0 1266 3 0 0 25 0 1 120000 93023999 29986816 6773 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1145/statm: 7321 6773 93 173 0 7146 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 29284

[startup+25.5011 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1146
/proc/meminfo: memFree=1133512/2055920 swapFree=4192812/4192956
[pid=1145] ppid=1143 vsize=30736 CPUtime=25.48
/proc/1145/stat : 1145 (CirCUs) R 1143 1145 1077 0 -1 4194304 7843 0 0 0 2545 3 0 0 25 0 1 120000 93023999 31473664 7120 1992294400 134512640 135224549 4294956224 18446744073709551615 134585011 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1145/statm: 7684 7120 93 173 0 7509 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 30736

[startup+51.1011 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1146
/proc/meminfo: memFree=1129864/2055920 swapFree=4192812/4192956
[pid=1145] ppid=1143 vsize=34440 CPUtime=51.07
/proc/1145/stat : 1145 (CirCUs) R 1143 1145 1077 0 -1 4194304 8756 0 0 0 5103 4 0 0 25 0 1 120000 93023999 35266560 8033 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1145/statm: 8610 8033 93 173 0 8435 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 34440

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1146
/proc/meminfo: memFree=1125768/2055920 swapFree=4192812/4192956
[pid=1145] ppid=1143 vsize=38532 CPUtime=102.26
/proc/1145/stat : 1145 (CirCUs) R 1143 1145 1077 0 -1 4194304 9801 0 0 0 10221 5 0 0 25 0 1 120000 93023999 39456768 9078 1992294400 134512640 135224549 4294956224 18446744073709551615 134595376 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1145/statm: 9633 9078 93 173 0 9458 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 38532

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1152
/proc/meminfo: memFree=1120456/2055920 swapFree=4192812/4192956
[pid=1145] ppid=1143 vsize=44064 CPUtime=162.23
/proc/1145/stat : 1145 (CirCUs) R 1143 1145 1077 0 -1 4194304 11113 0 0 0 16216 7 0 0 25 0 1 120000 93023999 45121536 10390 1992294400 134512640 135224549 4294956224 18446744073709551615 134585011 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1145/statm: 11016 10390 93 173 0 10841 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 44064

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1152
/proc/meminfo: memFree=1115720/2055920 swapFree=4192812/4192956
[pid=1145] ppid=1143 vsize=48816 CPUtime=222.21
/proc/1145/stat : 1145 (CirCUs) R 1143 1145 1077 0 -1 4194304 12310 0 0 0 22213 8 0 0 25 0 1 120000 93023999 49987584 11587 1992294400 134512640 135224549 4294956224 18446744073709551615 134595706 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1145/statm: 12204 11587 93 173 0 12029 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 48816

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1152
/proc/meminfo: memFree=1113672/2055920 swapFree=4192812/4192956
[pid=1145] ppid=1143 vsize=50664 CPUtime=282.2
/proc/1145/stat : 1145 (CirCUs) R 1143 1145 1077 0 -1 4194304 12796 0 0 0 28211 9 0 0 25 0 1 120000 93023999 51879936 12073 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1145/statm: 12666 12073 93 173 0 12491 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 50664

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1152
/proc/meminfo: memFree=1110472/2055920 swapFree=4192812/4192956
[pid=1145] ppid=1143 vsize=54096 CPUtime=342.19
/proc/1145/stat : 1145 (CirCUs) R 1143 1145 1077 0 -1 4194304 13657 0 0 0 34209 10 0 0 25 0 1 120000 93023999 55394304 12934 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1145/statm: 13524 12934 93 173 0 13349 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 54096

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1152
/proc/meminfo: memFree=1105928/2055920 swapFree=4192812/4192956
[pid=1145] ppid=1143 vsize=58320 CPUtime=402.17
/proc/1145/stat : 1145 (CirCUs) R 1143 1145 1077 0 -1 4194304 14734 0 0 0 40206 11 0 0 25 0 1 120000 93023999 59719680 14011 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1145/statm: 14580 14011 93 173 0 14405 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 58320

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1152
/proc/meminfo: memFree=1105160/2055920 swapFree=4192812/4192956
[pid=1145] ppid=1143 vsize=58980 CPUtime=462.15
/proc/1145/stat : 1145 (CirCUs) R 1143 1145 1077 0 -1 4194304 14910 0 0 0 46204 11 0 0 25 0 1 120000 93023999 60395520 14187 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1145/statm: 14745 14187 93 173 0 14570 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 58980

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1152
/proc/meminfo: memFree=1100488/2055920 swapFree=4192812/4192956
[pid=1145] ppid=1143 vsize=63600 CPUtime=522.13
/proc/1145/stat : 1145 (CirCUs) R 1143 1145 1077 0 -1 4194304 16073 0 0 0 52201 12 0 0 25 0 1 120000 93023999 65126400 15350 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1145/statm: 15900 15350 93 173 0 15725 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 63600

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1152
/proc/meminfo: memFree=1094856/2055920 swapFree=4192812/4192956
[pid=1145] ppid=1143 vsize=69656 CPUtime=582.12
/proc/1145/stat : 1145 (CirCUs) R 1143 1145 1077 0 -1 4194304 17606 0 0 0 58199 13 0 0 25 0 1 120000 93023999 71327744 16754 1992294400 134512640 135224549 4294956224 18446744073709551615 134595715 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1145/statm: 17414 16754 93 173 0 17239 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 69656

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1152
/proc/meminfo: memFree=1091144/2055920 swapFree=4192812/4192956
[pid=1145] ppid=1143 vsize=73352 CPUtime=642.11
/proc/1145/stat : 1145 (CirCUs) R 1143 1145 1077 0 -1 4194304 18530 0 0 0 64196 15 0 0 25 0 1 120000 93023999 75112448 17678 1992294400 134512640 135224549 4294956224 18446744073709551615 134595275 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1145/statm: 18338 17678 93 173 0 18163 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 73352

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1152
/proc/meminfo: memFree=1088456/2055920 swapFree=4192812/4192956
[pid=1145] ppid=1143 vsize=75992 CPUtime=702.08
/proc/1145/stat : 1145 (CirCUs) R 1143 1145 1077 0 -1 4194304 19202 0 0 0 70193 15 0 0 25 0 1 120000 93023999 77815808 18350 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1145/statm: 18998 18350 93 173 0 18823 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 75992

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1152
/proc/meminfo: memFree=1083528/2055920 swapFree=4192812/4192956
[pid=1145] ppid=1143 vsize=81008 CPUtime=762.08
/proc/1145/stat : 1145 (CirCUs) R 1143 1145 1077 0 -1 4194304 20449 0 0 0 76190 18 0 0 25 0 1 120000 93023999 82952192 19597 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1145/statm: 20252 19597 93 173 0 20077 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 81008

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1152
/proc/meminfo: memFree=1083336/2055920 swapFree=4192812/4192956
[pid=1145] ppid=1143 vsize=81008 CPUtime=822.05
/proc/1145/stat : 1145 (CirCUs) R 1143 1145 1077 0 -1 4194304 20472 0 0 0 82187 18 0 0 25 0 1 120000 93023999 82952192 19620 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1145/statm: 20252 19620 93 173 0 20077 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 81008

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1152
/proc/meminfo: memFree=1081544/2055920 swapFree=4192812/4192956
[pid=1145] ppid=1143 vsize=82988 CPUtime=882.03
/proc/1145/stat : 1145 (CirCUs) R 1143 1145 1077 0 -1 4194304 20958 0 0 0 88185 18 0 0 25 0 1 120000 93023999 84979712 20106 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1145/statm: 20747 20106 93 173 0 20572 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 82988

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1152
/proc/meminfo: memFree=1078728/2055920 swapFree=4192812/4192956
[pid=1145] ppid=1143 vsize=85628 CPUtime=942.02
/proc/1145/stat : 1145 (CirCUs) R 1143 1145 1077 0 -1 4194304 21621 0 0 0 94183 19 0 0 25 0 1 120000 93023999 87683072 20769 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1145/statm: 21407 20769 93 173 0 21232 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 85628

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1152
/proc/meminfo: memFree=1078728/2055920 swapFree=4192812/4192956
[pid=1145] ppid=1143 vsize=85628 CPUtime=1002
/proc/1145/stat : 1145 (CirCUs) R 1143 1145 1077 0 -1 4194304 21621 0 0 0 100181 19 0 0 25 0 1 120000 93023999 87683072 20769 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1145/statm: 21407 20769 93 173 0 21232 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 85628

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1152
/proc/meminfo: memFree=1073544/2055920 swapFree=4192812/4192956
[pid=1145] ppid=1143 vsize=90776 CPUtime=1061.99
/proc/1145/stat : 1145 (CirCUs) R 1143 1145 1077 0 -1 4194304 22922 0 0 0 106179 20 0 0 25 0 1 120000 93023999 92954624 22070 1992294400 134512640 135224549 4294956224 18446744073709551615 134595334 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1145/statm: 22694 22070 93 173 0 22519 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 90776

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1152
/proc/meminfo: memFree=1073544/2055920 swapFree=4192812/4192956
[pid=1145] ppid=1143 vsize=90776 CPUtime=1121.97
/proc/1145/stat : 1145 (CirCUs) R 1143 1145 1077 0 -1 4194304 22922 0 0 0 112177 20 0 0 25 0 1 120000 93023999 92954624 22070 1992294400 134512640 135224549 4294956224 18446744073709551615 134588204 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1145/statm: 22694 22070 93 173 0 22519 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 90776

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1152
/proc/meminfo: memFree=1072712/2055920 swapFree=4192812/4192956
[pid=1145] ppid=1143 vsize=91832 CPUtime=1181.95
/proc/1145/stat : 1145 (CirCUs) R 1143 1145 1077 0 -1 4194304 23195 0 0 0 118175 20 0 0 25 0 1 120000 93023999 94035968 22343 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1145/statm: 22958 22343 93 173 0 22783 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 91832



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1152
/proc/meminfo: memFree=1067336/2055920 swapFree=4192812/4192956
[pid=1145] ppid=1143 vsize=96980 CPUtime=1200.06
/proc/1145/stat : 1145 (CirCUs) R 1143 1145 1077 0 -1 4194304 24478 0 0 0 119984 22 0 0 25 0 1 100 93023999 99307520 23626 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1145/statm: 24245 23626 93 173 0 24070 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 96980

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.42
CPU time (s): 1200.08
CPU user time (s): 1199.84
CPU system time (s): 0.238963
CPU usage (%): 99.9717
Max. virtual memory (cumulated for all children) (KiB): 96980

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

runsolver used 1.00485 second user time and 2.32565 second system time

The end

Launcher Data

Begin job on node75 at 2009-04-25 10:59:11
IDJOB=1719829
IDBENCH=69574
IDSOLVER=544
FILE ID=node75/1719829-1240649951
PBS_JOBID= 9186506
Free space on /tmp= 66428 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT_RACE08/cnf/mizh-sha0-36-3.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1719829-1240649951/watcher-1719829-1240649951 -o /tmp/evaluation-result-1719829-1240649951/solver-1719829-1240649951 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1719829-1240649951.cnf -t 1200

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

MD5SUM BENCH= 7e900a3d5c709e5167c14f906d6ebd88
RANDOM SEED=104249879

node75.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1162416 kB
Buffers:         81064 kB
Cached:         719424 kB
SwapCached:        144 kB
Active:          70112 kB
Inactive:       744392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1162416 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5180 kB
Writeback:           0 kB
Mapped:          23656 kB
Slab:            64896 kB
Committed_AS:   197004 kB
PageTables:       1416 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= 66428 MiB
End job on node75 at 2009-04-25 11:19:14