Trace number 1724358

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.09 1200.41

General information on the benchmark

Namemanol-pipe-c9.cnf
MD5SUM7f47eb2c5986b40772da3e38cf0759b1
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.54061
Satisfiable
(Un)Satisfiability was proved
Number of variables15214
Number of clauses45082
Sum of the clauses size105190
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 230054
Number of clauses of size 315027
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.49/0.50	c main():: ***                                   [ march satisfiability solver ]                                   ***
0.49/0.50	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
0.49/0.50	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
0.49/0.50	c main()::
0.49/0.50	c initFormula():: searching for DIMACS p-line....
0.49/0.50	c initFormula():: the DIMACS p-line indicates a CNF of 15214 variables and 45082 clauses.
0.49/0.50	c parseCNF():: parsing....
0.49/0.50	c parseCNF():: the CNF contains 1 unary clauses.
0.49/0.50	c runParser():: parsing was successful, warming up engines...
0.49/0.50	c simplify_formula():: removed 0 tautological, 3 satisfied and 0 duplicate clauses
0.49/0.50	c preprocessing fase I completed:: there are now 15213 free variables and 45079 clauses.
0.49/0.50	c stat :: sign balance is biased by 0.152
0.49/0.50	c using 3-SAT heuristics (occurence based diff)
0.49/0.50	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.49/0.50	c simplify_formula():: removed 0 tautological, 0 satisfied and 818 duplicate clauses
0.49/0.50	c resolvent_look() :: found 728 resolvents
0.49/0.50	c lessRedundantTransformation():: nothing to be done.
0.49/0.50	c transformTo3SAT():: you gave me 15214 variables and 45807 clauses.
0.49/0.50	c transformTo3SAT():: by the way, the maximal clause length before transformation was 3.
0.49/0.50	c transformTo3SAT():: I will add 0 variables and 0 clauses!
0.49/0.50	c transformTo3SAT():: the transformation yielded 15214 variabels and 45807 clauses.
0.49/0.50	c main():: clause / variable ratio: ( 45807 / 15214 ) = 3.01
0.49/0.50	c longest clause has size 3
0.49/0.50	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.49/0.50	c number of free variables = 15213
0.49/0.50	c dynamic_preselect_setsize :: off
0.49/0.50	c main():: all systems go!
0.49/0.50	c |----------------------------------------------------------------|
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-1724358-1240694593/watcher-1724358-1240694593 -o /tmp/evaluation-result-1724358-1240694593/solver-1724358-1240694593 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/march_hi HOME/instance-1724358-1240694593.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.99 0.97 0.98 3/64 20209
/proc/meminfo: memFree=1720568/2055920 swapFree=4192812/4192956
[pid=20209] ppid=20207 vsize=2324 CPUtime=0
/proc/20209/stat : 20209 (march_hi) R 20207 20209 19940 0 -1 4194304 415 0 0 0 0 0 0 0 18 0 1 0 97492508 2379776 400 1992294400 134512640 135197378 4294956240 18446744073709551615 134568882 0 0 4096 0 0 0 0 17 1 0 0
/proc/20209/statm: 581 400 57 167 0 412 0

[startup+0.0905351 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 20209
/proc/meminfo: memFree=1720568/2055920 swapFree=4192812/4192956
[pid=20209] ppid=20207 vsize=5872 CPUtime=0.08
/proc/20209/stat : 20209 (march_hi) R 20207 20209 19940 0 -1 4194304 1241 0 0 0 8 0 0 0 18 0 1 0 97492508 6012928 959 1992294400 134512640 135197378 4294956240 18446744073709551615 134649136 0 0 4096 0 0 0 0 17 1 0 0
/proc/20209/statm: 1468 959 64 167 0 1299 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5872

[startup+0.101535 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 20209
/proc/meminfo: memFree=1720568/2055920 swapFree=4192812/4192956
[pid=20209] ppid=20207 vsize=6928 CPUtime=0.09
/proc/20209/stat : 20209 (march_hi) R 20207 20209 19940 0 -1 4194304 1528 0 0 0 9 0 0 0 18 0 1 0 97492508 7094272 1247 1992294400 134512640 135197378 4294956240 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/20209/statm: 1732 1250 65 167 0 1563 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6928

[startup+0.301558 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 20209
/proc/meminfo: memFree=1720568/2055920 swapFree=4192812/4192956
[pid=20209] ppid=20207 vsize=5812 CPUtime=0.29
/proc/20209/stat : 20209 (march_hi) R 20207 20209 19940 0 -1 4194304 4714 0 0 0 28 1 0 0 19 0 1 0 97492508 5951488 974 1992294400 134512640 135197378 4294956240 18446744073709551615 134569597 0 0 4096 0 0 0 0 17 1 0 0
/proc/20209/statm: 1453 974 79 167 0 1284 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5812

[startup+0.701604 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 20209
/proc/meminfo: memFree=1720568/2055920 swapFree=4192812/4192956
[pid=20209] ppid=20207 vsize=26548 CPUtime=0.69
/proc/20209/stat : 20209 (march_hi) R 20207 20209 19940 0 -1 4194304 9201 0 0 0 65 4 0 0 22 0 1 0 97492508 27185152 2911 1992294400 134512640 135197378 4294956240 18446744073709551615 134590633 0 0 4096 0 0 0 0 17 1 0 0
/proc/20209/statm: 6637 2913 90 167 0 6468 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26548

[startup+1.5017 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 20210
/proc/meminfo: memFree=1705456/2055920 swapFree=4192812/4192956
[pid=20209] ppid=20207 vsize=28664 CPUtime=1.49
/proc/20209/stat : 20209 (march_hi) R 20207 20209 19940 0 -1 4194304 12536 0 0 0 144 5 0 0 25 0 1 0 97492508 29351936 6246 1992294400 134512640 135197378 4294956240 18446744073709551615 134548478 0 0 4096 0 0 0 0 17 1 0 0
/proc/20209/statm: 7166 6246 90 167 0 6997 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 28664

[startup+3.10188 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 20210
/proc/meminfo: memFree=1695536/2055920 swapFree=4192812/4192956
[pid=20209] ppid=20207 vsize=28808 CPUtime=3.09
/proc/20209/stat : 20209 (march_hi) R 20207 20209 19940 0 -1 4194304 12575 0 0 0 304 5 0 0 25 0 1 0 97492508 29499392 6285 1992294400 134512640 135197378 4294956240 18446744073709551615 134541968 0 0 4096 0 0 0 0 17 1 0 0
/proc/20209/statm: 7202 6285 90 167 0 7033 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 28808

[startup+6.30125 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 20210
/proc/meminfo: memFree=1695408/2055920 swapFree=4192812/4192956
[pid=20209] ppid=20207 vsize=29004 CPUtime=6.29
/proc/20209/stat : 20209 (march_hi) R 20207 20209 19940 0 -1 4194304 12615 0 0 0 624 5 0 0 25 0 1 0 97492508 29700096 6325 1992294400 134512640 135197378 4294956240 18446744073709551615 134539306 0 0 4096 0 0 0 0 17 1 0 0
/proc/20209/statm: 7251 6325 90 167 0 7082 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 29004

[startup+12.702 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 20210
/proc/meminfo: memFree=1694904/2055920 swapFree=4192812/4192956
[pid=20209] ppid=20207 vsize=29308 CPUtime=12.69
/proc/20209/stat : 20209 (march_hi) R 20207 20209 19940 0 -1 4194304 12702 0 0 0 1264 5 0 0 25 0 1 0 97492508 30011392 6412 1992294400 134512640 135197378 4294956240 18446744073709551615 134525420 0 0 4096 0 0 0 0 17 1 0 0
/proc/20209/statm: 7327 6412 90 167 0 7158 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 29308

[startup+25.5015 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 20210
/proc/meminfo: memFree=1694520/2055920 swapFree=4192812/4192956
[pid=20209] ppid=20207 vsize=29688 CPUtime=25.49
/proc/20209/stat : 20209 (march_hi) R 20207 20209 19940 0 -1 4194304 12801 0 0 0 2544 5 0 0 25 0 1 0 97492508 30400512 6511 1992294400 134512640 135197378 4294956240 18446744073709551615 134542104 0 0 4096 0 0 0 0 17 1 0 0
/proc/20209/statm: 7422 6511 90 167 0 7253 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 29688

[startup+51.1014 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 20210
/proc/meminfo: memFree=1693944/2055920 swapFree=4192812/4192956
[pid=20209] ppid=20207 vsize=30540 CPUtime=51.08
/proc/20209/stat : 20209 (march_hi) R 20207 20209 19940 0 -1 4194304 12937 0 0 0 5103 5 0 0 25 0 1 0 97492508 31272960 6647 1992294400 134512640 135197378 4294956240 18446744073709551615 134542128 0 0 4096 0 0 0 0 17 1 0 0
/proc/20209/statm: 7635 6647 90 167 0 7466 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 30540

[startup+102.305 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 20210
/proc/meminfo: memFree=1692920/2055920 swapFree=4192812/4192956
[pid=20209] ppid=20207 vsize=31304 CPUtime=102.26
/proc/20209/stat : 20209 (march_hi) R 20207 20209 19940 0 -1 4194304 13205 0 0 0 10221 5 0 0 25 0 1 0 97492508 32055296 6915 1992294400 134512640 135197378 4294956240 18446744073709551615 134713215 0 0 4096 0 0 0 0 17 1 0 0
/proc/20209/statm: 7826 6915 90 167 0 7657 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 31304

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 20210
/proc/meminfo: memFree=1691448/2055920 swapFree=4192812/4192956
[pid=20209] ppid=20207 vsize=34180 CPUtime=162.25
/proc/20209/stat : 20209 (march_hi) R 20207 20209 19940 0 -1 4194304 13562 0 0 0 16219 6 0 0 25 0 1 0 97492508 35000320 7272 1992294400 134512640 135197378 4294956240 18446744073709551615 134541968 0 0 4096 0 0 0 0 17 1 0 0
/proc/20209/statm: 8545 7272 90 167 0 8376 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 34180

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 20210
/proc/meminfo: memFree=1689848/2055920 swapFree=4192812/4192956
[pid=20209] ppid=20207 vsize=34180 CPUtime=222.23
/proc/20209/stat : 20209 (march_hi) R 20207 20209 19940 0 -1 4194304 13946 0 0 0 22217 6 0 0 25 0 1 0 97492508 35000320 7656 1992294400 134512640 135197378 4294956240 18446744073709551615 134539309 0 0 4096 0 0 0 0 17 1 0 0
/proc/20209/statm: 8545 7656 90 167 0 8376 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 34180

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 20210
/proc/meminfo: memFree=1688312/2055920 swapFree=4192812/4192956
[pid=20209] ppid=20207 vsize=36768 CPUtime=282.22
/proc/20209/stat : 20209 (march_hi) R 20207 20209 19940 0 -1 4194304 14318 0 0 0 28215 7 0 0 25 0 1 0 97492508 37650432 8028 1992294400 134512640 135197378 4294956240 18446744073709551615 134601765 0 0 4096 0 0 0 0 17 1 0 0
/proc/20209/statm: 9192 8028 90 167 0 9023 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 36768

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 20210
/proc/meminfo: memFree=1686904/2055920 swapFree=4192812/4192956
[pid=20209] ppid=20207 vsize=40648 CPUtime=342.2
/proc/20209/stat : 20209 (march_hi) R 20207 20209 19940 0 -1 4194304 14674 0 0 0 34213 7 0 0 25 0 1 0 97492508 41623552 8384 1992294400 134512640 135197378 4294956240 18446744073709551615 134542109 0 0 4096 0 0 0 0 17 1 0 0
/proc/20209/statm: 10162 8384 90 167 0 9993 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 40648

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 20210
/proc/meminfo: memFree=1685368/2055920 swapFree=4192812/4192956
[pid=20209] ppid=20207 vsize=40648 CPUtime=402.18
/proc/20209/stat : 20209 (march_hi) R 20207 20209 19940 0 -1 4194304 15045 0 0 0 40211 7 0 0 25 0 1 0 97492508 41623552 8755 1992294400 134512640 135197378 4294956240 18446744073709551615 134539253 0 0 4096 0 0 0 0 17 1 0 0
/proc/20209/statm: 10162 8755 90 167 0 9993 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 40648

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 20210
/proc/meminfo: memFree=1684024/2055920 swapFree=4192812/4192956
[pid=20209] ppid=20207 vsize=40648 CPUtime=462.17
/proc/20209/stat : 20209 (march_hi) R 20207 20209 19940 0 -1 4194304 15389 0 0 0 46209 8 0 0 25 0 1 0 97492508 41623552 9099 1992294400 134512640 135197378 4294956240 18446744073709551615 134603831 0 0 4096 0 0 0 0 17 1 0 0
/proc/20209/statm: 10162 9099 90 167 0 9993 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 40648

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 20210
/proc/meminfo: memFree=1682488/2055920 swapFree=4192812/4192956
[pid=20209] ppid=20207 vsize=46468 CPUtime=522.15
/proc/20209/stat : 20209 (march_hi) R 20207 20209 19940 0 -1 4194304 15751 0 0 0 52207 8 0 0 25 0 1 0 97492508 47583232 9461 1992294400 134512640 135197378 4294956240 18446744073709551615 134603846 0 0 4096 0 0 0 0 17 1 0 0
/proc/20209/statm: 11617 9461 90 167 0 11448 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 46468

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 20210
/proc/meminfo: memFree=1681016/2055920 swapFree=4192812/4192956
[pid=20209] ppid=20207 vsize=46468 CPUtime=582.14
/proc/20209/stat : 20209 (march_hi) R 20207 20209 19940 0 -1 4194304 16129 0 0 0 58205 9 0 0 25 0 1 0 97492508 47583232 9839 1992294400 134512640 135197378 4294956240 18446744073709551615 134541710 0 0 4096 0 0 0 0 17 1 0 0
/proc/20209/statm: 11617 9839 90 167 0 11448 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 46468

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 20210
/proc/meminfo: memFree=1679480/2055920 swapFree=4192812/4192956
[pid=20209] ppid=20207 vsize=46468 CPUtime=642.12
/proc/20209/stat : 20209 (march_hi) R 20207 20209 19940 0 -1 4194304 16493 0 0 0 64203 9 0 0 25 0 1 0 97492508 47583232 10203 1992294400 134512640 135197378 4294956240 18446744073709551615 134548501 0 0 4096 0 0 0 0 17 1 0 0
/proc/20209/statm: 11617 10203 90 167 0 11448 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 46468

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 20210
/proc/meminfo: memFree=1678200/2055920 swapFree=4192812/4192956
[pid=20209] ppid=20207 vsize=46468 CPUtime=702.11
/proc/20209/stat : 20209 (march_hi) R 20207 20209 19940 0 -1 4194304 16812 0 0 0 70201 10 0 0 25 0 1 0 97492508 47583232 10522 1992294400 134512640 135197378 4294956240 18446744073709551615 134541960 0 0 4096 0 0 0 0 17 1 0 0
/proc/20209/statm: 11617 10522 90 167 0 11448 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 46468

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 20210
/proc/meminfo: memFree=1676728/2055920 swapFree=4192812/4192956
[pid=20209] ppid=20207 vsize=55200 CPUtime=762.09
/proc/20209/stat : 20209 (march_hi) R 20207 20209 19940 0 -1 4194304 17153 0 0 0 76199 10 0 0 25 0 1 0 97492508 56524800 10863 1992294400 134512640 135197378 4294956240 18446744073709551615 134713215 0 0 4096 0 0 0 0 17 1 0 0
/proc/20209/statm: 13800 10863 90 167 0 13631 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 55200

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 20210
/proc/meminfo: memFree=1675512/2055920 swapFree=4192812/4192956
[pid=20209] ppid=20207 vsize=55200 CPUtime=822.07
/proc/20209/stat : 20209 (march_hi) R 20207 20209 19940 0 -1 4194304 17509 0 0 0 82196 11 0 0 25 0 1 0 97492508 56524800 11219 1992294400 134512640 135197378 4294956240 18446744073709551615 134539292 0 0 4096 0 0 0 0 17 1 0 0
/proc/20209/statm: 13800 11219 90 167 0 13631 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 55200

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 20210
/proc/meminfo: memFree=1674104/2055920 swapFree=4192812/4192956
[pid=20209] ppid=20207 vsize=55200 CPUtime=882.05
/proc/20209/stat : 20209 (march_hi) R 20207 20209 19940 0 -1 4194304 17863 0 0 0 88194 11 0 0 25 0 1 0 97492508 56524800 11573 1992294400 134512640 135197378 4294956240 18446744073709551615 134603849 0 0 4096 0 0 0 0 17 1 0 0
/proc/20209/statm: 13800 11573 90 167 0 13631 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 55200

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 20212
/proc/meminfo: memFree=1672632/2055920 swapFree=4192812/4192956
[pid=20209] ppid=20207 vsize=55200 CPUtime=942.04
/proc/20209/stat : 20209 (march_hi) R 20207 20209 19940 0 -1 4194304 18221 0 0 0 94192 12 0 0 25 0 1 0 97492508 56524800 11931 1992294400 134512640 135197378 4294956240 18446744073709551615 134542109 0 0 4096 0 0 0 0 17 1 0 0
/proc/20209/statm: 13800 11931 90 167 0 13631 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 55200

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 20212
/proc/meminfo: memFree=1671288/2055920 swapFree=4192812/4192956
[pid=20209] ppid=20207 vsize=55200 CPUtime=1002.02
/proc/20209/stat : 20209 (march_hi) R 20207 20209 19940 0 -1 4194304 18548 0 0 0 100190 12 0 0 25 0 1 0 97492508 56524800 12258 1992294400 134512640 135197378 4294956240 18446744073709551615 134542006 0 0 4096 0 0 0 0 17 1 0 0
/proc/20209/statm: 13800 12258 90 167 0 13631 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 55200

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 20212
/proc/meminfo: memFree=1669944/2055920 swapFree=4192812/4192956
[pid=20209] ppid=20207 vsize=55200 CPUtime=1062
/proc/20209/stat : 20209 (march_hi) R 20207 20209 19940 0 -1 4194304 18867 0 0 0 106188 12 0 0 25 0 1 0 97492508 56524800 12577 1992294400 134512640 135197378 4294956240 18446744073709551615 134542099 0 0 4096 0 0 0 0 17 1 0 0
/proc/20209/statm: 13800 12577 90 167 0 13631 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 55200

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 20212
/proc/meminfo: memFree=1668664/2055920 swapFree=4192812/4192956
[pid=20209] ppid=20207 vsize=55200 CPUtime=1121.99
/proc/20209/stat : 20209 (march_hi) R 20207 20209 19940 0 -1 4194304 19177 0 0 0 112186 13 0 0 25 0 1 0 97492508 56524800 12887 1992294400 134512640 135197378 4294956240 18446744073709551615 134548481 0 0 4096 0 0 0 0 17 1 0 0
/proc/20209/statm: 13800 12887 90 167 0 13631 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 55200

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 20212
/proc/meminfo: memFree=1667448/2055920 swapFree=4192812/4192956
[pid=20209] ppid=20207 vsize=68296 CPUtime=1181.97
/proc/20209/stat : 20209 (march_hi) R 20207 20209 19940 0 -1 4194304 19501 0 0 0 118184 13 0 0 25 0 1 0 97492508 69935104 13211 1992294400 134512640 135197378 4294956240 18446744073709551615 134590222 0 0 4096 0 0 0 0 17 1 0 0
/proc/20209/statm: 17074 13211 90 167 0 16905 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 68296



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 20212
/proc/meminfo: memFree=1667000/2055920 swapFree=4192812/4192956
[pid=20209] ppid=20207 vsize=68296 CPUtime=1200.07
/proc/20209/stat : 20209 (march_hi) R 20207 20209 19940 0 -1 4194304 19608 0 0 0 119994 13 0 0 25 0 1 0 97492508 69935104 13318 1992294400 134512640 135197378 4294956240 18446744073709551615 134548512 0 0 4096 0 0 0 0 17 1 0 0
/proc/20209/statm: 17074 13318 90 167 0 16905 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 68296

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.41
CPU time (s): 1200.09
CPU user time (s): 1199.94
CPU system time (s): 0.146977
CPU usage (%): 99.973
Max. virtual memory (cumulated for all children) (KiB): 68296

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

runsolver used 0.896863 second user time and 2.42963 second system time

The end

Launcher Data

Begin job on node20 at 2009-04-25 23:23:13
IDJOB=1724358
IDBENCH=71771
IDSOLVER=521
FILE ID=node20/1724358-1240694593
PBS_JOBID= 9186766
Free space on /tmp= 66244 MiB

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

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

MD5SUM BENCH= 7f47eb2c5986b40772da3e38cf0759b1
RANDOM SEED=553264520

node20.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	: 5931.00
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:       1720984 kB
Buffers:         34652 kB
Cached:         226196 kB
SwapCached:          0 kB
Active:         117288 kB
Inactive:       157404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1720984 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1452 kB
Writeback:           0 kB
Mapped:          23632 kB
Slab:            46256 kB
Committed_AS:   407308 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= 66244 MiB
End job on node20 at 2009-04-25 23:43:15