Trace number 1723214

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.16 1200.7

General information on the benchmark

Namemanol-pipe-c10nidw_s.cnf
MD5SUM7989bb134c6f50cb418407e85e733980
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark21.7277
Satisfiable
(Un)Satisfiability was proved
Number of variables404382
Number of clauses1204273
Sum of the clauses size2809969
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2802848
Number of clauses of size 3401424
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

21.58/21.65	c main():: ***                                   [ march satisfiability solver ]                                   ***
21.58/21.65	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
21.58/21.65	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
21.58/21.65	c main()::
21.58/21.65	c initFormula():: searching for DIMACS p-line....
21.58/21.65	c initFormula():: the DIMACS p-line indicates a CNF of 404382 variables and 1204273 clauses.
21.58/21.65	c parseCNF():: parsing....
21.58/21.65	c parseCNF():: the CNF contains 1 unary clauses.
21.58/21.65	c runParser():: parsing was successful, warming up engines...
21.58/21.65	c simplify_formula():: removed 0 tautological, 3 satisfied and 0 duplicate clauses
21.58/21.65	c preprocessing fase I completed:: there are now 404381 free variables and 1204270 clauses.
21.58/21.65	c stat :: sign balance is biased by 0.160
21.58/21.65	c using 3-SAT heuristics (occurence based diff)
21.58/21.65	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
21.58/21.65	c simplify_formula():: removed 0 tautological, 0 satisfied and 5539 duplicate clauses
21.58/21.65	c resolvent_look() :: found 5005 resolvents
21.58/21.65	c lessRedundantTransformation():: nothing to be done.
21.58/21.65	c transformTo3SAT():: you gave me 404382 variables and 1209275 clauses.
21.58/21.65	c transformTo3SAT():: by the way, the maximal clause length before transformation was 3.
21.58/21.65	c transformTo3SAT():: I will add 0 variables and 0 clauses!
21.58/21.65	c transformTo3SAT():: the transformation yielded 404382 variabels and 1209275 clauses.
21.58/21.65	c main():: clause / variable ratio: ( 1209275 / 404382 ) = 2.99
21.58/21.65	c longest clause has size 3
21.58/21.65	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
21.58/21.65	c number of free variables = 404381
21.58/21.65	c dynamic_preselect_setsize :: off
21.58/21.65	c main():: all systems go!
21.58/21.65	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-1723214-1240684196/watcher-1723214-1240684196 -o /tmp/evaluation-result-1723214-1240684196/solver-1723214-1240684196 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/march_hi HOME/instance-1723214-1240684196.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: 2.49 2.46 1.95 3/64 12368
/proc/meminfo: memFree=1750372/2055920 swapFree=4192952/4192956
[pid=12368] ppid=12366 vsize=7124 CPUtime=0
/proc/12368/stat : 12368 (march_hi) R 12366 12368 12050 0 -1 4194304 780 0 0 0 0 0 0 0 18 0 1 0 96448972 7294976 765 1992294400 134512640 135197378 4294956224 18446744073709551615 134568349 0 0 4096 0 0 0 0 17 0 0 0
/proc/12368/statm: 1781 771 58 167 0 1612 0

[startup+0.0458619 s]
/proc/loadavg: 2.49 2.46 1.95 3/64 12368
/proc/meminfo: memFree=1750372/2055920 swapFree=4192952/4192956
[pid=12368] ppid=12366 vsize=29636 CPUtime=0.04
/proc/12368/stat : 12368 (march_hi) R 12366 12368 12050 0 -1 4194304 5105 0 0 0 2 2 0 0 18 0 1 0 96448972 30347264 5090 1992294400 134512640 135197378 4294956224 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 0 0 0
/proc/12368/statm: 7409 5094 57 167 0 7240 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 29636

[startup+0.101867 s]
/proc/loadavg: 2.49 2.46 1.95 3/64 12368
/proc/meminfo: memFree=1750372/2055920 swapFree=4192952/4192956
[pid=12368] ppid=12366 vsize=42164 CPUtime=0.09
/proc/12368/stat : 12368 (march_hi) R 12366 12368 12050 0 -1 4194304 8869 0 0 0 6 3 0 0 18 0 1 0 96448972 43175936 8854 1992294400 134512640 135197378 4294956224 18446744073709551615 134718590 0 0 4096 0 0 0 0 17 0 0 0
/proc/12368/statm: 10541 8854 57 167 0 10372 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 42164

[startup+0.301888 s]
/proc/loadavg: 2.49 2.46 1.95 3/64 12368
/proc/meminfo: memFree=1750372/2055920 swapFree=4192952/4192956
[pid=12368] ppid=12366 vsize=44804 CPUtime=0.29
/proc/12368/stat : 12368 (march_hi) R 12366 12368 12050 0 -1 4194304 9690 0 0 0 25 4 0 0 19 0 1 0 96448972 45879296 9675 1992294400 134512640 135197378 4294956224 18446744073709551615 134718590 0 0 4096 0 0 0 0 17 0 0 0
/proc/12368/statm: 11201 9675 57 167 0 11032 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 44804

[startup+0.701928 s]
/proc/loadavg: 2.49 2.46 1.95 3/64 12368
/proc/meminfo: memFree=1750372/2055920 swapFree=4192952/4192956
[pid=12368] ppid=12366 vsize=49952 CPUtime=0.69
/proc/12368/stat : 12368 (march_hi) R 12366 12368 12050 0 -1 4194304 11305 0 0 0 64 5 0 0 23 0 1 0 96448972 51150848 11290 1992294400 134512640 135197378 4294956224 18446744073709551615 134718590 0 0 4096 0 0 0 0 17 0 0 0
/proc/12368/statm: 12488 11290 57 167 0 12319 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 49952

[startup+1.50201 s]
/proc/loadavg: 2.49 2.46 1.95 2/65 12369
/proc/meminfo: memFree=1700508/2055920 swapFree=4192952/4192956
[pid=12368] ppid=12366 vsize=60116 CPUtime=1.49
/proc/12368/stat : 12368 (march_hi) R 12366 12368 12050 0 -1 4194304 14490 0 0 0 143 6 0 0 25 0 1 0 96448972 61558784 14475 1992294400 134512640 135197378 4294956224 18446744073709551615 134718590 0 0 4096 0 0 0 0 17 0 0 0
/proc/12368/statm: 15029 14475 57 167 0 14860 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 60116

[startup+3.10119 s]
/proc/loadavg: 2.37 2.44 1.94 2/65 12369
/proc/meminfo: memFree=1640348/2055920 swapFree=4192952/4192956
[pid=12368] ppid=12366 vsize=143864 CPUtime=3.09
/proc/12368/stat : 12368 (march_hi) R 12366 12368 12050 0 -1 4194304 30211 0 0 0 296 13 0 0 25 0 1 0 96448972 147316736 26258 1992294400 134512640 135197378 4294956224 18446744073709551615 134569557 0 0 4096 0 0 0 0 17 1 0 0
/proc/12368/statm: 35966 26258 64 167 0 35797 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 143864

[startup+6.30151 s]
/proc/loadavg: 2.37 2.44 1.94 2/65 12369
/proc/meminfo: memFree=1643228/2055920 swapFree=4192952/4192956
[pid=12368] ppid=12366 vsize=172208 CPUtime=6.29
/proc/12368/stat : 12368 (march_hi) R 12366 12368 12050 0 -1 4194304 60341 0 0 0 603 26 0 0 25 0 1 0 96448972 176340992 33541 1992294400 134512640 135197378 4294956224 18446744073709551615 134687971 0 0 4096 0 0 0 0 17 0 0 0
/proc/12368/statm: 43052 33541 66 167 0 42883 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 172208

[startup+12.7012 s]
/proc/loadavg: 2.46 2.46 1.95 2/65 12369
/proc/meminfo: memFree=1616092/2055920 swapFree=4192952/4192956
[pid=12368] ppid=12366 vsize=169164 CPUtime=12.68
/proc/12368/stat : 12368 (march_hi) R 12366 12368 12050 0 -1 4194304 124844 0 0 0 1212 56 0 0 25 0 1 0 96448972 173223936 32007 1992294400 134512640 135197378 4294956224 18446744073709551615 134578131 0 0 4096 0 0 0 0 17 0 0 0
/proc/12368/statm: 42291 32007 80 167 0 42122 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 169164

[startup+25.5015 s]
/proc/loadavg: 2.55 2.47 1.96 2/65 12369
/proc/meminfo: memFree=1397788/2055920 swapFree=4192952/4192956
[pid=12368] ppid=12366 vsize=697684 CPUtime=25.48
/proc/12368/stat : 12368 (march_hi) R 12366 12368 12050 0 -1 4194304 216284 0 0 0 2454 94 0 0 25 0 1 0 96448972 714428416 87841 1992294400 134512640 135197378 4294956224 18446744073709551615 134541916 0 0 4096 0 0 0 0 17 0 0 0
/proc/12368/statm: 174421 87841 90 167 0 174252 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 697684

[startup+51.3442 s]
/proc/loadavg: 2.70 2.51 1.99 2/65 12369
/proc/meminfo: memFree=1117788/2055920 swapFree=4192952/4192956
[pid=12368] ppid=12366 vsize=710176 CPUtime=51.28
/proc/12368/stat : 12368 (march_hi) R 12366 12368 12050 0 -1 4194304 286337 0 0 0 5010 118 0 0 25 0 1 0 96448972 727220224 157894 1992294400 134512640 135197378 4294956224 18446744073709551615 134541631 0 0 4096 0 0 0 0 17 0 0 0
/proc/12368/statm: 177544 157894 90 167 0 177375 0
Current children cumulated CPU time (s) 51.28
Current children cumulated vsize (KiB) 710176

[startup+102.301 s]
/proc/loadavg: 1.95 2.36 1.97 2/65 12369
/proc/meminfo: memFree=1099804/2055920 swapFree=4192952/4192956
[pid=12368] ppid=12366 vsize=730548 CPUtime=102.2
/proc/12368/stat : 12368 (march_hi) R 12366 12368 12050 0 -1 4194304 290855 0 0 0 10098 122 0 0 25 0 1 0 96448972 748081152 162412 1992294400 134512640 135197378 4294956224 18446744073709551615 134596938 0 0 4096 0 0 0 0 17 0 0 0
/proc/12368/statm: 182637 162412 90 167 0 182468 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 730548

[startup+162.302 s]
/proc/loadavg: 1.35 2.11 1.90 2/65 12369
/proc/meminfo: memFree=1099548/2055920 swapFree=4192952/4192956
[pid=12368] ppid=12366 vsize=730812 CPUtime=162.18
/proc/12368/stat : 12368 (march_hi) R 12366 12368 12050 0 -1 4194304 290931 0 0 0 16096 122 0 0 25 0 1 0 96448972 748351488 162488 1992294400 134512640 135197378 4294956224 18446744073709551615 134541631 0 0 4096 0 0 0 0 17 0 0 0
/proc/12368/statm: 182703 162488 90 167 0 182534 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 730812

[startup+222.302 s]
/proc/loadavg: 1.13 1.90 1.84 2/65 12369
/proc/meminfo: memFree=1099484/2055920 swapFree=4192952/4192956
[pid=12368] ppid=12366 vsize=730812 CPUtime=222.15
/proc/12368/stat : 12368 (march_hi) R 12366 12368 12050 0 -1 4194304 290951 0 0 0 22093 122 0 0 25 0 1 0 96448972 748351488 162508 1992294400 134512640 135197378 4294956224 18446744073709551615 134541195 0 0 4096 0 0 0 0 17 0 0 0
/proc/12368/statm: 182703 162508 90 167 0 182534 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 730812

[startup+282.306 s]
/proc/loadavg: 1.04 1.74 1.79 2/65 12369
/proc/meminfo: memFree=1099420/2055920 swapFree=4192952/4192956
[pid=12368] ppid=12366 vsize=730960 CPUtime=282.13
/proc/12368/stat : 12368 (march_hi) R 12366 12368 12050 0 -1 4194304 290956 0 0 0 28091 122 0 0 25 0 1 0 96448972 748503040 162513 1992294400 134512640 135197378 4294956224 18446744073709551615 134570839 0 0 4096 0 0 0 0 17 0 0 0
/proc/12368/statm: 182740 162513 90 167 0 182571 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 730960

[startup+342.301 s]
/proc/loadavg: 1.01 1.60 1.74 2/65 12369
/proc/meminfo: memFree=1098588/2055920 swapFree=4192952/4192956
[pid=12368] ppid=12366 vsize=731620 CPUtime=342.1
/proc/12368/stat : 12368 (march_hi) R 12366 12368 12050 0 -1 4194304 291170 0 0 0 34088 122 0 0 25 0 1 0 96448972 749178880 162727 1992294400 134512640 135197378 4294956224 18446744073709551615 134541677 0 0 4096 0 0 0 0 17 0 0 0
/proc/12368/statm: 182905 162727 90 167 0 182736 0
Current children cumulated CPU time (s) 342.1
Current children cumulated vsize (KiB) 731620

[startup+402.301 s]
/proc/loadavg: 1.00 1.49 1.69 2/65 12369
/proc/meminfo: memFree=1098332/2055920 swapFree=4192952/4192956
[pid=12368] ppid=12366 vsize=731888 CPUtime=402.08
/proc/12368/stat : 12368 (march_hi) R 12366 12368 12050 0 -1 4194304 291241 0 0 0 40085 123 0 0 25 0 1 0 96448972 749453312 162798 1992294400 134512640 135197378 4294956224 18446744073709551615 134539266 0 0 4096 0 0 0 0 17 0 0 0
/proc/12368/statm: 182972 162798 90 167 0 182803 0
Current children cumulated CPU time (s) 402.08
Current children cumulated vsize (KiB) 731888

[startup+462.302 s]
/proc/loadavg: 1.00 1.40 1.64 2/65 12369
/proc/meminfo: memFree=1098204/2055920 swapFree=4192952/4192956
[pid=12368] ppid=12366 vsize=732020 CPUtime=462.06
/proc/12368/stat : 12368 (march_hi) R 12366 12368 12050 0 -1 4194304 291266 0 0 0 46083 123 0 0 25 0 1 0 96448972 749588480 162823 1992294400 134512640 135197378 4294956224 18446744073709551615 134541712 0 0 4096 0 0 0 0 17 0 0 0
/proc/12368/statm: 183005 162823 90 167 0 182836 0
Current children cumulated CPU time (s) 462.06
Current children cumulated vsize (KiB) 732020

[startup+522.302 s]
/proc/loadavg: 1.00 1.32 1.60 2/65 12369
/proc/meminfo: memFree=1098012/2055920 swapFree=4192952/4192956
[pid=12368] ppid=12366 vsize=732152 CPUtime=522.03
/proc/12368/stat : 12368 (march_hi) R 12366 12368 12050 0 -1 4194304 291310 0 0 0 52080 123 0 0 25 0 1 0 96448972 749723648 162867 1992294400 134512640 135197378 4294956224 18446744073709551615 134541631 0 0 4096 0 0 0 0 17 0 0 0
/proc/12368/statm: 183038 162867 90 167 0 182869 0
Current children cumulated CPU time (s) 522.03
Current children cumulated vsize (KiB) 732152

[startup+582.302 s]
/proc/loadavg: 1.00 1.26 1.56 2/65 12369
/proc/meminfo: memFree=1097948/2055920 swapFree=4192952/4192956
[pid=12368] ppid=12366 vsize=732220 CPUtime=582.01
/proc/12368/stat : 12368 (march_hi) R 12366 12368 12050 0 -1 4194304 291317 0 0 0 58078 123 0 0 25 0 1 0 96448972 749793280 162874 1992294400 134512640 135197378 4294956224 18446744073709551615 134541677 0 0 4096 0 0 0 0 17 0 0 0
/proc/12368/statm: 183055 162874 90 167 0 182886 0
Current children cumulated CPU time (s) 582.01
Current children cumulated vsize (KiB) 732220

[startup+642.301 s]
/proc/loadavg: 1.00 1.21 1.52 2/65 12371
/proc/meminfo: memFree=1097500/2055920 swapFree=4192952/4192956
[pid=12368] ppid=12366 vsize=732220 CPUtime=641.99
/proc/12368/stat : 12368 (march_hi) R 12366 12368 12050 0 -1 4194304 291336 0 0 0 64076 123 0 0 25 0 1 0 96448972 749793280 162893 1992294400 134512640 135197378 4294956224 18446744073709551615 134541631 0 0 4096 0 0 0 0 17 0 0 0
/proc/12368/statm: 183055 162893 90 167 0 182886 0
Current children cumulated CPU time (s) 641.99
Current children cumulated vsize (KiB) 732220

[startup+702.301 s]
/proc/loadavg: 1.00 1.17 1.49 2/65 12371
/proc/meminfo: memFree=1097500/2055920 swapFree=4192952/4192956
[pid=12368] ppid=12366 vsize=732352 CPUtime=701.95
/proc/12368/stat : 12368 (march_hi) R 12366 12368 12050 0 -1 4194304 291370 0 0 0 70072 123 0 0 25 0 1 0 96448972 749928448 162927 1992294400 134512640 135197378 4294956224 18446744073709551615 134525272 0 0 4096 0 0 0 0 17 0 0 0
/proc/12368/statm: 183088 162927 90 167 0 182919 0
Current children cumulated CPU time (s) 701.95
Current children cumulated vsize (KiB) 732352

[startup+762.301 s]
/proc/loadavg: 1.00 1.14 1.45 2/65 12371
/proc/meminfo: memFree=1097436/2055920 swapFree=4192952/4192956
[pid=12368] ppid=12366 vsize=732352 CPUtime=761.93
/proc/12368/stat : 12368 (march_hi) R 12366 12368 12050 0 -1 4194304 291374 0 0 0 76070 123 0 0 25 0 1 0 96448972 749928448 162931 1992294400 134512640 135197378 4294956224 18446744073709551615 134541677 0 0 4096 0 0 0 0 17 0 0 0
/proc/12368/statm: 183088 162931 90 167 0 182919 0
Current children cumulated CPU time (s) 761.93
Current children cumulated vsize (KiB) 732352

[startup+822.302 s]
/proc/loadavg: 1.00 1.11 1.42 2/65 12371
/proc/meminfo: memFree=1097436/2055920 swapFree=4192952/4192956
[pid=12368] ppid=12366 vsize=732352 CPUtime=821.91
/proc/12368/stat : 12368 (march_hi) R 12366 12368 12050 0 -1 4194304 291387 0 0 0 82068 123 0 0 25 0 1 0 96448972 749928448 162944 1992294400 134512640 135197378 4294956224 18446744073709551615 134541626 0 0 4096 0 0 0 0 17 0 0 0
/proc/12368/statm: 183088 162944 90 167 0 182919 0
Current children cumulated CPU time (s) 821.91
Current children cumulated vsize (KiB) 732352

[startup+882.302 s]
/proc/loadavg: 1.00 1.09 1.39 2/65 12371
/proc/meminfo: memFree=1097436/2055920 swapFree=4192952/4192956
[pid=12368] ppid=12366 vsize=732452 CPUtime=881.88
/proc/12368/stat : 12368 (march_hi) R 12366 12368 12050 0 -1 4194304 291390 0 0 0 88065 123 0 0 25 0 1 0 96448972 750030848 162947 1992294400 134512640 135197378 4294956224 18446744073709551615 134525351 0 0 4096 0 0 0 0 17 0 0 0
/proc/12368/statm: 183113 162947 90 167 0 182944 0
Current children cumulated CPU time (s) 881.88
Current children cumulated vsize (KiB) 732452

[startup+942.306 s]
/proc/loadavg: 1.00 1.07 1.36 2/65 12371
/proc/meminfo: memFree=1097308/2055920 swapFree=4192952/4192956
[pid=12368] ppid=12366 vsize=732716 CPUtime=941.86
/proc/12368/stat : 12368 (march_hi) R 12366 12368 12050 0 -1 4194304 291430 0 0 0 94063 123 0 0 25 0 1 0 96448972 750301184 162987 1992294400 134512640 135197378 4294956224 18446744073709551615 134541629 0 0 4096 0 0 0 0 17 0 0 0
/proc/12368/statm: 183179 162987 90 167 0 183010 0
Current children cumulated CPU time (s) 941.86
Current children cumulated vsize (KiB) 732716

[startup+1002.3 s]
/proc/loadavg: 1.04 1.07 1.35 2/65 12371
/proc/meminfo: memFree=1097244/2055920 swapFree=4192952/4192956
[pid=12368] ppid=12366 vsize=732716 CPUtime=1001.83
/proc/12368/stat : 12368 (march_hi) R 12366 12368 12050 0 -1 4194304 291435 0 0 0 100060 123 0 0 25 0 1 0 96448972 750301184 162992 1992294400 134512640 135197378 4294956224 18446744073709551615 134548516 0 0 4096 0 0 0 0 17 0 0 0
/proc/12368/statm: 183179 162992 90 167 0 183010 0
Current children cumulated CPU time (s) 1001.83
Current children cumulated vsize (KiB) 732716

[startup+1062.3 s]
/proc/loadavg: 1.06 1.07 1.33 2/65 12371
/proc/meminfo: memFree=1097244/2055920 swapFree=4192952/4192956
[pid=12368] ppid=12366 vsize=732716 CPUtime=1061.8
/proc/12368/stat : 12368 (march_hi) R 12366 12368 12050 0 -1 4194304 291438 0 0 0 106057 123 0 0 25 0 1 0 96448972 750301184 162995 1992294400 134512640 135197378 4294956224 18446744073709551615 134541677 0 0 4096 0 0 0 0 17 0 0 0
/proc/12368/statm: 183179 162995 90 167 0 183010 0
Current children cumulated CPU time (s) 1061.8
Current children cumulated vsize (KiB) 732716

[startup+1122.3 s]
/proc/loadavg: 1.06 1.07 1.31 2/65 12371
/proc/meminfo: memFree=1097180/2055920 swapFree=4192952/4192956
[pid=12368] ppid=12366 vsize=732716 CPUtime=1121.78
/proc/12368/stat : 12368 (march_hi) R 12366 12368 12050 0 -1 4194304 291445 0 0 0 112055 123 0 0 25 0 1 0 96448972 750301184 163002 1992294400 134512640 135197378 4294956224 18446744073709551615 134539266 0 0 4096 0 0 0 0 17 0 0 0
/proc/12368/statm: 183179 163002 90 167 0 183010 0
Current children cumulated CPU time (s) 1121.78
Current children cumulated vsize (KiB) 732716

[startup+1182.3 s]
/proc/loadavg: 1.05 1.06 1.29 2/65 12371
/proc/meminfo: memFree=1097116/2055920 swapFree=4192952/4192956
[pid=12368] ppid=12366 vsize=732716 CPUtime=1181.76
/proc/12368/stat : 12368 (march_hi) R 12366 12368 12050 0 -1 4194304 291451 0 0 0 118053 123 0 0 25 0 1 0 96448972 750301184 163008 1992294400 134512640 135197378 4294956224 18446744073709551615 134541626 0 0 4096 0 0 0 0 17 0 0 0
/proc/12368/statm: 183179 163008 90 167 0 183010 0
Current children cumulated CPU time (s) 1181.76
Current children cumulated vsize (KiB) 732716



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.11 1.08 1.29 2/65 12371
/proc/meminfo: memFree=1097052/2055920 swapFree=4192952/4192956
[pid=12368] ppid=12366 vsize=732716 CPUtime=1200.05
/proc/12368/stat : 12368 (march_hi) R 12366 12368 12050 0 -1 4194304 291452 0 0 0 119882 123 0 0 25 0 1 0 96448972 750301184 163009 1992294400 134512640 135197378 4294956224 18446744073709551615 134541677 0 0 4096 0 0 0 0 17 0 0 0
/proc/12368/statm: 183179 163009 90 167 0 183010 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 732716

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

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

[startup+1200.6 s]
/proc/loadavg: 1.11 1.08 1.29 2/65 12371
/proc/meminfo: memFree=1097052/2055920 swapFree=4192952/4192956
[pid=12368] ppid=12366 vsize=732716 CPUtime=1200.05
/proc/12368/stat : 12368 (march_hi) R 12366 12368 12050 0 -1 4194304 291452 0 0 0 119882 123 0 0 25 0 1 0 96448972 750301184 163009 1992294400 134512640 135197378 4294956224 18446744073709551615 134541677 0 0 4096 0 0 0 0 17 0 0 0
/proc/12368/statm: 183179 163009 90 167 0 183010 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 732716

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.7
CPU time (s): 1200.16
CPU user time (s): 1198.82
CPU system time (s): 1.3348
CPU usage (%): 99.9544
Max. virtual memory (cumulated for all children) (KiB): 732716

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

runsolver used 1.40379 second user time and 3.53046 second system time

The end

Launcher Data

Begin job on node90 at 2009-04-25 20:29:59
IDJOB=1723214
IDBENCH=71688
IDSOLVER=521
FILE ID=node90/1723214-1240684196
PBS_JOBID= 9186682
Free space on /tmp= 66504 MiB

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

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

MD5SUM BENCH= 7989bb134c6f50cb418407e85e733980
RANDOM SEED=2094856021

node90.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.238
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.238
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1750788 kB
Buffers:         28096 kB
Cached:         191608 kB
SwapCached:          4 kB
Active:          77728 kB
Inactive:       159260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1750788 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:           22948 kB
Writeback:           0 kB
Mapped:          23976 kB
Slab:            54116 kB
Committed_AS:   238132 kB
PageTables:       1428 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= 66504 MiB
End job on node90 at 2009-04-25 20:50:02