Trace number 455887

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.9831 72.0488

General information on the benchmark

Nameindustrial/babic/hsatv17/
hsat_vc12070.cnf
MD5SUM9db41700a9e646f2af3ee8f40132e97a
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.24781
Satisfiable
(Un)Satisfiability was proved
Number of variables199223
Number of clauses564196
Sum of the clauses size1460103
Maximum clause length3
Minimum clause length1
Number of clauses of size 124523
Number of clauses of size 2183439
Number of clauses of size 3356234
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.12/69.20	c run March_dl for 5 seconds ... 
69.12/69.20	c Bin: Executing march_dl
69.12/69.20	c child exit by a signal
69.12/69.20	c march_dl returned code 137.
69.12/69.20	c run saps (UBCSAT implementation) for 2 seconds ... 
69.12/69.20	c Bin: Executing ubcsat2006
69.12/69.20	c child exited successfully
69.12/69.20	c ubcsat2006 returned code 0.
69.12/69.20	c satzilla computing base features
69.12/69.20	Error!!! VCG-VAR-entropy
69.12/69.20	Satzilla is runing default solver ... 
69.12/69.20	 c satzilla running minisat20 ... 
69.12/69.21	This is MiniSat 2.0 beta
69.12/69.21	WARNING: for repeatability, setting FPU to use double precision
69.12/69.21	============================[ Problem Statistics ]=============================
69.12/69.21	|                                                                             |
69.12/69.21	|  Number of variables:  199248                                               |
69.12/69.21	|  Number of clauses:    564196                                               |
69.12/69.59	|  Parsing time:         0.33         s                                       |
69.12/69.61	============================[ Search Statistics ]==============================
69.12/69.61	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
69.12/69.61	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
69.12/69.61	===============================================================================
69.12/69.61	|         0 |  174186   538090  1432228 |   179363        0    nan |  0.000 % |
69.12/69.67	|       100 |  174083   538090  1432228 |   197299       89      5 | 12.920 % |
69.12/69.95	|       250 |  174070   538090  1432228 |   217029      239      7 | 12.920 % |
70.40/70.52	|       475 |  173502   535527  1425704 |   238732      457      9 | 12.922 % |
70.80/70.97	|       812 |  173500   535527  1425704 |   262605      792     11 | 12.923 % |
71.90/72.03	===============================================================================
71.90/72.03	restarts              : 5
71.90/72.03	conflicts             : 1141           (414 /sec)
71.90/72.03	decisions             : 40073          (1.46 % random) (14532 /sec)
71.90/72.03	propagations          : 7836514        (2841808 /sec)
71.90/72.03	conflict literals     : 11824          (4.43 % deleted)
71.90/72.03	Memory used           : 36.59 MB
71.90/72.03	CPU time              : 2.75758 s
71.90/72.03	
71.90/72.04	c Bin: Executing minisat20
71.90/72.04	c child exited successfully
71.90/72.04	c minisat20 returned code 20.
71.90/72.04	s UNSATISFIABLE
71.90/72.04	c SATZILLA_TIME=71.960000

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node41/watcher-455887-1178589908 -o ROOT/results/node41/solver-455887-1178589908 -C 10000 -W 15000 -M 1800 --output-limit 1,15 /tmp/evaluation/455887-1178589908/SATzilla2007_C /tmp/evaluation/455887-1178589908/instance-455887-1178589908.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 15000 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.00 1.00 1.00 3/77 21989
/proc/meminfo: memFree=1505016/2055920 swapFree=4169412/4192956
[pid=21989] ppid=21987 vsize=1440 CPUtime=0
/proc/21989/stat : 21989 (SATzilla2007_C) R 21987 21989 21218 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 306902777 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 0 0 0
/proc/21989/statm: 360 110 95 260 0 84 0
[pid=21990] ppid=21989 vsize=9208 CPUtime=0
/proc/21990/stat : 21990 (march_dl) R 21989 21989 21218 0 -1 4194304 728 0 0 0 0 0 0 0 18 0 1 0 306902777 9428992 723 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 0 0 0
/proc/21990/statm: 2302 727 49 118 0 2181 0

[startup+0.0911569 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 21989
/proc/meminfo: memFree=1505016/2055920 swapFree=4169412/4192956
[pid=21989] ppid=21987 vsize=1440 CPUtime=0
/proc/21989/stat : 21989 (SATzilla2007_C) S 21987 21989 21218 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 306902777 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21989/statm: 360 110 95 260 0 84 0
[pid=21990] ppid=21989 vsize=18280 CPUtime=0.08
/proc/21990/stat : 21990 (march_dl) R 21989 21989 21218 0 -1 4194304 3800 0 0 0 7 1 0 0 19 0 1 0 306902777 18718720 3795 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 0 0 0
/proc/21990/statm: 4570 3795 50 118 0 4449 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 19720

[startup+0.101159 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 21989
/proc/meminfo: memFree=1505016/2055920 swapFree=4169412/4192956
[pid=21989] ppid=21987 vsize=1440 CPUtime=0
/proc/21989/stat : 21989 (SATzilla2007_C) S 21987 21989 21218 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 306902777 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21989/statm: 360 110 95 260 0 84 0
[pid=21990] ppid=21989 vsize=18412 CPUtime=0.09
/proc/21990/stat : 21990 (march_dl) R 21989 21989 21218 0 -1 4194304 3836 0 0 0 8 1 0 0 19 0 1 0 306902777 18853888 3831 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 0 0 0
/proc/21990/statm: 4603 3831 50 118 0 4482 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19852

[startup+0.301176 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 21989
/proc/meminfo: memFree=1505016/2055920 swapFree=4169412/4192956
[pid=21989] ppid=21987 vsize=1440 CPUtime=0
/proc/21989/stat : 21989 (SATzilla2007_C) S 21987 21989 21218 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 306902777 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21989/statm: 360 110 95 260 0 84 0
[pid=21990] ppid=21989 vsize=20656 CPUtime=0.29
/proc/21990/stat : 21990 (march_dl) R 21989 21989 21218 0 -1 4194304 4556 0 0 0 27 2 0 0 21 0 1 0 306902777 21151744 4551 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 0 0 0
/proc/21990/statm: 5164 4551 50 118 0 5043 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22096

[startup+0.701211 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 21989
/proc/meminfo: memFree=1505016/2055920 swapFree=4169412/4192956
[pid=21989] ppid=21987 vsize=1440 CPUtime=0
/proc/21989/stat : 21989 (SATzilla2007_C) S 21987 21989 21218 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 306902777 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21989/statm: 360 110 95 260 0 84 0
[pid=21990] ppid=21989 vsize=25276 CPUtime=0.69
/proc/21990/stat : 21990 (march_dl) R 21989 21989 21218 0 -1 4194304 5964 0 0 0 66 3 0 0 25 0 1 0 306902777 25882624 5959 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 0 0 0
/proc/21990/statm: 6319 5959 50 118 0 6198 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26716

[startup+1.50128 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 21991
/proc/meminfo: memFree=1461224/2055920 swapFree=4169412/4192956
[pid=21989] ppid=21987 vsize=1440 CPUtime=0
/proc/21989/stat : 21989 (SATzilla2007_C) S 21987 21989 21218 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 306902777 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21989/statm: 360 110 95 260 0 84 0
[pid=21990] ppid=21989 vsize=69464 CPUtime=1.48
/proc/21990/stat : 21990 (march_dl) R 21989 21989 21218 0 -1 4194304 17802 0 0 0 140 8 0 0 25 0 1 0 306902777 71131136 15253 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 0 0 0
/proc/21990/statm: 17366 15253 55 118 0 17245 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 70904

[startup+3.10142 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 21991
/proc/meminfo: memFree=1444264/2055920 swapFree=4169412/4192956
[pid=21989] ppid=21987 vsize=1440 CPUtime=0
/proc/21989/stat : 21989 (SATzilla2007_C) S 21987 21989 21218 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 306902777 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21989/statm: 360 110 95 260 0 84 0
[pid=21990] ppid=21989 vsize=74288 CPUtime=3.09
/proc/21990/stat : 21990 (march_dl) R 21989 21989 21218 0 -1 4194304 26417 0 0 0 297 12 0 0 25 0 1 0 306902777 76070912 15748 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134542963 0 0 8392704 0 0 0 0 17 0 0 0
/proc/21990/statm: 18572 15750 55 118 0 18451 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 75728

[startup+6.3017 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 21992
/proc/meminfo: memFree=1499112/2055920 swapFree=4169412/4192956
[pid=21989] ppid=21987 vsize=1440 CPUtime=5
/proc/21989/stat : 21989 (SATzilla2007_C) S 21987 21989 21218 0 -1 4194304 134 39279 0 0 0 0 480 20 16 0 1 0 306902777 1474560 111 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/21989/statm: 360 111 96 260 0 84 0
[pid=21992] ppid=21989 vsize=53200 CPUtime=1.27
/proc/21992/stat : 21992 (ubcsat2006) R 21989 21989 21218 0 -1 4194304 9712 0 0 0 123 4 0 0 25 0 1 0 306903278 54476800 9695 18446744073709551615 134512640 134777720 4294956544 18446744073709551615 134553126 0 0 8392704 0 0 0 0 17 0 0 0
/proc/21992/statm: 13300 9695 156 64 0 12881 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 54640

[startup+12.7013 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 21992
/proc/meminfo: memFree=1447024/2055920 swapFree=4169412/4192956
[pid=21989] ppid=21987 vsize=63832 CPUtime=12.67
/proc/21989/stat : 21989 (SATzilla2007_C) R 21987 21989 21218 0 -1 4194304 14620 49001 0 0 481 7 754 25 25 0 1 0 306902777 65363968 14590 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 134537941 0 0 4096 0 0 0 0 17 0 0 0
/proc/21989/statm: 15958 14590 121 260 0 15682 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 63832

[startup+25.5014 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 21992
/proc/meminfo: memFree=1446832/2055920 swapFree=4169412/4192956
[pid=21989] ppid=21987 vsize=63832 CPUtime=25.46
/proc/21989/stat : 21989 (SATzilla2007_C) R 21987 21989 21218 0 -1 4194304 14715 49001 0 0 1759 8 754 25 25 0 1 0 306902777 65363968 14685 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 134537941 0 0 4096 0 0 0 0 17 0 0 0
/proc/21989/statm: 15958 14685 121 260 0 15682 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 63832

[startup+51.1016 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 21992
/proc/meminfo: memFree=1446000/2055920 swapFree=4169412/4192956
[pid=21989] ppid=21987 vsize=63832 CPUtime=51.03
/proc/21989/stat : 21989 (SATzilla2007_C) R 21987 21989 21218 0 -1 4194304 14902 49001 0 0 4315 9 754 25 25 0 1 0 306902777 65363968 14872 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 134537941 0 0 4096 0 0 0 0 17 0 0 0
/proc/21989/statm: 15958 14872 121 260 0 15682 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 63832

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

[startup+63.9017 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 21992
/proc/meminfo: memFree=1445680/2055920 swapFree=4169412/4192956
[pid=21989] ppid=21987 vsize=63832 CPUtime=63.82
/proc/21989/stat : 21989 (SATzilla2007_C) R 21987 21989 21218 0 -1 4194304 14997 49001 0 0 5594 9 754 25 25 0 1 0 306902777 65363968 14967 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 0 0 0
/proc/21989/statm: 15958 14967 121 260 0 15682 0
Current children cumulated CPU time (s) 63.82
Current children cumulated vsize (KiB) 63832

[startup+67.107 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 21992
/proc/meminfo: memFree=1445552/2055920 swapFree=4169412/4192956
[pid=21989] ppid=21987 vsize=63832 CPUtime=67.02
/proc/21989/stat : 21989 (SATzilla2007_C) R 21987 21989 21218 0 -1 4194304 15020 49001 0 0 5914 9 754 25 25 0 1 0 306902777 65363968 14990 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 134537941 0 0 4096 0 0 0 0 17 0 0 0
/proc/21989/statm: 15958 14990 121 260 0 15682 0
Current children cumulated CPU time (s) 67.02
Current children cumulated vsize (KiB) 63832

[startup+70.3013 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 21993
/proc/meminfo: memFree=1434344/2055920 swapFree=4169412/4192956
[pid=21989] ppid=21987 vsize=38068 CPUtime=69.12
/proc/21989/stat : 21989 (SATzilla2007_C) S 21987 21989 21218 0 -1 4194304 18688 49001 0 0 6122 11 754 25 25 0 1 0 306902777 38981632 9091 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/21989/statm: 9517 9091 126 260 0 9241 0
[pid=21993] ppid=21989 vsize=36932 CPUtime=1.08
/proc/21993/stat : 21993 (minisat20) R 21989 21989 21218 0 -1 4194304 8780 0 0 0 102 6 0 0 25 0 1 0 306909697 37818368 8743 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134536327 0 0 8392704 3 0 0 0 17 0 0 0
/proc/21993/statm: 9233 8743 59 118 0 9111 0
Current children cumulated CPU time (s) 70.2
Current children cumulated vsize (KiB) 75000

[startup+71.1013 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 21993
/proc/meminfo: memFree=1434344/2055920 swapFree=4169412/4192956
[pid=21989] ppid=21987 vsize=38068 CPUtime=69.12
/proc/21989/stat : 21989 (SATzilla2007_C) S 21987 21989 21218 0 -1 4194304 18688 49001 0 0 6122 11 754 25 25 0 1 0 306902777 38981632 9091 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/21989/statm: 9517 9091 126 260 0 9241 0
[pid=21993] ppid=21989 vsize=37064 CPUtime=1.88
/proc/21993/stat : 21993 (minisat20) R 21989 21989 21218 0 -1 4194304 8808 0 0 0 182 6 0 0 25 0 1 0 306909697 37953536 8771 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525160 0 0 8392704 3 0 0 0 17 0 0 0
/proc/21993/statm: 9266 8771 59 118 0 9144 0
Current children cumulated CPU time (s) 71
Current children cumulated vsize (KiB) 75132

[startup+71.5054 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 21993
/proc/meminfo: memFree=1434280/2055920 swapFree=4169412/4192956
[pid=21989] ppid=21987 vsize=38068 CPUtime=69.12
/proc/21989/stat : 21989 (SATzilla2007_C) S 21987 21989 21218 0 -1 4194304 18688 49001 0 0 6122 11 754 25 25 0 1 0 306902777 38981632 9091 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/21989/statm: 9517 9091 126 260 0 9241 0
[pid=21993] ppid=21989 vsize=37332 CPUtime=2.28
/proc/21993/stat : 21993 (minisat20) R 21989 21989 21218 0 -1 4194304 8829 0 0 0 222 6 0 0 25 0 1 0 306909697 38227968 8792 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525370 0 0 8392704 3 0 0 0 17 0 0 0
/proc/21993/statm: 9333 8792 59 118 0 9211 0
Current children cumulated CPU time (s) 71.4
Current children cumulated vsize (KiB) 75400

[startup+71.9014 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 21993
/proc/meminfo: memFree=1434280/2055920 swapFree=4169412/4192956
[pid=21989] ppid=21987 vsize=38068 CPUtime=69.12
/proc/21989/stat : 21989 (SATzilla2007_C) S 21987 21989 21218 0 -1 4194304 18688 49001 0 0 6122 11 754 25 25 0 1 0 306902777 38981632 9091 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/21989/statm: 9517 9091 126 260 0 9241 0
[pid=21993] ppid=21989 vsize=37464 CPUtime=2.68
/proc/21993/stat : 21993 (minisat20) R 21989 21989 21218 0 -1 4194304 8851 0 0 0 262 6 0 0 25 0 1 0 306909697 38363136 8814 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 0 0 0
/proc/21993/statm: 9366 8814 59 118 0 9244 0
Current children cumulated CPU time (s) 71.8
Current children cumulated vsize (KiB) 75532

[startup+72.0014 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 21993
/proc/meminfo: memFree=1434280/2055920 swapFree=4169412/4192956
[pid=21989] ppid=21987 vsize=38068 CPUtime=69.12
/proc/21989/stat : 21989 (SATzilla2007_C) S 21987 21989 21218 0 -1 4194304 18688 49001 0 0 6122 11 754 25 25 0 1 0 306902777 38981632 9091 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/21989/statm: 9517 9091 126 260 0 9241 0
[pid=21993] ppid=21989 vsize=37464 CPUtime=2.78
/proc/21993/stat : 21993 (minisat20) R 21989 21989 21218 0 -1 4194304 8856 0 0 0 272 6 0 0 25 0 1 0 306909697 38363136 8819 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 0 0 0
/proc/21993/statm: 9366 8819 59 118 0 9244 0
Current children cumulated CPU time (s) 71.9
Current children cumulated vsize (KiB) 75532

Child status: 20
Real time (s): 72.0488
CPU time (s): 71.9831
CPU user time (s): 71.5351
CPU system time (s): 0.447931
CPU usage (%): 99.9087
Max. virtual memory (cumulated for all children) (KiB): 76480

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

runsolver used 0.065989 second user time and 0.204968 second system time

The end

Launcher Data (download as text)

Begin job on node41 on Tue May  8 02:05:09 UTC 2007

IDJOB= 455887
IDBENCH= 20460
IDSOLVER= 179
FILE ID= node41/455887-1178589908

PBS_JOBID= 5217944

Free space on /tmp= 66546 MiB

SOLVER NAME= SATzilla CRAFTED
BENCH NAME= HOME/pub/bench/SAT07/industrial/babic/hsatv17/hsat_vc12070.cnf
COMMAND LINE= /tmp/evaluation/455887-1178589908/SATzilla2007_C /tmp/evaluation/455887-1178589908/instance-455887-1178589908.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node41/watcher-455887-1178589908 -o ROOT/results/node41/solver-455887-1178589908 -C 10000 -W 15000 -M 1800 --output-limit 1,15  /tmp/evaluation/455887-1178589908/SATzilla2007_C /tmp/evaluation/455887-1178589908/instance-455887-1178589908.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  9db41700a9e646f2af3ee8f40132e97a

RANDOM SEED= 262830476

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB

Linux node41.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.232
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.232
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:       1505440 kB
Buffers:         39412 kB
Cached:         382380 kB
SwapCached:       3072 kB
Active:         133644 kB
Inactive:       315756 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1505440 kB
SwapTotal:     4192956 kB
SwapFree:      4169412 kB
Dirty:           19284 kB
Writeback:           0 kB
Mapped:          35152 kB
Slab:            86364 kB
Committed_AS:  8571076 kB
PageTables:       2016 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= 66546 MiB

End job on node41 on Tue May  8 02:06:21 UTC 2007