Trace number 1595253

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? (exit code) 1199.82 1200.33

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v1150c84314gyes3.cnf
MD5SUM3e5b6d8ea2e7f58efa9d9a4dc4048be5
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark8.5647
Satisfiable
(Un)Satisfiability was proved
Number of variables1150
Number of clauses84314
Sum of the clauses size169678
Maximum clause length23
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 284264
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 550

Solver Data

14.67/14.77	c run March_dl for 5 seconds ... 
14.67/14.77	c Bin: Executing march_dl
14.67/14.77	c child exit by a signal
14.67/14.77	c march_dl returned code 137.
14.67/14.77	c run saps (UBCSAT implementation) for 2 seconds ... 
14.67/14.77	c Bin: Executing ubcsat2006
14.67/14.77	c child exited successfully
14.67/14.77	c ubcsat2006 returned code 0.
14.67/14.77	c satzilla computing base features
14.67/14.77	c satzilla doing unit-prop probe
14.67/14.77	c satzilla doing local search probe
14.67/14.77	c satzilla doing lobjois search-space size estimate
14.67/14.77	c satzilla's ranking:
14.67/14.77	c 1) march_dl: 2.838286
14.67/14.77	c 2) march_dl+P: 3.143735
14.67/14.77	c 3) minisat20: 3.282574
14.67/14.77	c 4) vallst+P: 3.482023
14.67/14.77	c 5) zchaff_rand+P: 3.796633
14.67/14.77	c 6) minisat20+P: 4.120189
14.67/14.77	c 7) kcnfs+P: 999.000000
14.67/14.77	c 8) kcnfs: 999.000000
14.67/14.77	c 9) vallst: 999.000000
14.67/14.77	c 10) zchaff_rand: 999.000000
14.67/14.77	c satzilla running march_dl ... 
1199.47/1200.08	c Bin: Executing march_dl
1199.47/1200.08	c child exit by a signal
1199.47/1200.08	c march_dl returned code 137.
1199.47/1200.08	c march_dl returned code 137.
1199.47/1200.08	c satzilla running march_dl with preprocessing ... 
1199.77/1200.32	c Preprocessing...
1199.77/1200.32	c Inital problem has 1150 variables, 50 nary clauses (84264 binary clauses).
1199.77/1200.32	c Num non-binary clauses 50, Average non-binary clause length 23.000
1199.77/1200.32	c Theory has no gaps
1199.77/1200.32	c Preprocessor runtime was 0.160 seconds.
1199.77/1200.32	c 
1199.77/1200.32	c Satisfiability of theory still undetermined.
1199.77/1200.32	c See file /tmp/EKOqsi for simplified theory.
1199.77/1200.32	c Bin: Executing march_dl
1199.77/1200.32	c march_dl returned code 1.
1199.77/1200.32	c march_dl returned code 1.
1199.77/1200.32	c satzilla running minisat20 ... 
1199.77/1200.32	c Bin: Executing minisat20
1199.77/1200.32	c minisat20 returned code 1.
1199.77/1200.32	c minisat20 returned code 1.
1199.77/1200.32	c satzilla running vallst with preprocessing ... 
1199.77/1200.32	c Bin: Executing vallst
1199.77/1200.32	c vallst returned code 1.
1199.77/1200.32	c vallst returned code 1.
1199.77/1200.32	c satzilla running zchaff_rand with preprocessing ... 
1199.77/1200.32	c Bin: Executing zchaff_rand
1199.77/1200.32	c zchaff_rand returned code 1.
1199.77/1200.32	c zchaff_rand returned code 1.
1199.77/1200.32	c satzilla running minisat20 with preprocessing ... 
1199.77/1200.32	c Bin: Executing minisat20
1199.77/1200.32	c minisat20 returned code 1.
1199.77/1200.32	c minisat20 returned code 1.
1199.77/1200.32	c satzilla running kcnfs with preprocessing ... 
1199.77/1200.32	c Bin: Executing kcnfs
1199.77/1200.32	c kcnfs returned code 1.
1199.77/1200.32	c kcnfs returned code 1.
1199.77/1200.32	c satzilla running kcnfs ... 
1199.77/1200.32	c Bin: Executing kcnfs
1199.77/1200.32	c kcnfs returned code 1.
1199.77/1200.32	c kcnfs returned code 1.
1199.77/1200.32	c satzilla running vallst ... 
1199.77/1200.32	c Bin: Executing vallst
1199.77/1200.32	c vallst returned code 1.
1199.77/1200.32	c vallst returned code 1.
1199.77/1200.32	c satzilla running zchaff_rand ... 
1199.77/1200.32	c Bin: Executing zchaff_rand
1199.77/1200.32	c zchaff_rand returned code 1.
1199.77/1200.32	c zchaff_rand returned code 1.
1199.77/1200.32	c ERROR: All Failed! 
1199.77/1200.32	c SATZILLA_TIME=1199.980000

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1595253-1239288624/watcher-1595253-1239288624 -o /tmp/evaluation-result-1595253-1239288624/solver-1595253-1239288624 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2007_C HOME/instance-1595253-1239288624.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.91 0.97 0.93 3/69 32537
/proc/meminfo: memFree=1523432/2055920 swapFree=4171232/4192956
[pid=32537] ppid=32535 vsize=1440 CPUtime=0
/proc/32537/stat : 32537 (SATzilla2007_C) R 32535 32537 32253 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 1201525522 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 0 0 0
/proc/32537/statm: 360 110 95 260 0 84 0
[pid=32538] ppid=32537 vsize=1432 CPUtime=0
/proc/32538/stat : 32538 (march_dl) R 32537 32537 32253 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 1201525522 1466368 178 1992294400 134512640 134996440 4294956256 18446744073709551615 134653149 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32538/statm: 358 178 50 118 0 237 0

[startup+0.085752 s]
/proc/loadavg: 0.91 0.97 0.93 3/69 32537
/proc/meminfo: memFree=1523432/2055920 swapFree=4171232/4192956
[pid=32537] ppid=32535 vsize=1440 CPUtime=0
/proc/32537/stat : 32537 (SATzilla2007_C) S 32535 32537 32253 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1201525522 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32537/statm: 360 110 95 260 0 84 0
[pid=32538] ppid=32537 vsize=5068 CPUtime=0.08
/proc/32538/stat : 32538 (march_dl) R 32537 32537 32253 0 -1 4194304 854 0 0 0 8 0 0 0 19 0 1 0 1201525522 5189632 848 1992294400 134512640 134996440 4294956256 18446744073709551615 134542443 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32538/statm: 1267 848 52 118 0 1146 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 6508

[startup+0.102754 s]
/proc/loadavg: 0.91 0.97 0.93 3/69 32537
/proc/meminfo: memFree=1523432/2055920 swapFree=4171232/4192956
[pid=32537] ppid=32535 vsize=1440 CPUtime=0
/proc/32537/stat : 32537 (SATzilla2007_C) S 32535 32537 32253 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1201525522 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32537/statm: 360 110 95 260 0 84 0
[pid=32538] ppid=32537 vsize=4400 CPUtime=0.09
/proc/32538/stat : 32538 (march_dl) R 32537 32537 32253 0 -1 4194304 881 0 0 0 9 0 0 0 19 0 1 0 1201525522 4505600 644 1992294400 134512640 134996440 4294956256 18446744073709551615 134663596 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32538/statm: 1100 644 53 118 0 979 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5840

[startup+0.302773 s]
/proc/loadavg: 0.91 0.97 0.93 3/69 32537
/proc/meminfo: memFree=1523432/2055920 swapFree=4171232/4192956
[pid=32537] ppid=32535 vsize=1440 CPUtime=0
/proc/32537/stat : 32537 (SATzilla2007_C) S 32535 32537 32253 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1201525522 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32537/statm: 360 110 95 260 0 84 0
[pid=32538] ppid=32537 vsize=6316 CPUtime=0.29
/proc/32538/stat : 32538 (march_dl) R 32537 32537 32253 0 -1 4194304 4954 0 0 0 28 1 0 0 21 0 1 0 1201525522 6467584 1177 1992294400 134512640 134996440 4294956256 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32538/statm: 1579 1179 72 118 0 1458 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7756

[startup+0.702814 s]
/proc/loadavg: 0.91 0.97 0.93 3/69 32537
/proc/meminfo: memFree=1523432/2055920 swapFree=4171232/4192956
[pid=32537] ppid=32535 vsize=1440 CPUtime=0
/proc/32537/stat : 32537 (SATzilla2007_C) S 32535 32537 32253 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1201525522 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32537/statm: 360 110 95 260 0 84 0
[pid=32538] ppid=32537 vsize=12068 CPUtime=0.69
/proc/32538/stat : 32538 (march_dl) R 32537 32537 32253 0 -1 4194304 9458 0 0 0 67 2 0 0 25 0 1 0 1201525522 12357632 1905 1992294400 134512640 134996440 4294956256 18446744073709551615 134528162 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32538/statm: 3017 1905 73 118 0 2896 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13508

[startup+1.50189 s]
/proc/loadavg: 0.91 0.97 0.93 2/71 32539
/proc/meminfo: memFree=1515672/2055920 swapFree=4171232/4192956
[pid=32537] ppid=32535 vsize=1440 CPUtime=0
/proc/32537/stat : 32537 (SATzilla2007_C) S 32535 32537 32253 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1201525522 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32537/statm: 360 110 95 260 0 84 0
[pid=32538] ppid=32537 vsize=13904 CPUtime=1.49
/proc/32538/stat : 32538 (march_dl) R 32537 32537 32253 0 -1 4194304 9858 0 0 0 147 2 0 0 25 0 1 0 1201525522 14237696 2305 1992294400 134512640 134996440 4294956256 18446744073709551615 134527905 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32538/statm: 3476 2305 75 118 0 3355 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 15344

[startup+3.10107 s]
/proc/loadavg: 0.91 0.97 0.93 2/71 32539
/proc/meminfo: memFree=1514072/2055920 swapFree=4171232/4192956
[pid=32537] ppid=32535 vsize=1440 CPUtime=0
/proc/32537/stat : 32537 (SATzilla2007_C) S 32535 32537 32253 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1201525522 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32537/statm: 360 110 95 260 0 84 0
[pid=32538] ppid=32537 vsize=14036 CPUtime=3.09
/proc/32538/stat : 32538 (march_dl) R 32537 32537 32253 0 -1 4194304 9911 0 0 0 307 2 0 0 25 0 1 0 1201525522 14372864 2358 1992294400 134512640 134996440 4294956256 18446744073709551615 134527886 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32538/statm: 3509 2358 75 118 0 3388 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 15476

[startup+6.30139 s]
/proc/loadavg: 0.92 0.97 0.93 2/71 32540
/proc/meminfo: memFree=1518936/2055920 swapFree=4171232/4192956
[pid=32537] ppid=32535 vsize=1440 CPUtime=4.99
/proc/32537/stat : 32537 (SATzilla2007_C) S 32535 32537 32253 0 -1 4194304 135 9951 0 0 0 0 496 3 16 0 1 0 1201525522 1474560 111 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32537/statm: 360 111 96 260 0 84 0
[pid=32540] ppid=32537 vsize=10288 CPUtime=1.27
/proc/32540/stat : 32540 (ubcsat2006) R 32537 32537 32253 0 -1 4194304 1179 0 0 0 124 3 0 0 25 0 1 0 1201526023 10534912 1162 1992294400 134512640 134777720 4294956112 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32540/statm: 2572 1162 156 64 0 2153 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 11728

[startup+12.701 s]
/proc/loadavg: 0.93 0.97 0.93 2/70 32540
/proc/meminfo: memFree=1514976/2055920 swapFree=4171232/4192956
[pid=32537] ppid=32535 vsize=9228 CPUtime=12.67
/proc/32537/stat : 32537 (SATzilla2007_C) R 32535 32537 32253 0 -1 4194304 3651 11136 0 0 550 4 704 9 25 0 1 0 1201525522 9449472 1395 1992294400 134512640 135579813 4294956224 18446744073709551615 134627346 0 0 4096 0 0 0 0 17 0 0 0
/proc/32537/statm: 2307 1395 156 260 0 2031 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 9228

[startup+25.5023 s]
/proc/loadavg: 1.02 0.99 0.94 2/71 32541
/proc/meminfo: memFree=1509592/2055920 swapFree=4171232/4192956
[pid=32537] ppid=32535 vsize=5240 CPUtime=14.74
/proc/32537/stat : 32537 (SATzilla2007_C) S 32535 32537 32253 0 -1 4194304 4286 11136 0 0 753 8 704 9 25 0 1 0 1201525522 5365760 1134 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32537/statm: 1310 1134 156 260 0 1034 0
[pid=32541] ppid=32537 vsize=14556 CPUtime=10.71
/proc/32541/stat : 32541 (march_dl) R 32537 32537 32253 0 -1 4194304 10021 0 0 0 1067 4 0 0 25 0 1 0 1201526999 14905344 2469 1992294400 134512640 134996440 4294956256 18446744073709551615 134551483 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32541/statm: 3639 2469 75 118 0 3518 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 19796

[startup+51.103 s]
/proc/loadavg: 1.01 0.99 0.94 2/71 32541
/proc/meminfo: memFree=1509208/2055920 swapFree=4171232/4192956
[pid=32537] ppid=32535 vsize=5240 CPUtime=14.74
/proc/32537/stat : 32537 (SATzilla2007_C) S 32535 32537 32253 0 -1 4194304 4286 11136 0 0 753 8 704 9 25 0 1 0 1201525522 5365760 1134 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32537/statm: 1310 1134 156 260 0 1034 0
[pid=32541] ppid=32537 vsize=14940 CPUtime=36.3
/proc/32541/stat : 32541 (march_dl) R 32537 32537 32253 0 -1 4194304 10124 0 0 0 3626 4 0 0 25 0 1 0 1201526999 15298560 2572 1992294400 134512640 134996440 4294956256 18446744073709551615 134536988 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32541/statm: 3735 2572 75 118 0 3614 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 20180

[startup+102.306 s]
/proc/loadavg: 1.06 1.00 0.94 2/71 32541
/proc/meminfo: memFree=1508696/2055920 swapFree=4171232/4192956
[pid=32537] ppid=32535 vsize=5240 CPUtime=14.74
/proc/32537/stat : 32537 (SATzilla2007_C) S 32535 32537 32253 0 -1 4194304 4286 11136 0 0 753 8 704 9 25 0 1 0 1201525522 5365760 1134 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32537/statm: 1310 1134 156 260 0 1034 0
[pid=32541] ppid=32537 vsize=15460 CPUtime=87.49
/proc/32541/stat : 32541 (march_dl) R 32537 32537 32253 0 -1 4194304 10254 0 0 0 8744 5 0 0 25 0 1 0 1201526999 15831040 2702 1992294400 134512640 134996440 4294956256 18446744073709551615 134527881 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32541/statm: 3865 2702 75 118 0 3744 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 20700

[startup+162.301 s]
/proc/loadavg: 1.07 1.01 0.95 2/71 32541
/proc/meminfo: memFree=1508440/2055920 swapFree=4171232/4192956
[pid=32537] ppid=32535 vsize=5240 CPUtime=14.74
/proc/32537/stat : 32537 (SATzilla2007_C) S 32535 32537 32253 0 -1 4194304 4286 11136 0 0 753 8 704 9 25 0 1 0 1201525522 5365760 1134 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32537/statm: 1310 1134 156 260 0 1034 0
[pid=32541] ppid=32537 vsize=15720 CPUtime=147.45
/proc/32541/stat : 32541 (march_dl) R 32537 32537 32253 0 -1 4194304 10319 0 0 0 14740 5 0 0 25 0 1 0 1201526999 16097280 2767 1992294400 134512640 134996440 4294956256 18446744073709551615 134532772 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32541/statm: 3930 2767 75 118 0 3809 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 20960

[startup+222.302 s]
/proc/loadavg: 1.07 1.02 0.95 2/71 32541
/proc/meminfo: memFree=1508248/2055920 swapFree=4171232/4192956
[pid=32537] ppid=32535 vsize=5240 CPUtime=14.74
/proc/32537/stat : 32537 (SATzilla2007_C) S 32535 32537 32253 0 -1 4194304 4286 11136 0 0 753 8 704 9 25 0 1 0 1201525522 5365760 1134 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32537/statm: 1310 1134 156 260 0 1034 0
[pid=32541] ppid=32537 vsize=15852 CPUtime=207.43
/proc/32541/stat : 32541 (march_dl) R 32537 32537 32253 0 -1 4194304 10357 0 0 0 20738 5 0 0 25 0 1 0 1201526999 16232448 2805 1992294400 134512640 134996440 4294956256 18446744073709551615 134617338 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32541/statm: 3963 2805 75 118 0 3842 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 21092

[startup+282.303 s]
/proc/loadavg: 1.14 1.05 0.96 2/71 32541
/proc/meminfo: memFree=1508120/2055920 swapFree=4171232/4192956
[pid=32537] ppid=32535 vsize=5240 CPUtime=14.74
/proc/32537/stat : 32537 (SATzilla2007_C) S 32535 32537 32253 0 -1 4194304 4286 11136 0 0 753 8 704 9 25 0 1 0 1201525522 5365760 1134 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32537/statm: 1310 1134 156 260 0 1034 0
[pid=32541] ppid=32537 vsize=15980 CPUtime=267.41
/proc/32541/stat : 32541 (march_dl) R 32537 32537 32253 0 -1 4194304 10390 0 0 0 26736 5 0 0 25 0 1 0 1201526999 16363520 2838 1992294400 134512640 134996440 4294956256 18446744073709551615 134527835 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32541/statm: 3995 2838 75 118 0 3874 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 21220

[startup+342.303 s]
/proc/loadavg: 1.05 1.04 0.96 2/71 32541
/proc/meminfo: memFree=1507992/2055920 swapFree=4171232/4192956
[pid=32537] ppid=32535 vsize=5240 CPUtime=14.74
/proc/32537/stat : 32537 (SATzilla2007_C) S 32535 32537 32253 0 -1 4194304 4286 11136 0 0 753 8 704 9 25 0 1 0 1201525522 5365760 1134 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32537/statm: 1310 1134 156 260 0 1034 0
[pid=32541] ppid=32537 vsize=16108 CPUtime=327.38
/proc/32541/stat : 32541 (march_dl) R 32537 32537 32253 0 -1 4194304 10415 0 0 0 32733 5 0 0 25 0 1 0 1201526999 16494592 2863 1992294400 134512640 134996440 4294956256 18446744073709551615 134533005 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32541/statm: 4027 2863 75 118 0 3906 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 21348


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

/proc/32541/statm: 4093 2937 75 118 0 3972 0
Current children cumulated CPU time (s) 701.97
Current children cumulated vsize (KiB) 21612

[startup+762.307 s]
/proc/loadavg: 1.00 1.00 0.96 2/71 32547
/proc/meminfo: memFree=1507480/2055920 swapFree=4171232/4192956
[pid=32537] ppid=32535 vsize=5240 CPUtime=14.74
/proc/32537/stat : 32537 (SATzilla2007_C) S 32535 32537 32253 0 -1 4194304 4286 11136 0 0 753 8 704 9 25 0 1 0 1201525522 5365760 1134 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32537/statm: 1310 1134 156 260 0 1034 0
[pid=32541] ppid=32537 vsize=16372 CPUtime=747.22
/proc/32541/stat : 32541 (march_dl) R 32537 32537 32253 0 -1 4194304 10497 0 0 0 74716 6 0 0 25 0 1 0 1201526999 16764928 2945 1992294400 134512640 134996440 4294956256 18446744073709551615 134527835 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32541/statm: 4093 2945 75 118 0 3972 0
Current children cumulated CPU time (s) 761.96
Current children cumulated vsize (KiB) 21612

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/71 32547
/proc/meminfo: memFree=1507416/2055920 swapFree=4171232/4192956
[pid=32537] ppid=32535 vsize=5240 CPUtime=14.74
/proc/32537/stat : 32537 (SATzilla2007_C) S 32535 32537 32253 0 -1 4194304 4286 11136 0 0 753 8 704 9 25 0 1 0 1201525522 5365760 1134 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32537/statm: 1310 1134 156 260 0 1034 0
[pid=32541] ppid=32537 vsize=16632 CPUtime=807.19
/proc/32541/stat : 32541 (march_dl) R 32537 32537 32253 0 -1 4194304 10540 0 0 0 80713 6 0 0 25 0 1 0 1201526999 17031168 2988 1992294400 134512640 134996440 4294956256 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32541/statm: 4158 2988 75 118 0 4037 0
Current children cumulated CPU time (s) 821.93
Current children cumulated vsize (KiB) 21872

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/71 32547
/proc/meminfo: memFree=1507288/2055920 swapFree=4171232/4192956
[pid=32537] ppid=32535 vsize=5240 CPUtime=14.74
/proc/32537/stat : 32537 (SATzilla2007_C) S 32535 32537 32253 0 -1 4194304 4286 11136 0 0 753 8 704 9 25 0 1 0 1201525522 5365760 1134 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32537/statm: 1310 1134 156 260 0 1034 0
[pid=32541] ppid=32537 vsize=16632 CPUtime=867.16
/proc/32541/stat : 32541 (march_dl) R 32537 32537 32253 0 -1 4194304 10563 0 0 0 86710 6 0 0 25 0 1 0 1201526999 17031168 3011 1992294400 134512640 134996440 4294956256 18446744073709551615 134514035 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32541/statm: 4158 3011 75 118 0 4037 0
Current children cumulated CPU time (s) 881.9
Current children cumulated vsize (KiB) 21872

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/71 32547
/proc/meminfo: memFree=1507224/2055920 swapFree=4171232/4192956
[pid=32537] ppid=32535 vsize=5240 CPUtime=14.74
/proc/32537/stat : 32537 (SATzilla2007_C) S 32535 32537 32253 0 -1 4194304 4286 11136 0 0 753 8 704 9 25 0 1 0 1201525522 5365760 1134 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32537/statm: 1310 1134 156 260 0 1034 0
[pid=32541] ppid=32537 vsize=16760 CPUtime=927.14
/proc/32541/stat : 32541 (march_dl) R 32537 32537 32253 0 -1 4194304 10572 0 0 0 92708 6 0 0 25 0 1 0 1201526999 17162240 3020 1992294400 134512640 134996440 4294956256 18446744073709551615 134536997 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32541/statm: 4190 3020 75 118 0 4069 0
Current children cumulated CPU time (s) 941.88
Current children cumulated vsize (KiB) 22000

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/71 32547
/proc/meminfo: memFree=1507160/2055920 swapFree=4171232/4192956
[pid=32537] ppid=32535 vsize=5240 CPUtime=14.74
/proc/32537/stat : 32537 (SATzilla2007_C) S 32535 32537 32253 0 -1 4194304 4286 11136 0 0 753 8 704 9 25 0 1 0 1201525522 5365760 1134 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32537/statm: 1310 1134 156 260 0 1034 0
[pid=32541] ppid=32537 vsize=16760 CPUtime=987.11
/proc/32541/stat : 32541 (march_dl) R 32537 32537 32253 0 -1 4194304 10579 0 0 0 98705 6 0 0 25 0 1 0 1201526999 17162240 3027 1992294400 134512640 134996440 4294956256 18446744073709551615 134528148 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32541/statm: 4190 3027 75 118 0 4069 0
Current children cumulated CPU time (s) 1001.85
Current children cumulated vsize (KiB) 22000

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/71 32547
/proc/meminfo: memFree=1507160/2055920 swapFree=4171232/4192956
[pid=32537] ppid=32535 vsize=5240 CPUtime=14.74
/proc/32537/stat : 32537 (SATzilla2007_C) S 32535 32537 32253 0 -1 4194304 4286 11136 0 0 753 8 704 9 25 0 1 0 1201525522 5365760 1134 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32537/statm: 1310 1134 156 260 0 1034 0
[pid=32541] ppid=32537 vsize=16760 CPUtime=1047.09
/proc/32541/stat : 32541 (march_dl) R 32537 32537 32253 0 -1 4194304 10586 0 0 0 104703 6 0 0 25 0 1 0 1201526999 17162240 3034 1992294400 134512640 134996440 4294956256 18446744073709551615 134565258 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32541/statm: 4190 3034 75 118 0 4069 0
Current children cumulated CPU time (s) 1061.83
Current children cumulated vsize (KiB) 22000

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/71 32547
/proc/meminfo: memFree=1507160/2055920 swapFree=4171232/4192956
[pid=32537] ppid=32535 vsize=5240 CPUtime=14.74
/proc/32537/stat : 32537 (SATzilla2007_C) S 32535 32537 32253 0 -1 4194304 4286 11136 0 0 753 8 704 9 25 0 1 0 1201525522 5365760 1134 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32537/statm: 1310 1134 156 260 0 1034 0
[pid=32541] ppid=32537 vsize=16760 CPUtime=1107.06
/proc/32541/stat : 32541 (march_dl) R 32537 32537 32253 0 -1 4194304 10592 0 0 0 110700 6 0 0 25 0 1 0 1201526999 17162240 3040 1992294400 134512640 134996440 4294956256 18446744073709551615 134528156 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32541/statm: 4190 3040 75 118 0 4069 0
Current children cumulated CPU time (s) 1121.8
Current children cumulated vsize (KiB) 22000

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/71 32547
/proc/meminfo: memFree=1507096/2055920 swapFree=4171232/4192956
[pid=32537] ppid=32535 vsize=5240 CPUtime=14.74
/proc/32537/stat : 32537 (SATzilla2007_C) S 32535 32537 32253 0 -1 4194304 4286 11136 0 0 753 8 704 9 25 0 1 0 1201525522 5365760 1134 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32537/statm: 1310 1134 156 260 0 1034 0
[pid=32541] ppid=32537 vsize=16888 CPUtime=1167.04
/proc/32541/stat : 32541 (march_dl) R 32537 32537 32253 0 -1 4194304 10599 0 0 0 116698 6 0 0 25 0 1 0 1201526999 17293312 3047 1992294400 134512640 134996440 4294956256 18446744073709551615 134526889 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32541/statm: 4222 3047 75 118 0 4101 0
Current children cumulated CPU time (s) 1181.78
Current children cumulated vsize (KiB) 22128

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

[startup+1190.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/71 32547
/proc/meminfo: memFree=1507096/2055920 swapFree=4171232/4192956
[pid=32537] ppid=32535 vsize=5240 CPUtime=14.74
/proc/32537/stat : 32537 (SATzilla2007_C) S 32535 32537 32253 0 -1 4194304 4286 11136 0 0 753 8 704 9 25 0 1 0 1201525522 5365760 1134 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32537/statm: 1310 1134 156 260 0 1034 0
[pid=32541] ppid=32537 vsize=16888 CPUtime=1175.03
/proc/32541/stat : 32541 (march_dl) R 32537 32537 32253 0 -1 4194304 10599 0 0 0 117497 6 0 0 25 0 1 0 1201526999 17293312 3047 1992294400 134512640 134996440 4294956256 18446744073709551615 134528065 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32541/statm: 4222 3047 75 118 0 4101 0
Current children cumulated CPU time (s) 1189.77
Current children cumulated vsize (KiB) 22128

[startup+1196.7 s]
/proc/loadavg: 1.00 1.00 0.96 2/71 32547
/proc/meminfo: memFree=1507032/2055920 swapFree=4171232/4192956
[pid=32537] ppid=32535 vsize=5240 CPUtime=14.74
/proc/32537/stat : 32537 (SATzilla2007_C) S 32535 32537 32253 0 -1 4194304 4286 11136 0 0 753 8 704 9 25 0 1 0 1201525522 5365760 1134 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32537/statm: 1310 1134 156 260 0 1034 0
[pid=32541] ppid=32537 vsize=16888 CPUtime=1181.44
/proc/32541/stat : 32541 (march_dl) R 32537 32537 32253 0 -1 4194304 10599 0 0 0 118138 6 0 0 25 0 1 0 1201526999 17293312 3047 1992294400 134512640 134996440 4294956256 18446744073709551615 134527907 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32541/statm: 4222 3047 75 118 0 4101 0
Current children cumulated CPU time (s) 1196.18
Current children cumulated vsize (KiB) 22128

[startup+1198.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/71 32547
/proc/meminfo: memFree=1507032/2055920 swapFree=4171232/4192956
[pid=32537] ppid=32535 vsize=5240 CPUtime=14.74
/proc/32537/stat : 32537 (SATzilla2007_C) S 32535 32537 32253 0 -1 4194304 4286 11136 0 0 753 8 704 9 25 0 1 0 1201525522 5365760 1134 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32537/statm: 1310 1134 156 260 0 1034 0
[pid=32541] ppid=32537 vsize=16888 CPUtime=1183.03
/proc/32541/stat : 32541 (march_dl) R 32537 32537 32253 0 -1 4194304 10599 0 0 0 118297 6 0 0 25 0 1 0 1201526999 17293312 3047 1992294400 134512640 134996440 4294956256 18446744073709551615 134527794 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32541/statm: 4222 3047 75 118 0 4101 0
Current children cumulated CPU time (s) 1197.77
Current children cumulated vsize (KiB) 22128

[startup+1199.1 s]
/proc/loadavg: 1.00 1.00 0.96 2/71 32547
/proc/meminfo: memFree=1507032/2055920 swapFree=4171232/4192956
[pid=32537] ppid=32535 vsize=5240 CPUtime=14.74
/proc/32537/stat : 32537 (SATzilla2007_C) S 32535 32537 32253 0 -1 4194304 4286 11136 0 0 753 8 704 9 25 0 1 0 1201525522 5365760 1134 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32537/statm: 1310 1134 156 260 0 1034 0
[pid=32541] ppid=32537 vsize=16888 CPUtime=1183.83
/proc/32541/stat : 32541 (march_dl) R 32537 32537 32253 0 -1 4194304 10599 0 0 0 118377 6 0 0 25 0 1 0 1201526999 17293312 3047 1992294400 134512640 134996440 4294956256 18446744073709551615 134526920 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32541/statm: 4222 3047 75 118 0 4101 0
Current children cumulated CPU time (s) 1198.57
Current children cumulated vsize (KiB) 22128

[startup+1199.9 s]
/proc/loadavg: 1.00 1.00 0.96 2/71 32547
/proc/meminfo: memFree=1507032/2055920 swapFree=4171232/4192956
[pid=32537] ppid=32535 vsize=5240 CPUtime=14.74
/proc/32537/stat : 32537 (SATzilla2007_C) S 32535 32537 32253 0 -1 4194304 4286 11136 0 0 753 8 704 9 25 0 1 0 1201525522 5365760 1134 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32537/statm: 1310 1134 156 260 0 1034 0
[pid=32541] ppid=32537 vsize=16888 CPUtime=1184.63
/proc/32541/stat : 32541 (march_dl) R 32537 32537 32253 0 -1 4194304 10599 0 0 0 118457 6 0 0 25 0 1 0 1201526999 17293312 3047 1992294400 134512640 134996440 4294956256 18446744073709551615 134528166 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32541/statm: 4222 3047 75 118 0 4101 0
Current children cumulated CPU time (s) 1199.37
Current children cumulated vsize (KiB) 22128

[startup+1200.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/71 32547
/proc/meminfo: memFree=1507032/2055920 swapFree=4171232/4192956
[pid=32537] ppid=32535 vsize=11228 CPUtime=1199.77
/proc/32537/stat : 32537 (SATzilla2007_C) R 32535 32537 32253 0 -1 4194304 5869 21735 0 0 774 8 119180 15 19 0 1 0 1201525522 11497472 2618 1992294400 134512640 135579813 4294956224 18446744073709551615 135221869 0 0 4096 0 0 0 0 17 0 0 0
/proc/32537/statm: 2807 2618 164 260 0 2531 0
Current children cumulated CPU time (s) 1199.77
Current children cumulated vsize (KiB) 11228

Child status: 17
Real time (s): 1200.33
CPU time (s): 1199.82
CPU user time (s): 1199.57
CPU system time (s): 0.250961
CPU usage (%): 99.9579
Max. virtual memory (cumulated for all children) (KiB): 22128

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

runsolver used 1.01484 second user time and 3.37649 second system time

The end

Launcher Data

Begin job on node44 at 2009-04-09 16:50:24
IDJOB=1595253
IDBENCH=71410
IDSOLVER=558
FILE ID=node44/1595253-1239288624
PBS_JOBID= 9115398
Free space on /tmp= 66468 MiB

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

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

MD5SUM BENCH= 3e5b6d8ea2e7f58efa9d9a4dc4048be5
RANDOM SEED=471121225

node44.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		: 3000.241
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.241
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1523912 kB
Buffers:         45908 kB
Cached:         413520 kB
SwapCached:      11268 kB
Active:         108992 kB
Inactive:       363116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1523912 kB
SwapTotal:     4192956 kB
SwapFree:      4171232 kB
Dirty:            9360 kB
Writeback:           0 kB
Mapped:          18124 kB
Slab:            45288 kB
Committed_AS:  3384560 kB
PageTables:       1796 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= 66460 MiB
End job on node44 at 2009-04-09 17:10:24