Trace number 368757

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) 4998.91 5000.26

General information on the benchmark

Namecrafted/Hard/contest04/connamacher/
connm-ue-csp-sat-n1200-d0.04-s736572600.sat05-546.reshuffled-07.cnf
MD5SUMb113aab739ba5e45a581d24e1a53a65a
Bench CategoryCRAFTED (crafted 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 variables1148
Number of clauses14303
Sum of the clauses size43196
Maximum clause length4
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 314016
Number of clauses of size 4287
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

10.56/10.63	c run March_dl for 5 seconds ... 
10.56/10.63	c Bin: Executing march_dl
10.56/10.63	c child exit by a signal
10.56/10.63	c march_dl returned code 137.
10.56/10.63	c run saps (UBCSAT implementation) for 2 seconds ... 
10.56/10.63	c Bin: Executing ubcsat2006
10.56/10.63	c child exited successfully
10.56/10.63	c ubcsat2006 returned code 0.
10.56/10.63	c satzilla computing base features
10.56/10.63	c satzilla doing unit-prop probe
10.56/10.63	c satzilla doing local search probe
10.56/10.63	c satzilla doing lobjois search-space size estimate
10.56/10.63	c satzilla's ranking:
10.56/10.63	c 1) minisat20+P: 2.637952
10.56/10.63	c 2) march_dl+P: 2.733037
10.56/10.63	c 3) vallst+P: 3.003464
10.56/10.63	c 4) zchaff_rand+P: 3.154211
10.56/10.63	c 5) march_dl: 3.574867
10.56/10.63	c 6) minisat20: 3.621637
10.56/10.63	c 7) kcnfs+P: 999.000000
10.56/10.63	c 8) kcnfs: 999.000000
10.56/10.63	c 9) vallst: 999.000000
10.56/10.63	c 10) zchaff_rand: 999.000000
10.56/10.63	c satzilla running minisat20 with preprocessing ... 
10.56/10.68	This is MiniSat 2.0 beta
10.56/10.68	WARNING: for repeatability, setting FPU to use double precision
10.56/10.68	============================[ Problem Statistics ]=============================
10.56/10.68	|                                                                             |
10.56/10.68	|  Number of variables:  1148                                                 |
10.56/10.68	|  Number of clauses:    14303                                                |
10.56/10.69	|  Parsing time:         0.01         s                                       |
10.56/10.69	============================[ Search Statistics ]==============================
10.56/10.69	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.56/10.69	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.56/10.69	===============================================================================
10.56/10.69	|         0 |    1148    14303    43196 |     4767        0    nan |  0.000 % |
10.56/10.69	|       100 |    1148    14303    43196 |     5244      100      8 |  0.000 % |
10.64/10.70	|       250 |    1148    14303    43196 |     5768      250     11 |  0.000 % |
10.64/10.72	|       475 |    1148    14303    43196 |     6345      475     14 |  0.000 % |
10.64/10.73	|       812 |    1148    14303    43196 |     6980      812     14 |  0.000 % |
10.64/10.77	|      1318 |    1148    14303    43196 |     7678     1318     17 |  0.000 % |
10.64/10.82	|      2077 |    1148    14303    43196 |     8446     2077     18 |  0.000 % |
10.86/10.93	|      3216 |    1148    14303    43196 |     9290     3216     19 |  0.000 % |
11.05/11.12	|      4925 |    1148    14303    43196 |    10219     4925     20 |  0.000 % |
11.35/11.48	|      7487 |    1148    14303    43196 |    11241     7487     21 |  0.000 % |
12.05/12.16	|     11334 |    1148    14303    43196 |    12366    11334     23 |  0.000 % |
13.05/13.15	|     17100 |    1148    14303    43196 |    13602    10822     24 |  0.000 % |
14.55/14.66	|     25749 |    1148    14303    43196 |    14962    12565     24 |  0.000 % |
17.65/17.72	|     38723 |    1148    14303    43196 |    16459    10454     24 |  0.000 % |
21.25/21.37	|     58184 |    1148    14303    43196 |    18105    13333     20 |  0.000 % |
27.84/27.99	|     87377 |    1148    14303    43196 |    19915    15215     23 |  0.000 % |
37.83/37.99	|    131168 |    1148    14303    43196 |    21907    18885     31 |  0.000 % |
56.83/56.98	|    196852 |    1148    14303    43196 |    24098    18477     24 |  0.000 % |
89.02/89.14	|    295379 |    1148    14303    43196 |    26507    20083     29 |  0.000 % |
135.61/135.72	|    443169 |    1148    14303    43196 |    29158    21506     23 |  0.000 % |
216.99/217.14	|    664852 |    1148    14303    43196 |    32074    23743     26 |  0.000 % |
345.36/345.50	|    997379 |    1148    14303    43196 |    35281    17967     24 |  0.000 % |
563.01/563.30	|   1496167 |    1148    14303    43196 |    38810    31983     29 |  0.000 % |
927.22/927.53	|   2244349 |    1148    14303    43196 |    42691    33231     27 |  0.000 % |
1521.57/1522.04	|   3366625 |    1148    14303    43196 |    46960    36678     26 |  0.000 % |
2492.63/2493.31	|   5050036 |    1148    14303    43196 |    51656    40881     30 |  0.000 % |
4129.73/4130.93	|   7575153 |    1148    14303    43196 |    56821    42216     31 |  0.000 % |
4998.81/5000.26	c Preprocessing...
4998.81/5000.26	c Inital problem has 1148 variables, 14303 nary clauses (0 binary clauses).
4998.81/5000.26	c Num non-binary clauses 14303, Average non-binary clause length 3.020
4998.81/5000.26	c Theory has no gaps
4998.81/5000.26	c Preprocessor runtime was 0.020 seconds.
4998.81/5000.26	c 
4998.81/5000.26	c Satisfiability of theory still undetermined.
4998.81/5000.26	c See file /tmp/3mq1hu for simplified theory.
4998.81/5000.26	c Bin: Executing minisat20
4998.81/5000.26	c child exit by a signal
4998.81/5000.26	c minisat20 returned code 137.
4998.81/5000.26	c minisat20 returned code 137.
4998.81/5000.26	c satzilla running march_dl with preprocessing ... 
4998.81/5000.26	c Bin: Executing march_dl
4998.81/5000.26	c march_dl returned code 1.
4998.81/5000.26	c march_dl returned code 1.
4998.81/5000.26	c satzilla running vallst with preprocessing ... 
4998.81/5000.26	c Bin: Executing vallst
4998.81/5000.26	c vallst returned code 1.
4998.81/5000.26	c vallst returned code 1.
4998.81/5000.26	c satzilla running zchaff_rand with preprocessing ... 
4998.81/5000.26	c Bin: Executing zchaff_rand
4998.81/5000.26	c zchaff_rand returned code 1.
4998.81/5000.26	c zchaff_rand returned code 1.
4998.81/5000.26	c satzilla running march_dl ... 
4998.81/5000.26	c Bin: Executing march_dl
4998.81/5000.26	c march_dl returned code 1.
4998.81/5000.26	c march_dl returned code 1.
4998.81/5000.26	c satzilla running minisat20 ... 
4998.81/5000.26	c Bin: Executing minisat20
4998.81/5000.26	c minisat20 returned code 1.
4998.81/5000.26	c minisat20 returned code 1.
4998.81/5000.26	c satzilla running kcnfs with preprocessing ... 
4998.81/5000.26	c Bin: Executing kcnfs
4998.81/5000.26	c kcnfs returned code 1.
4998.81/5000.26	c kcnfs returned code 1.
4998.81/5000.26	c satzilla running kcnfs ... 
4998.81/5000.26	c Bin: Executing kcnfs
4998.81/5000.26	c kcnfs returned code 1.
4998.81/5000.26	c kcnfs returned code 1.
4998.81/5000.26	c satzilla running vallst ... 
4998.81/5000.26	c Bin: Executing vallst
4998.81/5000.26	c vallst returned code 1.
4998.81/5000.26	c vallst returned code 1.
4998.81/5000.26	c satzilla running zchaff_rand ... 
4998.81/5000.26	c Bin: Executing zchaff_rand
4998.81/5000.26	c zchaff_rand returned code 1.
4998.81/5000.26	c zchaff_rand returned code 1.
4998.81/5000.26	c ERROR: All Failed! 
4998.81/5000.26	c SATZILLA_TIME=4999.640000

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node52/watcher-368757-1177251336 -o ROOT/results/node52/solver-368757-1177251336 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/368757-1177251336/SATzilla2007_C /tmp/evaluation/368757-1177251336/instance-368757-1177251336.cnf 

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


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 10188
/proc/meminfo: memFree=1619276/2055920 swapFree=4182956/4192956
[pid=10188] ppid=10186 vsize=1440 CPUtime=0
/proc/10188/stat : 10188 (SATzilla2007_C) S 10186 10188 9693 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 79978659 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10188/statm: 360 110 95 260 0 84 0
[pid=10189] ppid=10188 vsize=768 CPUtime=0
/proc/10189/stat : 10189 (march_dl) R 10188 10188 9693 0 -1 4194304 106 0 0 0 0 0 0 0 19 0 1 0 79978659 786432 101 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10189/statm: 192 101 50 118 0 71 0

[startup+0.093426 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 10188
/proc/meminfo: memFree=1619276/2055920 swapFree=4182956/4192956
[pid=10188] ppid=10186 vsize=1440 CPUtime=0
/proc/10188/stat : 10188 (SATzilla2007_C) S 10186 10188 9693 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 79978659 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10188/statm: 360 110 95 260 0 84 0
[pid=10189] ppid=10188 vsize=4016 CPUtime=0.08
/proc/10189/stat : 10189 (march_dl) R 10188 10188 9693 0 -1 4194304 1421 0 0 0 8 0 0 0 19 0 1 0 79978659 4112384 900 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134533634 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10189/statm: 1004 900 73 118 0 883 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5456

[startup+0.101425 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 10188
/proc/meminfo: memFree=1619276/2055920 swapFree=4182956/4192956
[pid=10188] ppid=10186 vsize=1440 CPUtime=0
/proc/10188/stat : 10188 (SATzilla2007_C) S 10186 10188 9693 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 79978659 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10188/statm: 360 110 95 260 0 84 0
[pid=10189] ppid=10188 vsize=4696 CPUtime=0.09
/proc/10189/stat : 10189 (march_dl) R 10188 10188 9693 0 -1 4194304 1596 0 0 0 9 0 0 0 19 0 1 0 79978659 4808704 1075 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134533667 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10189/statm: 1174 1075 73 118 0 1053 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6136

[startup+0.301439 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 10188
/proc/meminfo: memFree=1619276/2055920 swapFree=4182956/4192956
[pid=10188] ppid=10186 vsize=1440 CPUtime=0
/proc/10188/stat : 10188 (SATzilla2007_C) S 10186 10188 9693 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 79978659 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10188/statm: 360 110 95 260 0 84 0
[pid=10189] ppid=10188 vsize=9372 CPUtime=0.29
/proc/10189/stat : 10189 (march_dl) R 10188 10188 9693 0 -1 4194304 2786 0 0 0 26 3 0 0 20 0 1 0 79978659 9596928 2211 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10189/statm: 2343 2211 73 118 0 2222 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10812

[startup+0.701467 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 10188
/proc/meminfo: memFree=1619276/2055920 swapFree=4182956/4192956
[pid=10188] ppid=10186 vsize=1440 CPUtime=0
/proc/10188/stat : 10188 (SATzilla2007_C) S 10186 10188 9693 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 79978659 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10188/statm: 360 110 95 260 0 84 0
[pid=10189] ppid=10188 vsize=11488 CPUtime=0.69
/proc/10189/stat : 10189 (march_dl) R 10188 10188 9693 0 -1 4194304 3320 0 0 0 63 6 0 0 24 0 1 0 79978659 11763712 2745 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10189/statm: 2872 2745 73 118 0 2751 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12928

[startup+1.50152 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 10190
/proc/meminfo: memFree=1608316/2055920 swapFree=4182956/4192956
[pid=10188] ppid=10186 vsize=1440 CPUtime=0
/proc/10188/stat : 10188 (SATzilla2007_C) S 10186 10188 9693 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 79978659 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10188/statm: 360 110 95 260 0 84 0
[pid=10189] ppid=10188 vsize=11652 CPUtime=1.48
/proc/10189/stat : 10189 (march_dl) R 10188 10188 9693 0 -1 4194304 3374 0 0 0 137 11 0 0 25 0 1 0 79978659 11931648 2799 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10189/statm: 2913 2799 73 118 0 2792 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 13092

[startup+3.10163 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 10190
/proc/meminfo: memFree=1607996/2055920 swapFree=4182956/4192956
[pid=10188] ppid=10186 vsize=1440 CPUtime=0
/proc/10188/stat : 10188 (SATzilla2007_C) S 10186 10188 9693 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 79978659 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10188/statm: 360 110 95 260 0 84 0
[pid=10189] ppid=10188 vsize=11956 CPUtime=3.09
/proc/10189/stat : 10189 (march_dl) R 10188 10188 9693 0 -1 4194304 3418 0 0 0 286 23 0 0 25 0 1 0 79978659 12242944 2843 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10189/statm: 2989 2843 73 118 0 2868 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 13396

[startup+6.30185 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 10191
/proc/meminfo: memFree=1617852/2055920 swapFree=4182956/4192956
[pid=10188] ppid=10186 vsize=1440 CPUtime=4.99
/proc/10188/stat : 10188 (SATzilla2007_C) S 10186 10188 9693 0 -1 4194304 135 3472 0 0 0 0 466 33 16 0 1 0 79978659 1474560 111 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10188/statm: 360 111 96 260 0 84 0
[pid=10191] ppid=10188 vsize=6188 CPUtime=1.28
/proc/10191/stat : 10191 (ubcsat2006) R 10188 10188 9693 0 -1 4194304 433 0 1 0 117 11 0 0 25 0 1 0 79979159 6336512 417 18446744073709551615 134512640 134777720 4294956544 18446744073709551615 5155416 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10191/statm: 1547 417 156 64 0 1128 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 7628

[startup+12.7013 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 10192
/proc/meminfo: memFree=1613508/2055920 swapFree=4182956/4192956
[pid=10188] ppid=10186 vsize=4180 CPUtime=10.64
/proc/10188/stat : 10188 (SATzilla2007_C) S 10186 10188 9693 0 -1 4194304 1505 3911 0 1 332 12 668 52 25 0 1 0 79978659 4280320 866 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10188/statm: 1045 866 164 260 0 769 0
[pid=10192] ppid=10188 vsize=3984 CPUtime=2.01
/proc/10192/stat : 10192 (minisat20) R 10188 10188 9693 0 -1 4194304 712 0 0 0 201 0 0 0 25 0 1 0 79979727 4079616 706 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10192/statm: 996 706 58 118 0 874 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 8164

[startup+25.5011 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 10192
/proc/meminfo: memFree=1612164/2055920 swapFree=4182956/4192956
[pid=10188] ppid=10186 vsize=4180 CPUtime=10.64
/proc/10188/stat : 10188 (SATzilla2007_C) S 10186 10188 9693 0 -1 4194304 1505 3911 0 1 332 12 668 52 25 0 1 0 79978659 4280320 866 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10188/statm: 1045 866 164 260 0 769 0
[pid=10192] ppid=10188 vsize=5120 CPUtime=14.8
/proc/10192/stat : 10192 (minisat20) R 10188 10188 9693 0 -1 4194304 990 0 0 0 1480 0 0 0 25 0 1 0 79979727 5242880 984 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134528249 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10192/statm: 1280 984 58 118 0 1158 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 9300

[startup+51.1019 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 10192
/proc/meminfo: memFree=1610564/2055920 swapFree=4182956/4192956
[pid=10188] ppid=10186 vsize=4180 CPUtime=10.64
/proc/10188/stat : 10188 (SATzilla2007_C) S 10186 10188 9693 0 -1 4194304 1505 3911 0 1 332 12 668 52 25 0 1 0 79978659 4280320 866 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10188/statm: 1045 866 164 260 0 769 0
[pid=10192] ppid=10188 vsize=6720 CPUtime=40.4
/proc/10192/stat : 10192 (minisat20) R 10188 10188 9693 0 -1 4194304 1404 0 0 0 4039 1 0 0 25 0 1 0 79979727 6881280 1398 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525843 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10192/statm: 1680 1398 58 118 0 1558 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 10900

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 10192
/proc/meminfo: memFree=1609092/2055920 swapFree=4182956/4192956
[pid=10188] ppid=10186 vsize=4180 CPUtime=10.64
/proc/10188/stat : 10188 (SATzilla2007_C) S 10186 10188 9693 0 -1 4194304 1505 3911 0 1 332 12 668 52 25 0 1 0 79978659 4280320 866 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10188/statm: 1045 866 164 260 0 769 0
[pid=10192] ppid=10188 vsize=8224 CPUtime=91.58
/proc/10192/stat : 10192 (minisat20) R 10188 10188 9693 0 -1 4194304 1774 0 0 0 9157 1 0 0 25 0 1 0 79979727 8421376 1768 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10192/statm: 2056 1768 58 118 0 1934 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 12404

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 10192
/proc/meminfo: memFree=1607876/2055920 swapFree=4182956/4192956
[pid=10188] ppid=10186 vsize=4180 CPUtime=10.64
/proc/10188/stat : 10188 (SATzilla2007_C) S 10186 10188 9693 0 -1 4194304 1505 3911 0 1 332 12 668 52 25 0 1 0 79978659 4280320 866 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10188/statm: 1045 866 164 260 0 769 0
[pid=10192] ppid=10188 vsize=9464 CPUtime=151.57
/proc/10192/stat : 10192 (minisat20) R 10188 10188 9693 0 -1 4194304 2082 0 0 0 15155 2 0 0 25 0 1 0 79979727 9691136 2076 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134527386 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10192/statm: 2366 2076 58 118 0 2244 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 13644

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 10192
/proc/meminfo: memFree=1607428/2055920 swapFree=4182956/4192956
[pid=10188] ppid=10186 vsize=4180 CPUtime=10.64
/proc/10188/stat : 10188 (SATzilla2007_C) S 10186 10188 9693 0 -1 4194304 1505 3911 0 1 332 12 668 52 25 0 1 0 79978659 4280320 866 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10188/statm: 1045 866 164 260 0 769 0
[pid=10192] ppid=10188 vsize=10004 CPUtime=211.55
/proc/10192/stat : 10192 (minisat20) R 10188 10188 9693 0 -1 4194304 2207 0 0 0 21153 2 0 0 25 0 1 0 79979727 10244096 2201 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525497 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10192/statm: 2501 2201 58 118 0 2379 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 14184

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 10192
/proc/meminfo: memFree=1606980/2055920 swapFree=4182956/4192956
[pid=10188] ppid=10186 vsize=4180 CPUtime=10.64
/proc/10188/stat : 10188 (SATzilla2007_C) S 10186 10188 9693 0 -1 4194304 1505 3911 0 1 332 12 668 52 25 0 1 0 79978659 4280320 866 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10188/statm: 1045 866 164 260 0 769 0
[pid=10192] ppid=10188 vsize=10580 CPUtime=271.54
/proc/10192/stat : 10192 (minisat20) R 10188 10188 9693 0 -1 4194304 2327 0 0 0 27152 2 0 0 25 0 1 0 79979727 10833920 2321 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525767 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10192/statm: 2645 2321 58 118 0 2523 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 14760

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 10192
/proc/meminfo: memFree=1606532/2055920 swapFree=4182956/4192956
[pid=10188] ppid=10186 vsize=4180 CPUtime=10.64
/proc/10188/stat : 10188 (SATzilla2007_C) S 10186 10188 9693 0 -1 4194304 1505 3911 0 1 332 12 668 52 25 0 1 0 79978659 4280320 866 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10188/statm: 1045 866 164 260 0 769 0
[pid=10192] ppid=10188 vsize=10844 CPUtime=331.52
/proc/10192/stat : 10192 (minisat20) R 10188 10188 9693 0 -1 4194304 2426 0 0 0 33150 2 0 0 25 0 1 0 79979727 11104256 2420 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10192/statm: 2711 2420 58 118 0 2589 0

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


[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10392
/proc/meminfo: memFree=1594052/2055920 swapFree=4182956/4192956
[pid=10188] ppid=10186 vsize=4180 CPUtime=10.64
/proc/10188/stat : 10188 (SATzilla2007_C) S 10186 10188 9693 0 -1 4194304 1505 3911 0 1 332 12 668 52 25 0 1 0 79978659 4280320 866 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10188/statm: 1045 866 164 260 0 769 0
[pid=10192] ppid=10188 vsize=23816 CPUtime=4710.35
/proc/10192/stat : 10192 (minisat20) R 10188 10188 9693 0 -1 4194304 5474 0 0 0 471028 7 0 0 25 0 1 0 79979727 24387584 5468 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525746 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10192/statm: 5954 5468 58 118 0 5832 0
Current children cumulated CPU time (s) 4720.99
Current children cumulated vsize (KiB) 27996

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10392
/proc/meminfo: memFree=1593924/2055920 swapFree=4182956/4192956
[pid=10188] ppid=10186 vsize=4180 CPUtime=10.64
/proc/10188/stat : 10188 (SATzilla2007_C) S 10186 10188 9693 0 -1 4194304 1505 3911 0 1 332 12 668 52 25 0 1 0 79978659 4280320 866 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10188/statm: 1045 866 164 260 0 769 0
[pid=10192] ppid=10188 vsize=23956 CPUtime=4770.33
/proc/10192/stat : 10192 (minisat20) R 10188 10188 9693 0 -1 4194304 5505 0 0 0 477026 7 0 0 25 0 1 0 79979727 24530944 5499 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10192/statm: 5989 5499 58 118 0 5867 0
Current children cumulated CPU time (s) 4780.97
Current children cumulated vsize (KiB) 28136

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10392
/proc/meminfo: memFree=1593988/2055920 swapFree=4182956/4192956
[pid=10188] ppid=10186 vsize=4180 CPUtime=10.64
/proc/10188/stat : 10188 (SATzilla2007_C) S 10186 10188 9693 0 -1 4194304 1505 3911 0 1 332 12 668 52 25 0 1 0 79978659 4280320 866 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10188/statm: 1045 866 164 260 0 769 0
[pid=10192] ppid=10188 vsize=23956 CPUtime=4830.31
/proc/10192/stat : 10192 (minisat20) R 10188 10188 9693 0 -1 4194304 5505 0 0 0 483024 7 0 0 25 0 1 0 79979727 24530944 5499 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525749 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10192/statm: 5989 5499 58 118 0 5867 0
Current children cumulated CPU time (s) 4840.95
Current children cumulated vsize (KiB) 28136

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10392
/proc/meminfo: memFree=1593860/2055920 swapFree=4182956/4192956
[pid=10188] ppid=10186 vsize=4180 CPUtime=10.64
/proc/10188/stat : 10188 (SATzilla2007_C) S 10186 10188 9693 0 -1 4194304 1505 3911 0 1 332 12 668 52 25 0 1 0 79978659 4280320 866 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10188/statm: 1045 866 164 260 0 769 0
[pid=10192] ppid=10188 vsize=24124 CPUtime=4890.3
/proc/10192/stat : 10192 (minisat20) R 10188 10188 9693 0 -1 4194304 5547 0 0 0 489023 7 0 0 25 0 1 0 79979727 24702976 5541 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10192/statm: 6031 5541 58 118 0 5909 0
Current children cumulated CPU time (s) 4900.94
Current children cumulated vsize (KiB) 28304

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10392
/proc/meminfo: memFree=1593796/2055920 swapFree=4182956/4192956
[pid=10188] ppid=10186 vsize=4180 CPUtime=10.64
/proc/10188/stat : 10188 (SATzilla2007_C) S 10186 10188 9693 0 -1 4194304 1505 3911 0 1 332 12 668 52 25 0 1 0 79978659 4280320 866 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10188/statm: 1045 866 164 260 0 769 0
[pid=10192] ppid=10188 vsize=24276 CPUtime=4950.28
/proc/10192/stat : 10192 (minisat20) R 10188 10188 9693 0 -1 4194304 5563 0 0 0 495021 7 0 0 25 0 1 0 79979727 24858624 5557 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525158 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10192/statm: 6069 5557 58 118 0 5947 0
Current children cumulated CPU time (s) 4960.92
Current children cumulated vsize (KiB) 28456

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

[startup+4966.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10392
/proc/meminfo: memFree=1593732/2055920 swapFree=4182956/4192956
[pid=10188] ppid=10186 vsize=4180 CPUtime=10.64
/proc/10188/stat : 10188 (SATzilla2007_C) S 10186 10188 9693 0 -1 4194304 1505 3911 0 1 332 12 668 52 25 0 1 0 79978659 4280320 866 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10188/statm: 1045 866 164 260 0 769 0
[pid=10192] ppid=10188 vsize=24276 CPUtime=4954.28
/proc/10192/stat : 10192 (minisat20) R 10188 10188 9693 0 -1 4194304 5563 0 0 0 495421 7 0 0 25 0 1 0 79979727 24858624 5557 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525788 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10192/statm: 6069 5557 58 118 0 5947 0
Current children cumulated CPU time (s) 4964.92
Current children cumulated vsize (KiB) 28456

[startup+4979.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10392
/proc/meminfo: memFree=1593732/2055920 swapFree=4182956/4192956
[pid=10188] ppid=10186 vsize=4180 CPUtime=10.64
/proc/10188/stat : 10188 (SATzilla2007_C) S 10186 10188 9693 0 -1 4194304 1505 3911 0 1 332 12 668 52 25 0 1 0 79978659 4280320 866 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10188/statm: 1045 866 164 260 0 769 0
[pid=10192] ppid=10188 vsize=24276 CPUtime=4967.08
/proc/10192/stat : 10192 (minisat20) R 10188 10188 9693 0 -1 4194304 5572 0 0 0 496701 7 0 0 25 0 1 0 79979727 24858624 5566 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10192/statm: 6069 5566 58 118 0 5947 0
Current children cumulated CPU time (s) 4977.72
Current children cumulated vsize (KiB) 28456

[startup+4991.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10392
/proc/meminfo: memFree=1593668/2055920 swapFree=4182956/4192956
[pid=10188] ppid=10186 vsize=4180 CPUtime=10.64
/proc/10188/stat : 10188 (SATzilla2007_C) S 10186 10188 9693 0 -1 4194304 1505 3911 0 1 332 12 668 52 25 0 1 0 79978659 4280320 866 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10188/statm: 1045 866 164 260 0 769 0
[pid=10192] ppid=10188 vsize=24276 CPUtime=4979.87
/proc/10192/stat : 10192 (minisat20) R 10188 10188 9693 0 -1 4194304 5583 0 0 0 497980 7 0 0 25 0 1 0 79979727 24858624 5577 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10192/statm: 6069 5577 58 118 0 5947 0
Current children cumulated CPU time (s) 4990.51
Current children cumulated vsize (KiB) 28456

[startup+4995.11 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10392
/proc/meminfo: memFree=1593668/2055920 swapFree=4182956/4192956
[pid=10188] ppid=10186 vsize=4180 CPUtime=10.64
/proc/10188/stat : 10188 (SATzilla2007_C) S 10186 10188 9693 0 -1 4194304 1505 3911 0 1 332 12 668 52 25 0 1 0 79978659 4280320 866 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10188/statm: 1045 866 164 260 0 769 0
[pid=10192] ppid=10188 vsize=24276 CPUtime=4983.08
/proc/10192/stat : 10192 (minisat20) R 10188 10188 9693 0 -1 4194304 5583 0 0 0 498301 7 0 0 25 0 1 0 79979727 24858624 5577 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10192/statm: 6069 5577 58 118 0 5947 0
Current children cumulated CPU time (s) 4993.72
Current children cumulated vsize (KiB) 28456

[startup+4998.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10392
/proc/meminfo: memFree=1593668/2055920 swapFree=4182956/4192956
[pid=10188] ppid=10186 vsize=4180 CPUtime=10.64
/proc/10188/stat : 10188 (SATzilla2007_C) S 10186 10188 9693 0 -1 4194304 1505 3911 0 1 332 12 668 52 25 0 1 0 79978659 4280320 866 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10188/statm: 1045 866 164 260 0 769 0
[pid=10192] ppid=10188 vsize=24276 CPUtime=4986.28
/proc/10192/stat : 10192 (minisat20) R 10188 10188 9693 0 -1 4194304 5583 0 0 0 498621 7 0 0 25 0 1 0 79979727 24858624 5577 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10192/statm: 6069 5577 58 118 0 5947 0
Current children cumulated CPU time (s) 4996.92
Current children cumulated vsize (KiB) 28456

[startup+4999.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10392
/proc/meminfo: memFree=1593668/2055920 swapFree=4182956/4192956
[pid=10188] ppid=10186 vsize=4180 CPUtime=10.64
/proc/10188/stat : 10188 (SATzilla2007_C) S 10186 10188 9693 0 -1 4194304 1505 3911 0 1 332 12 668 52 25 0 1 0 79978659 4280320 866 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10188/statm: 1045 866 164 260 0 769 0
[pid=10192] ppid=10188 vsize=24276 CPUtime=4987.07
/proc/10192/stat : 10192 (minisat20) R 10188 10188 9693 0 -1 4194304 5583 0 0 0 498700 7 0 0 25 0 1 0 79979727 24858624 5577 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10192/statm: 6069 5577 58 118 0 5947 0
Current children cumulated CPU time (s) 4997.71
Current children cumulated vsize (KiB) 28456

[startup+4999.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10392
/proc/meminfo: memFree=1593668/2055920 swapFree=4182956/4192956
[pid=10188] ppid=10186 vsize=4180 CPUtime=10.64
/proc/10188/stat : 10188 (SATzilla2007_C) S 10186 10188 9693 0 -1 4194304 1505 3911 0 1 332 12 668 52 25 0 1 0 79978659 4280320 866 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10188/statm: 1045 866 164 260 0 769 0
[pid=10192] ppid=10188 vsize=24276 CPUtime=4987.87
/proc/10192/stat : 10192 (minisat20) R 10188 10188 9693 0 -1 4194304 5583 0 0 0 498780 7 0 0 25 0 1 0 79979727 24858624 5577 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10192/statm: 6069 5577 58 118 0 5947 0
Current children cumulated CPU time (s) 4998.51
Current children cumulated vsize (KiB) 28456

[startup+5000.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10392
/proc/meminfo: memFree=1593668/2055920 swapFree=4182956/4192956
[pid=10188] ppid=10186 vsize=4180 CPUtime=10.64
/proc/10188/stat : 10188 (SATzilla2007_C) S 10186 10188 9693 0 -1 4194304 1505 3911 0 1 332 12 668 52 25 0 1 0 79978659 4280320 866 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10188/statm: 1045 866 164 260 0 769 0
[pid=10192] ppid=10188 vsize=24276 CPUtime=4988.07
/proc/10192/stat : 10192 (minisat20) R 10188 10188 9693 0 -1 4194304 5583 0 0 0 498800 7 0 0 25 0 1 0 79979727 24858624 5577 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10192/statm: 6069 5577 58 118 0 5947 0
Current children cumulated CPU time (s) 4998.71
Current children cumulated vsize (KiB) 28456

[startup+5000.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10392
/proc/meminfo: memFree=1593668/2055920 swapFree=4182956/4192956
[pid=10188] ppid=10186 vsize=4180 CPUtime=10.64
/proc/10188/stat : 10188 (SATzilla2007_C) S 10186 10188 9693 0 -1 4194304 1505 3911 0 1 332 12 668 52 25 0 1 0 79978659 4280320 866 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10188/statm: 1045 866 164 260 0 769 0
[pid=10192] ppid=10188 vsize=24276 CPUtime=4988.17
/proc/10192/stat : 10192 (minisat20) R 10188 10188 9693 0 -1 4194304 5583 0 0 0 498810 7 0 0 25 0 1 0 79979727 24858624 5577 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525767 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10192/statm: 6069 5577 58 118 0 5947 0
Current children cumulated CPU time (s) 4998.81
Current children cumulated vsize (KiB) 28456

Child status: 17
Real time (s): 5000.26
CPU time (s): 4998.91
CPU user time (s): 4998.17
CPU system time (s): 0.736887
CPU usage (%): 99.9729
Max. virtual memory (cumulated for all children) (KiB): 28456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4998.17
system time used= 0.736887
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11012
page faults= 1
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= 8892

runsolver used 3.46347 second user time and 10.5114 second system time

The end

Launcher Data (download as text)

Begin job on node52 on Sun Apr 22 14:15:36 UTC 2007

IDJOB= 368757
IDBENCH= 24618
IDSOLVER= 179
FILE ID= node52/368757-1177251336

PBS_JOBID= 4650561

Free space on /tmp= 66305 MiB

SOLVER NAME= SATzilla CRAFTED
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest04/connamacher/connm-ue-csp-sat-n1200-d0.04-s736572600.sat05-546.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/368757-1177251336/SATzilla2007_C /tmp/evaluation/368757-1177251336/instance-368757-1177251336.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node52/watcher-368757-1177251336 -o ROOT/results/node52/solver-368757-1177251336 -C 5000 -W 7500 -M 1800 --output-limit 1,15  /tmp/evaluation/368757-1177251336/SATzilla2007_C /tmp/evaluation/368757-1177251336/instance-368757-1177251336.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  b113aab739ba5e45a581d24e1a53a65a

RANDOM SEED= 960450363

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node52.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:       1619748 kB
Buffers:         51752 kB
Cached:         306724 kB
SwapCached:       3828 kB
Active:         171116 kB
Inactive:       196968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1619748 kB
SwapTotal:     4192956 kB
SwapFree:      4182956 kB
Dirty:            8576 kB
Writeback:           0 kB
Mapped:          15568 kB
Slab:            54104 kB
Committed_AS:  1759352 kB
PageTables:       1484 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= 66305 MiB

End job on node52 on Sun Apr 22 15:38:56 UTC 2007