Trace number 1718666

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.17 1200.49

General information on the benchmark

Nameindustrial/grieu/
vmpc_34.cnf
MD5SUMa27d41b3e10d867544cd2bff7d005be2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1156
Number of clauses194072
Sum of the clauses size507926
Maximum clause length34
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 276398
Number of clauses of size 3117606
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 568

Solver Data

82.47/82.58	c main():: ***                                   [ march satisfiability solver ]                                   ***
82.47/82.58	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
82.47/82.58	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
82.47/82.58	c main()::
82.47/82.58	c initFormula():: searching for DIMACS p-line....
82.47/82.58	c full lookahead due to high density!
82.47/82.58	c initFormula():: the DIMACS p-line indicates a CNF of 1156 variables and 194072 clauses.
82.47/82.58	c parseCNF():: parsing....
82.47/82.58	c parseCNF():: the CNF contains 0 unary clauses.
82.47/82.58	c runParser():: parsing was successful, warming up engines...
82.47/82.58	c simplify_formula():: removed 0 tautological, 0 satisfied and 38148 duplicate clauses
82.47/82.58	c preprocessing fase I completed:: there are now 1156 free variables and 155924 clauses.
82.47/82.58	c stat :: sign balance is biased by 0.981
82.47/82.58	c using k-SAT heuristics (size based diff)
82.47/82.58	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
82.47/82.58	c simplify_formula():: removed 0 tautological, 0 satisfied and 1412546 duplicate clauses
82.47/82.58	c resolvent_look() :: found 4259733 resolvents
82.47/82.58	c main():: clause / variable ratio: ( 4415657 / 1156 ) = 3819.77
82.47/82.58	c longest clause has size 34
82.47/82.58	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
82.47/82.58	c number of free variables = 1156
82.47/82.58	c dynamic_preselect_setsize :: off
82.47/82.58	c main():: all systems go!
82.47/82.58	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| ( 0/999) NodeCount: 689
1095.90/1096.23	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-1718666-1240638900/watcher-1718666-1240638900 -o /tmp/evaluation-result-1718666-1240638900/solver-1718666-1240638900 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/march_hi HOME/instance-1718666-1240638900.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.92 0.98 0.99 3/64 25090
/proc/meminfo: memFree=1781172/2055920 swapFree=4192956/4192956
[pid=25090] ppid=25088 vsize=2356 CPUtime=0
/proc/25090/stat : 25090 (march_hi) R 25088 25090 24864 0 -1 4194304 305 0 0 0 0 0 0 0 18 0 1 0 91922583 2412544 290 1992294400 134512640 135197378 4294956240 18446744073709551615 134718590 0 0 4096 0 0 0 0 17 1 0 0
/proc/25090/statm: 589 290 58 167 0 420 0

[startup+0.026348 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 25090
/proc/meminfo: memFree=1781172/2055920 swapFree=4192956/4192956
[pid=25090] ppid=25088 vsize=2752 CPUtime=0.02
/proc/25090/stat : 25090 (march_hi) R 25088 25090 24864 0 -1 4194304 394 0 0 0 2 0 0 0 18 0 1 0 91922583 2818048 379 1992294400 134512640 135197378 4294956240 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/25090/statm: 688 379 58 167 0 519 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2752

[startup+0.101356 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 25090
/proc/meminfo: memFree=1781172/2055920 swapFree=4192956/4192956
[pid=25090] ppid=25088 vsize=3676 CPUtime=0.09
/proc/25090/stat : 25090 (march_hi) R 25088 25090 24864 0 -1 4194304 695 0 0 0 9 0 0 0 18 0 1 0 91922583 3764224 680 1992294400 134512640 135197378 4294956240 18446744073709551615 134718590 0 0 4096 0 0 0 0 17 1 0 0
/proc/25090/statm: 919 680 58 167 0 750 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3676

[startup+0.301379 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 25090
/proc/meminfo: memFree=1781172/2055920 swapFree=4192956/4192956
[pid=25090] ppid=25088 vsize=14060 CPUtime=0.29
/proc/25090/stat : 25090 (march_hi) R 25088 25090 24864 0 -1 4194304 2380 0 0 0 28 1 0 0 19 0 1 0 91922583 14397440 1699 1992294400 134512640 135197378 4294956240 18446744073709551615 134649302 0 0 4096 0 0 0 0 17 1 0 0
/proc/25090/statm: 3515 1699 65 167 0 3346 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14060

[startup+0.701425 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 25090
/proc/meminfo: memFree=1781172/2055920 swapFree=4192956/4192956
[pid=25090] ppid=25088 vsize=16536 CPUtime=0.69
/proc/25090/stat : 25090 (march_hi) R 25088 25090 24864 0 -1 4194304 8010 0 0 0 66 3 0 0 22 0 1 0 91922583 16932864 2522 1992294400 134512640 135197378 4294956240 18446744073709551615 134560953 0 0 4096 0 0 0 0 17 1 0 0
/proc/25090/statm: 4134 2522 78 167 0 3965 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16536

[startup+1.50252 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 25091
/proc/meminfo: memFree=1769772/2055920 swapFree=4192956/4192956
[pid=25090] ppid=25088 vsize=18640 CPUtime=1.49
/proc/25090/stat : 25090 (march_hi) R 25088 25090 24864 0 -1 4194304 10908 0 0 0 145 4 0 0 25 0 1 0 91922583 19087360 3033 1992294400 134512640 135197378 4294956240 18446744073709551615 134578182 0 0 4096 0 0 0 0 17 1 0 0
/proc/25090/statm: 4660 3033 81 167 0 4491 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 18640

[startup+3.1017 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 25091
/proc/meminfo: memFree=1768428/2055920 swapFree=4192956/4192956
[pid=25090] ppid=25088 vsize=22156 CPUtime=3.09
/proc/25090/stat : 25090 (march_hi) R 25088 25090 24864 0 -1 4194304 11722 0 0 0 304 5 0 0 25 0 1 0 91922583 22687744 3847 1992294400 134512640 135197378 4294956240 18446744073709551615 134578151 0 0 4096 0 0 0 0 17 1 0 0
/proc/25090/statm: 5539 3847 81 167 0 5370 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 22156

[startup+6.30107 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 25091
/proc/meminfo: memFree=1760044/2055920 swapFree=4192956/4192956
[pid=25090] ppid=25088 vsize=33712 CPUtime=6.29
/proc/25090/stat : 25090 (march_hi) R 25088 25090 24864 0 -1 4194304 13697 0 0 0 623 6 0 0 25 0 1 0 91922583 34521088 5822 1992294400 134512640 135197378 4294956240 18446744073709551615 134578126 0 0 4096 0 0 0 0 17 1 0 0
/proc/25090/statm: 8428 5822 81 167 0 8259 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 33712

[startup+12.7018 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 25091
/proc/meminfo: memFree=1744300/2055920 swapFree=4192956/4192956
[pid=25090] ppid=25088 vsize=52068 CPUtime=12.69
/proc/25090/stat : 25090 (march_hi) R 25088 25090 24864 0 -1 4194304 17467 0 0 0 1262 7 0 0 25 0 1 0 91922583 53317632 9592 1992294400 134512640 135197378 4294956240 18446744073709551615 134578142 0 0 4096 0 0 0 0 17 1 0 0
/proc/25090/statm: 13017 9592 81 167 0 12848 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 52068

[startup+25.5013 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 25091
/proc/meminfo: memFree=1713068/2055920 swapFree=4192956/4192956
[pid=25090] ppid=25088 vsize=88780 CPUtime=25.48
/proc/25090/stat : 25090 (march_hi) R 25088 25090 24864 0 -1 4194304 25035 0 0 0 2538 10 0 0 25 0 1 0 91922583 90910720 17160 1992294400 134512640 135197378 4294956240 18446744073709551615 134578201 0 0 4096 0 0 0 0 17 1 0 0
/proc/25090/statm: 22195 17160 81 167 0 22026 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 88780

[startup+51.1012 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 25091
/proc/meminfo: memFree=1656044/2055920 swapFree=4192956/4192956
[pid=25090] ppid=25088 vsize=160092 CPUtime=51.08
/proc/25090/stat : 25090 (march_hi) R 25088 25090 24864 0 -1 4194304 39441 0 0 0 5092 16 0 0 25 0 1 0 91922583 163934208 31566 1992294400 134512640 135197378 4294956240 18446744073709551615 134539469 0 0 4096 0 0 0 0 17 1 0 0
/proc/25090/statm: 40023 31566 81 167 0 39854 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 160092

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 25091
/proc/meminfo: memFree=1270252/2055920 swapFree=4192956/4192956
[pid=25090] ppid=25088 vsize=573984 CPUtime=102.27
/proc/25090/stat : 25090 (march_hi) R 25088 25090 24864 0 -1 4194304 270199 0 0 0 10115 112 0 0 25 0 1 0 91922583 587759616 127424 1992294400 134512640 135197378 4294956240 18446744073709551615 134524890 0 0 4096 0 0 0 0 17 1 0 0
/proc/25090/statm: 143496 127424 90 167 0 143327 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 573984

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25091
/proc/meminfo: memFree=1270252/2055920 swapFree=4192956/4192956
[pid=25090] ppid=25088 vsize=573984 CPUtime=162.24
/proc/25090/stat : 25090 (march_hi) R 25088 25090 24864 0 -1 4194304 270199 0 0 0 16112 112 0 0 25 0 1 0 91922583 587759616 127424 1992294400 134512640 135197378 4294956240 18446744073709551615 134524866 0 0 4096 0 0 0 0 17 1 0 0
/proc/25090/statm: 143496 127424 90 167 0 143327 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 573984

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25091
/proc/meminfo: memFree=1266796/2055920 swapFree=4192956/4192956
[pid=25090] ppid=25088 vsize=573984 CPUtime=222.24
/proc/25090/stat : 25090 (march_hi) R 25088 25090 24864 0 -1 4194304 271024 0 0 0 22111 113 0 0 25 0 1 0 91922583 587759616 128249 1992294400 134512640 135197378 4294956240 18446744073709551615 134539117 0 0 4096 0 0 0 0 17 1 0 0
/proc/25090/statm: 143496 128249 93 167 0 143327 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 573984

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25091
/proc/meminfo: memFree=1265068/2055920 swapFree=4192956/4192956
[pid=25090] ppid=25088 vsize=573984 CPUtime=282.21
/proc/25090/stat : 25090 (march_hi) R 25088 25090 24864 0 -1 4194304 271451 0 0 0 28108 113 0 0 25 0 1 0 91922583 587759616 128676 1992294400 134512640 135197378 4294956240 18446744073709551615 134524945 0 0 4096 0 0 0 0 17 1 0 0
/proc/25090/statm: 143496 128676 93 167 0 143327 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 573984

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25091
/proc/meminfo: memFree=1264876/2055920 swapFree=4192956/4192956
[pid=25090] ppid=25088 vsize=573984 CPUtime=342.2
/proc/25090/stat : 25090 (march_hi) R 25088 25090 24864 0 -1 4194304 271490 0 0 0 34106 114 0 0 25 0 1 0 91922583 587759616 128715 1992294400 134512640 135197378 4294956240 18446744073709551615 134524906 0 0 4096 0 0 0 0 17 1 0 0
/proc/25090/statm: 143496 128715 93 167 0 143327 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 573984

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25097
/proc/meminfo: memFree=1264556/2055920 swapFree=4192956/4192956
[pid=25090] ppid=25088 vsize=573984 CPUtime=402.18
/proc/25090/stat : 25090 (march_hi) R 25088 25090 24864 0 -1 4194304 271516 0 0 0 40104 114 0 0 25 0 1 0 91922583 587759616 128741 1992294400 134512640 135197378 4294956240 18446744073709551615 134524890 0 0 4096 0 0 0 0 17 1 0 0
/proc/25090/statm: 143496 128741 93 167 0 143327 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 573984

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25097
/proc/meminfo: memFree=1264492/2055920 swapFree=4192956/4192956
[pid=25090] ppid=25088 vsize=573984 CPUtime=462.16
/proc/25090/stat : 25090 (march_hi) R 25088 25090 24864 0 -1 4194304 271551 0 0 0 46102 114 0 0 25 0 1 0 91922583 587759616 128776 1992294400 134512640 135197378 4294956240 18446744073709551615 134539117 0 0 4096 0 0 0 0 17 1 0 0
/proc/25090/statm: 143496 128776 93 167 0 143327 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 573984

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25097
/proc/meminfo: memFree=1264492/2055920 swapFree=4192956/4192956
[pid=25090] ppid=25088 vsize=573984 CPUtime=522.15
/proc/25090/stat : 25090 (march_hi) R 25088 25090 24864 0 -1 4194304 271579 0 0 0 52101 114 0 0 25 0 1 0 91922583 587759616 128804 1992294400 134512640 135197378 4294956240 18446744073709551615 134524890 0 0 4096 0 0 0 0 17 1 0 0
/proc/25090/statm: 143496 128804 93 167 0 143327 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 573984

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25097
/proc/meminfo: memFree=1264300/2055920 swapFree=4192956/4192956
[pid=25090] ppid=25088 vsize=573984 CPUtime=582.13
/proc/25090/stat : 25090 (march_hi) R 25088 25090 24864 0 -1 4194304 271608 0 0 0 58099 114 0 0 25 0 1 0 91922583 587759616 128833 1992294400 134512640 135197378 4294956240 18446744073709551615 134603252 0 0 4096 0 0 0 0 17 1 0 0
/proc/25090/statm: 143496 128833 93 167 0 143327 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 573984

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25097
/proc/meminfo: memFree=1264172/2055920 swapFree=4192956/4192956
[pid=25090] ppid=25088 vsize=573984 CPUtime=642.12
/proc/25090/stat : 25090 (march_hi) R 25088 25090 24864 0 -1 4194304 271640 0 0 0 64097 115 0 0 25 0 1 0 91922583 587759616 128865 1992294400 134512640 135197378 4294956240 18446744073709551615 134539117 0 0 4096 0 0 0 0 17 1 0 0
/proc/25090/statm: 143496 128865 93 167 0 143327 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 573984

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25097
/proc/meminfo: memFree=1264044/2055920 swapFree=4192956/4192956
[pid=25090] ppid=25088 vsize=573984 CPUtime=702.1
/proc/25090/stat : 25090 (march_hi) R 25088 25090 24864 0 -1 4194304 271673 0 0 0 70095 115 0 0 25 0 1 0 91922583 587759616 128898 1992294400 134512640 135197378 4294956240 18446744073709551615 134539117 0 0 4096 0 0 0 0 17 1 0 0
/proc/25090/statm: 143496 128898 93 167 0 143327 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 573984

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25097
/proc/meminfo: memFree=1263852/2055920 swapFree=4192956/4192956
[pid=25090] ppid=25088 vsize=573984 CPUtime=762.09
/proc/25090/stat : 25090 (march_hi) R 25088 25090 24864 0 -1 4194304 271703 0 0 0 76094 115 0 0 25 0 1 0 91922583 587759616 128928 1992294400 134512640 135197378 4294956240 18446744073709551615 134539117 0 0 4096 0 0 0 0 17 1 0 0
/proc/25090/statm: 143496 128928 93 167 0 143327 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 573984

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25097
/proc/meminfo: memFree=1263724/2055920 swapFree=4192956/4192956
[pid=25090] ppid=25088 vsize=573984 CPUtime=822.07
/proc/25090/stat : 25090 (march_hi) R 25088 25090 24864 0 -1 4194304 271728 0 0 0 82092 115 0 0 25 0 1 0 91922583 587759616 128953 1992294400 134512640 135197378 4294956240 18446744073709551615 134539117 0 0 4096 0 0 0 0 17 1 0 0
/proc/25090/statm: 143496 128953 93 167 0 143327 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 573984

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25097
/proc/meminfo: memFree=1263468/2055920 swapFree=4192956/4192956
[pid=25090] ppid=25088 vsize=573984 CPUtime=882.05
/proc/25090/stat : 25090 (march_hi) R 25088 25090 24864 0 -1 4194304 271779 0 0 0 88090 115 0 0 25 0 1 0 91922583 587759616 129004 1992294400 134512640 135197378 4294956240 18446744073709551615 134524890 0 0 4096 0 0 0 0 17 1 0 0
/proc/25090/statm: 143496 129004 93 167 0 143327 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 573984

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25097
/proc/meminfo: memFree=1263148/2055920 swapFree=4192956/4192956
[pid=25090] ppid=25088 vsize=573992 CPUtime=942.04
/proc/25090/stat : 25090 (march_hi) R 25088 25090 24864 0 -1 4194304 271859 0 0 0 94088 116 0 0 25 0 1 0 91922583 587767808 129084 1992294400 134512640 135197378 4294956240 18446744073709551615 134548733 0 0 4096 0 0 0 0 17 1 0 0
/proc/25090/statm: 143498 129084 93 167 0 143329 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 573992

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25097
/proc/meminfo: memFree=1262764/2055920 swapFree=4192956/4192956
[pid=25090] ppid=25088 vsize=574004 CPUtime=1002.02
/proc/25090/stat : 25090 (march_hi) R 25088 25090 24864 0 -1 4194304 271946 0 0 0 100086 116 0 0 25 0 1 0 91922583 587780096 129171 1992294400 134512640 135197378 4294956240 18446744073709551615 134524940 0 0 4096 0 0 0 0 17 1 0 0
/proc/25090/statm: 143501 129171 93 167 0 143332 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 574004

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25097
/proc/meminfo: memFree=1262188/2055920 swapFree=4192956/4192956
[pid=25090] ppid=25088 vsize=574540 CPUtime=1062
/proc/25090/stat : 25090 (march_hi) R 25088 25090 24864 0 -1 4194304 272091 0 0 0 106084 116 0 0 25 0 1 0 91922583 588328960 129316 1992294400 134512640 135197378 4294956240 18446744073709551615 134524945 0 0 4096 0 0 0 0 17 1 0 0
/proc/25090/statm: 143635 129316 93 167 0 143466 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 574540

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25097
/proc/meminfo: memFree=1257388/2055920 swapFree=4192956/4192956
[pid=25090] ppid=25088 vsize=575092 CPUtime=1121.99
/proc/25090/stat : 25090 (march_hi) R 25088 25090 24864 0 -1 4194304 273302 0 0 0 112081 118 0 0 25 0 1 0 91922583 588894208 130527 1992294400 134512640 135197378 4294956240 18446744073709551615 134602884 0 0 4096 0 0 0 0 17 1 0 0
/proc/25090/statm: 143773 130527 93 167 0 143604 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 575092

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25097
/proc/meminfo: memFree=1255852/2055920 swapFree=4192956/4192956
[pid=25090] ppid=25088 vsize=575092 CPUtime=1181.97
/proc/25090/stat : 25090 (march_hi) R 25088 25090 24864 0 -1 4194304 273646 0 0 0 118079 118 0 0 25 0 1 0 91922583 588894208 130871 1992294400 134512640 135197378 4294956240 18446744073709551615 134539117 0 0 4096 0 0 0 0 17 1 0 0
/proc/25090/statm: 143773 130871 93 167 0 143604 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 575092



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25097
/proc/meminfo: memFree=1255724/2055920 swapFree=4192956/4192956
[pid=25090] ppid=25088 vsize=575092 CPUtime=1200.07
/proc/25090/stat : 25090 (march_hi) R 25088 25090 24864 0 -1 4194304 273671 0 0 0 119889 118 0 0 25 0 1 0 91922583 588894208 130896 1992294400 134512640 135197378 4294956240 18446744073709551615 134548733 0 0 4096 0 0 0 0 17 1 0 0
/proc/25090/statm: 143773 130896 93 167 0 143604 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 575092

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.49
CPU time (s): 1200.17
CPU user time (s): 1198.9
CPU system time (s): 1.27281
CPU usage (%): 99.9731
Max. virtual memory (cumulated for all children) (KiB): 640992

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

runsolver used 0.938857 second user time and 2.57061 second system time

The end

Launcher Data

Begin job on node35 at 2009-04-25 07:55:00
IDJOB=1718666
IDBENCH=20493
IDSOLVER=521
FILE ID=node35/1718666-1240638900
PBS_JOBID= 9186408
Free space on /tmp= 66396 MiB

SOLVER NAME= march_hi hi
BENCH NAME= SAT07/industrial/grieu/vmpc_34.cnf
COMMAND LINE= HOME/march_hi BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1718666-1240638900/watcher-1718666-1240638900 -o /tmp/evaluation-result-1718666-1240638900/solver-1718666-1240638900 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/march_hi HOME/instance-1718666-1240638900.cnf

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

MD5SUM BENCH= a27d41b3e10d867544cd2bff7d005be2
RANDOM SEED=1578258841

node35.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:       1781652 kB
Buffers:         32640 kB
Cached:         161500 kB
SwapCached:          0 kB
Active:          35504 kB
Inactive:       172584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1781652 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3556 kB
Writeback:           0 kB
Mapped:          23716 kB
Slab:            52212 kB
Committed_AS:   334684 kB
PageTables:       1396 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= 66396 MiB
End job on node35 at 2009-04-25 08:15:03