Trace number 314851

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
SATzilla FULL? (exit code) 1199.55 1199.88

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-03.cnf
MD5SUM8c67f78ca36ec96e662a91c74844da21
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1174.88
Satisfiable
(Un)Satisfiability was proved
Number of variables3114
Number of clauses10827
Sum of the clauses size28341
Maximum clause length119
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 24934
Number of clauses of size 35378
Number of clauses of size 4408
Number of clauses of size 584
Number of clauses of size over 522

Solver Data (download as text)

10.57/10.65	c run March_dl for 5 seconds ... 
10.57/10.65	c Bin: Executing march_dl
10.57/10.65	c child exit by a signal
10.57/10.65	c march_dl returned code 137.
10.57/10.65	c run saps for 2 seconds ... 
10.57/10.65	c Bin: Executing ubcsat2006
10.57/10.65	c child exited successfully
10.57/10.65	c ubcsat2006 returned code 0.
10.57/10.65	c satzilla computing base features
10.57/10.65	c satzilla doing unit-prop probe
10.57/10.65	c satzilla doing local search probe
10.57/10.65	c satzilla doing lobjois search-space size estimate
10.57/10.65	c satzilla's ranking:
10.57/10.65	c 1) minisat20: 1.564793
10.57/10.65	c 2) vallst: 2.721117
10.57/10.65	c 3) march_dl: 3.143736
10.57/10.65	c 4) eureka: 3.523084
10.57/10.65	c 5) zchaff_rand: 3.722351
10.57/10.65	c 6) kcnfs: 4.840328
10.57/10.65	c 7) kcnfs+P: 999.000000
10.57/10.65	c 8) march_dl+P: 999.000000
10.57/10.65	c 9) vallst+P: 999.000000
10.57/10.65	c 10) zchaff_rand+P: 999.000000
10.57/10.65	c 11) rsat+P: 999.000000
10.57/10.65	c 12) eureka+P: 999.000000
10.57/10.65	c 13) minisat20+P: 999.000000
10.57/10.65	c 14) rsat: 999.000000
10.57/10.65	c satzilla running minisat20 ... 
10.57/10.65	This is MiniSat 2.0 beta
10.57/10.65	WARNING: for repeatability, setting FPU to use double precision
10.57/10.65	============================[ Problem Statistics ]=============================
10.57/10.65	|                                                                             |
10.57/10.65	|  Number of variables:  3114                                                 |
10.57/10.65	|  Number of clauses:    10827                                                |
10.57/10.66	|  Parsing time:         0.01         s                                       |
10.57/10.66	============================[ Search Statistics ]==============================
10.57/10.66	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.57/10.66	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.57/10.66	===============================================================================
10.57/10.66	|         0 |    3080    10580    27785 |     3526        0    nan |  0.000 % |
10.57/10.67	|       100 |    3078    10580    27785 |     3879       99     13 |  1.156 % |
10.57/10.68	|       252 |    3075    10573    27769 |     4267      247     21 |  1.252 % |
10.63/10.70	|       478 |    3075    10562    27740 |     4693      472     23 |  1.252 % |
10.63/10.74	|       816 |    3072    10554    27719 |     5163      807     32 |  1.349 % |
10.63/10.77	|      1322 |    3072    10554    27719 |     5679     1313     30 |  1.349 % |
10.63/10.86	|      2081 |    3071    10549    27707 |     6247     2070     36 |  1.381 % |
10.87/10.93	|      3220 |    3071    10549    27707 |     6872     3209     29 |  1.381 % |
10.97/11.07	|      4929 |    3069    10543    27690 |     7559     4914     24 |  1.445 % |
11.16/11.29	|      7493 |    3069    10543    27690 |     8315     7478     22 |  1.445 % |
11.86/11.99	|     11337 |    3069    10543    27690 |     9147     6642     38 |  1.445 % |
12.56/12.66	|     17105 |    3069    10543    27690 |    10061     7719     25 |  1.445 % |
14.36/14.46	|     25754 |    3069    10543    27690 |    11068     5567     44 |  1.445 % |
17.16/17.23	|     38729 |    3069    10543    27690 |    12175     6934     44 |  1.445 % |
21.56/21.66	|     58190 |    3069    10543    27690 |    13392     7024     43 |  1.445 % |
28.96/29.06	|     87384 |    3069    10543    27690 |    14731     8153     40 |  1.445 % |
41.55/41.68	|    131173 |    3069    10543    27690 |    16204    13530     45 |  1.445 % |
59.64/59.79	|    196857 |    3069    10543    27690 |    17825    12090     35 |  1.445 % |
86.63/86.72	|    295386 |    3069    10543    27690 |    19607     9742     37 |  1.445 % |
129.03/129.17	|    443175 |    3069    10543    27690 |    21568    15026     38 |  1.445 % |
207.01/207.15	|    664858 |    3069    10543    27690 |    23725    16004     38 |  1.445 % |
332.07/332.27	|    997385 |    3069    10543    27690 |    26098    22237     29 |  1.445 % |
523.52/523.76	|   1496174 |    3069    10543    27690 |    28708    15565     23 |  1.445 % |
821.73/822.01	|   2244356 |    3069    10543    27690 |    31578    17097     33 |  1.445 % |
1199.44/1199.81	c Bin: Executing minisat20
1199.44/1199.81	c child exit by a signal
1199.44/1199.81	c minisat20 returned code 137.
1199.44/1199.81	c minisat20 returned code 137.
1199.44/1199.81	c satzilla running vallst ... 
1199.44/1199.81	c Bin: Executing vallst
1199.44/1199.81	c vallst returned code 1.
1199.44/1199.81	c vallst returned code 1.
1199.44/1199.81	c satzilla running march_dl ... 
1199.44/1199.81	c Bin: Executing march_dl
1199.44/1199.81	c march_dl returned code 1.
1199.44/1199.81	c march_dl returned code 1.
1199.44/1199.81	c satzilla running eureka ... 
1199.44/1199.81	c Bin: Executing eureka
1199.44/1199.81	c eureka returned code 1.
1199.44/1199.81	c eureka returned code 1.
1199.44/1199.81	c satzilla running zchaff_rand ... 
1199.44/1199.81	c Bin: Executing zchaff_rand
1199.44/1199.81	c zchaff_rand returned code 1.
1199.44/1199.81	c zchaff_rand returned code 1.
1199.44/1199.81	c satzilla running kcnfs ... 
1199.44/1199.81	c Bin: Executing kcnfs
1199.44/1199.81	c kcnfs returned code 1.
1199.44/1199.81	c kcnfs returned code 1.
1199.44/1199.81	c satzilla running kcnfs with preprocessing ... 
1199.44/1199.88	c Preprocessing...
1199.44/1199.88	c Inital problem has 3114 variables, 5893 nary clauses (4934 binary clauses).
1199.44/1199.88	c Num non-binary clauses 5892, Average non-binary clause length 3.135
1199.44/1199.88	c Theory has no gaps
1199.44/1199.88	c Preprocessor runtime was 0.060 seconds.
1199.44/1199.88	c 
1199.44/1199.88	c Satisfiability of theory still undetermined.
1199.44/1199.88	c See file /tmp/aGoumR for simplified theory.
1199.44/1199.88	c Bin: Executing kcnfs
1199.44/1199.88	c kcnfs returned code 1.
1199.44/1199.88	c kcnfs returned code 1.
1199.44/1199.88	c satzilla running march_dl with preprocessing ... 
1199.44/1199.88	c Bin: Executing march_dl
1199.44/1199.88	c march_dl returned code 1.
1199.44/1199.88	c march_dl returned code 1.
1199.44/1199.88	c satzilla running vallst with preprocessing ... 
1199.44/1199.88	c Bin: Executing vallst
1199.44/1199.88	c vallst returned code 1.
1199.44/1199.88	c vallst returned code 1.
1199.44/1199.88	c satzilla running zchaff_rand with preprocessing ... 
1199.44/1199.88	c Bin: Executing zchaff_rand
1199.44/1199.88	c zchaff_rand returned code 1.
1199.44/1199.88	c zchaff_rand returned code 1.
1199.44/1199.88	c satzilla running rsat with preprocessing ... 
1199.44/1199.88	c Bin: Executing rsat
1199.44/1199.88	c rsat returned code 1.
1199.44/1199.88	c rsat returned code 1.
1199.44/1199.88	c satzilla running eureka with preprocessing ... 
1199.44/1199.88	c Bin: Executing eureka
1199.44/1199.88	c eureka returned code 1.
1199.44/1199.88	c eureka returned code 1.
1199.44/1199.88	c satzilla running minisat20 with preprocessing ... 
1199.44/1199.88	c Bin: Executing minisat20
1199.44/1199.88	c minisat20 returned code 1.
1199.44/1199.88	c minisat20 returned code 1.
1199.44/1199.88	c satzilla running rsat ... 
1199.44/1199.88	c Bin: Executing rsat
1199.44/1199.88	c rsat returned code 1.
1199.44/1199.88	c rsat returned code 1.
1199.44/1199.88	c ERROR: All Failed! 
1199.44/1199.88	c SATZILLA_TIME=1199.710000

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node55/watcher-314851-1172643754 -o ROOT/results/node55/solver-314851-1172643754 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/314851-1172643754/SATzilla2007_F /tmp/evaluation/314851-1172643754/instance-314851-1172643754.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): 2400 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.92 0.98 0.99 3/64 10906
/proc/meminfo: memFree=1326060/2055920 swapFree=4183636/4192956
[pid=10906] ppid=10904 vsize=1512 CPUtime=0
/proc/10906/stat : 10906 (SATzilla2007_F) R 10904 10906 9855 0 -1 4194304 142 0 0 0 0 0 0 0 18 0 1 0 284331908 1548288 125 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135218003 0 0 4096 0 0 0 0 17 1 0 0
/proc/10906/statm: 378 125 110 260 0 84 0
[pid=10907] ppid=10906 vsize=916 CPUtime=0
/proc/10907/stat : 10907 (march_dl) R 10906 10906 9855 0 -1 4194304 134 0 0 0 0 0 0 0 18 0 1 0 284331908 937984 128 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10907/statm: 229 128 50 118 0 108 0

[startup+0.050278 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 10906
/proc/meminfo: memFree=1326060/2055920 swapFree=4183636/4192956
[pid=10906] ppid=10904 vsize=1512 CPUtime=0
/proc/10906/stat : 10906 (SATzilla2007_F) S 10904 10906 9855 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 284331908 1548288 125 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10906/statm: 378 125 110 260 0 84 0
[pid=10907] ppid=10906 vsize=1656 CPUtime=0.04
/proc/10907/stat : 10907 (march_dl) R 10906 10906 9855 0 -1 4194304 365 0 0 0 4 0 0 0 19 0 1 0 284331908 1695744 317 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134649608 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10907/statm: 414 317 57 118 0 293 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 3168

[startup+0.101282 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 10906
/proc/meminfo: memFree=1326060/2055920 swapFree=4183636/4192956
[pid=10906] ppid=10904 vsize=1512 CPUtime=0
/proc/10906/stat : 10906 (SATzilla2007_F) S 10904 10906 9855 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 284331908 1548288 125 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10906/statm: 378 125 110 260 0 84 0
[pid=10907] ppid=10906 vsize=2740 CPUtime=0.09
/proc/10907/stat : 10907 (march_dl) R 10906 10906 9855 0 -1 4194304 693 0 0 0 9 0 0 0 19 0 1 0 284331908 2805760 594 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134560179 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10907/statm: 685 594 69 118 0 564 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4252

[startup+0.301301 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 10906
/proc/meminfo: memFree=1326060/2055920 swapFree=4183636/4192956
[pid=10906] ppid=10904 vsize=1512 CPUtime=0
/proc/10906/stat : 10906 (SATzilla2007_F) S 10904 10906 9855 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 284331908 1548288 125 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10906/statm: 378 125 110 260 0 84 0
[pid=10907] ppid=10906 vsize=4512 CPUtime=0.29
/proc/10907/stat : 10907 (march_dl) R 10906 10906 9855 0 -1 4194304 1098 0 0 0 29 0 0 0 20 0 1 0 284331908 4620288 995 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134527862 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10907/statm: 1128 995 75 118 0 1007 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6024

[startup+0.70134 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 10906
/proc/meminfo: memFree=1326060/2055920 swapFree=4183636/4192956
[pid=10906] ppid=10904 vsize=1512 CPUtime=0
/proc/10906/stat : 10906 (SATzilla2007_F) S 10904 10906 9855 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 284331908 1548288 125 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10906/statm: 378 125 110 260 0 84 0
[pid=10907] ppid=10906 vsize=5232 CPUtime=0.69
/proc/10907/stat : 10907 (march_dl) R 10906 10906 9855 0 -1 4194304 1265 0 0 0 69 0 0 0 24 0 1 0 284331908 5357568 1162 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10907/statm: 1308 1162 75 118 0 1187 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6744

[startup+1.50142 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 10908
/proc/meminfo: memFree=1321416/2055920 swapFree=4183636/4192956
[pid=10906] ppid=10904 vsize=1512 CPUtime=0
/proc/10906/stat : 10906 (SATzilla2007_F) S 10904 10906 9855 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 284331908 1548288 125 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10906/statm: 378 125 110 260 0 84 0
[pid=10907] ppid=10906 vsize=5628 CPUtime=1.49
/proc/10907/stat : 10907 (march_dl) R 10906 10906 9855 0 -1 4194304 1361 0 0 0 149 0 0 0 25 0 1 0 284331908 5763072 1258 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134527856 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10907/statm: 1407 1258 75 118 0 1286 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7140

[startup+3.10157 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 10908
/proc/meminfo: memFree=1320968/2055920 swapFree=4183636/4192956
[pid=10906] ppid=10904 vsize=1512 CPUtime=0
/proc/10906/stat : 10906 (SATzilla2007_F) S 10904 10906 9855 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 284331908 1548288 125 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10906/statm: 378 125 110 260 0 84 0
[pid=10907] ppid=10906 vsize=5892 CPUtime=3.09
/proc/10907/stat : 10907 (march_dl) R 10906 10906 9855 0 -1 4194304 1418 0 0 0 309 0 0 0 25 0 1 0 284331908 6033408 1315 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134527835 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10907/statm: 1473 1315 75 118 0 1352 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 7404

[startup+6.30188 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 10909
/proc/meminfo: memFree=1324808/2055920 swapFree=4183636/4192956
[pid=10906] ppid=10904 vsize=1512 CPUtime=4.99
/proc/10906/stat : 10906 (SATzilla2007_F) S 10904 10906 9855 0 -1 4194304 149 1482 0 0 0 0 499 0 16 0 1 0 284331908 1548288 125 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10906/statm: 378 125 110 260 0 84 0
[pid=10909] ppid=10906 vsize=6188 CPUtime=1.29
/proc/10909/stat : 10909 (ubcsat2006) R 10906 10906 9855 0 -1 4194304 409 0 0 0 112 17 0 0 25 0 1 0 284332408 6336512 391 18446744073709551615 134512640 134777720 4294956496 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10909/statm: 1547 391 156 64 0 1128 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 7700

[startup+12.7015 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 10910
/proc/meminfo: memFree=1322648/2055920 swapFree=4183636/4192956
[pid=10906] ppid=10904 vsize=2332 CPUtime=10.63
/proc/10906/stat : 10906 (SATzilla2007_F) S 10904 10906 9855 0 -1 4194304 1093 1897 0 0 321 12 700 30 25 0 1 0 284331908 2387968 404 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10906/statm: 583 404 170 260 0 289 0
[pid=10910] ppid=10906 vsize=4008 CPUtime=2.03
/proc/10910/stat : 10910 (minisat20) R 10906 10906 9855 0 -1 4194304 716 0 0 0 203 0 0 0 25 0 1 0 284332973 4104192 709 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10910/statm: 1002 709 58 118 0 880 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 6340

[startup+25.5017 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 10910
/proc/meminfo: memFree=1320472/2055920 swapFree=4183636/4192956
[pid=10906] ppid=10904 vsize=2332 CPUtime=10.63
/proc/10906/stat : 10906 (SATzilla2007_F) S 10904 10906 9855 0 -1 4194304 1093 1897 0 0 321 12 700 30 25 0 1 0 284331908 2387968 404 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10906/statm: 583 404 170 260 0 289 0
[pid=10910] ppid=10906 vsize=5992 CPUtime=14.83
/proc/10910/stat : 10910 (minisat20) R 10906 10906 9855 0 -1 4194304 1186 0 0 0 1483 0 0 0 25 0 1 0 284332973 6135808 1179 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525494 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10910/statm: 1498 1179 58 118 0 1376 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 8324

[startup+51.1012 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 10910
/proc/meminfo: memFree=1319192/2055920 swapFree=4183636/4192956
[pid=10906] ppid=10904 vsize=2332 CPUtime=10.63
/proc/10906/stat : 10906 (SATzilla2007_F) S 10904 10906 9855 0 -1 4194304 1093 1897 0 0 321 12 700 30 25 0 1 0 284331908 2387968 404 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10906/statm: 583 404 170 260 0 289 0
[pid=10910] ppid=10906 vsize=7184 CPUtime=40.41
/proc/10910/stat : 10910 (minisat20) R 10906 10906 9855 0 -1 4194304 1490 0 0 0 4041 0 0 0 25 0 1 0 284332973 7356416 1483 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525843 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10910/statm: 1796 1483 58 118 0 1674 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 9516

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 10910
/proc/meminfo: memFree=1318552/2055920 swapFree=4183636/4192956
[pid=10906] ppid=10904 vsize=2332 CPUtime=10.63
/proc/10906/stat : 10906 (SATzilla2007_F) S 10904 10906 9855 0 -1 4194304 1093 1897 0 0 321 12 700 30 25 0 1 0 284331908 2387968 404 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10906/statm: 583 404 170 260 0 289 0
[pid=10910] ppid=10906 vsize=7844 CPUtime=91.6
/proc/10910/stat : 10910 (minisat20) R 10906 10906 9855 0 -1 4194304 1657 0 0 0 9160 0 0 0 25 0 1 0 284332973 8032256 1650 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10910/statm: 1961 1650 58 118 0 1839 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 10176

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 10910
/proc/meminfo: memFree=1317784/2055920 swapFree=4183636/4192956
[pid=10906] ppid=10904 vsize=2332 CPUtime=10.63
/proc/10906/stat : 10906 (SATzilla2007_F) S 10904 10906 9855 0 -1 4194304 1093 1897 0 0 321 12 700 30 25 0 1 0 284331908 2387968 404 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10906/statm: 583 404 170 260 0 289 0
[pid=10910] ppid=10906 vsize=8636 CPUtime=151.59
/proc/10910/stat : 10910 (minisat20) R 10906 10906 9855 0 -1 4194304 1842 0 0 0 15158 1 0 0 25 0 1 0 284332973 8843264 1835 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10910/statm: 2159 1835 58 118 0 2037 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 10968

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 10910
/proc/meminfo: memFree=1317208/2055920 swapFree=4183636/4192956
[pid=10906] ppid=10904 vsize=2332 CPUtime=10.63
/proc/10906/stat : 10906 (SATzilla2007_F) S 10904 10906 9855 0 -1 4194304 1093 1897 0 0 321 12 700 30 25 0 1 0 284331908 2387968 404 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10906/statm: 583 404 170 260 0 289 0
[pid=10910] ppid=10906 vsize=9168 CPUtime=211.57
/proc/10910/stat : 10910 (minisat20) R 10906 10906 9855 0 -1 4194304 1983 0 0 0 21156 1 0 0 25 0 1 0 284332973 9388032 1976 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10910/statm: 2292 1976 58 118 0 2170 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 11500

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 10910
/proc/meminfo: memFree=1316440/2055920 swapFree=4183636/4192956
[pid=10906] ppid=10904 vsize=2332 CPUtime=10.63
/proc/10906/stat : 10906 (SATzilla2007_F) S 10904 10906 9855 0 -1 4194304 1093 1897 0 0 321 12 700 30 25 0 1 0 284331908 2387968 404 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10906/statm: 583 404 170 260 0 289 0
[pid=10910] ppid=10906 vsize=9828 CPUtime=271.55
/proc/10910/stat : 10910 (minisat20) R 10906 10906 9855 0 -1 4194304 2163 0 0 0 27154 1 0 0 25 0 1 0 284332973 10063872 2156 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525668 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10910/statm: 2457 2156 58 118 0 2335 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 12160

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 10910
/proc/meminfo: memFree=1315928/2055920 swapFree=4183636/4192956
[pid=10906] ppid=10904 vsize=2332 CPUtime=10.63
/proc/10906/stat : 10906 (SATzilla2007_F) S 10904 10906 9855 0 -1 4194304 1093 1897 0 0 321 12 700 30 25 0 1 0 284331908 2387968 404 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10906/statm: 583 404 170 260 0 289 0
[pid=10910] ppid=10906 vsize=10356 CPUtime=331.53
/proc/10910/stat : 10910 (minisat20) R 10906 10906 9855 0 -1 4194304 2304 0 0 0 33152 1 0 0 25 0 1 0 284332973 10604544 2297 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134529260 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10910/statm: 2589 2297 58 118 0 2467 0

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


[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 10910
/proc/meminfo: memFree=1313368/2055920 swapFree=4183636/4192956
[pid=10906] ppid=10904 vsize=2332 CPUtime=10.63
/proc/10906/stat : 10906 (SATzilla2007_F) S 10904 10906 9855 0 -1 4194304 1093 1897 0 0 321 12 700 30 25 0 1 0 284331908 2387968 404 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10906/statm: 583 404 170 260 0 289 0
[pid=10910] ppid=10906 vsize=12896 CPUtime=811.4
/proc/10910/stat : 10910 (minisat20) R 10906 10906 9855 0 -1 4194304 2926 0 0 0 81138 2 0 0 25 0 1 0 284332973 13205504 2919 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525443 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10910/statm: 3224 2919 58 118 0 3102 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 15228

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 10910
/proc/meminfo: memFree=1312728/2055920 swapFree=4183636/4192956
[pid=10906] ppid=10904 vsize=2332 CPUtime=10.63
/proc/10906/stat : 10906 (SATzilla2007_F) S 10904 10906 9855 0 -1 4194304 1093 1897 0 0 321 12 700 30 25 0 1 0 284331908 2387968 404 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10906/statm: 583 404 170 260 0 289 0
[pid=10910] ppid=10906 vsize=13556 CPUtime=871.39
/proc/10910/stat : 10910 (minisat20) R 10906 10906 9855 0 -1 4194304 3079 0 0 0 87136 3 0 0 25 0 1 0 284332973 13881344 3072 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10910/statm: 3389 3072 58 118 0 3267 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 15888

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 10910
/proc/meminfo: memFree=1312728/2055920 swapFree=4183636/4192956
[pid=10906] ppid=10904 vsize=2332 CPUtime=10.63
/proc/10906/stat : 10906 (SATzilla2007_F) S 10904 10906 9855 0 -1 4194304 1093 1897 0 0 321 12 700 30 25 0 1 0 284331908 2387968 404 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10906/statm: 583 404 170 260 0 289 0
[pid=10910] ppid=10906 vsize=13556 CPUtime=931.37
/proc/10910/stat : 10910 (minisat20) R 10906 10906 9855 0 -1 4194304 3087 0 0 0 93134 3 0 0 25 0 1 0 284332973 13881344 3080 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525536 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10910/statm: 3389 3080 58 118 0 3267 0
Current children cumulated CPU time (s) 942
Current children cumulated vsize (KiB) 15888

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 10910
/proc/meminfo: memFree=1312472/2055920 swapFree=4183636/4192956
[pid=10906] ppid=10904 vsize=2332 CPUtime=10.63
/proc/10906/stat : 10906 (SATzilla2007_F) S 10904 10906 9855 0 -1 4194304 1093 1897 0 0 321 12 700 30 25 0 1 0 284331908 2387968 404 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10906/statm: 583 404 170 260 0 289 0
[pid=10910] ppid=10906 vsize=13820 CPUtime=991.36
/proc/10910/stat : 10910 (minisat20) R 10906 10906 9855 0 -1 4194304 3142 0 0 0 99133 3 0 0 25 0 1 0 284332973 14151680 3135 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10910/statm: 3455 3135 58 118 0 3333 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 16152

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 10910
/proc/meminfo: memFree=1311896/2055920 swapFree=4183636/4192956
[pid=10906] ppid=10904 vsize=2332 CPUtime=10.63
/proc/10906/stat : 10906 (SATzilla2007_F) S 10904 10906 9855 0 -1 4194304 1093 1897 0 0 321 12 700 30 25 0 1 0 284331908 2387968 404 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10906/statm: 583 404 170 260 0 289 0
[pid=10910] ppid=10906 vsize=14360 CPUtime=1051.34
/proc/10910/stat : 10910 (minisat20) R 10906 10906 9855 0 -1 4194304 3285 0 0 0 105131 3 0 0 25 0 1 0 284332973 14704640 3278 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10910/statm: 3590 3278 58 118 0 3468 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 16692

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 10912
/proc/meminfo: memFree=1311832/2055920 swapFree=4183636/4192956
[pid=10906] ppid=10904 vsize=2332 CPUtime=10.63
/proc/10906/stat : 10906 (SATzilla2007_F) S 10904 10906 9855 0 -1 4194304 1093 1897 0 0 321 12 700 30 25 0 1 0 284331908 2387968 404 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10906/statm: 583 404 170 260 0 289 0
[pid=10910] ppid=10906 vsize=14360 CPUtime=1111.32
/proc/10910/stat : 10910 (minisat20) R 10906 10906 9855 0 -1 4194304 3285 0 0 0 111129 3 0 0 25 0 1 0 284332973 14704640 3278 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10910/statm: 3590 3278 58 118 0 3468 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 16692

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 10912
/proc/meminfo: memFree=1311896/2055920 swapFree=4183636/4192956
[pid=10906] ppid=10904 vsize=2332 CPUtime=10.63
/proc/10906/stat : 10906 (SATzilla2007_F) S 10904 10906 9855 0 -1 4194304 1093 1897 0 0 321 12 700 30 25 0 1 0 284331908 2387968 404 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10906/statm: 583 404 170 260 0 289 0
[pid=10910] ppid=10906 vsize=14360 CPUtime=1171.31
/proc/10910/stat : 10910 (minisat20) R 10906 10906 9855 0 -1 4194304 3285 0 0 0 117127 4 0 0 25 0 1 0 284332973 14704640 3278 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525688 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10910/statm: 3590 3278 58 118 0 3468 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 16692

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

[startup+1190.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 10912
/proc/meminfo: memFree=1311832/2055920 swapFree=4183636/4192956
[pid=10906] ppid=10904 vsize=2332 CPUtime=10.63
/proc/10906/stat : 10906 (SATzilla2007_F) S 10904 10906 9855 0 -1 4194304 1093 1897 0 0 321 12 700 30 25 0 1 0 284331908 2387968 404 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10906/statm: 583 404 170 260 0 289 0
[pid=10910] ppid=10906 vsize=14360 CPUtime=1179.31
/proc/10910/stat : 10910 (minisat20) R 10906 10906 9855 0 -1 4194304 3285 0 0 0 117927 4 0 0 25 0 1 0 284332973 14704640 3278 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134527508 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10910/statm: 3590 3278 58 118 0 3468 0
Current children cumulated CPU time (s) 1189.94
Current children cumulated vsize (KiB) 16692

[startup+1196.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 10912
/proc/meminfo: memFree=1311832/2055920 swapFree=4183636/4192956
[pid=10906] ppid=10904 vsize=2332 CPUtime=10.63
/proc/10906/stat : 10906 (SATzilla2007_F) S 10904 10906 9855 0 -1 4194304 1093 1897 0 0 321 12 700 30 25 0 1 0 284331908 2387968 404 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10906/statm: 583 404 170 260 0 289 0
[pid=10910] ppid=10906 vsize=14360 CPUtime=1185.71
/proc/10910/stat : 10910 (minisat20) R 10906 10906 9855 0 -1 4194304 3285 0 0 0 118567 4 0 0 25 0 1 0 284332973 14704640 3278 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525497 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10910/statm: 3590 3278 58 118 0 3468 0
Current children cumulated CPU time (s) 1196.34
Current children cumulated vsize (KiB) 16692

[startup+1198.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 10912
/proc/meminfo: memFree=1311832/2055920 swapFree=4183636/4192956
[pid=10906] ppid=10904 vsize=2332 CPUtime=10.63
/proc/10906/stat : 10906 (SATzilla2007_F) S 10904 10906 9855 0 -1 4194304 1093 1897 0 0 321 12 700 30 25 0 1 0 284331908 2387968 404 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10906/statm: 583 404 170 260 0 289 0
[pid=10910] ppid=10906 vsize=14360 CPUtime=1187.31
/proc/10910/stat : 10910 (minisat20) R 10906 10906 9855 0 -1 4194304 3285 0 0 0 118727 4 0 0 25 0 1 0 284332973 14704640 3278 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525539 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10910/statm: 3590 3278 58 118 0 3468 0
Current children cumulated CPU time (s) 1197.94
Current children cumulated vsize (KiB) 16692

[startup+1199.1 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 10912
/proc/meminfo: memFree=1311832/2055920 swapFree=4183636/4192956
[pid=10906] ppid=10904 vsize=2332 CPUtime=10.63
/proc/10906/stat : 10906 (SATzilla2007_F) S 10904 10906 9855 0 -1 4194304 1093 1897 0 0 321 12 700 30 25 0 1 0 284331908 2387968 404 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10906/statm: 583 404 170 260 0 289 0
[pid=10910] ppid=10906 vsize=14360 CPUtime=1188.11
/proc/10910/stat : 10910 (minisat20) R 10906 10906 9855 0 -1 4194304 3285 0 0 0 118807 4 0 0 25 0 1 0 284332973 14704640 3278 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134527515 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10910/statm: 3590 3278 58 118 0 3468 0
Current children cumulated CPU time (s) 1198.74
Current children cumulated vsize (KiB) 16692

[startup+1199.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 10912
/proc/meminfo: memFree=1311832/2055920 swapFree=4183636/4192956
[pid=10906] ppid=10904 vsize=2332 CPUtime=10.63
/proc/10906/stat : 10906 (SATzilla2007_F) S 10904 10906 9855 0 -1 4194304 1093 1897 0 0 321 12 700 30 25 0 1 0 284331908 2387968 404 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10906/statm: 583 404 170 260 0 289 0
[pid=10910] ppid=10906 vsize=14360 CPUtime=1188.51
/proc/10910/stat : 10910 (minisat20) R 10906 10906 9855 0 -1 4194304 3285 0 0 0 118847 4 0 0 25 0 1 0 284332973 14704640 3278 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10910/statm: 3590 3278 58 118 0 3468 0
Current children cumulated CPU time (s) 1199.14
Current children cumulated vsize (KiB) 16692

[startup+1199.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 10912
/proc/meminfo: memFree=1311832/2055920 swapFree=4183636/4192956
[pid=10906] ppid=10904 vsize=2332 CPUtime=10.63
/proc/10906/stat : 10906 (SATzilla2007_F) S 10904 10906 9855 0 -1 4194304 1093 1897 0 0 321 12 700 30 25 0 1 0 284331908 2387968 404 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10906/statm: 583 404 170 260 0 289 0
[pid=10910] ppid=10906 vsize=14360 CPUtime=1188.71
/proc/10910/stat : 10910 (minisat20) R 10906 10906 9855 0 -1 4194304 3285 0 0 0 118867 4 0 0 25 0 1 0 284332973 14704640 3278 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10910/statm: 3590 3278 58 118 0 3468 0
Current children cumulated CPU time (s) 1199.34
Current children cumulated vsize (KiB) 16692

[startup+1199.8 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 10912
/proc/meminfo: memFree=1311832/2055920 swapFree=4183636/4192956
[pid=10906] ppid=10904 vsize=2332 CPUtime=10.63
/proc/10906/stat : 10906 (SATzilla2007_F) S 10904 10906 9855 0 -1 4194304 1093 1897 0 0 321 12 700 30 25 0 1 0 284331908 2387968 404 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10906/statm: 583 404 170 260 0 289 0
[pid=10910] ppid=10906 vsize=14360 CPUtime=1188.81
/proc/10910/stat : 10910 (minisat20) R 10906 10906 9855 0 -1 4194304 3285 0 0 0 118877 4 0 0 25 0 1 0 284332973 14704640 3278 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525876 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10910/statm: 3590 3278 58 118 0 3468 0
Current children cumulated CPU time (s) 1199.44
Current children cumulated vsize (KiB) 16692

Child status: 17
Real time (s): 1199.88
CPU time (s): 1199.55
CPU user time (s): 1199.06
CPU system time (s): 0.488925
CPU usage (%): 99.972
Max. virtual memory (cumulated for all children) (KiB): 16692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.06
system time used= 0.488925
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6838
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= 26
involuntary context switches= 1910

runsolver used 1.04284 second user time and 2.43063 second system time

The end

Launcher Data (download as text)

Begin job on node55 on Wed Feb 28 06:22:35 UTC 2007

IDJOB= 314851
IDBENCH= 20401
IDSOLVER= 136
FILE ID= node55/314851-1172643754

PBS_JOBID= 3981155

Free space on /tmp= 66503 MiB

SOLVER NAME= SATzilla FULL
BENCH NAME= HOME/pub/bench/SAT07/industrial/fuhs/hard/AProVE07-03.cnf
COMMAND LINE= /tmp/evaluation/314851-1172643754/SATzilla2007_F /tmp/evaluation/314851-1172643754/instance-314851-1172643754.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node55/watcher-314851-1172643754 -o ROOT/results/node55/solver-314851-1172643754 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/314851-1172643754/SATzilla2007_F /tmp/evaluation/314851-1172643754/instance-314851-1172643754.cnf            

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  8c67f78ca36ec96e662a91c74844da21

RANDOM SEED= 304850656

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node55.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.247
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.247
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:       1326576 kB
Buffers:         25380 kB
Cached:         652896 kB
SwapCached:       3764 kB
Active:          97884 kB
Inactive:       590544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1326576 kB
SwapTotal:     4192956 kB
SwapFree:      4183636 kB
Dirty:           10272 kB
Writeback:           0 kB
Mapped:          15384 kB
Slab:            27024 kB
Committed_AS:   881700 kB
PageTables:       1380 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= 66503 MiB

End job on node55 on Wed Feb 28 06:42:35 UTC 2007