Trace number 1724065

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.06 1201.04

General information on the benchmark

Namemanol-pipe-f10ni.cnf
MD5SUMb99a5b8844b4e1d2656eb1422e6e888f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark578.845
Satisfiable
(Un)Satisfiability was proved
Number of variables368888
Number of clauses1100500
Sum of the clauses size2567832
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2733666
Number of clauses of size 3366833
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

10.43/11.00	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
10.43/11.00	c Eliminate time :       8.85 

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-1724065-1240691986/watcher-1724065-1240691986 -o /tmp/evaluation-result-1724065-1240691986/solver-1724065-1240691986 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1724065-1240691986.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.83 1.83 1.49 2/64 20193
/proc/meminfo: memFree=1579064/2055920 swapFree=4180280/4192956
[pid=20193] ppid=20191 vsize=9852 CPUtime=0
/proc/20193/stat : 20193 (CirCUs) R 20191 20193 20097 0 -1 4194304 672 0 0 0 0 0 0 0 18 0 1 120000 97232031 10088448 658 1992294400 134512640 135224549 4294956208 18446744073709551615 134593825 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20193/statm: 2463 662 66 173 0 2288 0

[startup+0.082426 s]
/proc/loadavg: 1.83 1.83 1.49 2/64 20193
/proc/meminfo: memFree=1579064/2055920 swapFree=4180280/4192956
[pid=20193] ppid=20191 vsize=35796 CPUtime=0.07
/proc/20193/stat : 20193 (CirCUs) R 20191 20193 20097 0 -1 4194304 5945 0 0 0 5 2 0 0 18 0 1 120000 97232031 36655104 5897 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20193/statm: 8949 5900 70 173 0 8774 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 35796

[startup+0.101428 s]
/proc/loadavg: 1.83 1.83 1.49 2/64 20193
/proc/meminfo: memFree=1579064/2055920 swapFree=4180280/4192956
[pid=20193] ppid=20191 vsize=36720 CPUtime=0.09
/proc/20193/stat : 20193 (CirCUs) R 20191 20193 20097 0 -1 4194304 6234 0 0 0 7 2 0 0 18 0 1 120000 97232031 37601280 6186 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20193/statm: 9180 6187 70 173 0 9005 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36720

[startup+0.301466 s]
/proc/loadavg: 1.83 1.83 1.49 2/64 20193
/proc/meminfo: memFree=1579064/2055920 swapFree=4180280/4192956
[pid=20193] ppid=20191 vsize=48048 CPUtime=0.29
/proc/20193/stat : 20193 (CirCUs) R 20191 20193 20097 0 -1 4194304 9417 0 0 0 25 4 0 0 19 0 1 120000 97232031 49201152 9175 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20193/statm: 12012 9176 70 173 0 11837 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 48048

[startup+0.701545 s]
/proc/loadavg: 1.83 1.83 1.49 2/64 20193
/proc/meminfo: memFree=1579064/2055920 swapFree=4180280/4192956
[pid=20193] ppid=20191 vsize=71184 CPUtime=0.69
/proc/20193/stat : 20193 (CirCUs) R 20191 20193 20097 0 -1 4194304 15925 0 0 0 61 8 0 0 23 0 1 120000 97232031 72892416 14913 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20193/statm: 17796 14914 70 173 0 17621 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 71184

[startup+1.83156 s]
/proc/loadavg: 1.83 1.83 1.49 2/65 20194
/proc/meminfo: memFree=1502320/2055920 swapFree=4180280/4192956
[pid=20193] ppid=20191 vsize=119704 CPUtime=1.85
/proc/20193/stat : 20193 (CirCUs) R 20191 20193 20097 0 -1 4194304 29545 0 0 0 170 15 0 0 25 0 1 120000 97232031 122576896 27507 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20193/statm: 31236 28923 77 173 0 31061 0
Current children cumulated CPU time (s) 1.85
Current children cumulated vsize (KiB) 119704

[startup+3.81726 s]
/proc/loadavg: 1.83 1.83 1.49 2/65 20194
/proc/meminfo: memFree=1502320/2055920 swapFree=4180280/4192956
[pid=20193] ppid=20191 vsize=167828 CPUtime=3.84
/proc/20193/stat : 20193 (CirCUs) R 20191 20193 20097 0 -1 4194304 42848 0 0 0 363 21 0 0 25 0 1 120000 97232031 171855872 40684 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20193/statm: 42419 41202 77 173 0 42244 0
Current children cumulated CPU time (s) 3.84
Current children cumulated vsize (KiB) 167828

[startup+6.30165 s]
/proc/loadavg: 2.01 1.86 1.51 2/65 20194
/proc/meminfo: memFree=1390960/2055920 swapFree=4180280/4192956
[pid=20193] ppid=20191 vsize=192624 CPUtime=6.02
/proc/20193/stat : 20193 (CirCUs) R 20191 20193 20097 0 -1 4194304 49704 0 0 0 575 27 0 0 25 0 1 120000 97232031 197246976 47280 1992294400 134512640 135224549 4294956208 18446744073709551615 134632555 0 0 4096 8192 0 0 0 17 0 0 0
/proc/20193/statm: 48156 47280 77 173 0 47981 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 192624

[startup+12.7019 s]
/proc/loadavg: 2.01 1.86 1.51 2/65 20194
/proc/meminfo: memFree=1380848/2055920 swapFree=4180280/4192956
[pid=20193] ppid=20191 vsize=210932 CPUtime=12.12
/proc/20193/stat : 20193 (CirCUs) R 20191 20193 20097 0 -1 4194304 56055 0 0 0 1181 31 0 0 25 0 1 120000 97232031 215994368 49564 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20193/statm: 52733 49564 93 173 0 52558 0
Current children cumulated CPU time (s) 12.12
Current children cumulated vsize (KiB) 210932

[startup+25.5014 s]
/proc/loadavg: 1.78 1.82 1.50 2/65 20194
/proc/meminfo: memFree=1379504/2055920 swapFree=4180280/4192956
[pid=20193] ppid=20191 vsize=212384 CPUtime=24.92
/proc/20193/stat : 20193 (CirCUs) R 20191 20193 20097 0 -1 4194304 56406 0 0 0 2461 31 0 0 25 0 1 120000 97232031 217481216 49915 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20193/statm: 53096 49915 93 173 0 52921 0
Current children cumulated CPU time (s) 24.92
Current children cumulated vsize (KiB) 212384

[startup+51.1014 s]
/proc/loadavg: 1.51 1.75 1.49 2/65 20194
/proc/meminfo: memFree=1378096/2055920 swapFree=4180280/4192956
[pid=20193] ppid=20191 vsize=213716 CPUtime=50.5
/proc/20193/stat : 20193 (CirCUs) R 20191 20193 20097 0 -1 4194304 56747 0 0 0 5019 31 0 0 25 0 1 120000 97232031 218845184 50256 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20193/statm: 53429 50256 93 173 0 53254 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 213716

[startup+102.301 s]
/proc/loadavg: 1.22 1.64 1.46 2/65 20194
/proc/meminfo: memFree=1376240/2055920 swapFree=4180280/4192956
[pid=20193] ppid=20191 vsize=215784 CPUtime=101.69
/proc/20193/stat : 20193 (CirCUs) R 20191 20193 20097 0 -1 4194304 57240 0 0 0 10137 32 0 0 25 0 1 120000 97232031 220962816 50749 1992294400 134512640 135224549 4294956208 18446744073709551615 134595409 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20193/statm: 53946 50749 93 173 0 53771 0
Current children cumulated CPU time (s) 101.69
Current children cumulated vsize (KiB) 215784

[startup+162.301 s]
/proc/loadavg: 1.08 1.52 1.43 2/65 20194
/proc/meminfo: memFree=1374128/2055920 swapFree=4180280/4192956
[pid=20193] ppid=20191 vsize=217976 CPUtime=161.67
/proc/20193/stat : 20193 (CirCUs) R 20191 20193 20097 0 -1 4194304 57772 0 0 0 16135 32 0 0 25 0 1 120000 97232031 223207424 51281 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20193/statm: 54494 51281 93 173 0 54319 0
Current children cumulated CPU time (s) 161.67
Current children cumulated vsize (KiB) 217976

[startup+222.302 s]
/proc/loadavg: 1.03 1.42 1.40 2/65 20194
/proc/meminfo: memFree=1370608/2055920 swapFree=4180280/4192956
[pid=20193] ppid=20191 vsize=221408 CPUtime=221.65
/proc/20193/stat : 20193 (CirCUs) R 20191 20193 20097 0 -1 4194304 58639 0 0 0 22132 33 0 0 25 0 1 120000 97232031 226721792 52148 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20193/statm: 55352 52148 93 173 0 55177 0
Current children cumulated CPU time (s) 221.65
Current children cumulated vsize (KiB) 221408

[startup+282.302 s]
/proc/loadavg: 1.01 1.34 1.37 2/65 20194
/proc/meminfo: memFree=1368624/2055920 swapFree=4180280/4192956
[pid=20193] ppid=20191 vsize=223256 CPUtime=281.62
/proc/20193/stat : 20193 (CirCUs) R 20191 20193 20097 0 -1 4194304 59129 0 0 0 28129 33 0 0 25 0 1 120000 97232031 228614144 52638 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20193/statm: 55814 52638 93 173 0 55639 0
Current children cumulated CPU time (s) 281.62
Current children cumulated vsize (KiB) 223256

[startup+342.301 s]
/proc/loadavg: 1.00 1.28 1.34 2/65 20194
/proc/meminfo: memFree=1363056/2055920 swapFree=4180280/4192956
[pid=20193] ppid=20191 vsize=229052 CPUtime=341.61
/proc/20193/stat : 20193 (CirCUs) R 20191 20193 20097 0 -1 4194304 60504 0 0 0 34126 35 0 0 25 0 1 120000 97232031 234549248 54013 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20193/statm: 57263 54013 93 173 0 57088 0
Current children cumulated CPU time (s) 341.61
Current children cumulated vsize (KiB) 229052

[startup+402.302 s]
/proc/loadavg: 1.00 1.22 1.32 2/65 20194
/proc/meminfo: memFree=1361584/2055920 swapFree=4180280/4192956
[pid=20193] ppid=20191 vsize=230504 CPUtime=401.59
/proc/20193/stat : 20193 (CirCUs) R 20191 20193 20097 0 -1 4194304 60862 0 0 0 40123 36 0 0 25 0 1 120000 97232031 236036096 54371 1992294400 134512640 135224549 4294956208 18446744073709551615 134595405 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20193/statm: 57626 54371 93 173 0 57451 0
Current children cumulated CPU time (s) 401.59
Current children cumulated vsize (KiB) 230504

[startup+462.306 s]
/proc/loadavg: 1.00 1.18 1.30 2/65 20194
/proc/meminfo: memFree=1360048/2055920 swapFree=4180280/4192956
[pid=20193] ppid=20191 vsize=231956 CPUtime=461.56
/proc/20193/stat : 20193 (CirCUs) R 20191 20193 20097 0 -1 4194304 61254 0 0 0 46120 36 0 0 25 0 1 120000 97232031 237522944 54763 1992294400 134512640 135224549 4294956208 18446744073709551615 134587776 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20193/statm: 57989 54763 93 173 0 57814 0
Current children cumulated CPU time (s) 461.56
Current children cumulated vsize (KiB) 231956

[startup+522.301 s]
/proc/loadavg: 1.00 1.14 1.27 2/65 20194
/proc/meminfo: memFree=1358256/2055920 swapFree=4180280/4192956
[pid=20193] ppid=20191 vsize=233804 CPUtime=521.54
/proc/20193/stat : 20193 (CirCUs) R 20191 20193 20097 0 -1 4194304 61701 0 0 0 52117 37 0 0 25 0 1 120000 97232031 239415296 55210 1992294400 134512640 135224549 4294956208 18446744073709551615 134587933 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20193/statm: 58451 55210 93 173 0 58276 0
Current children cumulated CPU time (s) 521.54
Current children cumulated vsize (KiB) 233804

[startup+582.301 s]
/proc/loadavg: 1.00 1.12 1.26 2/65 20194
/proc/meminfo: memFree=1355120/2055920 swapFree=4180280/4192956
[pid=20193] ppid=20191 vsize=236840 CPUtime=581.52
/proc/20193/stat : 20193 (CirCUs) R 20191 20193 20097 0 -1 4194304 62490 0 0 0 58114 38 0 0 25 0 1 120000 97232031 242524160 55999 1992294400 134512640 135224549 4294956208 18446744073709551615 134595709 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20193/statm: 59210 55999 93 173 0 59035 0
Current children cumulated CPU time (s) 581.52
Current children cumulated vsize (KiB) 236840

[startup+642.302 s]
/proc/loadavg: 1.00 1.09 1.24 2/65 20194
/proc/meminfo: memFree=1352624/2055920 swapFree=4180280/4192956
[pid=20193] ppid=20191 vsize=239240 CPUtime=641.5
/proc/20193/stat : 20193 (CirCUs) R 20191 20193 20097 0 -1 4194304 63095 0 0 0 64111 39 0 0 25 0 1 120000 97232031 244981760 56604 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20193/statm: 59810 56604 93 173 0 59635 0
Current children cumulated CPU time (s) 641.5
Current children cumulated vsize (KiB) 239240

[startup+702.302 s]
/proc/loadavg: 1.00 1.07 1.22 2/65 20194
/proc/meminfo: memFree=1352048/2055920 swapFree=4180280/4192956
[pid=20193] ppid=20191 vsize=239900 CPUtime=701.48
/proc/20193/stat : 20193 (CirCUs) R 20191 20193 20097 0 -1 4194304 63244 0 0 0 70109 39 0 0 25 0 1 120000 97232031 245657600 56753 1992294400 134512640 135224549 4294956208 18446744073709551615 134621729 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20193/statm: 59975 56753 93 173 0 59800 0
Current children cumulated CPU time (s) 701.48
Current children cumulated vsize (KiB) 239900

[startup+762.301 s]
/proc/loadavg: 1.00 1.06 1.20 2/65 20194
/proc/meminfo: memFree=1349232/2055920 swapFree=4180280/4192956
[pid=20193] ppid=20191 vsize=242540 CPUtime=761.46
/proc/20193/stat : 20193 (CirCUs) R 20191 20193 20097 0 -1 4194304 63932 0 0 0 76107 39 0 0 25 0 1 120000 97232031 248360960 57441 1992294400 134512640 135224549 4294956208 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20193/statm: 60635 57441 93 173 0 60460 0
Current children cumulated CPU time (s) 761.46
Current children cumulated vsize (KiB) 242540

[startup+822.302 s]
/proc/loadavg: 1.00 1.04 1.18 2/65 20194
/proc/meminfo: memFree=1347056/2055920 swapFree=4180280/4192956
[pid=20193] ppid=20191 vsize=245300 CPUtime=821.44
/proc/20193/stat : 20193 (CirCUs) R 20191 20193 20097 0 -1 4194304 64608 0 0 0 82104 40 0 0 25 0 1 120000 97232031 251187200 57988 1992294400 134512640 135224549 4294956208 18446744073709551615 134587835 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20193/statm: 61325 57988 93 173 0 61150 0
Current children cumulated CPU time (s) 821.44
Current children cumulated vsize (KiB) 245300

[startup+882.302 s]
/proc/loadavg: 1.00 1.03 1.17 2/65 20194
/proc/meminfo: memFree=1346992/2055920 swapFree=4180280/4192956
[pid=20193] ppid=20191 vsize=245300 CPUtime=881.41
/proc/20193/stat : 20193 (CirCUs) R 20191 20193 20097 0 -1 4194304 64608 0 0 0 88101 40 0 0 25 0 1 120000 97232031 251187200 57988 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20193/statm: 61325 57988 93 173 0 61150 0
Current children cumulated CPU time (s) 881.41
Current children cumulated vsize (KiB) 245300

[startup+942.302 s]
/proc/loadavg: 1.00 1.03 1.16 2/65 20194
/proc/meminfo: memFree=1344944/2055920 swapFree=4180280/4192956
[pid=20193] ppid=20191 vsize=247288 CPUtime=941.39
/proc/20193/stat : 20193 (CirCUs) R 20191 20193 20097 0 -1 4194304 65111 0 0 0 94098 41 0 0 25 0 1 120000 97232031 253222912 58491 1992294400 134512640 135224549 4294956208 18446744073709551615 134595272 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20193/statm: 61822 58491 93 173 0 61647 0
Current children cumulated CPU time (s) 941.39
Current children cumulated vsize (KiB) 247288

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.15 2/65 20194
/proc/meminfo: memFree=1345008/2055920 swapFree=4180280/4192956
[pid=20193] ppid=20191 vsize=247288 CPUtime=1001.38
/proc/20193/stat : 20193 (CirCUs) R 20191 20193 20097 0 -1 4194304 65111 0 0 0 100097 41 0 0 25 0 1 120000 97232031 253222912 58491 1992294400 134512640 135224549 4294956208 18446744073709551615 134587776 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20193/statm: 61822 58491 93 173 0 61647 0
Current children cumulated CPU time (s) 1001.38
Current children cumulated vsize (KiB) 247288

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.14 2/65 20194
/proc/meminfo: memFree=1344304/2055920 swapFree=4180280/4192956
[pid=20193] ppid=20191 vsize=248080 CPUtime=1061.35
/proc/20193/stat : 20193 (CirCUs) R 20191 20193 20097 0 -1 4194304 65315 0 0 0 106094 41 0 0 25 0 1 120000 97232031 254033920 58695 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20193/statm: 62020 58695 93 173 0 61845 0
Current children cumulated CPU time (s) 1061.35
Current children cumulated vsize (KiB) 248080

[startup+1122.31 s]
/proc/loadavg: 1.00 1.01 1.12 2/65 20194
/proc/meminfo: memFree=1342064/2055920 swapFree=4180280/4192956
[pid=20193] ppid=20191 vsize=250060 CPUtime=1121.34
/proc/20193/stat : 20193 (CirCUs) R 20191 20193 20097 0 -1 4194304 65818 0 0 0 112092 42 0 0 25 0 1 120000 97232031 256061440 59198 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20193/statm: 62515 59198 93 173 0 62340 0
Current children cumulated CPU time (s) 1121.34
Current children cumulated vsize (KiB) 250060

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.11 2/65 20194
/proc/meminfo: memFree=1342064/2055920 swapFree=4180280/4192956
[pid=20193] ppid=20191 vsize=250060 CPUtime=1181.31
/proc/20193/stat : 20193 (CirCUs) R 20191 20193 20097 0 -1 4194304 65818 0 0 0 118089 42 0 0 25 0 1 120000 97232031 256061440 59198 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20193/statm: 62515 59198 93 173 0 62340 0
Current children cumulated CPU time (s) 1181.31
Current children cumulated vsize (KiB) 250060



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201 s]
/proc/loadavg: 1.00 1.00 1.11 2/65 20194
/proc/meminfo: memFree=1342000/2055920 swapFree=4180280/4192956
[pid=20193] ppid=20191 vsize=250060 CPUtime=1200.01
/proc/20193/stat : 20193 (CirCUs) R 20191 20193 20097 0 -1 4194304 65819 0 0 0 119959 42 0 0 25 0 1 200 97232031 256061440 59199 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20193/statm: 62515 59199 93 173 0 62340 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 250060

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

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

[startup+1201 s]
/proc/loadavg: 1.00 1.00 1.11 2/65 20194
/proc/meminfo: memFree=1342000/2055920 swapFree=4180280/4192956
[pid=20193] ppid=20191 vsize=250060 CPUtime=1200.01
/proc/20193/stat : 20193 (CirCUs) R 20191 20193 20097 0 -1 4194304 65819 0 0 0 119959 42 0 0 25 0 1 200 97232031 256061440 59199 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20193/statm: 62515 59199 93 173 0 62340 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 250060

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.04
CPU time (s): 1200.06
CPU user time (s): 1199.59
CPU system time (s): 0.464929
CPU usage (%): 99.9179
Max. virtual memory (cumulated for all children) (KiB): 250060

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

runsolver used 1.10783 second user time and 2.72059 second system time

The end

Launcher Data

Begin job on node28 at 2009-04-25 22:39:47
IDJOB=1724065
IDBENCH=71749
IDSOLVER=544
FILE ID=node28/1724065-1240691986
PBS_JOBID= 9186724
Free space on /tmp= 66224 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT_RACE06/manol-pipe-f10ni.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1724065-1240691986/watcher-1724065-1240691986 -o /tmp/evaluation-result-1724065-1240691986/solver-1724065-1240691986 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1724065-1240691986.cnf -t 1200

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

MD5SUM BENCH= b99a5b8844b4e1d2656eb1422e6e888f
RANDOM SEED=313485095

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.261
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.261
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:       1579544 kB
Buffers:         42188 kB
Cached:         379064 kB
SwapCached:       5856 kB
Active:         173748 kB
Inactive:       255948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1579544 kB
SwapTotal:     4192956 kB
SwapFree:      4180280 kB
Dirty:           21036 kB
Writeback:           0 kB
Mapped:          13708 kB
Slab:            32540 kB
Committed_AS:   403156 kB
PageTables:       1420 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66224 MiB
End job on node28 at 2009-04-25 22:59:50