Trace number 296912

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

Namerandom/OnTreshold/7SAT/v75/
unif-k7-r89-v75-c6675-S1534329206-02.SAT.shuffled.cnf
MD5SUM48336611587b1b84ef747574302cca31
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.56276
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.70	c run March_dl for 5 seconds ... 
10.63/10.70	c Bin: Executing march_dl
10.63/10.70	c child exit by a signal
10.63/10.70	c march_dl returned code 137.
10.63/10.70	c run saps for 2 seconds ... 
10.63/10.70	c Bin: Executing ubcsat2006
10.63/10.70	c child exited successfully
10.63/10.70	c ubcsat2006 returned code 0.
10.63/10.70	c satzilla computing base features
10.63/10.70	c satzilla doing unit-prop probe
10.63/10.70	c satzilla doing local search probe
10.63/10.70	c satzilla doing lobjois search-space size estimate
10.63/10.70	c satzilla's ranking:
10.63/10.70	c 1) minisat20: 2.627864
10.63/10.70	c 2) kcnfs: 2.743163
10.63/10.70	c 3) march_dl: 3.424960
10.63/10.70	c 4) eureka: 3.801087
10.63/10.70	c 5) vallst: 4.300889
10.63/10.70	c 6) zchaff_rand: 5.065066
10.63/10.70	c 7) kcnfs+P: 999.000000
10.63/10.70	c 8) march_dl+P: 999.000000
10.63/10.70	c 9) vallst+P: 999.000000
10.63/10.70	c 10) zchaff_rand+P: 999.000000
10.63/10.70	c 11) rsat+P: 999.000000
10.63/10.70	c 12) eureka+P: 999.000000
10.63/10.70	c 13) minisat20+P: 999.000000
10.63/10.70	c 14) rsat: 999.000000
10.63/10.70	c satzilla running minisat20 ... 
10.63/10.70	This is MiniSat 2.0 beta
10.63/10.70	WARNING: for repeatability, setting FPU to use double precision
10.63/10.70	============================[ Problem Statistics ]=============================
10.63/10.70	|                                                                             |
10.63/10.71	|  Number of variables:  75                                                   |
10.63/10.71	|  Number of clauses:    6675                                                 |
10.63/10.71	|  Parsing time:         0.01         s                                       |
10.63/10.71	============================[ Search Statistics ]==============================
10.63/10.71	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.63/10.71	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.63/10.71	===============================================================================
10.63/10.71	|         0 |      75     6675    46725 |     2225        0    nan |  0.000 % |
10.63/10.72	|       100 |      75     6675    46725 |     2447      100     27 |  0.018 % |
10.63/10.73	|       251 |      75     6675    46725 |     2692      251     26 |  0.018 % |
10.63/10.73	|       477 |      75     6675    46725 |     2961      477     27 |  0.018 % |
10.63/10.75	|       815 |      75     6675    46725 |     3257      815     26 |  0.018 % |
10.67/10.77	|      1321 |      75     6675    46725 |     3583     1321     26 |  0.018 % |
10.67/10.81	|      2081 |      75     6675    46725 |     3941     2081     26 |  0.018 % |
10.67/10.87	|      3221 |      75     6675    46725 |     4335     3221     26 |  0.018 % |
10.67/10.97	|      4931 |      75     6675    46725 |     4769     2746     26 |  0.018 % |
10.67/11.13	|      7493 |      75     6675    46725 |     5246     2906     25 |  0.018 % |
11.23/11.37	|     11339 |      75     6675    46725 |     5771     4113     26 |  0.018 % |
11.64/11.77	|     17105 |      75     6675    46725 |     6348     4071     25 |  0.018 % |
12.26/12.37	|     25754 |      75     6675    46725 |     6983     6336     26 |  0.018 % |
13.28/13.38	|     38728 |      75     6675    46725 |     7681     5275     24 |  0.018 % |
14.82/14.89	|     58189 |      75     6675    46725 |     8449     5446     25 |  0.018 % |
17.18/17.23	|     87381 |      75     6675    46725 |     9294     4964     24 |  0.018 % |
20.66/20.81	|    131172 |      75     6675    46725 |    10223     6784     25 |  0.018 % |
26.40/26.54	|    196857 |      75     6675    46725 |    11246     5819     24 |  0.018 % |
35.61/35.70	|    295385 |      75     6675    46725 |    12370     8481     24 |  0.018 % |
49.66/49.75	|    443175 |      75     6675    46725 |    13607     7448     24 |  0.018 % |
72.72/72.85	|    664858 |      75     6675    46725 |    14968    10937     24 |  0.018 % |
110.12/110.21	|    997383 |      75     6675    46725 |    16465    13508     24 |  0.018 % |
171.61/171.77	|   1496171 |      75     6675    46725 |    18112     9181     24 |  0.018 % |
271.02/271.23	|   2244353 |      75     6675    46725 |    19923    13574     24 |  0.018 % |
432.33/432.51	|   3366627 |      75     6675    46725 |    21915    18522     23 |  0.018 % |
696.52/696.78	|   5050039 |      75     6675    46725 |    24107    12260     24 |  0.018 % |
1133.10/1133.45	|   7575155 |      75     6675    46725 |    26517    19412     23 |  0.018 % |
1199.39/1199.84	c Bin: Executing minisat20
1199.39/1199.84	c child exit by a signal
1199.39/1199.84	c minisat20 returned code 137.
1199.39/1199.84	c minisat20 returned code 137.
1199.39/1199.84	c satzilla running kcnfs ... 
1199.39/1199.84	c Bin: Executing kcnfs
1199.39/1199.84	c kcnfs returned code 1.
1199.39/1199.84	c kcnfs returned code 1.
1199.39/1199.84	c satzilla running march_dl ... 
1199.39/1199.84	c Bin: Executing march_dl
1199.39/1199.84	c march_dl returned code 1.
1199.39/1199.84	c march_dl returned code 1.
1199.39/1199.84	c satzilla running eureka ... 
1199.39/1199.84	c Bin: Executing eureka
1199.39/1199.84	c eureka returned code 1.
1199.39/1199.84	c eureka returned code 1.
1199.39/1199.84	c satzilla running vallst ... 
1199.39/1199.84	c Bin: Executing vallst
1199.39/1199.84	c vallst returned code 1.
1199.39/1199.84	c vallst returned code 1.
1199.39/1199.84	c satzilla running zchaff_rand ... 
1199.39/1199.84	c Bin: Executing zchaff_rand
1199.39/1199.84	c zchaff_rand returned code 1.
1199.39/1199.84	c zchaff_rand returned code 1.
1199.39/1199.84	c satzilla running kcnfs with preprocessing ... 
1199.52/1199.88	c Preprocessing...
1199.52/1199.88	c Inital problem has 75 variables, 6675 nary clauses (0 binary clauses).
1199.52/1199.88	c Num non-binary clauses 6675, Average non-binary clause length 7.000
1199.52/1199.88	c Theory has no gaps
1199.52/1199.88	c Preprocessor runtime was 0.030 seconds.
1199.52/1199.88	c 
1199.52/1199.88	c Satisfiability of theory still undetermined.
1199.52/1199.88	c See file /tmp/uz4VLv for simplified theory.
1199.52/1199.88	c Bin: Executing kcnfs
1199.52/1199.88	c kcnfs returned code 1.
1199.52/1199.88	c kcnfs returned code 1.
1199.52/1199.88	c satzilla running march_dl with preprocessing ... 
1199.52/1199.88	c Bin: Executing march_dl
1199.52/1199.88	c march_dl returned code 1.
1199.52/1199.88	c march_dl returned code 1.
1199.52/1199.88	c satzilla running vallst with preprocessing ... 
1199.52/1199.88	c Bin: Executing vallst
1199.52/1199.88	c vallst returned code 1.
1199.52/1199.88	c vallst returned code 1.
1199.52/1199.88	c satzilla running zchaff_rand with preprocessing ... 
1199.52/1199.88	c Bin: Executing zchaff_rand
1199.52/1199.88	c zchaff_rand returned code 1.
1199.52/1199.88	c zchaff_rand returned code 1.
1199.52/1199.88	c satzilla running rsat with preprocessing ... 
1199.52/1199.88	c Bin: Executing rsat
1199.52/1199.88	c rsat returned code 1.
1199.52/1199.88	c rsat returned code 1.
1199.52/1199.88	c satzilla running eureka with preprocessing ... 
1199.52/1199.88	c Bin: Executing eureka
1199.52/1199.88	c eureka returned code 1.
1199.52/1199.88	c eureka returned code 1.
1199.52/1199.88	c satzilla running minisat20 with preprocessing ... 
1199.52/1199.88	c Bin: Executing minisat20
1199.52/1199.88	c minisat20 returned code 1.
1199.52/1199.88	c minisat20 returned code 1.
1199.52/1199.88	c satzilla running rsat ... 
1199.52/1199.88	c Bin: Executing rsat
1199.52/1199.88	c rsat returned code 1.
1199.52/1199.88	c rsat returned code 1.
1199.52/1199.88	c ERROR: All Failed! 
1199.52/1199.88	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/node5/watcher-296912-1171829174 -o ROOT/results/node5/solver-296912-1171829174 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/296912-1171829174/SATzilla2007_F /tmp/evaluation/296912-1171829174/instance-296912-1171829174.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.00 1.00 1.00 3/77 19771
/proc/meminfo: memFree=1057696/2055920 swapFree=4192812/4192956
[pid=19771] ppid=19769 vsize=1512 CPUtime=0
/proc/19771/stat : 19771 (SATzilla2007_F) R 19769 19771 18692 0 -1 4194304 142 0 0 0 0 0 0 0 18 0 1 0 202872275 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135218003 0 0 4096 0 0 0 0 17 1 0 0
/proc/19771/statm: 378 125 110 260 0 84 0
[pid=19772] ppid=19771 vsize=636 CPUtime=0
/proc/19772/stat : 19772 (march_dl) R 19771 19771 18692 0 -1 4194304 84 0 0 0 0 0 0 0 18 0 1 0 202872275 651264 78 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19772/statm: 159 79 50 118 0 38 0

[startup+0.106784 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 19771
/proc/meminfo: memFree=1057696/2055920 swapFree=4192812/4192956
[pid=19771] ppid=19769 vsize=1512 CPUtime=0
/proc/19771/stat : 19771 (SATzilla2007_F) S 19769 19771 18692 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 202872275 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19771/statm: 378 125 110 260 0 84 0
[pid=19772] ppid=19771 vsize=2368 CPUtime=0.1
/proc/19772/stat : 19772 (march_dl) R 19771 19771 18692 0 -1 4194304 1101 0 0 0 10 0 0 0 19 0 1 0 202872275 2424832 350 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134583478 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19772/statm: 592 350 67 118 0 471 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 3880

[startup+0.514831 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 19771
/proc/meminfo: memFree=1057696/2055920 swapFree=4192812/4192956
[pid=19771] ppid=19769 vsize=1512 CPUtime=0
/proc/19771/stat : 19771 (SATzilla2007_F) S 19769 19771 18692 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 202872275 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19771/statm: 378 125 110 260 0 84 0
[pid=19772] ppid=19771 vsize=2500 CPUtime=0.5
/proc/19772/stat : 19772 (march_dl) R 19771 19771 18692 0 -1 4194304 1128 0 0 0 50 0 0 0 23 0 1 0 202872275 2560000 377 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134583499 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19772/statm: 625 377 67 118 0 504 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 4012

[startup+1.33492 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 19773
/proc/meminfo: memFree=1051472/2055920 swapFree=4192812/4192956
[pid=19771] ppid=19769 vsize=1512 CPUtime=0
/proc/19771/stat : 19771 (SATzilla2007_F) S 19769 19771 18692 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 202872275 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19771/statm: 378 125 110 260 0 84 0
[pid=19772] ppid=19771 vsize=7572 CPUtime=1.32
/proc/19772/stat : 19772 (march_dl) R 19771 19771 18692 0 -1 4194304 2653 0 0 0 124 8 0 0 25 0 1 0 202872275 7753728 1771 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134559737 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19772/statm: 1893 1771 72 118 0 1772 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 9084

[startup+2.9759 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 19773
/proc/meminfo: memFree=1050448/2055920 swapFree=4192812/4192956
[pid=19771] ppid=19769 vsize=1512 CPUtime=0
/proc/19771/stat : 19771 (SATzilla2007_F) S 19769 19771 18692 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 202872275 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19771/statm: 378 125 110 260 0 84 0
[pid=19772] ppid=19771 vsize=7600 CPUtime=2.96
/proc/19772/stat : 19772 (march_dl) R 19771 19771 18692 0 -1 4194304 3188 0 0 0 287 9 0 0 25 0 1 0 202872275 7782400 1781 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134514202 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19772/statm: 1900 1781 74 118 0 1779 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 9112

[startup+6.25948 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 19774
/proc/meminfo: memFree=1056720/2055920 swapFree=4192812/4192956
[pid=19771] ppid=19769 vsize=1512 CPUtime=4.99
/proc/19771/stat : 19771 (SATzilla2007_F) S 19769 19771 18692 0 -1 4194304 149 3188 0 0 0 0 489 10 16 0 1 0 202872275 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19771/statm: 378 125 110 260 0 84 0
[pid=19774] ppid=19771 vsize=6188 CPUtime=1.24
/proc/19774/stat : 19774 (ubcsat2006) R 19771 19771 18692 0 -1 4194304 373 0 0 0 120 4 0 0 25 0 1 0 202872775 6336512 355 18446744073709551615 134512640 134777720 4294956496 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19774/statm: 1547 355 156 64 0 1128 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 7700

[startup+12.7222 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 19775
/proc/meminfo: memFree=1054800/2055920 swapFree=4192812/4192956
[pid=19771] ppid=19769 vsize=2328 CPUtime=10.67
/proc/19771/stat : 19771 (SATzilla2007_F) S 19769 19771 18692 0 -1 4194304 967 3567 0 0 351 7 691 18 25 0 1 0 202872275 2383872 404 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19771/statm: 582 404 169 260 0 288 0
[pid=19775] ppid=19771 vsize=3268 CPUtime=2
/proc/19775/stat : 19775 (minisat20) R 19771 19771 18692 0 -1 4194304 522 0 0 0 200 0 0 0 25 0 1 0 202873346 3346432 515 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134519270 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19775/statm: 817 515 58 118 0 695 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 5596

[startup+25.5277 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 19775
/proc/meminfo: memFree=1053840/2055920 swapFree=4192812/4192956
[pid=19771] ppid=19769 vsize=2328 CPUtime=10.67
/proc/19771/stat : 19771 (SATzilla2007_F) S 19769 19771 18692 0 -1 4194304 967 3567 0 0 351 7 691 18 25 0 1 0 202872275 2383872 404 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19771/statm: 582 404 169 260 0 288 0
[pid=19775] ppid=19771 vsize=4200 CPUtime=14.8
/proc/19775/stat : 19775 (minisat20) R 19771 19771 18692 0 -1 4194304 759 0 0 0 1480 0 0 0 25 0 1 0 202873346 4300800 752 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19775/statm: 1050 752 58 118 0 928 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 6528

[startup+51.1546 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 19775
/proc/meminfo: memFree=1053072/2055920 swapFree=4192812/4192956
[pid=19771] ppid=19769 vsize=2328 CPUtime=10.67
/proc/19771/stat : 19771 (SATzilla2007_F) S 19769 19771 18692 0 -1 4194304 967 3567 0 0 351 7 691 18 25 0 1 0 202872275 2383872 404 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19771/statm: 582 404 169 260 0 288 0
[pid=19775] ppid=19771 vsize=5040 CPUtime=40.42
/proc/19775/stat : 19775 (minisat20) R 19771 19771 18692 0 -1 4194304 959 0 0 0 4042 0 0 0 25 0 1 0 202873346 5160960 952 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525567 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19775/statm: 1260 952 58 118 0 1138 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 7368

[startup+102.404 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 19775
/proc/meminfo: memFree=1052304/2055920 swapFree=4192812/4192956
[pid=19771] ppid=19769 vsize=2328 CPUtime=10.67
/proc/19771/stat : 19771 (SATzilla2007_F) S 19769 19771 18692 0 -1 4194304 967 3567 0 0 351 7 691 18 25 0 1 0 202872275 2383872 404 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19771/statm: 582 404 169 260 0 288 0
[pid=19775] ppid=19771 vsize=5896 CPUtime=91.66
/proc/19775/stat : 19775 (minisat20) R 19771 19771 18692 0 -1 4194304 1161 0 0 0 9165 1 0 0 25 0 1 0 202873346 6037504 1154 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525546 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19775/statm: 1474 1154 58 118 0 1352 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 8224

[startup+162.476 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 19775
/proc/meminfo: memFree=1051728/2055920 swapFree=4192812/4192956
[pid=19771] ppid=19769 vsize=2328 CPUtime=10.67
/proc/19771/stat : 19771 (SATzilla2007_F) S 19769 19771 18692 0 -1 4194304 967 3567 0 0 351 7 691 18 25 0 1 0 202872275 2383872 404 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19771/statm: 582 404 169 260 0 288 0
[pid=19775] ppid=19771 vsize=6504 CPUtime=151.71
/proc/19775/stat : 19775 (minisat20) R 19771 19771 18692 0 -1 4194304 1290 0 0 0 15170 1 0 0 25 0 1 0 202873346 6660096 1283 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19775/statm: 1626 1283 58 118 0 1504 0
Current children cumulated CPU time (s) 162.38
Current children cumulated vsize (KiB) 8832

[startup+222.549 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 19775
/proc/meminfo: memFree=1051152/2055920 swapFree=4192812/4192956
[pid=19771] ppid=19769 vsize=2328 CPUtime=10.67
/proc/19771/stat : 19771 (SATzilla2007_F) S 19769 19771 18692 0 -1 4194304 967 3567 0 0 351 7 691 18 25 0 1 0 202872275 2383872 404 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19771/statm: 582 404 169 260 0 288 0
[pid=19775] ppid=19771 vsize=7092 CPUtime=211.77
/proc/19775/stat : 19775 (minisat20) R 19771 19771 18692 0 -1 4194304 1427 0 0 0 21175 2 0 0 25 0 1 0 202873346 7262208 1420 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19775/statm: 1773 1420 58 118 0 1651 0
Current children cumulated CPU time (s) 222.44
Current children cumulated vsize (KiB) 9420

[startup+282.619 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 19775
/proc/meminfo: memFree=1050960/2055920 swapFree=4192812/4192956
[pid=19771] ppid=19769 vsize=2328 CPUtime=10.67
/proc/19771/stat : 19771 (SATzilla2007_F) S 19769 19771 18692 0 -1 4194304 967 3567 0 0 351 7 691 18 25 0 1 0 202872275 2383872 404 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19771/statm: 582 404 169 260 0 288 0
[pid=19775] ppid=19771 vsize=7388 CPUtime=271.82
/proc/19775/stat : 19775 (minisat20) R 19771 19771 18692 0 -1 4194304 1488 0 0 0 27180 2 0 0 25 0 1 0 202873346 7565312 1481 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19775/statm: 1847 1481 58 118 0 1725 0
Current children cumulated CPU time (s) 282.49
Current children cumulated vsize (KiB) 9716

[startup+342.688 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 19775
/proc/meminfo: memFree=1050576/2055920 swapFree=4192812/4192956
[pid=19771] ppid=19769 vsize=2328 CPUtime=10.67
/proc/19771/stat : 19771 (SATzilla2007_F) S 19769 19771 18692 0 -1 4194304 967 3567 0 0 351 7 691 18 25 0 1 0 202872275 2383872 404 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19771/statm: 582 404 169 260 0 288 0
[pid=19775] ppid=19771 vsize=7812 CPUtime=331.88
/proc/19775/stat : 19775 (minisat20) R 19771 19771 18692 0 -1 4194304 1582 0 0 0 33185 3 0 0 25 0 1 0 202873346 7999488 1575 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19775/statm: 1953 1575 58 118 0 1831 0
Current children cumulated CPU time (s) 342.55
Current children cumulated vsize (KiB) 10140

[startup+402.762 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 19775
/proc/meminfo: memFree=1050448/2055920 swapFree=4192812/4192956
[pid=19771] ppid=19769 vsize=2328 CPUtime=10.67
/proc/19771/stat : 19771 (SATzilla2007_F) S 19769 19771 18692 0 -1 4194304 967 3567 0 0 351 7 691 18 25 0 1 0 202872275 2383872 404 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19771/statm: 582 404 169 260 0 288 0
[pid=19775] ppid=19771 vsize=7956 CPUtime=391.94
/proc/19775/stat : 19775 (minisat20) R 19771 19771 18692 0 -1 4194304 1618 0 0 0 39190 4 0 0 25 0 1 0 202873346 8146944 1611 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19775/statm: 1989 1611 58 118 0 1867 0
Current children cumulated CPU time (s) 402.61
Current children cumulated vsize (KiB) 10284

[startup+462.831 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 19775
/proc/meminfo: memFree=1050128/2055920 swapFree=4192812/4192956
[pid=19771] ppid=19769 vsize=2328 CPUtime=10.67
/proc/19771/stat : 19771 (SATzilla2007_F) S 19769 19771 18692 0 -1 4194304 967 3567 0 0 351 7 691 18 25 0 1 0 202872275 2383872 404 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19771/statm: 582 404 169 260 0 288 0
[pid=19775] ppid=19771 vsize=8240 CPUtime=451.99
/proc/19775/stat : 19775 (minisat20) R 19771 19771 18692 0 -1 4194304 1686 0 0 0 45195 4 0 0 25 0 1 0 202873346 8437760 1679 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19775/statm: 2060 1679 58 118 0 1938 0
Current children cumulated CPU time (s) 462.66

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

/proc/19775/statm: 2215 1841 58 118 0 2093 0
Current children cumulated CPU time (s) 762.92
Current children cumulated vsize (KiB) 11188

[startup+823.247 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 19775
/proc/meminfo: memFree=1049296/2055920 swapFree=4192812/4192956
[pid=19771] ppid=19769 vsize=2328 CPUtime=10.67
/proc/19771/stat : 19771 (SATzilla2007_F) S 19769 19771 18692 0 -1 4194304 967 3567 0 0 351 7 691 18 25 0 1 0 202872275 2383872 404 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19771/statm: 582 404 169 260 0 288 0
[pid=19775] ppid=19771 vsize=9024 CPUtime=812.31
/proc/19775/stat : 19775 (minisat20) R 19771 19771 18692 0 -1 4194304 1898 0 0 0 81223 8 0 0 25 0 1 0 202873346 9240576 1891 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19775/statm: 2256 1891 58 118 0 2134 0
Current children cumulated CPU time (s) 822.98
Current children cumulated vsize (KiB) 11352

[startup+883.319 s]
/proc/loadavg: 1.04 1.01 1.00 2/79 19775
/proc/meminfo: memFree=1049232/2055920 swapFree=4192812/4192956
[pid=19771] ppid=19769 vsize=2328 CPUtime=10.67
/proc/19771/stat : 19771 (SATzilla2007_F) S 19769 19771 18692 0 -1 4194304 967 3567 0 0 351 7 691 18 25 0 1 0 202872275 2383872 404 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19771/statm: 582 404 169 260 0 288 0
[pid=19775] ppid=19771 vsize=9168 CPUtime=872.36
/proc/19775/stat : 19775 (minisat20) R 19771 19771 18692 0 -1 4194304 1929 0 0 0 87228 8 0 0 25 0 1 0 202873346 9388032 1922 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525443 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19775/statm: 2292 1922 58 118 0 2170 0
Current children cumulated CPU time (s) 883.03
Current children cumulated vsize (KiB) 11496

[startup+943.388 s]
/proc/loadavg: 1.01 1.01 1.00 2/79 19775
/proc/meminfo: memFree=1049104/2055920 swapFree=4192812/4192956
[pid=19771] ppid=19769 vsize=2328 CPUtime=10.67
/proc/19771/stat : 19771 (SATzilla2007_F) S 19769 19771 18692 0 -1 4194304 967 3567 0 0 351 7 691 18 25 0 1 0 202872275 2383872 404 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19771/statm: 582 404 169 260 0 288 0
[pid=19775] ppid=19771 vsize=9168 CPUtime=932.42
/proc/19775/stat : 19775 (minisat20) R 19771 19771 18692 0 -1 4194304 1946 0 0 0 93233 9 0 0 25 0 1 0 202873346 9388032 1939 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19775/statm: 2292 1939 58 118 0 2170 0
Current children cumulated CPU time (s) 943.09
Current children cumulated vsize (KiB) 11496

[startup+1003.46 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 19775
/proc/meminfo: memFree=1049168/2055920 swapFree=4192812/4192956
[pid=19771] ppid=19769 vsize=2328 CPUtime=10.67
/proc/19771/stat : 19771 (SATzilla2007_F) S 19769 19771 18692 0 -1 4194304 967 3567 0 0 351 7 691 18 25 0 1 0 202872275 2383872 404 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19771/statm: 582 404 169 260 0 288 0
[pid=19775] ppid=19771 vsize=9168 CPUtime=992.47
/proc/19775/stat : 19775 (minisat20) R 19771 19771 18692 0 -1 4194304 1948 0 0 0 99238 9 0 0 25 0 1 0 202873346 9388032 1941 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134519365 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19775/statm: 2292 1941 58 118 0 2170 0
Current children cumulated CPU time (s) 1003.14
Current children cumulated vsize (KiB) 11496

[startup+1063.53 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 19775
/proc/meminfo: memFree=1049104/2055920 swapFree=4192812/4192956
[pid=19771] ppid=19769 vsize=2328 CPUtime=10.67
/proc/19771/stat : 19771 (SATzilla2007_F) S 19769 19771 18692 0 -1 4194304 967 3567 0 0 351 7 691 18 25 0 1 0 202872275 2383872 404 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19771/statm: 582 404 169 260 0 288 0
[pid=19775] ppid=19771 vsize=9332 CPUtime=1052.53
/proc/19775/stat : 19775 (minisat20) R 19771 19771 18692 0 -1 4194304 1963 0 0 0 105243 10 0 0 25 0 1 0 202873346 9555968 1956 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19775/statm: 2333 1956 58 118 0 2211 0
Current children cumulated CPU time (s) 1063.2
Current children cumulated vsize (KiB) 11660

[startup+1123.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 19775
/proc/meminfo: memFree=1049040/2055920 swapFree=4192812/4192956
[pid=19771] ppid=19769 vsize=2328 CPUtime=10.67
/proc/19771/stat : 19771 (SATzilla2007_F) S 19769 19771 18692 0 -1 4194304 967 3567 0 0 351 7 691 18 25 0 1 0 202872275 2383872 404 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19771/statm: 582 404 169 260 0 288 0
[pid=19775] ppid=19771 vsize=9332 CPUtime=1112.58
/proc/19775/stat : 19775 (minisat20) R 19771 19771 18692 0 -1 4194304 1979 0 0 0 111248 10 0 0 25 0 1 0 202873346 9555968 1972 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19775/statm: 2333 1972 58 118 0 2211 0
Current children cumulated CPU time (s) 1123.25
Current children cumulated vsize (KiB) 11660

[startup+1183.67 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 19775
/proc/meminfo: memFree=1048912/2055920 swapFree=4192812/4192956
[pid=19771] ppid=19769 vsize=2328 CPUtime=10.67
/proc/19771/stat : 19771 (SATzilla2007_F) S 19769 19771 18692 0 -1 4194304 967 3567 0 0 351 7 691 18 25 0 1 0 202872275 2383872 404 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19771/statm: 582 404 169 260 0 288 0
[pid=19775] ppid=19771 vsize=9524 CPUtime=1172.63
/proc/19775/stat : 19775 (minisat20) R 19771 19771 18692 0 -1 4194304 2007 0 0 0 117252 11 0 0 25 0 1 0 202873346 9752576 2000 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19775/statm: 2381 2000 58 118 0 2259 0
Current children cumulated CPU time (s) 1183.3
Current children cumulated vsize (KiB) 11852

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

[startup+1187.47 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 19775
/proc/meminfo: memFree=1048912/2055920 swapFree=4192812/4192956
[pid=19771] ppid=19769 vsize=2328 CPUtime=10.67
/proc/19771/stat : 19771 (SATzilla2007_F) S 19769 19771 18692 0 -1 4194304 967 3567 0 0 351 7 691 18 25 0 1 0 202872275 2383872 404 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19771/statm: 582 404 169 260 0 288 0
[pid=19775] ppid=19771 vsize=9524 CPUtime=1176.43
/proc/19775/stat : 19775 (minisat20) R 19771 19771 18692 0 -1 4194304 2007 0 0 0 117632 11 0 0 25 0 1 0 202873346 9752576 2000 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19775/statm: 2381 2000 58 118 0 2259 0
Current children cumulated CPU time (s) 1187.1
Current children cumulated vsize (KiB) 11852

[startup+1194.03 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 19775
/proc/meminfo: memFree=1048848/2055920 swapFree=4192812/4192956
[pid=19771] ppid=19769 vsize=2328 CPUtime=10.67
/proc/19771/stat : 19771 (SATzilla2007_F) S 19769 19771 18692 0 -1 4194304 967 3567 0 0 351 7 691 18 25 0 1 0 202872275 2383872 404 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19771/statm: 582 404 169 260 0 288 0
[pid=19775] ppid=19771 vsize=9524 CPUtime=1182.99
/proc/19775/stat : 19775 (minisat20) R 19771 19771 18692 0 -1 4194304 2020 0 0 0 118288 11 0 0 25 0 1 0 202873346 9752576 2013 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525539 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19775/statm: 2381 2013 58 118 0 2259 0
Current children cumulated CPU time (s) 1193.66
Current children cumulated vsize (KiB) 11852

[startup+1197.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 19775
/proc/meminfo: memFree=1048848/2055920 swapFree=4192812/4192956
[pid=19771] ppid=19769 vsize=2328 CPUtime=10.67
/proc/19771/stat : 19771 (SATzilla2007_F) S 19769 19771 18692 0 -1 4194304 967 3567 0 0 351 7 691 18 25 0 1 0 202872275 2383872 404 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19771/statm: 582 404 169 260 0 288 0
[pid=19775] ppid=19771 vsize=9524 CPUtime=1186.26
/proc/19775/stat : 19775 (minisat20) R 19771 19771 18692 0 -1 4194304 2020 0 0 0 118615 11 0 0 25 0 1 0 202873346 9752576 2013 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134527451 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19775/statm: 2381 2013 58 118 0 2259 0
Current children cumulated CPU time (s) 1196.93
Current children cumulated vsize (KiB) 11852

[startup+1198.94 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 19775
/proc/meminfo: memFree=1048848/2055920 swapFree=4192812/4192956
[pid=19771] ppid=19769 vsize=2328 CPUtime=10.67
/proc/19771/stat : 19771 (SATzilla2007_F) S 19769 19771 18692 0 -1 4194304 967 3567 0 0 351 7 691 18 25 0 1 0 202872275 2383872 404 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19771/statm: 582 404 169 260 0 288 0
[pid=19775] ppid=19771 vsize=9524 CPUtime=1187.9
/proc/19775/stat : 19775 (minisat20) R 19771 19771 18692 0 -1 4194304 2020 0 0 0 118779 11 0 0 25 0 1 0 202873346 9752576 2013 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19775/statm: 2381 2013 58 118 0 2259 0
Current children cumulated CPU time (s) 1198.57
Current children cumulated vsize (KiB) 11852

[startup+1199.35 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 19775
/proc/meminfo: memFree=1048848/2055920 swapFree=4192812/4192956
[pid=19771] ppid=19769 vsize=2328 CPUtime=10.67
/proc/19771/stat : 19771 (SATzilla2007_F) S 19769 19771 18692 0 -1 4194304 967 3567 0 0 351 7 691 18 25 0 1 0 202872275 2383872 404 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19771/statm: 582 404 169 260 0 288 0
[pid=19775] ppid=19771 vsize=9524 CPUtime=1188.31
/proc/19775/stat : 19775 (minisat20) R 19771 19771 18692 0 -1 4194304 2020 0 0 0 118820 11 0 0 25 0 1 0 202873346 9752576 2013 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134529056 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19775/statm: 2381 2013 58 118 0 2259 0
Current children cumulated CPU time (s) 1198.98
Current children cumulated vsize (KiB) 11852

[startup+1199.76 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 19775
/proc/meminfo: memFree=1048848/2055920 swapFree=4192812/4192956
[pid=19771] ppid=19769 vsize=2328 CPUtime=10.67
/proc/19771/stat : 19771 (SATzilla2007_F) S 19769 19771 18692 0 -1 4194304 967 3567 0 0 351 7 691 18 25 0 1 0 202872275 2383872 404 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19771/statm: 582 404 169 260 0 288 0
[pid=19775] ppid=19771 vsize=9524 CPUtime=1188.72
/proc/19775/stat : 19775 (minisat20) R 19771 19771 18692 0 -1 4194304 2020 0 0 0 118861 11 0 0 25 0 1 0 202873346 9752576 2013 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525539 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19775/statm: 2381 2013 58 118 0 2259 0
Current children cumulated CPU time (s) 1199.39
Current children cumulated vsize (KiB) 11852

[startup+1199.87 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 19775
/proc/meminfo: memFree=1048848/2055920 swapFree=4192812/4192956
[pid=19771] ppid=19769 vsize=3520 CPUtime=1199.52
/proc/19771/stat : 19771 (SATzilla2007_F) R 19769 19771 18692 0 -1 4194304 1319 5587 0 0 353 7 119562 30 18 0 1 0 202872275 3604480 681 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 134579985 0 0 4096 0 0 0 0 17 0 0 0
/proc/19771/statm: 880 681 171 260 0 586 0
Current children cumulated CPU time (s) 1199.52
Current children cumulated vsize (KiB) 3520

Child status: 17
Real time (s): 1199.88
CPU time (s): 1199.55
CPU user time (s): 1199.17
CPU system time (s): 0.382941
CPU usage (%): 99.9725
Max. virtual memory (cumulated for all children) (KiB): 11852

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

runsolver used 1.18682 second user time and 3.08153 second system time

The end

Launcher Data (download as text)

Begin job on node5 on Sun Feb 18 20:06:15 UTC 2007

IDJOB= 296912
IDBENCH= 19948
IDSOLVER= 136
FILE ID= node5/296912-1171829174

PBS_JOBID= 3839365

Free space on /tmp= 66541 MiB

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

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  48336611587b1b84ef747574302cca31

RANDOM SEED= 632040632

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node5.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.224
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.224
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:       1058232 kB
Buffers:         58440 kB
Cached:         818420 kB
SwapCached:          0 kB
Active:         538152 kB
Inactive:       382704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1058232 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10504 kB
Writeback:           0 kB
Mapped:          62876 kB
Slab:            62476 kB
Committed_AS:   706720 kB
PageTables:       1692 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= 66541 MiB

End job on node5 on Sun Feb 18 20:26:15 UTC 2007