Trace number 297035

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.57 1200.03

General information on the benchmark

Namerandom/OnTreshold/7SAT/v75/
unif-k7-r89-v75-c6675-S1299158672-14.SAT.shuffled.cnf
MD5SUMbb020a272b82c40a137247ab0662fc0e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark6.62399
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of clauses6675
Sum of the clauses size46725
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 56675

Solver Data (download as text)

10.63/10.72	c run March_dl for 5 seconds ... 
10.63/10.72	c Bin: Executing march_dl
10.63/10.72	c child exit by a signal
10.63/10.72	c march_dl returned code 137.
10.63/10.72	c run saps for 2 seconds ... 
10.63/10.72	c Bin: Executing ubcsat2006
10.63/10.72	c child exited successfully
10.63/10.72	c ubcsat2006 returned code 0.
10.63/10.72	c satzilla computing base features
10.63/10.72	c satzilla doing unit-prop probe
10.63/10.72	c satzilla doing local search probe
10.63/10.72	c satzilla doing lobjois search-space size estimate
10.63/10.72	c satzilla's ranking:
10.63/10.72	c 1) minisat20: 2.503807
10.63/10.72	c 2) kcnfs: 2.747062
10.63/10.72	c 3) march_dl: 3.520746
10.63/10.72	c 4) eureka: 3.709649
10.63/10.72	c 5) vallst: 4.305940
10.63/10.72	c 6) zchaff_rand: 4.960993
10.63/10.72	c 7) kcnfs+P: 999.000000
10.63/10.72	c 8) march_dl+P: 999.000000
10.63/10.72	c 9) vallst+P: 999.000000
10.63/10.72	c 10) zchaff_rand+P: 999.000000
10.63/10.72	c 11) rsat+P: 999.000000
10.63/10.72	c 12) eureka+P: 999.000000
10.63/10.72	c 13) minisat20+P: 999.000000
10.63/10.72	c 14) rsat: 999.000000
10.63/10.72	c satzilla running minisat20 ... 
10.63/10.72	This is MiniSat 2.0 beta
10.63/10.72	WARNING: for repeatability, setting FPU to use double precision
10.63/10.72	============================[ Problem Statistics ]=============================
10.63/10.72	|                                                                             |
10.63/10.72	|  Number of variables:  75                                                   |
10.63/10.72	|  Number of clauses:    6675                                                 |
10.63/10.72	|  Parsing time:         0.01         s                                       |
10.63/10.72	============================[ Search Statistics ]==============================
10.63/10.72	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.63/10.72	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.63/10.72	===============================================================================
10.63/10.72	|         0 |      75     6675    46725 |     2225        0    nan |  0.000 % |
10.63/10.73	|       101 |      75     6675    46725 |     2447      101     26 |  0.018 % |
10.63/10.74	|       252 |      75     6675    46725 |     2692      252     27 |  0.018 % |
10.63/10.75	|       479 |      75     6675    46725 |     2961      479     27 |  0.018 % |
10.69/10.76	|       816 |      75     6675    46725 |     3257      816     26 |  0.018 % |
10.69/10.78	|      1323 |      75     6675    46725 |     3583     1323     26 |  0.018 % |
10.69/10.82	|      2082 |      75     6675    46725 |     3941     2082     27 |  0.018 % |
10.69/10.88	|      3222 |      75     6675    46725 |     4335     3222     26 |  0.018 % |
10.69/10.98	|      4931 |      75     6675    46725 |     4769     2744     26 |  0.018 % |
10.69/11.13	|      7493 |      75     6675    46725 |     5246     2906     26 |  0.018 % |
11.24/11.37	|     11338 |      75     6675    46725 |     5771     4112     25 |  0.018 % |
11.65/11.76	|     17104 |      75     6675    46725 |     6348     4073     26 |  0.018 % |
12.26/12.38	|     25753 |      75     6675    46725 |     6983     6339     26 |  0.018 % |
13.29/13.38	|     38729 |      75     6675    46725 |     7681     5276     25 |  0.018 % |
14.83/14.94	|     58190 |      75     6675    46725 |     8449     5447     25 |  0.018 % |
17.18/17.28	|     87384 |      75     6675    46725 |     9294     4959     24 |  0.018 % |
20.87/20.93	|    131175 |      75     6675    46725 |    10223     6776     25 |  0.018 % |
26.60/26.68	|    196860 |      75     6675    46725 |    11246     5805     24 |  0.018 % |
36.04/36.13	|    295388 |      75     6675    46725 |    12370     8483     24 |  0.018 % |
50.89/50.97	|    443181 |      75     6675    46725 |    13607     7473     24 |  0.018 % |
74.78/74.92	|    664866 |      75     6675    46725 |    14968    10954     25 |  0.018 % |
113.61/113.76	|    997391 |      75     6675    46725 |    16465    13516     24 |  0.018 % |
176.03/176.20	|   1496179 |      75     6675    46725 |    18112     9186     26 |  0.018 % |
277.90/278.03	|   2244361 |      75     6675    46725 |    19923    13559     24 |  0.018 % |
441.57/441.78	|   3366635 |      75     6675    46725 |    21915    18467     26 |  0.018 % |
709.75/710.04	|   5050046 |      75     6675    46725 |    24107    12169     23 |  0.018 % |
1154.54/1155.06	|   7575163 |      75     6675    46725 |    26517    12890     23 |  0.018 % |
1199.42/1199.99	c Bin: Executing minisat20
1199.42/1199.99	c child exit by a signal
1199.42/1199.99	c minisat20 returned code 137.
1199.42/1199.99	c minisat20 returned code 137.
1199.42/1199.99	c satzilla running kcnfs ... 
1199.42/1199.99	c Bin: Executing kcnfs
1199.42/1199.99	c kcnfs returned code 1.
1199.42/1199.99	c kcnfs returned code 1.
1199.42/1199.99	c satzilla running march_dl ... 
1199.42/1199.99	c Bin: Executing march_dl
1199.42/1199.99	c march_dl returned code 1.
1199.42/1199.99	c march_dl returned code 1.
1199.42/1199.99	c satzilla running eureka ... 
1199.42/1199.99	c Bin: Executing eureka
1199.42/1199.99	c eureka returned code 1.
1199.42/1199.99	c eureka returned code 1.
1199.42/1199.99	c satzilla running vallst ... 
1199.42/1199.99	c Bin: Executing vallst
1199.42/1199.99	c vallst returned code 1.
1199.42/1199.99	c vallst returned code 1.
1199.42/1199.99	c satzilla running zchaff_rand ... 
1199.42/1199.99	c Bin: Executing zchaff_rand
1199.42/1199.99	c zchaff_rand returned code 1.
1199.42/1199.99	c zchaff_rand returned code 1.
1199.42/1199.99	c satzilla running kcnfs with preprocessing ... 
1199.54/1200.02	c Preprocessing...
1199.54/1200.02	c Inital problem has 75 variables, 6675 nary clauses (0 binary clauses).
1199.54/1200.02	c Num non-binary clauses 6675, Average non-binary clause length 7.000
1199.54/1200.02	c Theory has no gaps
1199.54/1200.02	c Preprocessor runtime was 0.020 seconds.
1199.54/1200.02	c 
1199.54/1200.02	c Satisfiability of theory still undetermined.
1199.54/1200.02	c See file /tmp/Aidd7O for simplified theory.
1199.54/1200.02	c Bin: Executing kcnfs
1199.54/1200.02	c kcnfs returned code 1.
1199.54/1200.02	c kcnfs returned code 1.
1199.54/1200.02	c satzilla running march_dl with preprocessing ... 
1199.54/1200.02	c Bin: Executing march_dl
1199.54/1200.02	c march_dl returned code 1.
1199.54/1200.02	c march_dl returned code 1.
1199.54/1200.02	c satzilla running vallst with preprocessing ... 
1199.54/1200.02	c Bin: Executing vallst
1199.54/1200.02	c vallst returned code 1.
1199.54/1200.02	c vallst returned code 1.
1199.54/1200.02	c satzilla running zchaff_rand with preprocessing ... 
1199.54/1200.02	c Bin: Executing zchaff_rand
1199.54/1200.02	c zchaff_rand returned code 1.
1199.54/1200.02	c zchaff_rand returned code 1.
1199.54/1200.02	c satzilla running rsat with preprocessing ... 
1199.54/1200.02	c Bin: Executing rsat
1199.54/1200.02	c rsat returned code 1.
1199.54/1200.02	c rsat returned code 1.
1199.54/1200.02	c satzilla running eureka with preprocessing ... 
1199.54/1200.02	c Bin: Executing eureka
1199.54/1200.02	c eureka returned code 1.
1199.54/1200.02	c eureka returned code 1.
1199.54/1200.02	c satzilla running minisat20 with preprocessing ... 
1199.54/1200.02	c Bin: Executing minisat20
1199.54/1200.02	c minisat20 returned code 1.
1199.54/1200.02	c minisat20 returned code 1.
1199.54/1200.02	c satzilla running rsat ... 
1199.54/1200.02	c Bin: Executing rsat
1199.54/1200.02	c rsat returned code 1.
1199.54/1200.02	c rsat returned code 1.
1199.54/1200.02	c ERROR: All Failed! 
1199.54/1200.02	c SATZILLA_TIME=1199.730000

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node13/watcher-297035-1171831512 -o ROOT/results/node13/solver-297035-1171831512 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/297035-1171831512/SATzilla2007_F /tmp/evaluation/297035-1171831512/instance-297035-1171831512.cnf 

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


[startup+0 s]
/proc/loadavg: 1.03 1.01 1.00 3/77 21217
/proc/meminfo: memFree=774704/2055920 swapFree=4192812/4192956
[pid=21217] ppid=21215 vsize=1512 CPUtime=0
/proc/21217/stat : 21217 (SATzilla2007_F) R 21215 21217 19957 0 -1 4194304 142 0 0 0 0 0 0 0 18 0 1 0 203105698 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135218003 0 0 4096 0 0 0 0 17 1 0 0
/proc/21217/statm: 378 125 110 260 0 84 0
[pid=21218] ppid=21217 vsize=636 CPUtime=0
/proc/21218/stat : 21218 (march_dl) R 21217 21217 19957 0 -1 4194304 85 0 0 0 0 0 0 0 18 0 1 0 203105699 651264 79 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/21218/statm: 159 79 50 118 0 38 0

[startup+0.10788 s]
/proc/loadavg: 1.03 1.01 1.00 3/77 21217
/proc/meminfo: memFree=774704/2055920 swapFree=4192812/4192956
[pid=21217] ppid=21215 vsize=1512 CPUtime=0
/proc/21217/stat : 21217 (SATzilla2007_F) S 21215 21217 19957 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 203105698 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/21217/statm: 378 125 110 260 0 84 0
[pid=21218] ppid=21217 vsize=2368 CPUtime=0.1
/proc/21218/stat : 21218 (march_dl) R 21217 21217 19957 0 -1 4194304 1100 0 0 0 10 0 0 0 19 0 1 0 203105699 2424832 349 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134583356 0 0 8392704 0 0 0 0 17 1 0 0
/proc/21218/statm: 592 349 67 118 0 471 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 3880

[startup+0.515935 s]
/proc/loadavg: 1.03 1.01 1.00 3/77 21217
/proc/meminfo: memFree=774704/2055920 swapFree=4192812/4192956
[pid=21217] ppid=21215 vsize=1512 CPUtime=0
/proc/21217/stat : 21217 (SATzilla2007_F) S 21215 21217 19957 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 203105698 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/21217/statm: 378 125 110 260 0 84 0
[pid=21218] ppid=21217 vsize=2500 CPUtime=0.5
/proc/21218/stat : 21218 (march_dl) R 21217 21217 19957 0 -1 4194304 1134 0 0 0 50 0 0 0 23 0 1 0 203105699 2560000 383 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134583376 0 0 8392704 0 0 0 0 17 1 0 0
/proc/21218/statm: 625 383 67 118 0 504 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 4012

[startup+1.33704 s]
/proc/loadavg: 1.03 1.01 1.00 2/79 21219
/proc/meminfo: memFree=768416/2055920 swapFree=4192812/4192956
[pid=21217] ppid=21215 vsize=1512 CPUtime=0
/proc/21217/stat : 21217 (SATzilla2007_F) S 21215 21217 19957 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 203105698 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/21217/statm: 378 125 110 260 0 84 0
[pid=21218] ppid=21217 vsize=7564 CPUtime=1.33
/proc/21218/stat : 21218 (march_dl) R 21217 21217 19957 0 -1 4194304 2652 0 0 0 122 11 0 0 25 0 1 0 203105699 7745536 1771 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134559596 0 0 8392704 0 0 0 0 17 1 0 0
/proc/21218/statm: 1891 1771 72 118 0 1770 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 9076

[startup+2.98626 s]
/proc/loadavg: 1.03 1.01 1.00 2/79 21219
/proc/meminfo: memFree=767392/2055920 swapFree=4192812/4192956
[pid=21217] ppid=21215 vsize=1512 CPUtime=0
/proc/21217/stat : 21217 (SATzilla2007_F) S 21215 21217 19957 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 203105698 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/21217/statm: 378 125 110 260 0 84 0
[pid=21218] ppid=21217 vsize=7580 CPUtime=2.97
/proc/21218/stat : 21218 (march_dl) R 21217 21217 19957 0 -1 4194304 3186 0 0 0 286 11 0 0 25 0 1 0 203105699 7761920 1779 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134514049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/21218/statm: 1895 1779 74 118 0 1774 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 9092

[startup+6.2627 s]
/proc/loadavg: 1.02 1.01 1.00 2/79 21220
/proc/meminfo: memFree=773472/2055920 swapFree=4192812/4192956
[pid=21217] ppid=21215 vsize=1512 CPUtime=4.99
/proc/21217/stat : 21217 (SATzilla2007_F) S 21215 21217 19957 0 -1 4194304 149 3186 0 0 0 0 488 11 16 0 1 0 203105698 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/21217/statm: 378 125 110 260 0 84 0
[pid=21220] ppid=21217 vsize=6188 CPUtime=1.25
/proc/21220/stat : 21220 (ubcsat2006) R 21217 21217 19957 0 -1 4194304 373 0 0 0 121 4 0 0 25 0 1 0 203106199 6336512 355 18446744073709551615 134512640 134777720 4294956496 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/21220/statm: 1547 355 156 64 0 1128 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 7700

[startup+12.7186 s]
/proc/loadavg: 1.02 1.01 1.00 2/79 21221
/proc/meminfo: memFree=771624/2055920 swapFree=4192812/4192956
[pid=21217] ppid=21215 vsize=2328 CPUtime=10.69
/proc/21217/stat : 21217 (SATzilla2007_F) S 21215 21217 19957 0 -1 4194304 968 3565 0 0 352 8 690 19 25 0 1 0 203105698 2383872 404 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21217/statm: 582 404 169 260 0 288 0
[pid=21221] ppid=21217 vsize=3268 CPUtime=1.99
/proc/21221/stat : 21221 (minisat20) R 21217 21217 19957 0 -1 4194304 520 0 0 0 199 0 0 0 25 0 1 0 203106771 3346432 513 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21221/statm: 817 513 58 118 0 695 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 5596

[startup+25.5253 s]
/proc/loadavg: 1.02 1.00 1.00 2/79 21221
/proc/meminfo: memFree=770664/2055920 swapFree=4192812/4192956
[pid=21217] ppid=21215 vsize=2328 CPUtime=10.69
/proc/21217/stat : 21217 (SATzilla2007_F) S 21215 21217 19957 0 -1 4194304 968 3565 0 0 352 8 690 19 25 0 1 0 203105698 2383872 404 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21217/statm: 582 404 169 260 0 288 0
[pid=21221] ppid=21217 vsize=4212 CPUtime=14.79
/proc/21221/stat : 21221 (minisat20) R 21217 21217 19957 0 -1 4194304 749 0 0 0 1479 0 0 0 25 0 1 0 203106771 4313088 742 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134528317 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21221/statm: 1053 742 58 118 0 931 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 6540

[startup+51.1567 s]
/proc/loadavg: 1.01 1.00 1.00 2/79 21221
/proc/meminfo: memFree=769896/2055920 swapFree=4192812/4192956
[pid=21217] ppid=21215 vsize=2328 CPUtime=10.69
/proc/21217/stat : 21217 (SATzilla2007_F) S 21215 21217 19957 0 -1 4194304 968 3565 0 0 352 8 690 19 25 0 1 0 203105698 2383872 404 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21217/statm: 582 404 169 260 0 288 0
[pid=21221] ppid=21217 vsize=5052 CPUtime=40.41
/proc/21221/stat : 21221 (minisat20) R 21217 21217 19957 0 -1 4194304 945 0 0 0 4041 0 0 0 25 0 1 0 203106771 5173248 938 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134535748 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21221/statm: 1263 938 58 118 0 1141 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 7380

[startup+102.412 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 21221
/proc/meminfo: memFree=769064/2055920 swapFree=4192812/4192956
[pid=21217] ppid=21215 vsize=2328 CPUtime=10.69
/proc/21217/stat : 21217 (SATzilla2007_F) S 21215 21217 19957 0 -1 4194304 968 3565 0 0 352 8 690 19 25 0 1 0 203105698 2383872 404 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21217/statm: 582 404 169 260 0 288 0
[pid=21221] ppid=21217 vsize=5944 CPUtime=91.65
/proc/21221/stat : 21221 (minisat20) R 21217 21217 19957 0 -1 4194304 1158 0 0 0 9164 1 0 0 25 0 1 0 203106771 6086656 1151 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21221/statm: 1486 1151 58 118 0 1364 0
Current children cumulated CPU time (s) 102.34
Current children cumulated vsize (KiB) 8272

[startup+162.487 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 21221
/proc/meminfo: memFree=768424/2055920 swapFree=4192812/4192956
[pid=21217] ppid=21215 vsize=2328 CPUtime=10.69
/proc/21217/stat : 21217 (SATzilla2007_F) S 21215 21217 19957 0 -1 4194304 968 3565 0 0 352 8 690 19 25 0 1 0 203105698 2383872 404 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21217/statm: 582 404 169 260 0 288 0
[pid=21221] ppid=21217 vsize=6532 CPUtime=151.71
/proc/21221/stat : 21221 (minisat20) R 21217 21217 19957 0 -1 4194304 1326 0 0 0 15169 2 0 0 25 0 1 0 203106771 6688768 1319 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21221/statm: 1633 1319 58 118 0 1511 0
Current children cumulated CPU time (s) 162.4
Current children cumulated vsize (KiB) 8860

[startup+222.559 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 21221
/proc/meminfo: memFree=768040/2055920 swapFree=4192812/4192956
[pid=21217] ppid=21215 vsize=2328 CPUtime=10.69
/proc/21217/stat : 21217 (SATzilla2007_F) S 21215 21217 19957 0 -1 4194304 968 3565 0 0 352 8 690 19 25 0 1 0 203105698 2383872 404 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21217/statm: 582 404 169 260 0 288 0
[pid=21221] ppid=21217 vsize=7016 CPUtime=211.76
/proc/21221/stat : 21221 (minisat20) R 21217 21217 19957 0 -1 4194304 1415 0 0 0 21174 2 0 0 25 0 1 0 203106771 7184384 1408 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21221/statm: 1754 1408 58 118 0 1632 0
Current children cumulated CPU time (s) 222.45
Current children cumulated vsize (KiB) 9344

[startup+282.629 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 21221
/proc/meminfo: memFree=767720/2055920 swapFree=4192812/4192956
[pid=21217] ppid=21215 vsize=2328 CPUtime=10.69
/proc/21217/stat : 21217 (SATzilla2007_F) S 21215 21217 19957 0 -1 4194304 968 3565 0 0 352 8 690 19 25 0 1 0 203105698 2383872 404 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21217/statm: 582 404 169 260 0 288 0
[pid=21221] ppid=21217 vsize=7404 CPUtime=271.81
/proc/21221/stat : 21221 (minisat20) R 21217 21217 19957 0 -1 4194304 1510 0 0 0 27178 3 0 0 25 0 1 0 203106771 7581696 1503 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21221/statm: 1851 1503 58 118 0 1729 0
Current children cumulated CPU time (s) 282.5
Current children cumulated vsize (KiB) 9732

[startup+342.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 21221
/proc/meminfo: memFree=767336/2055920 swapFree=4192812/4192956
[pid=21217] ppid=21215 vsize=2328 CPUtime=10.69
/proc/21217/stat : 21217 (SATzilla2007_F) S 21215 21217 19957 0 -1 4194304 968 3565 0 0 352 8 690 19 25 0 1 0 203105698 2383872 404 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21217/statm: 582 404 169 260 0 288 0
[pid=21221] ppid=21217 vsize=7832 CPUtime=331.87
/proc/21221/stat : 21221 (minisat20) R 21217 21217 19957 0 -1 4194304 1604 0 0 0 33183 4 0 0 25 0 1 0 203106771 8019968 1597 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525788 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21221/statm: 1958 1597 58 118 0 1836 0
Current children cumulated CPU time (s) 342.56
Current children cumulated vsize (KiB) 10160

[startup+402.774 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 21221
/proc/meminfo: memFree=767144/2055920 swapFree=4192812/4192956
[pid=21217] ppid=21215 vsize=2328 CPUtime=10.69
/proc/21217/stat : 21217 (SATzilla2007_F) S 21215 21217 19957 0 -1 4194304 968 3565 0 0 352 8 690 19 25 0 1 0 203105698 2383872 404 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21217/statm: 582 404 169 260 0 288 0
[pid=21221] ppid=21217 vsize=8116 CPUtime=391.92
/proc/21221/stat : 21221 (minisat20) R 21217 21217 19957 0 -1 4194304 1658 0 0 0 39188 4 0 0 25 0 1 0 203106771 8310784 1651 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21221/statm: 2029 1651 58 118 0 1907 0
Current children cumulated CPU time (s) 402.61
Current children cumulated vsize (KiB) 10444

[startup+462.843 s]
/proc/loadavg: 1.03 1.01 1.00 2/79 21221
/proc/meminfo: memFree=766888/2055920 swapFree=4192812/4192956
[pid=21217] ppid=21215 vsize=2328 CPUtime=10.69
/proc/21217/stat : 21217 (SATzilla2007_F) S 21215 21217 19957 0 -1 4194304 968 3565 0 0 352 8 690 19 25 0 1 0 203105698 2383872 404 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21217/statm: 582 404 169 260 0 288 0
[pid=21221] ppid=21217 vsize=8256 CPUtime=451.98
/proc/21221/stat : 21221 (minisat20) R 21217 21217 19957 0 -1 4194304 1718 0 0 0 45193 5 0 0 25 0 1 0 203106771 8454144 1711 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21221/statm: 2064 1711 58 118 0 1942 0
Current children cumulated CPU time (s) 462.67

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

/proc/21221/statm: 2242 1860 58 118 0 2120 0
Current children cumulated CPU time (s) 702.88
Current children cumulated vsize (KiB) 11296

[startup+763.197 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 21221
/proc/meminfo: memFree=766184/2055920 swapFree=4192812/4192956
[pid=21217] ppid=21215 vsize=2328 CPUtime=10.69
/proc/21217/stat : 21217 (SATzilla2007_F) S 21215 21217 19957 0 -1 4194304 968 3565 0 0 352 8 690 19 25 0 1 0 203105698 2383872 404 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21217/statm: 582 404 169 260 0 288 0
[pid=21221] ppid=21217 vsize=8968 CPUtime=752.24
/proc/21221/stat : 21221 (minisat20) R 21217 21217 19957 0 -1 4194304 1899 0 0 0 75217 7 0 0 25 0 1 0 203106771 9183232 1892 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21221/statm: 2242 1892 58 118 0 2120 0
Current children cumulated CPU time (s) 762.93
Current children cumulated vsize (KiB) 11296

[startup+823.27 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 21221
/proc/meminfo: memFree=766056/2055920 swapFree=4192812/4192956
[pid=21217] ppid=21215 vsize=2328 CPUtime=10.69
/proc/21217/stat : 21217 (SATzilla2007_F) S 21215 21217 19957 0 -1 4194304 968 3565 0 0 352 8 690 19 25 0 1 0 203105698 2383872 404 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21217/statm: 582 404 169 260 0 288 0
[pid=21221] ppid=21217 vsize=9156 CPUtime=812.31
/proc/21221/stat : 21221 (minisat20) R 21217 21217 19957 0 -1 4194304 1936 0 0 0 81223 8 0 0 25 0 1 0 203106771 9375744 1929 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21221/statm: 2289 1929 58 118 0 2167 0
Current children cumulated CPU time (s) 823
Current children cumulated vsize (KiB) 11484

[startup+883.337 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 21221
/proc/meminfo: memFree=765992/2055920 swapFree=4192812/4192956
[pid=21217] ppid=21215 vsize=2328 CPUtime=10.69
/proc/21217/stat : 21217 (SATzilla2007_F) S 21215 21217 19957 0 -1 4194304 968 3565 0 0 352 8 690 19 25 0 1 0 203105698 2383872 404 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21217/statm: 582 404 169 260 0 288 0
[pid=21221] ppid=21217 vsize=9156 CPUtime=872.35
/proc/21221/stat : 21221 (minisat20) R 21217 21217 19957 0 -1 4194304 1940 0 0 0 87227 8 0 0 25 0 1 0 203106771 9375744 1933 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525816 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21221/statm: 2289 1933 58 118 0 2167 0
Current children cumulated CPU time (s) 883.04
Current children cumulated vsize (KiB) 11484

[startup+943.405 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 21221
/proc/meminfo: memFree=765800/2055920 swapFree=4192812/4192956
[pid=21217] ppid=21215 vsize=2328 CPUtime=10.69
/proc/21217/stat : 21217 (SATzilla2007_F) S 21215 21217 19957 0 -1 4194304 968 3565 0 0 352 8 690 19 25 0 1 0 203105698 2383872 404 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21217/statm: 582 404 169 260 0 288 0
[pid=21221] ppid=21217 vsize=9324 CPUtime=932.41
/proc/21221/stat : 21221 (minisat20) R 21217 21217 19957 0 -1 4194304 1987 0 0 0 93232 9 0 0 25 0 1 0 203106771 9547776 1980 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134519365 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21221/statm: 2331 1980 58 118 0 2209 0
Current children cumulated CPU time (s) 943.1
Current children cumulated vsize (KiB) 11652

[startup+1003.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/85 21343
/proc/meminfo: memFree=764464/2055920 swapFree=4192812/4192956
[pid=21217] ppid=21215 vsize=2328 CPUtime=10.69
/proc/21217/stat : 21217 (SATzilla2007_F) S 21215 21217 19957 0 -1 4194304 968 3565 0 0 352 8 690 19 25 0 1 0 203105698 2383872 404 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21217/statm: 582 404 169 260 0 288 0
[pid=21221] ppid=21217 vsize=9488 CPUtime=992.42
/proc/21221/stat : 21221 (minisat20) R 21217 21217 19957 0 -1 4194304 2015 0 0 0 99233 9 0 0 25 0 1 0 203106771 9715712 2008 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525767 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21221/statm: 2372 2008 58 118 0 2250 0
Current children cumulated CPU time (s) 1003.11
Current children cumulated vsize (KiB) 11816

[startup+1063.59 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 21419
/proc/meminfo: memFree=765288/2055920 swapFree=4192812/4192956
[pid=21217] ppid=21215 vsize=2328 CPUtime=10.69
/proc/21217/stat : 21217 (SATzilla2007_F) S 21215 21217 19957 0 -1 4194304 968 3565 0 0 352 8 690 19 25 0 1 0 203105698 2383872 404 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21217/statm: 582 404 169 260 0 288 0
[pid=21221] ppid=21217 vsize=9656 CPUtime=1052.44
/proc/21221/stat : 21221 (minisat20) R 21217 21217 19957 0 -1 4194304 2034 0 0 0 105235 9 0 0 25 0 1 0 203106771 9887744 2027 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21221/statm: 2414 2027 58 118 0 2292 0
Current children cumulated CPU time (s) 1063.13
Current children cumulated vsize (KiB) 11984

[startup+1123.65 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 21419
/proc/meminfo: memFree=765288/2055920 swapFree=4192812/4192956
[pid=21217] ppid=21215 vsize=2328 CPUtime=10.69
/proc/21217/stat : 21217 (SATzilla2007_F) S 21215 21217 19957 0 -1 4194304 968 3565 0 0 352 8 690 19 25 0 1 0 203105698 2383872 404 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21217/statm: 582 404 169 260 0 288 0
[pid=21221] ppid=21217 vsize=9656 CPUtime=1112.49
/proc/21221/stat : 21221 (minisat20) R 21217 21217 19957 0 -1 4194304 2037 0 0 0 111239 10 0 0 25 0 1 0 203106771 9887744 2030 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21221/statm: 2414 2030 58 118 0 2292 0
Current children cumulated CPU time (s) 1123.18
Current children cumulated vsize (KiB) 11984

[startup+1183.72 s]
/proc/loadavg: 1.04 1.01 1.00 2/79 21419
/proc/meminfo: memFree=765288/2055920 swapFree=4192812/4192956
[pid=21217] ppid=21215 vsize=2328 CPUtime=10.69
/proc/21217/stat : 21217 (SATzilla2007_F) S 21215 21217 19957 0 -1 4194304 968 3565 0 0 352 8 690 19 25 0 1 0 203105698 2383872 404 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21217/statm: 582 404 169 260 0 288 0
[pid=21221] ppid=21217 vsize=9796 CPUtime=1172.54
/proc/21221/stat : 21221 (minisat20) R 21217 21217 19957 0 -1 4194304 2069 0 0 0 117244 10 0 0 25 0 1 0 203106771 10031104 2062 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21221/statm: 2449 2062 58 118 0 2327 0
Current children cumulated CPU time (s) 1183.23
Current children cumulated vsize (KiB) 12124

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

[startup+1187.51 s]
/proc/loadavg: 1.04 1.01 1.00 2/79 21419
/proc/meminfo: memFree=765288/2055920 swapFree=4192812/4192956
[pid=21217] ppid=21215 vsize=2328 CPUtime=10.69
/proc/21217/stat : 21217 (SATzilla2007_F) S 21215 21217 19957 0 -1 4194304 968 3565 0 0 352 8 690 19 25 0 1 0 203105698 2383872 404 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21217/statm: 582 404 169 260 0 288 0
[pid=21221] ppid=21217 vsize=9796 CPUtime=1176.33
/proc/21221/stat : 21221 (minisat20) R 21217 21217 19957 0 -1 4194304 2069 0 0 0 117623 10 0 0 25 0 1 0 203106771 10031104 2062 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525504 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21221/statm: 2449 2062 58 118 0 2327 0
Current children cumulated CPU time (s) 1187.02
Current children cumulated vsize (KiB) 12124

[startup+1194.07 s]
/proc/loadavg: 1.03 1.01 1.00 2/79 21419
/proc/meminfo: memFree=765288/2055920 swapFree=4192812/4192956
[pid=21217] ppid=21215 vsize=2328 CPUtime=10.69
/proc/21217/stat : 21217 (SATzilla2007_F) S 21215 21217 19957 0 -1 4194304 968 3565 0 0 352 8 690 19 25 0 1 0 203105698 2383872 404 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21217/statm: 582 404 169 260 0 288 0
[pid=21221] ppid=21217 vsize=9796 CPUtime=1182.89
/proc/21221/stat : 21221 (minisat20) R 21217 21217 19957 0 -1 4194304 2069 0 0 0 118279 10 0 0 25 0 1 0 203106771 10031104 2062 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21221/statm: 2449 2062 58 118 0 2327 0
Current children cumulated CPU time (s) 1193.58
Current children cumulated vsize (KiB) 12124

[startup+1197.35 s]
/proc/loadavg: 1.03 1.01 1.00 2/79 21419
/proc/meminfo: memFree=765288/2055920 swapFree=4192812/4192956
[pid=21217] ppid=21215 vsize=2328 CPUtime=10.69
/proc/21217/stat : 21217 (SATzilla2007_F) S 21215 21217 19957 0 -1 4194304 968 3565 0 0 352 8 690 19 25 0 1 0 203105698 2383872 404 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21217/statm: 582 404 169 260 0 288 0
[pid=21221] ppid=21217 vsize=9796 CPUtime=1186.16
/proc/21221/stat : 21221 (minisat20) R 21217 21217 19957 0 -1 4194304 2069 0 0 0 118606 10 0 0 25 0 1 0 203106771 10031104 2062 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21221/statm: 2449 2062 58 118 0 2327 0
Current children cumulated CPU time (s) 1196.85
Current children cumulated vsize (KiB) 12124

[startup+1198.99 s]
/proc/loadavg: 1.03 1.01 1.00 2/79 21419
/proc/meminfo: memFree=765288/2055920 swapFree=4192812/4192956
[pid=21217] ppid=21215 vsize=2328 CPUtime=10.69
/proc/21217/stat : 21217 (SATzilla2007_F) S 21215 21217 19957 0 -1 4194304 968 3565 0 0 352 8 690 19 25 0 1 0 203105698 2383872 404 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21217/statm: 582 404 169 260 0 288 0
[pid=21221] ppid=21217 vsize=9796 CPUtime=1187.8
/proc/21221/stat : 21221 (minisat20) R 21217 21217 19957 0 -1 4194304 2069 0 0 0 118770 10 0 0 25 0 1 0 203106771 10031104 2062 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21221/statm: 2449 2062 58 118 0 2327 0
Current children cumulated CPU time (s) 1198.49
Current children cumulated vsize (KiB) 12124

[startup+1199.81 s]
/proc/loadavg: 1.03 1.01 1.00 2/79 21419
/proc/meminfo: memFree=765288/2055920 swapFree=4192812/4192956
[pid=21217] ppid=21215 vsize=2328 CPUtime=10.69
/proc/21217/stat : 21217 (SATzilla2007_F) S 21215 21217 19957 0 -1 4194304 968 3565 0 0 352 8 690 19 25 0 1 0 203105698 2383872 404 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21217/statm: 582 404 169 260 0 288 0
[pid=21221] ppid=21217 vsize=9796 CPUtime=1188.63
/proc/21221/stat : 21221 (minisat20) R 21217 21217 19957 0 -1 4194304 2069 0 0 0 118853 10 0 0 25 0 1 0 203106771 10031104 2062 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525539 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21221/statm: 2449 2062 58 118 0 2327 0
Current children cumulated CPU time (s) 1199.32
Current children cumulated vsize (KiB) 12124

[startup+1200.02 s]
/proc/loadavg: 1.03 1.01 1.00 2/79 21419
/proc/meminfo: memFree=765288/2055920 swapFree=4192812/4192956
[pid=21217] ppid=21215 vsize=3524 CPUtime=1199.54
/proc/21217/stat : 21217 (SATzilla2007_F) R 21215 21217 19957 0 -1 4194304 1335 5634 0 0 354 9 119561 30 18 0 1 0 203105698 3608576 697 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135153888 0 0 4096 0 0 0 0 17 0 0 0
/proc/21217/statm: 881 697 176 260 0 587 0
Current children cumulated CPU time (s) 1199.54
Current children cumulated vsize (KiB) 3524

Child status: 17
Real time (s): 1200.03
CPU time (s): 1199.57
CPU user time (s): 1199.16
CPU system time (s): 0.402938
CPU usage (%): 99.9615
Max. virtual memory (cumulated for all children) (KiB): 12124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.16
system time used= 0.402938
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6975
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= 27
involuntary context switches= 1831

runsolver used 1.21881 second user time and 3.04654 second system time

The end

Launcher Data (download as text)

Begin job on node13 on Sun Feb 18 20:45:12 UTC 2007

IDJOB= 297035
IDBENCH= 19951
IDSOLVER= 136
FILE ID= node13/297035-1171831512

PBS_JOBID= 3839360

Free space on /tmp= 66532 MiB

SOLVER NAME= SATzilla FULL
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/7SAT/v75/unif-k7-r89-v75-c6675-S1299158672-14.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/297035-1171831512/SATzilla2007_F /tmp/evaluation/297035-1171831512/instance-297035-1171831512.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node13/watcher-297035-1171831512 -o ROOT/results/node13/solver-297035-1171831512 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/297035-1171831512/SATzilla2007_F /tmp/evaluation/297035-1171831512/instance-297035-1171831512.cnf            

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  bb020a272b82c40a137247ab0662fc0e

RANDOM SEED= 560362115

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node13.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.236
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.236
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:        775176 kB
Buffers:         69456 kB
Cached:        1075732 kB
SwapCached:          0 kB
Active:         628356 kB
Inactive:       571296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        775176 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10308 kB
Writeback:           0 kB
Mapped:          73348 kB
Slab:            66696 kB
Committed_AS:   863048 kB
PageTables:       1744 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= 66532 MiB

End job on node13 on Sun Feb 18 21:05:13 UTC 2007