Trace number 1595111

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.24 1199.64

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v1150c84314g2.cnf
MD5SUM63d94048c368060530aaae24bc900bb9
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 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

21.07/21.18	c run March_dl for 5 seconds ... 
21.07/21.18	c Bin: Executing march_dl
21.07/21.18	c child exit by a signal
21.07/21.18	c march_dl returned code 137.
21.07/21.18	c run saps (UBCSAT implementation) for 2 seconds ... 
21.07/21.18	c Bin: Executing ubcsat2006
21.07/21.18	c child exited successfully
21.07/21.18	c ubcsat2006 returned code 0.
21.07/21.18	c satzilla computing base features
21.07/21.18	c satzilla doing unit-prop probe
21.07/21.18	c satzilla doing local search probe
21.07/21.18	c satzilla doing lobjois search-space size estimate
21.07/21.18	c satzilla's ranking:
21.07/21.18	c 1) march_dl: 2.805286
21.07/21.18	c 2) march_dl+P: 3.181301
21.07/21.18	c 3) minisat20: 3.251709
21.07/21.18	c 4) vallst+P: 3.505632
21.07/21.18	c 5) minisat20+P: 4.009508
21.07/21.18	c 6) zchaff_rand+P: 4.019836
21.07/21.18	c 7) kcnfs+P: 999.000000
21.07/21.18	c 8) kcnfs: 999.000000
21.07/21.18	c 9) vallst: 999.000000
21.07/21.18	c 10) zchaff_rand: 999.000000
21.07/21.18	c satzilla running march_dl ... 
1198.87/1199.39	c Bin: Executing march_dl
1198.87/1199.39	c child exit by a signal
1198.87/1199.39	c march_dl returned code 137.
1198.87/1199.39	c march_dl returned code 137.
1198.87/1199.39	c satzilla running march_dl with preprocessing ... 
1199.19/1199.63	c Preprocessing...
1199.19/1199.63	c Inital problem has 1150 variables, 50 nary clauses (84264 binary clauses).
1199.19/1199.63	c Num non-binary clauses 50, Average non-binary clause length 23.000
1199.19/1199.63	c Theory has no gaps
1199.19/1199.63	c Preprocessor runtime was 0.160 seconds.
1199.19/1199.63	c 
1199.19/1199.63	c Satisfiability of theory still undetermined.
1199.19/1199.63	c See file /tmp/TbLgDC for simplified theory.
1199.19/1199.63	c Bin: Executing march_dl
1199.19/1199.63	c march_dl returned code 1.
1199.19/1199.63	c march_dl returned code 1.
1199.19/1199.63	c satzilla running minisat20 ... 
1199.19/1199.63	c Bin: Executing minisat20
1199.19/1199.63	c minisat20 returned code 1.
1199.19/1199.63	c minisat20 returned code 1.
1199.19/1199.63	c satzilla running vallst with preprocessing ... 
1199.19/1199.63	c Bin: Executing vallst
1199.19/1199.63	c vallst returned code 1.
1199.19/1199.63	c vallst returned code 1.
1199.19/1199.63	c satzilla running minisat20 with preprocessing ... 
1199.19/1199.63	c Bin: Executing minisat20
1199.19/1199.63	c minisat20 returned code 1.
1199.19/1199.63	c minisat20 returned code 1.
1199.19/1199.63	c satzilla running zchaff_rand with preprocessing ... 
1199.19/1199.63	c Bin: Executing zchaff_rand
1199.19/1199.63	c zchaff_rand returned code 1.
1199.19/1199.63	c zchaff_rand returned code 1.
1199.19/1199.63	c satzilla running kcnfs with preprocessing ... 
1199.19/1199.63	c Bin: Executing kcnfs
1199.19/1199.63	c kcnfs returned code 1.
1199.19/1199.63	c kcnfs returned code 1.
1199.19/1199.63	c satzilla running kcnfs ... 
1199.19/1199.63	c Bin: Executing kcnfs
1199.19/1199.63	c kcnfs returned code 1.
1199.19/1199.63	c kcnfs returned code 1.
1199.19/1199.63	c satzilla running vallst ... 
1199.19/1199.63	c Bin: Executing vallst
1199.19/1199.63	c vallst returned code 1.
1199.19/1199.63	c vallst returned code 1.
1199.19/1199.63	c satzilla running zchaff_rand ... 
1199.19/1199.63	c Bin: Executing zchaff_rand
1199.19/1199.63	c zchaff_rand returned code 1.
1199.19/1199.63	c zchaff_rand returned code 1.
1199.19/1199.63	c ERROR: All Failed! 
1199.19/1199.63	c SATZILLA_TIME=1199.410000

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-1595111-1239285438/watcher-1595111-1239285438 -o /tmp/evaluation-result-1595111-1239285438/solver-1595111-1239285438 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2007_C HOME/instance-1595111-1239285438.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: 1.00 0.97 0.91 3/70 17778
/proc/meminfo: memFree=1309040/2055920 swapFree=4174076/4192956
[pid=17778] ppid=17776 vsize=1440 CPUtime=0
/proc/17778/stat : 17778 (SATzilla2007_C) S 17776 17778 17531 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1201208857 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17778/statm: 360 110 95 260 0 84 0
[pid=17779] ppid=17778 vsize=1432 CPUtime=0
/proc/17779/stat : 17779 (march_dl) R 17778 17778 17531 0 -1 4194304 184 0 0 0 0 0 0 0 19 0 1 0 1201208857 1466368 179 1992294400 134512640 134996440 4294956256 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17779/statm: 358 179 50 118 0 237 0

[startup+0.09771 s]
/proc/loadavg: 1.00 0.97 0.91 3/70 17778
/proc/meminfo: memFree=1309040/2055920 swapFree=4174076/4192956
[pid=17778] ppid=17776 vsize=1440 CPUtime=0
/proc/17778/stat : 17778 (SATzilla2007_C) S 17776 17778 17531 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1201208857 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17778/statm: 360 110 95 260 0 84 0
[pid=17779] ppid=17778 vsize=4400 CPUtime=0.08
/proc/17779/stat : 17779 (march_dl) R 17778 17778 17531 0 -1 4194304 877 0 0 0 8 0 0 0 19 0 1 0 1201208857 4505600 640 1992294400 134512640 134996440 4294956256 18446744073709551615 134617577 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17779/statm: 1100 641 53 118 0 979 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5840

[startup+0.101709 s]
/proc/loadavg: 1.00 0.97 0.91 3/70 17778
/proc/meminfo: memFree=1309040/2055920 swapFree=4174076/4192956
[pid=17778] ppid=17776 vsize=1440 CPUtime=0
/proc/17778/stat : 17778 (SATzilla2007_C) S 17776 17778 17531 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1201208857 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17778/statm: 360 110 95 260 0 84 0
[pid=17779] ppid=17778 vsize=4400 CPUtime=0.09
/proc/17779/stat : 17779 (march_dl) R 17778 17778 17531 0 -1 4194304 881 0 0 0 9 0 0 0 20 0 1 0 1201208857 4505600 644 1992294400 134512640 134996440 4294956256 18446744073709551615 134544617 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17779/statm: 1100 644 53 118 0 979 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5840

[startup+0.301732 s]
/proc/loadavg: 1.00 0.97 0.91 3/70 17778
/proc/meminfo: memFree=1309040/2055920 swapFree=4174076/4192956
[pid=17778] ppid=17776 vsize=1440 CPUtime=0
/proc/17778/stat : 17778 (SATzilla2007_C) S 17776 17778 17531 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1201208857 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17778/statm: 360 110 95 260 0 84 0
[pid=17779] ppid=17778 vsize=6308 CPUtime=0.29
/proc/17779/stat : 17779 (march_dl) R 17778 17778 17531 0 -1 4194304 4972 0 0 0 28 1 0 0 22 0 1 0 1201208857 6459392 1195 1992294400 134512640 134996440 4294956256 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17779/statm: 1577 1195 72 118 0 1456 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7748

[startup+0.701778 s]
/proc/loadavg: 1.00 0.97 0.91 3/70 17778
/proc/meminfo: memFree=1309040/2055920 swapFree=4174076/4192956
[pid=17778] ppid=17776 vsize=1440 CPUtime=0
/proc/17778/stat : 17778 (SATzilla2007_C) S 17776 17778 17531 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1201208857 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17778/statm: 360 110 95 260 0 84 0
[pid=17779] ppid=17778 vsize=12072 CPUtime=0.69
/proc/17779/stat : 17779 (march_dl) R 17778 17778 17531 0 -1 4194304 9503 0 0 0 65 4 0 0 25 0 1 0 1201208857 12361728 1901 1992294400 134512640 134996440 4294956256 18446744073709551615 134527849 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17779/statm: 3018 1901 73 118 0 2897 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13512

[startup+1.50187 s]
/proc/loadavg: 1.00 0.97 0.91 2/72 17780
/proc/meminfo: memFree=1301152/2055920 swapFree=4174076/4192956
[pid=17778] ppid=17776 vsize=1440 CPUtime=0
/proc/17778/stat : 17778 (SATzilla2007_C) S 17776 17778 17531 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1201208857 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17778/statm: 360 110 95 260 0 84 0
[pid=17779] ppid=17778 vsize=13724 CPUtime=1.49
/proc/17779/stat : 17779 (march_dl) R 17778 17778 17531 0 -1 4194304 9887 0 0 0 145 4 0 0 25 0 1 0 1201208857 14053376 2285 1992294400 134512640 134996440 4294956256 18446744073709551615 134532774 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17779/statm: 3431 2285 75 118 0 3310 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 15164

[startup+3.10105 s]
/proc/loadavg: 1.00 0.97 0.91 2/72 17780
/proc/meminfo: memFree=1299744/2055920 swapFree=4174076/4192956
[pid=17778] ppid=17776 vsize=1440 CPUtime=0
/proc/17778/stat : 17778 (SATzilla2007_C) S 17776 17778 17531 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1201208857 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17778/statm: 360 110 95 260 0 84 0
[pid=17779] ppid=17778 vsize=13980 CPUtime=3.09
/proc/17779/stat : 17779 (march_dl) R 17778 17778 17531 0 -1 4194304 9951 0 0 0 305 4 0 0 25 0 1 0 1201208857 14315520 2349 1992294400 134512640 134996440 4294956256 18446744073709551615 134528117 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17779/statm: 3495 2349 75 118 0 3374 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 15420

[startup+6.30142 s]
/proc/loadavg: 1.00 0.97 0.91 2/72 17781
/proc/meminfo: memFree=1304544/2055920 swapFree=4174076/4192956
[pid=17778] ppid=17776 vsize=1440 CPUtime=4.99
/proc/17778/stat : 17778 (SATzilla2007_C) S 17776 17778 17531 0 -1 4194304 135 9992 0 0 0 0 494 5 19 0 1 0 1201208857 1474560 111 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17778/statm: 360 111 96 260 0 84 0
[pid=17781] ppid=17778 vsize=10288 CPUtime=1.28
/proc/17781/stat : 17781 (ubcsat2006) R 17778 17778 17531 0 -1 4194304 1180 0 0 0 125 3 0 0 25 0 1 0 1201209358 10534912 1163 1992294400 134512640 134777720 4294956112 18446744073709551615 134551997 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17781/statm: 2572 1163 156 64 0 2153 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 11728

[startup+12.7022 s]
/proc/loadavg: 1.00 0.97 0.91 2/71 17781
/proc/meminfo: memFree=1305000/2055920 swapFree=4174076/4192956
[pid=17778] ppid=17776 vsize=5040 CPUtime=12.67
/proc/17778/stat : 17778 (SATzilla2007_C) R 17776 17778 17531 0 -1 4194304 2252 11178 0 0 554 1 702 10 25 0 1 0 1201208857 5160960 1065 1992294400 134512640 135579813 4294956224 18446744073709551615 134527245 0 0 4096 0 0 0 0 17 0 0 0
/proc/17778/statm: 1260 1065 124 260 0 984 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 5040

[startup+25.5016 s]
/proc/loadavg: 1.00 0.97 0.91 2/72 17782
/proc/meminfo: memFree=1295520/2055920 swapFree=4174076/4192956
[pid=17778] ppid=17776 vsize=5244 CPUtime=21.15
/proc/17778/stat : 17778 (SATzilla2007_C) S 17776 17778 17531 0 -1 4194304 4287 11178 0 0 1396 7 702 10 25 0 1 0 1201208857 5369856 1135 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17778/statm: 1311 1135 156 260 0 1035 0
[pid=17782] ppid=17778 vsize=13980 CPUtime=4.3
/proc/17782/stat : 17782 (march_dl) R 17778 17778 17531 0 -1 4194304 9972 0 0 0 426 4 0 0 25 0 1 0 1201210976 14315520 2371 1992294400 134512640 134996440 4294956256 18446744073709551615 134527899 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17782/statm: 3495 2371 75 118 0 3374 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 19224

[startup+51.1016 s]
/proc/loadavg: 1.00 0.97 0.91 2/72 17782
/proc/meminfo: memFree=1294944/2055920 swapFree=4174076/4192956
[pid=17778] ppid=17776 vsize=5244 CPUtime=21.15
/proc/17778/stat : 17778 (SATzilla2007_C) S 17776 17778 17531 0 -1 4194304 4287 11178 0 0 1396 7 702 10 25 0 1 0 1201208857 5369856 1135 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17778/statm: 1311 1135 156 260 0 1035 0
[pid=17782] ppid=17778 vsize=14812 CPUtime=29.88
/proc/17782/stat : 17782 (march_dl) R 17778 17778 17531 0 -1 4194304 10130 0 0 0 2983 5 0 0 25 0 1 0 1201210976 15167488 2529 1992294400 134512640 134996440 4294956256 18446744073709551615 134566675 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17782/statm: 3703 2529 75 118 0 3582 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 20056

[startup+102.306 s]
/proc/loadavg: 1.00 0.97 0.91 2/72 17782
/proc/meminfo: memFree=1294304/2055920 swapFree=4174076/4192956
[pid=17778] ppid=17776 vsize=5244 CPUtime=21.15
/proc/17778/stat : 17778 (SATzilla2007_C) S 17776 17778 17531 0 -1 4194304 4287 11178 0 0 1396 7 702 10 25 0 1 0 1201208857 5369856 1135 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17778/statm: 1311 1135 156 260 0 1035 0
[pid=17782] ppid=17778 vsize=15456 CPUtime=81.06
/proc/17782/stat : 17782 (march_dl) R 17778 17778 17531 0 -1 4194304 10291 0 0 0 8101 5 0 0 25 0 1 0 1201210976 15826944 2690 1992294400 134512640 134996440 4294956256 18446744073709551615 134527824 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17782/statm: 3864 2690 75 118 0 3743 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 20700

[startup+162.301 s]
/proc/loadavg: 1.00 0.97 0.91 2/72 17782
/proc/meminfo: memFree=1294048/2055920 swapFree=4174076/4192956
[pid=17778] ppid=17776 vsize=5244 CPUtime=21.15
/proc/17778/stat : 17778 (SATzilla2007_C) S 17776 17778 17531 0 -1 4194304 4287 11178 0 0 1396 7 702 10 25 0 1 0 1201208857 5369856 1135 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17778/statm: 1311 1135 156 260 0 1035 0
[pid=17782] ppid=17778 vsize=15716 CPUtime=141.04
/proc/17782/stat : 17782 (march_dl) R 17778 17778 17531 0 -1 4194304 10353 0 0 0 14099 5 0 0 25 0 1 0 1201210976 16093184 2752 1992294400 134512640 134996440 4294956256 18446744073709551615 134533081 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17782/statm: 3929 2752 75 118 0 3808 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 20960

[startup+222.301 s]
/proc/loadavg: 1.00 0.97 0.91 2/72 17782
/proc/meminfo: memFree=1293856/2055920 swapFree=4174076/4192956
[pid=17778] ppid=17776 vsize=5244 CPUtime=21.15
/proc/17778/stat : 17778 (SATzilla2007_C) S 17776 17778 17531 0 -1 4194304 4287 11178 0 0 1396 7 702 10 25 0 1 0 1201208857 5369856 1135 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17778/statm: 1311 1135 156 260 0 1035 0
[pid=17782] ppid=17778 vsize=15844 CPUtime=201
/proc/17782/stat : 17782 (march_dl) R 17778 17778 17531 0 -1 4194304 10399 0 0 0 20095 5 0 0 25 0 1 0 1201210976 16224256 2798 1992294400 134512640 134996440 4294956256 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17782/statm: 3961 2798 75 118 0 3840 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 21088

[startup+282.301 s]
/proc/loadavg: 1.00 0.97 0.91 2/72 17788
/proc/meminfo: memFree=1293728/2055920 swapFree=4174076/4192956
[pid=17778] ppid=17776 vsize=5244 CPUtime=21.15
/proc/17778/stat : 17778 (SATzilla2007_C) S 17776 17778 17531 0 -1 4194304 4287 11178 0 0 1396 7 702 10 25 0 1 0 1201208857 5369856 1135 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17778/statm: 1311 1135 156 260 0 1035 0
[pid=17782] ppid=17778 vsize=15972 CPUtime=260.97
/proc/17782/stat : 17782 (march_dl) R 17778 17778 17531 0 -1 4194304 10428 0 0 0 26092 5 0 0 25 0 1 0 1201210976 16355328 2827 1992294400 134512640 134996440 4294956256 18446744073709551615 134527899 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17782/statm: 3993 2827 75 118 0 3872 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 21216

[startup+342.301 s]
/proc/loadavg: 1.00 0.97 0.91 2/72 17788
/proc/meminfo: memFree=1293728/2055920 swapFree=4174076/4192956
[pid=17778] ppid=17776 vsize=5244 CPUtime=21.15
/proc/17778/stat : 17778 (SATzilla2007_C) S 17776 17778 17531 0 -1 4194304 4287 11178 0 0 1396 7 702 10 25 0 1 0 1201208857 5369856 1135 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17778/statm: 1311 1135 156 260 0 1035 0
[pid=17782] ppid=17778 vsize=16104 CPUtime=320.95
/proc/17782/stat : 17782 (march_dl) R 17778 17778 17531 0 -1 4194304 10451 0 0 0 32090 5 0 0 25 0 1 0 1201210976 16490496 2850 1992294400 134512640 134996440 4294956256 18446744073709551615 134533056 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17782/statm: 4026 2850 75 118 0 3905 0
Current children cumulated CPU time (s) 342.1
Current children cumulated vsize (KiB) 21348


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

/proc/17778/statm: 1311 1135 156 260 0 1035 0
[pid=17782] ppid=17778 vsize=16620 CPUtime=740.84
/proc/17782/stat : 17782 (march_dl) R 17778 17778 17531 0 -1 4194304 10579 0 0 0 74079 5 0 0 25 0 1 0 1201210976 17018880 2978 1992294400 134512640 134996440 4294956256 18446744073709551615 134587819 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17782/statm: 4155 2978 75 118 0 4034 0
Current children cumulated CPU time (s) 761.99
Current children cumulated vsize (KiB) 21864

[startup+822.301 s]
/proc/loadavg: 1.00 0.97 0.91 2/72 17788
/proc/meminfo: memFree=1292960/2055920 swapFree=4174076/4192956
[pid=17778] ppid=17776 vsize=5244 CPUtime=21.15
/proc/17778/stat : 17778 (SATzilla2007_C) S 17776 17778 17531 0 -1 4194304 4287 11178 0 0 1396 7 702 10 25 0 1 0 1201208857 5369856 1135 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17778/statm: 1311 1135 156 260 0 1035 0
[pid=17782] ppid=17778 vsize=16748 CPUtime=800.83
/proc/17782/stat : 17782 (march_dl) R 17778 17778 17531 0 -1 4194304 10618 0 0 0 80077 6 0 0 25 0 1 0 1201210976 17149952 3017 1992294400 134512640 134996440 4294956256 18446744073709551615 134587821 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17782/statm: 4187 3017 75 118 0 4066 0
Current children cumulated CPU time (s) 821.98
Current children cumulated vsize (KiB) 21992

[startup+882.301 s]
/proc/loadavg: 1.00 0.97 0.91 2/72 17788
/proc/meminfo: memFree=1292896/2055920 swapFree=4174076/4192956
[pid=17778] ppid=17776 vsize=5244 CPUtime=21.15
/proc/17778/stat : 17778 (SATzilla2007_C) S 17776 17778 17531 0 -1 4194304 4287 11178 0 0 1396 7 702 10 25 0 1 0 1201208857 5369856 1135 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17778/statm: 1311 1135 156 260 0 1035 0
[pid=17782] ppid=17778 vsize=16876 CPUtime=860.81
/proc/17782/stat : 17782 (march_dl) R 17778 17778 17531 0 -1 4194304 10634 0 0 0 86075 6 0 0 25 0 1 0 1201210976 17281024 3033 1992294400 134512640 134996440 4294956256 18446744073709551615 134533005 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17782/statm: 4219 3033 75 118 0 4098 0
Current children cumulated CPU time (s) 881.96
Current children cumulated vsize (KiB) 22120

[startup+942.301 s]
/proc/loadavg: 1.00 0.97 0.91 2/72 17788
/proc/meminfo: memFree=1292832/2055920 swapFree=4174076/4192956
[pid=17778] ppid=17776 vsize=5244 CPUtime=21.15
/proc/17778/stat : 17778 (SATzilla2007_C) S 17776 17778 17531 0 -1 4194304 4287 11178 0 0 1396 7 702 10 25 0 1 0 1201208857 5369856 1135 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17778/statm: 1311 1135 156 260 0 1035 0
[pid=17782] ppid=17778 vsize=16876 CPUtime=920.79
/proc/17782/stat : 17782 (march_dl) R 17778 17778 17531 0 -1 4194304 10652 0 0 0 92073 6 0 0 25 0 1 0 1201210976 17281024 3051 1992294400 134512640 134996440 4294956256 18446744073709551615 134527904 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17782/statm: 4219 3051 75 118 0 4098 0
Current children cumulated CPU time (s) 941.94
Current children cumulated vsize (KiB) 22120

[startup+1002.3 s]
/proc/loadavg: 1.00 0.97 0.91 2/72 17788
/proc/meminfo: memFree=1292832/2055920 swapFree=4174076/4192956
[pid=17778] ppid=17776 vsize=5244 CPUtime=21.15
/proc/17778/stat : 17778 (SATzilla2007_C) S 17776 17778 17531 0 -1 4194304 4287 11178 0 0 1396 7 702 10 25 0 1 0 1201208857 5369856 1135 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17778/statm: 1311 1135 156 260 0 1035 0
[pid=17782] ppid=17778 vsize=16876 CPUtime=980.78
/proc/17782/stat : 17782 (march_dl) R 17778 17778 17531 0 -1 4194304 10663 0 0 0 98072 6 0 0 25 0 1 0 1201210976 17281024 3062 1992294400 134512640 134996440 4294956256 18446744073709551615 134532777 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17782/statm: 4219 3062 75 118 0 4098 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 22120

[startup+1062.3 s]
/proc/loadavg: 1.00 0.97 0.91 2/72 17788
/proc/meminfo: memFree=1292768/2055920 swapFree=4174076/4192956
[pid=17778] ppid=17776 vsize=5244 CPUtime=21.15
/proc/17778/stat : 17778 (SATzilla2007_C) S 17776 17778 17531 0 -1 4194304 4287 11178 0 0 1396 7 702 10 25 0 1 0 1201208857 5369856 1135 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17778/statm: 1311 1135 156 260 0 1035 0
[pid=17782] ppid=17778 vsize=17008 CPUtime=1040.76
/proc/17782/stat : 17782 (march_dl) R 17778 17778 17531 0 -1 4194304 10673 0 0 0 104070 6 0 0 25 0 1 0 1201210976 17416192 3072 1992294400 134512640 134996440 4294956256 18446744073709551615 134526956 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17782/statm: 4252 3072 75 118 0 4131 0
Current children cumulated CPU time (s) 1061.91
Current children cumulated vsize (KiB) 22252

[startup+1122.3 s]
/proc/loadavg: 1.00 0.97 0.91 2/72 17788
/proc/meminfo: memFree=1292704/2055920 swapFree=4174076/4192956
[pid=17778] ppid=17776 vsize=5244 CPUtime=21.15
/proc/17778/stat : 17778 (SATzilla2007_C) S 17776 17778 17531 0 -1 4194304 4287 11178 0 0 1396 7 702 10 25 0 1 0 1201208857 5369856 1135 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17778/statm: 1311 1135 156 260 0 1035 0
[pid=17782] ppid=17778 vsize=17008 CPUtime=1100.74
/proc/17782/stat : 17782 (march_dl) R 17778 17778 17531 0 -1 4194304 10680 0 0 0 110068 6 0 0 25 0 1 0 1201210976 17416192 3079 1992294400 134512640 134996440 4294956256 18446744073709551615 134526962 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17782/statm: 4252 3079 75 118 0 4131 0
Current children cumulated CPU time (s) 1121.89
Current children cumulated vsize (KiB) 22252

[startup+1182.3 s]
/proc/loadavg: 1.00 0.97 0.91 2/72 17788
/proc/meminfo: memFree=1292640/2055920 swapFree=4174076/4192956
[pid=17778] ppid=17776 vsize=5244 CPUtime=21.15
/proc/17778/stat : 17778 (SATzilla2007_C) S 17776 17778 17531 0 -1 4194304 4287 11178 0 0 1396 7 702 10 25 0 1 0 1201208857 5369856 1135 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17778/statm: 1311 1135 156 260 0 1035 0
[pid=17782] ppid=17778 vsize=17008 CPUtime=1160.73
/proc/17782/stat : 17782 (march_dl) R 17778 17778 17531 0 -1 4194304 10685 0 0 0 116067 6 0 0 25 0 1 0 1201210976 17416192 3084 1992294400 134512640 134996440 4294956256 18446744073709551615 134532803 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17782/statm: 4252 3084 75 118 0 4131 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 22252

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

[startup+1190.3 s]
/proc/loadavg: 1.00 0.97 0.91 2/72 17788
/proc/meminfo: memFree=1292640/2055920 swapFree=4174076/4192956
[pid=17778] ppid=17776 vsize=5244 CPUtime=21.15
/proc/17778/stat : 17778 (SATzilla2007_C) S 17776 17778 17531 0 -1 4194304 4287 11178 0 0 1396 7 702 10 25 0 1 0 1201208857 5369856 1135 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17778/statm: 1311 1135 156 260 0 1035 0
[pid=17782] ppid=17778 vsize=17008 CPUtime=1168.73
/proc/17782/stat : 17782 (march_dl) R 17778 17778 17531 0 -1 4194304 10686 0 0 0 116867 6 0 0 25 0 1 0 1201210976 17416192 3085 1992294400 134512640 134996440 4294956256 18446744073709551615 134571545 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17782/statm: 4252 3085 75 118 0 4131 0
Current children cumulated CPU time (s) 1189.88
Current children cumulated vsize (KiB) 22252

[startup+1193.51 s]
/proc/loadavg: 1.00 0.97 0.91 2/72 17788
/proc/meminfo: memFree=1292640/2055920 swapFree=4174076/4192956
[pid=17778] ppid=17776 vsize=5244 CPUtime=21.15
/proc/17778/stat : 17778 (SATzilla2007_C) S 17776 17778 17531 0 -1 4194304 4287 11178 0 0 1396 7 702 10 25 0 1 0 1201208857 5369856 1135 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17778/statm: 1311 1135 156 260 0 1035 0
[pid=17782] ppid=17778 vsize=17008 CPUtime=1171.93
/proc/17782/stat : 17782 (march_dl) R 17778 17778 17531 0 -1 4194304 10686 0 0 0 117187 6 0 0 25 0 1 0 1201210976 17416192 3085 1992294400 134512640 134996440 4294956256 18446744073709551615 134528079 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17782/statm: 4252 3085 75 118 0 4131 0
Current children cumulated CPU time (s) 1193.08
Current children cumulated vsize (KiB) 22252

[startup+1196.7 s]
/proc/loadavg: 1.00 0.97 0.91 2/72 17788
/proc/meminfo: memFree=1292640/2055920 swapFree=4174076/4192956
[pid=17778] ppid=17776 vsize=5244 CPUtime=21.15
/proc/17778/stat : 17778 (SATzilla2007_C) S 17776 17778 17531 0 -1 4194304 4287 11178 0 0 1396 7 702 10 25 0 1 0 1201208857 5369856 1135 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17778/statm: 1311 1135 156 260 0 1035 0
[pid=17782] ppid=17778 vsize=17008 CPUtime=1175.13
/proc/17782/stat : 17782 (march_dl) R 17778 17778 17531 0 -1 4194304 10687 0 0 0 117507 6 0 0 25 0 1 0 1201210976 17416192 3086 1992294400 134512640 134996440 4294956256 18446744073709551615 134533000 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17782/statm: 4252 3086 75 118 0 4131 0
Current children cumulated CPU time (s) 1196.28
Current children cumulated vsize (KiB) 22252

[startup+1198.3 s]
/proc/loadavg: 1.00 0.97 0.91 2/72 17788
/proc/meminfo: memFree=1292640/2055920 swapFree=4174076/4192956
[pid=17778] ppid=17776 vsize=5244 CPUtime=21.15
/proc/17778/stat : 17778 (SATzilla2007_C) S 17776 17778 17531 0 -1 4194304 4287 11178 0 0 1396 7 702 10 25 0 1 0 1201208857 5369856 1135 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17778/statm: 1311 1135 156 260 0 1035 0
[pid=17782] ppid=17778 vsize=17008 CPUtime=1176.72
/proc/17782/stat : 17782 (march_dl) R 17778 17778 17531 0 -1 4194304 10687 0 0 0 117666 6 0 0 25 0 1 0 1201210976 17416192 3086 1992294400 134512640 134996440 4294956256 18446744073709551615 134533005 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17782/statm: 4252 3086 75 118 0 4131 0
Current children cumulated CPU time (s) 1197.87
Current children cumulated vsize (KiB) 22252

[startup+1199.1 s]
/proc/loadavg: 1.00 0.97 0.91 2/72 17788
/proc/meminfo: memFree=1292640/2055920 swapFree=4174076/4192956
[pid=17778] ppid=17776 vsize=5244 CPUtime=21.15
/proc/17778/stat : 17778 (SATzilla2007_C) S 17776 17778 17531 0 -1 4194304 4287 11178 0 0 1396 7 702 10 25 0 1 0 1201208857 5369856 1135 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17778/statm: 1311 1135 156 260 0 1035 0
[pid=17782] ppid=17778 vsize=17008 CPUtime=1177.52
/proc/17782/stat : 17782 (march_dl) R 17778 17778 17531 0 -1 4194304 10687 0 0 0 117746 6 0 0 25 0 1 0 1201210976 17416192 3086 1992294400 134512640 134996440 4294956256 18446744073709551615 134528378 0 0 8392704 0 0 0 0 17 0 0 0
/proc/17782/statm: 4252 3086 75 118 0 4131 0
Current children cumulated CPU time (s) 1198.67
Current children cumulated vsize (KiB) 22252

[startup+1199.5 s]
/proc/loadavg: 1.00 0.97 0.91 2/72 17788
/proc/meminfo: memFree=1292640/2055920 swapFree=4174076/4192956
[pid=17778] ppid=17776 vsize=11584 CPUtime=1199.09
/proc/17778/stat : 17778 (SATzilla2007_C) R 17776 17778 17531 0 -1 4194304 5860 21865 0 0 1406 8 118478 17 19 0 1 0 1201208857 11862016 2614 1992294400 134512640 135579813 4294956224 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 0 0 0
/proc/17778/statm: 2896 2614 162 260 0 2620 0
Current children cumulated CPU time (s) 1199.09
Current children cumulated vsize (KiB) 11584

[startup+1199.6 s]
/proc/loadavg: 1.00 0.97 0.91 2/72 17788
/proc/meminfo: memFree=1292640/2055920 swapFree=4174076/4192956
[pid=17778] ppid=17776 vsize=11228 CPUtime=1199.19
/proc/17778/stat : 17778 (SATzilla2007_C) R 17776 17778 17531 0 -1 4194304 5871 21865 0 0 1416 8 118478 17 19 0 1 0 1201208857 11497472 2621 1992294400 134512640 135579813 4294956224 18446744073709551615 135221869 0 0 4096 0 0 0 0 17 0 0 0
/proc/17778/statm: 2807 2621 164 260 0 2531 0
Current children cumulated CPU time (s) 1199.19
Current children cumulated vsize (KiB) 11228

Child status: 17
Real time (s): 1199.64
CPU time (s): 1199.24
CPU user time (s): 1198.98
CPU system time (s): 0.26096
CPU usage (%): 99.967
Max. virtual memory (cumulated for all children) (KiB): 22252

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

runsolver used 1.09683 second user time and 3.2855 second system time

The end

Launcher Data

Begin job on node74 at 2009-04-09 15:57:18
IDJOB=1595111
IDBENCH=71339
IDSOLVER=558
FILE ID=node74/1595111-1239285438
PBS_JOBID= 9115387
Free space on /tmp= 103196 MiB

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

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

MD5SUM BENCH= 63d94048c368060530aaae24bc900bb9
RANDOM SEED=991046073

node74.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.236
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.236
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:       1309528 kB
Buffers:         71464 kB
Cached:         589088 kB
SwapCached:       7956 kB
Active:          45480 kB
Inactive:       624576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1309528 kB
SwapTotal:     4192956 kB
SwapFree:      4174076 kB
Dirty:            9360 kB
Writeback:           0 kB
Mapped:          15052 kB
Slab:            61644 kB
Committed_AS:  2957744 kB
PageTables:       1852 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 103188 MiB
End job on node74 at 2009-04-09 16:17:18