Trace number 314811

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.62 1199.99

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-08.cnf
MD5SUM81ed5ec4a2e7c208a4184383f9e53838
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables4614
Number of clauses16637
Sum of the clauses size44007
Maximum clause length97
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 27532
Number of clauses of size 38048
Number of clauses of size 4732
Number of clauses of size 5246
Number of clauses of size over 578

Solver Data (download as text)

10.46/10.58	c run March_dl for 5 seconds ... 
10.46/10.58	c Bin: Executing march_dl
10.46/10.58	c child exit by a signal
10.46/10.58	c march_dl returned code 137.
10.46/10.58	c run saps for 2 seconds ... 
10.46/10.58	c Bin: Executing ubcsat2006
10.46/10.58	c child exited successfully
10.46/10.58	c ubcsat2006 returned code 0.
10.46/10.58	c satzilla computing base features
10.46/10.58	c satzilla doing unit-prop probe
10.46/10.58	c satzilla doing local search probe
10.46/10.58	c satzilla doing lobjois search-space size estimate
10.46/10.58	c satzilla's ranking:
10.46/10.58	c 1) minisat20: 1.220651
10.46/10.58	c 2) eureka: 3.147834
10.46/10.58	c 3) vallst: 3.259682
10.46/10.58	c 4) zchaff_rand: 3.382695
10.46/10.58	c 5) march_dl: 3.382698
10.46/10.58	c 6) kcnfs: 3.998396
10.46/10.58	c 7) kcnfs+P: 999.000000
10.46/10.58	c 8) march_dl+P: 999.000000
10.46/10.58	c 9) vallst+P: 999.000000
10.46/10.58	c 10) zchaff_rand+P: 999.000000
10.46/10.58	c 11) rsat+P: 999.000000
10.46/10.58	c 12) eureka+P: 999.000000
10.46/10.58	c 13) minisat20+P: 999.000000
10.46/10.58	c 14) rsat: 999.000000
10.46/10.58	c satzilla running minisat20 ... 
10.46/10.58	This is MiniSat 2.0 beta
10.46/10.58	WARNING: for repeatability, setting FPU to use double precision
10.46/10.58	============================[ Problem Statistics ]=============================
10.46/10.58	|                                                                             |
10.46/10.58	|  Number of variables:  4614                                                 |
10.46/10.58	|  Number of clauses:    16637                                                |
10.46/10.59	|  Parsing time:         0.01         s                                       |
10.46/10.59	============================[ Search Statistics ]==============================
10.46/10.59	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.46/10.59	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.46/10.59	===============================================================================
10.46/10.59	|         0 |    4516    16192    42927 |     5397        0    nan |  0.000 % |
10.54/10.60	|       100 |    4516    16192    42927 |     5937      100     10 |  2.125 % |
10.54/10.61	|       250 |    4516    16192    42927 |     6530      250     30 |  2.124 % |
10.54/10.63	|       475 |    4516    16192    42927 |     7183      475     24 |  2.124 % |
10.54/10.66	|       813 |    4516    16192    42927 |     7902      813     37 |  2.126 % |
10.54/10.73	|      1320 |    4516    16192    42927 |     8692     1320     46 |  2.124 % |
10.54/10.84	|      2079 |    4516    16192    42927 |     9561     2079     56 |  2.125 % |
10.95/11.02	|      3219 |    4516    16192    42927 |    10517     3219     60 |  2.125 % |
11.24/11.34	|      4927 |    4516    16192    42927 |    11569     4927     64 |  2.125 % |
11.74/11.83	|      7489 |    4516    16192    42927 |    12726     7489     65 |  2.125 % |
12.64/12.73	|     11333 |    4516    16192    42927 |    13999    11333     64 |  2.126 % |
14.04/14.15	|     17100 |    4516    16192    42927 |    15399     9475     47 |  2.125 % |
16.44/16.58	|     25749 |    4516    16192    42927 |    16939     9917     49 |  2.126 % |
19.44/19.59	|     38724 |    4516    16192    42927 |    18633    13888     54 |  2.125 % |
25.54/25.67	|     58185 |    4516    16192    42927 |    20496    13537     63 |  2.126 % |
34.43/34.59	|     87377 |    4516    16192    42927 |    22546    21248     74 |  2.126 % |
52.02/52.12	|    131166 |    4516    16192    42927 |    24800    18153     80 |  2.126 % |
76.41/76.59	|    196850 |    4516    16192    42927 |    27280    19962     37 |  2.125 % |
122.60/122.74	|    295376 |    4515    16028    42599 |    30008    20051     59 |  2.147 % |
185.18/185.36	|    443165 |    4515    16028    42599 |    33009    28676     61 |  2.147 % |
283.35/283.55	|    664848 |    4513    15811    42165 |    36310    22867     56 |  2.190 % |
450.21/450.44	|    997373 |    4510    15535    41613 |    39941    30578     45 |  2.255 % |
747.23/747.57	|   1496161 |    4506    15359    41257 |    43935    29671     35 |  2.341 % |
1199.29/1199.76	c Bin: Executing minisat20
1199.29/1199.76	c child exit by a signal
1199.29/1199.76	c minisat20 returned code 137.
1199.29/1199.76	c minisat20 returned code 137.
1199.29/1199.76	c satzilla running eureka ... 
1199.29/1199.76	c Bin: Executing eureka
1199.29/1199.76	c eureka returned code 1.
1199.29/1199.76	c eureka returned code 1.
1199.29/1199.76	c satzilla running vallst ... 
1199.29/1199.76	c Bin: Executing vallst
1199.29/1199.76	c vallst returned code 1.
1199.29/1199.76	c vallst returned code 1.
1199.29/1199.76	c satzilla running zchaff_rand ... 
1199.29/1199.76	c Bin: Executing zchaff_rand
1199.29/1199.76	c zchaff_rand returned code 1.
1199.29/1199.76	c zchaff_rand returned code 1.
1199.29/1199.76	c satzilla running march_dl ... 
1199.29/1199.76	c Bin: Executing march_dl
1199.29/1199.76	c march_dl returned code 1.
1199.29/1199.76	c march_dl returned code 1.
1199.29/1199.76	c satzilla running kcnfs ... 
1199.29/1199.76	c Bin: Executing kcnfs
1199.29/1199.76	c kcnfs returned code 1.
1199.29/1199.76	c kcnfs returned code 1.
1199.29/1199.76	c satzilla running kcnfs with preprocessing ... 
1199.51/1199.98	c Preprocessing...
1199.51/1199.98	c Inital problem has 4614 variables, 9105 nary clauses (7532 binary clauses).
1199.51/1199.98	c Num non-binary clauses 9104, Average non-binary clause length 3.179
1199.51/1199.98	c Theory has no gaps
1199.51/1199.98	c Preprocessor runtime was 0.200 seconds.
1199.51/1199.98	c 
1199.51/1199.98	c Satisfiability of theory still undetermined.
1199.51/1199.98	c See file /tmp/CHnz9X for simplified theory.
1199.51/1199.98	c Bin: Executing kcnfs
1199.51/1199.98	c kcnfs returned code 1.
1199.51/1199.98	c kcnfs returned code 1.
1199.51/1199.98	c satzilla running march_dl with preprocessing ... 
1199.51/1199.98	c Bin: Executing march_dl
1199.51/1199.98	c march_dl returned code 1.
1199.51/1199.98	c march_dl returned code 1.
1199.51/1199.98	c satzilla running vallst with preprocessing ... 
1199.51/1199.98	c Bin: Executing vallst
1199.51/1199.98	c vallst returned code 1.
1199.51/1199.98	c vallst returned code 1.
1199.51/1199.98	c satzilla running zchaff_rand with preprocessing ... 
1199.51/1199.98	c Bin: Executing zchaff_rand
1199.51/1199.98	c zchaff_rand returned code 1.
1199.51/1199.98	c zchaff_rand returned code 1.
1199.51/1199.98	c satzilla running rsat with preprocessing ... 
1199.51/1199.98	c Bin: Executing rsat
1199.51/1199.98	c rsat returned code 1.
1199.51/1199.98	c rsat returned code 1.
1199.51/1199.98	c satzilla running eureka with preprocessing ... 
1199.51/1199.98	c Bin: Executing eureka
1199.51/1199.98	c eureka returned code 1.
1199.51/1199.98	c eureka returned code 1.
1199.51/1199.98	c satzilla running minisat20 with preprocessing ... 
1199.51/1199.98	c Bin: Executing minisat20
1199.51/1199.98	c minisat20 returned code 1.
1199.51/1199.98	c minisat20 returned code 1.
1199.51/1199.98	c satzilla running rsat ... 
1199.51/1199.98	c Bin: Executing rsat
1199.51/1199.98	c rsat returned code 1.
1199.51/1199.98	c rsat returned code 1.
1199.51/1199.98	c ERROR: All Failed! 
1199.51/1199.98	c SATZILLA_TIME=1199.780000

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/node21/watcher-314811-1172642979 -o ROOT/results/node21/solver-314811-1172642979 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/314811-1172642979/SATzilla2007_F /tmp/evaluation/314811-1172642979/instance-314811-1172642979.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: 1.07 1.04 1.00 3/77 5468
/proc/meminfo: memFree=1476056/2055920 swapFree=4151964/4192956
[pid=5468] ppid=5466 vsize=1512 CPUtime=0
/proc/5468/stat : 5468 (SATzilla2007_F) R 5466 5468 4667 0 -1 4194304 142 0 0 0 0 0 0 0 18 0 1 0 284251824 1548288 125 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135218003 0 0 4096 0 0 0 0 17 1 0 0
/proc/5468/statm: 378 125 110 260 0 84 0
[pid=5469] ppid=5468 vsize=1052 CPUtime=0
/proc/5469/stat : 5469 (march_dl) R 5468 5468 4667 0 -1 4194304 161 0 0 0 0 0 0 0 18 0 1 0 284251824 1077248 155 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5469/statm: 263 155 50 118 0 142 0

[startup+0.053038 s]
/proc/loadavg: 1.07 1.04 1.00 3/77 5468
/proc/meminfo: memFree=1476056/2055920 swapFree=4151964/4192956
[pid=5468] ppid=5466 vsize=1512 CPUtime=0
/proc/5468/stat : 5468 (SATzilla2007_F) S 5466 5468 4667 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 284251824 1548288 125 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5468/statm: 378 125 110 260 0 84 0
[pid=5469] ppid=5468 vsize=1960 CPUtime=0.04
/proc/5469/stat : 5469 (march_dl) R 5468 5468 4667 0 -1 4194304 639 0 0 0 4 0 0 0 20 0 1 0 284251824 2007040 366 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134544569 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5469/statm: 490 366 55 118 0 369 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 3472

[startup+0.101043 s]
/proc/loadavg: 1.07 1.04 1.00 3/77 5468
/proc/meminfo: memFree=1476056/2055920 swapFree=4151964/4192956
[pid=5468] ppid=5466 vsize=1512 CPUtime=0
/proc/5468/stat : 5468 (SATzilla2007_F) S 5466 5468 4667 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 284251824 1548288 125 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5468/statm: 378 125 110 260 0 84 0
[pid=5469] ppid=5468 vsize=3976 CPUtime=0.08
/proc/5469/stat : 5469 (march_dl) R 5468 5468 4667 0 -1 4194304 1674 0 0 0 8 0 0 0 20 0 1 0 284251824 4071424 850 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134552282 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5469/statm: 994 850 68 118 0 873 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5488

[startup+0.301065 s]
/proc/loadavg: 1.07 1.04 1.00 3/77 5468
/proc/meminfo: memFree=1476056/2055920 swapFree=4151964/4192956
[pid=5468] ppid=5466 vsize=1512 CPUtime=0
/proc/5468/stat : 5468 (SATzilla2007_F) S 5466 5468 4667 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 284251824 1548288 125 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5468/statm: 378 125 110 260 0 84 0
[pid=5469] ppid=5468 vsize=6312 CPUtime=0.29
/proc/5469/stat : 5469 (march_dl) R 5468 5468 4667 0 -1 4194304 2339 0 0 0 28 1 0 0 20 0 1 0 284251824 6463488 1430 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134617278 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5469/statm: 1578 1430 73 118 0 1457 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7824

[startup+0.701108 s]
/proc/loadavg: 1.07 1.04 1.00 3/77 5468
/proc/meminfo: memFree=1476056/2055920 swapFree=4151964/4192956
[pid=5468] ppid=5466 vsize=1512 CPUtime=0
/proc/5468/stat : 5468 (SATzilla2007_F) S 5466 5468 4667 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 284251824 1548288 125 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5468/statm: 378 125 110 260 0 84 0
[pid=5469] ppid=5468 vsize=6908 CPUtime=0.69
/proc/5469/stat : 5469 (march_dl) R 5468 5468 4667 0 -1 4194304 2419 0 0 0 68 1 0 0 24 0 1 0 284251824 7073792 1510 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134527422 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5469/statm: 1727 1510 75 118 0 1606 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8420

[startup+1.5012 s]
/proc/loadavg: 1.07 1.04 1.00 2/79 5470
/proc/meminfo: memFree=1469256/2055920 swapFree=4151964/4192956
[pid=5468] ppid=5466 vsize=1512 CPUtime=0
/proc/5468/stat : 5468 (SATzilla2007_F) S 5466 5468 4667 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 284251824 1548288 125 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5468/statm: 378 125 110 260 0 84 0
[pid=5469] ppid=5468 vsize=8548 CPUtime=1.49
/proc/5469/stat : 5469 (march_dl) R 5468 5468 4667 0 -1 4194304 2799 0 0 0 148 1 0 0 25 0 1 0 284251824 8753152 1890 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134527434 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5469/statm: 2137 1890 75 118 0 2016 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 10060

[startup+3.10137 s]
/proc/loadavg: 1.07 1.04 1.00 2/79 5470
/proc/meminfo: memFree=1468168/2055920 swapFree=4151964/4192956
[pid=5468] ppid=5466 vsize=1512 CPUtime=0
/proc/5468/stat : 5468 (SATzilla2007_F) S 5466 5468 4667 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 284251824 1548288 125 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5468/statm: 378 125 110 260 0 84 0
[pid=5469] ppid=5468 vsize=9072 CPUtime=3.09
/proc/5469/stat : 5469 (march_dl) R 5468 5468 4667 0 -1 4194304 2939 0 0 0 308 1 0 0 25 0 1 0 284251824 9289728 2030 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134551969 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5469/statm: 2268 2030 75 118 0 2147 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10584

[startup+6.30172 s]
/proc/loadavg: 1.06 1.04 1.00 2/79 5471
/proc/meminfo: memFree=1474376/2055920 swapFree=4151964/4192956
[pid=5468] ppid=5466 vsize=1512 CPUtime=4.99
/proc/5468/stat : 5468 (SATzilla2007_F) S 5466 5468 4667 0 -1 4194304 149 3043 0 0 0 0 497 2 16 0 1 0 284251824 1548288 125 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5468/statm: 378 125 110 260 0 84 0
[pid=5471] ppid=5468 vsize=6188 CPUtime=1.28
/proc/5471/stat : 5471 (ubcsat2006) R 5468 5468 4667 0 -1 4194304 502 0 0 0 116 12 0 0 25 0 1 0 284252325 6336512 484 18446744073709551615 134512640 134777720 4294956496 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5471/statm: 1547 484 156 64 0 1128 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 7700

[startup+12.7024 s]
/proc/loadavg: 1.06 1.04 1.00 2/79 5472
/proc/meminfo: memFree=1470600/2055920 swapFree=4151964/4192956
[pid=5468] ppid=5466 vsize=2688 CPUtime=10.54
/proc/5468/stat : 5468 (SATzilla2007_F) S 5466 5468 4667 0 -1 4194304 1432 3551 0 0 329 8 700 17 25 0 1 0 284251824 2752512 490 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5468/statm: 672 490 170 260 0 378 0
[pid=5472] ppid=5468 vsize=6004 CPUtime=2.1
/proc/5472/stat : 5472 (minisat20) R 5468 5468 4667 0 -1 4194304 1214 0 0 0 210 0 0 0 25 0 1 0 284252882 6148096 1207 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134649756 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5472/statm: 1501 1207 58 118 0 1379 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 8692

[startup+25.5018 s]
/proc/loadavg: 1.05 1.04 1.00 2/79 5472
/proc/meminfo: memFree=1467080/2055920 swapFree=4151964/4192956
[pid=5468] ppid=5466 vsize=2688 CPUtime=10.54
/proc/5468/stat : 5468 (SATzilla2007_F) S 5466 5468 4667 0 -1 4194304 1432 3551 0 0 329 8 700 17 25 0 1 0 284251824 2752512 490 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5468/statm: 672 490 170 260 0 378 0
[pid=5472] ppid=5468 vsize=8784 CPUtime=14.9
/proc/5472/stat : 5472 (minisat20) R 5468 5468 4667 0 -1 4194304 1904 0 0 0 1489 1 0 0 25 0 1 0 284252882 8994816 1897 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525476 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5472/statm: 2196 1897 58 118 0 2074 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 11472

[startup+51.1016 s]
/proc/loadavg: 1.03 1.03 1.00 2/79 5472
/proc/meminfo: memFree=1462600/2055920 swapFree=4151964/4192956
[pid=5468] ppid=5466 vsize=2688 CPUtime=10.54
/proc/5468/stat : 5468 (SATzilla2007_F) S 5466 5468 4667 0 -1 4194304 1432 3551 0 0 329 8 700 17 25 0 1 0 284251824 2752512 490 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5468/statm: 672 490 170 260 0 378 0
[pid=5472] ppid=5468 vsize=13276 CPUtime=40.48
/proc/5472/stat : 5472 (minisat20) R 5468 5468 4667 0 -1 4194304 3023 0 0 0 4046 2 0 0 25 0 1 0 284252882 13594624 3016 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134529259 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5472/statm: 3319 3016 58 118 0 3197 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 15964

[startup+102.305 s]
/proc/loadavg: 1.01 1.03 1.00 2/79 5472
/proc/meminfo: memFree=1460296/2055920 swapFree=4151964/4192956
[pid=5468] ppid=5466 vsize=2688 CPUtime=10.54
/proc/5468/stat : 5468 (SATzilla2007_F) S 5466 5468 4667 0 -1 4194304 1432 3551 0 0 329 8 700 17 25 0 1 0 284251824 2752512 490 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5468/statm: 672 490 170 260 0 378 0
[pid=5472] ppid=5468 vsize=15684 CPUtime=91.68
/proc/5472/stat : 5472 (minisat20) R 5468 5468 4667 0 -1 4194304 3623 0 0 0 9164 4 0 0 25 0 1 0 284252882 16060416 3616 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525752 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5472/statm: 3921 3616 58 118 0 3799 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 18372

[startup+162.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/79 5472
/proc/meminfo: memFree=1460168/2055920 swapFree=4151964/4192956
[pid=5468] ppid=5466 vsize=2688 CPUtime=10.54
/proc/5468/stat : 5468 (SATzilla2007_F) S 5466 5468 4667 0 -1 4194304 1432 3551 0 0 329 8 700 17 25 0 1 0 284251824 2752512 490 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5468/statm: 672 490 170 260 0 378 0
[pid=5472] ppid=5468 vsize=15684 CPUtime=151.65
/proc/5472/stat : 5472 (minisat20) R 5468 5468 4667 0 -1 4194304 3631 0 0 0 15161 4 0 0 25 0 1 0 284252882 16060416 3624 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134527569 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5472/statm: 3921 3624 58 118 0 3799 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 18372

[startup+222.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/79 5472
/proc/meminfo: memFree=1460104/2055920 swapFree=4151964/4192956
[pid=5468] ppid=5466 vsize=2688 CPUtime=10.54
/proc/5468/stat : 5468 (SATzilla2007_F) S 5466 5468 4667 0 -1 4194304 1432 3551 0 0 329 8 700 17 25 0 1 0 284251824 2752512 490 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5468/statm: 672 490 170 260 0 378 0
[pid=5472] ppid=5468 vsize=15684 CPUtime=211.64
/proc/5472/stat : 5472 (minisat20) R 5468 5468 4667 0 -1 4194304 3634 0 0 0 21159 5 0 0 25 0 1 0 284252882 16060416 3627 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134535748 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5472/statm: 3921 3627 58 118 0 3799 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 18372

[startup+282.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/79 5472
/proc/meminfo: memFree=1459656/2055920 swapFree=4151964/4192956
[pid=5468] ppid=5466 vsize=2688 CPUtime=10.54
/proc/5468/stat : 5468 (SATzilla2007_F) S 5466 5468 4667 0 -1 4194304 1432 3551 0 0 329 8 700 17 25 0 1 0 284251824 2752512 490 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5468/statm: 672 490 170 260 0 378 0
[pid=5472] ppid=5468 vsize=16088 CPUtime=271.61
/proc/5472/stat : 5472 (minisat20) R 5468 5468 4667 0 -1 4194304 3724 0 0 0 27156 5 0 0 25 0 1 0 284252882 16474112 3717 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525816 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5472/statm: 4022 3717 58 118 0 3900 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 18776

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 5472
/proc/meminfo: memFree=1459528/2055920 swapFree=4151964/4192956
[pid=5468] ppid=5466 vsize=2688 CPUtime=10.54
/proc/5468/stat : 5468 (SATzilla2007_F) S 5466 5468 4667 0 -1 4194304 1432 3551 0 0 329 8 700 17 25 0 1 0 284251824 2752512 490 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5468/statm: 672 490 170 260 0 378 0
[pid=5472] ppid=5468 vsize=16088 CPUtime=331.6
/proc/5472/stat : 5472 (minisat20) R 5468 5468 4667 0 -1 4194304 3745 0 0 0 33154 6 0 0 25 0 1 0 284252882 16474112 3738 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525788 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5472/statm: 4022 3738 58 118 0 3900 0

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

/proc/5472/statm: 4310 4011 58 118 0 4188 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 19928

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 5472
/proc/meminfo: memFree=1458120/2055920 swapFree=4151964/4192956
[pid=5468] ppid=5466 vsize=2688 CPUtime=10.54
/proc/5468/stat : 5468 (SATzilla2007_F) S 5466 5468 4667 0 -1 4194304 1432 3551 0 0 329 8 700 17 25 0 1 0 284251824 2752512 490 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5468/statm: 672 490 170 260 0 378 0
[pid=5472] ppid=5468 vsize=17240 CPUtime=751.48
/proc/5472/stat : 5472 (minisat20) R 5468 5468 4667 0 -1 4194304 4021 0 0 0 75139 9 0 0 25 0 1 0 284252882 17653760 4014 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5472/statm: 4310 4014 58 118 0 4188 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 19928

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 5472
/proc/meminfo: memFree=1458120/2055920 swapFree=4151964/4192956
[pid=5468] ppid=5466 vsize=2688 CPUtime=10.54
/proc/5468/stat : 5468 (SATzilla2007_F) S 5466 5468 4667 0 -1 4194304 1432 3551 0 0 329 8 700 17 25 0 1 0 284251824 2752512 490 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5468/statm: 672 490 170 260 0 378 0
[pid=5472] ppid=5468 vsize=17240 CPUtime=811.46
/proc/5472/stat : 5472 (minisat20) R 5468 5468 4667 0 -1 4194304 4022 0 0 0 81137 9 0 0 25 0 1 0 284252882 17653760 4015 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5472/statm: 4310 4015 58 118 0 4188 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 19928

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 5472
/proc/meminfo: memFree=1458120/2055920 swapFree=4151964/4192956
[pid=5468] ppid=5466 vsize=2688 CPUtime=10.54
/proc/5468/stat : 5468 (SATzilla2007_F) S 5466 5468 4667 0 -1 4194304 1432 3551 0 0 329 8 700 17 25 0 1 0 284251824 2752512 490 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5468/statm: 672 490 170 260 0 378 0
[pid=5472] ppid=5468 vsize=17408 CPUtime=871.44
/proc/5472/stat : 5472 (minisat20) R 5468 5468 4667 0 -1 4194304 4033 0 0 0 87134 10 0 0 25 0 1 0 284252882 17825792 4026 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525539 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5472/statm: 4352 4026 58 118 0 4230 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 20096

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 5472
/proc/meminfo: memFree=1457992/2055920 swapFree=4151964/4192956
[pid=5468] ppid=5466 vsize=2688 CPUtime=10.54
/proc/5468/stat : 5468 (SATzilla2007_F) S 5466 5468 4667 0 -1 4194304 1432 3551 0 0 329 8 700 17 25 0 1 0 284251824 2752512 490 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5468/statm: 672 490 170 260 0 378 0
[pid=5472] ppid=5468 vsize=17408 CPUtime=931.42
/proc/5472/stat : 5472 (minisat20) R 5468 5468 4667 0 -1 4194304 4050 0 0 0 93132 10 0 0 25 0 1 0 284252882 17825792 4043 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5472/statm: 4352 4043 58 118 0 4230 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 20096

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 5472
/proc/meminfo: memFree=1457992/2055920 swapFree=4151964/4192956
[pid=5468] ppid=5466 vsize=2688 CPUtime=10.54
/proc/5468/stat : 5468 (SATzilla2007_F) S 5466 5468 4667 0 -1 4194304 1432 3551 0 0 329 8 700 17 25 0 1 0 284251824 2752512 490 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5468/statm: 672 490 170 260 0 378 0
[pid=5472] ppid=5468 vsize=17408 CPUtime=991.41
/proc/5472/stat : 5472 (minisat20) R 5468 5468 4667 0 -1 4194304 4057 0 0 0 99130 11 0 0 25 0 1 0 284252882 17825792 4050 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5472/statm: 4352 4050 58 118 0 4230 0
Current children cumulated CPU time (s) 1001.95
Current children cumulated vsize (KiB) 20096

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 5472
/proc/meminfo: memFree=1457928/2055920 swapFree=4151964/4192956
[pid=5468] ppid=5466 vsize=2688 CPUtime=10.54
/proc/5468/stat : 5468 (SATzilla2007_F) S 5466 5468 4667 0 -1 4194304 1432 3551 0 0 329 8 700 17 25 0 1 0 284251824 2752512 490 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5468/statm: 672 490 170 260 0 378 0
[pid=5472] ppid=5468 vsize=17548 CPUtime=1051.39
/proc/5472/stat : 5472 (minisat20) R 5468 5468 4667 0 -1 4194304 4065 0 0 0 105128 11 0 0 25 0 1 0 284252882 17969152 4058 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5472/statm: 4387 4058 58 118 0 4265 0
Current children cumulated CPU time (s) 1061.93
Current children cumulated vsize (KiB) 20236

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 5472
/proc/meminfo: memFree=1457800/2055920 swapFree=4151964/4192956
[pid=5468] ppid=5466 vsize=2688 CPUtime=10.54
/proc/5468/stat : 5468 (SATzilla2007_F) S 5466 5468 4667 0 -1 4194304 1432 3551 0 0 329 8 700 17 25 0 1 0 284251824 2752512 490 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5468/statm: 672 490 170 260 0 378 0
[pid=5472] ppid=5468 vsize=17548 CPUtime=1111.38
/proc/5472/stat : 5472 (minisat20) R 5468 5468 4667 0 -1 4194304 4081 0 0 0 111126 12 0 0 25 0 1 0 284252882 17969152 4074 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525668 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5472/statm: 4387 4074 58 118 0 4265 0
Current children cumulated CPU time (s) 1121.92
Current children cumulated vsize (KiB) 20236

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 5472
/proc/meminfo: memFree=1457736/2055920 swapFree=4151964/4192956
[pid=5468] ppid=5466 vsize=2688 CPUtime=10.54
/proc/5468/stat : 5468 (SATzilla2007_F) S 5466 5468 4667 0 -1 4194304 1432 3551 0 0 329 8 700 17 25 0 1 0 284251824 2752512 490 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5468/statm: 672 490 170 260 0 378 0
[pid=5472] ppid=5468 vsize=17548 CPUtime=1171.35
/proc/5472/stat : 5472 (minisat20) R 5468 5468 4667 0 -1 4194304 4091 0 0 0 117123 12 0 0 25 0 1 0 284252882 17969152 4084 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5472/statm: 4387 4084 58 118 0 4265 0
Current children cumulated CPU time (s) 1181.89
Current children cumulated vsize (KiB) 20236

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

[startup+1190.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 5472
/proc/meminfo: memFree=1457736/2055920 swapFree=4151964/4192956
[pid=5468] ppid=5466 vsize=2688 CPUtime=10.54
/proc/5468/stat : 5468 (SATzilla2007_F) S 5466 5468 4667 0 -1 4194304 1432 3551 0 0 329 8 700 17 25 0 1 0 284251824 2752512 490 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5468/statm: 672 490 170 260 0 378 0
[pid=5472] ppid=5468 vsize=17548 CPUtime=1179.35
/proc/5472/stat : 5472 (minisat20) R 5468 5468 4667 0 -1 4194304 4091 0 0 0 117923 12 0 0 25 0 1 0 284252882 17969152 4084 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5472/statm: 4387 4084 58 118 0 4265 0
Current children cumulated CPU time (s) 1189.89
Current children cumulated vsize (KiB) 20236

[startup+1196.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 5472
/proc/meminfo: memFree=1457800/2055920 swapFree=4151964/4192956
[pid=5468] ppid=5466 vsize=2688 CPUtime=10.54
/proc/5468/stat : 5468 (SATzilla2007_F) S 5466 5468 4667 0 -1 4194304 1432 3551 0 0 329 8 700 17 25 0 1 0 284251824 2752512 490 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5468/statm: 672 490 170 260 0 378 0
[pid=5472] ppid=5468 vsize=17548 CPUtime=1185.75
/proc/5472/stat : 5472 (minisat20) R 5468 5468 4667 0 -1 4194304 4091 0 0 0 118563 12 0 0 25 0 1 0 284252882 17969152 4084 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5472/statm: 4387 4084 58 118 0 4265 0
Current children cumulated CPU time (s) 1196.29
Current children cumulated vsize (KiB) 20236

[startup+1198.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 5472
/proc/meminfo: memFree=1457800/2055920 swapFree=4151964/4192956
[pid=5468] ppid=5466 vsize=2688 CPUtime=10.54
/proc/5468/stat : 5468 (SATzilla2007_F) S 5466 5468 4667 0 -1 4194304 1432 3551 0 0 329 8 700 17 25 0 1 0 284251824 2752512 490 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5468/statm: 672 490 170 260 0 378 0
[pid=5472] ppid=5468 vsize=17548 CPUtime=1187.35
/proc/5472/stat : 5472 (minisat20) R 5468 5468 4667 0 -1 4194304 4091 0 0 0 118723 12 0 0 25 0 1 0 284252882 17969152 4084 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525121 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5472/statm: 4387 4084 58 118 0 4265 0
Current children cumulated CPU time (s) 1197.89
Current children cumulated vsize (KiB) 20236

[startup+1199.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 5472
/proc/meminfo: memFree=1457800/2055920 swapFree=4151964/4192956
[pid=5468] ppid=5466 vsize=2688 CPUtime=10.54
/proc/5468/stat : 5468 (SATzilla2007_F) S 5466 5468 4667 0 -1 4194304 1432 3551 0 0 329 8 700 17 25 0 1 0 284251824 2752512 490 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5468/statm: 672 490 170 260 0 378 0
[pid=5472] ppid=5468 vsize=17548 CPUtime=1188.15
/proc/5472/stat : 5472 (minisat20) R 5468 5468 4667 0 -1 4194304 4091 0 0 0 118803 12 0 0 25 0 1 0 284252882 17969152 4084 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134527403 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5472/statm: 4387 4084 58 118 0 4265 0
Current children cumulated CPU time (s) 1198.69
Current children cumulated vsize (KiB) 20236

[startup+1199.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 5472
/proc/meminfo: memFree=1457800/2055920 swapFree=4151964/4192956
[pid=5468] ppid=5466 vsize=2688 CPUtime=10.54
/proc/5468/stat : 5468 (SATzilla2007_F) S 5466 5468 4667 0 -1 4194304 1432 3551 0 0 329 8 700 17 25 0 1 0 284251824 2752512 490 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5468/statm: 672 490 170 260 0 378 0
[pid=5472] ppid=5468 vsize=17548 CPUtime=1188.55
/proc/5472/stat : 5472 (minisat20) R 5468 5468 4667 0 -1 4194304 4091 0 0 0 118843 12 0 0 25 0 1 0 284252882 17969152 4084 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5472/statm: 4387 4084 58 118 0 4265 0
Current children cumulated CPU time (s) 1199.09
Current children cumulated vsize (KiB) 20236

[startup+1199.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 5472
/proc/meminfo: memFree=1457800/2055920 swapFree=4151964/4192956
[pid=5468] ppid=5466 vsize=8108 CPUtime=1199.51
/proc/5468/stat : 5468 (SATzilla2007_F) R 5466 5468 4667 0 -1 4194304 2333 7642 0 0 342 9 119569 31 19 0 1 0 284251824 8302592 1289 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 134597441 0 0 4096 0 0 0 0 17 0 0 0
/proc/5468/statm: 2027 1289 177 260 0 1733 0
Current children cumulated CPU time (s) 1199.51
Current children cumulated vsize (KiB) 8108

Child status: 17
Real time (s): 1199.99
CPU time (s): 1199.62
CPU user time (s): 1199.2
CPU system time (s): 0.419936
CPU usage (%): 99.9692
Max. virtual memory (cumulated for all children) (KiB): 20236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.2
system time used= 0.419936
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10021
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= 25
involuntary context switches= 2229

runsolver used 1.18582 second user time and 3.19151 second system time

The end

Launcher Data (download as text)

Begin job on node21 on Wed Feb 28 06:09:39 UTC 2007

IDJOB= 314811
IDBENCH= 20400
IDSOLVER= 136
FILE ID= node21/314811-1172642979

PBS_JOBID= 3981166

Free space on /tmp= 66552 MiB

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

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  81ed5ec4a2e7c208a4184383f9e53838

RANDOM SEED= 377810452

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node21.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.245
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.245
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:       1476464 kB
Buffers:         26444 kB
Cached:         487240 kB
SwapCached:       9168 kB
Active:         119372 kB
Inactive:       418288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1476464 kB
SwapTotal:     4192956 kB
SwapFree:      4151964 kB
Dirty:           10456 kB
Writeback:           0 kB
Mapped:          30316 kB
Slab:            27444 kB
Committed_AS:   825624 kB
PageTables:       1676 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= 66552 MiB

End job on node21 on Wed Feb 28 06:29:39 UTC 2007