Trace number 1538625

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
SATzilla2009_C 2009-03-22? (exit code) 1199.74 1200.38

General information on the benchmark

NameRANDOM/LARGE/3SAT/UNKNOWN/6000/
unif-k3-r4.2-v6000-c25200-S1490060417-003.cnf
MD5SUM5d2224f3d8577481fb818d6a750d12f6
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.73743
Satisfiable
(Un)Satisfiability was proved
Number of variables6000
Number of clauses25200
Sum of the clauses size75600
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 325200
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

18.86/18.93	c SATzilla is building models for class 2
18.86/18.93	c run presolver march_dl2004 for 5 seconds ... 
18.86/18.93	c Bin: Executing march_dl2004
18.86/18.93	c spawning binary file with 5 seconds ...
18.86/18.93	c child exit by a signal
18.86/18.93	c march_dl2004 returned code 137.
18.86/18.93	c run presolver mxc-sr08 for 5 seconds ... 
18.86/18.93	c Bin: Executing mxc-sr08
18.86/18.93	c spawning binary file with 5 seconds ...
18.86/18.93	c child exit by a signal
18.86/18.93	c mxc-sr08 returned code 137.
18.86/18.93	c Orignal number of varibales is 6000, number of clauses is 25200 
18.86/18.93	c predicted feature computation time is 8.406486 
18.86/18.93	c Bin: Executing satelite
18.86/18.93	c spawning binary file with 240 seconds ...
18.86/18.93	c child exited successfully
18.86/18.93	c satzilla computing base features
18.86/18.93	c Number of variabe is: 5850, Number of clause is : 25027 
18.86/18.93	c Initializing...
18.86/18.93	c satzilla compute diameter ...
18.86/18.93	c start diameter features ...
18.86/18.93	c satzilla doing clause learning
18.86/18.93	c start clause learning features ...
18.86/18.93	c Bin: Executing zchaff07
18.86/18.93	c spawning binary file with 2 seconds ...
18.86/18.93	c child exit by a signal
18.86/18.93	c satzilla doing survey propogation probe
18.86/18.93	c do survay propogation for 2 second ...
18.86/18.93	c satzilla doing local search probe
18.86/18.93	c satzilla doing lobjois search-space size estimate
18.86/18.93	c features are:6000 25200 5850 25027 0.025641 0.00691253 0.233748 0.496387 0.587577 0.716081 0.000519241 0.0639612 0.000512821 0.00102564 0.161335 0 0.9632 0.000519241 0.288086 3.99568e-05 0.00139849 2.70437 0.229945 0.169185 0 1 3.36499 0.000254488 0.399122 0 0.00075918 2.3242 0.493187 0.0010505 0.291167 7.99137e-05 0.00283694 5.01515 0.0243573 5 6 0.0785158 37.5942 0.311436 19 67 57 25 43 29 35 44.0165 0.140196 30.0625 58.907 52.7 35.2188 48.6857 39.7241 43.0811 0.400219 0.567051 0.000280965 1 0.710154 0.0903775 0.578893 0.212762 0.395707 0.092878 0.665074 0.00236903 0.90454 0.173939 0.0290928 0.123404 0.0477589 0.0807479 158.639 0.308556 1278.33 0.0180654 1277.5 1245 1302 0.273138 0.700709 0.844922 0.0194883 0.249532 0.337148 
18.86/18.93	c satzilla's ranking:
18.86/18.93	c 1) minisat20: 3.137927
18.86/18.93	c 2) mxc-sr08: 3.118585
18.86/18.93	c 3) minisat20SAT07: 3.118069
18.86/18.93	c 4) march_dl2004: 2.832140
18.86/18.93	c 5) zchaff_rand: 1.708158
18.86/18.93	c 6) vallst: 0.765189
18.86/18.93	c 7) tts-4-0: 0.248212
18.86/18.93	c 8) SATenstein: -10000.000000
18.86/18.93	c 9) gnovelty+: -10000.000000
18.86/18.93	c 10) adaptg2wsat+: -10000.000000
18.86/18.93	c 11) adaptg2wsat0: -10000.000000
18.86/18.93	c 12) picosat846: -10000.000000
18.86/18.93	c 13) kcnfs04SAT07: -10000.000000
18.86/18.93	c satzilla running minisat20 ... 
18.86/18.93	This is MiniSat 2.0 beta
18.86/18.93	WARNING: for repeatability, setting FPU to use double precision
18.86/18.93	============================[ Problem Statistics ]=============================
18.86/18.93	|                                                                             |
18.86/18.93	|  Number of variables:  6000                                                 |
18.86/18.93	|  Number of clauses:    25200                                                |
18.86/18.95	|  Parsing time:         0.02         s                                       |
18.86/18.95	============================[ Search Statistics ]==============================
18.86/18.95	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
18.86/18.95	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
18.86/18.95	===============================================================================
18.86/18.95	|         0 |    6000    25200    75600 |     8400        0    nan |  0.000 % |
18.86/18.97	|       101 |    6000    25200    75600 |     9240      101    106 |  0.000 % |
18.86/19.00	|       251 |    6000    25200    75600 |    10164      251    101 |  0.000 % |
18.90/19.03	|       476 |    6000    25200    75600 |    11180      476    106 |  0.000 % |
18.90/19.10	|       814 |    6000    25200    75600 |    12298      814    124 |  0.000 % |
18.90/19.19	|      1320 |    6000    25200    75600 |    13528     1320    129 |  0.000 % |
18.90/19.34	|      2079 |    6000    25200    75600 |    14881     2079    130 |  0.000 % |
18.90/19.56	|      3219 |    6000    25200    75600 |    16369     3219    129 |  0.000 % |
19.85/19.91	|      4929 |    6000    25200    75600 |    18006     4929    127 |  0.000 % |
20.35/20.48	|      7493 |    6000    25200    75600 |    19806     7493    134 |  0.000 % |
21.35/21.42	|     11337 |    6000    25200    75600 |    21787    11337    133 |  0.000 % |
22.95/23.09	|     17105 |    6000    25200    75600 |    23966    17105    141 |  0.000 % |
26.25/26.38	|     25754 |    6000    25200    75600 |    26362    12042    153 |  0.000 % |
31.45/31.56	|     38728 |    6000    25200    75600 |    28999    25016    155 |  0.000 % |
40.44/40.57	|     58189 |    6000    25200    75600 |    31898    26054    158 |  0.000 % |
56.13/56.22	|     87381 |    6000    25200    75600 |    35088    13729    153 |  0.000 % |
82.32/82.46	|    131171 |    6000    25200    75600 |    38597    33681    168 |  0.000 % |
135.40/135.59	|    196856 |    6000    25200    75600 |    42457    21653    172 |  0.000 % |
216.26/216.40	|    295382 |    6000    25200    75600 |    46703    30383    171 |  0.000 % |
340.19/340.42	|    443171 |    6000    25200    75600 |    51373    44266    163 |  0.000 % |
551.77/552.15	|    664854 |    6000    25200    75600 |    56510    39351    181 |  0.000 % |
887.01/887.56	|    997379 |    6000    25200    75600 |    62162    29573    183 |  0.000 % |
1199.64/1200.37	c Bin: Executing minisat20
1199.64/1200.37	c spawning binary file with 1181 seconds ...
1199.64/1200.37	c child exit by a signal
1199.64/1200.37	c minisat20 returned code 137.
1199.64/1200.37	c satzilla running mxc-sr08 ... 
1199.64/1200.37	c Bin: Executing mxc-sr08
1199.64/1200.37	c mxc-sr08 returned code 1.
1199.64/1200.37	c satzilla running minisat20SAT07 ... 
1199.64/1200.37	c Bin: Executing minisat20SAT07
1199.64/1200.37	c minisat20SAT07 returned code 1.
1199.64/1200.37	c satzilla running march_dl2004 ... 
1199.64/1200.37	c Bin: Executing march_dl2004
1199.64/1200.37	c march_dl2004 returned code 1.
1199.64/1200.37	c satzilla running zchaff_rand ... 
1199.64/1200.37	c Bin: Executing zchaff_rand
1199.64/1200.37	c zchaff_rand returned code 1.
1199.64/1200.37	c satzilla running vallst ... 
1199.64/1200.37	c Bin: Executing vallst
1199.64/1200.37	c vallst returned code 1.
1199.64/1200.37	c satzilla running tts-4-0 ... 
1199.64/1200.37	c Bin: Executing tts-4-0
1199.64/1200.37	c tts-4-0 returned code 1.
1199.64/1200.37	c satzilla running SATenstein ... 
1199.64/1200.37	c Bin: Executing SATenstein
1199.64/1200.37	c SATenstein returned code 1.
1199.64/1200.37	c satzilla running gnovelty+ ... 
1199.64/1200.37	c Bin: Executing gnovelty+
1199.64/1200.37	c gnovelty+ returned code 1.
1199.64/1200.37	c satzilla running adaptg2wsat+ ... 
1199.64/1200.37	c Bin: Executing adaptg2wsat+
1199.64/1200.37	c adaptg2wsat+ returned code 1.
1199.64/1200.37	c satzilla running adaptg2wsat0 ... 
1199.64/1200.37	c Bin: Executing adaptg2wsat0
1199.64/1200.37	c adaptg2wsat0 returned code 1.
1199.64/1200.37	c satzilla running picosat846 ... 
1199.64/1200.37	c Bin: Executing picosat846
1199.64/1200.37	c picosat846 returned code 1.
1199.64/1200.37	c satzilla running kcnfs04SAT07 ... 
1199.64/1200.37	c Bin: Executing kcnfs04SAT07
1199.64/1200.37	c kcnfs04SAT07 returned code 1.
1199.64/1200.37	c ERROR: All Failed! 
1199.64/1200.37	c SATZILLA_TIME=1199.910000

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1538625-1238436474/watcher-1538625-1238436474 -o /tmp/evaluation-result-1538625-1238436474/solver-1538625-1238436474 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2009_C HOME/instance-1538625-1238436474.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.67 1.73 1.42 3/71 15697
/proc/meminfo: memFree=1285176/2055920 swapFree=4170332/4192956
[pid=15697] ppid=15695 vsize=2056 CPUtime=0
/proc/15697/stat : 15697 (SATzilla2009_C) R 15695 15697 15660 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1116310569 2105344 112 1992294400 134512640 136149437 4294956224 18446744073709551615 135543087 0 0 4096 0 0 0 0 17 0 0 0
/proc/15697/statm: 514 112 96 399 0 111 0
[pid=15698] ppid=15697 vsize=1120 CPUtime=0
/proc/15698/stat : 15698 (march_dl2004) R 15697 15697 15660 0 -1 4194304 189 0 0 0 0 0 0 0 18 0 1 0 1116310569 1146880 184 1992294400 134512640 134996440 4294956192 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 0 0 0
/proc/15698/statm: 280 185 50 118 0 159 0

[startup+0.100968 s]
/proc/loadavg: 1.67 1.73 1.42 3/71 15697
/proc/meminfo: memFree=1285176/2055920 swapFree=4170332/4192956
[pid=15697] ppid=15695 vsize=2056 CPUtime=0
/proc/15697/stat : 15697 (SATzilla2009_C) S 15695 15697 15660 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116310569 2105344 112 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15697/statm: 514 112 96 399 0 111 0
[pid=15698] ppid=15697 vsize=3300 CPUtime=0.09
/proc/15698/stat : 15698 (march_dl2004) R 15697 15697 15660 0 -1 4194304 1144 0 0 0 9 0 0 0 19 0 1 0 1116310569 3379200 640 1992294400 134512640 134996440 4294956192 18446744073709551615 134543085 0 0 8392704 0 0 0 0 17 0 0 0
/proc/15698/statm: 825 640 55 118 0 704 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5356

[startup+0.201985 s]
/proc/loadavg: 1.67 1.73 1.42 3/71 15697
/proc/meminfo: memFree=1285176/2055920 swapFree=4170332/4192956
[pid=15697] ppid=15695 vsize=2056 CPUtime=0
/proc/15697/stat : 15697 (SATzilla2009_C) S 15695 15697 15660 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116310569 2105344 112 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15697/statm: 514 112 96 399 0 111 0
[pid=15698] ppid=15697 vsize=5500 CPUtime=0.19
/proc/15698/stat : 15698 (march_dl2004) R 15697 15697 15660 0 -1 4194304 2819 0 0 0 19 0 0 0 20 0 1 0 1116310569 5632000 1171 1992294400 134512640 134996440 4294956192 18446744073709551615 134559280 0 0 8392704 0 0 0 0 17 0 0 0
/proc/15698/statm: 1375 1171 65 118 0 1254 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 7556

[startup+0.302005 s]
/proc/loadavg: 1.67 1.73 1.42 3/71 15697
/proc/meminfo: memFree=1285176/2055920 swapFree=4170332/4192956
[pid=15697] ppid=15695 vsize=2056 CPUtime=0
/proc/15697/stat : 15697 (SATzilla2009_C) S 15695 15697 15660 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116310569 2105344 112 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15697/statm: 514 112 96 399 0 111 0
[pid=15698] ppid=15697 vsize=7780 CPUtime=0.29
/proc/15698/stat : 15698 (march_dl2004) R 15697 15697 15660 0 -1 4194304 4229 0 0 0 28 1 0 0 21 0 1 0 1116310569 7966720 1747 1992294400 134512640 134996440 4294956192 18446744073709551615 134533578 0 0 8392704 0 0 0 0 17 0 0 0
/proc/15698/statm: 1945 1747 72 118 0 1824 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9836

[startup+0.70108 s]
/proc/loadavg: 1.67 1.73 1.42 3/71 15697
/proc/meminfo: memFree=1285176/2055920 swapFree=4170332/4192956
[pid=15697] ppid=15695 vsize=2056 CPUtime=0
/proc/15697/stat : 15697 (SATzilla2009_C) S 15695 15697 15660 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116310569 2105344 112 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15697/statm: 514 112 96 399 0 111 0
[pid=15698] ppid=15697 vsize=7588 CPUtime=0.69
/proc/15698/stat : 15698 (march_dl2004) R 15697 15697 15660 0 -1 4194304 4255 0 0 0 68 1 0 0 25 0 1 0 1116310569 7770112 1732 1992294400 134512640 134996440 4294956192 18446744073709551615 134536997 0 0 8392704 0 0 0 0 17 0 0 0
/proc/15698/statm: 1897 1732 74 118 0 1776 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9644

[startup+1.50123 s]
/proc/loadavg: 1.67 1.73 1.42 2/73 15699
/proc/meminfo: memFree=1278184/2055920 swapFree=4170332/4192956
[pid=15697] ppid=15695 vsize=2056 CPUtime=0
/proc/15697/stat : 15697 (SATzilla2009_C) S 15695 15697 15660 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116310569 2105344 112 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15697/statm: 514 112 96 399 0 111 0
[pid=15698] ppid=15697 vsize=7992 CPUtime=1.49
/proc/15698/stat : 15698 (march_dl2004) R 15697 15697 15660 0 -1 4194304 4331 0 0 0 148 1 0 0 25 0 1 0 1116310569 8183808 1808 1992294400 134512640 134996440 4294956192 18446744073709551615 134514015 0 0 8392704 0 0 0 0 17 0 0 0
/proc/15698/statm: 1998 1808 74 118 0 1877 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 10048

[startup+3.10154 s]
/proc/loadavg: 1.67 1.73 1.42 2/73 15699
/proc/meminfo: memFree=1277928/2055920 swapFree=4170332/4192956
[pid=15697] ppid=15695 vsize=2056 CPUtime=0
/proc/15697/stat : 15697 (SATzilla2009_C) S 15695 15697 15660 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116310569 2105344 112 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15697/statm: 514 112 96 399 0 111 0
[pid=15698] ppid=15697 vsize=8124 CPUtime=3.09
/proc/15698/stat : 15698 (march_dl2004) R 15697 15697 15660 0 -1 4194304 4339 0 0 0 308 1 0 0 25 0 1 0 1116310569 8318976 1816 1992294400 134512640 134996440 4294956192 18446744073709551615 134514206 0 0 8392704 0 0 0 0 17 0 0 0
/proc/15698/statm: 2031 1816 74 118 0 1910 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10180

[startup+6.30115 s]
/proc/loadavg: 1.62 1.72 1.41 2/73 15700
/proc/meminfo: memFree=1280424/2055920 swapFree=4170332/4192956
[pid=15697] ppid=15695 vsize=2056 CPUtime=4.99
/proc/15697/stat : 15697 (SATzilla2009_C) S 15695 15697 15660 0 -1 4194304 156 4374 0 0 0 0 498 1 16 0 1 0 1116310569 2105344 125 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15697/statm: 514 125 107 399 0 111 0
[pid=15700] ppid=15697 vsize=5312 CPUtime=1.28
/proc/15700/stat : 15700 (mxc-sr08) R 15697 15697 15660 0 -1 4194304 1353 0 0 0 128 0 0 0 25 0 1 0 1116311069 5439488 1188 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/15700/statm: 1328 1188 71 138 0 1187 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 7368

[startup+12.7014 s]
/proc/loadavg: 1.57 1.71 1.41 2/72 15701
/proc/meminfo: memFree=1282416/2055920 swapFree=4170332/4192956
[pid=15697] ppid=15695 vsize=3948 CPUtime=12.28
/proc/15697/stat : 15697 (SATzilla2009_C) S 15695 15697 15660 0 -1 4194304 992 6782 0 0 218 0 1007 3 25 0 1 0 1116310569 4042752 621 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15697/statm: 987 621 136 399 0 584 0
Current children cumulated CPU time (s) 12.28
Current children cumulated vsize (KiB) 3948

[startup+25.5018 s]
/proc/loadavg: 1.44 1.67 1.40 2/73 15703
/proc/meminfo: memFree=1265968/2055920 swapFree=4170332/4192956
[pid=15697] ppid=15695 vsize=4980 CPUtime=18.9
/proc/15697/stat : 15697 (SATzilla2009_C) S 15695 15697 15660 0 -1 4194304 2284 7967 0 0 655 24 1192 19 25 0 1 0 1116310569 5099520 879 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/15697/statm: 1245 879 220 399 0 842 0
[pid=15703] ppid=15697 vsize=17792 CPUtime=6.55
/proc/15703/stat : 15703 (minisat20) R 15697 15697 15660 0 -1 4194304 4225 0 0 0 653 2 0 0 25 0 1 0 1116312462 18219008 4219 1992294400 134512640 134998072 4294956192 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 0 0 0
/proc/15703/statm: 4448 4219 59 118 0 4326 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 22772

[startup+51.1017 s]
/proc/loadavg: 1.29 1.62 1.39 2/73 15703
/proc/meminfo: memFree=1257776/2055920 swapFree=4170332/4192956
[pid=15697] ppid=15695 vsize=4980 CPUtime=18.9
/proc/15697/stat : 15697 (SATzilla2009_C) S 15695 15697 15660 0 -1 4194304 2284 7967 0 0 655 24 1192 19 25 0 1 0 1116310569 5099520 879 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/15697/statm: 1245 879 220 399 0 842 0
[pid=15703] ppid=15697 vsize=25744 CPUtime=32.14
/proc/15703/stat : 15703 (minisat20) R 15697 15697 15660 0 -1 4194304 6190 0 0 0 3210 4 0 0 25 0 1 0 1116312462 26361856 6184 1992294400 134512640 134998072 4294956192 18446744073709551615 134528337 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15703/statm: 6436 6184 59 118 0 6314 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 30724

[startup+102.301 s]
/proc/loadavg: 1.12 1.52 1.37 2/73 15703
/proc/meminfo: memFree=1251312/2055920 swapFree=4170332/4192956
[pid=15697] ppid=15695 vsize=4980 CPUtime=18.9
/proc/15697/stat : 15697 (SATzilla2009_C) S 15695 15697 15660 0 -1 4194304 2284 7967 0 0 655 24 1192 19 25 0 1 0 1116310569 5099520 879 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/15697/statm: 1245 879 220 399 0 842 0
[pid=15703] ppid=15697 vsize=32212 CPUtime=83.32
/proc/15703/stat : 15703 (minisat20) R 15697 15697 15660 0 -1 4194304 7816 0 0 0 8326 6 0 0 25 0 1 0 1116312462 32985088 7810 1992294400 134512640 134998072 4294956192 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 0 0 0
/proc/15703/statm: 8053 7810 59 118 0 7931 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 37192

[startup+162.302 s]
/proc/loadavg: 1.04 1.42 1.34 2/73 15703
/proc/meminfo: memFree=1247088/2055920 swapFree=4170332/4192956
[pid=15697] ppid=15695 vsize=4980 CPUtime=18.9
/proc/15697/stat : 15697 (SATzilla2009_C) S 15695 15697 15660 0 -1 4194304 2284 7967 0 0 655 24 1192 19 25 0 1 0 1116310569 5099520 879 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/15697/statm: 1245 879 220 399 0 842 0
[pid=15703] ppid=15697 vsize=36520 CPUtime=143.28
/proc/15703/stat : 15703 (minisat20) R 15697 15697 15660 0 -1 4194304 8869 0 0 0 14322 6 0 0 25 0 1 0 1116312462 37396480 8863 1992294400 134512640 134998072 4294956192 18446744073709551615 134525691 0 0 8392704 3 0 0 0 17 0 0 0
/proc/15703/statm: 9130 8863 59 118 0 9008 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 41500

[startup+222.306 s]
/proc/loadavg: 1.01 1.34 1.32 2/73 15703
/proc/meminfo: memFree=1244464/2055920 swapFree=4170332/4192956
[pid=15697] ppid=15695 vsize=4980 CPUtime=18.9
/proc/15697/stat : 15697 (SATzilla2009_C) S 15695 15697 15660 0 -1 4194304 2284 7967 0 0 655 24 1192 19 25 0 1 0 1116310569 5099520 879 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/15697/statm: 1245 879 220 399 0 842 0
[pid=15703] ppid=15697 vsize=39028 CPUtime=203.26
/proc/15703/stat : 15703 (minisat20) R 15697 15697 15660 0 -1 4194304 9517 0 0 0 20319 7 0 0 25 0 1 0 1116312462 39964672 9511 1992294400 134512640 134998072 4294956192 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 0 0 0
/proc/15703/statm: 9757 9511 59 118 0 9635 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 44008

[startup+282.302 s]
/proc/loadavg: 1.00 1.28 1.30 2/73 15703
/proc/meminfo: memFree=1236464/2055920 swapFree=4170332/4192956
[pid=15697] ppid=15695 vsize=4980 CPUtime=18.9
/proc/15697/stat : 15697 (SATzilla2009_C) S 15695 15697 15660 0 -1 4194304 2284 7967 0 0 655 24 1192 19 25 0 1 0 1116310569 5099520 879 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/15697/statm: 1245 879 220 399 0 842 0
[pid=15703] ppid=15697 vsize=46956 CPUtime=263.22
/proc/15703/stat : 15703 (minisat20) R 15697 15697 15660 0 -1 4194304 11512 0 0 0 26314 8 0 0 25 0 1 0 1116312462 48082944 11506 1992294400 134512640 134998072 4294956192 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 0 0 0
/proc/15703/statm: 11739 11506 59 118 0 11617 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 51936

[startup+342.302 s]
/proc/loadavg: 1.00 1.23 1.27 2/73 15703
/proc/meminfo: memFree=1236464/2055920 swapFree=4170332/4192956
[pid=15697] ppid=15695 vsize=4980 CPUtime=18.9
/proc/15697/stat : 15697 (SATzilla2009_C) S 15695 15697 15660 0 -1 4194304 2284 7967 0 0 655 24 1192 19 25 0 1 0 1116310569 5099520 879 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/15697/statm: 1245 879 220 399 0 842 0
[pid=15703] ppid=15697 vsize=46956 CPUtime=323.19
/proc/15703/stat : 15703 (minisat20) R 15697 15697 15660 0 -1 4194304 11513 0 0 0 32311 8 0 0 25 0 1 0 1116312462 48082944 11507 1992294400 134512640 134998072 4294956192 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/15703/statm: 11739 11507 59 118 0 11617 0
Current children cumulated CPU time (s) 342.09
Current children cumulated vsize (KiB) 51936


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


[startup+822.302 s]
/proc/loadavg: 1.00 1.03 1.15 2/73 15703
/proc/meminfo: memFree=1226800/2055920 swapFree=4170332/4192956
[pid=15697] ppid=15695 vsize=4980 CPUtime=18.9
/proc/15697/stat : 15697 (SATzilla2009_C) S 15695 15697 15660 0 -1 4194304 2284 7967 0 0 655 24 1192 19 25 0 1 0 1116310569 5099520 879 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/15697/statm: 1245 879 220 399 0 842 0
[pid=15703] ppid=15697 vsize=56636 CPUtime=802.93
/proc/15703/stat : 15703 (minisat20) R 15697 15697 15660 0 -1 4194304 13932 0 0 0 80281 12 0 0 25 0 1 0 1116312462 57995264 13926 1992294400 134512640 134998072 4294956192 18446744073709551615 134525536 0 0 8392704 3 0 0 0 17 0 0 0
/proc/15703/statm: 14159 13926 59 118 0 14037 0
Current children cumulated CPU time (s) 821.83
Current children cumulated vsize (KiB) 61616

[startup+882.306 s]
/proc/loadavg: 1.00 1.03 1.14 2/73 15703
/proc/meminfo: memFree=1226800/2055920 swapFree=4170332/4192956
[pid=15697] ppid=15695 vsize=4980 CPUtime=18.9
/proc/15697/stat : 15697 (SATzilla2009_C) S 15695 15697 15660 0 -1 4194304 2284 7967 0 0 655 24 1192 19 25 0 1 0 1116310569 5099520 879 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/15697/statm: 1245 879 220 399 0 842 0
[pid=15703] ppid=15697 vsize=56636 CPUtime=862.91
/proc/15703/stat : 15703 (minisat20) R 15697 15697 15660 0 -1 4194304 13937 0 0 0 86278 13 0 0 25 0 1 0 1116312462 57995264 13931 1992294400 134512640 134998072 4294956192 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/15703/statm: 14159 13931 59 118 0 14037 0
Current children cumulated CPU time (s) 881.81
Current children cumulated vsize (KiB) 61616

[startup+942.303 s]
/proc/loadavg: 1.00 1.02 1.12 2/73 15703
/proc/meminfo: memFree=1223408/2055920 swapFree=4170332/4192956
[pid=15697] ppid=15695 vsize=4980 CPUtime=18.9
/proc/15697/stat : 15697 (SATzilla2009_C) S 15695 15697 15660 0 -1 4194304 2284 7967 0 0 655 24 1192 19 25 0 1 0 1116310569 5099520 879 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/15697/statm: 1245 879 220 399 0 842 0
[pid=15703] ppid=15697 vsize=60188 CPUtime=922.88
/proc/15703/stat : 15703 (minisat20) R 15697 15697 15660 0 -1 4194304 14782 0 0 0 92274 14 0 0 25 0 1 0 1116312462 61632512 14776 1992294400 134512640 134998072 4294956192 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 0 0 0
/proc/15703/statm: 15047 14776 59 118 0 14925 0
Current children cumulated CPU time (s) 941.78
Current children cumulated vsize (KiB) 65168

[startup+1002.3 s]
/proc/loadavg: 1.00 1.01 1.11 2/73 15703
/proc/meminfo: memFree=1222832/2055920 swapFree=4170332/4192956
[pid=15697] ppid=15695 vsize=4980 CPUtime=18.9
/proc/15697/stat : 15697 (SATzilla2009_C) S 15695 15697 15660 0 -1 4194304 2284 7967 0 0 655 24 1192 19 25 0 1 0 1116310569 5099520 879 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/15697/statm: 1245 879 220 399 0 842 0
[pid=15703] ppid=15697 vsize=60848 CPUtime=982.84
/proc/15703/stat : 15703 (minisat20) R 15697 15697 15660 0 -1 4194304 14940 0 0 0 98270 14 0 0 25 0 1 0 1116312462 62308352 14934 1992294400 134512640 134998072 4294956192 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 0 0 0
/proc/15703/statm: 15212 14934 59 118 0 15090 0
Current children cumulated CPU time (s) 1001.74
Current children cumulated vsize (KiB) 65828

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.10 2/73 15703
/proc/meminfo: memFree=1221552/2055920 swapFree=4170332/4192956
[pid=15697] ppid=15695 vsize=4980 CPUtime=18.9
/proc/15697/stat : 15697 (SATzilla2009_C) S 15695 15697 15660 0 -1 4194304 2284 7967 0 0 655 24 1192 19 25 0 1 0 1116310569 5099520 879 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/15697/statm: 1245 879 220 399 0 842 0
[pid=15703] ppid=15697 vsize=62036 CPUtime=1042.81
/proc/15703/stat : 15703 (minisat20) R 15697 15697 15660 0 -1 4194304 15243 0 0 0 104267 14 0 0 25 0 1 0 1116312462 63524864 15237 1992294400 134512640 134998072 4294956192 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 0 0 0
/proc/15703/statm: 15509 15237 59 118 0 15387 0
Current children cumulated CPU time (s) 1061.71
Current children cumulated vsize (KiB) 67016

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/73 15703
/proc/meminfo: memFree=1221232/2055920 swapFree=4170332/4192956
[pid=15697] ppid=15695 vsize=4980 CPUtime=18.9
/proc/15697/stat : 15697 (SATzilla2009_C) S 15695 15697 15660 0 -1 4194304 2284 7967 0 0 655 24 1192 19 25 0 1 0 1116310569 5099520 879 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/15697/statm: 1245 879 220 399 0 842 0
[pid=15703] ppid=15697 vsize=62300 CPUtime=1102.79
/proc/15703/stat : 15703 (minisat20) R 15697 15697 15660 0 -1 4194304 15326 0 0 0 110264 15 0 0 25 0 1 0 1116312462 63795200 15320 1992294400 134512640 134998072 4294956192 18446744073709551615 134529284 0 0 8392704 3 0 0 0 17 0 0 0
/proc/15703/statm: 15575 15320 59 118 0 15453 0
Current children cumulated CPU time (s) 1121.69
Current children cumulated vsize (KiB) 67280

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/73 15703
/proc/meminfo: memFree=1219440/2055920 swapFree=4170332/4192956
[pid=15697] ppid=15695 vsize=4980 CPUtime=18.9
/proc/15697/stat : 15697 (SATzilla2009_C) S 15695 15697 15660 0 -1 4194304 2284 7967 0 0 655 24 1192 19 25 0 1 0 1116310569 5099520 879 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/15697/statm: 1245 879 220 399 0 842 0
[pid=15703] ppid=15697 vsize=64152 CPUtime=1162.75
/proc/15703/stat : 15703 (minisat20) R 15697 15697 15660 0 -1 4194304 15770 0 0 0 116260 15 0 0 25 0 1 0 1116312462 65691648 15764 1992294400 134512640 134998072 4294956192 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 0 0 0
/proc/15703/statm: 16038 15764 59 118 0 15916 0
Current children cumulated CPU time (s) 1181.65
Current children cumulated vsize (KiB) 69132

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

[startup+1190.4 s]
/proc/loadavg: 1.00 1.00 1.08 2/73 15703
/proc/meminfo: memFree=1219440/2055920 swapFree=4170332/4192956
[pid=15697] ppid=15695 vsize=4980 CPUtime=18.9
/proc/15697/stat : 15697 (SATzilla2009_C) S 15695 15697 15660 0 -1 4194304 2284 7967 0 0 655 24 1192 19 25 0 1 0 1116310569 5099520 879 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/15697/statm: 1245 879 220 399 0 842 0
[pid=15703] ppid=15697 vsize=64152 CPUtime=1170.85
/proc/15703/stat : 15703 (minisat20) R 15697 15697 15660 0 -1 4194304 15770 0 0 0 117070 15 0 0 25 0 1 0 1116312462 65691648 15764 1992294400 134512640 134998072 4294956192 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 0 0 0
/proc/15703/statm: 16038 15764 59 118 0 15916 0
Current children cumulated CPU time (s) 1189.75
Current children cumulated vsize (KiB) 69132

[startup+1196.8 s]
/proc/loadavg: 1.00 1.00 1.08 2/73 15703
/proc/meminfo: memFree=1219376/2055920 swapFree=4170332/4192956
[pid=15697] ppid=15695 vsize=4980 CPUtime=18.9
/proc/15697/stat : 15697 (SATzilla2009_C) S 15695 15697 15660 0 -1 4194304 2284 7967 0 0 655 24 1192 19 25 0 1 0 1116310569 5099520 879 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/15697/statm: 1245 879 220 399 0 842 0
[pid=15703] ppid=15697 vsize=64284 CPUtime=1177.25
/proc/15703/stat : 15703 (minisat20) R 15697 15697 15660 0 -1 4194304 15799 0 0 0 117710 15 0 0 25 0 1 0 1116312462 65826816 15793 1992294400 134512640 134998072 4294956192 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 0 0 0
/proc/15703/statm: 16071 15793 59 118 0 15949 0
Current children cumulated CPU time (s) 1196.15
Current children cumulated vsize (KiB) 69264

[startup+1198.4 s]
/proc/loadavg: 1.00 1.00 1.08 2/73 15703
/proc/meminfo: memFree=1219376/2055920 swapFree=4170332/4192956
[pid=15697] ppid=15695 vsize=4980 CPUtime=18.9
/proc/15697/stat : 15697 (SATzilla2009_C) S 15695 15697 15660 0 -1 4194304 2284 7967 0 0 655 24 1192 19 25 0 1 0 1116310569 5099520 879 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/15697/statm: 1245 879 220 399 0 842 0
[pid=15703] ppid=15697 vsize=64284 CPUtime=1178.84
/proc/15703/stat : 15703 (minisat20) R 15697 15697 15660 0 -1 4194304 15799 0 0 0 117869 15 0 0 25 0 1 0 1116312462 65826816 15793 1992294400 134512640 134998072 4294956192 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 0 0 0
/proc/15703/statm: 16071 15793 59 118 0 15949 0
Current children cumulated CPU time (s) 1197.74
Current children cumulated vsize (KiB) 69264

[startup+1199.2 s]
/proc/loadavg: 1.00 1.00 1.08 2/73 15703
/proc/meminfo: memFree=1219376/2055920 swapFree=4170332/4192956
[pid=15697] ppid=15695 vsize=4980 CPUtime=18.9
/proc/15697/stat : 15697 (SATzilla2009_C) S 15695 15697 15660 0 -1 4194304 2284 7967 0 0 655 24 1192 19 25 0 1 0 1116310569 5099520 879 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/15697/statm: 1245 879 220 399 0 842 0
[pid=15703] ppid=15697 vsize=64284 CPUtime=1179.64
/proc/15703/stat : 15703 (minisat20) R 15697 15697 15660 0 -1 4194304 15799 0 0 0 117949 15 0 0 25 0 1 0 1116312462 65826816 15793 1992294400 134512640 134998072 4294956192 18446744073709551615 134529255 0 0 8392704 3 0 0 0 17 0 0 0
/proc/15703/statm: 16071 15793 59 118 0 15949 0
Current children cumulated CPU time (s) 1198.54
Current children cumulated vsize (KiB) 69264

[startup+1200 s]
/proc/loadavg: 1.00 1.00 1.08 2/73 15703
/proc/meminfo: memFree=1219376/2055920 swapFree=4170332/4192956
[pid=15697] ppid=15695 vsize=4980 CPUtime=18.9
/proc/15697/stat : 15697 (SATzilla2009_C) S 15695 15697 15660 0 -1 4194304 2284 7967 0 0 655 24 1192 19 25 0 1 0 1116310569 5099520 879 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/15697/statm: 1245 879 220 399 0 842 0
[pid=15703] ppid=15697 vsize=64284 CPUtime=1180.44
/proc/15703/stat : 15703 (minisat20) R 15697 15697 15660 0 -1 4194304 15799 0 0 0 118029 15 0 0 25 0 1 0 1116312462 65826816 15793 1992294400 134512640 134998072 4294956192 18446744073709551615 134529255 0 0 8392704 3 0 0 0 17 0 0 0
/proc/15703/statm: 16071 15793 59 118 0 15949 0
Current children cumulated CPU time (s) 1199.34
Current children cumulated vsize (KiB) 69264

[startup+1200.21 s]
/proc/loadavg: 1.00 1.00 1.08 2/73 15703
/proc/meminfo: memFree=1219376/2055920 swapFree=4170332/4192956
[pid=15697] ppid=15695 vsize=4980 CPUtime=18.9
/proc/15697/stat : 15697 (SATzilla2009_C) S 15695 15697 15660 0 -1 4194304 2284 7967 0 0 655 24 1192 19 25 0 1 0 1116310569 5099520 879 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/15697/statm: 1245 879 220 399 0 842 0
[pid=15703] ppid=15697 vsize=64284 CPUtime=1180.65
/proc/15703/stat : 15703 (minisat20) R 15697 15697 15660 0 -1 4194304 15799 0 0 0 118050 15 0 0 25 0 1 0 1116312462 65826816 15793 1992294400 134512640 134998072 4294956192 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 0 0 0
/proc/15703/statm: 16071 15793 59 118 0 15949 0
Current children cumulated CPU time (s) 1199.55
Current children cumulated vsize (KiB) 69264

[startup+1200.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/73 15703
/proc/meminfo: memFree=1219376/2055920 swapFree=4170332/4192956
[pid=15697] ppid=15695 vsize=4980 CPUtime=18.9
/proc/15697/stat : 15697 (SATzilla2009_C) S 15695 15697 15660 0 -1 4194304 2284 7967 0 0 655 24 1192 19 25 0 1 0 1116310569 5099520 879 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/15697/statm: 1245 879 220 399 0 842 0
[pid=15703] ppid=15697 vsize=64284 CPUtime=1180.74
/proc/15703/stat : 15703 (minisat20) R 15697 15697 15660 0 -1 4194304 15799 0 0 0 118059 15 0 0 25 0 1 0 1116312462 65826816 15793 1992294400 134512640 134998072 4294956192 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 0 0 0
/proc/15703/statm: 16071 15793 59 118 0 15949 0
Current children cumulated CPU time (s) 1199.64
Current children cumulated vsize (KiB) 69264

Child status: 17
Real time (s): 1200.38
CPU time (s): 1199.74
CPU user time (s): 1199.14
CPU system time (s): 0.603908
CPU usage (%): 99.9472
Max. virtual memory (cumulated for all children) (KiB): 69264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.14
system time used= 0.603908
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26067
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= 16
involuntary context switches= 3898

runsolver used 1.15882 second user time and 3.2585 second system time

The end

Launcher Data

Begin job on node38 at 2009-03-30 20:07:55
IDJOB=1538625
IDBENCH=70321
IDSOLVER=527
FILE ID=node38/1538625-1238436474
PBS_JOBID= 9061601
Free space on /tmp= 65528 MiB

SOLVER NAME= SATzilla2009_C 2009-03-22
BENCH NAME= SAT09/RANDOM/LARGE/3SAT/UNKNOWN/6000/unif-k3-r4.2-v6000-c25200-S1490060417-003.cnf
COMMAND LINE= HOME/SATzilla2009_C BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1538625-1238436474/watcher-1538625-1238436474 -o /tmp/evaluation-result-1538625-1238436474/solver-1538625-1238436474 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2009_C HOME/instance-1538625-1238436474.cnf

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

MD5SUM BENCH= 5d2224f3d8577481fb818d6a750d12f6
RANDOM SEED=1754571819

node38.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.259
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.259
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:       1285720 kB
Buffers:         77256 kB
Cached:         605512 kB
SwapCached:      11172 kB
Active:         135144 kB
Inactive:       560144 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1285720 kB
SwapTotal:     4192956 kB
SwapFree:      4170332 kB
Dirty:           32092 kB
Writeback:           0 kB
Mapped:          18260 kB
Slab:            60136 kB
Committed_AS:  3079572 kB
PageTables:       1988 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= 65496 MiB
End job on node38 at 2009-03-30 20:27:55