Trace number 1580232

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.11 1200.45

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-20-5p1.cnf
MD5SUMc530016627d60451f148c386bba0e9bf
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 variables224962
Number of clauses1204358
Sum of the clauses size2908547
Maximum clause length10
Minimum clause length1
Number of clauses of size 111403
Number of clauses of size 2851881
Number of clauses of size 3284354
Number of clauses of size 46300
Number of clauses of size 525200
Number of clauses of size over 525220

Solver Data

14.99/15.09	c main():: ***                                   [ march satisfiability solver ]                                   ***
14.99/15.09	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
14.99/15.09	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
14.99/15.09	c main()::
14.99/15.09	c initFormula():: searching for DIMACS p-line....
14.99/15.09	c initFormula():: the DIMACS p-line indicates a CNF of 224962 variables and 1204358 clauses.
14.99/15.09	c parseCNF():: parsing....
14.99/15.09	c parseCNF():: the CNF contains 11403 unary clauses.
14.99/15.09	c runParser():: parsing was successful, warming up engines...
14.99/15.09	c find_and_remove_tautogolies():: found and removed 2509 tautologies
14.99/15.09	c find_and_remove_tautogolies():: found and removed 1406 tautologies
14.99/15.09	c simplify_formula():: removed 0 tautological, 275775 satisfied and 33099 duplicate clauses
14.99/15.09	c preprocessing fase I completed:: there are now 173139 free variables and 895484 clauses.
14.99/15.09	c stat :: sign balance is biased by 0.432
14.99/15.09	c using k-SAT heuristics (size based diff)
14.99/15.09	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
14.99/15.09	c simplify_formula():: removed 0 tautological, 0 satisfied and 2 duplicate clauses
14.99/15.09	c resolvent_look() :: found 1206 resolvents
14.99/15.09	c main():: clause / variable ratio: ( 896690 / 224962 ) = 3.99
14.99/15.09	c longest clause has size 10
14.99/15.09	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
14.99/15.09	c number of free variables = 173139
14.99/15.09	c dynamic_preselect_setsize :: off
14.99/15.09	c main():: all systems go!
14.99/15.09	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-1580232-1238917170/watcher-1580232-1238917170 -o /tmp/evaluation-result-1580232-1238917170/solver-1580232-1238917170 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/march_hi HOME/instance-1580232-1238917170.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: 1.00 1.00 1.00 3/64 17612
/proc/meminfo: memFree=1436464/2055920 swapFree=4176924/4192956
[pid=17612] ppid=17610 vsize=6424 CPUtime=0
/proc/17612/stat : 17612 (march_hi) R 17610 17612 17413 0 -1 4194304 735 0 0 0 0 0 0 0 18 0 1 0 1164382050 6578176 720 1992294400 134512640 135197378 4294956240 18446744073709551615 134568349 0 0 4096 0 0 0 0 17 1 0 0
/proc/17612/statm: 1606 726 58 167 0 1437 0

[startup+0.0726141 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 17612
/proc/meminfo: memFree=1436464/2055920 swapFree=4176924/4192956
[pid=17612] ppid=17610 vsize=28116 CPUtime=0.06
/proc/17612/stat : 17612 (march_hi) R 17610 17612 17413 0 -1 4194304 5533 0 0 0 4 2 0 0 18 0 1 0 1164382050 28790784 5518 1992294400 134512640 135197378 4294956240 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/17612/statm: 7029 5518 58 167 0 6860 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 28116

[startup+0.102616 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 17612
/proc/meminfo: memFree=1436464/2055920 swapFree=4176924/4192956
[pid=17612] ppid=17610 vsize=28512 CPUtime=0.09
/proc/17612/stat : 17612 (march_hi) R 17610 17612 17413 0 -1 4194304 5661 0 0 0 7 2 0 0 18 0 1 0 1164382050 29196288 5646 1992294400 134512640 135197378 4294956240 18446744073709551615 134718590 0 0 4096 0 0 0 0 17 1 0 0
/proc/17612/statm: 7128 5646 58 167 0 6959 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28512

[startup+0.301639 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 17612
/proc/meminfo: memFree=1436464/2055920 swapFree=4176924/4192956
[pid=17612] ppid=17610 vsize=31284 CPUtime=0.29
/proc/17612/stat : 17612 (march_hi) R 17610 17612 17413 0 -1 4194304 6523 0 0 0 26 3 0 0 19 0 1 0 1164382050 32034816 6508 1992294400 134512640 135197378 4294956240 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/17612/statm: 7821 6508 58 167 0 7652 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31284

[startup+0.702683 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 17612
/proc/meminfo: memFree=1436464/2055920 swapFree=4176924/4192956
[pid=17612] ppid=17610 vsize=36564 CPUtime=0.69
/proc/17612/stat : 17612 (march_hi) R 17610 17612 17413 0 -1 4194304 8155 0 0 0 66 3 0 0 22 0 1 0 1164382050 37441536 8140 1992294400 134512640 135197378 4294956240 18446744073709551615 134718590 0 0 4096 0 0 0 0 17 1 0 0
/proc/17612/statm: 9141 8140 58 167 0 8972 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 36564

[startup+1.50177 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17613
/proc/meminfo: memFree=1399144/2055920 swapFree=4176924/4192956
[pid=17612] ppid=17610 vsize=46464 CPUtime=1.49
/proc/17612/stat : 17612 (march_hi) R 17610 17612 17413 0 -1 4194304 11215 0 0 0 143 6 0 0 25 0 1 0 1164382050 47579136 11200 1992294400 134512640 135197378 4294956240 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/17612/statm: 11616 11200 58 167 0 11447 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 46464

[startup+3.10196 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17613
/proc/meminfo: memFree=1356776/2055920 swapFree=4176924/4192956
[pid=17612] ppid=17610 vsize=129340 CPUtime=3.09
/proc/17612/stat : 17612 (march_hi) R 17610 17612 17413 0 -1 4194304 25218 0 0 0 297 12 0 0 25 0 1 0 1164382050 132444160 22803 1992294400 134512640 135197378 4294956240 18446744073709551615 134687945 0 0 4096 0 0 0 0 17 1 0 0
/proc/17612/statm: 32335 22803 66 167 0 32166 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 129340

[startup+6.30131 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17613
/proc/meminfo: memFree=1348584/2055920 swapFree=4176924/4192956
[pid=17612] ppid=17610 vsize=129192 CPUtime=6.29
/proc/17612/stat : 17612 (march_hi) R 17610 17612 17413 0 -1 4194304 27801 0 0 0 614 15 0 0 25 0 1 0 1164382050 132292608 22788 1992294400 134512640 135197378 4294956240 18446744073709551615 134693805 0 0 4096 0 0 0 0 17 1 0 0
/proc/17612/statm: 32298 22788 67 167 0 32129 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 129192

[startup+12.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17613
/proc/meminfo: memFree=1349544/2055920 swapFree=4176924/4192956
[pid=17612] ppid=17610 vsize=128360 CPUtime=12.69
/proc/17612/stat : 17612 (march_hi) R 17610 17612 17413 0 -1 4194304 39524 0 0 0 1248 21 0 0 25 0 1 0 1164382050 131440640 22602 1992294400 134512640 135197378 4294956240 18446744073709551615 134560953 0 0 4096 0 0 0 0 17 1 0 0
/proc/17612/statm: 32090 22602 81 167 0 31921 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 128360

[startup+25.5014 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17613
/proc/meminfo: memFree=1244584/2055920 swapFree=4176924/4192956
[pid=17612] ppid=17610 vsize=430404 CPUtime=25.48
/proc/17612/stat : 17612 (march_hi) R 17610 17612 17413 0 -1 4194304 74243 0 0 0 2514 34 0 0 25 0 1 0 1164382050 440733696 47995 1992294400 134512640 135197378 4294956240 18446744073709551615 134539323 0 0 4096 0 0 0 0 17 1 0 0
/proc/17612/statm: 107601 47995 89 167 0 107432 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 430404

[startup+51.1013 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17613
/proc/meminfo: memFree=1243496/2055920 swapFree=4176924/4192956
[pid=17612] ppid=17610 vsize=430796 CPUtime=51.06
/proc/17612/stat : 17612 (march_hi) R 17610 17612 17413 0 -1 4194304 74526 0 0 0 5072 34 0 0 25 0 1 0 1164382050 441135104 48278 1992294400 134512640 135197378 4294956240 18446744073709551615 134548478 0 0 4096 0 0 0 0 17 1 0 0
/proc/17612/statm: 107699 48278 91 167 0 107530 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 430796

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17613
/proc/meminfo: memFree=1231464/2055920 swapFree=4176924/4192956
[pid=17612] ppid=17610 vsize=440996 CPUtime=102.25
/proc/17612/stat : 17612 (march_hi) R 17610 17612 17413 0 -1 4194304 77546 0 0 0 10190 35 0 0 25 0 1 0 1164382050 451579904 51298 1992294400 134512640 135197378 4294956240 18446744073709551615 134548478 0 0 4096 0 0 0 0 17 1 0 0
/proc/17612/statm: 110249 51298 91 167 0 110080 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 440996

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17613
/proc/meminfo: memFree=1223848/2055920 swapFree=4176924/4192956
[pid=17612] ppid=17610 vsize=449436 CPUtime=162.23
/proc/17612/stat : 17612 (march_hi) R 17610 17612 17413 0 -1 4194304 79508 0 0 0 16186 37 0 0 25 0 1 0 1164382050 460222464 53227 1992294400 134512640 135197378 4294956240 18446744073709551615 134550653 0 0 4096 0 0 0 0 17 1 0 0
/proc/17612/statm: 112359 53227 91 167 0 112190 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 449436

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17613
/proc/meminfo: memFree=1214568/2055920 swapFree=4176924/4192956
[pid=17612] ppid=17610 vsize=463388 CPUtime=222.22
/proc/17612/stat : 17612 (march_hi) R 17610 17612 17413 0 -1 4194304 82596 0 0 0 22184 38 0 0 25 0 1 0 1164382050 474509312 55513 1992294400 134512640 135197378 4294956240 18446744073709551615 134541471 0 0 4096 0 0 0 0 17 1 0 0
/proc/17612/statm: 115847 55513 91 167 0 115678 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 463388

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17613
/proc/meminfo: memFree=1206824/2055920 swapFree=4176924/4192956
[pid=17612] ppid=17610 vsize=468276 CPUtime=282.2
/proc/17612/stat : 17612 (march_hi) R 17610 17612 17413 0 -1 4194304 84617 0 0 0 28180 40 0 0 25 0 1 0 1164382050 479514624 57471 1992294400 134512640 135197378 4294956240 18446744073709551615 134541433 0 0 4096 0 0 0 0 17 1 0 0
/proc/17612/statm: 117069 57471 91 167 0 116900 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 468276

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17615
/proc/meminfo: memFree=1199464/2055920 swapFree=4176924/4192956
[pid=17612] ppid=17610 vsize=473608 CPUtime=342.18
/proc/17612/stat : 17612 (march_hi) R 17610 17612 17413 0 -1 4194304 86517 0 0 0 34177 41 0 0 25 0 1 0 1164382050 484974592 59233 1992294400 134512640 135197378 4294956240 18446744073709551615 134570901 0 0 4096 0 0 0 0 17 1 0 0
/proc/17612/statm: 118402 59233 91 167 0 118233 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 473608

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17615
/proc/meminfo: memFree=1194280/2055920 swapFree=4176924/4192956
[pid=17612] ppid=17610 vsize=477276 CPUtime=402.17
/proc/17612/stat : 17612 (march_hi) R 17610 17612 17413 0 -1 4194304 87842 0 0 0 40175 42 0 0 25 0 1 0 1164382050 488730624 60558 1992294400 134512640 135197378 4294956240 18446744073709551615 134572685 0 0 4096 0 0 0 0 17 1 0 0
/proc/17612/statm: 119319 60558 91 167 0 119150 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 477276

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17615
/proc/meminfo: memFree=1187432/2055920 swapFree=4176924/4192956
[pid=17612] ppid=17610 vsize=482904 CPUtime=462.15
/proc/17612/stat : 17612 (march_hi) R 17610 17612 17413 0 -1 4194304 89536 0 0 0 46172 43 0 0 25 0 1 0 1164382050 494493696 62252 1992294400 134512640 135197378 4294956240 18446744073709551615 134570906 0 0 4096 0 0 0 0 17 1 0 0
/proc/17612/statm: 120726 62252 91 167 0 120557 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 482904

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17615
/proc/meminfo: memFree=1185704/2055920 swapFree=4176924/4192956
[pid=17612] ppid=17610 vsize=484944 CPUtime=522.13
/proc/17612/stat : 17612 (march_hi) R 17610 17612 17413 0 -1 4194304 89984 0 0 0 52170 43 0 0 25 0 1 0 1164382050 496582656 62700 1992294400 134512640 135197378 4294956240 18446744073709551615 134572870 0 0 4096 0 0 0 0 17 1 0 0
/proc/17612/statm: 121236 62700 91 167 0 121067 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 484944

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17615
/proc/meminfo: memFree=1184872/2055920 swapFree=4176924/4192956
[pid=17612] ppid=17610 vsize=485736 CPUtime=582.12
/proc/17612/stat : 17612 (march_hi) R 17610 17612 17413 0 -1 4194304 90188 0 0 0 58169 43 0 0 25 0 1 0 1164382050 497393664 62904 1992294400 134512640 135197378 4294956240 18446744073709551615 134541493 0 0 4096 0 0 0 0 17 1 0 0
/proc/17612/statm: 121434 62904 91 167 0 121265 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 485736

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17615
/proc/meminfo: memFree=1183912/2055920 swapFree=4176924/4192956
[pid=17612] ppid=17610 vsize=502968 CPUtime=642.1
/proc/17612/stat : 17612 (march_hi) R 17610 17612 17413 0 -1 4194304 90436 0 0 0 64167 43 0 0 25 0 1 0 1164382050 515039232 63152 1992294400 134512640 135197378 4294956240 18446744073709551615 134541425 0 0 4096 0 0 0 0 17 1 0 0
/proc/17612/statm: 125742 63152 91 167 0 125573 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 502968

[startup+702.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17615
/proc/meminfo: memFree=1183528/2055920 swapFree=4176924/4192956
[pid=17612] ppid=17610 vsize=503252 CPUtime=702.09
/proc/17612/stat : 17612 (march_hi) R 17610 17612 17413 0 -1 4194304 90530 0 0 0 70165 44 0 0 25 0 1 0 1164382050 515330048 63246 1992294400 134512640 135197378 4294956240 18446744073709551615 134541536 0 0 4096 0 0 0 0 17 1 0 0
/proc/17612/statm: 125813 63246 91 167 0 125644 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 503252

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17615
/proc/meminfo: memFree=1183144/2055920 swapFree=4176924/4192956
[pid=17612] ppid=17610 vsize=503664 CPUtime=762.08
/proc/17612/stat : 17612 (march_hi) R 17610 17612 17413 0 -1 4194304 90624 0 0 0 76164 44 0 0 25 0 1 0 1164382050 515751936 63340 1992294400 134512640 135197378 4294956240 18446744073709551615 134541538 0 0 4096 0 0 0 0 17 1 0 0
/proc/17612/statm: 125916 63340 91 167 0 125747 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 503664

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17615
/proc/meminfo: memFree=1182696/2055920 swapFree=4176924/4192956
[pid=17612] ppid=17610 vsize=504032 CPUtime=822.06
/proc/17612/stat : 17612 (march_hi) R 17610 17612 17413 0 -1 4194304 90727 0 0 0 82162 44 0 0 25 0 1 0 1164382050 516128768 63443 1992294400 134512640 135197378 4294956240 18446744073709551615 134541501 0 0 4096 0 0 0 0 17 1 0 0
/proc/17612/statm: 126008 63443 91 167 0 125839 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 504032

[startup+882.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17615
/proc/meminfo: memFree=1182440/2055920 swapFree=4176924/4192956
[pid=17612] ppid=17610 vsize=504336 CPUtime=882.04
/proc/17612/stat : 17612 (march_hi) R 17610 17612 17413 0 -1 4194304 90785 0 0 0 88160 44 0 0 25 0 1 0 1164382050 516440064 63501 1992294400 134512640 135197378 4294956240 18446744073709551615 134541536 0 0 4096 0 0 0 0 17 1 0 0
/proc/17612/statm: 126084 63501 91 167 0 125915 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 504336

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17615
/proc/meminfo: memFree=1182440/2055920 swapFree=4176924/4192956
[pid=17612] ppid=17610 vsize=504336 CPUtime=942.02
/proc/17612/stat : 17612 (march_hi) R 17610 17612 17413 0 -1 4194304 90792 0 0 0 94158 44 0 0 25 0 1 0 1164382050 516440064 63508 1992294400 134512640 135197378 4294956240 18446744073709551615 134548514 0 0 4096 0 0 0 0 17 1 0 0
/proc/17612/statm: 126084 63508 91 167 0 125915 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 504336

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17615
/proc/meminfo: memFree=1182376/2055920 swapFree=4176924/4192956
[pid=17612] ppid=17610 vsize=504336 CPUtime=1002.01
/proc/17612/stat : 17612 (march_hi) R 17610 17612 17413 0 -1 4194304 90801 0 0 0 100157 44 0 0 25 0 1 0 1164382050 516440064 63517 1992294400 134512640 135197378 4294956240 18446744073709551615 134572674 0 0 4096 0 0 0 0 17 1 0 0
/proc/17612/statm: 126084 63517 91 167 0 125915 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 504336

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17615
/proc/meminfo: memFree=1182312/2055920 swapFree=4176924/4192956
[pid=17612] ppid=17610 vsize=504488 CPUtime=1061.99
/proc/17612/stat : 17612 (march_hi) R 17610 17612 17413 0 -1 4194304 90808 0 0 0 106155 44 0 0 25 0 1 0 1164382050 516595712 63524 1992294400 134512640 135197378 4294956240 18446744073709551615 134570746 0 0 4096 0 0 0 0 17 1 0 0
/proc/17612/statm: 126122 63524 91 167 0 125953 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 504488

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17615
/proc/meminfo: memFree=1182312/2055920 swapFree=4176924/4192956
[pid=17612] ppid=17610 vsize=504488 CPUtime=1121.98
/proc/17612/stat : 17612 (march_hi) R 17610 17612 17413 0 -1 4194304 90816 0 0 0 112154 44 0 0 25 0 1 0 1164382050 516595712 63532 1992294400 134512640 135197378 4294956240 18446744073709551615 134541501 0 0 4096 0 0 0 0 17 1 0 0
/proc/17612/statm: 126122 63532 91 167 0 125953 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 504488

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17615
/proc/meminfo: memFree=1182248/2055920 swapFree=4176924/4192956
[pid=17612] ppid=17610 vsize=504488 CPUtime=1181.96
/proc/17612/stat : 17612 (march_hi) R 17610 17612 17413 0 -1 4194304 90824 0 0 0 118152 44 0 0 25 0 1 0 1164382050 516595712 63540 1992294400 134512640 135197378 4294956240 18446744073709551615 134548478 0 0 4096 0 0 0 0 17 1 0 0
/proc/17612/statm: 126122 63540 91 167 0 125953 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 504488



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17615
/proc/meminfo: memFree=1182248/2055920 swapFree=4176924/4192956
[pid=17612] ppid=17610 vsize=504488 CPUtime=1200.06
/proc/17612/stat : 17612 (march_hi) R 17610 17612 17413 0 -1 4194304 90827 0 0 0 119962 44 0 0 25 0 1 0 1164382050 516595712 63543 1992294400 134512640 135197378 4294956240 18446744073709551615 134548514 0 0 4096 0 0 0 0 17 1 0 0
/proc/17612/statm: 126122 63543 91 167 0 125953 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 504488

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.45
CPU time (s): 1200.11
CPU user time (s): 1199.62
CPU system time (s): 0.486925
CPU usage (%): 99.972
Max. virtual memory (cumulated for all children) (KiB): 504488

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

runsolver used 0.966853 second user time and 2.6466 second system time

The end

Launcher Data

Begin job on node35 at 2009-04-05 09:39:31
IDJOB=1580232
IDBENCH=71013
IDSOLVER=521
FILE ID=node35/1580232-1238917170
PBS_JOBID= 9101380
Free space on /tmp= 66476 MiB

SOLVER NAME= march_hi hi
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UR-20-5p1.cnf
COMMAND LINE= HOME/march_hi BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1580232-1238917170/watcher-1580232-1238917170 -o /tmp/evaluation-result-1580232-1238917170/solver-1580232-1238917170 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/march_hi HOME/instance-1580232-1238917170.cnf

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

MD5SUM BENCH= c530016627d60451f148c386bba0e9bf
RANDOM SEED=889561966

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.229
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.229
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:       1436880 kB
Buffers:         68308 kB
Cached:         466300 kB
SwapCached:      10140 kB
Active:         225380 kB
Inactive:       321064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1436880 kB
SwapTotal:     4192956 kB
SwapFree:      4176924 kB
Dirty:           23456 kB
Writeback:           0 kB
Mapped:          17560 kB
Slab:            58544 kB
Committed_AS:  3207088 kB
PageTables:       1404 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= 66476 MiB
End job on node35 at 2009-04-05 09:59:34