Trace number 318770

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 CRAFTEDUNSAT 71.1202 71.1535

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)

69.06/69.11	c run March_dl for 5 seconds ... 
69.06/69.11	c Bin: Executing march_dl
69.06/69.11	c child exit by a signal
69.06/69.11	c march_dl returned code 137.
69.06/69.11	c run saps (UBCSAT implementation) for 2 seconds ... 
69.06/69.11	c Bin: Executing ubcsat2006
69.06/69.11	c child exited successfully
69.06/69.11	c ubcsat2006 returned code 0.
69.06/69.11	c satzilla computing base features
69.06/69.11	Error!!! VCG-VAR-entropy
69.06/69.11	Satzilla is runing default solver ... 
69.06/69.11	 c satzilla running minisat20 ... 
69.06/69.12	This is MiniSat 2.0 beta
69.06/69.12	WARNING: for repeatability, setting FPU to use double precision
69.06/69.12	============================[ Problem Statistics ]=============================
69.06/69.12	|                                                                             |
69.06/69.12	|  Number of variables:  179181                                               |
69.06/69.12	|  Number of clauses:    509032                                               |
69.34/69.45	|  Parsing time:         0.30         s                                       |
69.34/69.47	============================[ Search Statistics ]==============================
69.34/69.47	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
69.34/69.47	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
69.34/69.47	===============================================================================
69.34/69.47	|         0 |  156848   485058  1284145 |   161686        0    nan |  0.000 % |
69.43/69.58	|       100 |  156840   485058  1284145 |   177854       96      6 | 12.480 % |
69.73/69.82	|       251 |  156836   485058  1284145 |   195640      244      7 | 12.482 % |
69.93/70.01	|       476 |  156836   485058  1284145 |   215204      469      9 | 12.482 % |
70.64/70.71	|       814 |  156811   484281  1281882 |   236724      800     10 | 12.485 % |
71.04/71.14	===============================================================================
71.04/71.14	restarts              : 5
71.04/71.14	conflicts             : 1009           (511 /sec)
71.04/71.14	decisions             : 43685          (1.35 % random) (22111 /sec)
71.04/71.14	propagations          : 5561862        (2815136 /sec)
71.04/71.14	conflict literals     : 10443          (8.57 % deleted)
71.04/71.14	Memory used           : 34.52 MB
71.04/71.14	CPU time              : 1.9757 s
71.04/71.14	
71.04/71.14	c Bin: Executing minisat20
71.04/71.14	c child exited successfully
71.04/71.14	c minisat20 returned code 20.
71.04/71.14	s UNSATISFIABLE
71.04/71.14	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/node40/watcher-318770-1176321968 -o ROOT/results/node40/solver-318770-1176321968 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/318770-1176321968/SATzilla2007_C /tmp/evaluation/318770-1176321968/instance-318770-1176321968.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.97 2/64 1533
/proc/meminfo: memFree=1445224/2055920 swapFree=4192812/4192956
[pid=1533] ppid=1531 vsize=1440 CPUtime=0
/proc/1533/stat : 1533 (SATzilla2007_C) S 1531 1533 495 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 64361999 1474560 110 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1533/statm: 360 110 95 260 0 84 0
[pid=1534] ppid=1533 vsize=8252 CPUtime=0
/proc/1534/stat : 1534 (march_dl) R 1533 1533 495 0 -1 4194304 650 0 0 0 0 0 0 0 20 0 1 0 64361999 8450048 645 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1534/statm: 2063 649 50 118 0 1942 0

[startup+0.104482 s]
/proc/loadavg: 0.91 0.98 0.97 2/64 1533
/proc/meminfo: memFree=1445224/2055920 swapFree=4192812/4192956
[pid=1533] ppid=1531 vsize=1440 CPUtime=0
/proc/1533/stat : 1533 (SATzilla2007_C) S 1531 1533 495 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 64361999 1474560 110 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1533/statm: 360 110 95 260 0 84 0
[pid=1534] ppid=1533 vsize=16688 CPUtime=0.1
/proc/1534/stat : 1534 (march_dl) R 1533 1533 495 0 -1 4194304 3479 0 0 0 9 1 0 0 20 0 1 0 64361999 17088512 3474 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1534/statm: 4172 3474 50 118 0 4051 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 18128

[startup+0.201493 s]
/proc/loadavg: 0.91 0.98 0.97 2/64 1533
/proc/meminfo: memFree=1445224/2055920 swapFree=4192812/4192956
[pid=1533] ppid=1531 vsize=1440 CPUtime=0
/proc/1533/stat : 1533 (SATzilla2007_C) S 1531 1533 495 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 64361999 1474560 110 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1533/statm: 360 110 95 260 0 84 0
[pid=1534] ppid=1533 vsize=17744 CPUtime=0.19
/proc/1534/stat : 1534 (march_dl) R 1533 1533 495 0 -1 4194304 3803 0 0 0 18 1 0 0 20 0 1 0 64361999 18169856 3798 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1534/statm: 4436 3798 50 118 0 4315 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 19184

[startup+0.301506 s]
/proc/loadavg: 0.91 0.98 0.97 2/64 1533
/proc/meminfo: memFree=1445224/2055920 swapFree=4192812/4192956
[pid=1533] ppid=1531 vsize=1440 CPUtime=0
/proc/1533/stat : 1533 (SATzilla2007_C) S 1531 1533 495 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 64361999 1474560 110 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1533/statm: 360 110 95 260 0 84 0
[pid=1534] ppid=1533 vsize=18800 CPUtime=0.29
/proc/1534/stat : 1534 (march_dl) R 1533 1533 495 0 -1 4194304 4133 0 0 0 28 1 0 0 21 0 1 0 64361999 19251200 4128 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134549887 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1534/statm: 4700 4128 50 118 0 4579 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20240

[startup+0.701559 s]
/proc/loadavg: 0.91 0.98 0.97 2/64 1533
/proc/meminfo: memFree=1445224/2055920 swapFree=4192812/4192956
[pid=1533] ppid=1531 vsize=1440 CPUtime=0
/proc/1533/stat : 1533 (SATzilla2007_C) S 1531 1533 495 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 64361999 1474560 110 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1533/statm: 360 110 95 260 0 84 0
[pid=1534] ppid=1533 vsize=22892 CPUtime=0.69
/proc/1534/stat : 1534 (march_dl) R 1533 1533 495 0 -1 4194304 5437 0 0 0 68 1 0 0 25 0 1 0 64361999 23441408 5432 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1534/statm: 5723 5432 50 118 0 5602 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24332

[startup+1.50166 s]
/proc/loadavg: 0.91 0.98 0.97 2/66 1535
/proc/meminfo: memFree=1405208/2055920 swapFree=4192812/4192956
[pid=1533] ppid=1531 vsize=1440 CPUtime=0
/proc/1533/stat : 1533 (SATzilla2007_C) S 1531 1533 495 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 64361999 1474560 110 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1533/statm: 360 110 95 260 0 84 0
[pid=1534] ppid=1533 vsize=66340 CPUtime=1.49
/proc/1534/stat : 1534 (march_dl) R 1533 1533 495 0 -1 4194304 16973 0 0 0 142 7 0 0 25 0 1 0 64361999 67932160 14681 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134644061 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1534/statm: 16585 14681 55 118 0 16464 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 67780

[startup+3.10187 s]
/proc/loadavg: 0.91 0.98 0.97 2/66 1535
/proc/meminfo: memFree=1388312/2055920 swapFree=4192812/4192956
[pid=1533] ppid=1531 vsize=1440 CPUtime=0
/proc/1533/stat : 1533 (SATzilla2007_C) S 1531 1533 495 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 64361999 1474560 110 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1533/statm: 360 110 95 260 0 84 0
[pid=1534] ppid=1533 vsize=62396 CPUtime=3.09
/proc/1534/stat : 1534 (march_dl) R 1533 1533 495 0 -1 4194304 24309 0 0 0 299 10 0 0 25 0 1 0 64361999 63893504 13703 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134644045 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1534/statm: 15599 13703 55 118 0 15478 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 63836

[startup+6.30129 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 1536
/proc/meminfo: memFree=1438296/2055920 swapFree=4192812/4192956
[pid=1533] ppid=1531 vsize=1440 CPUtime=5
/proc/1533/stat : 1533 (SATzilla2007_C) S 1531 1533 495 0 -1 4194304 135 36428 0 0 0 0 483 17 16 0 1 0 64361999 1474560 111 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1533/statm: 360 111 96 260 0 84 0
[pid=1536] ppid=1533 vsize=44112 CPUtime=1.28
/proc/1536/stat : 1536 (ubcsat2006) R 1533 1533 495 0 -1 4194304 8769 0 0 0 125 3 0 0 25 0 1 0 64362500 45170688 8752 18446744073709551615 134512640 134777720 4294956464 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1536/statm: 11028 8752 156 64 0 10609 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 45552

[startup+12.7011 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 1536
/proc/meminfo: memFree=1392992/2055920 swapFree=4192812/4192956
[pid=1533] ppid=1531 vsize=57592 CPUtime=12.67
/proc/1533/stat : 1533 (SATzilla2007_C) R 1531 1533 495 0 -1 4194304 13195 45207 0 0 486 6 754 21 25 0 1 0 64361999 58974208 13164 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/1533/statm: 14398 13164 121 260 0 14122 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 57592

[startup+25.5018 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 1536
/proc/meminfo: memFree=1392736/2055920 swapFree=4192812/4192956
[pid=1533] ppid=1531 vsize=57592 CPUtime=25.46
/proc/1533/stat : 1533 (SATzilla2007_C) R 1531 1533 495 0 -1 4194304 13293 45207 0 0 1764 7 754 21 25 0 1 0 64361999 58974208 13262 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/1533/statm: 14398 13262 121 260 0 14122 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 57592

[startup+51.1011 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 1536
/proc/meminfo: memFree=1391968/2055920 swapFree=4192812/4192956
[pid=1533] ppid=1531 vsize=57592 CPUtime=51.05
/proc/1533/stat : 1533 (SATzilla2007_C) R 1531 1533 495 0 -1 4194304 13488 45207 0 0 4321 9 754 21 25 0 1 0 64361999 58974208 13457 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/1533/statm: 14398 13457 121 260 0 14122 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 57592

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

[startup+51.2011 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 1536
/proc/meminfo: memFree=1391968/2055920 swapFree=4192812/4192956
[pid=1533] ppid=1531 vsize=57592 CPUtime=51.15
/proc/1533/stat : 1533 (SATzilla2007_C) R 1531 1533 495 0 -1 4194304 13488 45207 0 0 4331 9 754 21 25 0 1 0 64361999 58974208 13457 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/1533/statm: 14398 13457 121 260 0 14122 0
Current children cumulated CPU time (s) 51.15
Current children cumulated vsize (KiB) 57592

[startup+64.0018 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 1536
/proc/meminfo: memFree=1391648/2055920 swapFree=4192812/4192956
[pid=1533] ppid=1531 vsize=57592 CPUtime=63.96
/proc/1533/stat : 1533 (SATzilla2007_C) R 1531 1533 495 0 -1 4194304 13588 45207 0 0 5610 11 754 21 25 0 1 0 64361999 58974208 13557 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/1533/statm: 14398 13557 121 260 0 14122 0
Current children cumulated CPU time (s) 63.96
Current children cumulated vsize (KiB) 57592

[startup+67.2052 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 1536
/proc/meminfo: memFree=1391520/2055920 swapFree=4192812/4192956
[pid=1533] ppid=1531 vsize=57592 CPUtime=67.16
/proc/1533/stat : 1533 (SATzilla2007_C) R 1531 1533 495 0 -1 4194304 13613 45207 0 0 5930 11 754 21 25 0 1 0 64361999 58974208 13582 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/1533/statm: 14398 13582 121 260 0 14122 0
Current children cumulated CPU time (s) 67.16
Current children cumulated vsize (KiB) 57592

[startup+68.8014 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 1536
/proc/meminfo: memFree=1391520/2055920 swapFree=4192812/4192956
[pid=1533] ppid=1531 vsize=57592 CPUtime=68.75
/proc/1533/stat : 1533 (SATzilla2007_C) R 1531 1533 495 0 -1 4194304 13782 45207 0 0 6089 11 754 21 25 0 1 0 64361999 58974208 13597 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 134533599 0 0 4096 0 0 0 0 17 1 0 0
/proc/1533/statm: 14398 13597 124 260 0 14122 0
Current children cumulated CPU time (s) 68.75
Current children cumulated vsize (KiB) 57592

[startup+70.4016 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 1537
/proc/meminfo: memFree=1381656/2055920 swapFree=4192812/4192956
[pid=1533] ppid=1531 vsize=34380 CPUtime=69.07
/proc/1533/stat : 1533 (SATzilla2007_C) S 1531 1533 495 0 -1 4194304 16879 45207 0 0 6119 13 754 21 25 0 1 0 64361999 35205120 8211 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1533/statm: 8595 8211 126 260 0 8319 0
[pid=1537] ppid=1533 vsize=34948 CPUtime=1.28
/proc/1537/stat : 1537 (minisat20) R 1533 1533 495 0 -1 4194304 7978 0 0 0 124 4 0 0 25 0 1 0 64368910 35786752 7927 18446744073709551615 134512640 134998072 4294956608 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1537/statm: 8737 7927 59 118 0 8615 0
Current children cumulated CPU time (s) 70.35
Current children cumulated vsize (KiB) 69328

[startup+70.8017 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 1537
/proc/meminfo: memFree=1381656/2055920 swapFree=4192812/4192956
[pid=1533] ppid=1531 vsize=34380 CPUtime=69.07
/proc/1533/stat : 1533 (SATzilla2007_C) S 1531 1533 495 0 -1 4194304 16879 45207 0 0 6119 13 754 21 25 0 1 0 64361999 35205120 8211 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1533/statm: 8595 8211 126 260 0 8319 0
[pid=1537] ppid=1533 vsize=34948 CPUtime=1.67
/proc/1537/stat : 1537 (minisat20) R 1533 1533 495 0 -1 4194304 7998 0 0 0 163 4 0 0 25 0 1 0 64368910 35786752 7947 18446744073709551615 134512640 134998072 4294956608 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1537/statm: 8737 7947 59 118 0 8615 0
Current children cumulated CPU time (s) 70.74
Current children cumulated vsize (KiB) 69328

[startup+71.0017 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 1537
/proc/meminfo: memFree=1381656/2055920 swapFree=4192812/4192956
[pid=1533] ppid=1531 vsize=34380 CPUtime=69.07
/proc/1533/stat : 1533 (SATzilla2007_C) S 1531 1533 495 0 -1 4194304 16879 45207 0 0 6119 13 754 21 25 0 1 0 64361999 35205120 8211 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1533/statm: 8595 8211 126 260 0 8319 0
[pid=1537] ppid=1533 vsize=35216 CPUtime=1.87
/proc/1537/stat : 1537 (minisat20) R 1533 1533 495 0 -1 4194304 8013 0 0 0 183 4 0 0 25 0 1 0 64368910 36061184 7962 18446744073709551615 134512640 134998072 4294956608 18446744073709551615 134525395 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1537/statm: 8804 7962 59 118 0 8682 0
Current children cumulated CPU time (s) 70.94
Current children cumulated vsize (KiB) 69596

[startup+71.1017 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 1537
/proc/meminfo: memFree=1381656/2055920 swapFree=4192812/4192956
[pid=1533] ppid=1531 vsize=34380 CPUtime=69.07
/proc/1533/stat : 1533 (SATzilla2007_C) S 1531 1533 495 0 -1 4194304 16879 45207 0 0 6119 13 754 21 25 0 1 0 64361999 35205120 8211 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1533/statm: 8595 8211 126 260 0 8319 0
[pid=1537] ppid=1533 vsize=35348 CPUtime=1.97
/proc/1537/stat : 1537 (minisat20) R 1533 1533 495 0 -1 4194304 8030 0 0 0 193 4 0 0 25 0 1 0 64368910 36196352 7979 18446744073709551615 134512640 134998072 4294956608 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1537/statm: 8837 7979 59 118 0 8715 0
Current children cumulated CPU time (s) 71.04
Current children cumulated vsize (KiB) 69728

Child status: 20
Real time (s): 71.1535
CPU time (s): 71.1202
CPU user time (s): 70.7163
CPU system time (s): 0.403938
CPU usage (%): 99.9533
Max. virtual memory (cumulated for all children) (KiB): 69728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 70.7162
system time used= 0.403938
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70138
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= 34
involuntary context switches= 190

runsolver used 0.06499 second user time and 0.152976 second system time

The end

Launcher Data (download as text)

Begin job on node40 on Wed Apr 11 20:06:09 UTC 2007

IDJOB= 318770
IDBENCH= 20462
IDSOLVER= 135
FILE ID= node40/318770-1176321968

PBS_JOBID= 4516694

Free space on /tmp= 66547 MiB

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

META MD5SUM SOLVER= a1f00d13cbb558b34a83b365ff80fcc3
MD5SUM BENCH=  9245c5dfb87125ec2a46c4c41e4e2b03

RANDOM SEED= 65580833

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node40.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.234
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.234
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:       1445696 kB
Buffers:         34984 kB
Cached:         432584 kB
SwapCached:          0 kB
Active:         214596 kB
Inactive:       268404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1445696 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           18088 kB
Writeback:           0 kB
Mapped:          25652 kB
Slab:           113264 kB
Committed_AS:   113180 kB
PageTables:       1412 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= 66547 MiB

End job on node40 on Wed Apr 11 20:07:20 UTC 2007