Trace number 333935

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.48 1199.82

General information on the benchmark

Namecrafted/Hard/contest04/connamacher/
connm-ue-csp-sat-n1200-d-0.02-s383740539.sat05-534.reshuffled-07.cnf
MD5SUM84c61ea490109e11c1f7afe1d2e5d438
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark643.332
Satisfiable
(Un)Satisfiability was proved
Number of variables1188
Number of clauses13833
Sum of the clauses size41796
Maximum clause length4
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 313536
Number of clauses of size 4297
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

10.56/10.62	c run March_dl for 5 seconds ... 
10.56/10.62	c Bin: Executing march_dl
10.56/10.62	c child exit by a signal
10.56/10.62	c march_dl returned code 137.
10.56/10.62	c run saps (UBCSAT implementation) for 2 seconds ... 
10.56/10.62	c Bin: Executing ubcsat2006
10.56/10.62	c child exited successfully
10.56/10.62	c ubcsat2006 returned code 0.
10.56/10.62	c satzilla computing base features
10.56/10.62	c satzilla doing unit-prop probe
10.56/10.62	c satzilla doing local search probe
10.56/10.62	c satzilla doing lobjois search-space size estimate
10.56/10.62	c satzilla's ranking:
10.56/10.62	c 1) minisat20+P: 2.489421
10.56/10.62	c 2) march_dl+P: 2.825264
10.56/10.62	c 3) minisat20: 3.009437
10.56/10.62	c 4) zchaff_rand+P: 3.050025
10.56/10.62	c 5) vallst+P: 3.398690
10.56/10.62	c 6) march_dl: 3.619401
10.56/10.62	c 7) kcnfs+P: 999.000000
10.56/10.62	c 8) kcnfs: 999.000000
10.56/10.62	c 9) vallst: 999.000000
10.56/10.62	c 10) zchaff_rand: 999.000000
10.56/10.62	c satzilla running minisat20 with preprocessing ... 
10.56/10.67	This is MiniSat 2.0 beta
10.56/10.67	WARNING: for repeatability, setting FPU to use double precision
10.56/10.67	============================[ Problem Statistics ]=============================
10.56/10.67	|                                                                             |
10.56/10.67	|  Number of variables:  1188                                                 |
10.56/10.67	|  Number of clauses:    13833                                                |
10.56/10.68	|  Parsing time:         0.01         s                                       |
10.56/10.68	============================[ Search Statistics ]==============================
10.56/10.68	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.56/10.68	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.56/10.68	===============================================================================
10.56/10.68	|         0 |    1188    13833    41796 |     4611        0    nan |  0.000 % |
10.56/10.68	|       100 |    1188    13833    41796 |     5072      100      6 |  0.000 % |
10.56/10.69	|       250 |    1188    13833    41796 |     5579      250     11 |  0.000 % |
10.63/10.70	|       475 |    1188    13833    41796 |     6137      475     14 |  0.000 % |
10.63/10.72	|       813 |    1188    13833    41796 |     6750      813     14 |  0.000 % |
10.63/10.74	|      1319 |    1188    13833    41796 |     7426     1319     14 |  0.000 % |
10.63/10.78	|      2078 |    1188    13833    41796 |     8168     2078     16 |  0.000 % |
10.63/10.87	|      3217 |    1188    13833    41796 |     8985     3217     19 |  0.000 % |
10.95/11.01	|      4926 |    1188    13833    41796 |     9884     4926     22 |  0.000 % |
11.15/11.27	|      7488 |    1188    13833    41796 |    10872     7488     25 |  0.000 % |
11.65/11.78	|     11332 |    1188    13833    41796 |    11959     5771     25 |  0.000 % |
12.45/12.59	|     17098 |    1188    13833    41796 |    13155    11537     32 |  0.000 % |
14.25/14.31	|     25747 |    1188    13833    41796 |    14471    13478     39 |  0.000 % |
16.94/17.04	|     38721 |    1188    13833    41796 |    15918    11767     34 |  0.000 % |
21.34/21.49	|     58182 |    1188    13833    41796 |    17510    15128     36 |  0.000 % |
28.44/28.55	|     87375 |    1188    13833    41796 |    19261     8981     29 |  0.000 % |
42.03/42.13	|    131165 |    1188    13833    41796 |    21187    14035     32 |  0.000 % |
60.42/60.52	|    196849 |    1188    13833    41796 |    23306    15639     28 |  0.000 % |
91.92/92.02	|    295375 |    1188    13833    41796 |    25636    20175     33 |  0.000 % |
135.61/135.76	|    443164 |    1188    13833    41796 |    28200    13111     28 |  0.000 % |
213.89/214.01	|    664848 |    1188    13833    41796 |    31020    21439     41 |  0.000 % |
360.35/360.53	|    997374 |    1188    13833    41796 |    34122    22352     42 |  0.000 % |
587.69/587.94	|   1496162 |    1188    13833    41796 |    37534    28917     34 |  0.000 % |
906.91/907.23	|   2244345 |    1188    13833    41796 |    41288    32549     34 |  0.000 % |
1199.43/1199.81	c Preprocessing...
1199.43/1199.81	c Inital problem has 1188 variables, 13833 nary clauses (0 binary clauses).
1199.43/1199.81	c Num non-binary clauses 13833, Average non-binary clause length 3.021
1199.43/1199.81	c Theory has no gaps
1199.43/1199.81	c Preprocessor runtime was 0.030 seconds.
1199.43/1199.81	c 
1199.43/1199.81	c Satisfiability of theory still undetermined.
1199.43/1199.81	c See file /tmp/68NX6H for simplified theory.
1199.43/1199.81	c Bin: Executing minisat20
1199.43/1199.81	c child exit by a signal
1199.43/1199.81	c minisat20 returned code 137.
1199.43/1199.81	c minisat20 returned code 137.
1199.43/1199.81	c satzilla running march_dl with preprocessing ... 
1199.43/1199.81	c Bin: Executing march_dl
1199.43/1199.81	c march_dl returned code 1.
1199.43/1199.81	c march_dl returned code 1.
1199.43/1199.81	c satzilla running minisat20 ... 
1199.43/1199.81	c Bin: Executing minisat20
1199.43/1199.81	c minisat20 returned code 1.
1199.43/1199.81	c minisat20 returned code 1.
1199.43/1199.81	c satzilla running zchaff_rand with preprocessing ... 
1199.43/1199.81	c Bin: Executing zchaff_rand
1199.43/1199.81	c zchaff_rand returned code 1.
1199.43/1199.81	c zchaff_rand returned code 1.
1199.43/1199.81	c satzilla running vallst with preprocessing ... 
1199.43/1199.81	c Bin: Executing vallst
1199.43/1199.81	c vallst returned code 1.
1199.43/1199.81	c vallst returned code 1.
1199.43/1199.81	c satzilla running march_dl ... 
1199.43/1199.81	c Bin: Executing march_dl
1199.43/1199.81	c march_dl returned code 1.
1199.43/1199.81	c march_dl returned code 1.
1199.43/1199.81	c satzilla running kcnfs with preprocessing ... 
1199.43/1199.81	c Bin: Executing kcnfs
1199.43/1199.81	c kcnfs returned code 1.
1199.43/1199.81	c kcnfs returned code 1.
1199.43/1199.81	c satzilla running kcnfs ... 
1199.43/1199.81	c Bin: Executing kcnfs
1199.43/1199.81	c kcnfs returned code 1.
1199.43/1199.81	c kcnfs returned code 1.
1199.43/1199.81	c satzilla running vallst ... 
1199.43/1199.81	c Bin: Executing vallst
1199.43/1199.81	c vallst returned code 1.
1199.43/1199.81	c vallst returned code 1.
1199.43/1199.81	c satzilla running zchaff_rand ... 
1199.43/1199.81	c Bin: Executing zchaff_rand
1199.43/1199.81	c zchaff_rand returned code 1.
1199.43/1199.81	c zchaff_rand returned code 1.
1199.43/1199.81	c ERROR: All Failed! 
1199.43/1199.81	c SATZILLA_TIME=1199.660000

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node3/watcher-333935-1173540672 -o ROOT/results/node3/solver-333935-1173540672 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/333935-1173540672/SATzilla2007_C /tmp/evaluation/333935-1173540672/instance-333935-1173540672.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): 2400 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.91 0.98 0.99 3/77 29746
/proc/meminfo: memFree=1539496/2055920 swapFree=4158660/4192956
[pid=29746] ppid=29744 vsize=1440 CPUtime=0
/proc/29746/stat : 29746 (SATzilla2007_C) S 29744 29746 28682 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 374022028 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29746/statm: 360 110 95 260 0 84 0
[pid=29747] ppid=29746 vsize=768 CPUtime=0
/proc/29747/stat : 29747 (march_dl) R 29746 29746 28682 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 374022028 786432 103 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29747/statm: 192 103 50 118 0 71 0

[startup+0.081849 s]
/proc/loadavg: 0.91 0.98 0.99 3/77 29746
/proc/meminfo: memFree=1539496/2055920 swapFree=4158660/4192956
[pid=29746] ppid=29744 vsize=1440 CPUtime=0
/proc/29746/stat : 29746 (SATzilla2007_C) S 29744 29746 28682 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 374022028 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29746/statm: 360 110 95 260 0 84 0
[pid=29747] ppid=29746 vsize=3468 CPUtime=0.07
/proc/29747/stat : 29747 (march_dl) R 29746 29746 28682 0 -1 4194304 1206 0 0 0 7 0 0 0 20 0 1 0 374022028 3551232 758 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134656045 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29747/statm: 867 758 73 118 0 746 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 4908

[startup+0.101849 s]
/proc/loadavg: 0.91 0.98 0.99 3/77 29746
/proc/meminfo: memFree=1539496/2055920 swapFree=4158660/4192956
[pid=29746] ppid=29744 vsize=1440 CPUtime=0
/proc/29746/stat : 29746 (SATzilla2007_C) S 29744 29746 28682 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 374022028 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29746/statm: 360 110 95 260 0 84 0
[pid=29747] ppid=29746 vsize=4856 CPUtime=0.09
/proc/29747/stat : 29747 (march_dl) R 29746 29746 28682 0 -1 4194304 1579 0 0 0 9 0 0 0 20 0 1 0 374022028 4972544 1118 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29747/statm: 1214 1118 73 118 0 1093 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6296

[startup+0.301865 s]
/proc/loadavg: 0.91 0.98 0.99 3/77 29746
/proc/meminfo: memFree=1539496/2055920 swapFree=4158660/4192956
[pid=29746] ppid=29744 vsize=1440 CPUtime=0
/proc/29746/stat : 29746 (SATzilla2007_C) S 29744 29746 28682 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 374022028 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29746/statm: 360 110 95 260 0 84 0
[pid=29747] ppid=29746 vsize=9372 CPUtime=0.29
/proc/29747/stat : 29747 (march_dl) R 29746 29746 28682 0 -1 4194304 2687 0 0 0 26 3 0 0 21 0 1 0 374022028 9596928 2226 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29747/statm: 2343 2226 73 118 0 2222 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10812

[startup+0.701898 s]
/proc/loadavg: 0.91 0.98 0.99 3/77 29746
/proc/meminfo: memFree=1539496/2055920 swapFree=4158660/4192956
[pid=29746] ppid=29744 vsize=1440 CPUtime=0
/proc/29746/stat : 29746 (SATzilla2007_C) S 29744 29746 28682 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 374022028 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29746/statm: 360 110 95 260 0 84 0
[pid=29747] ppid=29746 vsize=11180 CPUtime=0.69
/proc/29747/stat : 29747 (march_dl) R 29746 29746 28682 0 -1 4194304 3147 0 0 0 62 7 0 0 25 0 1 0 374022028 11448320 2686 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29747/statm: 2795 2686 73 118 0 2674 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12620

[startup+1.50196 s]
/proc/loadavg: 0.91 0.98 0.99 2/79 29748
/proc/meminfo: memFree=1528728/2055920 swapFree=4158660/4192956
[pid=29746] ppid=29744 vsize=1440 CPUtime=0
/proc/29746/stat : 29746 (SATzilla2007_C) S 29744 29746 28682 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 374022028 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29746/statm: 360 110 95 260 0 84 0
[pid=29747] ppid=29746 vsize=11476 CPUtime=1.48
/proc/29747/stat : 29747 (march_dl) R 29746 29746 28682 0 -1 4194304 3218 0 0 0 136 12 0 0 25 0 1 0 374022028 11751424 2757 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29747/statm: 2869 2757 73 118 0 2748 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 12916

[startup+3.10109 s]
/proc/loadavg: 0.91 0.98 0.99 2/79 29748
/proc/meminfo: memFree=1528408/2055920 swapFree=4158660/4192956
[pid=29746] ppid=29744 vsize=1440 CPUtime=0
/proc/29746/stat : 29746 (SATzilla2007_C) S 29744 29746 28682 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 374022028 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29746/statm: 360 110 95 260 0 84 0
[pid=29747] ppid=29746 vsize=11788 CPUtime=3.08
/proc/29747/stat : 29747 (march_dl) R 29746 29746 28682 0 -1 4194304 3275 0 0 0 284 24 0 0 25 0 1 0 374022028 12070912 2814 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29747/statm: 2947 2814 73 118 0 2826 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 13228

[startup+6.30236 s]
/proc/loadavg: 0.92 0.98 0.99 2/79 29749
/proc/meminfo: memFree=1538008/2055920 swapFree=4158660/4192956
[pid=29746] ppid=29744 vsize=1440 CPUtime=4.99
/proc/29746/stat : 29746 (SATzilla2007_C) S 29744 29746 28682 0 -1 4194304 135 3325 0 0 0 0 461 38 16 0 1 0 374022028 1474560 111 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29746/statm: 360 111 96 260 0 84 0
[pid=29749] ppid=29746 vsize=6188 CPUtime=1.29
/proc/29749/stat : 29749 (ubcsat2006) R 29746 29746 28682 0 -1 4194304 429 0 0 0 117 12 0 0 25 0 1 0 374022528 6336512 412 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29749/statm: 1547 412 156 64 0 1128 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 7628

[startup+12.7019 s]
/proc/loadavg: 0.93 0.98 0.99 2/79 29750
/proc/meminfo: memFree=1533528/2055920 swapFree=4158660/4192956
[pid=29746] ppid=29744 vsize=4120 CPUtime=10.63
/proc/29746/stat : 29746 (SATzilla2007_C) S 29744 29746 28682 0 -1 4194304 1483 3760 0 0 331 10 664 58 25 0 1 0 374022028 4218880 854 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29746/statm: 1030 854 164 260 0 754 0
[pid=29750] ppid=29746 vsize=4320 CPUtime=2.02
/proc/29750/stat : 29750 (minisat20) R 29746 29746 28682 0 -1 4194304 814 0 0 0 202 0 0 0 25 0 1 0 374023095 4423680 808 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/29750/statm: 1080 808 58 118 0 958 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 8440

[startup+25.5019 s]
/proc/loadavg: 0.94 0.98 0.99 2/79 29750
/proc/meminfo: memFree=1531672/2055920 swapFree=4158660/4192956
[pid=29746] ppid=29744 vsize=4120 CPUtime=10.63
/proc/29746/stat : 29746 (SATzilla2007_C) S 29744 29746 28682 0 -1 4194304 1483 3760 0 0 331 10 664 58 25 0 1 0 374022028 4218880 854 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29746/statm: 1030 854 164 260 0 754 0
[pid=29750] ppid=29746 vsize=5772 CPUtime=14.81
/proc/29750/stat : 29750 (minisat20) R 29746 29746 28682 0 -1 4194304 1175 0 0 0 1481 0 0 0 25 0 1 0 374023095 5910528 1169 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/29750/statm: 1443 1169 58 118 0 1321 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 9892

[startup+51.101 s]
/proc/loadavg: 1.04 1.00 1.00 2/79 29750
/proc/meminfo: memFree=1530840/2055920 swapFree=4158660/4192956
[pid=29746] ppid=29744 vsize=4120 CPUtime=10.63
/proc/29746/stat : 29746 (SATzilla2007_C) S 29744 29746 28682 0 -1 4194304 1483 3760 0 0 331 10 664 58 25 0 1 0 374022028 4218880 854 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29746/statm: 1030 854 164 260 0 754 0
[pid=29750] ppid=29746 vsize=6564 CPUtime=40.39
/proc/29750/stat : 29750 (minisat20) R 29746 29746 28682 0 -1 4194304 1370 0 0 0 4039 0 0 0 25 0 1 0 374023095 6721536 1364 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/29750/statm: 1641 1364 58 118 0 1519 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 10684

[startup+102.305 s]
/proc/loadavg: 1.09 1.02 1.01 2/79 29750
/proc/meminfo: memFree=1528728/2055920 swapFree=4158660/4192956
[pid=29746] ppid=29744 vsize=4120 CPUtime=10.63
/proc/29746/stat : 29746 (SATzilla2007_C) S 29744 29746 28682 0 -1 4194304 1483 3760 0 0 331 10 664 58 25 0 1 0 374022028 4218880 854 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29746/statm: 1030 854 164 260 0 754 0
[pid=29750] ppid=29746 vsize=8692 CPUtime=91.59
/proc/29750/stat : 29750 (minisat20) R 29746 29746 28682 0 -1 4194304 1886 0 0 0 9157 2 0 0 25 0 1 0 374023095 8900608 1880 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/29750/statm: 2173 1880 58 118 0 2051 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 12812

[startup+162.301 s]
/proc/loadavg: 1.03 1.01 1.00 2/79 29750
/proc/meminfo: memFree=1526808/2055920 swapFree=4158660/4192956
[pid=29746] ppid=29744 vsize=4120 CPUtime=10.63
/proc/29746/stat : 29746 (SATzilla2007_C) S 29744 29746 28682 0 -1 4194304 1483 3760 0 0 331 10 664 58 25 0 1 0 374022028 4218880 854 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29746/statm: 1030 854 164 260 0 754 0
[pid=29750] ppid=29746 vsize=10616 CPUtime=151.57
/proc/29750/stat : 29750 (minisat20) R 29746 29746 28682 0 -1 4194304 2353 0 0 0 15155 2 0 0 25 0 1 0 374023095 10870784 2347 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134528423 0 0 8392704 3 0 0 0 17 1 0 0
/proc/29750/statm: 2654 2347 58 118 0 2532 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 14736

[startup+222.301 s]
/proc/loadavg: 1.01 1.00 1.00 2/79 29750
/proc/meminfo: memFree=1526104/2055920 swapFree=4158660/4192956
[pid=29746] ppid=29744 vsize=4120 CPUtime=10.63
/proc/29746/stat : 29746 (SATzilla2007_C) S 29744 29746 28682 0 -1 4194304 1483 3760 0 0 331 10 664 58 25 0 1 0 374022028 4218880 854 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29746/statm: 1030 854 164 260 0 754 0
[pid=29750] ppid=29746 vsize=11212 CPUtime=211.55
/proc/29750/stat : 29750 (minisat20) R 29746 29746 28682 0 -1 4194304 2517 0 0 0 21152 3 0 0 25 0 1 0 374023095 11481088 2511 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 1 0 0
/proc/29750/statm: 2803 2511 58 118 0 2681 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 15332

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 29750
/proc/meminfo: memFree=1525464/2055920 swapFree=4158660/4192956
[pid=29746] ppid=29744 vsize=4120 CPUtime=10.63
/proc/29746/stat : 29746 (SATzilla2007_C) S 29744 29746 28682 0 -1 4194304 1483 3760 0 0 331 10 664 58 25 0 1 0 374022028 4218880 854 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29746/statm: 1030 854 164 260 0 754 0
[pid=29750] ppid=29746 vsize=11896 CPUtime=271.54
/proc/29750/stat : 29750 (minisat20) R 29746 29746 28682 0 -1 4194304 2690 0 0 0 27151 3 0 0 25 0 1 0 374023095 12181504 2684 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525443 0 0 8392704 3 0 0 0 17 1 0 0
/proc/29750/statm: 2974 2684 58 118 0 2852 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 16016

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 29750
/proc/meminfo: memFree=1524632/2055920 swapFree=4158660/4192956
[pid=29746] ppid=29744 vsize=4120 CPUtime=10.63
/proc/29746/stat : 29746 (SATzilla2007_C) S 29744 29746 28682 0 -1 4194304 1483 3760 0 0 331 10 664 58 25 0 1 0 374022028 4218880 854 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29746/statm: 1030 854 164 260 0 754 0
[pid=29750] ppid=29746 vsize=12708 CPUtime=331.52
/proc/29750/stat : 29750 (minisat20) R 29746 29746 28682 0 -1 4194304 2886 0 0 0 33148 4 0 0 25 0 1 0 374023095 13012992 2880 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/29750/statm: 3177 2880 58 118 0 3055 0

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


[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 29752
/proc/meminfo: memFree=1521880/2055920 swapFree=4158660/4192956
[pid=29746] ppid=29744 vsize=4120 CPUtime=10.63
/proc/29746/stat : 29746 (SATzilla2007_C) S 29744 29746 28682 0 -1 4194304 1483 3760 0 0 331 10 664 58 25 0 1 0 374022028 4218880 854 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29746/statm: 1030 854 164 260 0 754 0
[pid=29750] ppid=29746 vsize=15724 CPUtime=811.39
/proc/29750/stat : 29750 (minisat20) R 29746 29746 28682 0 -1 4194304 3584 0 0 0 81131 8 0 0 25 0 1 0 374023095 16101376 3578 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134528539 0 0 8392704 3 0 0 0 17 1 0 0
/proc/29750/statm: 3931 3578 58 118 0 3809 0
Current children cumulated CPU time (s) 822.02
Current children cumulated vsize (KiB) 19844

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 29752
/proc/meminfo: memFree=1521368/2055920 swapFree=4158660/4192956
[pid=29746] ppid=29744 vsize=4120 CPUtime=10.63
/proc/29746/stat : 29746 (SATzilla2007_C) S 29744 29746 28682 0 -1 4194304 1483 3760 0 0 331 10 664 58 25 0 1 0 374022028 4218880 854 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29746/statm: 1030 854 164 260 0 754 0
[pid=29750] ppid=29746 vsize=16284 CPUtime=871.38
/proc/29750/stat : 29750 (minisat20) R 29746 29746 28682 0 -1 4194304 3717 0 0 0 87129 9 0 0 25 0 1 0 374023095 16674816 3711 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525674 0 0 8392704 3 0 0 0 17 1 0 0
/proc/29750/statm: 4071 3711 58 118 0 3949 0
Current children cumulated CPU time (s) 882.01
Current children cumulated vsize (KiB) 20404

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 29752
/proc/meminfo: memFree=1520344/2055920 swapFree=4158660/4192956
[pid=29746] ppid=29744 vsize=4120 CPUtime=10.63
/proc/29746/stat : 29746 (SATzilla2007_C) S 29744 29746 28682 0 -1 4194304 1483 3760 0 0 331 10 664 58 25 0 1 0 374022028 4218880 854 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29746/statm: 1030 854 164 260 0 754 0
[pid=29750] ppid=29746 vsize=17284 CPUtime=931.36
/proc/29750/stat : 29750 (minisat20) R 29746 29746 28682 0 -1 4194304 3977 0 0 0 93127 9 0 0 25 0 1 0 374023095 17698816 3971 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525754 0 0 8392704 3 0 0 0 17 1 0 0
/proc/29750/statm: 4321 3971 58 118 0 4199 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 21404

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 29752
/proc/meminfo: memFree=1520152/2055920 swapFree=4158660/4192956
[pid=29746] ppid=29744 vsize=4120 CPUtime=10.63
/proc/29746/stat : 29746 (SATzilla2007_C) S 29744 29746 28682 0 -1 4194304 1483 3760 0 0 331 10 664 58 25 0 1 0 374022028 4218880 854 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29746/statm: 1030 854 164 260 0 754 0
[pid=29750] ppid=29746 vsize=17460 CPUtime=991.35
/proc/29750/stat : 29750 (minisat20) R 29746 29746 28682 0 -1 4194304 4021 0 0 0 99125 10 0 0 25 0 1 0 374023095 17879040 4015 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 1 0 0
/proc/29750/statm: 4365 4015 58 118 0 4243 0
Current children cumulated CPU time (s) 1001.98
Current children cumulated vsize (KiB) 21580

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 29752
/proc/meminfo: memFree=1520088/2055920 swapFree=4158660/4192956
[pid=29746] ppid=29744 vsize=4120 CPUtime=10.63
/proc/29746/stat : 29746 (SATzilla2007_C) S 29744 29746 28682 0 -1 4194304 1483 3760 0 0 331 10 664 58 25 0 1 0 374022028 4218880 854 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29746/statm: 1030 854 164 260 0 754 0
[pid=29750] ppid=29746 vsize=17612 CPUtime=1051.33
/proc/29750/stat : 29750 (minisat20) R 29746 29746 28682 0 -1 4194304 4041 0 0 0 105123 10 0 0 25 0 1 0 374023095 18034688 4035 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525570 0 0 8392704 3 0 0 0 17 1 0 0
/proc/29750/statm: 4403 4035 58 118 0 4281 0
Current children cumulated CPU time (s) 1061.96
Current children cumulated vsize (KiB) 21732

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 29752
/proc/meminfo: memFree=1519832/2055920 swapFree=4158660/4192956
[pid=29746] ppid=29744 vsize=4120 CPUtime=10.63
/proc/29746/stat : 29746 (SATzilla2007_C) S 29744 29746 28682 0 -1 4194304 1483 3760 0 0 331 10 664 58 25 0 1 0 374022028 4218880 854 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29746/statm: 1030 854 164 260 0 754 0
[pid=29750] ppid=29746 vsize=17944 CPUtime=1111.32
/proc/29750/stat : 29750 (minisat20) R 29746 29746 28682 0 -1 4194304 4114 0 0 0 111121 11 0 0 25 0 1 0 374023095 18374656 4108 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 1 0 0
/proc/29750/statm: 4486 4108 58 118 0 4364 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 22064

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 29752
/proc/meminfo: memFree=1519768/2055920 swapFree=4158660/4192956
[pid=29746] ppid=29744 vsize=4120 CPUtime=10.63
/proc/29746/stat : 29746 (SATzilla2007_C) S 29744 29746 28682 0 -1 4194304 1483 3760 0 0 331 10 664 58 25 0 1 0 374022028 4218880 854 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29746/statm: 1030 854 164 260 0 754 0
[pid=29750] ppid=29746 vsize=17944 CPUtime=1171.3
/proc/29750/stat : 29750 (minisat20) R 29746 29746 28682 0 -1 4194304 4116 0 0 0 117119 11 0 0 25 0 1 0 374023095 18374656 4110 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525443 0 0 8392704 3 0 0 0 17 1 0 0
/proc/29750/statm: 4486 4110 58 118 0 4364 0
Current children cumulated CPU time (s) 1181.93
Current children cumulated vsize (KiB) 22064

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

[startup+1190.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 29752
/proc/meminfo: memFree=1519768/2055920 swapFree=4158660/4192956
[pid=29746] ppid=29744 vsize=4120 CPUtime=10.63
/proc/29746/stat : 29746 (SATzilla2007_C) S 29744 29746 28682 0 -1 4194304 1483 3760 0 0 331 10 664 58 25 0 1 0 374022028 4218880 854 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29746/statm: 1030 854 164 260 0 754 0
[pid=29750] ppid=29746 vsize=17944 CPUtime=1179.3
/proc/29750/stat : 29750 (minisat20) R 29746 29746 28682 0 -1 4194304 4116 0 0 0 117919 11 0 0 25 0 1 0 374023095 18374656 4110 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/29750/statm: 4486 4110 58 118 0 4364 0
Current children cumulated CPU time (s) 1189.93
Current children cumulated vsize (KiB) 22064

[startup+1196.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 29752
/proc/meminfo: memFree=1519768/2055920 swapFree=4158660/4192956
[pid=29746] ppid=29744 vsize=4120 CPUtime=10.63
/proc/29746/stat : 29746 (SATzilla2007_C) S 29744 29746 28682 0 -1 4194304 1483 3760 0 0 331 10 664 58 25 0 1 0 374022028 4218880 854 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29746/statm: 1030 854 164 260 0 754 0
[pid=29750] ppid=29746 vsize=17944 CPUtime=1185.7
/proc/29750/stat : 29750 (minisat20) R 29746 29746 28682 0 -1 4194304 4126 0 0 0 118559 11 0 0 25 0 1 0 374023095 18374656 4120 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525557 0 0 8392704 3 0 0 0 17 1 0 0
/proc/29750/statm: 4486 4120 58 118 0 4364 0
Current children cumulated CPU time (s) 1196.33
Current children cumulated vsize (KiB) 22064

[startup+1198.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 29752
/proc/meminfo: memFree=1519768/2055920 swapFree=4158660/4192956
[pid=29746] ppid=29744 vsize=4120 CPUtime=10.63
/proc/29746/stat : 29746 (SATzilla2007_C) S 29744 29746 28682 0 -1 4194304 1483 3760 0 0 331 10 664 58 25 0 1 0 374022028 4218880 854 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29746/statm: 1030 854 164 260 0 754 0
[pid=29750] ppid=29746 vsize=17944 CPUtime=1187.3
/proc/29750/stat : 29750 (minisat20) R 29746 29746 28682 0 -1 4194304 4126 0 0 0 118719 11 0 0 25 0 1 0 374023095 18374656 4120 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 1 0 0
/proc/29750/statm: 4486 4120 58 118 0 4364 0
Current children cumulated CPU time (s) 1197.93
Current children cumulated vsize (KiB) 22064

[startup+1199.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 29752
/proc/meminfo: memFree=1519768/2055920 swapFree=4158660/4192956
[pid=29746] ppid=29744 vsize=4120 CPUtime=10.63
/proc/29746/stat : 29746 (SATzilla2007_C) S 29744 29746 28682 0 -1 4194304 1483 3760 0 0 331 10 664 58 25 0 1 0 374022028 4218880 854 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29746/statm: 1030 854 164 260 0 754 0
[pid=29750] ppid=29746 vsize=17944 CPUtime=1188.1
/proc/29750/stat : 29750 (minisat20) R 29746 29746 28682 0 -1 4194304 4126 0 0 0 118799 11 0 0 25 0 1 0 374023095 18374656 4120 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/29750/statm: 4486 4120 58 118 0 4364 0
Current children cumulated CPU time (s) 1198.73
Current children cumulated vsize (KiB) 22064

[startup+1199.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 29752
/proc/meminfo: memFree=1519768/2055920 swapFree=4158660/4192956
[pid=29746] ppid=29744 vsize=4120 CPUtime=10.63
/proc/29746/stat : 29746 (SATzilla2007_C) S 29744 29746 28682 0 -1 4194304 1483 3760 0 0 331 10 664 58 25 0 1 0 374022028 4218880 854 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29746/statm: 1030 854 164 260 0 754 0
[pid=29750] ppid=29746 vsize=17944 CPUtime=1188.5
/proc/29750/stat : 29750 (minisat20) R 29746 29746 28682 0 -1 4194304 4126 0 0 0 118839 11 0 0 25 0 1 0 374023095 18374656 4120 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525622 0 0 8392704 3 0 0 0 17 1 0 0
/proc/29750/statm: 4486 4120 58 118 0 4364 0
Current children cumulated CPU time (s) 1199.13
Current children cumulated vsize (KiB) 22064

[startup+1199.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 29752
/proc/meminfo: memFree=1519768/2055920 swapFree=4158660/4192956
[pid=29746] ppid=29744 vsize=4120 CPUtime=10.63
/proc/29746/stat : 29746 (SATzilla2007_C) S 29744 29746 28682 0 -1 4194304 1483 3760 0 0 331 10 664 58 25 0 1 0 374022028 4218880 854 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29746/statm: 1030 854 164 260 0 754 0
[pid=29750] ppid=29746 vsize=17944 CPUtime=1188.7
/proc/29750/stat : 29750 (minisat20) R 29746 29746 28682 0 -1 4194304 4126 0 0 0 118859 11 0 0 25 0 1 0 374023095 18374656 4120 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525682 0 0 8392704 3 0 0 0 17 1 0 0
/proc/29750/statm: 4486 4120 58 118 0 4364 0
Current children cumulated CPU time (s) 1199.33
Current children cumulated vsize (KiB) 22064

[startup+1199.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 29752
/proc/meminfo: memFree=1519768/2055920 swapFree=4158660/4192956
[pid=29746] ppid=29744 vsize=4120 CPUtime=10.63
/proc/29746/stat : 29746 (SATzilla2007_C) S 29744 29746 28682 0 -1 4194304 1483 3760 0 0 331 10 664 58 25 0 1 0 374022028 4218880 854 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29746/statm: 1030 854 164 260 0 754 0
[pid=29750] ppid=29746 vsize=17944 CPUtime=1188.8
/proc/29750/stat : 29750 (minisat20) R 29746 29746 28682 0 -1 4194304 4126 0 0 0 118869 11 0 0 25 0 1 0 374023095 18374656 4120 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525788 0 0 8392704 3 0 0 0 17 1 0 0
/proc/29750/statm: 4486 4120 58 118 0 4364 0
Current children cumulated CPU time (s) 1199.43
Current children cumulated vsize (KiB) 22064

Child status: 17
Real time (s): 1199.82
CPU time (s): 1199.48
CPU user time (s): 1198.66
CPU system time (s): 0.822874
CPU usage (%): 99.9723
Max. virtual memory (cumulated for all children) (KiB): 22064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.66
system time used= 0.822874
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9382
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27
involuntary context switches= 25188

runsolver used 1.20982 second user time and 3.15852 second system time

The end

Launcher Data (download as text)

Begin job on node3 on Sat Mar 10 15:31:12 UTC 2007

IDJOB= 333935
IDBENCH= 24615
IDSOLVER= 135
FILE ID= node3/333935-1173540672

PBS_JOBID= 4101154

Free space on /tmp= 66510 MiB

SOLVER NAME= SATzilla CRAFTED
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest04/connamacher/connm-ue-csp-sat-n1200-d-0.02-s383740539.sat05-534.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/333935-1173540672/SATzilla2007_C /tmp/evaluation/333935-1173540672/instance-333935-1173540672.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node3/watcher-333935-1173540672 -o ROOT/results/node3/solver-333935-1173540672 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/333935-1173540672/SATzilla2007_C /tmp/evaluation/333935-1173540672/instance-333935-1173540672.cnf            

META MD5SUM SOLVER= a1f00d13cbb558b34a83b365ff80fcc3
MD5SUM BENCH=  84c61ea490109e11c1f7afe1d2e5d438

RANDOM SEED= 808800540

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node3.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.241
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.241
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:       1539904 kB
Buffers:         49388 kB
Cached:         376716 kB
SwapCached:       2568 kB
Active:         229624 kB
Inactive:       219692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1539904 kB
SwapTotal:     4192956 kB
SwapFree:      4158660 kB
Dirty:            8656 kB
Writeback:           0 kB
Mapped:          30868 kB
Slab:            52296 kB
Committed_AS:  1518184 kB
PageTables:       1656 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= 66510 MiB

End job on node3 on Sat Mar 10 15:51:12 UTC 2007