Trace number 1726664

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
SAT07 reference solver: SATzilla CRAFTED? (exit code) 1199.24 1199.75

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

10.87/10.91	c run March_dl for 5 seconds ... 
10.87/10.91	c Bin: Executing march_dl
10.87/10.91	c child exit by a signal
10.87/10.91	c march_dl returned code 137.
10.87/10.91	c run saps (UBCSAT implementation) for 2 seconds ... 
10.87/10.91	c Bin: Executing ubcsat2006
10.87/10.91	c child exited successfully
10.87/10.91	c ubcsat2006 returned code 0.
10.87/10.91	c satzilla computing base features
10.87/10.91	c satzilla doing unit-prop probe
10.87/10.91	c satzilla doing local search probe
10.87/10.91	c satzilla doing lobjois search-space size estimate
10.87/10.91	c satzilla's ranking:
10.87/10.91	c 1) minisat20+P: 2.595099
10.87/10.91	c 2) march_dl+P: 2.669317
10.87/10.91	c 3) march_dl: 3.143160
10.87/10.91	c 4) vallst+P: 3.374218
10.87/10.91	c 5) zchaff_rand+P: 3.446134
10.87/10.91	c 6) minisat20: 3.636719
10.87/10.91	c 7) kcnfs+P: 999.000000
10.87/10.91	c 8) kcnfs: 999.000000
10.87/10.91	c 9) vallst: 999.000000
10.87/10.91	c 10) zchaff_rand: 999.000000
10.87/10.91	c satzilla running minisat20 with preprocessing ... 
11.36/11.43	This is MiniSat 2.0 beta
11.36/11.43	WARNING: for repeatability, setting FPU to use double precision
11.36/11.43	============================[ Problem Statistics ]=============================
11.36/11.43	|                                                                             |
11.36/11.43	|  Number of variables:  1148                                                 |
11.36/11.43	|  Number of clauses:    14303                                                |
11.36/11.44	|  Parsing time:         0.01         s                                       |
11.36/11.44	============================[ Search Statistics ]==============================
11.36/11.44	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.36/11.44	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.36/11.44	===============================================================================
11.36/11.44	|         0 |    1148    14303    43196 |     4767        0    nan |  0.000 % |
11.36/11.44	|       100 |    1148    14303    43196 |     5244      100      8 |  0.000 % |
11.36/11.45	|       250 |    1148    14303    43196 |     5768      250     11 |  0.000 % |
11.36/11.47	|       475 |    1148    14303    43196 |     6345      475     14 |  0.000 % |
11.36/11.49	|       812 |    1148    14303    43196 |     6980      812     14 |  0.000 % |
11.40/11.53	|      1318 |    1148    14303    43196 |     7678     1318     17 |  0.000 % |
11.40/11.57	|      2077 |    1148    14303    43196 |     8446     2077     18 |  0.000 % |
11.40/11.68	|      3216 |    1148    14303    43196 |     9290     3216     19 |  0.000 % |
11.40/11.85	|      4925 |    1148    14303    43196 |    10219     4925     20 |  0.000 % |
12.06/12.20	|      7487 |    1148    14303    43196 |    11241     7487     21 |  0.000 % |
12.76/12.83	|     11334 |    1148    14303    43196 |    12366    11334     23 |  0.000 % |
13.66/13.77	|     17100 |    1148    14303    43196 |    13602    10822     24 |  0.000 % |
15.06/15.19	|     25749 |    1148    14303    43196 |    14962    12565     24 |  0.000 % |
17.96/18.05	|     38723 |    1148    14303    43196 |    16459    10454     24 |  0.000 % |
21.36/21.46	|     58184 |    1148    14303    43196 |    18105    13333     20 |  0.000 % |
27.45/27.56	|     87377 |    1148    14303    43196 |    19915    15215     23 |  0.000 % |
36.64/36.79	|    131168 |    1148    14303    43196 |    21907    18885     31 |  0.000 % |
54.14/54.26	|    196852 |    1148    14303    43196 |    24098    18477     24 |  0.000 % |
83.82/83.98	|    295379 |    1148    14303    43196 |    26507    20083     29 |  0.000 % |
127.40/127.58	|    443169 |    1148    14303    43196 |    29158    21506     23 |  0.000 % |
203.78/203.94	|    664852 |    1148    14303    43196 |    32074    23743     26 |  0.000 % |
325.03/325.21	|    997379 |    1148    14303    43196 |    35281    17967     24 |  0.000 % |
531.04/531.33	|   1496167 |    1148    14303    43196 |    38810    31983     29 |  0.000 % |
877.50/877.91	|   2244349 |    1148    14303    43196 |    42691    33231     27 |  0.000 % |
1199.17/1199.74	c Preprocessing...
1199.17/1199.74	c Inital problem has 1148 variables, 14303 nary clauses (0 binary clauses).
1199.17/1199.74	c Num non-binary clauses 14303, Average non-binary clause length 3.020
1199.17/1199.74	c Theory has no gaps
1199.17/1199.74	c Preprocessor runtime was 0.030 seconds.
1199.17/1199.74	c 
1199.17/1199.74	c Satisfiability of theory still undetermined.
1199.17/1199.74	c See file /tmp/4ga0je for simplified theory.
1199.17/1199.74	c Bin: Executing minisat20
1199.17/1199.74	c child exit by a signal
1199.17/1199.74	c minisat20 returned code 137.
1199.17/1199.74	c minisat20 returned code 137.
1199.17/1199.74	c satzilla running march_dl with preprocessing ... 
1199.17/1199.74	c Bin: Executing march_dl
1199.17/1199.74	c march_dl returned code 1.
1199.17/1199.74	c march_dl returned code 1.
1199.17/1199.74	c satzilla running march_dl ... 
1199.17/1199.74	c Bin: Executing march_dl
1199.17/1199.74	c march_dl returned code 1.
1199.17/1199.74	c march_dl returned code 1.
1199.17/1199.74	c satzilla running vallst with preprocessing ... 
1199.17/1199.74	c Bin: Executing vallst
1199.17/1199.74	c vallst returned code 1.
1199.17/1199.74	c vallst returned code 1.
1199.17/1199.74	c satzilla running zchaff_rand with preprocessing ... 
1199.17/1199.74	c Bin: Executing zchaff_rand
1199.17/1199.74	c zchaff_rand returned code 1.
1199.17/1199.74	c zchaff_rand returned code 1.
1199.17/1199.74	c satzilla running minisat20 ... 
1199.17/1199.74	c Bin: Executing minisat20
1199.17/1199.74	c minisat20 returned code 1.
1199.17/1199.74	c minisat20 returned code 1.
1199.17/1199.74	c satzilla running kcnfs with preprocessing ... 
1199.17/1199.74	c Bin: Executing kcnfs
1199.17/1199.74	c kcnfs returned code 1.
1199.17/1199.74	c kcnfs returned code 1.
1199.17/1199.74	c satzilla running kcnfs ... 
1199.17/1199.74	c Bin: Executing kcnfs
1199.17/1199.74	c kcnfs returned code 1.
1199.17/1199.74	c kcnfs returned code 1.
1199.17/1199.74	c satzilla running vallst ... 
1199.17/1199.74	c Bin: Executing vallst
1199.17/1199.74	c vallst returned code 1.
1199.17/1199.74	c vallst returned code 1.
1199.17/1199.74	c satzilla running zchaff_rand ... 
1199.17/1199.74	c Bin: Executing zchaff_rand
1199.17/1199.74	c zchaff_rand returned code 1.
1199.17/1199.74	c zchaff_rand returned code 1.
1199.17/1199.74	c ERROR: All Failed! 
1199.17/1199.74	c SATZILLA_TIME=1199.410000

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1726664-1240715424/watcher-1726664-1240715424 -o /tmp/evaluation-result-1726664-1240715424/solver-1726664-1240715424 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2007_C HOME/instance-1726664-1240715424.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 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 1.00 1.05 3/64 16778
/proc/meminfo: memFree=1560060/2055920 swapFree=4192952/4192956
[pid=16778] ppid=16776 vsize=1440 CPUtime=0
/proc/16778/stat : 16778 (SATzilla2007_C) R 16776 16778 13225 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 99571463 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 0 0 0
/proc/16778/statm: 360 110 95 260 0 84 0
[pid=16779] ppid=16778 vsize=768 CPUtime=0
/proc/16779/stat : 16779 (march_dl) R 16778 16778 13225 0 -1 4194304 107 0 0 0 0 0 0 0 18 0 1 0 99571463 786432 102 1992294400 134512640 134996440 4294956240 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 0 0 0
/proc/16779/statm: 192 102 50 118 0 71 0

[startup+0.057307 s]
/proc/loadavg: 0.99 1.00 1.05 3/64 16778
/proc/meminfo: memFree=1560060/2055920 swapFree=4192952/4192956
[pid=16778] ppid=16776 vsize=1440 CPUtime=0
/proc/16778/stat : 16778 (SATzilla2007_C) S 16776 16778 13225 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 99571463 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16778/statm: 360 110 95 260 0 84 0
[pid=16779] ppid=16778 vsize=2336 CPUtime=0.05
/proc/16779/stat : 16779 (march_dl) R 16778 16778 13225 0 -1 4194304 730 0 0 0 5 0 0 0 19 0 1 0 99571463 2392064 450 1992294400 134512640 134996440 4294956240 18446744073709551615 134562749 0 0 8392704 0 0 0 0 17 0 0 0
/proc/16779/statm: 584 450 64 118 0 463 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 3776

[startup+0.101311 s]
/proc/loadavg: 0.99 1.00 1.05 3/64 16778
/proc/meminfo: memFree=1560060/2055920 swapFree=4192952/4192956
[pid=16778] ppid=16776 vsize=1440 CPUtime=0
/proc/16778/stat : 16778 (SATzilla2007_C) S 16776 16778 13225 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 99571463 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16778/statm: 360 110 95 260 0 84 0
[pid=16779] ppid=16778 vsize=4760 CPUtime=0.09
/proc/16779/stat : 16779 (march_dl) R 16778 16778 13225 0 -1 4194304 1675 0 0 0 8 1 0 0 19 0 1 0 99571463 4874240 1092 1992294400 134512640 134996440 4294956240 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 0 0 0
/proc/16779/statm: 1190 1092 73 118 0 1069 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6200

[startup+0.301331 s]
/proc/loadavg: 0.99 1.00 1.05 3/64 16778
/proc/meminfo: memFree=1560060/2055920 swapFree=4192952/4192956
[pid=16778] ppid=16776 vsize=1440 CPUtime=0
/proc/16778/stat : 16778 (SATzilla2007_C) S 16776 16778 13225 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 99571463 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16778/statm: 360 110 95 260 0 84 0
[pid=16779] ppid=16778 vsize=9528 CPUtime=0.29
/proc/16779/stat : 16779 (march_dl) R 16778 16778 13225 0 -1 4194304 2843 0 0 0 25 4 0 0 21 0 1 0 99571463 9756672 2260 1992294400 134512640 134996440 4294956240 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 0 0 0
/proc/16779/statm: 2382 2260 73 118 0 2261 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10968

[startup+0.701373 s]
/proc/loadavg: 0.99 1.00 1.05 3/64 16778
/proc/meminfo: memFree=1560060/2055920 swapFree=4192952/4192956
[pid=16778] ppid=16776 vsize=1440 CPUtime=0
/proc/16778/stat : 16778 (SATzilla2007_C) S 16776 16778 13225 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 99571463 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16778/statm: 360 110 95 260 0 84 0
[pid=16779] ppid=16778 vsize=11488 CPUtime=0.69
/proc/16779/stat : 16779 (march_dl) R 16778 16778 13225 0 -1 4194304 3331 0 0 0 62 7 0 0 25 0 1 0 99571463 11763712 2748 1992294400 134512640 134996440 4294956240 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 0 0 0
/proc/16779/statm: 2872 2748 73 118 0 2751 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12928

[startup+1.50146 s]
/proc/loadavg: 0.99 1.00 1.05 2/66 16780
/proc/meminfo: memFree=1549100/2055920 swapFree=4192952/4192956
[pid=16778] ppid=16776 vsize=1440 CPUtime=0
/proc/16778/stat : 16778 (SATzilla2007_C) S 16776 16778 13225 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 99571463 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16778/statm: 360 110 95 260 0 84 0
[pid=16779] ppid=16778 vsize=11792 CPUtime=1.49
/proc/16779/stat : 16779 (march_dl) R 16778 16778 13225 0 -1 4194304 3390 0 0 0 138 11 0 0 25 0 1 0 99571463 12075008 2807 1992294400 134512640 134996440 4294956240 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 0 0 0
/proc/16779/statm: 2948 2807 73 118 0 2827 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 13232

[startup+3.10263 s]
/proc/loadavg: 0.99 1.00 1.05 2/66 16780
/proc/meminfo: memFree=1548780/2055920 swapFree=4192952/4192956
[pid=16778] ppid=16776 vsize=1440 CPUtime=0
/proc/16778/stat : 16778 (SATzilla2007_C) S 16776 16778 13225 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 99571463 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16778/statm: 360 110 95 260 0 84 0
[pid=16779] ppid=16778 vsize=11964 CPUtime=3.09
/proc/16779/stat : 16779 (march_dl) R 16778 16778 13225 0 -1 4194304 3437 0 0 0 288 21 0 0 25 0 1 0 99571463 12251136 2854 1992294400 134512640 134996440 4294956240 18446744073709551615 134533669 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16779/statm: 2991 2854 73 118 0 2870 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 13404

[startup+6.30195 s]
/proc/loadavg: 0.99 1.00 1.05 2/66 16781
/proc/meminfo: memFree=1558252/2055920 swapFree=4192952/4192956
[pid=16778] ppid=16776 vsize=1440 CPUtime=4.99
/proc/16778/stat : 16778 (SATzilla2007_C) S 16776 16778 13225 0 -1 4194304 135 3481 0 0 0 0 465 34 16 0 1 0 99571463 1474560 111 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16778/statm: 360 111 96 260 0 84 0
[pid=16781] ppid=16778 vsize=6188 CPUtime=1.28
/proc/16781/stat : 16781 (ubcsat2006) R 16778 16778 13225 0 -1 4194304 434 0 0 0 116 12 0 0 25 0 1 0 99571964 6336512 417 1992294400 134512640 134777720 4294956096 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 0 0 0
/proc/16781/statm: 1547 417 156 64 0 1128 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 7628

[startup+12.7016 s]
/proc/loadavg: 1.30 1.07 1.07 2/66 16782
/proc/meminfo: memFree=1554668/2055920 swapFree=4192952/4192956
[pid=16778] ppid=16776 vsize=4180 CPUtime=11.4
/proc/16778/stat : 16778 (SATzilla2007_C) S 16776 16778 13225 0 -1 4194304 1504 3921 0 0 404 14 668 54 25 0 1 0 99571463 4280320 866 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16778/statm: 1045 866 164 260 0 769 0
[pid=16782] ppid=16778 vsize=3672 CPUtime=1.26
/proc/16782/stat : 16782 (minisat20) R 16778 16778 13225 0 -1 4194304 638 0 0 0 126 0 0 0 25 0 1 0 99572606 3760128 633 1992294400 134512640 134998072 4294956288 18446744073709551615 134525400 0 0 8392704 3 0 0 0 17 0 0 0
/proc/16782/statm: 918 633 58 118 0 796 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 7852

[startup+25.5019 s]
/proc/loadavg: 1.40 1.10 1.08 2/66 16782
/proc/meminfo: memFree=1552820/2055920 swapFree=4192952/4192956
[pid=16778] ppid=16776 vsize=4180 CPUtime=11.4
/proc/16778/stat : 16778 (SATzilla2007_C) S 16776 16778 13225 0 -1 4194304 1504 3921 0 0 404 14 668 54 25 0 1 0 99571463 4280320 866 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16778/statm: 1045 866 164 260 0 769 0
[pid=16782] ppid=16778 vsize=5120 CPUtime=14.05
/proc/16782/stat : 16782 (minisat20) R 16778 16778 13225 0 -1 4194304 989 0 0 0 1405 0 0 0 25 0 1 0 99572606 5242880 984 1992294400 134512640 134998072 4294956288 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 0 0 0
/proc/16782/statm: 1280 984 58 118 0 1158 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 9300

[startup+51.1016 s]
/proc/loadavg: 1.26 1.09 1.08 2/66 16782
/proc/meminfo: memFree=1551412/2055920 swapFree=4192952/4192956
[pid=16778] ppid=16776 vsize=4180 CPUtime=11.4
/proc/16778/stat : 16778 (SATzilla2007_C) S 16776 16778 13225 0 -1 4194304 1504 3921 0 0 404 14 668 54 25 0 1 0 99571463 4280320 866 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16778/statm: 1045 866 164 260 0 769 0
[pid=16782] ppid=16778 vsize=6712 CPUtime=39.64
/proc/16782/stat : 16782 (minisat20) R 16778 16778 13225 0 -1 4194304 1404 0 0 0 3964 0 0 0 25 0 1 0 99572606 6873088 1399 1992294400 134512640 134998072 4294956288 18446744073709551615 134525776 0 0 8392704 3 0 0 0 17 0 0 0
/proc/16782/statm: 1678 1399 58 118 0 1556 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 10892

[startup+102.306 s]
/proc/loadavg: 1.10 1.07 1.07 2/66 16782
/proc/meminfo: memFree=1549940/2055920 swapFree=4192952/4192956
[pid=16778] ppid=16776 vsize=4180 CPUtime=11.4
/proc/16778/stat : 16778 (SATzilla2007_C) S 16776 16778 13225 0 -1 4194304 1504 3921 0 0 404 14 668 54 25 0 1 0 99571463 4280320 866 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16778/statm: 1045 866 164 260 0 769 0
[pid=16782] ppid=16778 vsize=8200 CPUtime=90.82
/proc/16782/stat : 16782 (minisat20) R 16778 16778 13225 0 -1 4194304 1774 0 0 0 9082 0 0 0 25 0 1 0 99572606 8396800 1769 1992294400 134512640 134998072 4294956288 18446744073709551615 134525482 0 0 8392704 3 0 0 0 17 0 0 0
/proc/16782/statm: 2050 1769 58 118 0 1928 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 12380

[startup+162.301 s]
/proc/loadavg: 1.04 1.05 1.07 2/66 16782
/proc/meminfo: memFree=1548596/2055920 swapFree=4192952/4192956
[pid=16778] ppid=16776 vsize=4180 CPUtime=11.4
/proc/16778/stat : 16778 (SATzilla2007_C) S 16776 16778 13225 0 -1 4194304 1504 3921 0 0 404 14 668 54 25 0 1 0 99571463 4280320 866 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16778/statm: 1045 866 164 260 0 769 0
[pid=16782] ppid=16778 vsize=9572 CPUtime=150.8
/proc/16782/stat : 16782 (minisat20) R 16778 16778 13225 0 -1 4194304 2107 0 0 0 15079 1 0 0 25 0 1 0 99572606 9801728 2102 1992294400 134512640 134998072 4294956288 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 0 0 0
/proc/16782/statm: 2393 2102 58 118 0 2271 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 13752

[startup+222.301 s]
/proc/loadavg: 1.01 1.04 1.06 2/66 16782
/proc/meminfo: memFree=1548020/2055920 swapFree=4192952/4192956
[pid=16778] ppid=16776 vsize=4180 CPUtime=11.4
/proc/16778/stat : 16778 (SATzilla2007_C) S 16776 16778 13225 0 -1 4194304 1504 3921 0 0 404 14 668 54 25 0 1 0 99571463 4280320 866 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16778/statm: 1045 866 164 260 0 769 0
[pid=16782] ppid=16778 vsize=10172 CPUtime=210.77
/proc/16782/stat : 16782 (minisat20) R 16778 16778 13225 0 -1 4194304 2239 0 0 0 21076 1 0 0 25 0 1 0 99572606 10416128 2234 1992294400 134512640 134998072 4294956288 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 0 0 0
/proc/16782/statm: 2543 2234 58 118 0 2421 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 14352

[startup+282.301 s]
/proc/loadavg: 1.00 1.03 1.06 2/66 16782
/proc/meminfo: memFree=1547572/2055920 swapFree=4192952/4192956
[pid=16778] ppid=16776 vsize=4180 CPUtime=11.4
/proc/16778/stat : 16778 (SATzilla2007_C) S 16776 16778 13225 0 -1 4194304 1504 3921 0 0 404 14 668 54 25 0 1 0 99571463 4280320 866 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16778/statm: 1045 866 164 260 0 769 0
[pid=16782] ppid=16778 vsize=10592 CPUtime=270.74
/proc/16782/stat : 16782 (minisat20) R 16778 16778 13225 0 -1 4194304 2352 0 0 0 27073 1 0 0 25 0 1 0 99572606 10846208 2347 1992294400 134512640 134998072 4294956288 18446744073709551615 134525816 0 0 8392704 3 0 0 0 17 0 0 0
/proc/16782/statm: 2648 2347 58 118 0 2526 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 14772

[startup+342.302 s]
/proc/loadavg: 1.00 1.02 1.05 2/66 16782
/proc/meminfo: memFree=1546740/2055920 swapFree=4192952/4192956
[pid=16778] ppid=16776 vsize=4180 CPUtime=11.4
/proc/16778/stat : 16778 (SATzilla2007_C) S 16776 16778 13225 0 -1 4194304 1504 3921 0 0 404 14 668 54 25 0 1 0 99571463 4280320 866 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16778/statm: 1045 866 164 260 0 769 0
[pid=16782] ppid=16778 vsize=11416 CPUtime=330.72
/proc/16782/stat : 16782 (minisat20) R 16778 16778 13225 0 -1 4194304 2565 0 0 0 33071 1 0 0 25 0 1 0 99572606 11689984 2560 1992294400 134512640 134998072 4294956288 18446744073709551615 134519209 0 0 8392704 3 0 0 0 17 0 0 0
/proc/16782/statm: 2854 2560 58 118 0 2732 0

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


[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.01 2/66 16782
/proc/meminfo: memFree=1544180/2055920 swapFree=4192952/4192956
[pid=16778] ppid=16776 vsize=4180 CPUtime=11.4
/proc/16778/stat : 16778 (SATzilla2007_C) S 16776 16778 13225 0 -1 4194304 1504 3921 0 0 404 14 668 54 25 0 1 0 99571463 4280320 866 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16778/statm: 1045 866 164 260 0 769 0
[pid=16782] ppid=16778 vsize=14040 CPUtime=750.54
/proc/16782/stat : 16782 (minisat20) R 16778 16778 13225 0 -1 4194304 3184 0 0 0 75053 1 0 0 25 0 1 0 99572606 14376960 3179 1992294400 134512640 134998072 4294956288 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 0 0 0
/proc/16782/statm: 3510 3179 58 118 0 3388 0
Current children cumulated CPU time (s) 761.94
Current children cumulated vsize (KiB) 18220

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16782
/proc/meminfo: memFree=1543988/2055920 swapFree=4192952/4192956
[pid=16778] ppid=16776 vsize=4180 CPUtime=11.4
/proc/16778/stat : 16778 (SATzilla2007_C) S 16776 16778 13225 0 -1 4194304 1504 3921 0 0 404 14 668 54 25 0 1 0 99571463 4280320 866 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16778/statm: 1045 866 164 260 0 769 0
[pid=16782] ppid=16778 vsize=14316 CPUtime=810.51
/proc/16782/stat : 16782 (minisat20) R 16778 16778 13225 0 -1 4194304 3225 0 0 0 81050 1 0 0 25 0 1 0 99572606 14659584 3220 1992294400 134512640 134998072 4294956288 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 0 0 0
/proc/16782/statm: 3579 3220 58 118 0 3457 0
Current children cumulated CPU time (s) 821.91
Current children cumulated vsize (KiB) 18496

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16782
/proc/meminfo: memFree=1543476/2055920 swapFree=4192952/4192956
[pid=16778] ppid=16776 vsize=4180 CPUtime=11.4
/proc/16778/stat : 16778 (SATzilla2007_C) S 16776 16778 13225 0 -1 4194304 1504 3921 0 0 404 14 668 54 25 0 1 0 99571463 4280320 866 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16778/statm: 1045 866 164 260 0 769 0
[pid=16782] ppid=16778 vsize=14716 CPUtime=870.5
/proc/16782/stat : 16782 (minisat20) R 16778 16778 13225 0 -1 4194304 3348 0 0 0 87048 2 0 0 25 0 1 0 99572606 15069184 3343 1992294400 134512640 134998072 4294956288 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/16782/statm: 3679 3343 58 118 0 3557 0
Current children cumulated CPU time (s) 881.9
Current children cumulated vsize (KiB) 18896

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16782
/proc/meminfo: memFree=1542964/2055920 swapFree=4192952/4192956
[pid=16778] ppid=16776 vsize=4180 CPUtime=11.4
/proc/16778/stat : 16778 (SATzilla2007_C) S 16776 16778 13225 0 -1 4194304 1504 3921 0 0 404 14 668 54 25 0 1 0 99571463 4280320 866 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16778/statm: 1045 866 164 260 0 769 0
[pid=16782] ppid=16778 vsize=15364 CPUtime=930.47
/proc/16782/stat : 16782 (minisat20) R 16778 16778 13225 0 -1 4194304 3467 0 0 0 93045 2 0 0 25 0 1 0 99572606 15732736 3462 1992294400 134512640 134998072 4294956288 18446744073709551615 134525395 0 0 8392704 3 0 0 0 17 0 0 0
/proc/16782/statm: 3841 3462 58 118 0 3719 0
Current children cumulated CPU time (s) 941.87
Current children cumulated vsize (KiB) 19544

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16782
/proc/meminfo: memFree=1542708/2055920 swapFree=4192952/4192956
[pid=16778] ppid=16776 vsize=4180 CPUtime=11.4
/proc/16778/stat : 16778 (SATzilla2007_C) S 16776 16778 13225 0 -1 4194304 1504 3921 0 0 404 14 668 54 25 0 1 0 99571463 4280320 866 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16778/statm: 1045 866 164 260 0 769 0
[pid=16782] ppid=16778 vsize=15524 CPUtime=990.45
/proc/16782/stat : 16782 (minisat20) R 16778 16778 13225 0 -1 4194304 3521 0 0 0 99043 2 0 0 25 0 1 0 99572606 15896576 3516 1992294400 134512640 134998072 4294956288 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/16782/statm: 3881 3516 58 118 0 3759 0
Current children cumulated CPU time (s) 1001.85
Current children cumulated vsize (KiB) 19704

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16782
/proc/meminfo: memFree=1542452/2055920 swapFree=4192952/4192956
[pid=16778] ppid=16776 vsize=4180 CPUtime=11.4
/proc/16778/stat : 16778 (SATzilla2007_C) S 16776 16778 13225 0 -1 4194304 1504 3921 0 0 404 14 668 54 25 0 1 0 99571463 4280320 866 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16778/statm: 1045 866 164 260 0 769 0
[pid=16782] ppid=16778 vsize=15804 CPUtime=1050.42
/proc/16782/stat : 16782 (minisat20) R 16778 16778 13225 0 -1 4194304 3580 0 0 0 105040 2 0 0 25 0 1 0 99572606 16183296 3575 1992294400 134512640 134998072 4294956288 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 0 0 0
/proc/16782/statm: 3951 3575 58 118 0 3829 0
Current children cumulated CPU time (s) 1061.82
Current children cumulated vsize (KiB) 19984

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16782
/proc/meminfo: memFree=1542260/2055920 swapFree=4192952/4192956
[pid=16778] ppid=16776 vsize=4180 CPUtime=11.4
/proc/16778/stat : 16778 (SATzilla2007_C) S 16776 16778 13225 0 -1 4194304 1504 3921 0 0 404 14 668 54 25 0 1 0 99571463 4280320 866 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16778/statm: 1045 866 164 260 0 769 0
[pid=16782] ppid=16778 vsize=16056 CPUtime=1110.4
/proc/16782/stat : 16782 (minisat20) R 16778 16778 13225 0 -1 4194304 3630 0 0 0 111038 2 0 0 25 0 1 0 99572606 16441344 3625 1992294400 134512640 134998072 4294956288 18446744073709551615 134525443 0 0 8392704 3 0 0 0 17 0 0 0
/proc/16782/statm: 4014 3625 58 118 0 3892 0
Current children cumulated CPU time (s) 1121.8
Current children cumulated vsize (KiB) 20236

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16782
/proc/meminfo: memFree=1542196/2055920 swapFree=4192952/4192956
[pid=16778] ppid=16776 vsize=4180 CPUtime=11.4
/proc/16778/stat : 16778 (SATzilla2007_C) S 16776 16778 13225 0 -1 4194304 1504 3921 0 0 404 14 668 54 25 0 1 0 99571463 4280320 866 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16778/statm: 1045 866 164 260 0 769 0
[pid=16782] ppid=16778 vsize=16056 CPUtime=1170.37
/proc/16782/stat : 16782 (minisat20) R 16778 16778 13225 0 -1 4194304 3641 0 0 0 117035 2 0 0 25 0 1 0 99572606 16441344 3636 1992294400 134512640 134998072 4294956288 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/16782/statm: 4014 3636 58 118 0 3892 0
Current children cumulated CPU time (s) 1181.77
Current children cumulated vsize (KiB) 20236

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

[startup+1190.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16782
/proc/meminfo: memFree=1542196/2055920 swapFree=4192952/4192956
[pid=16778] ppid=16776 vsize=4180 CPUtime=11.4
/proc/16778/stat : 16778 (SATzilla2007_C) S 16776 16778 13225 0 -1 4194304 1504 3921 0 0 404 14 668 54 25 0 1 0 99571463 4280320 866 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16778/statm: 1045 866 164 260 0 769 0
[pid=16782] ppid=16778 vsize=16056 CPUtime=1178.37
/proc/16782/stat : 16782 (minisat20) R 16778 16778 13225 0 -1 4194304 3641 0 0 0 117835 2 0 0 25 0 1 0 99572606 16441344 3636 1992294400 134512640 134998072 4294956288 18446744073709551615 134525572 0 0 8392704 3 0 0 0 17 0 0 0
/proc/16782/statm: 4014 3636 58 118 0 3892 0
Current children cumulated CPU time (s) 1189.77
Current children cumulated vsize (KiB) 20236

[startup+1196.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16782
/proc/meminfo: memFree=1542196/2055920 swapFree=4192952/4192956
[pid=16778] ppid=16776 vsize=4180 CPUtime=11.4
/proc/16778/stat : 16778 (SATzilla2007_C) S 16776 16778 13225 0 -1 4194304 1504 3921 0 0 404 14 668 54 25 0 1 0 99571463 4280320 866 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16778/statm: 1045 866 164 260 0 769 0
[pid=16782] ppid=16778 vsize=16056 CPUtime=1184.77
/proc/16782/stat : 16782 (minisat20) R 16778 16778 13225 0 -1 4194304 3641 0 0 0 118475 2 0 0 25 0 1 0 99572606 16441344 3636 1992294400 134512640 134998072 4294956288 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 0 0 0
/proc/16782/statm: 4014 3636 58 118 0 3892 0
Current children cumulated CPU time (s) 1196.17
Current children cumulated vsize (KiB) 20236

[startup+1198.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16782
/proc/meminfo: memFree=1542196/2055920 swapFree=4192952/4192956
[pid=16778] ppid=16776 vsize=4180 CPUtime=11.4
/proc/16778/stat : 16778 (SATzilla2007_C) S 16776 16778 13225 0 -1 4194304 1504 3921 0 0 404 14 668 54 25 0 1 0 99571463 4280320 866 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16778/statm: 1045 866 164 260 0 769 0
[pid=16782] ppid=16778 vsize=16056 CPUtime=1186.37
/proc/16782/stat : 16782 (minisat20) R 16778 16778 13225 0 -1 4194304 3641 0 0 0 118635 2 0 0 25 0 1 0 99572606 16441344 3636 1992294400 134512640 134998072 4294956288 18446744073709551615 134525443 0 0 8392704 3 0 0 0 17 0 0 0
/proc/16782/statm: 4014 3636 58 118 0 3892 0
Current children cumulated CPU time (s) 1197.77
Current children cumulated vsize (KiB) 20236

[startup+1199.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16782
/proc/meminfo: memFree=1542196/2055920 swapFree=4192952/4192956
[pid=16778] ppid=16776 vsize=4180 CPUtime=11.4
/proc/16778/stat : 16778 (SATzilla2007_C) S 16776 16778 13225 0 -1 4194304 1504 3921 0 0 404 14 668 54 25 0 1 0 99571463 4280320 866 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16778/statm: 1045 866 164 260 0 769 0
[pid=16782] ppid=16778 vsize=16056 CPUtime=1187.17
/proc/16782/stat : 16782 (minisat20) R 16778 16778 13225 0 -1 4194304 3641 0 0 0 118715 2 0 0 25 0 1 0 99572606 16441344 3636 1992294400 134512640 134998072 4294956288 18446744073709551615 134525497 0 0 8392704 3 0 0 0 17 0 0 0
/proc/16782/statm: 4014 3636 58 118 0 3892 0
Current children cumulated CPU time (s) 1198.57
Current children cumulated vsize (KiB) 20236

[startup+1199.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16782
/proc/meminfo: memFree=1542196/2055920 swapFree=4192952/4192956
[pid=16778] ppid=16776 vsize=4180 CPUtime=11.4
/proc/16778/stat : 16778 (SATzilla2007_C) S 16776 16778 13225 0 -1 4194304 1504 3921 0 0 404 14 668 54 25 0 1 0 99571463 4280320 866 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16778/statm: 1045 866 164 260 0 769 0
[pid=16782] ppid=16778 vsize=16056 CPUtime=1187.57
/proc/16782/stat : 16782 (minisat20) R 16778 16778 13225 0 -1 4194304 3641 0 0 0 118755 2 0 0 25 0 1 0 99572606 16441344 3636 1992294400 134512640 134998072 4294956288 18446744073709551615 134525886 0 0 8392704 3 0 0 0 17 0 0 0
/proc/16782/statm: 4014 3636 58 118 0 3892 0
Current children cumulated CPU time (s) 1198.97
Current children cumulated vsize (KiB) 20236

[startup+1199.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16782
/proc/meminfo: memFree=1542196/2055920 swapFree=4192952/4192956
[pid=16778] ppid=16776 vsize=4180 CPUtime=11.4
/proc/16778/stat : 16778 (SATzilla2007_C) S 16776 16778 13225 0 -1 4194304 1504 3921 0 0 404 14 668 54 25 0 1 0 99571463 4280320 866 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16778/statm: 1045 866 164 260 0 769 0
[pid=16782] ppid=16778 vsize=16056 CPUtime=1187.77
/proc/16782/stat : 16782 (minisat20) R 16778 16778 13225 0 -1 4194304 3641 0 0 0 118775 2 0 0 25 0 1 0 99572606 16441344 3636 1992294400 134512640 134998072 4294956288 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/16782/statm: 4014 3636 58 118 0 3892 0
Current children cumulated CPU time (s) 1199.17
Current children cumulated vsize (KiB) 20236

Child status: 17
Real time (s): 1199.75
CPU time (s): 1199.24
CPU user time (s): 1198.52
CPU system time (s): 0.71889
CPU usage (%): 99.9575
Max. virtual memory (cumulated for all children) (KiB): 20260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.52
system time used= 0.71889
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9079
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= 10
involuntary context switches= 4141

runsolver used 1.38379 second user time and 3.00754 second system time

The end

Launcher Data

Begin job on node90 at 2009-04-26 05:10:24
IDJOB=1726664
IDBENCH=24618
IDSOLVER=558
FILE ID=node90/1726664-1240715424
PBS_JOBID= 9186828
Free space on /tmp= 66548 MiB

SOLVER NAME= SAT07 reference solver: SATzilla CRAFTED
BENCH NAME= SAT07/crafted/Hard/contest04/connamacher/connm-ue-csp-sat-n1200-d0.04-s736572600.sat05-546.reshuffled-07.cnf
COMMAND LINE= HOME/SATzilla2007_C BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1726664-1240715424/watcher-1726664-1240715424 -o /tmp/evaluation-result-1726664-1240715424/solver-1726664-1240715424 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2007_C HOME/instance-1726664-1240715424.cnf            

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= b113aab739ba5e45a581d24e1a53a65a
RANDOM SEED=368080210

node90.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.238
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.238
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1560540 kB
Buffers:         47248 kB
Cached:         355716 kB
SwapCached:          4 kB
Active:         177944 kB
Inactive:       242288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1560540 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            8584 kB
Writeback:           0 kB
Mapped:          23984 kB
Slab:            61132 kB
Committed_AS:   252624 kB
PageTables:       1428 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= 66540 MiB
End job on node90 at 2009-04-26 05:30:24