Trace number 304226

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, and are wall clock time (not CPU 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 KS 2007-02-08? (TO) 1200.01 1200.45

General information on the benchmark

Namerandom/LargeSize/7SAT/v160/
unif-k7-r85-v160-c13600-S187076430-06.cnf
MD5SUM2354ce79c238d894898172bcf31459ce
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1005.91
Satisfiable
(Un)Satisfiability was proved
Number of variables160
Number of clauses13600
Sum of the clauses size95200
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 513600

Solver Data (download as text)

2.04/2.11	c main():: ***                                   [ march satisfiability solver ]                                   ***
2.04/2.11	c main()::  **            Copyright (C) 2001-2004 M. Dufour, M. Heule, J. van Zwieten and H. van Maaren            **
2.04/2.11	c main()::   * This program may be redistributed and/or modified under the terms of the GNU Gereral Public License *
2.04/2.11	c main()::
2.04/2.11	c initFormula():: searching for DIMACS p-line....
2.04/2.11	c full lookahead due to high density!
2.04/2.11	c initFormula():: the DIMACS p-line indicates a CNF of 160 variables and 13600 clauses.
2.04/2.11	c parseCNF():: parsing....
2.04/2.11	c parseCNF():: the CNF contains 0 unary clauses.
2.04/2.11	c runParser():: parsing was successful, warming up engines...
2.04/2.11	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
2.04/2.11	c preprocessing fase I completed:: there are now 160 free variables and 13600 clauses.
2.04/2.11	c stat :: sign balance is biased by 0.006
2.04/2.11	c shorten_equivalence(): average equivalence length reduced from nan to nan
2.04/2.11	c using k-SAT heuristics (size based diff)
2.04/2.11	c longest clause has size 7
2.04/2.11	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
2.04/2.11	c main():: clause / variable ratio: ( 13600 / 160 ) = 85.00
2.04/2.11	c longest clause has size 7
2.04/2.11	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
2.04/2.11	c dynamic_preselect_setsize :: off
2.04/2.11	c suggested doublelook initial :: 0
2.04/2.11	c main():: all systems go!
2.04/2.11	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| 0 NC: 278 JD: 57
2.45/2.47	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |****************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| 1 NC: 36964 JD: 57
41.55/41.63	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 |***************************************************************
c |****************************************************************| 2 NC: 882319 JD: 57
942.24/942.64	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 (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.0 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node78/watcher-304226-1172054199 -o ROOT/results/node78/solver-304226-1172054199 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/304226-1172054199/march_ks /tmp/evaluation/304226-1172054199/instance-304226-1172054199.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 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.08 0.03 0.20 3/66 2858
/proc/meminfo: memFree=1598488/2055920 swapFree=4192956/4192956
[pid=2858] ppid=2856 vsize=788 CPUtime=0
/proc/2858/stat : 2858 (march_ks) R 2856 2858 2794 0 -1 4194304 102 0 0 0 0 0 0 0 19 0 1 0 287310 806912 87 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134684029 0 0 4096 0 0 0 0 17 1 0 0
/proc/2858/statm: 197 87 47 123 0 72 0

[startup+0.106931 s]
/proc/loadavg: 0.08 0.03 0.20 3/66 2858
/proc/meminfo: memFree=1598488/2055920 swapFree=4192956/4192956
[pid=2858] ppid=2856 vsize=2824 CPUtime=0.1
/proc/2858/stat : 2858 (march_ks) R 2856 2858 2794 0 -1 4194304 1845 0 0 0 10 0 0 0 19 0 1 0 287310 2891776 516 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134567048 0 0 4096 0 0 0 0 17 1 0 0
/proc/2858/statm: 706 516 67 123 0 581 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2824

[startup+0.514987 s]
/proc/loadavg: 0.08 0.03 0.20 3/66 2858
/proc/meminfo: memFree=1598488/2055920 swapFree=4192956/4192956
[pid=2858] ppid=2856 vsize=2824 CPUtime=0.5
/proc/2858/stat : 2858 (march_ks) R 2856 2858 2794 0 -1 4194304 1845 0 0 0 50 0 0 0 23 0 1 0 287310 2891776 516 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134536937 0 0 4096 0 0 0 0 17 1 0 0
/proc/2858/statm: 706 516 67 123 0 581 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2824

[startup+1.3351 s]
/proc/loadavg: 0.08 0.03 0.20 2/67 2859
/proc/meminfo: memFree=1596688/2055920 swapFree=4192956/4192956
[pid=2858] ppid=2856 vsize=2824 CPUtime=1.32
/proc/2858/stat : 2858 (march_ks) R 2856 2858 2794 0 -1 4194304 1845 0 0 0 132 0 0 0 25 0 1 0 287310 2891776 516 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134536937 0 0 4096 0 0 0 0 17 1 0 0
/proc/2858/statm: 706 516 67 123 0 581 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 2824

[startup+2.97433 s]
/proc/loadavg: 0.16 0.05 0.21 2/67 2859
/proc/meminfo: memFree=1595984/2055920 swapFree=4192956/4192956
[pid=2858] ppid=2856 vsize=3312 CPUtime=2.96
/proc/2858/stat : 2858 (march_ks) R 2856 2858 2794 0 -1 4194304 2832 0 0 0 296 0 0 0 25 0 1 0 287310 3391488 595 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526947 0 0 4096 0 0 0 0 17 1 0 0
/proc/2858/statm: 828 595 72 123 0 703 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 3312

[startup+6.24978 s]
/proc/loadavg: 0.16 0.05 0.21 2/67 2859
/proc/meminfo: memFree=1595920/2055920 swapFree=4192956/4192956
[pid=2858] ppid=2856 vsize=3312 CPUtime=6.23
/proc/2858/stat : 2858 (march_ks) R 2856 2858 2794 0 -1 4194304 2832 0 0 0 623 0 0 0 25 0 1 0 287310 3391488 595 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526930 0 0 4096 0 0 0 0 17 1 0 0
/proc/2858/statm: 828 595 72 123 0 703 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 3312

[startup+12.7027 s]
/proc/loadavg: 0.28 0.08 0.21 2/67 2859
/proc/meminfo: memFree=1595928/2055920 swapFree=4192956/4192956
[pid=2858] ppid=2856 vsize=3312 CPUtime=12.69
/proc/2858/stat : 2858 (march_ks) R 2856 2858 2794 0 -1 4194304 2832 0 0 0 1269 0 0 0 25 0 1 0 287310 3391488 595 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538419 0 0 4096 0 0 0 0 17 1 0 0
/proc/2858/statm: 828 595 72 123 0 703 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 3312

[startup+25.5065 s]
/proc/loadavg: 0.39 0.11 0.22 2/67 2859
/proc/meminfo: memFree=1596056/2055920 swapFree=4192956/4192956
[pid=2858] ppid=2856 vsize=3312 CPUtime=25.49
/proc/2858/stat : 2858 (march_ks) R 2856 2858 2794 0 -1 4194304 2832 0 0 0 2549 0 0 0 25 0 1 0 287310 3391488 595 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538199 0 0 4096 0 0 0 0 17 1 0 0
/proc/2858/statm: 828 595 72 123 0 703 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 3312

[startup+51.111 s]
/proc/loadavg: 0.60 0.18 0.24 2/67 2859
/proc/meminfo: memFree=1596056/2055920 swapFree=4192956/4192956
[pid=2858] ppid=2856 vsize=3312 CPUtime=51.08
/proc/2858/stat : 2858 (march_ks) R 2856 2858 2794 0 -1 4194304 2832 0 0 0 5108 0 0 0 25 0 1 0 287310 3391488 595 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526930 0 0 4096 0 0 0 0 17 1 0 0
/proc/2858/statm: 828 595 72 123 0 703 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 3312

[startup+102.314 s]
/proc/loadavg: 0.82 0.30 0.28 2/67 2859
/proc/meminfo: memFree=1596184/2055920 swapFree=4192956/4192956
[pid=2858] ppid=2856 vsize=3448 CPUtime=102.26
/proc/2858/stat : 2858 (march_ks) R 2856 2858 2794 0 -1 4194304 2859 0 0 0 10226 0 0 0 25 0 1 0 287310 3530752 622 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538149 0 0 4096 0 0 0 0 17 1 0 0
/proc/2858/statm: 862 622 72 123 0 737 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 3448

[startup+162.334 s]
/proc/loadavg: 0.94 0.44 0.32 2/67 2859
/proc/meminfo: memFree=1596056/2055920 swapFree=4192956/4192956
[pid=2858] ppid=2856 vsize=3516 CPUtime=162.27
/proc/2858/stat : 2858 (march_ks) R 2856 2858 2794 0 -1 4194304 2871 0 0 0 16227 0 0 0 25 0 1 0 287310 3600384 634 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134579222 0 0 4096 0 0 0 0 17 1 0 0
/proc/2858/statm: 879 634 72 123 0 754 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 3516

[startup+222.354 s]
/proc/loadavg: 0.98 0.54 0.37 2/67 2859
/proc/meminfo: memFree=1595928/2055920 swapFree=4192956/4192956
[pid=2858] ppid=2856 vsize=3616 CPUtime=222.26
/proc/2858/stat : 2858 (march_ks) R 2856 2858 2794 0 -1 4194304 2885 0 0 0 22226 0 0 0 25 0 1 0 287310 3702784 648 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134536942 0 0 4096 0 0 0 0 17 1 0 0
/proc/2858/statm: 904 648 72 123 0 779 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 3616

[startup+282.377 s]
/proc/loadavg: 0.99 0.61 0.40 2/67 2859
/proc/meminfo: memFree=1595800/2055920 swapFree=4192956/4192956
[pid=2858] ppid=2856 vsize=3616 CPUtime=282.26
/proc/2858/stat : 2858 (march_ks) R 2856 2858 2794 0 -1 4194304 2895 0 0 0 28226 0 0 0 25 0 1 0 287310 3702784 658 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526957 0 0 4096 0 0 0 0 17 1 0 0
/proc/2858/statm: 904 658 72 123 0 779 0
Current children cumulated CPU time (s) 282.26
Current children cumulated vsize (KiB) 3616

[startup+342.395 s]
/proc/loadavg: 0.99 0.68 0.43 2/67 2859
/proc/meminfo: memFree=1595800/2055920 swapFree=4192956/4192956
[pid=2858] ppid=2856 vsize=3616 CPUtime=342.26
/proc/2858/stat : 2858 (march_ks) R 2856 2858 2794 0 -1 4194304 2908 0 0 0 34226 0 0 0 25 0 1 0 287310 3702784 671 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134525477 0 0 4096 0 0 0 0 17 1 0 0
/proc/2858/statm: 904 671 72 123 0 779 0
Current children cumulated CPU time (s) 342.26
Current children cumulated vsize (KiB) 3616

[startup+402.416 s]
/proc/loadavg: 0.99 0.74 0.47 2/67 2859
/proc/meminfo: memFree=1595672/2055920 swapFree=4192956/4192956
[pid=2858] ppid=2856 vsize=3768 CPUtime=402.26
/proc/2858/stat : 2858 (march_ks) R 2856 2858 2794 0 -1 4194304 2922 0 0 0 40226 0 0 0 25 0 1 0 287310 3858432 685 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134585144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2858/statm: 942 685 72 123 0 817 0
Current children cumulated CPU time (s) 402.26
Current children cumulated vsize (KiB) 3768

[startup+462.435 s]
/proc/loadavg: 1.06 0.80 0.50 2/67 2859
/proc/meminfo: memFree=1595608/2055920 swapFree=4192956/4192956
[pid=2858] ppid=2856 vsize=3768 CPUtime=462.26
/proc/2858/stat : 2858 (march_ks) R 2856 2858 2794 0 -1 4194304 2940 0 0 0 46226 0 0 0 25 0 1 0 287310 3858432 703 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538419 0 0 4096 0 0 0 0 17 1 0 0
/proc/2858/statm: 942 703 72 123 0 817 0
Current children cumulated CPU time (s) 462.26
Current children cumulated vsize (KiB) 3768

[startup+522.454 s]
/proc/loadavg: 1.02 0.83 0.53 2/67 2859
/proc/meminfo: memFree=1595480/2055920 swapFree=4192956/4192956
[pid=2858] ppid=2856 vsize=3996 CPUtime=522.25
/proc/2858/stat : 2858 (march_ks) R 2856 2858 2794 0 -1 4194304 2952 0 0 0 52225 0 0 0 25 0 1 0 287310 4091904 715 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538578 0 0 4096 0 0 0 0 17 1 0 0
/proc/2858/statm: 999 715 72 123 0 874 0
Current children cumulated CPU time (s) 522.25
Current children cumulated vsize (KiB) 3996

[startup+582.475 s]
/proc/loadavg: 1.01 0.86 0.56 2/67 2859
/proc/meminfo: memFree=1595480/2055920 swapFree=4192956/4192956
[pid=2858] ppid=2856 vsize=3996 CPUtime=582.26
/proc/2858/stat : 2858 (march_ks) R 2856 2858 2794 0 -1 4194304 2962 0 0 0 58226 0 0 0 25 0 1 0 287310 4091904 725 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 1 0 0
/proc/2858/statm: 999 725 72 123 0 874 0
Current children cumulated CPU time (s) 582.26
Current children cumulated vsize (KiB) 3996

[startup+642.494 s]
/proc/loadavg: 1.00 0.88 0.58 2/67 2859
/proc/meminfo: memFree=1595352/2055920 swapFree=4192956/4192956
[pid=2858] ppid=2856 vsize=3996 CPUtime=642.25
/proc/2858/stat : 2858 (march_ks) R 2856 2858 2794 0 -1 4194304 2976 0 0 0 64225 0 0 0 25 0 1 0 287310 4091904 739 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134537973 0 0 4096 0 0 0 0 17 1 0 0
/proc/2858/statm: 999 739 72 123 0 874 0
Current children cumulated CPU time (s) 642.25
Current children cumulated vsize (KiB) 3996

[startup+702.508 s]
/proc/loadavg: 1.00 0.90 0.61 2/67 2859
/proc/meminfo: memFree=1595352/2055920 swapFree=4192956/4192956
[pid=2858] ppid=2856 vsize=3996 CPUtime=702.24
/proc/2858/stat : 2858 (march_ks) R 2856 2858 2794 0 -1 4194304 2985 0 0 0 70224 0 0 0 25 0 1 0 287310 4091904 748 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134537946 0 0 4096 0 0 0 0 17 1 0 0
/proc/2858/statm: 999 748 72 123 0 874 0
Current children cumulated CPU time (s) 702.24
Current children cumulated vsize (KiB) 3996

[startup+762.525 s]
/proc/loadavg: 1.00 0.92 0.63 2/67 2859
/proc/meminfo: memFree=1595288/2055920 swapFree=4192956/4192956
[pid=2858] ppid=2856 vsize=3996 CPUtime=762.24
/proc/2858/stat : 2858 (march_ks) R 2856 2858 2794 0 -1 4194304 2995 0 0 0 76224 0 0 0 25 0 1 0 287310 4091904 758 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134537981 0 0 4096 0 0 0 0 17 1 0 0
/proc/2858/statm: 999 758 72 123 0 874 0
Current children cumulated CPU time (s) 762.24
Current children cumulated vsize (KiB) 3996

[startup+822.548 s]
/proc/loadavg: 1.00 0.93 0.65 2/67 2861
/proc/meminfo: memFree=1595224/2055920 swapFree=4192956/4192956
[pid=2858] ppid=2856 vsize=4336 CPUtime=822.24
/proc/2858/stat : 2858 (march_ks) R 2856 2858 2794 0 -1 4194304 3003 0 0 0 82224 0 0 0 25 0 1 0 287310 4440064 766 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134537979 0 0 4096 0 0 0 0 17 1 0 0
/proc/2858/statm: 1084 766 72 123 0 959 0
Current children cumulated CPU time (s) 822.24
Current children cumulated vsize (KiB) 4336

[startup+882.567 s]
/proc/loadavg: 1.00 0.94 0.67 2/67 2861
/proc/meminfo: memFree=1595224/2055920 swapFree=4192956/4192956
[pid=2858] ppid=2856 vsize=4336 CPUtime=882.24
/proc/2858/stat : 2858 (march_ks) R 2856 2858 2794 0 -1 4194304 3014 0 0 0 88224 0 0 0 25 0 1 0 287310 4440064 777 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526947 0 0 4096 0 0 0 0 17 1 0 0
/proc/2858/statm: 1084 777 72 123 0 959 0
Current children cumulated CPU time (s) 882.24
Current children cumulated vsize (KiB) 4336

[startup+942.585 s]
/proc/loadavg: 1.00 0.95 0.68 2/67 2861
/proc/meminfo: memFree=1595224/2055920 swapFree=4192956/4192956
[pid=2858] ppid=2856 vsize=4336 CPUtime=942.24
/proc/2858/stat : 2858 (march_ks) R 2856 2858 2794 0 -1 4194304 3025 0 0 0 94224 0 0 0 25 0 1 0 287310 4440064 788 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134537981 0 0 4096 0 0 0 0 17 1 0 0
/proc/2858/statm: 1084 788 72 123 0 959 0
Current children cumulated CPU time (s) 942.24
Current children cumulated vsize (KiB) 4336

[startup+1002.6 s]
/proc/loadavg: 1.00 0.95 0.70 2/67 2861
/proc/meminfo: memFree=1595096/2055920 swapFree=4192956/4192956
[pid=2858] ppid=2856 vsize=4336 CPUtime=1002.23
/proc/2858/stat : 2858 (march_ks) R 2856 2858 2794 0 -1 4194304 3041 0 0 0 100223 0 0 0 25 0 1 0 287310 4440064 804 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134536953 0 0 4096 0 0 0 0 17 1 0 0
/proc/2858/statm: 1084 804 72 123 0 959 0
Current children cumulated CPU time (s) 1002.23
Current children cumulated vsize (KiB) 4336

[startup+1062.62 s]
/proc/loadavg: 1.00 0.96 0.72 2/67 2861
/proc/meminfo: memFree=1595032/2055920 swapFree=4192956/4192956
[pid=2858] ppid=2856 vsize=4336 CPUtime=1062.23
/proc/2858/stat : 2858 (march_ks) R 2856 2858 2794 0 -1 4194304 3057 0 0 0 106223 0 0 0 25 0 1 0 287310 4440064 820 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134541823 0 0 4096 0 0 0 0 17 1 0 0
/proc/2858/statm: 1084 820 72 123 0 959 0
Current children cumulated CPU time (s) 1062.23
Current children cumulated vsize (KiB) 4336

[startup+1122.66 s]
/proc/loadavg: 1.42 1.06 0.77 2/71 3321
/proc/meminfo: memFree=1567344/2055920 swapFree=4192956/4192956
[pid=2858] ppid=2856 vsize=4336 CPUtime=1122.24
/proc/2858/stat : 2858 (march_ks) R 2856 2858 2794 0 -1 4194304 3070 0 0 0 112223 1 0 0 25 0 1 0 287310 4440064 833 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526947 0 0 4096 0 0 0 0 17 1 0 0
/proc/2858/statm: 1084 833 72 123 0 959 0
Current children cumulated CPU time (s) 1122.24
Current children cumulated vsize (KiB) 4336

[startup+1182.72 s]
/proc/loadavg: 1.83 1.24 0.85 2/71 4621
/proc/meminfo: memFree=1482424/2055920 swapFree=4192956/4192956
[pid=2858] ppid=2856 vsize=4336 CPUtime=1182.28
/proc/2858/stat : 2858 (march_ks) R 2856 2858 2794 0 -1 4194304 3084 0 0 0 118223 5 0 0 25 0 1 0 287310 4440064 847 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538408 0 0 4096 0 0 0 0 17 1 0 0
/proc/2858/statm: 1084 847 72 123 0 959 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 4336



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.45 s]
/proc/loadavg: 1.87 1.28 0.86 2/71 4657
/proc/meminfo: memFree=1443448/2055920 swapFree=4192956/4192956
[pid=2858] ppid=2856 vsize=4336 CPUtime=1200
/proc/2858/stat : 2858 (march_ks) R 2856 2858 2794 0 -1 4194304 3088 0 0 0 119994 6 0 0 25 0 1 0 287310 4440064 851 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134597206 0 0 4096 0 0 0 0 17 1 0 0
/proc/2858/statm: 1084 851 72 123 0 959 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 4336

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

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

[startup+1200.45 s]
/proc/loadavg: 1.87 1.28 0.86 2/71 4657
/proc/meminfo: memFree=1443448/2055920 swapFree=4192956/4192956
[pid=2858] ppid=2856 vsize=4336 CPUtime=1200
/proc/2858/stat : 2858 (march_ks) R 2856 2858 2794 0 -1 4194304 3088 0 0 0 119994 6 0 0 25 0 1 0 287310 4440064 851 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134597206 0 0 4096 0 0 0 0 17 1 0 0
/proc/2858/statm: 1084 851 72 123 0 959 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 4336

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.45
CPU time (s): 1200.01
CPU user time (s): 1199.95
CPU system time (s): 0.065989
CPU usage (%): 99.9634
Max. virtual memory (cumulated for all children) (KiB): 4336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.95
system time used= 0.065989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3088
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= 6
involuntary context switches= 2577

runsolver used 1.01385 second user time and 2.28965 second system time

The end

Launcher Data (download as text)

Begin job on node78 on Wed Feb 21 10:36:39 UTC 2007

IDJOB= 304226
IDBENCH= 20127
IDSOLVER= 111
FILE ID= node78/304226-1172054199

PBS_JOBID= 3865293

Free space on /tmp= 66540 MiB

SOLVER NAME= March KS 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/7SAT/v160/unif-k7-r85-v160-c13600-S187076430-06.cnf
COMMAND LINE= /tmp/evaluation/304226-1172054199/march_ks /tmp/evaluation/304226-1172054199/instance-304226-1172054199.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node78/watcher-304226-1172054199 -o ROOT/results/node78/solver-304226-1172054199 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/304226-1172054199/march_ks /tmp/evaluation/304226-1172054199/instance-304226-1172054199.cnf            

META MD5SUM SOLVER= cd0143c15836d32fe9acb8d523a59b67
MD5SUM BENCH=  2354ce79c238d894898172bcf31459ce

RANDOM SEED= 500808559

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node78.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.281
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.281
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:       1600432 kB
Buffers:         13168 kB
Cached:         386060 kB
SwapCached:          0 kB
Active:         148552 kB
Inactive:       265640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1600432 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2764 kB
Writeback:           0 kB
Mapped:          25188 kB
Slab:            27192 kB
Committed_AS:    53924 kB
PageTables:       1488 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= 66540 MiB

End job on node78 on Wed Feb 21 10:56:42 UTC 2007