Trace number 294861

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 CRAFTED? (exit code) 1199.54 1200.05

General information on the benchmark

Namerandom/OnTreshold/7SAT/v65/
unif-k7-r89-v65-c5785-S1141171506-10.UNSAT.shuffled.cnf
MD5SUMd6d6be09c1abbc60814c0f85b6a5cc4b
Bench CategoryRANDOM (random 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 variables65
Number of clauses5785
Sum of the clauses size40495
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 55785

Solver Data (download as text)

10.62/10.70	c run March_dl for 5 seconds ... 
10.62/10.70	c Bin: Executing march_dl
10.62/10.70	c child exit by a signal
10.62/10.70	c march_dl returned code 137.
10.62/10.70	c run saps (UBCSAT implementation) for 2 seconds ... 
10.62/10.70	c Bin: Executing ubcsat2006
10.62/10.70	c child exited successfully
10.62/10.70	c ubcsat2006 returned code 0.
10.62/10.70	c satzilla computing base features
10.62/10.70	c satzilla doing unit-prop probe
10.62/10.70	c satzilla doing local search probe
10.62/10.70	c satzilla doing lobjois search-space size estimate
10.62/10.70	c satzilla's ranking:
10.62/10.70	c 1) minisat20+P: 0.768221
10.62/10.70	c 2) march_dl+P: 2.093005
10.62/10.70	c 3) march_dl: 2.124922
10.62/10.70	c 4) minisat20: 2.232896
10.62/10.70	c 5) zchaff_rand+P: 3.999622
10.62/10.70	c 6) vallst+P: 4.125639
10.62/10.70	c 7) kcnfs+P: 999.000000
10.62/10.70	c 8) kcnfs: 999.000000
10.62/10.70	c 9) vallst: 999.000000
10.62/10.70	c 10) zchaff_rand: 999.000000
10.62/10.70	c satzilla running minisat20 with preprocessing ... 
10.62/10.73	This is MiniSat 2.0 beta
10.62/10.73	WARNING: for repeatability, setting FPU to use double precision
10.62/10.73	============================[ Problem Statistics ]=============================
10.62/10.73	|                                                                             |
10.62/10.73	|  Number of variables:  65                                                   |
10.62/10.73	|  Number of clauses:    5785                                                 |
10.62/10.73	|  Parsing time:         0.00         s                                       |
10.62/10.73	============================[ Search Statistics ]==============================
10.62/10.73	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.62/10.73	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.62/10.73	===============================================================================
10.62/10.73	|         0 |      65     5785    40495 |     1928        0    nan |  0.000 % |
10.62/10.74	|       100 |      65     5785    40495 |     2121      100     25 |  0.024 % |
10.62/10.75	|       251 |      65     5785    40495 |     2333      251     23 |  0.024 % |
10.62/10.76	|       476 |      65     5785    40495 |     2566      476     24 |  0.024 % |
10.69/10.77	|       814 |      65     5785    40495 |     2823      814     24 |  0.024 % |
10.69/10.79	|      1322 |      65     5785    40495 |     3105     1322     24 |  0.024 % |
10.69/10.83	|      2083 |      65     5785    40495 |     3416     2083     23 |  0.024 % |
10.69/10.88	|      3222 |      65     5785    40495 |     3757     3222     23 |  0.024 % |
10.69/10.97	|      4930 |      65     5785    40495 |     4133     3038     23 |  0.024 % |
10.69/11.11	|      7496 |      65     5785    40495 |     4546     3523     23 |  0.024 % |
11.22/11.33	|     11341 |      65     5785    40495 |     5001     2789     22 |  0.024 % |
11.63/11.68	|     17108 |      65     5785    40495 |     5501     3524     22 |  0.024 % |
12.14/12.22	|     25757 |      65     5785    40495 |     6051     3877     22 |  0.024 % |
12.96/13.08	|     38733 |      65     5785    40495 |     6657     4693     22 |  0.024 % |
14.29/14.40	|     58196 |      65     5785    40495 |     7322     4104     22 |  0.024 % |
16.34/16.41	|     87390 |      65     5785    40495 |     8055     3900     22 |  0.024 % |
19.52/19.65	|    131180 |      65     5785    40495 |     8860     7279     22 |  0.024 % |
24.64/24.74	|    196865 |      65     5785    40495 |     9746     6315     21 |  0.024 % |
32.63/32.77	|    295391 |      65     5785    40495 |    10721     7125     20 |  0.024 % |
45.54/45.63	|    443180 |      65     5785    40495 |    11793     9811     21 |  0.024 % |
65.52/65.69	|    664863 |      65     5785    40495 |    12972     6918     21 |  0.024 % |
97.28/97.43	|    997388 |      65     5785    40495 |    14270     7986     21 |  0.024 % |
149.02/149.22	|   1496176 |      65     5785    40495 |    15697    13559     21 |  0.024 % |
231.91/232.11	|   2244358 |      65     5785    40495 |    17266    14947     21 |  0.024 % |
365.31/365.49	|   3366634 |      65     5785    40495 |    18993    13346     21 |  0.024 % |
584.40/584.78	|   5050046 |      65     5785    40495 |    20892    13681     20 |  0.024 % |
945.16/945.65	|   7575162 |      65     5785    40495 |    22982    18406     20 |  0.024 % |
1199.46/1200.04	c Preprocessing...
1199.46/1200.04	c Inital problem has 65 variables, 5785 nary clauses (0 binary clauses).
1199.46/1200.04	c Num non-binary clauses 5785, Average non-binary clause length 7.000
1199.46/1200.04	c Theory has no gaps
1199.46/1200.04	c Preprocessor runtime was 0.010 seconds.
1199.46/1200.04	c 
1199.46/1200.04	c Satisfiability of theory still undetermined.
1199.46/1200.04	c See file /tmp/m062MI for simplified theory.
1199.46/1200.04	c Bin: Executing minisat20
1199.46/1200.04	c child exit by a signal
1199.46/1200.04	c minisat20 returned code 137.
1199.46/1200.04	c minisat20 returned code 137.
1199.46/1200.04	c satzilla running march_dl with preprocessing ... 
1199.46/1200.04	c Bin: Executing march_dl
1199.46/1200.04	c march_dl returned code 1.
1199.46/1200.04	c march_dl returned code 1.
1199.46/1200.04	c satzilla running march_dl ... 
1199.46/1200.04	c Bin: Executing march_dl
1199.46/1200.04	c march_dl returned code 1.
1199.46/1200.04	c march_dl returned code 1.
1199.46/1200.04	c satzilla running minisat20 ... 
1199.46/1200.04	c Bin: Executing minisat20
1199.46/1200.04	c minisat20 returned code 1.
1199.46/1200.04	c minisat20 returned code 1.
1199.46/1200.04	c satzilla running zchaff_rand with preprocessing ... 
1199.46/1200.04	c Bin: Executing zchaff_rand
1199.46/1200.04	c zchaff_rand returned code 1.
1199.46/1200.04	c zchaff_rand returned code 1.
1199.46/1200.04	c satzilla running vallst with preprocessing ... 
1199.46/1200.04	c Bin: Executing vallst
1199.46/1200.04	c vallst returned code 1.
1199.46/1200.04	c vallst returned code 1.
1199.46/1200.04	c satzilla running kcnfs with preprocessing ... 
1199.46/1200.04	c Bin: Executing kcnfs
1199.46/1200.04	c kcnfs returned code 1.
1199.46/1200.04	c kcnfs returned code 1.
1199.46/1200.04	c satzilla running kcnfs ... 
1199.46/1200.04	c Bin: Executing kcnfs
1199.46/1200.04	c kcnfs returned code 1.
1199.46/1200.04	c kcnfs returned code 1.
1199.46/1200.04	c satzilla running vallst ... 
1199.46/1200.04	c Bin: Executing vallst
1199.46/1200.04	c vallst returned code 1.
1199.46/1200.04	c vallst returned code 1.
1199.46/1200.04	c satzilla running zchaff_rand ... 
1199.46/1200.04	c Bin: Executing zchaff_rand
1199.46/1200.04	c zchaff_rand returned code 1.
1199.46/1200.04	c zchaff_rand returned code 1.
1199.46/1200.04	c ERROR: All Failed! 
1199.46/1200.04	c SATZILLA_TIME=1199.700000

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/node60/watcher-294861-1171795977 -o ROOT/results/node60/solver-294861-1171795977 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/294861-1171795977/SATzilla2007_C /tmp/evaluation/294861-1171795977/instance-294861-1171795977.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: 0.99 0.98 0.99 3/64 13965
/proc/meminfo: memFree=788056/2055920 swapFree=4183416/4192956
[pid=13965] ppid=13963 vsize=1440 CPUtime=0
/proc/13965/stat : 13965 (SATzilla2007_C) S 13963 13965 12803 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 199554537 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13965/statm: 360 110 95 260 0 84 0
[pid=13966] ppid=13965 vsize=636 CPUtime=0
/proc/13966/stat : 13966 (march_dl) R 13965 13965 12803 0 -1 4194304 83 0 0 0 0 0 0 0 19 0 1 0 199554537 651264 78 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/13966/statm: 159 78 50 118 0 38 0

[startup+0.106417 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 13965
/proc/meminfo: memFree=788056/2055920 swapFree=4183416/4192956
[pid=13965] ppid=13963 vsize=1440 CPUtime=0
/proc/13965/stat : 13965 (SATzilla2007_C) S 13963 13965 12803 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 199554537 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13965/statm: 360 110 95 260 0 84 0
[pid=13966] ppid=13965 vsize=2164 CPUtime=0.1
/proc/13966/stat : 13966 (march_dl) R 13965 13965 12803 0 -1 4194304 928 0 0 0 10 0 0 0 20 0 1 0 199554537 2215936 321 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134583392 0 0 8392704 0 0 0 0 17 1 0 0
/proc/13966/statm: 541 321 67 118 0 420 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 3604

[startup+0.514489 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 13965
/proc/meminfo: memFree=788056/2055920 swapFree=4183416/4192956
[pid=13965] ppid=13963 vsize=1440 CPUtime=0
/proc/13965/stat : 13965 (SATzilla2007_C) S 13963 13965 12803 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 199554537 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13965/statm: 360 110 95 260 0 84 0
[pid=13966] ppid=13965 vsize=2296 CPUtime=0.51
/proc/13966/stat : 13966 (march_dl) R 13965 13965 12803 0 -1 4194304 964 0 0 0 51 0 0 0 23 0 1 0 199554537 2351104 357 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134583356 0 0 8392704 0 0 0 0 17 1 0 0
/proc/13966/statm: 574 357 67 118 0 453 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 3736

[startup+1.33464 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 13967
/proc/meminfo: memFree=782152/2055920 swapFree=4183416/4192956
[pid=13965] ppid=13963 vsize=1440 CPUtime=0
/proc/13965/stat : 13965 (SATzilla2007_C) S 13963 13965 12803 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 199554537 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13965/statm: 360 110 95 260 0 84 0
[pid=13966] ppid=13965 vsize=7036 CPUtime=1.32
/proc/13966/stat : 13966 (march_dl) R 13965 13965 12803 0 -1 4194304 2288 0 0 0 132 0 0 0 25 0 1 0 199554537 7204864 1455 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134544548 0 0 8392704 0 0 0 0 17 1 0 0
/proc/13966/statm: 1759 1455 72 118 0 1638 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 8476

[startup+2.97093 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 13967
/proc/meminfo: memFree=781896/2055920 swapFree=4183416/4192956
[pid=13965] ppid=13963 vsize=1440 CPUtime=0
/proc/13965/stat : 13965 (SATzilla2007_C) S 13963 13965 12803 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 199554537 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13965/statm: 360 110 95 260 0 84 0
[pid=13966] ppid=13965 vsize=7036 CPUtime=2.95
/proc/13966/stat : 13966 (march_dl) R 13965 13965 12803 0 -1 4194304 2392 0 0 0 295 0 0 0 25 0 1 0 199554537 7204864 1541 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134526917 0 0 8392704 0 0 0 0 17 1 0 0
/proc/13966/statm: 1759 1541 73 118 0 1638 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 8476

[startup+6.25351 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 13968
/proc/meminfo: memFree=786824/2055920 swapFree=4183416/4192956
[pid=13965] ppid=13963 vsize=1440 CPUtime=4.99
/proc/13965/stat : 13965 (SATzilla2007_C) S 13963 13965 12803 0 -1 4194304 135 2392 0 0 0 0 499 0 16 0 1 0 199554537 1474560 111 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/13965/statm: 360 111 96 260 0 84 0
[pid=13968] ppid=13965 vsize=6188 CPUtime=1.24
/proc/13968/stat : 13968 (ubcsat2006) R 13965 13965 12803 0 -1 4194304 354 0 0 0 119 5 0 0 25 0 1 0 199555037 6336512 337 18446744073709551615 134512640 134777720 4294956496 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/13968/statm: 1547 337 156 64 0 1128 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 7628

[startup+12.7077 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 13969
/proc/meminfo: memFree=784264/2055920 swapFree=4183416/4192956
[pid=13965] ppid=13963 vsize=3236 CPUtime=10.69
/proc/13965/stat : 13965 (SATzilla2007_C) S 13963 13965 12803 0 -1 4194304 1139 2752 0 0 352 8 700 9 25 0 1 0 199554537 3313664 619 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13965/statm: 809 619 165 260 0 533 0
[pid=13969] ppid=13965 vsize=2880 CPUtime=1.96
/proc/13969/stat : 13969 (minisat20) R 13965 13965 12803 0 -1 4194304 437 0 0 0 196 0 0 0 25 0 1 0 199555610 2949120 431 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525504 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13969/statm: 720 431 58 118 0 598 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 6116

[startup+25.52 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 13969
/proc/meminfo: memFree=783368/2055920 swapFree=4183416/4192956
[pid=13965] ppid=13963 vsize=3236 CPUtime=10.69
/proc/13965/stat : 13965 (SATzilla2007_C) S 13963 13965 12803 0 -1 4194304 1139 2752 0 0 352 8 700 9 25 0 1 0 199554537 3313664 619 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13965/statm: 809 619 165 260 0 533 0
[pid=13969] ppid=13965 vsize=3820 CPUtime=14.77
/proc/13969/stat : 13969 (minisat20) R 13965 13965 12803 0 -1 4194304 667 0 0 0 1477 0 0 0 25 0 1 0 199555610 3911680 661 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13969/statm: 955 661 58 118 0 833 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 7056

[startup+51.1435 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 13969
/proc/meminfo: memFree=782600/2055920 swapFree=4183416/4192956
[pid=13965] ppid=13963 vsize=3236 CPUtime=10.69
/proc/13965/stat : 13965 (SATzilla2007_C) S 13963 13965 12803 0 -1 4194304 1139 2752 0 0 352 8 700 9 25 0 1 0 199554537 3313664 619 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13965/statm: 809 619 165 260 0 533 0
[pid=13969] ppid=13965 vsize=4660 CPUtime=40.38
/proc/13969/stat : 13969 (minisat20) R 13965 13965 12803 0 -1 4194304 842 0 0 0 4038 0 0 0 25 0 1 0 199555610 4771840 836 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525749 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13969/statm: 1165 836 58 118 0 1043 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 7896

[startup+102.388 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 13969
/proc/meminfo: memFree=782024/2055920 swapFree=4183416/4192956
[pid=13965] ppid=13963 vsize=3236 CPUtime=10.69
/proc/13965/stat : 13965 (SATzilla2007_C) S 13963 13965 12803 0 -1 4194304 1139 2752 0 0 352 8 700 9 25 0 1 0 199554537 3313664 619 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13965/statm: 809 619 165 260 0 533 0
[pid=13969] ppid=13965 vsize=5408 CPUtime=91.61
/proc/13969/stat : 13969 (minisat20) R 13965 13965 12803 0 -1 4194304 1011 0 0 0 9161 0 0 0 25 0 1 0 199555610 5537792 1005 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13969/statm: 1352 1005 58 118 0 1230 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 8644

[startup+162.453 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 13969
/proc/meminfo: memFree=781512/2055920 swapFree=4183416/4192956
[pid=13965] ppid=13963 vsize=3236 CPUtime=10.69
/proc/13965/stat : 13965 (SATzilla2007_C) S 13963 13965 12803 0 -1 4194304 1139 2752 0 0 352 8 700 9 25 0 1 0 199554537 3313664 619 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13965/statm: 809 619 165 260 0 533 0
[pid=13969] ppid=13965 vsize=5864 CPUtime=151.66
/proc/13969/stat : 13969 (minisat20) R 13965 13965 12803 0 -1 4194304 1129 0 0 0 15165 1 0 0 25 0 1 0 199555610 6004736 1123 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134528117 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13969/statm: 1466 1123 58 118 0 1344 0
Current children cumulated CPU time (s) 162.35
Current children cumulated vsize (KiB) 9100

[startup+222.508 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 13969
/proc/meminfo: memFree=781192/2055920 swapFree=4183416/4192956
[pid=13965] ppid=13963 vsize=3236 CPUtime=10.69
/proc/13965/stat : 13965 (SATzilla2007_C) S 13963 13965 12803 0 -1 4194304 1139 2752 0 0 352 8 700 9 25 0 1 0 199554537 3313664 619 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13965/statm: 809 619 165 260 0 533 0
[pid=13969] ppid=13965 vsize=6148 CPUtime=211.69
/proc/13969/stat : 13969 (minisat20) R 13965 13965 12803 0 -1 4194304 1198 0 0 0 21168 1 0 0 25 0 1 0 199555610 6295552 1192 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525645 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13969/statm: 1537 1192 58 118 0 1415 0
Current children cumulated CPU time (s) 222.38
Current children cumulated vsize (KiB) 9384

[startup+282.564 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 13969
/proc/meminfo: memFree=780872/2055920 swapFree=4183416/4192956
[pid=13965] ppid=13963 vsize=3236 CPUtime=10.69
/proc/13965/stat : 13965 (SATzilla2007_C) S 13963 13965 12803 0 -1 4194304 1139 2752 0 0 352 8 700 9 25 0 1 0 199554537 3313664 619 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13965/statm: 809 619 165 260 0 533 0
[pid=13969] ppid=13965 vsize=6420 CPUtime=271.73
/proc/13969/stat : 13969 (minisat20) R 13965 13965 12803 0 -1 4194304 1288 0 0 0 27172 1 0 0 25 0 1 0 199555610 6574080 1282 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13969/statm: 1605 1282 58 118 0 1483 0
Current children cumulated CPU time (s) 282.42
Current children cumulated vsize (KiB) 9656

[startup+342.62 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 13969
/proc/meminfo: memFree=780552/2055920 swapFree=4183416/4192956
[pid=13965] ppid=13963 vsize=3236 CPUtime=10.69
/proc/13965/stat : 13965 (SATzilla2007_C) S 13963 13965 12803 0 -1 4194304 1139 2752 0 0 352 8 700 9 25 0 1 0 199554537 3313664 619 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13965/statm: 809 619 165 260 0 533 0
[pid=13969] ppid=13965 vsize=6848 CPUtime=331.77
/proc/13969/stat : 13969 (minisat20) R 13965 13965 12803 0 -1 4194304 1372 0 0 0 33176 1 0 0 25 0 1 0 199555610 7012352 1366 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13969/statm: 1712 1366 58 118 0 1590 0
Current children cumulated CPU time (s) 342.46
Current children cumulated vsize (KiB) 10084

[startup+402.68 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 13969
/proc/meminfo: memFree=780296/2055920 swapFree=4183416/4192956
[pid=13965] ppid=13963 vsize=3236 CPUtime=10.69
/proc/13965/stat : 13965 (SATzilla2007_C) S 13963 13965 12803 0 -1 4194304 1139 2752 0 0 352 8 700 9 25 0 1 0 199554537 3313664 619 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13965/statm: 809 619 165 260 0 533 0
[pid=13969] ppid=13965 vsize=7192 CPUtime=391.8
/proc/13969/stat : 13969 (minisat20) R 13965 13965 12803 0 -1 4194304 1444 0 0 0 39179 1 0 0 25 0 1 0 199555610 7364608 1438 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525570 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13969/statm: 1798 1438 58 118 0 1676 0
Current children cumulated CPU time (s) 402.49
Current children cumulated vsize (KiB) 10428

[startup+462.738 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 13969
/proc/meminfo: memFree=779848/2055920 swapFree=4183416/4192956
[pid=13965] ppid=13963 vsize=3236 CPUtime=10.69
/proc/13965/stat : 13965 (SATzilla2007_C) S 13963 13965 12803 0 -1 4194304 1139 2752 0 0 352 8 700 9 25 0 1 0 199554537 3313664 619 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13965/statm: 809 619 165 260 0 533 0
[pid=13969] ppid=13965 vsize=7616 CPUtime=451.84
/proc/13969/stat : 13969 (minisat20) R 13965 13965 12803 0 -1 4194304 1541 0 0 0 45183 1 0 0 25 0 1 0 199555610 7798784 1535 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13969/statm: 1904 1535 58 118 0 1782 0
Current children cumulated CPU time (s) 462.53

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


[startup+763.095 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 14167
/proc/meminfo: memFree=779144/2055920 swapFree=4183416/4192956
[pid=13965] ppid=13963 vsize=3236 CPUtime=10.69
/proc/13965/stat : 13965 (SATzilla2007_C) S 13963 13965 12803 0 -1 4194304 1139 2752 0 0 352 8 700 9 25 0 1 0 199554537 3313664 619 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13965/statm: 809 619 165 260 0 533 0
[pid=13969] ppid=13965 vsize=8188 CPUtime=752
/proc/13969/stat : 13969 (minisat20) R 13965 13965 12803 0 -1 4194304 1679 0 0 0 75197 3 0 0 25 0 1 0 199555610 8384512 1673 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13969/statm: 2047 1673 58 118 0 1925 0
Current children cumulated CPU time (s) 762.69
Current children cumulated vsize (KiB) 11424

[startup+823.155 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 14167
/proc/meminfo: memFree=779208/2055920 swapFree=4183416/4192956
[pid=13965] ppid=13963 vsize=3236 CPUtime=10.69
/proc/13965/stat : 13965 (SATzilla2007_C) S 13963 13965 12803 0 -1 4194304 1139 2752 0 0 352 8 700 9 25 0 1 0 199554537 3313664 619 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13965/statm: 809 619 165 260 0 533 0
[pid=13969] ppid=13965 vsize=8188 CPUtime=812.04
/proc/13969/stat : 13969 (minisat20) R 13965 13965 12803 0 -1 4194304 1684 0 0 0 81201 3 0 0 25 0 1 0 199555610 8384512 1678 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13969/statm: 2047 1678 58 118 0 1925 0
Current children cumulated CPU time (s) 822.73
Current children cumulated vsize (KiB) 11424

[startup+883.208 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 14167
/proc/meminfo: memFree=779272/2055920 swapFree=4183416/4192956
[pid=13965] ppid=13963 vsize=3236 CPUtime=10.69
/proc/13965/stat : 13965 (SATzilla2007_C) S 13963 13965 12803 0 -1 4194304 1139 2752 0 0 352 8 700 9 25 0 1 0 199554537 3313664 619 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13965/statm: 809 619 165 260 0 533 0
[pid=13969] ppid=13965 vsize=8188 CPUtime=872.08
/proc/13969/stat : 13969 (minisat20) R 13965 13965 12803 0 -1 4194304 1688 0 0 0 87204 4 0 0 25 0 1 0 199555610 8384512 1682 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525562 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13969/statm: 2047 1682 58 118 0 1925 0
Current children cumulated CPU time (s) 882.77
Current children cumulated vsize (KiB) 11424

[startup+943.26 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 14167
/proc/meminfo: memFree=779208/2055920 swapFree=4183416/4192956
[pid=13965] ppid=13963 vsize=3236 CPUtime=10.69
/proc/13965/stat : 13965 (SATzilla2007_C) S 13963 13965 12803 0 -1 4194304 1139 2752 0 0 352 8 700 9 25 0 1 0 199554537 3313664 619 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13965/statm: 809 619 165 260 0 533 0
[pid=13969] ppid=13965 vsize=8188 CPUtime=932.11
/proc/13969/stat : 13969 (minisat20) R 13965 13965 12803 0 -1 4194304 1689 0 0 0 93207 4 0 0 25 0 1 0 199555610 8384512 1683 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13969/statm: 2047 1683 58 118 0 1925 0
Current children cumulated CPU time (s) 942.8
Current children cumulated vsize (KiB) 11424

[startup+1003.32 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 14167
/proc/meminfo: memFree=779144/2055920 swapFree=4183416/4192956
[pid=13965] ppid=13963 vsize=3236 CPUtime=10.69
/proc/13965/stat : 13965 (SATzilla2007_C) S 13963 13965 12803 0 -1 4194304 1139 2752 0 0 352 8 700 9 25 0 1 0 199554537 3313664 619 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13965/statm: 809 619 165 260 0 533 0
[pid=13969] ppid=13965 vsize=8188 CPUtime=992.15
/proc/13969/stat : 13969 (minisat20) R 13965 13965 12803 0 -1 4194304 1707 0 0 0 99211 4 0 0 25 0 1 0 199555610 8384512 1701 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134519365 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13969/statm: 2047 1701 58 118 0 1925 0
Current children cumulated CPU time (s) 1002.84
Current children cumulated vsize (KiB) 11424

[startup+1063.39 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 14167
/proc/meminfo: memFree=779016/2055920 swapFree=4183416/4192956
[pid=13965] ppid=13963 vsize=3236 CPUtime=10.69
/proc/13965/stat : 13965 (SATzilla2007_C) S 13963 13965 12803 0 -1 4194304 1139 2752 0 0 352 8 700 9 25 0 1 0 199554537 3313664 619 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13965/statm: 809 619 165 260 0 533 0
[pid=13969] ppid=13965 vsize=8328 CPUtime=1052.19
/proc/13969/stat : 13969 (minisat20) R 13965 13965 12803 0 -1 4194304 1744 0 0 0 105215 4 0 0 25 0 1 0 199555610 8527872 1738 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13969/statm: 2082 1738 58 118 0 1960 0
Current children cumulated CPU time (s) 1062.88
Current children cumulated vsize (KiB) 11564

[startup+1123.45 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 14167
/proc/meminfo: memFree=778888/2055920 swapFree=4183416/4192956
[pid=13965] ppid=13963 vsize=3236 CPUtime=10.69
/proc/13965/stat : 13965 (SATzilla2007_C) S 13963 13965 12803 0 -1 4194304 1139 2752 0 0 352 8 700 9 25 0 1 0 199554537 3313664 619 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13965/statm: 809 619 165 260 0 533 0
[pid=13969] ppid=13965 vsize=8472 CPUtime=1112.23
/proc/13969/stat : 13969 (minisat20) R 13965 13965 12803 0 -1 4194304 1768 0 0 0 111219 4 0 0 25 0 1 0 199555610 8675328 1762 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525816 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13969/statm: 2118 1762 58 118 0 1996 0
Current children cumulated CPU time (s) 1122.92
Current children cumulated vsize (KiB) 11708

[startup+1183.51 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 14167
/proc/meminfo: memFree=778824/2055920 swapFree=4183416/4192956
[pid=13965] ppid=13963 vsize=3236 CPUtime=10.69
/proc/13965/stat : 13965 (SATzilla2007_C) S 13963 13965 12803 0 -1 4194304 1139 2752 0 0 352 8 700 9 25 0 1 0 199554537 3313664 619 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13965/statm: 809 619 165 260 0 533 0
[pid=13969] ppid=13965 vsize=8656 CPUtime=1172.27
/proc/13969/stat : 13969 (minisat20) R 13965 13965 12803 0 -1 4194304 1795 0 0 0 117223 4 0 0 25 0 1 0 199555610 8863744 1789 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13969/statm: 2164 1789 58 118 0 2042 0
Current children cumulated CPU time (s) 1182.96
Current children cumulated vsize (KiB) 11892

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

[startup+1187.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 14167
/proc/meminfo: memFree=778824/2055920 swapFree=4183416/4192956
[pid=13965] ppid=13963 vsize=3236 CPUtime=10.69
/proc/13965/stat : 13965 (SATzilla2007_C) S 13963 13965 12803 0 -1 4194304 1139 2752 0 0 352 8 700 9 25 0 1 0 199554537 3313664 619 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13965/statm: 809 619 165 260 0 533 0
[pid=13969] ppid=13965 vsize=8656 CPUtime=1176.06
/proc/13969/stat : 13969 (minisat20) R 13965 13965 12803 0 -1 4194304 1795 0 0 0 117602 4 0 0 25 0 1 0 199555610 8863744 1789 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13969/statm: 2164 1789 58 118 0 2042 0
Current children cumulated CPU time (s) 1186.75
Current children cumulated vsize (KiB) 11892

[startup+1193.86 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 14167
/proc/meminfo: memFree=778760/2055920 swapFree=4183416/4192956
[pid=13965] ppid=13963 vsize=3236 CPUtime=10.69
/proc/13965/stat : 13965 (SATzilla2007_C) S 13963 13965 12803 0 -1 4194304 1139 2752 0 0 352 8 700 9 25 0 1 0 199554537 3313664 619 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13965/statm: 809 619 165 260 0 533 0
[pid=13969] ppid=13965 vsize=8656 CPUtime=1182.62
/proc/13969/stat : 13969 (minisat20) R 13965 13965 12803 0 -1 4194304 1798 0 0 0 118258 4 0 0 25 0 1 0 199555610 8863744 1792 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13969/statm: 2164 1792 58 118 0 2042 0
Current children cumulated CPU time (s) 1193.31
Current children cumulated vsize (KiB) 11892

[startup+1197.13 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 14167
/proc/meminfo: memFree=778760/2055920 swapFree=4183416/4192956
[pid=13965] ppid=13963 vsize=3236 CPUtime=10.69
/proc/13965/stat : 13965 (SATzilla2007_C) S 13963 13965 12803 0 -1 4194304 1139 2752 0 0 352 8 700 9 25 0 1 0 199554537 3313664 619 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13965/statm: 809 619 165 260 0 533 0
[pid=13969] ppid=13965 vsize=8656 CPUtime=1185.89
/proc/13969/stat : 13969 (minisat20) R 13965 13965 12803 0 -1 4194304 1798 0 0 0 118585 4 0 0 25 0 1 0 199555610 8863744 1792 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525682 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13969/statm: 2164 1792 58 118 0 2042 0
Current children cumulated CPU time (s) 1196.58
Current children cumulated vsize (KiB) 11892

[startup+1198.78 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 14167
/proc/meminfo: memFree=778760/2055920 swapFree=4183416/4192956
[pid=13965] ppid=13963 vsize=3236 CPUtime=10.69
/proc/13965/stat : 13965 (SATzilla2007_C) S 13963 13965 12803 0 -1 4194304 1139 2752 0 0 352 8 700 9 25 0 1 0 199554537 3313664 619 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13965/statm: 809 619 165 260 0 533 0
[pid=13969] ppid=13965 vsize=8656 CPUtime=1187.54
/proc/13969/stat : 13969 (minisat20) R 13965 13965 12803 0 -1 4194304 1798 0 0 0 118750 4 0 0 25 0 1 0 199555610 8863744 1792 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525765 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13969/statm: 2164 1792 58 118 0 2042 0
Current children cumulated CPU time (s) 1198.23
Current children cumulated vsize (KiB) 11892

[startup+1199.6 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 14167
/proc/meminfo: memFree=778760/2055920 swapFree=4183416/4192956
[pid=13965] ppid=13963 vsize=3236 CPUtime=10.69
/proc/13965/stat : 13965 (SATzilla2007_C) S 13963 13965 12803 0 -1 4194304 1139 2752 0 0 352 8 700 9 25 0 1 0 199554537 3313664 619 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13965/statm: 809 619 165 260 0 533 0
[pid=13969] ppid=13965 vsize=8656 CPUtime=1188.36
/proc/13969/stat : 13969 (minisat20) R 13965 13965 12803 0 -1 4194304 1798 0 0 0 118832 4 0 0 25 0 1 0 199555610 8863744 1792 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13969/statm: 2164 1792 58 118 0 2042 0
Current children cumulated CPU time (s) 1199.05
Current children cumulated vsize (KiB) 11892

[startup+1200.01 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 14167
/proc/meminfo: memFree=778760/2055920 swapFree=4183416/4192956
[pid=13965] ppid=13963 vsize=3236 CPUtime=10.69
/proc/13965/stat : 13965 (SATzilla2007_C) S 13963 13965 12803 0 -1 4194304 1139 2752 0 0 352 8 700 9 25 0 1 0 199554537 3313664 619 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13965/statm: 809 619 165 260 0 533 0
[pid=13969] ppid=13965 vsize=8656 CPUtime=1188.77
/proc/13969/stat : 13969 (minisat20) R 13965 13965 12803 0 -1 4194304 1798 0 0 0 118873 4 0 0 25 0 1 0 199555610 8863744 1792 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525443 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13969/statm: 2164 1792 58 118 0 2042 0
Current children cumulated CPU time (s) 1199.46
Current children cumulated vsize (KiB) 11892

Child status: 17
Real time (s): 1200.05
CPU time (s): 1199.54
CPU user time (s): 1199.31
CPU system time (s): 0.232964
CPU usage (%): 99.9576
Max. virtual memory (cumulated for all children) (KiB): 11892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.31
system time used= 0.232964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5702
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26
involuntary context switches= 1923

runsolver used 0.964853 second user time and 2.45363 second system time

The end

Launcher Data (download as text)

Begin job on node60 on Sun Feb 18 10:52:57 UTC 2007

IDJOB= 294861
IDBENCH= 19898
IDSOLVER= 135
FILE ID= node60/294861-1171795977

PBS_JOBID= 3839553

Free space on /tmp= 66556 MiB

SOLVER NAME= SATzilla CRAFTED
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/7SAT/v65/unif-k7-r89-v65-c5785-S1141171506-10.UNSAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/294861-1171795977/SATzilla2007_C /tmp/evaluation/294861-1171795977/instance-294861-1171795977.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node60/watcher-294861-1171795977 -o ROOT/results/node60/solver-294861-1171795977 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/294861-1171795977/SATzilla2007_C /tmp/evaluation/294861-1171795977/instance-294861-1171795977.cnf            

META MD5SUM SOLVER= a1f00d13cbb558b34a83b365ff80fcc3
MD5SUM BENCH=  d6d6be09c1abbc60814c0f85b6a5cc4b

RANDOM SEED= 897834281

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node60.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.283
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.283
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:        788528 kB
Buffers:         47332 kB
Cached:        1098980 kB
SwapCached:       3908 kB
Active:         782852 kB
Inactive:       373528 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        788528 kB
SwapTotal:     4192956 kB
SwapFree:      4183416 kB
Dirty:            8504 kB
Writeback:           0 kB
Mapped:          15536 kB
Slab:            97008 kB
Committed_AS:   668556 kB
PageTables:       1464 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= 66556 MiB

End job on node60 on Sun Feb 18 11:12:57 UTC 2007