Trace number 1595289

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT07 reference solver: SATzilla CRAFTED? 1200.08 1200.6

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v2100c215164gyes2.cnf
MD5SUM5301921bbf5d6337937a0fa8d34aaf48
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2100
Number of clauses215164
Sum of the clauses size432288
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2215094
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 570

Solver Data

34.46/34.52	c run March_dl for 5 seconds ... 
34.46/34.52	c Bin: Executing march_dl
34.46/34.52	c child exit by a signal
34.46/34.52	c march_dl returned code 137.
34.46/34.52	c run saps (UBCSAT implementation) for 2 seconds ... 
34.46/34.52	c Bin: Executing ubcsat2006
34.46/34.52	c child exited successfully
34.46/34.52	c ubcsat2006 returned code 0.
34.46/34.52	c satzilla computing base features
34.46/34.52	c satzilla doing unit-prop probe
34.46/34.52	c satzilla doing local search probe
34.46/34.52	c satzilla doing lobjois search-space size estimate
34.46/34.52	c satzilla's ranking:
34.46/34.52	c 1) march_dl: 2.875432
34.46/34.52	c 2) march_dl+P: 3.133643
34.46/34.52	c 3) vallst+P: 3.696329
34.46/34.52	c 4) zchaff_rand+P: 3.850012
34.46/34.52	c 5) minisat20: 4.016030
34.46/34.52	c 6) minisat20+P: 5.195327
34.46/34.52	c 7) kcnfs+P: 999.000000
34.46/34.52	c 8) kcnfs: 999.000000
34.46/34.52	c 9) vallst: 999.000000
34.46/34.52	c 10) zchaff_rand: 999.000000
34.46/34.52	c satzilla running march_dl ... 
1199.25/1199.85	c Bin: Executing march_dl
1199.25/1199.85	c child exit by a signal
1199.25/1199.85	c march_dl returned code 137.
1199.25/1199.85	c march_dl returned code 137.
1199.25/1199.85	c satzilla running march_dl with preprocessing ... 
1199.97/1200.59	c Preprocessing...
1199.97/1200.59	c Inital problem has 2100 variables, 70 nary clauses (215094 binary clauses).
1199.97/1200.59	c Num non-binary clauses 70, Average non-binary clause length 30.000
1199.97/1200.59	c Theory has no gaps
1199.97/1200.59	c Preprocessor runtime was 0.510 seconds.
1199.97/1200.59	c 
1199.97/1200.59	c Satisfiability of theory still undetermined.
1199.97/1200.59	c See file /tmp/jLzUDn for simplified theory.
1199.97/1200.59	c Bin: Executing march_dl
1199.97/1200.59	c march_dl returned code 1.
1199.97/1200.59	c march_dl returned code 1.
1199.97/1200.59	c Satzilla Timed out!
1199.97/1200.59	s UNKNOWN
1199.97/1200.59	c SATZILLA_TIME=1200.240000

Verifier Data

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

Watcher Data

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.94 3/64 10315
/proc/meminfo: memFree=1414512/2055920 swapFree=4176456/4192956
[pid=10315] ppid=10313 vsize=1440 CPUtime=0
/proc/10315/stat : 10315 (SATzilla2007_C) R 10313 10315 9911 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 1201616688 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 0 0 0
/proc/10315/statm: 360 110 95 260 0 84 0
[pid=10316] ppid=10315 vsize=2456 CPUtime=0
/proc/10316/stat : 10316 (march_dl) R 10315 10315 9911 0 -1 4194304 318 0 0 0 0 0 0 0 18 0 1 0 1201616689 2514944 313 1992294400 134512640 134996440 4294956256 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10316/statm: 614 313 50 118 0 493 0

[startup+0.0803 s]
/proc/loadavg: 0.92 0.98 0.94 3/64 10315
/proc/meminfo: memFree=1414512/2055920 swapFree=4176456/4192956
[pid=10315] ppid=10313 vsize=1440 CPUtime=0
/proc/10315/stat : 10315 (SATzilla2007_C) S 10313 10315 9911 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1201616688 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10315/statm: 360 110 95 260 0 84 0
[pid=10316] ppid=10315 vsize=3512 CPUtime=0.07
/proc/10316/stat : 10316 (march_dl) R 10315 10315 9911 0 -1 4194304 675 0 0 0 7 0 0 0 19 0 1 0 1201616689 3596288 670 1992294400 134512640 134996440 4294956256 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10316/statm: 878 670 50 118 0 757 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 4952

[startup+0.101302 s]
/proc/loadavg: 0.92 0.98 0.94 3/64 10315
/proc/meminfo: memFree=1414512/2055920 swapFree=4176456/4192956
[pid=10315] ppid=10313 vsize=1440 CPUtime=0
/proc/10315/stat : 10315 (SATzilla2007_C) S 10313 10315 9911 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1201616688 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10315/statm: 360 110 95 260 0 84 0
[pid=10316] ppid=10315 vsize=3908 CPUtime=0.09
/proc/10316/stat : 10316 (march_dl) R 10315 10315 9911 0 -1 4194304 775 0 0 0 9 0 0 0 19 0 1 0 1201616689 4001792 770 1992294400 134512640 134996440 4294956256 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10316/statm: 977 770 50 118 0 856 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5348

[startup+0.301322 s]
/proc/loadavg: 0.92 0.98 0.94 3/64 10315
/proc/meminfo: memFree=1414512/2055920 swapFree=4176456/4192956
[pid=10315] ppid=10313 vsize=1440 CPUtime=0
/proc/10315/stat : 10315 (SATzilla2007_C) S 10313 10315 9911 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1201616688 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10315/statm: 360 110 95 260 0 84 0
[pid=10316] ppid=10315 vsize=10132 CPUtime=0.29
/proc/10316/stat : 10316 (march_dl) R 10315 10315 9911 0 -1 4194304 2151 0 0 0 28 1 0 0 21 0 1 0 1201616689 10375168 1521 1992294400 134512640 134996440 4294956256 18446744073709551615 134544567 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10316/statm: 2533 1521 53 118 0 2412 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11572

[startup+0.701361 s]
/proc/loadavg: 0.92 0.98 0.94 3/64 10315
/proc/meminfo: memFree=1414512/2055920 swapFree=4176456/4192956
[pid=10315] ppid=10313 vsize=1440 CPUtime=0
/proc/10315/stat : 10315 (SATzilla2007_C) S 10313 10315 9911 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1201616688 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10315/statm: 360 110 95 260 0 84 0
[pid=10316] ppid=10315 vsize=13364 CPUtime=0.69
/proc/10316/stat : 10316 (march_dl) R 10315 10315 9911 0 -1 4194304 10040 0 0 0 65 4 0 0 25 0 1 0 1201616689 13684736 2444 1992294400 134512640 134996440 4294956256 18446744073709551615 134650634 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10316/statm: 3341 2444 65 118 0 3220 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14804

[startup+1.50144 s]
/proc/loadavg: 0.92 0.98 0.94 2/66 10317
/proc/meminfo: memFree=1398176/2055920 swapFree=4176456/4192956
[pid=10315] ppid=10313 vsize=1440 CPUtime=0
/proc/10315/stat : 10315 (SATzilla2007_C) S 10313 10315 9911 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1201616688 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10315/statm: 360 110 95 260 0 84 0
[pid=10316] ppid=10315 vsize=24080 CPUtime=1.49
/proc/10316/stat : 10316 (march_dl) R 10315 10315 9911 0 -1 4194304 20244 0 0 0 140 9 0 0 25 0 1 0 1201616689 24657920 5097 1992294400 134512640 134996440 4294956256 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10316/statm: 6020 5105 73 118 0 5899 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 25520

[startup+3.10161 s]
/proc/loadavg: 0.92 0.98 0.94 2/66 10317
/proc/meminfo: memFree=1396448/2055920 swapFree=4176456/4192956
[pid=10315] ppid=10313 vsize=1440 CPUtime=0
/proc/10315/stat : 10315 (SATzilla2007_C) S 10313 10315 9911 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1201616688 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10315/statm: 360 110 95 260 0 84 0
[pid=10316] ppid=10315 vsize=30416 CPUtime=3.09
/proc/10316/stat : 10316 (march_dl) R 10315 10315 9911 0 -1 4194304 25352 0 0 0 297 12 0 0 25 0 1 0 1201616689 31145984 4829 1992294400 134512640 134996440 4294956256 18446744073709551615 134551531 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10316/statm: 7604 4829 75 118 0 7483 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 31856

[startup+6.30193 s]
/proc/loadavg: 0.93 0.98 0.94 2/66 10318
/proc/meminfo: memFree=1404328/2055920 swapFree=4176456/4192956
[pid=10315] ppid=10313 vsize=1440 CPUtime=4.99
/proc/10315/stat : 10315 (SATzilla2007_C) S 10313 10315 9911 0 -1 4194304 135 25871 0 0 0 0 486 13 16 0 1 0 1201616688 1474560 111 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10315/statm: 360 111 96 260 0 84 0
[pid=10318] ppid=10315 vsize=18488 CPUtime=1.28
/proc/10318/stat : 10318 (ubcsat2006) R 10315 10315 9911 0 -1 4194304 2633 0 0 0 125 3 0 0 25 0 1 0 1201617189 18931712 2616 1992294400 134512640 134777720 4294956112 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10318/statm: 4622 2616 156 64 0 4203 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 19928

[startup+12.7026 s]
/proc/loadavg: 0.93 0.98 0.94 2/65 10318
/proc/meminfo: memFree=1405616/2055920 swapFree=4176456/4192956
[pid=10315] ppid=10313 vsize=9916 CPUtime=12.67
/proc/10315/stat : 10315 (SATzilla2007_C) R 10313 10315 9911 0 -1 4194304 5262 28510 0 0 541 2 706 18 25 0 1 0 1201616688 10153984 2283 1992294400 134512640 135579813 4294956224 18446744073709551615 134541603 0 0 4096 0 0 0 0 17 0 0 0
/proc/10315/statm: 2479 2283 124 260 0 2203 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 9916

[startup+25.5019 s]
/proc/loadavg: 0.95 0.98 0.94 2/65 10318
/proc/meminfo: memFree=1405424/2055920 swapFree=4176456/4192956
[pid=10315] ppid=10313 vsize=10312 CPUtime=25.47
/proc/10315/stat : 10315 (SATzilla2007_C) R 10313 10315 9911 0 -1 4194304 5385 28510 0 0 1821 2 706 18 25 0 1 0 1201616688 10559488 2378 1992294400 134512640 135579813 4294956224 18446744073709551615 134541670 0 0 4096 0 0 0 0 17 0 0 0
/proc/10315/statm: 2578 2378 124 260 0 2302 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 10312

[startup+51.1015 s]
/proc/loadavg: 0.96 0.98 0.94 2/66 10319
/proc/meminfo: memFree=1383336/2055920 swapFree=4176456/4192956
[pid=10315] ppid=10313 vsize=10348 CPUtime=34.48
/proc/10315/stat : 10315 (SATzilla2007_C) S 10313 10315 9911 0 -1 4194304 10958 28510 0 0 2715 9 706 18 25 0 1 0 1201616688 10596352 2411 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10315/statm: 2587 2411 156 260 0 2311 0
[pid=10319] ppid=10315 vsize=33712 CPUtime=16.55
/proc/10319/stat : 10319 (march_dl) R 10315 10315 9911 0 -1 4194304 26107 0 0 0 1645 10 0 0 25 0 1 0 1201620141 34521088 5585 1992294400 134512640 134996440 4294956256 18446744073709551615 134532907 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10319/statm: 8428 5585 75 118 0 8307 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 44060

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.94 2/66 10319
/proc/meminfo: memFree=1381992/2055920 swapFree=4176456/4192956
[pid=10315] ppid=10313 vsize=10348 CPUtime=34.48
/proc/10315/stat : 10315 (SATzilla2007_C) S 10313 10315 9911 0 -1 4194304 10958 28510 0 0 2715 9 706 18 25 0 1 0 1201616688 10596352 2411 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10315/statm: 2587 2411 156 260 0 2311 0
[pid=10319] ppid=10315 vsize=34900 CPUtime=67.74
/proc/10319/stat : 10319 (march_dl) R 10315 10315 9911 0 -1 4194304 26407 0 0 0 6764 10 0 0 25 0 1 0 1201620141 35737600 5885 1992294400 134512640 134996440 4294956256 18446744073709551615 134533005 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10319/statm: 8725 5885 75 118 0 8604 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 45248

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.94 2/66 10319
/proc/meminfo: memFree=1381480/2055920 swapFree=4176456/4192956
[pid=10315] ppid=10313 vsize=10348 CPUtime=34.48
/proc/10315/stat : 10315 (SATzilla2007_C) S 10313 10315 9911 0 -1 4194304 10958 28510 0 0 2715 9 706 18 25 0 1 0 1201616688 10596352 2411 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10315/statm: 2587 2411 156 260 0 2311 0
[pid=10319] ppid=10315 vsize=35420 CPUtime=127.72
/proc/10319/stat : 10319 (march_dl) R 10315 10315 9911 0 -1 4194304 26541 0 0 0 12761 11 0 0 25 0 1 0 1201620141 36270080 6019 1992294400 134512640 134996440 4294956256 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10319/statm: 8855 6019 75 118 0 8734 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 45768

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.94 2/66 10319
/proc/meminfo: memFree=1380904/2055920 swapFree=4176456/4192956
[pid=10315] ppid=10313 vsize=10348 CPUtime=34.48
/proc/10315/stat : 10315 (SATzilla2007_C) S 10313 10315 9911 0 -1 4194304 10958 28510 0 0 2715 9 706 18 25 0 1 0 1201616688 10596352 2411 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10315/statm: 2587 2411 156 260 0 2311 0
[pid=10319] ppid=10315 vsize=35940 CPUtime=187.69
/proc/10319/stat : 10319 (march_dl) R 10315 10315 9911 0 -1 4194304 26658 0 0 0 18758 11 0 0 25 0 1 0 1201620141 36802560 6136 1992294400 134512640 134996440 4294956256 18446744073709551615 134575710 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10319/statm: 8985 6136 75 118 0 8864 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 46288

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.94 2/66 10319
/proc/meminfo: memFree=1380584/2055920 swapFree=4176456/4192956
[pid=10315] ppid=10313 vsize=10348 CPUtime=34.48
/proc/10315/stat : 10315 (SATzilla2007_C) S 10313 10315 9911 0 -1 4194304 10958 28510 0 0 2715 9 706 18 25 0 1 0 1201616688 10596352 2411 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10315/statm: 2587 2411 156 260 0 2311 0
[pid=10319] ppid=10315 vsize=36200 CPUtime=247.66
/proc/10319/stat : 10319 (march_dl) R 10315 10315 9911 0 -1 4194304 26742 0 0 0 24755 11 0 0 25 0 1 0 1201620141 37068800 6220 1992294400 134512640 134996440 4294956256 18446744073709551615 134528321 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10319/statm: 9050 6220 75 118 0 8929 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 46548

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.94 2/66 10319
/proc/meminfo: memFree=1380392/2055920 swapFree=4176456/4192956
[pid=10315] ppid=10313 vsize=10348 CPUtime=34.48
/proc/10315/stat : 10315 (SATzilla2007_C) S 10313 10315 9911 0 -1 4194304 10958 28510 0 0 2715 9 706 18 25 0 1 0 1201616688 10596352 2411 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10315/statm: 2587 2411 156 260 0 2311 0
[pid=10319] ppid=10315 vsize=36464 CPUtime=307.64
/proc/10319/stat : 10319 (march_dl) R 10315 10315 9911 0 -1 4194304 26792 0 0 0 30753 11 0 0 25 0 1 0 1201620141 37339136 6270 1992294400 134512640 134996440 4294956256 18446744073709551615 134526992 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10319/statm: 9116 6270 75 118 0 8995 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 46812

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.94 2/66 10319
/proc/meminfo: memFree=1380264/2055920 swapFree=4176456/4192956

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

/proc/meminfo: memFree=1379816/2055920 swapFree=4176456/4192956
[pid=10315] ppid=10313 vsize=10348 CPUtime=34.48
/proc/10315/stat : 10315 (SATzilla2007_C) S 10313 10315 9911 0 -1 4194304 10958 28510 0 0 2715 9 706 18 25 0 1 0 1201616688 10596352 2411 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10315/statm: 2587 2411 156 260 0 2311 0
[pid=10319] ppid=10315 vsize=36980 CPUtime=667.47
/proc/10319/stat : 10319 (march_dl) R 10315 10315 9911 0 -1 4194304 26932 0 0 0 66736 11 0 0 25 0 1 0 1201620141 37867520 6410 1992294400 134512640 134996440 4294956256 18446744073709551615 134532744 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10319/statm: 9245 6410 75 118 0 9124 0
Current children cumulated CPU time (s) 701.95
Current children cumulated vsize (KiB) 47328

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.94 2/66 10319
/proc/meminfo: memFree=1379752/2055920 swapFree=4176456/4192956
[pid=10315] ppid=10313 vsize=10348 CPUtime=34.48
/proc/10315/stat : 10315 (SATzilla2007_C) S 10313 10315 9911 0 -1 4194304 10958 28510 0 0 2715 9 706 18 25 0 1 0 1201616688 10596352 2411 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10315/statm: 2587 2411 156 260 0 2311 0
[pid=10319] ppid=10315 vsize=37108 CPUtime=727.45
/proc/10319/stat : 10319 (march_dl) R 10315 10315 9911 0 -1 4194304 26955 0 0 0 72734 11 0 0 25 0 1 0 1201620141 37998592 6433 1992294400 134512640 134996440 4294956256 18446744073709551615 134528340 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10319/statm: 9277 6433 75 118 0 9156 0
Current children cumulated CPU time (s) 761.93
Current children cumulated vsize (KiB) 47456

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.94 2/66 10319
/proc/meminfo: memFree=1379688/2055920 swapFree=4176456/4192956
[pid=10315] ppid=10313 vsize=10348 CPUtime=34.48
/proc/10315/stat : 10315 (SATzilla2007_C) S 10313 10315 9911 0 -1 4194304 10958 28510 0 0 2715 9 706 18 25 0 1 0 1201616688 10596352 2411 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10315/statm: 2587 2411 156 260 0 2311 0
[pid=10319] ppid=10315 vsize=37108 CPUtime=787.42
/proc/10319/stat : 10319 (march_dl) R 10315 10315 9911 0 -1 4194304 26968 0 0 0 78731 11 0 0 25 0 1 0 1201620141 37998592 6446 1992294400 134512640 134996440 4294956256 18446744073709551615 134526940 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10319/statm: 9277 6446 75 118 0 9156 0
Current children cumulated CPU time (s) 821.9
Current children cumulated vsize (KiB) 47456

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.94 2/66 10319
/proc/meminfo: memFree=1379624/2055920 swapFree=4176456/4192956
[pid=10315] ppid=10313 vsize=10348 CPUtime=34.48
/proc/10315/stat : 10315 (SATzilla2007_C) S 10313 10315 9911 0 -1 4194304 10958 28510 0 0 2715 9 706 18 25 0 1 0 1201616688 10596352 2411 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10315/statm: 2587 2411 156 260 0 2311 0
[pid=10319] ppid=10315 vsize=37108 CPUtime=847.4
/proc/10319/stat : 10319 (march_dl) R 10315 10315 9911 0 -1 4194304 26979 0 0 0 84729 11 0 0 25 0 1 0 1201620141 37998592 6457 1992294400 134512640 134996440 4294956256 18446744073709551615 134527803 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10319/statm: 9277 6457 75 118 0 9156 0
Current children cumulated CPU time (s) 881.88
Current children cumulated vsize (KiB) 47456

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.94 2/66 10319
/proc/meminfo: memFree=1379560/2055920 swapFree=4176456/4192956
[pid=10315] ppid=10313 vsize=10348 CPUtime=34.48
/proc/10315/stat : 10315 (SATzilla2007_C) S 10313 10315 9911 0 -1 4194304 10958 28510 0 0 2715 9 706 18 25 0 1 0 1201616688 10596352 2411 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10315/statm: 2587 2411 156 260 0 2311 0
[pid=10319] ppid=10315 vsize=37240 CPUtime=907.37
/proc/10319/stat : 10319 (march_dl) R 10315 10315 9911 0 -1 4194304 26984 0 0 0 90726 11 0 0 25 0 1 0 1201620141 38133760 6462 1992294400 134512640 134996440 4294956256 18446744073709551615 134514202 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10319/statm: 9310 6462 75 118 0 9189 0
Current children cumulated CPU time (s) 941.85
Current children cumulated vsize (KiB) 47588

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.94 2/66 10319
/proc/meminfo: memFree=1379560/2055920 swapFree=4176456/4192956
[pid=10315] ppid=10313 vsize=10348 CPUtime=34.48
/proc/10315/stat : 10315 (SATzilla2007_C) S 10313 10315 9911 0 -1 4194304 10958 28510 0 0 2715 9 706 18 25 0 1 0 1201616688 10596352 2411 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10315/statm: 2587 2411 156 260 0 2311 0
[pid=10319] ppid=10315 vsize=37240 CPUtime=967.35
/proc/10319/stat : 10319 (march_dl) R 10315 10315 9911 0 -1 4194304 26993 0 0 0 96723 12 0 0 25 0 1 0 1201620141 38133760 6471 1992294400 134512640 134996440 4294956256 18446744073709551615 134526956 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10319/statm: 9310 6471 75 118 0 9189 0
Current children cumulated CPU time (s) 1001.83
Current children cumulated vsize (KiB) 47588

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.94 2/66 10319
/proc/meminfo: memFree=1379496/2055920 swapFree=4176456/4192956
[pid=10315] ppid=10313 vsize=10348 CPUtime=34.48
/proc/10315/stat : 10315 (SATzilla2007_C) S 10313 10315 9911 0 -1 4194304 10958 28510 0 0 2715 9 706 18 25 0 1 0 1201616688 10596352 2411 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10315/statm: 2587 2411 156 260 0 2311 0
[pid=10319] ppid=10315 vsize=37240 CPUtime=1027.33
/proc/10319/stat : 10319 (march_dl) R 10315 10315 9911 0 -1 4194304 27000 0 0 0 102721 12 0 0 25 0 1 0 1201620141 38133760 6478 1992294400 134512640 134996440 4294956256 18446744073709551615 134514202 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10319/statm: 9310 6478 75 118 0 9189 0
Current children cumulated CPU time (s) 1061.81
Current children cumulated vsize (KiB) 47588

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.94 2/66 10319
/proc/meminfo: memFree=1379496/2055920 swapFree=4176456/4192956
[pid=10315] ppid=10313 vsize=10348 CPUtime=34.48
/proc/10315/stat : 10315 (SATzilla2007_C) S 10313 10315 9911 0 -1 4194304 10958 28510 0 0 2715 9 706 18 25 0 1 0 1201616688 10596352 2411 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10315/statm: 2587 2411 156 260 0 2311 0
[pid=10319] ppid=10315 vsize=37240 CPUtime=1087.3
/proc/10319/stat : 10319 (march_dl) R 10315 10315 9911 0 -1 4194304 27008 0 0 0 108718 12 0 0 25 0 1 0 1201620141 38133760 6486 1992294400 134512640 134996440 4294956256 18446744073709551615 134514049 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10319/statm: 9310 6486 75 118 0 9189 0
Current children cumulated CPU time (s) 1121.78
Current children cumulated vsize (KiB) 47588

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.94 2/66 10319
/proc/meminfo: memFree=1379432/2055920 swapFree=4176456/4192956
[pid=10315] ppid=10313 vsize=10348 CPUtime=34.48
/proc/10315/stat : 10315 (SATzilla2007_C) S 10313 10315 9911 0 -1 4194304 10958 28510 0 0 2715 9 706 18 25 0 1 0 1201616688 10596352 2411 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10315/statm: 2587 2411 156 260 0 2311 0
[pid=10319] ppid=10315 vsize=37368 CPUtime=1147.28
/proc/10319/stat : 10319 (march_dl) R 10315 10315 9911 0 -1 4194304 27017 0 0 0 114716 12 0 0 25 0 1 0 1201620141 38264832 6495 1992294400 134512640 134996440 4294956256 18446744073709551615 134514071 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10319/statm: 9342 6495 75 118 0 9221 0
Current children cumulated CPU time (s) 1181.76
Current children cumulated vsize (KiB) 47716

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

[startup+1190.3 s]
/proc/loadavg: 0.99 0.98 0.94 2/66 10319
/proc/meminfo: memFree=1379368/2055920 swapFree=4176456/4192956
[pid=10315] ppid=10313 vsize=10348 CPUtime=34.48
/proc/10315/stat : 10315 (SATzilla2007_C) S 10313 10315 9911 0 -1 4194304 10958 28510 0 0 2715 9 706 18 25 0 1 0 1201616688 10596352 2411 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10315/statm: 2587 2411 156 260 0 2311 0
[pid=10319] ppid=10315 vsize=37368 CPUtime=1155.27
/proc/10319/stat : 10319 (march_dl) R 10315 10315 9911 0 -1 4194304 27018 0 0 0 115515 12 0 0 25 0 1 0 1201620141 38264832 6496 1992294400 134512640 134996440 4294956256 18446744073709551615 134533060 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10319/statm: 9342 6496 75 118 0 9221 0
Current children cumulated CPU time (s) 1189.75
Current children cumulated vsize (KiB) 47716

[startup+1196.7 s]
/proc/loadavg: 0.99 0.98 0.94 2/66 10319
/proc/meminfo: memFree=1379368/2055920 swapFree=4176456/4192956
[pid=10315] ppid=10313 vsize=10348 CPUtime=34.48
/proc/10315/stat : 10315 (SATzilla2007_C) S 10313 10315 9911 0 -1 4194304 10958 28510 0 0 2715 9 706 18 25 0 1 0 1201616688 10596352 2411 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10315/statm: 2587 2411 156 260 0 2311 0
[pid=10319] ppid=10315 vsize=37368 CPUtime=1161.67
/proc/10319/stat : 10319 (march_dl) R 10315 10315 9911 0 -1 4194304 27019 0 0 0 116155 12 0 0 25 0 1 0 1201620141 38264832 6497 1992294400 134512640 134996440 4294956256 18446744073709551615 134514060 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10319/statm: 9342 6497 75 118 0 9221 0
Current children cumulated CPU time (s) 1196.15
Current children cumulated vsize (KiB) 47716

[startup+1198.3 s]
/proc/loadavg: 0.99 0.98 0.94 2/66 10319
/proc/meminfo: memFree=1379368/2055920 swapFree=4176456/4192956
[pid=10315] ppid=10313 vsize=10348 CPUtime=34.48
/proc/10315/stat : 10315 (SATzilla2007_C) S 10313 10315 9911 0 -1 4194304 10958 28510 0 0 2715 9 706 18 25 0 1 0 1201616688 10596352 2411 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10315/statm: 2587 2411 156 260 0 2311 0
[pid=10319] ppid=10315 vsize=37368 CPUtime=1163.27
/proc/10319/stat : 10319 (march_dl) R 10315 10315 9911 0 -1 4194304 27019 0 0 0 116315 12 0 0 25 0 1 0 1201620141 38264832 6497 1992294400 134512640 134996440 4294956256 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10319/statm: 9342 6497 75 118 0 9221 0
Current children cumulated CPU time (s) 1197.75
Current children cumulated vsize (KiB) 47716

[startup+1199.9 s]
/proc/loadavg: 0.99 0.98 0.94 2/66 10319
/proc/meminfo: memFree=1379368/2055920 swapFree=4176456/4192956
[pid=10315] ppid=10313 vsize=11672 CPUtime=1199.36
/proc/10315/stat : 10315 (SATzilla2007_C) R 10313 10315 9911 0 -1 4194304 11439 55529 0 0 2720 9 117176 31 19 0 1 0 1201616688 11952128 2740 1992294400 134512640 135579813 4294956224 18446744073709551615 135168075 0 0 4096 0 0 0 0 17 0 0 0
/proc/10315/statm: 2918 2741 156 260 0 2642 0
Current children cumulated CPU time (s) 1199.36
Current children cumulated vsize (KiB) 11672

[startup+1200.3 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 10319
/proc/meminfo: memFree=1400048/2055920 swapFree=4176456/4192956
[pid=10315] ppid=10313 vsize=25584 CPUtime=1199.76
/proc/10315/stat : 10315 (SATzilla2007_C) R 10313 10315 9911 0 -1 4194304 14885 55529 0 0 2758 11 117176 31 22 0 1 0 1201616688 26198016 6184 1992294400 134512640 135579813 4294956224 18446744073709551615 134591219 0 0 4096 0 0 0 0 17 0 0 0
/proc/10315/statm: 6396 6184 162 260 0 6120 0
Current children cumulated CPU time (s) 1199.76
Current children cumulated vsize (KiB) 25584

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 0.94 2/65 10319
/proc/meminfo: memFree=1400048/2055920 swapFree=4176456/4192956
[pid=10315] ppid=10313 vsize=25560 CPUtime=1199.97
/proc/10315/stat : 10315 (SATzilla2007_C) R 10313 10315 9911 0 -1 4194304 14899 55529 0 0 2778 12 117176 31 24 0 1 0 1201616688 26173440 6196 1992294400 134512640 135579813 4294956224 18446744073709551615 135221869 0 0 4096 0 0 0 0 17 0 0 0
/proc/10315/statm: 6390 6196 164 260 0 6114 0
Current children cumulated CPU time (s) 1199.97
Current children cumulated vsize (KiB) 25560

Child status: 1
Real time (s): 1200.6
CPU time (s): 1200.08
CPU user time (s): 1199.63
CPU system time (s): 0.451931
CPU usage (%): 99.9569
Max. virtual memory (cumulated for all children) (KiB): 47716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.63
system time used= 0.451931
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70433
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10
involuntary context switches= 4956

runsolver used 1.21781 second user time and 3.15452 second system time

The end

Launcher Data

Begin job on node27 at 2009-04-09 17:05:13
IDJOB=1595289
IDBENCH=71428
IDSOLVER=558
FILE ID=node27/1595289-1239289513
PBS_JOBID= 9115414
Free space on /tmp= 66332 MiB

SOLVER NAME= SAT07 reference solver: SATzilla CRAFTED
BENCH NAME= SAT09/CRAFTED/rbsat/random/forced/rbsat-v2100c215164gyes2.cnf
COMMAND LINE= HOME/SATzilla2007_C BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1595289-1239289513/watcher-1595289-1239289513 -o /tmp/evaluation-result-1595289-1239289513/solver-1595289-1239289513 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2007_C HOME/instance-1595289-1239289513.cnf            

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

MD5SUM BENCH= 5301921bbf5d6337937a0fa8d34aaf48
RANDOM SEED=1637297505

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 2800.196
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	: 5521.40
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		: 2800.196
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:       1414992 kB
Buffers:         59384 kB
Cached:         508616 kB
SwapCached:       9524 kB
Active:          53836 kB
Inactive:       525356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1414992 kB
SwapTotal:     4192956 kB
SwapFree:      4176456 kB
Dirty:           11088 kB
Writeback:           0 kB
Mapped:          16868 kB
Slab:            47628 kB
Committed_AS:  3528164 kB
PageTables:       1380 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66324 MiB
End job on node27 at 2009-04-09 17:25:14