Trace number 1579401

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_nn nn? (TO) 1200.1 1200.42

General information on the benchmark

NameAPPLICATIONS/diagnosis/
ACG-10-5p0.cnf
MD5SUMb0f091d476e617a8697e9f8acfd1538f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark41.6977
Satisfiable
(Un)Satisfiability was proved
Number of variables123925
Number of clauses539763
Sum of the clauses size1252804
Maximum clause length10
Minimum clause length1
Number of clauses of size 15498
Number of clauses of size 2437089
Number of clauses of size 369976
Number of clauses of size 43020
Number of clauses of size 512080
Number of clauses of size over 512100

Solver Data

6.09/6.12	c main():: ***                                   [ march satisfiability solver ]                                   ***
6.09/6.12	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
6.09/6.12	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
6.09/6.12	c main()::
6.09/6.12	c initFormula():: searching for DIMACS p-line....
6.09/6.12	c initFormula():: the DIMACS p-line indicates a CNF of 123925 variables and 539763 clauses.
6.09/6.12	c parseCNF():: parsing....
6.09/6.12	c parseCNF():: the CNF contains 5498 unary clauses.
6.09/6.12	c runParser():: parsing was successful, warming up engines...
6.09/6.12	c find_and_remove_tautogolies():: found and removed 2259 tautologies
6.09/6.12	c find_and_remove_tautogolies():: found and removed 1101 tautologies
6.09/6.12	c simplify_formula():: removed 0 tautological, 164050 satisfied and 15732 duplicate clauses
6.09/6.12	c preprocessing fase I completed:: there are now 90033 free variables and 359981 clauses.
6.09/6.12	c stat :: sign balance is biased by 0.360
6.09/6.12	c using k-SAT heuristics (size based diff)
6.09/6.12	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
6.09/6.12	c simplify_formula():: removed 0 tautological, 0 satisfied and 40 duplicate clauses
6.09/6.12	c resolvent_look() :: found 502 resolvents
6.09/6.12	c main():: clause / variable ratio: ( 360483 / 123925 ) = 2.91
6.09/6.12	c longest clause has size 10
6.09/6.12	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
6.09/6.12	c number of free variables = 90033
6.09/6.12	c dynamic_preselect_setsize :: off
6.09/6.12	c main():: all systems go!
6.09/6.12	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-1579401-1238907228/watcher-1579401-1238907228 -o /tmp/evaluation-result-1579401-1238907228/solver-1579401-1238907228 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/march_nn HOME/instance-1579401-1238907228.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.98 0.98 0.99 3/73 5942
/proc/meminfo: memFree=1502832/2055920 swapFree=4176776/4192956
[pid=5942] ppid=5940 vsize=7888 CPUtime=0
/proc/5942/stat : 5942 (march_nn) R 5940 5942 5729 0 -1 4194304 776 0 0 0 0 0 0 0 20 0 1 0 947111552 8077312 761 1992294400 134512640 135197250 4294956240 18446744073709551615 134697286 0 0 4096 0 0 0 0 17 1 0 0
/proc/5942/statm: 1972 764 59 167 0 1803 0

[startup+0.0114241 s]
/proc/loadavg: 0.98 0.98 0.99 3/73 5942
/proc/meminfo: memFree=1502832/2055920 swapFree=4176776/4192956
[pid=5942] ppid=5940 vsize=9604 CPUtime=0
/proc/5942/stat : 5942 (march_nn) R 5940 5942 5729 0 -1 4194304 1354 0 0 0 0 0 0 0 20 0 1 0 947111552 9834496 1339 1992294400 134512640 135197250 4294956240 18446744073709551615 134697286 0 0 4096 0 0 0 0 17 1 0 0
/proc/5942/statm: 2401 1343 59 167 0 2232 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9604

[startup+0.101432 s]
/proc/loadavg: 0.98 0.98 0.99 3/73 5942
/proc/meminfo: memFree=1502832/2055920 swapFree=4176776/4192956
[pid=5942] ppid=5940 vsize=15816 CPUtime=0.09
/proc/5942/stat : 5942 (march_nn) R 5940 5942 5729 0 -1 4194304 3266 0 0 0 8 1 0 0 20 0 1 0 947111552 16195584 3251 1992294400 134512640 135197250 4294956240 18446744073709551615 134785203 0 0 4096 0 0 0 0 17 1 0 0
/proc/5942/statm: 3954 3251 59 167 0 3785 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15816

[startup+0.301451 s]
/proc/loadavg: 0.98 0.98 0.99 3/73 5942
/proc/meminfo: memFree=1502832/2055920 swapFree=4176776/4192956
[pid=5942] ppid=5940 vsize=18720 CPUtime=0.29
/proc/5942/stat : 5942 (march_nn) R 5940 5942 5729 0 -1 4194304 4152 0 0 0 28 1 0 0 22 0 1 0 947111552 19169280 4137 1992294400 134512640 135197250 4294956240 18446744073709551615 134718462 0 0 4096 0 0 0 0 17 1 0 0
/proc/5942/statm: 4680 4137 59 167 0 4511 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18720

[startup+0.701493 s]
/proc/loadavg: 0.98 0.98 0.99 3/73 5942
/proc/meminfo: memFree=1502832/2055920 swapFree=4176776/4192956
[pid=5942] ppid=5940 vsize=52392 CPUtime=0.69
/proc/5942/stat : 5942 (march_nn) R 5940 5942 5729 0 -1 4194304 8405 0 0 0 67 2 0 0 25 0 1 0 947111552 53649408 8388 1992294400 134512640 135197250 4294956240 18446744073709551615 134560366 0 0 4096 0 0 0 0 17 1 0 0
/proc/5942/statm: 13098 8388 63 167 0 12929 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 52392

[startup+1.50158 s]
/proc/loadavg: 0.98 0.98 0.99 2/74 5943
/proc/meminfo: memFree=1471976/2055920 swapFree=4176776/4192956
[pid=5942] ppid=5940 vsize=58468 CPUtime=1.49
/proc/5942/stat : 5942 (march_nn) R 5940 5942 5729 0 -1 4194304 15078 0 0 0 144 5 0 0 25 0 1 0 947111552 59871232 10189 1992294400 134512640 135197250 4294956240 18446744073709551615 134560513 0 0 4096 0 0 0 0 17 1 0 0
/proc/5942/statm: 14617 10189 68 167 0 14448 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 58468

[startup+3.10175 s]
/proc/loadavg: 0.98 0.98 0.99 2/74 5943
/proc/meminfo: memFree=1463208/2055920 swapFree=4176776/4192956
[pid=5942] ppid=5940 vsize=57484 CPUtime=3.09
/proc/5942/stat : 5942 (march_nn) R 5940 5942 5729 0 -1 4194304 21332 0 0 0 300 9 0 0 25 0 1 0 947111552 58863616 9841 1992294400 134512640 135197250 4294956240 18446744073709551615 134560782 0 0 4096 0 0 0 0 17 1 0 0
/proc/5942/statm: 14371 9841 80 167 0 14202 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 57484

[startup+6.30109 s]
/proc/loadavg: 0.99 0.98 0.99 2/74 5943
/proc/meminfo: memFree=1420528/2055920 swapFree=4176776/4192956
[pid=5942] ppid=5940 vsize=219888 CPUtime=6.29
/proc/5942/stat : 5942 (march_nn) R 5940 5942 5729 0 -1 4194304 48032 0 0 0 608 21 0 0 25 0 1 0 947111552 225165312 22664 1992294400 134512640 135197250 4294956240 18446744073709551615 134524866 0 0 4096 0 0 0 0 17 1 0 0
/proc/5942/statm: 54972 22664 91 167 0 54803 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 219888

[startup+12.7018 s]
/proc/loadavg: 0.99 0.98 0.99 2/74 5943
/proc/meminfo: memFree=1412016/2055920 swapFree=4176776/4192956
[pid=5942] ppid=5940 vsize=219888 CPUtime=12.69
/proc/5942/stat : 5942 (march_nn) R 5940 5942 5729 0 -1 4194304 48053 0 0 0 1248 21 0 0 25 0 1 0 947111552 225165312 22685 1992294400 134512640 135197250 4294956240 18446744073709551615 134539323 0 0 4096 0 0 0 0 17 1 0 0
/proc/5942/statm: 54972 22685 91 167 0 54803 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 219888

[startup+25.5011 s]
/proc/loadavg: 0.99 0.98 0.99 2/74 5943
/proc/meminfo: memFree=1408368/2055920 swapFree=4176776/4192956
[pid=5942] ppid=5940 vsize=223764 CPUtime=25.48
/proc/5942/stat : 5942 (march_nn) R 5940 5942 5729 0 -1 4194304 49000 0 0 0 2527 21 0 0 25 0 1 0 947111552 229134336 23632 1992294400 134512640 135197250 4294956240 18446744073709551615 134548478 0 0 4096 0 0 0 0 17 1 0 0
/proc/5942/statm: 55941 23632 91 167 0 55772 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 223764

[startup+51.1018 s]
/proc/loadavg: 0.99 0.98 0.99 2/74 5943
/proc/meminfo: memFree=1403568/2055920 swapFree=4176776/4192956
[pid=5942] ppid=5940 vsize=227404 CPUtime=51.06
/proc/5942/stat : 5942 (march_nn) R 5940 5942 5729 0 -1 4194304 50160 0 0 0 5085 21 0 0 25 0 1 0 947111552 232861696 24792 1992294400 134512640 135197250 4294956240 18446744073709551615 134524921 0 0 4096 0 0 0 0 17 1 0 0
/proc/5942/statm: 56851 24792 93 167 0 56682 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 227404

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/74 5943
/proc/meminfo: memFree=1394864/2055920 swapFree=4176776/4192956
[pid=5942] ppid=5940 vsize=236760 CPUtime=102.26
/proc/5942/stat : 5942 (march_nn) R 5940 5942 5729 0 -1 4194304 52342 0 0 0 10203 23 0 0 25 0 1 0 947111552 242442240 26974 1992294400 134512640 135197250 4294956240 18446744073709551615 134539261 0 0 4096 0 0 0 0 17 1 0 0
/proc/5942/statm: 59190 26974 93 167 0 59021 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 236760

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/74 5943
/proc/meminfo: memFree=1382384/2055920 swapFree=4176776/4192956
[pid=5942] ppid=5940 vsize=250640 CPUtime=162.24
/proc/5942/stat : 5942 (march_nn) R 5940 5942 5729 0 -1 4194304 55434 0 0 0 16199 25 0 0 25 0 1 0 947111552 256655360 30066 1992294400 134512640 135197250 4294956240 18446744073709551615 134541493 0 0 4096 0 0 0 0 17 1 0 0
/proc/5942/statm: 62660 30066 93 167 0 62491 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 250640

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/74 5943
/proc/meminfo: memFree=1382256/2055920 swapFree=4176776/4192956
[pid=5942] ppid=5940 vsize=250640 CPUtime=222.23
/proc/5942/stat : 5942 (march_nn) R 5940 5942 5729 0 -1 4194304 55454 0 0 0 22198 25 0 0 25 0 1 0 947111552 256655360 30086 1992294400 134512640 135197250 4294956240 18446744073709551615 134541433 0 0 4096 0 0 0 0 17 1 0 0
/proc/5942/statm: 62660 30086 93 167 0 62491 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 250640

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/74 5943
/proc/meminfo: memFree=1382192/2055920 swapFree=4176776/4192956
[pid=5942] ppid=5940 vsize=250776 CPUtime=282.21
/proc/5942/stat : 5942 (march_nn) R 5940 5942 5729 0 -1 4194304 55471 0 0 0 28196 25 0 0 25 0 1 0 947111552 256794624 30103 1992294400 134512640 135197250 4294956240 18446744073709551615 134541464 0 0 4096 0 0 0 0 17 1 0 0
/proc/5942/statm: 62694 30103 93 167 0 62525 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 250776

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/74 5943
/proc/meminfo: memFree=1382128/2055920 swapFree=4176776/4192956
[pid=5942] ppid=5940 vsize=250776 CPUtime=342.2
/proc/5942/stat : 5942 (march_nn) R 5940 5942 5729 0 -1 4194304 55480 0 0 0 34195 25 0 0 25 0 1 0 947111552 256794624 30112 1992294400 134512640 135197250 4294956240 18446744073709551615 134541501 0 0 4096 0 0 0 0 17 1 0 0
/proc/5942/statm: 62694 30112 93 167 0 62525 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 250776

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/74 5943
/proc/meminfo: memFree=1382000/2055920 swapFree=4176776/4192956
[pid=5942] ppid=5940 vsize=250908 CPUtime=402.18
/proc/5942/stat : 5942 (march_nn) R 5940 5942 5729 0 -1 4194304 55514 0 0 0 40193 25 0 0 25 0 1 0 947111552 256929792 30146 1992294400 134512640 135197250 4294956240 18446744073709551615 134617785 0 0 4096 0 0 0 0 17 1 0 0
/proc/5942/statm: 62727 30146 93 167 0 62558 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 250908

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/74 5949
/proc/meminfo: memFree=1381936/2055920 swapFree=4176776/4192956
[pid=5942] ppid=5940 vsize=250908 CPUtime=462.16
/proc/5942/stat : 5942 (march_nn) R 5940 5942 5729 0 -1 4194304 55518 0 0 0 46191 25 0 0 25 0 1 0 947111552 256929792 30150 1992294400 134512640 135197250 4294956240 18446744073709551615 134541464 0 0 4096 0 0 0 0 17 1 0 0
/proc/5942/statm: 62727 30150 93 167 0 62558 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 250908

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/74 5949
/proc/meminfo: memFree=1382064/2055920 swapFree=4176776/4192956
[pid=5942] ppid=5940 vsize=250908 CPUtime=522.15
/proc/5942/stat : 5942 (march_nn) R 5940 5942 5729 0 -1 4194304 55523 0 0 0 52190 25 0 0 25 0 1 0 947111552 256929792 30155 1992294400 134512640 135197250 4294956240 18446744073709551615 134596875 0 0 4096 0 0 0 0 17 1 0 0
/proc/5942/statm: 62727 30155 93 167 0 62558 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 250908

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/74 5949
/proc/meminfo: memFree=1382000/2055920 swapFree=4176776/4192956
[pid=5942] ppid=5940 vsize=250908 CPUtime=582.13
/proc/5942/stat : 5942 (march_nn) R 5940 5942 5729 0 -1 4194304 55525 0 0 0 58188 25 0 0 25 0 1 0 947111552 256929792 30157 1992294400 134512640 135197250 4294956240 18446744073709551615 134541464 0 0 4096 0 0 0 0 17 1 0 0
/proc/5942/statm: 62727 30157 93 167 0 62558 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 250908

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/74 5949
/proc/meminfo: memFree=1382000/2055920 swapFree=4176776/4192956
[pid=5942] ppid=5940 vsize=250908 CPUtime=642.12
/proc/5942/stat : 5942 (march_nn) R 5940 5942 5729 0 -1 4194304 55529 0 0 0 64187 25 0 0 25 0 1 0 947111552 256929792 30161 1992294400 134512640 135197250 4294956240 18446744073709551615 134548514 0 0 4096 0 0 0 0 17 1 0 0
/proc/5942/statm: 62727 30161 93 167 0 62558 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 250908

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/74 5949
/proc/meminfo: memFree=1381936/2055920 swapFree=4176776/4192956
[pid=5942] ppid=5940 vsize=250908 CPUtime=702.1
/proc/5942/stat : 5942 (march_nn) R 5940 5942 5729 0 -1 4194304 55531 0 0 0 70185 25 0 0 25 0 1 0 947111552 256929792 30163 1992294400 134512640 135197250 4294956240 18446744073709551615 134541520 0 0 4096 0 0 0 0 17 1 0 0
/proc/5942/statm: 62727 30163 93 167 0 62558 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 250908

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/74 5949
/proc/meminfo: memFree=1382000/2055920 swapFree=4176776/4192956
[pid=5942] ppid=5940 vsize=250908 CPUtime=762.09
/proc/5942/stat : 5942 (march_nn) R 5940 5942 5729 0 -1 4194304 55533 0 0 0 76184 25 0 0 25 0 1 0 947111552 256929792 30165 1992294400 134512640 135197250 4294956240 18446744073709551615 134602707 0 0 4096 0 0 0 0 17 1 0 0
/proc/5942/statm: 62727 30165 93 167 0 62558 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 250908

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/74 5949
/proc/meminfo: memFree=1381936/2055920 swapFree=4176776/4192956
[pid=5942] ppid=5940 vsize=251040 CPUtime=822.07
/proc/5942/stat : 5942 (march_nn) R 5940 5942 5729 0 -1 4194304 55535 0 0 0 82182 25 0 0 25 0 1 0 947111552 257064960 30167 1992294400 134512640 135197250 4294956240 18446744073709551615 134603846 0 0 4096 0 0 0 0 17 1 0 0
/proc/5942/statm: 62760 30167 93 167 0 62591 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 251040

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/74 5949
/proc/meminfo: memFree=1381872/2055920 swapFree=4176776/4192956
[pid=5942] ppid=5940 vsize=251040 CPUtime=882.05
/proc/5942/stat : 5942 (march_nn) R 5940 5942 5729 0 -1 4194304 55540 0 0 0 88180 25 0 0 25 0 1 0 947111552 257064960 30172 1992294400 134512640 135197250 4294956240 18446744073709551615 134541433 0 0 4096 0 0 0 0 17 1 0 0
/proc/5942/statm: 62760 30172 93 167 0 62591 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 251040

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/74 5949
/proc/meminfo: memFree=1381872/2055920 swapFree=4176776/4192956
[pid=5942] ppid=5940 vsize=251040 CPUtime=942.04
/proc/5942/stat : 5942 (march_nn) R 5940 5942 5729 0 -1 4194304 55542 0 0 0 94179 25 0 0 25 0 1 0 947111552 257064960 30174 1992294400 134512640 135197250 4294956240 18446744073709551615 134541471 0 0 4096 0 0 0 0 17 1 0 0
/proc/5942/statm: 62760 30174 93 167 0 62591 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 251040

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/74 5949
/proc/meminfo: memFree=1381808/2055920 swapFree=4176776/4192956
[pid=5942] ppid=5940 vsize=251040 CPUtime=1002.02
/proc/5942/stat : 5942 (march_nn) R 5940 5942 5729 0 -1 4194304 55552 0 0 0 100177 25 0 0 25 0 1 0 947111552 257064960 30184 1992294400 134512640 135197250 4294956240 18446744073709551615 134550945 0 0 4096 0 0 0 0 17 1 0 0
/proc/5942/statm: 62760 30184 93 167 0 62591 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 251040

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/74 5949
/proc/meminfo: memFree=1381808/2055920 swapFree=4176776/4192956
[pid=5942] ppid=5940 vsize=251040 CPUtime=1062.01
/proc/5942/stat : 5942 (march_nn) R 5940 5942 5729 0 -1 4194304 55554 0 0 0 106176 25 0 0 25 0 1 0 947111552 257064960 30186 1992294400 134512640 135197250 4294956240 18446744073709551615 134541425 0 0 4096 0 0 0 0 17 1 0 0
/proc/5942/statm: 62760 30186 93 167 0 62591 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 251040

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/74 5949
/proc/meminfo: memFree=1381808/2055920 swapFree=4176776/4192956
[pid=5942] ppid=5940 vsize=251040 CPUtime=1121.99
/proc/5942/stat : 5942 (march_nn) R 5940 5942 5729 0 -1 4194304 55554 0 0 0 112174 25 0 0 25 0 1 0 947111552 257064960 30186 1992294400 134512640 135197250 4294956240 18446744073709551615 134572697 0 0 4096 0 0 0 0 17 1 0 0
/proc/5942/statm: 62760 30186 93 167 0 62591 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 251040

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/74 5949
/proc/meminfo: memFree=1381808/2055920 swapFree=4176776/4192956
[pid=5942] ppid=5940 vsize=251040 CPUtime=1181.98
/proc/5942/stat : 5942 (march_nn) R 5940 5942 5729 0 -1 4194304 55554 0 0 0 118173 25 0 0 25 0 1 0 947111552 257064960 30186 1992294400 134512640 135197250 4294956240 18446744073709551615 134541464 0 0 4096 0 0 0 0 17 1 0 0
/proc/5942/statm: 62760 30186 93 167 0 62591 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 251040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 0.99 2/74 5949
/proc/meminfo: memFree=1381744/2055920 swapFree=4176776/4192956
[pid=5942] ppid=5940 vsize=251040 CPUtime=1200.08
/proc/5942/stat : 5942 (march_nn) R 5940 5942 5729 0 -1 4194304 55555 0 0 0 119983 25 0 0 25 0 1 0 947111552 257064960 30187 1992294400 134512640 135197250 4294956240 18446744073709551615 134541572 0 0 4096 0 0 0 0 17 1 0 0
/proc/5942/statm: 62760 30187 93 167 0 62591 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 251040

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.42
CPU time (s): 1200.1
CPU user time (s): 1199.83
CPU system time (s): 0.270958
CPU usage (%): 99.9732
Max. virtual memory (cumulated for all children) (KiB): 251040

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

runsolver used 1.24781 second user time and 3.13152 second system time

The end

Launcher Data

Begin job on node82 at 2009-04-05 06:53:49
IDJOB=1579401
IDBENCH=70997
IDSOLVER=522
FILE ID=node82/1579401-1238907228
PBS_JOBID= 9101353
Free space on /tmp= 66552 MiB

SOLVER NAME= march_nn nn
BENCH NAME= SAT09/APPLICATIONS/diagnosis/ACG-10-5p0.cnf
COMMAND LINE= HOME/march_nn BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1579401-1238907228/watcher-1579401-1238907228 -o /tmp/evaluation-result-1579401-1238907228/solver-1579401-1238907228 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/march_nn HOME/instance-1579401-1238907228.cnf

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

MD5SUM BENCH= b0f091d476e617a8697e9f8acfd1538f
RANDOM SEED=1313733648

node82.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.232
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.232
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:       1503312 kB
Buffers:         57768 kB
Cached:         422684 kB
SwapCached:       7244 kB
Active:         190732 kB
Inactive:       299068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1503312 kB
SwapTotal:     4192956 kB
SwapFree:      4176776 kB
Dirty:           10024 kB
Writeback:           0 kB
Mapped:          14852 kB
Slab:            47936 kB
Committed_AS:  2731812 kB
PageTables:       2008 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66552 MiB
End job on node82 at 2009-04-05 07:13:52