Trace number 1727376

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.07 1200.52

General information on the benchmark

Namecrafted/Hard/contest05/phnf/
phnf-size10-exclusive-myciel6-cn.used-as.sat04-319.sat05-4201.reshuffled-07.cnf
MD5SUM4c4e7e1211c6b5f2d2564e77e64df6f5
Bench CategoryCRAFTED (crafted 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 variables12558
Number of clauses1112504
Sum of the clauses size2234596
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21111019
Number of clauses of size 31
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51484

Solver Data

18.19/18.23	c main():: ***                                   [ march satisfiability solver ]                                   ***
18.19/18.23	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
18.19/18.23	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
18.19/18.23	c main()::
18.19/18.23	c initFormula():: searching for DIMACS p-line....
18.19/18.23	c full lookahead due to high density!
18.19/18.23	c initFormula():: the DIMACS p-line indicates a CNF of 12558 variables and 1112504 clauses.
18.19/18.23	c parseCNF():: parsing....
18.19/18.23	c parseCNF():: the CNF contains 0 unary clauses.
18.19/18.23	c runParser():: parsing was successful, warming up engines...
18.19/18.23	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
18.19/18.23	c preprocessing fase I completed:: there are now 12558 free variables and 1112504 clauses.
18.19/18.23	c stat :: sign balance is biased by 174.936
18.19/18.23	c using k-SAT heuristics (size based diff)
18.19/18.23	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
18.19/18.23	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
18.19/18.23	c main():: clause / variable ratio: ( 1112504 / 12558 ) = 88.59
18.19/18.23	c longest clause has size 10
18.19/18.23	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
18.19/18.23	c number of free variables = 12558
18.19/18.23	c dynamic_preselect_setsize :: off
18.19/18.23	c main():: all systems go!
18.19/18.23	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| ( 0/999) NodeCount: 244
20.79/20.81	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |****************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 1/999) NodeCount: 5757
82.56/82.61	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |*****************
c |******************
c |********************
c |************************
c |*************************
c |**************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |****************************************
c |*****************************************
c |******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
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-1727376-1240724040/watcher-1727376-1240724040 -o /tmp/evaluation-result-1727376-1240724040/solver-1727376-1240724040 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/march_hi HOME/instance-1727376-1240724040.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.97 3/64 27519
/proc/meminfo: memFree=1591224/2055920 swapFree=4181848/4192956
[pid=27519] ppid=27517 vsize=5184 CPUtime=0
/proc/27519/stat : 27519 (march_hi) R 27517 27519 27420 0 -1 4194304 748 0 0 0 0 0 0 0 18 0 1 0 100430562 5308416 734 1992294400 134512640 135197378 4294956240 18446744073709551615 134568349 0 0 4096 0 0 0 0 17 1 0 0
/proc/27519/statm: 1296 739 58 167 0 1127 0

[startup+0.033317 s]
/proc/loadavg: 0.99 0.97 0.97 3/64 27519
/proc/meminfo: memFree=1591224/2055920 swapFree=4181848/4192956
[pid=27519] ppid=27517 vsize=10776 CPUtime=0.02
/proc/27519/stat : 27519 (march_hi) R 27517 27519 27420 0 -1 4194304 1512 0 0 0 2 0 0 0 18 0 1 0 100430562 11034624 1497 1992294400 134512640 135197378 4294956240 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/27519/statm: 2694 1497 58 167 0 2525 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10776

[startup+0.101331 s]
/proc/loadavg: 0.99 0.97 0.97 3/64 27519
/proc/meminfo: memFree=1591224/2055920 swapFree=4181848/4192956
[pid=27519] ppid=27517 vsize=11832 CPUtime=0.09
/proc/27519/stat : 27519 (march_hi) R 27517 27519 27420 0 -1 4194304 1826 0 0 0 9 0 0 0 18 0 1 0 100430562 12115968 1811 1992294400 134512640 135197378 4294956240 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/27519/statm: 2958 1811 58 167 0 2789 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11832

[startup+0.301368 s]
/proc/loadavg: 0.99 0.97 0.97 3/64 27519
/proc/meminfo: memFree=1591224/2055920 swapFree=4181848/4192956
[pid=27519] ppid=27517 vsize=14736 CPUtime=0.29
/proc/27519/stat : 27519 (march_hi) R 27517 27519 27420 0 -1 4194304 2747 0 0 0 28 1 0 0 19 0 1 0 100430562 15089664 2732 1992294400 134512640 135197378 4294956240 18446744073709551615 134718590 0 0 4096 0 0 0 0 17 1 0 0
/proc/27519/statm: 3684 2732 58 167 0 3515 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14736

[startup+0.701448 s]
/proc/loadavg: 0.99 0.97 0.97 3/64 27519
/proc/meminfo: memFree=1591224/2055920 swapFree=4181848/4192956
[pid=27519] ppid=27517 vsize=20676 CPUtime=0.69
/proc/27519/stat : 27519 (march_hi) R 27517 27519 27420 0 -1 4194304 4587 0 0 0 66 3 0 0 23 0 1 0 100430562 21172224 4572 1992294400 134512640 135197378 4294956240 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/27519/statm: 5169 4573 58 167 0 5000 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20676

[startup+1.5016 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 27520
/proc/meminfo: memFree=1567472/2055920 swapFree=4181848/4192956
[pid=27519] ppid=27517 vsize=71932 CPUtime=1.49
/proc/27519/stat : 27519 (march_hi) R 27517 27519 27420 0 -1 4194304 11551 0 0 0 143 6 0 0 25 0 1 0 100430562 73658368 8168 1992294400 134512640 135197378 4294956240 18446744073709551615 134565239 0 0 4096 0 0 0 0 17 1 0 0
/proc/27519/statm: 17983 8168 65 167 0 17814 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 71932

[startup+3.10192 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 27520
/proc/meminfo: memFree=1556720/2055920 swapFree=4181848/4192956
[pid=27519] ppid=27517 vsize=72156 CPUtime=3.09
/proc/27519/stat : 27519 (march_hi) R 27517 27519 27420 0 -1 4194304 13689 0 0 0 302 7 0 0 25 0 1 0 100430562 73887744 9219 1992294400 134512640 135197378 4294956240 18446744073709551615 134560764 0 0 4096 0 0 0 0 17 1 0 0
/proc/27519/statm: 18039 9219 66 167 0 17870 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 72156

[startup+6.30155 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 27520
/proc/meminfo: memFree=1536368/2055920 swapFree=4181848/4192956
[pid=27519] ppid=27517 vsize=72156 CPUtime=6.29
/proc/27519/stat : 27519 (march_hi) R 27517 27519 27420 0 -1 4194304 36344 0 0 0 612 17 0 0 25 0 1 0 100430562 73887744 9240 1992294400 134512640 135197378 4294956240 18446744073709551615 134560764 0 0 4096 0 0 0 0 17 1 0 0
/proc/27519/statm: 18039 9240 80 167 0 17870 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 72156

[startup+12.7018 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 27520
/proc/meminfo: memFree=1554288/2055920 swapFree=4181848/4192956
[pid=27519] ppid=27517 vsize=71960 CPUtime=12.68
/proc/27519/stat : 27519 (march_hi) R 27517 27519 27420 0 -1 4194304 65423 0 0 0 1238 30 0 0 25 0 1 0 100430562 73687040 8402 1992294400 134512640 135197378 4294956240 18446744073709551615 134565197 0 0 4096 0 0 0 0 17 1 0 0
/proc/27519/statm: 17990 8402 83 167 0 17821 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 71960

[startup+25.5013 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 27520
/proc/meminfo: memFree=1532336/2055920 swapFree=4181848/4192956
[pid=27519] ppid=27517 vsize=131000 CPUtime=25.48
/proc/27519/stat : 27519 (march_hi) R 27517 27519 27420 0 -1 4194304 94340 0 0 0 2504 44 0 0 25 0 1 0 100430562 134144000 14791 1992294400 134512640 135197378 4294956240 18446744073709551615 134541464 0 0 4096 0 0 0 0 17 1 0 0
/proc/27519/statm: 32750 14791 93 167 0 32581 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 131000

[startup+51.1014 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 27520
/proc/meminfo: memFree=1528176/2055920 swapFree=4181848/4192956
[pid=27519] ppid=27517 vsize=135388 CPUtime=51.07
/proc/27519/stat : 27519 (march_hi) R 27517 27519 27420 0 -1 4194304 95399 0 0 0 5062 45 0 0 25 0 1 0 100430562 138637312 15840 1992294400 134512640 135197378 4294956240 18446744073709551615 134541501 0 0 4096 0 0 0 0 17 1 0 0
/proc/27519/statm: 33847 15840 93 167 0 33678 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 135388

[startup+102.305 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 27520
/proc/meminfo: memFree=1523760/2055920 swapFree=4181848/4192956
[pid=27519] ppid=27517 vsize=139856 CPUtime=102.26
/proc/27519/stat : 27519 (march_hi) R 27517 27519 27420 0 -1 4194304 96477 0 0 0 10180 46 0 0 25 0 1 0 100430562 143212544 16918 1992294400 134512640 135197378 4294956240 18446744073709551615 134541464 0 0 4096 0 0 0 0 17 1 0 0
/proc/27519/statm: 34964 16918 93 167 0 34795 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 139856

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 27520
/proc/meminfo: memFree=1521520/2055920 swapFree=4181848/4192956
[pid=27519] ppid=27517 vsize=141804 CPUtime=162.23
/proc/27519/stat : 27519 (march_hi) R 27517 27519 27420 0 -1 4194304 97031 0 0 0 16176 47 0 0 25 0 1 0 100430562 145207296 17472 1992294400 134512640 135197378 4294956240 18446744073709551615 134541464 0 0 4096 0 0 0 0 17 1 0 0
/proc/27519/statm: 35451 17472 93 167 0 35282 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 141804

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 27520
/proc/meminfo: memFree=1519664/2055920 swapFree=4181848/4192956
[pid=27519] ppid=27517 vsize=144172 CPUtime=222.21
/proc/27519/stat : 27519 (march_hi) R 27517 27519 27420 0 -1 4194304 97487 0 0 0 22173 48 0 0 25 0 1 0 100430562 147632128 17928 1992294400 134512640 135197378 4294956240 18446744073709551615 134541538 0 0 4096 0 0 0 0 17 1 0 0
/proc/27519/statm: 36043 17928 93 167 0 35874 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 144172

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 27520
/proc/meminfo: memFree=1518128/2055920 swapFree=4181848/4192956
[pid=27519] ppid=27517 vsize=145592 CPUtime=282.18
/proc/27519/stat : 27519 (march_hi) R 27517 27519 27420 0 -1 4194304 97888 0 0 0 28170 48 0 0 25 0 1 0 100430562 149086208 18329 1992294400 134512640 135197378 4294956240 18446744073709551615 134541443 0 0 4096 0 0 0 0 17 1 0 0
/proc/27519/statm: 36398 18329 93 167 0 36229 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 145592

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 27522
/proc/meminfo: memFree=1516592/2055920 swapFree=4181848/4192956
[pid=27519] ppid=27517 vsize=148184 CPUtime=342.16
/proc/27519/stat : 27519 (march_hi) R 27517 27519 27420 0 -1 4194304 98215 0 0 0 34167 49 0 0 25 0 1 0 100430562 151740416 18656 1992294400 134512640 135197378 4294956240 18446744073709551615 134541458 0 0 4096 0 0 0 0 17 1 0 0
/proc/27519/statm: 37046 18656 93 167 0 36877 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 148184

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 27522
/proc/meminfo: memFree=1515504/2055920 swapFree=4181848/4192956
[pid=27519] ppid=27517 vsize=149184 CPUtime=402.14
/proc/27519/stat : 27519 (march_hi) R 27517 27519 27420 0 -1 4194304 98493 0 0 0 40164 50 0 0 25 0 1 0 100430562 152764416 18934 1992294400 134512640 135197378 4294956240 18446744073709551615 134550648 0 0 4096 0 0 0 0 17 1 0 0
/proc/27519/statm: 37296 18934 93 167 0 37127 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 149184

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 27522
/proc/meminfo: memFree=1514096/2055920 swapFree=4181848/4192956
[pid=27519] ppid=27517 vsize=149844 CPUtime=462.12
/proc/27519/stat : 27519 (march_hi) R 27517 27519 27420 0 -1 4194304 98832 0 0 0 46161 51 0 0 25 0 1 0 100430562 153440256 19273 1992294400 134512640 135197378 4294956240 18446744073709551615 134541458 0 0 4096 0 0 0 0 17 1 0 0
/proc/27519/statm: 37461 19273 93 167 0 37292 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 149844

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 27522
/proc/meminfo: memFree=1512880/2055920 swapFree=4181848/4192956
[pid=27519] ppid=27517 vsize=150884 CPUtime=522.09
/proc/27519/stat : 27519 (march_hi) R 27517 27519 27420 0 -1 4194304 99122 0 0 0 52158 51 0 0 25 0 1 0 100430562 154505216 19563 1992294400 134512640 135197378 4294956240 18446744073709551615 134548531 0 0 4096 0 0 0 0 17 1 0 0
/proc/27519/statm: 37721 19563 93 167 0 37552 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 150884

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 27522
/proc/meminfo: memFree=1512048/2055920 swapFree=4181848/4192956
[pid=27519] ppid=27517 vsize=154740 CPUtime=582.07
/proc/27519/stat : 27519 (march_hi) R 27517 27519 27420 0 -1 4194304 99326 0 0 0 58155 52 0 0 25 0 1 0 100430562 158453760 19767 1992294400 134512640 135197378 4294956240 18446744073709551615 134541536 0 0 4096 0 0 0 0 17 1 0 0
/proc/27519/statm: 38685 19767 93 167 0 38516 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 154740

[startup+642.303 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 27522
/proc/meminfo: memFree=1510960/2055920 swapFree=4181848/4192956
[pid=27519] ppid=27517 vsize=155268 CPUtime=642.06
/proc/27519/stat : 27519 (march_hi) R 27517 27519 27420 0 -1 4194304 99591 0 0 0 64154 52 0 0 25 0 1 0 100430562 158994432 20032 1992294400 134512640 135197378 4294956240 18446744073709551615 134541466 0 0 4096 0 0 0 0 17 1 0 0
/proc/27519/statm: 38817 20032 93 167 0 38648 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 155268

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 27522
/proc/meminfo: memFree=1510192/2055920 swapFree=4181848/4192956
[pid=27519] ppid=27517 vsize=155400 CPUtime=702.03
/proc/27519/stat : 27519 (march_hi) R 27517 27519 27420 0 -1 4194304 99779 0 0 0 70151 52 0 0 25 0 1 0 100430562 159129600 20220 1992294400 134512640 135197378 4294956240 18446744073709551615 134539323 0 0 4096 0 0 0 0 17 1 0 0
/proc/27519/statm: 38850 20220 93 167 0 38681 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 155400

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 27522
/proc/meminfo: memFree=1509552/2055920 swapFree=4181848/4192956
[pid=27519] ppid=27517 vsize=156296 CPUtime=762.02
/proc/27519/stat : 27519 (march_hi) R 27517 27519 27420 0 -1 4194304 99927 0 0 0 76149 53 0 0 25 0 1 0 100430562 160047104 20368 1992294400 134512640 135197378 4294956240 18446744073709551615 134541456 0 0 4096 0 0 0 0 17 1 0 0
/proc/27519/statm: 39074 20368 93 167 0 38905 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 156296

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 27522
/proc/meminfo: memFree=1509040/2055920 swapFree=4181848/4192956
[pid=27519] ppid=27517 vsize=156560 CPUtime=821.98
/proc/27519/stat : 27519 (march_hi) R 27517 27519 27420 0 -1 4194304 100106 0 0 0 82145 53 0 0 25 0 1 0 100430562 160317440 20547 1992294400 134512640 135197378 4294956240 18446744073709551615 134541501 0 0 4096 0 0 0 0 17 1 0 0
/proc/27519/statm: 39140 20547 93 167 0 38971 0
Current children cumulated CPU time (s) 821.98
Current children cumulated vsize (KiB) 156560

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 27522
/proc/meminfo: memFree=1508464/2055920 swapFree=4181848/4192956
[pid=27519] ppid=27517 vsize=156692 CPUtime=881.97
/proc/27519/stat : 27519 (march_hi) R 27517 27519 27420 0 -1 4194304 100258 0 0 0 88143 54 0 0 25 0 1 0 100430562 160452608 20699 1992294400 134512640 135197378 4294956240 18446744073709551615 134592835 0 0 4096 0 0 0 0 17 1 0 0
/proc/27519/statm: 39173 20699 93 167 0 39004 0
Current children cumulated CPU time (s) 881.97
Current children cumulated vsize (KiB) 156692

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 27522
/proc/meminfo: memFree=1507760/2055920 swapFree=4181848/4192956
[pid=27519] ppid=27517 vsize=156832 CPUtime=941.94
/proc/27519/stat : 27519 (march_hi) R 27517 27519 27420 0 -1 4194304 100443 0 0 0 94140 54 0 0 25 0 1 0 100430562 160595968 20884 1992294400 134512640 135197378 4294956240 18446744073709551615 134541538 0 0 4096 0 0 0 0 17 1 0 0
/proc/27519/statm: 39208 20884 93 167 0 39039 0
Current children cumulated CPU time (s) 941.94
Current children cumulated vsize (KiB) 156832

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 27522
/proc/meminfo: memFree=1507056/2055920 swapFree=4181848/4192956
[pid=27519] ppid=27517 vsize=156964 CPUtime=1001.91
/proc/27519/stat : 27519 (march_hi) R 27517 27519 27420 0 -1 4194304 100608 0 0 0 100137 54 0 0 25 0 1 0 100430562 160731136 21049 1992294400 134512640 135197378 4294956240 18446744073709551615 134541536 0 0 4096 0 0 0 0 17 1 0 0
/proc/27519/statm: 39241 21049 93 167 0 39072 0
Current children cumulated CPU time (s) 1001.91
Current children cumulated vsize (KiB) 156964

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 27522
/proc/meminfo: memFree=1506480/2055920 swapFree=4181848/4192956
[pid=27519] ppid=27517 vsize=157096 CPUtime=1061.9
/proc/27519/stat : 27519 (march_hi) R 27517 27519 27420 0 -1 4194304 100749 0 0 0 106135 55 0 0 25 0 1 0 100430562 160866304 21190 1992294400 134512640 135197378 4294956240 18446744073709551615 134541536 0 0 4096 0 0 0 0 17 1 0 0
/proc/27519/statm: 39274 21190 93 167 0 39105 0
Current children cumulated CPU time (s) 1061.9
Current children cumulated vsize (KiB) 157096

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 27522
/proc/meminfo: memFree=1505776/2055920 swapFree=4181848/4192956
[pid=27519] ppid=27517 vsize=165572 CPUtime=1121.87
/proc/27519/stat : 27519 (march_hi) R 27517 27519 27420 0 -1 4194304 100908 0 0 0 112132 55 0 0 25 0 1 0 100430562 169545728 21349 1992294400 134512640 135197378 4294956240 18446744073709551615 134541425 0 0 4096 0 0 0 0 17 1 0 0
/proc/27519/statm: 41393 21349 93 167 0 41224 0
Current children cumulated CPU time (s) 1121.87
Current children cumulated vsize (KiB) 165572

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 27522
/proc/meminfo: memFree=1505072/2055920 swapFree=4181848/4192956
[pid=27519] ppid=27517 vsize=165704 CPUtime=1181.85
/proc/27519/stat : 27519 (march_hi) R 27517 27519 27420 0 -1 4194304 101083 0 0 0 118130 55 0 0 25 0 1 0 100430562 169680896 21524 1992294400 134512640 135197378 4294956240 18446744073709551615 134541530 0 0 4096 0 0 0 0 17 1 0 0
/proc/27519/statm: 41426 21524 93 167 0 41257 0
Current children cumulated CPU time (s) 1181.85
Current children cumulated vsize (KiB) 165704



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 27522
/proc/meminfo: memFree=1504944/2055920 swapFree=4181848/4192956
[pid=27519] ppid=27517 vsize=165704 CPUtime=1200.04
/proc/27519/stat : 27519 (march_hi) R 27517 27519 27420 0 -1 4194304 101121 0 0 0 119949 55 0 0 25 0 1 0 100430562 169680896 21562 1992294400 134512640 135197378 4294956240 18446744073709551615 134548526 0 0 4096 0 0 0 0 17 1 0 0
/proc/27519/statm: 41426 21562 93 167 0 41257 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 165704

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

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

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 27522
/proc/meminfo: memFree=1504944/2055920 swapFree=4181848/4192956
[pid=27519] ppid=27517 vsize=165704 CPUtime=1200.04
/proc/27519/stat : 27519 (march_hi) R 27517 27519 27420 0 -1 4194304 101121 0 0 0 119949 55 0 0 25 0 1 0 100430562 169680896 21562 1992294400 134512640 135197378 4294956240 18446744073709551615 134548526 0 0 4096 0 0 0 0 17 1 0 0
/proc/27519/statm: 41426 21562 93 167 0 41257 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 165704

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.52
CPU time (s): 1200.07
CPU user time (s): 1199.5
CPU system time (s): 0.572912
CPU usage (%): 99.9626
Max. virtual memory (cumulated for all children) (KiB): 165704

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

runsolver used 0.902862 second user time and 2.5926 second system time

The end

Launcher Data

Begin job on node66 at 2009-04-26 07:34:02
IDJOB=1727376
IDBENCH=24637
IDSOLVER=521
FILE ID=node66/1727376-1240724040
PBS_JOBID= 9186929
Free space on /tmp= 66312 MiB

SOLVER NAME= march_hi hi
BENCH NAME= SAT07/crafted/Hard/contest05/phnf/phnf-size10-exclusive-myciel6-cn.used-as.sat04-319.sat05-4201.reshuffled-07.cnf
COMMAND LINE= HOME/march_hi BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1727376-1240724040/watcher-1727376-1240724040 -o /tmp/evaluation-result-1727376-1240724040/solver-1727376-1240724040 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/march_hi HOME/instance-1727376-1240724040.cnf

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

MD5SUM BENCH= 4c4e7e1211c6b5f2d2564e77e64df6f5
RANDOM SEED=1340834253

node66.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.263
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.263
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:       1591640 kB
Buffers:         49256 kB
Cached:         341364 kB
SwapCached:       5616 kB
Active:         186812 kB
Inactive:       212344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1591640 kB
SwapTotal:     4192956 kB
SwapFree:      4181848 kB
Dirty:           15188 kB
Writeback:           0 kB
Mapped:          14004 kB
Slab:            51184 kB
Committed_AS:   485148 kB
PageTables:       1360 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= 66312 MiB
End job on node66 at 2009-04-26 07:54:04