Trace number 318771

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 FULLUNSAT 71.1292 71.1564

General information on the benchmark

Nameindustrial/babic/hsatv17/
hsat_vc11935.cnf
MD5SUM9245c5dfb87125ec2a46c4c41e4e2b03
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.02984
Satisfiable
(Un)Satisfiability was proved
Number of variables179140
Number of clauses509032
Sum of the clauses size1311108
Maximum clause length3
Minimum clause length1
Number of clauses of size 121402
Number of clauses of size 2173184
Number of clauses of size 3314446
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

68.96/69.09	c run March_dl for 5 seconds ... 
68.96/69.09	c Bin: Executing march_dl
68.96/69.09	c child exit by a signal
68.96/69.09	c march_dl returned code 137.
68.96/69.09	c run saps for 2 seconds ... 
68.96/69.09	c Bin: Executing ubcsat2006
68.96/69.09	c child exited successfully
68.96/69.09	c ubcsat2006 returned code 0.
68.96/69.09	c satzilla computing base features
68.96/69.09	Error!!! VCG-VAR-entropy
68.96/69.09	Satzilla is runing default solver ... 
68.96/69.09	 c satzilla running minisat20 ... 
68.96/69.10	This is MiniSat 2.0 beta
68.96/69.10	WARNING: for repeatability, setting FPU to use double precision
69.06/69.10	============================[ Problem Statistics ]=============================
69.06/69.10	|                                                                             |
69.06/69.10	|  Number of variables:  179181                                               |
69.06/69.10	|  Number of clauses:    509032                                               |
69.34/69.44	|  Parsing time:         0.30         s                                       |
69.34/69.46	============================[ Search Statistics ]==============================
69.34/69.46	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
69.34/69.46	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
69.34/69.46	===============================================================================
69.34/69.46	|         0 |  156848   485058  1284145 |   161686        0    nan |  0.000 % |
69.45/69.57	|       100 |  156840   485058  1284145 |   177854       96      6 | 12.480 % |
69.75/69.81	|       251 |  156836   485058  1284145 |   195640      244      7 | 12.482 % |
69.95/70.00	|       476 |  156836   485058  1284145 |   215204      469      9 | 12.482 % |
70.65/70.71	|       814 |  156811   484281  1281882 |   236724      800     10 | 12.485 % |
71.05/71.14	===============================================================================
71.05/71.14	restarts              : 5
71.05/71.14	conflicts             : 1009           (506 /sec)
71.05/71.14	decisions             : 43685          (1.35 % random) (21901 /sec)
71.05/71.14	propagations          : 5561862        (2788326 /sec)
71.05/71.14	conflict literals     : 10443          (8.57 % deleted)
71.05/71.14	Memory used           : 34.52 MB
71.05/71.14	CPU time              : 1.9947 s
71.05/71.14	
71.05/71.15	c Bin: Executing minisat20
71.05/71.15	c child exited successfully
71.05/71.15	c minisat20 returned code 20.
71.05/71.15	s UNSATISFIABLE
71.05/71.15	c SATZILLA_TIME=71.110000

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node55/watcher-318771-1176321975 -o ROOT/results/node55/solver-318771-1176321975 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/318771-1176321975/SATzilla2007_F /tmp/evaluation/318771-1176321975/instance-318771-1176321975.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: 1.30 1.52 1.22 3/64 12871
/proc/meminfo: memFree=1374268/2055920 swapFree=4191892/4192956
[pid=12871] ppid=12869 vsize=1512 CPUtime=0
/proc/12871/stat : 12871 (SATzilla2007_F) R 12869 12871 11611 0 -1 4194304 142 0 0 0 0 0 0 0 18 0 1 0 80107624 1548288 125 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135218003 0 0 4096 0 0 0 0 17 1 0 0
/proc/12871/statm: 378 125 110 260 0 84 0
[pid=12872] ppid=12871 vsize=8252 CPUtime=0
/proc/12872/stat : 12872 (march_dl) R 12871 12871 11611 0 -1 4194304 657 0 0 0 0 0 0 0 18 0 1 0 80107624 8450048 651 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12872/statm: 2063 654 49 118 0 1942 0

[startup+0.0973879 s]
/proc/loadavg: 1.30 1.52 1.22 3/64 12871
/proc/meminfo: memFree=1374268/2055920 swapFree=4191892/4192956
[pid=12871] ppid=12869 vsize=1512 CPUtime=0
/proc/12871/stat : 12871 (SATzilla2007_F) S 12869 12871 11611 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 80107624 1548288 125 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12871/statm: 378 125 110 260 0 84 0
[pid=12872] ppid=12871 vsize=16688 CPUtime=0.09
/proc/12872/stat : 12872 (march_dl) R 12871 12871 11611 0 -1 4194304 3462 0 0 0 7 2 0 0 19 0 1 0 80107624 17088512 3456 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12872/statm: 4172 3456 50 118 0 4051 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18200

[startup+0.101387 s]
/proc/loadavg: 1.30 1.52 1.22 3/64 12871
/proc/meminfo: memFree=1374268/2055920 swapFree=4191892/4192956
[pid=12871] ppid=12869 vsize=1512 CPUtime=0
/proc/12871/stat : 12871 (SATzilla2007_F) S 12869 12871 11611 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 80107624 1548288 125 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12871/statm: 378 125 110 260 0 84 0
[pid=12872] ppid=12871 vsize=16688 CPUtime=0.09
/proc/12872/stat : 12872 (march_dl) R 12871 12871 11611 0 -1 4194304 3475 0 0 0 7 2 0 0 19 0 1 0 80107624 17088512 3469 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12872/statm: 4172 3470 50 118 0 4051 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18200

[startup+0.301405 s]
/proc/loadavg: 1.30 1.52 1.22 3/64 12871
/proc/meminfo: memFree=1374268/2055920 swapFree=4191892/4192956
[pid=12871] ppid=12869 vsize=1512 CPUtime=0
/proc/12871/stat : 12871 (SATzilla2007_F) S 12869 12871 11611 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 80107624 1548288 125 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12871/statm: 378 125 110 260 0 84 0
[pid=12872] ppid=12871 vsize=18800 CPUtime=0.28
/proc/12872/stat : 12872 (march_dl) R 12871 12871 11611 0 -1 4194304 4146 0 0 0 26 2 0 0 21 0 1 0 80107624 19251200 4140 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12872/statm: 4700 4140 50 118 0 4579 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 20312

[startup+0.701444 s]
/proc/loadavg: 1.30 1.52 1.22 3/64 12871
/proc/meminfo: memFree=1374268/2055920 swapFree=4191892/4192956
[pid=12871] ppid=12869 vsize=1512 CPUtime=0
/proc/12871/stat : 12871 (SATzilla2007_F) S 12869 12871 11611 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 80107624 1548288 125 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12871/statm: 378 125 110 260 0 84 0
[pid=12872] ppid=12871 vsize=23024 CPUtime=0.69
/proc/12872/stat : 12872 (march_dl) R 12871 12871 11611 0 -1 4194304 5471 0 0 0 65 4 0 0 24 0 1 0 80107624 23576576 5465 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12872/statm: 5756 5465 50 118 0 5635 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24536

[startup+1.50152 s]
/proc/loadavg: 1.30 1.52 1.22 2/66 12873
/proc/meminfo: memFree=1334636/2055920 swapFree=4191892/4192956
[pid=12871] ppid=12869 vsize=1512 CPUtime=0
/proc/12871/stat : 12871 (SATzilla2007_F) S 12869 12871 11611 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 80107624 1548288 125 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12871/statm: 378 125 110 260 0 84 0
[pid=12872] ppid=12871 vsize=65828 CPUtime=1.49
/proc/12872/stat : 12872 (march_dl) R 12871 12871 11611 0 -1 4194304 16974 0 0 0 142 7 0 0 25 0 1 0 80107624 67407872 14561 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134649735 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12872/statm: 16457 14561 55 118 0 16336 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 67340

[startup+3.10167 s]
/proc/loadavg: 1.28 1.51 1.21 2/66 12873
/proc/meminfo: memFree=1319916/2055920 swapFree=4191892/4192956
[pid=12871] ppid=12869 vsize=1512 CPUtime=0
/proc/12871/stat : 12871 (SATzilla2007_F) S 12869 12871 11611 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 80107624 1548288 125 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12871/statm: 378 125 110 260 0 84 0
[pid=12872] ppid=12871 vsize=66596 CPUtime=3.09
/proc/12872/stat : 12872 (march_dl) R 12871 12871 11611 0 -1 4194304 24662 0 0 0 297 12 0 0 25 0 1 0 80107624 68194304 14055 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134542894 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12872/statm: 16649 14055 55 118 0 16528 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 68108

[startup+6.30197 s]
/proc/loadavg: 1.28 1.51 1.21 2/66 12874
/proc/meminfo: memFree=1368492/2055920 swapFree=4191892/4192956
[pid=12871] ppid=12869 vsize=1512 CPUtime=5
/proc/12871/stat : 12871 (SATzilla2007_F) S 12869 12871 11611 0 -1 4194304 149 36429 0 0 0 0 481 19 16 0 1 0 80107624 1548288 125 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12871/statm: 378 125 110 260 0 84 0
[pid=12874] ppid=12871 vsize=44112 CPUtime=1.28
/proc/12874/stat : 12874 (ubcsat2006) R 12871 12871 11611 0 -1 4194304 8769 0 0 0 125 3 0 0 25 0 1 0 80108126 45170688 8751 18446744073709551615 134512640 134777720 4294956464 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12874/statm: 11028 8751 156 64 0 10609 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 45624

[startup+12.7016 s]
/proc/loadavg: 1.23 1.50 1.21 2/65 12874
/proc/meminfo: memFree=1322052/2055920 swapFree=4191892/4192956
[pid=12871] ppid=12869 vsize=57652 CPUtime=12.68
/proc/12871/stat : 12871 (SATzilla2007_F) R 12869 12871 11611 0 -1 4194304 13206 45208 0 0 488 6 751 23 25 0 1 0 80107624 59035648 13174 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217821 0 0 4096 0 0 0 0 17 1 0 0
/proc/12871/statm: 14413 13174 135 260 0 14119 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 57652

[startup+25.5018 s]
/proc/loadavg: 1.20 1.48 1.21 2/65 12874
/proc/meminfo: memFree=1321924/2055920 swapFree=4191892/4192956
[pid=12871] ppid=12869 vsize=57652 CPUtime=25.47
/proc/12871/stat : 12871 (SATzilla2007_F) R 12869 12871 11611 0 -1 4194304 13304 45208 0 0 1766 7 751 23 25 0 1 0 80107624 59035648 13272 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217821 0 0 4096 0 0 0 0 17 1 0 0
/proc/12871/statm: 14413 13272 135 260 0 14119 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 57652

[startup+51.1012 s]
/proc/loadavg: 1.13 1.44 1.20 2/65 12874
/proc/meminfo: memFree=1321220/2055920 swapFree=4191892/4192956
[pid=12871] ppid=12869 vsize=57652 CPUtime=51.06
/proc/12871/stat : 12871 (SATzilla2007_F) R 12869 12871 11611 0 -1 4194304 13499 45208 0 0 4322 10 751 23 25 0 1 0 80107624 59035648 13467 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217821 0 0 4096 0 0 0 0 17 1 0 0
/proc/12871/statm: 14413 13467 135 260 0 14119 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 57652

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

[startup+63.9014 s]
/proc/loadavg: 1.10 1.42 1.20 2/65 12874
/proc/meminfo: memFree=1320836/2055920 swapFree=4191892/4192956
[pid=12871] ppid=12869 vsize=57652 CPUtime=63.86
/proc/12871/stat : 12871 (SATzilla2007_F) R 12869 12871 11611 0 -1 4194304 13601 45208 0 0 5600 12 751 23 25 0 1 0 80107624 59035648 13569 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217821 0 0 4096 0 0 0 0 17 1 0 0
/proc/12871/statm: 14413 13569 135 260 0 14119 0
Current children cumulated CPU time (s) 63.86
Current children cumulated vsize (KiB) 57652

[startup+67.1057 s]
/proc/loadavg: 1.09 1.41 1.19 2/65 12874
/proc/meminfo: memFree=1320708/2055920 swapFree=4191892/4192956
[pid=12871] ppid=12869 vsize=57652 CPUtime=67.06
/proc/12871/stat : 12871 (SATzilla2007_F) R 12869 12871 11611 0 -1 4194304 13626 45208 0 0 5920 12 751 23 25 0 1 0 80107624 59035648 13594 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 134539397 0 0 4096 0 0 0 0 17 1 0 0
/proc/12871/statm: 14413 13594 135 260 0 14119 0
Current children cumulated CPU time (s) 67.06
Current children cumulated vsize (KiB) 57652

[startup+68.7019 s]
/proc/loadavg: 1.09 1.41 1.19 2/65 12874
/proc/meminfo: memFree=1320708/2055920 swapFree=4191892/4192956
[pid=12871] ppid=12869 vsize=57652 CPUtime=68.66
/proc/12871/stat : 12871 (SATzilla2007_F) R 12869 12871 11611 0 -1 4194304 13639 45208 0 0 6080 12 751 23 25 0 1 0 80107624 59035648 13607 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 134539397 0 0 4096 0 0 0 0 17 1 0 0
/proc/12871/statm: 14413 13607 135 260 0 14119 0
Current children cumulated CPU time (s) 68.66
Current children cumulated vsize (KiB) 57652

[startup+70.301 s]
/proc/loadavg: 1.09 1.41 1.19 2/66 12875
/proc/meminfo: memFree=1310908/2055920 swapFree=4191892/4192956
[pid=12871] ppid=12869 vsize=34440 CPUtime=69.06
/proc/12871/stat : 12871 (SATzilla2007_F) S 12869 12871 11611 0 -1 4194304 16891 45208 0 0 6118 14 751 23 25 0 1 0 80107624 35266560 8221 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12871/statm: 8610 8221 140 260 0 8316 0
[pid=12875] ppid=12871 vsize=34948 CPUtime=1.19
/proc/12875/stat : 12875 (minisat20) R 12871 12871 11611 0 -1 4194304 7967 0 0 0 115 4 0 0 25 0 1 0 80114534 35786752 7915 18446744073709551615 134512640 134998072 4294956608 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12875/statm: 8737 7915 59 118 0 8615 0
Current children cumulated CPU time (s) 70.25
Current children cumulated vsize (KiB) 69388

[startup+70.7011 s]
/proc/loadavg: 1.09 1.41 1.19 2/66 12875
/proc/meminfo: memFree=1310908/2055920 swapFree=4191892/4192956
[pid=12871] ppid=12869 vsize=34440 CPUtime=69.06
/proc/12871/stat : 12871 (SATzilla2007_F) S 12869 12871 11611 0 -1 4194304 16891 45208 0 0 6118 14 751 23 25 0 1 0 80107624 35266560 8221 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12871/statm: 8610 8221 140 260 0 8316 0
[pid=12875] ppid=12871 vsize=34948 CPUtime=1.59
/proc/12875/stat : 12875 (minisat20) R 12871 12871 11611 0 -1 4194304 7996 0 0 0 155 4 0 0 25 0 1 0 80114534 35786752 7944 18446744073709551615 134512640 134998072 4294956608 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12875/statm: 8737 7944 59 118 0 8615 0
Current children cumulated CPU time (s) 70.65
Current children cumulated vsize (KiB) 69388

[startup+71.1011 s]
/proc/loadavg: 1.09 1.41 1.19 2/66 12875
/proc/meminfo: memFree=1310908/2055920 swapFree=4191892/4192956
[pid=12871] ppid=12869 vsize=34440 CPUtime=69.06
/proc/12871/stat : 12871 (SATzilla2007_F) S 12869 12871 11611 0 -1 4194304 16891 45208 0 0 6118 14 751 23 25 0 1 0 80107624 35266560 8221 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12871/statm: 8610 8221 140 260 0 8316 0
[pid=12875] ppid=12871 vsize=35348 CPUtime=1.99
/proc/12875/stat : 12875 (minisat20) R 12871 12871 11611 0 -1 4194304 8031 0 0 0 195 4 0 0 25 0 1 0 80114534 36196352 7979 18446744073709551615 134512640 134998072 4294956608 18446744073709551615 134525395 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12875/statm: 8837 7979 59 118 0 8715 0
Current children cumulated CPU time (s) 71.05
Current children cumulated vsize (KiB) 69788

Child status: 20
Real time (s): 71.1564
CPU time (s): 71.1292
CPU user time (s): 70.6882
CPU system time (s): 0.440932
CPU usage (%): 99.9618
Max. virtual memory (cumulated for all children) (KiB): 69788

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

runsolver used 0.068989 second user time and 0.144977 second system time

The end

Launcher Data (download as text)

Begin job on node55 on Wed Apr 11 20:06:16 UTC 2007

IDJOB= 318771
IDBENCH= 20462
IDSOLVER= 136
FILE ID= node55/318771-1176321975

PBS_JOBID= 4516693

Free space on /tmp= 66545 MiB

SOLVER NAME= SATzilla FULL
BENCH NAME= HOME/pub/bench/SAT07/industrial/babic/hsatv17/hsat_vc11935.cnf
COMMAND LINE= /tmp/evaluation/318771-1176321975/SATzilla2007_F /tmp/evaluation/318771-1176321975/instance-318771-1176321975.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node55/watcher-318771-1176321975 -o ROOT/results/node55/solver-318771-1176321975 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/318771-1176321975/SATzilla2007_F /tmp/evaluation/318771-1176321975/instance-318771-1176321975.cnf            

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  9245c5dfb87125ec2a46c4c41e4e2b03

RANDOM SEED= 674572137

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node55.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.216
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.216
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:       1374676 kB
Buffers:         42716 kB
Cached:         474088 kB
SwapCached:        268 kB
Active:         214200 kB
Inactive:       318016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1374676 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:           20020 kB
Writeback:           0 kB
Mapped:          24332 kB
Slab:           135072 kB
Committed_AS:   128784 kB
PageTables:       1384 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= 66545 MiB

End job on node55 on Wed Apr 11 20:07:27 UTC 2007