Trace number 1785712

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
VARSAT-industrial 2009-03-22SAT 2572.52 2573.2

General information on the benchmark

NameCRAFTED/ramseycube/
Q3inK11.cnf
MD5SUM1fdca9b41a2ccb9f1b1754fb775769f0
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.562913
Satisfiable
(Un)Satisfiability was proved
Number of variables55
Number of clauses277200
Sum of the clauses size3326400
Maximum clause length12
Minimum clause length12
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 5277200

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  55                                                   |
0.00/0.00	c |  Number of clauses:    277200                                               |
0.69/0.70	c |  Parsing time:         0.59         s                                       |
0.69/0.70	c |  Timeout:              43200 s
0.69/0.70	c |  Random Seed:          1979925661.000000
0.69/0.70	c |  Heuristic:            EMBP-G, threshold 0.950                              |
0.69/0.70	c |  Branching Rule:       default (solution-guided)                            |
0.69/0.70	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.69/0.70	c |                                                                             |
2570.20/2570.93	c ============================[ Search Statistics ]==============================
2570.20/2570.93	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2570.20/2570.93	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2570.20/2570.93	c ===============================================================================
2570.20/2570.93	c |         0 |      55   277200  3326400 |    92400        0    nan |  0.000 % |
2572.40/2573.19	c ===============================================================================
2572.40/2573.19	c surveys--CPU time (sec)   : 2.0007         (0.08 % of total)
2572.40/2573.19	c surveys--attempted        : 1              (0 /sec)
2572.40/2573.19	c surveys--converged        : 1              (100.00 % successful)
2572.40/2573.19	c restarts              : 1
2572.40/2573.19	c conflicts             : 41             (0 /sec)
2572.40/2573.19	c decisions             : 76             (1.32 % random) (0 /sec)
2572.40/2573.19	c propagations          : 252            (0 /sec)
2572.40/2573.19	c conflict literals     : 1172           (0.51 % deleted)
2572.40/2573.19	c Memory used           : 71.03 MB
2572.40/2573.19	c Total CPU time (sec)      : 2572.2790   
2572.40/2573.19	c 
2572.40/2573.19	s SATISFIABLE
2572.40/2573.19	v 1 2 3 -4 -5 6 7 8 9 10 11 12 13 14 15 -16 -17 18 19 -20 21 22 23 24 25 -26 -27 28 29 30 31 32 -33 -34 -35 -36 -37 -38 -39 -40 -41 -42 -43 -44 -45 -46 -47 -48 -49 -50 -51 -52 -53 -54 -55 0

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1785712-1241925768/watcher-1785712-1241925768 -o /tmp/evaluation-result-1785712-1241925768/solver-1785712-1241925768 -C 5000 -W 6000 -M 1800 HOME/varsat-industrial_static -seed=1979925661 HOME/instance-1785712-1241925768.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2575
/proc/meminfo: memFree=1621216/2055920 swapFree=4181940/4192956
[pid=2575] ppid=2573 vsize=2412 CPUtime=0
/proc/2575/stat : 2575 (varsat-industri) R 2573 2575 31763 0 -1 4194304 462 0 0 0 0 0 0 0 18 0 1 0 220604159 2469888 447 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/2575/statm: 603 447 87 221 0 379 0

[startup+0.0547231 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2575
/proc/meminfo: memFree=1621216/2055920 swapFree=4181940/4192956
[pid=2575] ppid=2573 vsize=10000 CPUtime=0.04
/proc/2575/stat : 2575 (varsat-industri) R 2573 2575 31763 0 -1 4194304 2210 0 0 0 4 0 0 0 18 0 1 0 220604159 10240000 2195 1992294400 4194304 5102648 548682068784 18446744073709551615 4279956 0 0 4096 3 0 0 0 17 1 0 0
/proc/2575/statm: 2500 2197 87 221 0 2276 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10000

[startup+0.101726 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2575
/proc/meminfo: memFree=1621216/2055920 swapFree=4181940/4192956
[pid=2575] ppid=2573 vsize=15980 CPUtime=0.09
/proc/2575/stat : 2575 (varsat-industri) R 2573 2575 31763 0 -1 4194304 3672 0 0 0 8 1 0 0 18 0 1 0 220604159 16363520 3657 1992294400 4194304 5102648 548682068784 18446744073709551615 4516192 0 0 4096 3 0 0 0 17 1 0 0
/proc/2575/statm: 3995 3663 87 221 0 3771 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15980

[startup+0.301743 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2575
/proc/meminfo: memFree=1621216/2055920 swapFree=4181940/4192956
[pid=2575] ppid=2573 vsize=44984 CPUtime=0.29
/proc/2575/stat : 2575 (varsat-industri) R 2573 2575 31763 0 -1 4194304 9919 0 0 0 25 4 0 0 19 0 1 0 220604159 46063616 9904 1992294400 4194304 5102648 548682068784 18446744073709551615 4227106 0 0 4096 3 0 0 0 17 1 0 0
/proc/2575/statm: 11246 9906 87 221 0 11022 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 44984

[startup+0.701778 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2575
/proc/meminfo: memFree=1621216/2055920 swapFree=4181940/4192956
[pid=2575] ppid=2573 vsize=96356 CPUtime=0.69
/proc/2575/stat : 2575 (varsat-industri) R 2573 2575 31763 0 -1 4194304 20986 0 0 0 58 11 0 0 22 0 1 0 220604159 98668544 20971 1992294400 4194304 5102648 548682068784 18446744073709551615 4279956 0 0 4096 3 0 0 0 17 1 0 0
/proc/2575/statm: 24089 20976 87 221 0 23865 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 96356

[startup+1.50185 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2576
/proc/meminfo: memFree=1536536/2055920 swapFree=4181940/4192956
[pid=2575] ppid=2573 vsize=96620 CPUtime=1.49
/proc/2575/stat : 2575 (varsat-industri) R 2573 2575 31763 0 -1 4194304 21223 0 0 0 138 11 0 0 25 0 1 0 220604159 98938880 21208 1992294400 4194304 5102648 548682068784 18446744073709551615 4272856 0 0 4096 3 0 0 0 17 1 0 0
/proc/2575/statm: 24155 21208 98 221 0 23931 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 96620

[startup+3.10199 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2576
/proc/meminfo: memFree=1536408/2055920 swapFree=4181940/4192956
[pid=2575] ppid=2573 vsize=96620 CPUtime=3.09
/proc/2575/stat : 2575 (varsat-industri) R 2573 2575 31763 0 -1 4194304 21223 0 0 0 298 11 0 0 25 0 1 0 220604159 98938880 21208 1992294400 4194304 5102648 548682068784 18446744073709551615 4272875 0 0 4096 3 0 0 0 17 1 0 0
/proc/2575/statm: 24155 21208 98 221 0 23931 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 96620

[startup+6.30127 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2576
/proc/meminfo: memFree=1536024/2055920 swapFree=4181940/4192956
[pid=2575] ppid=2573 vsize=96620 CPUtime=6.29
/proc/2575/stat : 2575 (varsat-industri) R 2573 2575 31763 0 -1 4194304 21223 0 0 0 617 12 0 0 25 0 1 0 220604159 98938880 21208 1992294400 4194304 5102648 548682068784 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 1 0 0
/proc/2575/statm: 24155 21208 98 221 0 23931 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 96620

[startup+12.7018 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2576
/proc/meminfo: memFree=1536088/2055920 swapFree=4181940/4192956
[pid=2575] ppid=2573 vsize=96620 CPUtime=12.69
/proc/2575/stat : 2575 (varsat-industri) R 2573 2575 31763 0 -1 4194304 21223 0 0 0 1257 12 0 0 25 0 1 0 220604159 98938880 21208 1992294400 4194304 5102648 548682068784 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 1 0 0
/proc/2575/statm: 24155 21208 98 221 0 23931 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 96620

[startup+25.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2576
/proc/meminfo: memFree=1536216/2055920 swapFree=4181940/4192956
[pid=2575] ppid=2573 vsize=96620 CPUtime=25.48
/proc/2575/stat : 2575 (varsat-industri) R 2573 2575 31763 0 -1 4194304 21223 0 0 0 2536 12 0 0 25 0 1 0 220604159 98938880 21208 1992294400 4194304 5102648 548682068784 18446744073709551615 4272870 0 0 4096 3 0 0 0 17 1 0 0
/proc/2575/statm: 24155 21208 98 221 0 23931 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 96620

[startup+51.1012 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2576
/proc/meminfo: memFree=1536280/2055920 swapFree=4181940/4192956
[pid=2575] ppid=2573 vsize=96620 CPUtime=51.07
/proc/2575/stat : 2575 (varsat-industri) R 2573 2575 31763 0 -1 4194304 21223 0 0 0 5095 12 0 0 25 0 1 0 220604159 98938880 21208 1992294400 4194304 5102648 548682068784 18446744073709551615 4272870 0 0 4096 3 0 0 0 17 1 0 0
/proc/2575/statm: 24155 21208 98 221 0 23931 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 96620

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2576
/proc/meminfo: memFree=1536344/2055920 swapFree=4181940/4192956
[pid=2575] ppid=2573 vsize=96620 CPUtime=102.26
/proc/2575/stat : 2575 (varsat-industri) R 2573 2575 31763 0 -1 4194304 21223 0 0 0 10214 12 0 0 25 0 1 0 220604159 98938880 21208 1992294400 4194304 5102648 548682068784 18446744073709551615 4272870 0 0 4096 3 0 0 0 17 1 0 0
/proc/2575/statm: 24155 21208 98 221 0 23931 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 96620

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2576
/proc/meminfo: memFree=1536344/2055920 swapFree=4181940/4192956
[pid=2575] ppid=2573 vsize=96620 CPUtime=162.25
/proc/2575/stat : 2575 (varsat-industri) R 2573 2575 31763 0 -1 4194304 21223 0 0 0 16212 13 0 0 25 0 1 0 220604159 98938880 21208 1992294400 4194304 5102648 548682068784 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 1 0 0
/proc/2575/statm: 24155 21208 98 221 0 23931 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 96620

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2576
/proc/meminfo: memFree=1536344/2055920 swapFree=4181940/4192956
[pid=2575] ppid=2573 vsize=96620 CPUtime=222.23
/proc/2575/stat : 2575 (varsat-industri) R 2573 2575 31763 0 -1 4194304 21223 0 0 0 22210 13 0 0 25 0 1 0 220604159 98938880 21208 1992294400 4194304 5102648 548682068784 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 1 0 0
/proc/2575/statm: 24155 21208 98 221 0 23931 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 96620

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2576
/proc/meminfo: memFree=1536408/2055920 swapFree=4181940/4192956
[pid=2575] ppid=2573 vsize=96620 CPUtime=282.22
/proc/2575/stat : 2575 (varsat-industri) R 2573 2575 31763 0 -1 4194304 21223 0 0 0 28209 13 0 0 25 0 1 0 220604159 98938880 21208 1992294400 4194304 5102648 548682068784 18446744073709551615 4272856 0 0 4096 3 0 0 0 17 1 0 0
/proc/2575/statm: 24155 21208 98 221 0 23931 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 96620

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2576
/proc/meminfo: memFree=1536408/2055920 swapFree=4181940/4192956
[pid=2575] ppid=2573 vsize=96620 CPUtime=342.2
/proc/2575/stat : 2575 (varsat-industri) R 2573 2575 31763 0 -1 4194304 21223 0 0 0 34207 13 0 0 25 0 1 0 220604159 98938880 21208 1992294400 4194304 5102648 548682068784 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 1 0 0
/proc/2575/statm: 24155 21208 98 221 0 23931 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 96620

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2576
/proc/meminfo: memFree=1536472/2055920 swapFree=4181940/4192956
[pid=2575] ppid=2573 vsize=96620 CPUtime=402.18
/proc/2575/stat : 2575 (varsat-industri) R 2573 2575 31763 0 -1 4194304 21223 0 0 0 40205 13 0 0 25 0 1 0 220604159 98938880 21208 1992294400 4194304 5102648 548682068784 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 1 0 0
/proc/2575/statm: 24155 21208 98 221 0 23931 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 96620

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2576
/proc/meminfo: memFree=1536472/2055920 swapFree=4181940/4192956
[pid=2575] ppid=2573 vsize=96620 CPUtime=462.17
/proc/2575/stat : 2575 (varsat-industri) R 2573 2575 31763 0 -1 4194304 21223 0 0 0 46204 13 0 0 25 0 1 0 220604159 98938880 21208 1992294400 4194304 5102648 548682068784 18446744073709551615 4272870 0 0 4096 3 0 0 0 17 1 0 0
/proc/2575/statm: 24155 21208 98 221 0 23931 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 96620

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2576
/proc/meminfo: memFree=1536472/2055920 swapFree=4181940/4192956
[pid=2575] ppid=2573 vsize=96620 CPUtime=522.15
/proc/2575/stat : 2575 (varsat-industri) R 2573 2575 31763 0 -1 4194304 21223 0 0 0 52202 13 0 0 25 0 1 0 220604159 98938880 21208 1992294400 4194304 5102648 548682068784 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 1 0 0
/proc/2575/statm: 24155 21208 98 221 0 23931 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 96620

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2576
/proc/meminfo: memFree=1536472/2055920 swapFree=4181940/4192956
[pid=2575] ppid=2573 vsize=96620 CPUtime=582.14
/proc/2575/stat : 2575 (varsat-industri) R 2573 2575 31763 0 -1 4194304 21223 0 0 0 58200 14 0 0 25 0 1 0 220604159 98938880 21208 1992294400 4194304 5102648 548682068784 18446744073709551615 4272870 0 0 4096 3 0 0 0 17 1 0 0
/proc/2575/statm: 24155 21208 98 221 0 23931 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 96620

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2576
/proc/meminfo: memFree=1536408/2055920 swapFree=4181940/4192956
[pid=2575] ppid=2573 vsize=96620 CPUtime=642.13
/proc/2575/stat : 2575 (varsat-industri) R 2573 2575 31763 0 -1 4194304 21223 0 0 0 64199 14 0 0 25 0 1 0 220604159 98938880 21208 1992294400 4194304 5102648 548682068784 18446744073709551615 4272870 0 0 4096 3 0 0 0 17 1 0 0
/proc/2575/statm: 24155 21208 98 221 0 23931 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 96620

[startup+702.301 s]

################
# More data... #
################

/proc/meminfo: memFree=1533784/2055920 swapFree=4181940/4192956
[pid=2575] ppid=2573 vsize=99672 CPUtime=1901.79
/proc/2575/stat : 2575 (varsat-industri) R 2573 2575 31763 0 -1 4194304 29184 0 0 0 190159 20 0 0 25 0 1 0 220604159 102064128 21782 1992294400 4194304 5102648 548682068784 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 1 0 0
/proc/2575/statm: 24918 21782 98 221 0 24694 0
Current children cumulated CPU time (s) 1901.79
Current children cumulated vsize (KiB) 99672

[startup+1962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2578
/proc/meminfo: memFree=1533784/2055920 swapFree=4181940/4192956
[pid=2575] ppid=2573 vsize=99672 CPUtime=1961.77
/proc/2575/stat : 2575 (varsat-industri) R 2573 2575 31763 0 -1 4194304 29184 0 0 0 196157 20 0 0 25 0 1 0 220604159 102064128 21782 1992294400 4194304 5102648 548682068784 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 1 0 0
/proc/2575/statm: 24918 21782 98 221 0 24694 0
Current children cumulated CPU time (s) 1961.77
Current children cumulated vsize (KiB) 99672

[startup+2022.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2578
/proc/meminfo: memFree=1533848/2055920 swapFree=4181940/4192956
[pid=2575] ppid=2573 vsize=99672 CPUtime=2021.75
/proc/2575/stat : 2575 (varsat-industri) R 2573 2575 31763 0 -1 4194304 29184 0 0 0 202155 20 0 0 25 0 1 0 220604159 102064128 21782 1992294400 4194304 5102648 548682068784 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 1 0 0
/proc/2575/statm: 24918 21782 98 221 0 24694 0
Current children cumulated CPU time (s) 2021.75
Current children cumulated vsize (KiB) 99672

[startup+2082.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2578
/proc/meminfo: memFree=1533848/2055920 swapFree=4181940/4192956
[pid=2575] ppid=2573 vsize=99672 CPUtime=2081.74
/proc/2575/stat : 2575 (varsat-industri) R 2573 2575 31763 0 -1 4194304 29184 0 0 0 208154 20 0 0 25 0 1 0 220604159 102064128 21782 1992294400 4194304 5102648 548682068784 18446744073709551615 4272870 0 0 4096 3 0 0 0 17 1 0 0
/proc/2575/statm: 24918 21782 98 221 0 24694 0
Current children cumulated CPU time (s) 2081.74
Current children cumulated vsize (KiB) 99672

[startup+2142.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2578
/proc/meminfo: memFree=1533784/2055920 swapFree=4181940/4192956
[pid=2575] ppid=2573 vsize=99672 CPUtime=2141.72
/proc/2575/stat : 2575 (varsat-industri) R 2573 2575 31763 0 -1 4194304 29184 0 0 0 214152 20 0 0 25 0 1 0 220604159 102064128 21782 1992294400 4194304 5102648 548682068784 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 1 0 0
/proc/2575/statm: 24918 21782 98 221 0 24694 0
Current children cumulated CPU time (s) 2141.72
Current children cumulated vsize (KiB) 99672

[startup+2202.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2578
/proc/meminfo: memFree=1533784/2055920 swapFree=4181940/4192956
[pid=2575] ppid=2573 vsize=99672 CPUtime=2201.71
/proc/2575/stat : 2575 (varsat-industri) R 2573 2575 31763 0 -1 4194304 29184 0 0 0 220150 21 0 0 25 0 1 0 220604159 102064128 21782 1992294400 4194304 5102648 548682068784 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 1 0 0
/proc/2575/statm: 24918 21782 98 221 0 24694 0
Current children cumulated CPU time (s) 2201.71
Current children cumulated vsize (KiB) 99672

[startup+2262.3 s]
/proc/loadavg: 1.05 1.01 1.00 2/65 2578
/proc/meminfo: memFree=1533720/2055920 swapFree=4181940/4192956
[pid=2575] ppid=2573 vsize=99672 CPUtime=2261.69
/proc/2575/stat : 2575 (varsat-industri) R 2573 2575 31763 0 -1 4194304 29184 0 0 0 226148 21 0 0 25 0 1 0 220604159 102064128 21782 1992294400 4194304 5102648 548682068784 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 1 0 0
/proc/2575/statm: 24918 21782 98 221 0 24694 0
Current children cumulated CPU time (s) 2261.69
Current children cumulated vsize (KiB) 99672

[startup+2322.3 s]
/proc/loadavg: 1.12 1.04 1.01 2/65 2584
/proc/meminfo: memFree=1533592/2055920 swapFree=4181940/4192956
[pid=2575] ppid=2573 vsize=99672 CPUtime=2321.67
/proc/2575/stat : 2575 (varsat-industri) R 2573 2575 31763 0 -1 4194304 29184 0 0 0 232146 21 0 0 25 0 1 0 220604159 102064128 21782 1992294400 4194304 5102648 548682068784 18446744073709551615 4272870 0 0 4096 3 0 0 0 17 1 0 0
/proc/2575/statm: 24918 21782 98 221 0 24694 0
Current children cumulated CPU time (s) 2321.67
Current children cumulated vsize (KiB) 99672

[startup+2382.3 s]
/proc/loadavg: 1.04 1.03 1.00 2/65 2584
/proc/meminfo: memFree=1533592/2055920 swapFree=4181940/4192956
[pid=2575] ppid=2573 vsize=99672 CPUtime=2381.65
/proc/2575/stat : 2575 (varsat-industri) R 2573 2575 31763 0 -1 4194304 29184 0 0 0 238144 21 0 0 25 0 1 0 220604159 102064128 21782 1992294400 4194304 5102648 548682068784 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 1 0 0
/proc/2575/statm: 24918 21782 98 221 0 24694 0
Current children cumulated CPU time (s) 2381.65
Current children cumulated vsize (KiB) 99672

[startup+2442.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 2584
/proc/meminfo: memFree=1533592/2055920 swapFree=4181940/4192956
[pid=2575] ppid=2573 vsize=99672 CPUtime=2441.64
/proc/2575/stat : 2575 (varsat-industri) R 2573 2575 31763 0 -1 4194304 29184 0 0 0 244143 21 0 0 25 0 1 0 220604159 102064128 21782 1992294400 4194304 5102648 548682068784 18446744073709551615 4273052 0 0 4096 3 0 0 0 17 1 0 0
/proc/2575/statm: 24918 21782 98 221 0 24694 0
Current children cumulated CPU time (s) 2441.64
Current children cumulated vsize (KiB) 99672

[startup+2502.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 2584
/proc/meminfo: memFree=1533656/2055920 swapFree=4181940/4192956
[pid=2575] ppid=2573 vsize=99672 CPUtime=2501.62
/proc/2575/stat : 2575 (varsat-industri) R 2573 2575 31763 0 -1 4194304 29184 0 0 0 250141 21 0 0 25 0 1 0 220604159 102064128 21782 1992294400 4194304 5102648 548682068784 18446744073709551615 4273253 0 0 4096 3 0 0 0 17 1 0 0
/proc/2575/statm: 24918 21782 98 221 0 24694 0
Current children cumulated CPU time (s) 2501.62
Current children cumulated vsize (KiB) 99672

[startup+2562.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 2584
/proc/meminfo: memFree=1533656/2055920 swapFree=4181940/4192956
[pid=2575] ppid=2573 vsize=99672 CPUtime=2561.6
/proc/2575/stat : 2575 (varsat-industri) R 2573 2575 31763 0 -1 4194304 29184 0 0 0 256139 21 0 0 25 0 1 0 220604159 102064128 21782 1992294400 4194304 5102648 548682068784 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 1 0 0
/proc/2575/statm: 24918 21782 98 221 0 24694 0
Current children cumulated CPU time (s) 2561.6
Current children cumulated vsize (KiB) 99672

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

[startup+2566.31 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 2584
/proc/meminfo: memFree=1533656/2055920 swapFree=4181940/4192956
[pid=2575] ppid=2573 vsize=99672 CPUtime=2565.61
/proc/2575/stat : 2575 (varsat-industri) R 2573 2575 31763 0 -1 4194304 29184 0 0 0 256540 21 0 0 25 0 1 0 220604159 102064128 21782 1992294400 4194304 5102648 548682068784 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 1 0 0
/proc/2575/statm: 24918 21782 98 221 0 24694 0
Current children cumulated CPU time (s) 2565.61
Current children cumulated vsize (KiB) 99672

[startup+2569.5 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 2584
/proc/meminfo: memFree=1533656/2055920 swapFree=4181940/4192956
[pid=2575] ppid=2573 vsize=99672 CPUtime=2568.81
/proc/2575/stat : 2575 (varsat-industri) R 2573 2575 31763 0 -1 4194304 29184 0 0 0 256860 21 0 0 25 0 1 0 220604159 102064128 21782 1992294400 4194304 5102648 548682068784 18446744073709551615 4273025 0 0 4096 3 0 0 0 17 1 0 0
/proc/2575/statm: 24918 21782 98 221 0 24694 0
Current children cumulated CPU time (s) 2568.81
Current children cumulated vsize (KiB) 99672

[startup+2571.1 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 2584
/proc/meminfo: memFree=1533656/2055920 swapFree=4181940/4192956
[pid=2575] ppid=2573 vsize=67580 CPUtime=2570.4
/proc/2575/stat : 2575 (varsat-industri) R 2573 2575 31763 0 -1 4194304 29186 0 0 0 257018 22 0 0 25 0 1 0 220604159 69201920 14156 1992294400 4194304 5102648 548682068784 18446744073709551615 4213932 0 0 4096 3 0 0 0 17 1 0 0
/proc/2575/statm: 16895 14156 100 221 0 16671 0
Current children cumulated CPU time (s) 2570.4
Current children cumulated vsize (KiB) 67580

[startup+2571.9 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 2584
/proc/meminfo: memFree=1563992/2055920 swapFree=4181940/4192956
[pid=2575] ppid=2573 vsize=67580 CPUtime=2571.2
/proc/2575/stat : 2575 (varsat-industri) R 2573 2575 31763 0 -1 4194304 29186 0 0 0 257098 22 0 0 25 0 1 0 220604159 69201920 14156 1992294400 4194304 5102648 548682068784 18446744073709551615 4214101 0 0 4096 3 0 0 0 17 1 0 0
/proc/2575/statm: 16895 14156 100 221 0 16671 0
Current children cumulated CPU time (s) 2571.2
Current children cumulated vsize (KiB) 67580

[startup+2572.7 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 2584
/proc/meminfo: memFree=1563992/2055920 swapFree=4181940/4192956
[pid=2575] ppid=2573 vsize=67580 CPUtime=2572
/proc/2575/stat : 2575 (varsat-industri) R 2573 2575 31763 0 -1 4194304 29186 0 0 0 257178 22 0 0 25 0 1 0 220604159 69201920 14156 1992294400 4194304 5102648 548682068784 18446744073709551615 4213869 0 0 4096 3 0 0 0 17 1 0 0
/proc/2575/statm: 16895 14156 100 221 0 16671 0
Current children cumulated CPU time (s) 2572
Current children cumulated vsize (KiB) 67580

[startup+2573.1 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 2584
/proc/meminfo: memFree=1563992/2055920 swapFree=4181940/4192956
[pid=2575] ppid=2573 vsize=72124 CPUtime=2572.4
/proc/2575/stat : 2575 (varsat-industri) R 2573 2575 31763 0 -1 4194304 30144 0 0 0 257218 22 0 0 25 0 1 0 220604159 73854976 15114 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/2575/statm: 18031 15114 101 221 0 17807 0
Current children cumulated CPU time (s) 2572.4
Current children cumulated vsize (KiB) 72124

[startup+2573.2 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 2584
/proc/meminfo: memFree=1563992/2055920 swapFree=4181940/4192956
[pid=2575] ppid=2573 vsize=0 CPUtime=2572.5
/proc/2575/stat : 2575 (varsat-industri) R 2573 2575 31763 0 -1 4194308 30282 0 0 0 257227 23 0 0 25 0 1 0 220604159 0 0 1992294400 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/2575/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2572.5
Current children cumulated vsize (KiB) 0

Child status: 10
Real time (s): 2573.2
CPU time (s): 2572.52
CPU user time (s): 2572.28
CPU system time (s): 0.236963
CPU usage (%): 99.9732
Max. virtual memory (cumulated for all children) (KiB): 99672

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

runsolver used 3.06653 second user time and 5.71513 second system time

The end

Launcher Data

Begin job on node58 at 2009-05-10 05:22:49
IDJOB=1785712
IDBENCH=71134
IDSOLVER=641
FILE ID=node58/1785712-1241925768
PBS_JOBID= 9264887
Free space on /tmp= 66136 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT09/CRAFTED/ramseycube/Q3inK11.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1785712-1241925768/watcher-1785712-1241925768 -o /tmp/evaluation-result-1785712-1241925768/solver-1785712-1241925768 -C 5000 -W 6000 -M 1800  HOME/varsat-industrial_static -seed=1979925661 HOME/instance-1785712-1241925768.cnf

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

MD5SUM BENCH= 1fdca9b41a2ccb9f1b1754fb775769f0
RANDOM SEED=1979925661

node58.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.233
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.233
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:       1621632 kB
Buffers:         50420 kB
Cached:         314632 kB
SwapCached:       4936 kB
Active:         149800 kB
Inactive:       223772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1621632 kB
SwapTotal:     4192956 kB
SwapFree:      4181940 kB
Dirty:           12384 kB
Writeback:           0 kB
Mapped:          14716 kB
Slab:            46780 kB
Committed_AS:   679564 kB
PageTables:       1356 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= 66136 MiB
End job on node58 at 2009-05-10 06:05:43