Trace number 1723266

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
march_hi hi? (TO) 1200.13 1200.47

General information on the benchmark

Namemanol-pipe-g10bidw.cnf
MD5SUM6ade683f6bfd116f49e58395d70ae6c0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark97.5152
Satisfiable
(Un)Satisfiability was proved
Number of variables237485
Number of clauses705220
Sum of the clauses size1645512
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2470146
Number of clauses of size 3235073
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

11.69/11.73	c main():: ***                                   [ march satisfiability solver ]                                   ***
11.69/11.73	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
11.69/11.73	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
11.69/11.73	c main()::
11.69/11.73	c initFormula():: searching for DIMACS p-line....
11.69/11.73	c initFormula():: the DIMACS p-line indicates a CNF of 237485 variables and 705220 clauses.
11.69/11.73	c parseCNF():: parsing....
11.69/11.73	c parseCNF():: the CNF contains 1 unary clauses.
11.69/11.73	c runParser():: parsing was successful, warming up engines...
11.69/11.73	c simplify_formula():: removed 0 tautological, 3 satisfied and 0 duplicate clauses
11.69/11.73	c preprocessing fase I completed:: there are now 237484 free variables and 705217 clauses.
11.69/11.73	c stat :: sign balance is biased by 0.158
11.69/11.73	c using 3-SAT heuristics (occurence based diff)
11.69/11.73	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
11.69/11.73	c simplify_formula():: removed 0 tautological, 0 satisfied and 3842 duplicate clauses
11.69/11.73	c resolvent_look() :: found 3447 resolvents
11.69/11.73	c lessRedundantTransformation():: nothing to be done.
11.69/11.73	c transformTo3SAT():: you gave me 237485 variables and 708664 clauses.
11.69/11.73	c transformTo3SAT():: by the way, the maximal clause length before transformation was 3.
11.69/11.73	c transformTo3SAT():: I will add 0 variables and 0 clauses!
11.69/11.73	c transformTo3SAT():: the transformation yielded 237485 variabels and 708664 clauses.
11.69/11.73	c main():: clause / variable ratio: ( 708664 / 237485 ) = 2.98
11.69/11.73	c longest clause has size 3
11.69/11.73	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
11.69/11.73	c number of free variables = 237484
11.69/11.73	c dynamic_preselect_setsize :: off
11.69/11.73	c main():: all systems go!
11.69/11.73	c |----------------------------------------------------------------|
c |********
c |**********
c |***********
c |************
c |****************
c |********************************

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-1723266-1240684539/watcher-1723266-1240684539 -o /tmp/evaluation-result-1723266-1240684539/solver-1723266-1240684539 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/march_hi HOME/instance-1723266-1240684539.cnf 

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: 0.91 0.95 0.98 3/64 22091
/proc/meminfo: memFree=1613448/2055920 swapFree=4191900/4192956
[pid=22091] ppid=22089 vsize=4520 CPUtime=0
/proc/22091/stat : 22091 (march_hi) R 22089 22091 21843 0 -1 4194304 730 0 0 0 0 0 0 0 18 0 1 0 96487651 4628480 715 1992294400 134512640 135197378 4294956240 18446744073709551615 134568349 0 0 4096 0 0 0 0 17 1 0 0
/proc/22091/statm: 1130 720 57 167 0 961 0

[startup+0.045553 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 22091
/proc/meminfo: memFree=1613448/2055920 swapFree=4191900/4192956
[pid=22091] ppid=22089 vsize=19964 CPUtime=0.04
/proc/22091/stat : 22091 (march_hi) R 22089 22091 21843 0 -1 4194304 3795 0 0 0 2 2 0 0 18 0 1 0 96487651 20443136 3780 1992294400 134512640 135197378 4294956240 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/22091/statm: 4991 3784 57 167 0 4822 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 19964

[startup+0.101558 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 22091
/proc/meminfo: memFree=1613448/2055920 swapFree=4191900/4192956
[pid=22091] ppid=22089 vsize=25388 CPUtime=0.09
/proc/22091/stat : 22091 (march_hi) R 22089 22091 21843 0 -1 4194304 5351 0 0 0 7 2 0 0 18 0 1 0 96487651 25997312 5336 1992294400 134512640 135197378 4294956240 18446744073709551615 134718590 0 0 4096 0 0 0 0 17 1 0 0
/proc/22091/statm: 6347 5337 57 167 0 6178 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25388

[startup+0.301581 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 22091
/proc/meminfo: memFree=1613448/2055920 swapFree=4191900/4192956
[pid=22091] ppid=22089 vsize=27896 CPUtime=0.29
/proc/22091/stat : 22091 (march_hi) R 22089 22091 21843 0 -1 4194304 6141 0 0 0 26 3 0 0 19 0 1 0 96487651 28565504 6126 1992294400 134512640 135197378 4294956240 18446744073709551615 134718590 0 0 4096 0 0 0 0 17 1 0 0
/proc/22091/statm: 6974 6126 57 167 0 6805 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27896

[startup+0.701628 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 22091
/proc/meminfo: memFree=1613448/2055920 swapFree=4191900/4192956
[pid=22091] ppid=22089 vsize=32912 CPUtime=0.69
/proc/22091/stat : 22091 (march_hi) R 22089 22091 21843 0 -1 4194304 7689 0 0 0 65 4 0 0 23 0 1 0 96487651 33701888 7674 1992294400 134512640 135197378 4294956240 18446744073709551615 134718590 0 0 4096 0 0 0 0 17 1 0 0
/proc/22091/statm: 8228 7674 57 167 0 8059 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32912

[startup+1.50172 s]
/proc/loadavg: 0.91 0.95 0.98 2/65 22092
/proc/meminfo: memFree=1562432/2055920 swapFree=4191900/4192956
[pid=22091] ppid=22089 vsize=84644 CPUtime=1.49
/proc/22091/stat : 22091 (march_hi) R 22089 22091 21843 0 -1 4194304 16837 0 0 0 140 9 0 0 25 0 1 0 96487651 86675456 15201 1992294400 134512640 135197378 4294956240 18446744073709551615 134565197 0 0 4096 0 0 0 0 17 1 0 0
/proc/22091/statm: 21161 15201 64 167 0 20992 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 84644

[startup+3.10191 s]
/proc/loadavg: 0.91 0.95 0.98 2/65 22092
/proc/meminfo: memFree=1549376/2055920 swapFree=4191900/4192956
[pid=22091] ppid=22089 vsize=85948 CPUtime=3.09
/proc/22091/stat : 22091 (march_hi) R 22089 22091 21843 0 -1 4194304 29248 0 0 0 293 16 0 0 25 0 1 0 96487651 88010752 15877 1992294400 134512640 135197378 4294956240 18446744073709551615 134694885 0 0 4096 0 0 0 0 17 1 0 0
/proc/22091/statm: 21487 15877 66 167 0 21318 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 85948

[startup+6.30128 s]
/proc/loadavg: 0.92 0.95 0.98 2/65 22092
/proc/meminfo: memFree=1537096/2055920 swapFree=4191900/4192956
[pid=22091] ppid=22089 vsize=83164 CPUtime=6.29
/proc/22091/stat : 22091 (march_hi) R 22089 22091 21843 0 -1 4194304 64600 0 0 0 597 32 0 0 25 0 1 0 96487651 85159936 14678 1992294400 134512640 135197378 4294956240 18446744073709551615 134713223 0 0 4096 0 0 0 0 17 1 0 0
/proc/22091/statm: 20791 14678 79 167 0 20622 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 83164

[startup+12.701 s]
/proc/loadavg: 0.93 0.95 0.98 2/65 22092
/proc/meminfo: memFree=1434696/2055920 swapFree=4191900/4192956
[pid=22091] ppid=22089 vsize=409032 CPUtime=12.68
/proc/22091/stat : 22091 (march_hi) R 22089 22091 21843 0 -1 4194304 127617 0 0 0 1210 58 0 0 25 0 1 0 96487651 418848768 45840 1992294400 134512640 135197378 4294956240 18446744073709551615 134542163 0 0 4096 0 0 0 0 17 1 0 0
/proc/22091/statm: 102258 45840 90 167 0 102089 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 409032

[startup+25.5015 s]
/proc/loadavg: 0.94 0.96 0.98 2/65 22092
/proc/meminfo: memFree=1286152/2055920 swapFree=4191900/4192956
[pid=22091] ppid=22089 vsize=414200 CPUtime=25.49
/proc/22091/stat : 22091 (march_hi) R 22089 22091 21843 0 -1 4194304 163529 0 0 0 2478 71 0 0 25 0 1 0 96487651 424140800 81752 1992294400 134512640 135197378 4294956240 18446744073709551615 134541916 0 0 4096 0 0 0 0 17 1 0 0
/proc/22091/statm: 103550 81752 90 167 0 103381 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 414200

[startup+51.1015 s]
/proc/loadavg: 0.96 0.96 0.98 2/65 22092
/proc/meminfo: memFree=1280648/2055920 swapFree=4191900/4192956
[pid=22091] ppid=22089 vsize=417672 CPUtime=51.05
/proc/22091/stat : 22091 (march_hi) R 22089 22091 21843 0 -1 4194304 164903 0 0 0 5034 71 0 0 25 0 1 0 96487651 427696128 83126 1992294400 134512640 135197378 4294956240 18446744073709551615 134570880 0 0 4096 0 0 0 0 17 1 0 0
/proc/22091/statm: 104418 83126 90 167 0 104249 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 417672

[startup+102.305 s]
/proc/loadavg: 0.98 0.96 0.98 2/65 22092
/proc/meminfo: memFree=1265992/2055920 swapFree=4191900/4192956
[pid=22091] ppid=22089 vsize=420776 CPUtime=102.25
/proc/22091/stat : 22091 (march_hi) R 22089 22091 21843 0 -1 4194304 168542 0 0 0 10152 73 0 0 25 0 1 0 96487651 430874624 86765 1992294400 134512640 135197378 4294956240 18446744073709551615 134570746 0 0 4096 0 0 0 0 17 1 0 0
/proc/22091/statm: 105194 86765 90 167 0 105025 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 420776

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 22094
/proc/meminfo: memFree=1235080/2055920 swapFree=4191900/4192956
[pid=22091] ppid=22089 vsize=423712 CPUtime=162.23
/proc/22091/stat : 22091 (march_hi) R 22089 22091 21843 0 -1 4194304 176268 0 0 0 16147 76 0 0 25 0 1 0 96487651 433881088 94491 1992294400 134512640 135197378 4294956240 18446744073709551615 134541916 0 0 4096 0 0 0 0 17 1 0 0
/proc/22091/statm: 105928 94491 90 167 0 105759 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 423712

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 22094
/proc/meminfo: memFree=1233928/2055920 swapFree=4191900/4192956
[pid=22091] ppid=22089 vsize=424752 CPUtime=222.21
/proc/22091/stat : 22091 (march_hi) R 22089 22091 21843 0 -1 4194304 176534 0 0 0 22145 76 0 0 25 0 1 0 96487651 434946048 94757 1992294400 134512640 135197378 4294956240 18446744073709551615 134542109 0 0 4096 0 0 0 0 17 1 0 0
/proc/22091/statm: 106188 94757 90 167 0 106019 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 424752

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 22094
/proc/meminfo: memFree=1233224/2055920 swapFree=4191900/4192956
[pid=22091] ppid=22089 vsize=425448 CPUtime=282.19
/proc/22091/stat : 22091 (march_hi) R 22089 22091 21843 0 -1 4194304 176702 0 0 0 28143 76 0 0 25 0 1 0 96487651 435658752 94925 1992294400 134512640 135197378 4294956240 18446744073709551615 134541914 0 0 4096 0 0 0 0 17 1 0 0
/proc/22091/statm: 106362 94925 90 167 0 106193 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 425448

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 22094
/proc/meminfo: memFree=1232712/2055920 swapFree=4191900/4192956
[pid=22091] ppid=22089 vsize=425936 CPUtime=342.18
/proc/22091/stat : 22091 (march_hi) R 22089 22091 21843 0 -1 4194304 176827 0 0 0 34141 77 0 0 25 0 1 0 96487651 436158464 95050 1992294400 134512640 135197378 4294956240 18446744073709551615 134541916 0 0 4096 0 0 0 0 17 1 0 0
/proc/22091/statm: 106484 95050 90 167 0 106315 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 425936

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 22094
/proc/meminfo: memFree=1231432/2055920 swapFree=4191900/4192956
[pid=22091] ppid=22089 vsize=427140 CPUtime=402.16
/proc/22091/stat : 22091 (march_hi) R 22089 22091 21843 0 -1 4194304 177132 0 0 0 40139 77 0 0 25 0 1 0 96487651 437391360 95355 1992294400 134512640 135197378 4294956240 18446744073709551615 134542160 0 0 4096 0 0 0 0 17 1 0 0
/proc/22091/statm: 106785 95355 90 167 0 106616 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 427140

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 22094
/proc/meminfo: memFree=1230856/2055920 swapFree=4191900/4192956
[pid=22091] ppid=22089 vsize=427684 CPUtime=462.14
/proc/22091/stat : 22091 (march_hi) R 22089 22091 21843 0 -1 4194304 177266 0 0 0 46137 77 0 0 25 0 1 0 96487651 437948416 95489 1992294400 134512640 135197378 4294956240 18446744073709551615 134541914 0 0 4096 0 0 0 0 17 1 0 0
/proc/22091/statm: 106921 95489 90 167 0 106752 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 427684

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 22094
/proc/meminfo: memFree=1230024/2055920 swapFree=4191900/4192956
[pid=22091] ppid=22089 vsize=428696 CPUtime=522.13
/proc/22091/stat : 22091 (march_hi) R 22089 22091 21843 0 -1 4194304 177522 0 0 0 52135 78 0 0 25 0 1 0 96487651 438984704 95745 1992294400 134512640 135197378 4294956240 18446744073709551615 134541914 0 0 4096 0 0 0 0 17 1 0 0
/proc/22091/statm: 107174 95745 90 167 0 107005 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 428696

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 22094
/proc/meminfo: memFree=1229448/2055920 swapFree=4191900/4192956
[pid=22091] ppid=22089 vsize=429208 CPUtime=582.11
/proc/22091/stat : 22091 (march_hi) R 22089 22091 21843 0 -1 4194304 177647 0 0 0 58133 78 0 0 25 0 1 0 96487651 439508992 95870 1992294400 134512640 135197378 4294956240 18446744073709551615 134542104 0 0 4096 0 0 0 0 17 1 0 0
/proc/22091/statm: 107302 95870 90 167 0 107133 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 429208

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 22094
/proc/meminfo: memFree=1228552/2055920 swapFree=4191900/4192956
[pid=22091] ppid=22089 vsize=429972 CPUtime=642.1
/proc/22091/stat : 22091 (march_hi) R 22089 22091 21843 0 -1 4194304 177859 0 0 0 64131 79 0 0 25 0 1 0 96487651 440291328 96082 1992294400 134512640 135197378 4294956240 18446744073709551615 134542109 0 0 4096 0 0 0 0 17 1 0 0
/proc/22091/statm: 107493 96082 90 167 0 107324 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 429972

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 22094
/proc/meminfo: memFree=1227976/2055920 swapFree=4191900/4192956
[pid=22091] ppid=22089 vsize=430596 CPUtime=702.08
/proc/22091/stat : 22091 (march_hi) R 22089 22091 21843 0 -1 4194304 177996 0 0 0 70129 79 0 0 25 0 1 0 96487651 440930304 96219 1992294400 134512640 135197378 4294956240 18446744073709551615 134542117 0 0 4096 0 0 0 0 17 1 0 0
/proc/22091/statm: 107649 96219 90 167 0 107480 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 430596

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 22094
/proc/meminfo: memFree=1227464/2055920 swapFree=4191900/4192956
[pid=22091] ppid=22089 vsize=431032 CPUtime=762.06
/proc/22091/stat : 22091 (march_hi) R 22089 22091 21843 0 -1 4194304 178111 0 0 0 76127 79 0 0 25 0 1 0 96487651 441376768 96334 1992294400 134512640 135197378 4294956240 18446744073709551615 134542058 0 0 4096 0 0 0 0 17 1 0 0
/proc/22091/statm: 107758 96334 90 167 0 107589 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 431032

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 22094
/proc/meminfo: memFree=1227336/2055920 swapFree=4191900/4192956
[pid=22091] ppid=22089 vsize=431196 CPUtime=822.05
/proc/22091/stat : 22091 (march_hi) R 22089 22091 21843 0 -1 4194304 178159 0 0 0 82125 80 0 0 25 0 1 0 96487651 441544704 96382 1992294400 134512640 135197378 4294956240 18446744073709551615 134541233 0 0 4096 0 0 0 0 17 1 0 0
/proc/22091/statm: 107799 96382 90 167 0 107630 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 431196

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 22094
/proc/meminfo: memFree=1227016/2055920 swapFree=4191900/4192956
[pid=22091] ppid=22089 vsize=431476 CPUtime=882.03
/proc/22091/stat : 22091 (march_hi) R 22089 22091 21843 0 -1 4194304 178226 0 0 0 88123 80 0 0 25 0 1 0 96487651 441831424 96449 1992294400 134512640 135197378 4294956240 18446744073709551615 134541955 0 0 4096 0 0 0 0 17 1 0 0
/proc/22091/statm: 107869 96449 90 167 0 107700 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 431476

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 22094
/proc/meminfo: memFree=1226760/2055920 swapFree=4191900/4192956
[pid=22091] ppid=22089 vsize=431684 CPUtime=942.02
/proc/22091/stat : 22091 (march_hi) R 22089 22091 21843 0 -1 4194304 178282 0 0 0 94122 80 0 0 25 0 1 0 96487651 442044416 96505 1992294400 134512640 135197378 4294956240 18446744073709551615 134542163 0 0 4096 0 0 0 0 17 1 0 0
/proc/22091/statm: 107921 96505 90 167 0 107752 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 431684

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 22094
/proc/meminfo: memFree=1226440/2055920 swapFree=4191900/4192956
[pid=22091] ppid=22089 vsize=432032 CPUtime=1002
/proc/22091/stat : 22091 (march_hi) R 22089 22091 21843 0 -1 4194304 178374 0 0 0 100120 80 0 0 25 0 1 0 96487651 442400768 96597 1992294400 134512640 135197378 4294956240 18446744073709551615 134542104 0 0 4096 0 0 0 0 17 1 0 0
/proc/22091/statm: 108008 96597 90 167 0 107839 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 432032

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 22094
/proc/meminfo: memFree=1225864/2055920 swapFree=4191900/4192956
[pid=22091] ppid=22089 vsize=432700 CPUtime=1061.98
/proc/22091/stat : 22091 (march_hi) R 22089 22091 21843 0 -1 4194304 178525 0 0 0 106118 80 0 0 25 0 1 0 96487651 443084800 96748 1992294400 134512640 135197378 4294956240 18446744073709551615 134542106 0 0 4096 0 0 0 0 17 1 0 0
/proc/22091/statm: 108175 96748 90 167 0 108006 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 432700

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 22094
/proc/meminfo: memFree=1225352/2055920 swapFree=4191900/4192956
[pid=22091] ppid=22089 vsize=433052 CPUtime=1121.97
/proc/22091/stat : 22091 (march_hi) R 22089 22091 21843 0 -1 4194304 178623 0 0 0 112116 81 0 0 25 0 1 0 96487651 443445248 96846 1992294400 134512640 135197378 4294956240 18446744073709551615 134542058 0 0 4096 0 0 0 0 17 1 0 0
/proc/22091/statm: 108263 96846 90 167 0 108094 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 433052

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 22094
/proc/meminfo: memFree=1225160/2055920 swapFree=4191900/4192956
[pid=22091] ppid=22089 vsize=433228 CPUtime=1181.95
/proc/22091/stat : 22091 (march_hi) R 22089 22091 21843 0 -1 4194304 178671 0 0 0 118114 81 0 0 25 0 1 0 96487651 443625472 96894 1992294400 134512640 135197378 4294956240 18446744073709551615 134542043 0 0 4096 0 0 0 0 17 1 0 0
/proc/22091/statm: 108307 96894 90 167 0 108138 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 433228



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 22094
/proc/meminfo: memFree=1225096/2055920 swapFree=4191900/4192956
[pid=22091] ppid=22089 vsize=433288 CPUtime=1200.05
/proc/22091/stat : 22091 (march_hi) R 22089 22091 21843 0 -1 4194304 178683 0 0 0 119924 81 0 0 25 0 1 0 96487651 443686912 96906 1992294400 134512640 135197378 4294956240 18446744073709551615 134617945 0 0 4096 0 0 0 0 17 1 0 0
/proc/22091/statm: 108322 96906 90 167 0 108153 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 433288

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.47
CPU time (s): 1200.13
CPU user time (s): 1199.25
CPU system time (s): 0.879866
CPU usage (%): 99.9714
Max. virtual memory (cumulated for all children) (KiB): 433288

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

runsolver used 0.953854 second user time and 2.6316 second system time

The end

Launcher Data

Begin job on node11 at 2009-04-25 20:35:40
IDJOB=1723266
IDBENCH=71689
IDSOLVER=521
FILE ID=node11/1723266-1240684539
PBS_JOBID= 9186666
Free space on /tmp= 66080 MiB

SOLVER NAME= march_hi hi
BENCH NAME= SAT_RACE06/manol-pipe-g10bidw.cnf
COMMAND LINE= HOME/march_hi BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1723266-1240684539/watcher-1723266-1240684539 -o /tmp/evaluation-result-1723266-1240684539/solver-1723266-1240684539 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/march_hi HOME/instance-1723266-1240684539.cnf

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

MD5SUM BENCH= 6ade683f6bfd116f49e58395d70ae6c0
RANDOM SEED=945256570

node11.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.214
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.214
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:       1613864 kB
Buffers:         49628 kB
Cached:         318344 kB
SwapCached:        384 kB
Active:         125092 kB
Inactive:       256228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1613864 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           13320 kB
Writeback:           0 kB
Mapped:          21784 kB
Slab:            46640 kB
Committed_AS:   357716 kB
PageTables:       1448 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= 66080 MiB
End job on node11 at 2009-04-25 20:55:42