Trace number 334816

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SATzilla RANDOM? (TO) 1200.04 1200.52

General information on the benchmark

Namecrafted/Hard/contest05/phnf/
phnf-size10-exclusive-equilarge_l3.used-as.sat04-895.sat05-4189.reshuffled-07.cnf
MD5SUM58af3687ccec42ccd800f9557db434fc
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 variables16489
Number of clauses2248381
Sum of the clauses size4509197
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22246354
Number of clauses of size 30
Number of clauses of size 44
Number of clauses of size 58
Number of clauses of size over 52015

Solver Data (download as text)

106.62/106.76	c run March_dl for 5 seconds ... 
106.62/106.76	c Bin: Executing march_dl
106.62/106.76	c child exit by a signal
106.62/106.76	c march_dl returned code 137.
106.62/106.76	c run saps (UBCSAT implementation) for 2 seconds ... 
106.62/106.76	c Bin: Executing ubcsat2006
106.62/106.76	c child exited successfully
106.62/106.76	c ubcsat2006 returned code 0.
106.62/106.76	c satzilla computing base features
106.62/106.76	c satzilla doing unit-prop probe
106.62/106.76	c satzilla doing local search probe
106.62/106.76	c satzilla doing lobjois search-space size estimate
106.62/106.76	c satzilla's ranking:
106.62/106.76	c 1) march_dl: -47170.017784
106.62/106.76	c 2) kcnfs: -973.461929
106.62/106.76	c 3) minisat20+P: 161.417900
106.62/106.76	c 4) kcnfs+P: 999.000000
106.62/106.76	c 5) march_dl+P: 999.000000
106.62/106.76	c 6) vallst+P: 999.000000
106.62/106.76	c 7) zchaff_rand+P: 999.000000
106.62/106.76	c 8) vallst: 999.000000
106.62/106.76	c 9) zchaff_rand: 999.000000
106.62/106.76	c 10) minisat20: 999.000000
106.62/106.76	c satzilla running march_dl ... 
1199.50/1200.05	c Bin: Executing march_dl
1199.50/1200.05	c child exit by a signal
1199.50/1200.05	c march_dl returned code 137.
1199.50/1200.05	c march_dl returned code 137.
1199.50/1200.05	c satzilla running kcnfs ... 
1199.50/1200.05	c Bin: Executing kcnfs
1199.50/1200.05	c kcnfs returned code 1.
1199.50/1200.05	c kcnfs returned code 1.
1199.50/1200.05	c satzilla running minisat20 with preprocessing ... 

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node6/watcher-334816-1173594099 -o ROOT/results/node6/solver-334816-1173594099 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/334816-1173594099/SATzilla2007_R /tmp/evaluation/334816-1173594099/instance-334816-1173594099.cnf 

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


[startup+0 s]
/proc/loadavg: 0.92 0.97 0.99 3/77 26906
/proc/meminfo: memFree=1250944/2055924 swapFree=4156956/4192956
[pid=26906] ppid=26904 vsize=1440 CPUtime=0
/proc/26906/stat : 26906 (SATzilla2007_R) R 26904 26906 26156 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 379365087 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/26906/statm: 360 110 95 260 0 84 0
[pid=26907] ppid=26906 vsize=9420 CPUtime=0
/proc/26907/stat : 26907 (march_dl) R 26906 26906 26156 0 -1 4194304 851 0 0 0 0 0 0 0 18 0 1 0 379365087 9646080 847 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134549401 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26907/statm: 2355 854 49 118 0 2234 0

[startup+0.0181709 s]
/proc/loadavg: 0.92 0.97 0.99 3/77 26906
/proc/meminfo: memFree=1250944/2055924 swapFree=4156956/4192956
[pid=26906] ppid=26904 vsize=1440 CPUtime=0
/proc/26906/stat : 26906 (SATzilla2007_R) S 26904 26906 26156 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 379365087 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26906/statm: 360 110 95 260 0 84 0
[pid=26907] ppid=26906 vsize=19260 CPUtime=0.01
/proc/26907/stat : 26907 (march_dl) R 26906 26906 26156 0 -1 4194304 2519 0 0 0 0 1 0 0 19 0 1 0 379365087 19722240 2514 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26907/statm: 4815 2514 50 118 0 4694 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 20700

[startup+0.101183 s]
/proc/loadavg: 0.92 0.97 0.99 3/77 26906
/proc/meminfo: memFree=1250944/2055924 swapFree=4156956/4192956
[pid=26906] ppid=26904 vsize=1440 CPUtime=0
/proc/26906/stat : 26906 (SATzilla2007_R) S 26904 26906 26156 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 379365087 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26906/statm: 360 110 95 260 0 84 0
[pid=26907] ppid=26906 vsize=20448 CPUtime=0.09
/proc/26907/stat : 26907 (march_dl) R 26906 26906 26156 0 -1 4194304 2887 0 0 0 8 1 0 0 19 0 1 0 379365087 20938752 2882 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26907/statm: 5112 2882 50 118 0 4991 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21888

[startup+0.301222 s]
/proc/loadavg: 0.92 0.97 0.99 3/77 26906
/proc/meminfo: memFree=1250944/2055924 swapFree=4156956/4192956
[pid=26906] ppid=26904 vsize=1440 CPUtime=0
/proc/26906/stat : 26906 (SATzilla2007_R) S 26904 26906 26156 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 379365087 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26906/statm: 360 110 95 260 0 84 0
[pid=26907] ppid=26906 vsize=23220 CPUtime=0.29
/proc/26907/stat : 26907 (march_dl) R 26906 26906 26156 0 -1 4194304 3775 0 0 0 27 2 0 0 21 0 1 0 379365087 23777280 3770 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26907/statm: 5805 3770 50 118 0 5684 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24660

[startup+0.701301 s]
/proc/loadavg: 0.92 0.97 0.99 3/77 26906
/proc/meminfo: memFree=1250944/2055924 swapFree=4156956/4192956
[pid=26906] ppid=26904 vsize=1440 CPUtime=0
/proc/26906/stat : 26906 (SATzilla2007_R) S 26904 26906 26156 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 379365087 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26906/statm: 360 110 95 260 0 84 0
[pid=26907] ppid=26906 vsize=28896 CPUtime=0.69
/proc/26907/stat : 26907 (march_dl) R 26906 26906 26156 0 -1 4194304 5554 0 0 0 66 3 0 0 24 0 1 0 379365087 29589504 5549 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26907/statm: 7224 5549 50 118 0 7103 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30336

[startup+1.50146 s]
/proc/loadavg: 0.92 0.97 0.99 2/79 26908
/proc/meminfo: memFree=1223408/2055924 swapFree=4156956/4192956
[pid=26906] ppid=26904 vsize=1440 CPUtime=0
/proc/26906/stat : 26906 (SATzilla2007_R) S 26904 26906 26156 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 379365087 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26906/statm: 360 110 95 260 0 84 0
[pid=26907] ppid=26906 vsize=40380 CPUtime=1.49
/proc/26907/stat : 26907 (march_dl) R 26906 26906 26156 0 -1 4194304 9113 0 0 0 144 5 0 0 25 0 1 0 379365087 41349120 9108 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26907/statm: 10095 9108 50 118 0 9974 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 41820

[startup+3.10177 s]
/proc/loadavg: 0.92 0.97 0.99 2/79 26908
/proc/meminfo: memFree=1203632/2055924 swapFree=4156956/4192956
[pid=26906] ppid=26904 vsize=1440 CPUtime=0
/proc/26906/stat : 26906 (SATzilla2007_R) S 26904 26906 26156 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 379365087 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26906/statm: 360 110 95 260 0 84 0
[pid=26907] ppid=26906 vsize=98992 CPUtime=3.09
/proc/26907/stat : 26907 (march_dl) R 26906 26906 26156 0 -1 4194304 20560 0 0 0 298 11 0 0 25 0 1 0 379365087 101367808 13810 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134617577 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26907/statm: 24748 13810 53 118 0 24627 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 100432

[startup+6.3014 s]
/proc/loadavg: 0.93 0.97 0.99 2/79 26909
/proc/meminfo: memFree=1244592/2055924 swapFree=4156956/4192956
[pid=26906] ppid=26904 vsize=1440 CPUtime=5
/proc/26906/stat : 26906 (SATzilla2007_R) S 26904 26906 26156 0 -1 4194304 135 21539 0 0 0 0 487 13 16 0 1 0 379365087 1474560 111 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26906/statm: 360 111 96 260 0 84 0
[pid=26909] ppid=26906 vsize=36060 CPUtime=1.28
/proc/26909/stat : 26909 (ubcsat2006) R 26906 26906 26156 0 -1 4194304 5007 0 0 0 125 3 0 0 25 0 1 0 379365588 36925440 4991 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 134723458 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26909/statm: 9015 4991 141 64 0 8596 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 37500

[startup+12.7017 s]
/proc/loadavg: 0.93 0.97 0.99 2/78 26909
/proc/meminfo: memFree=1194296/2055924 swapFree=4156956/4192956
[pid=26906] ppid=26904 vsize=81016 CPUtime=12.67
/proc/26906/stat : 26906 (SATzilla2007_R) R 26904 26906 26156 0 -1 4194304 18973 46732 0 0 282 12 946 27 25 0 1 0 379365087 82960384 18943 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135168075 0 0 4096 0 0 0 0 17 1 0 0
/proc/26906/statm: 20254 18943 114 260 0 19978 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 81016

[startup+25.5012 s]
/proc/loadavg: 0.95 0.97 0.99 2/78 26909
/proc/meminfo: memFree=1163448/2055924 swapFree=4156956/4192956
[pid=26906] ppid=26904 vsize=88352 CPUtime=25.47
/proc/26906/stat : 26906 (SATzilla2007_R) R 26904 26906 26156 0 -1 4194304 54333 46732 0 0 1543 31 946 27 25 0 1 0 379365087 90472448 21879 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 134526943 0 0 4096 0 0 0 0 17 1 0 0
/proc/26906/statm: 22088 21879 124 260 0 21812 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 88352

[startup+51.1012 s]
/proc/loadavg: 0.96 0.97 0.99 2/78 26909
/proc/meminfo: memFree=1162104/2055924 swapFree=4156956/4192956
[pid=26906] ppid=26904 vsize=90056 CPUtime=51.03
/proc/26906/stat : 26906 (SATzilla2007_R) R 26904 26906 26156 0 -1 4194304 68975 46732 0 0 4088 42 946 27 25 0 1 0 379365087 92217344 22304 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135327290 0 0 4096 0 0 0 0 17 1 0 0
/proc/26906/statm: 22514 22304 124 260 0 22238 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 90056

[startup+102.305 s]
/proc/loadavg: 0.98 0.97 0.99 2/78 26909
/proc/meminfo: memFree=1153912/2055924 swapFree=4156956/4192956
[pid=26906] ppid=26904 vsize=116824 CPUtime=102.22
/proc/26906/stat : 26906 (SATzilla2007_R) R 26904 26906 26156 0 -1 4194304 128381 46732 0 0 9168 81 946 27 25 0 1 0 379365087 119627776 24772 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135221773 0 0 4096 0 0 0 0 17 1 0 0
/proc/26906/statm: 29206 24772 156 260 0 28930 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 116824

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 26910
/proc/meminfo: memFree=1047216/2055924 swapFree=4156956/4192956
[pid=26906] ppid=26904 vsize=91168 CPUtime=106.69
/proc/26906/stat : 26906 (SATzilla2007_R) S 26904 26906 26156 0 -1 4194304 147324 46732 0 0 9604 92 946 27 25 0 1 0 379365087 93356032 22597 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26906/statm: 22792 22597 156 260 0 22516 0
[pid=26910] ppid=26906 vsize=148772 CPUtime=55.5
/proc/26910/stat : 26910 (march_dl) R 26906 26906 26156 0 -1 4194304 139389 0 0 0 5485 65 0 0 25 0 1 0 379375764 152342528 28327 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134544567 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26910/statm: 37193 28327 65 118 0 37072 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 239940

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 26910
/proc/meminfo: memFree=932080/2055924 swapFree=4156956/4192956
[pid=26906] ppid=26904 vsize=91168 CPUtime=106.69
/proc/26906/stat : 26906 (SATzilla2007_R) S 26904 26906 26156 0 -1 4194304 147324 46732 0 0 9604 92 946 27 25 0 1 0 379365087 93356032 22597 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26906/statm: 22792 22597 156 260 0 22516 0
[pid=26910] ppid=26906 vsize=342304 CPUtime=115.48
/proc/26910/stat : 26910 (march_dl) R 26906 26906 26156 0 -1 4194304 198407 0 0 0 11452 96 0 0 25 0 1 0 379375764 350519296 57098 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134588285 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26910/statm: 85576 57098 75 118 0 85455 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 433472

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 26910
/proc/meminfo: memFree=931888/2055924 swapFree=4156956/4192956
[pid=26906] ppid=26904 vsize=91168 CPUtime=106.69
/proc/26906/stat : 26906 (SATzilla2007_R) S 26904 26906 26156 0 -1 4194304 147324 46732 0 0 9604 92 946 27 25 0 1 0 379365087 93356032 22597 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26906/statm: 22792 22597 156 260 0 22516 0
[pid=26910] ppid=26906 vsize=342328 CPUtime=175.45
/proc/26910/stat : 26910 (march_dl) R 26906 26906 26156 0 -1 4194304 198447 0 0 0 17449 96 0 0 25 0 1 0 379375764 350543872 57138 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134533018 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26910/statm: 85582 57138 75 118 0 85461 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 433496

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 26910
/proc/meminfo: memFree=931824/2055924 swapFree=4156956/4192956
[pid=26906] ppid=26904 vsize=91168 CPUtime=106.69
/proc/26906/stat : 26906 (SATzilla2007_R) S 26904 26906 26156 0 -1 4194304 147324 46732 0 0 9604 92 946 27 25 0 1 0 379365087 93356032 22597 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26906/statm: 22792 22597 156 260 0 22516 0
[pid=26910] ppid=26906 vsize=342336 CPUtime=235.42
/proc/26910/stat : 26910 (march_dl) R 26906 26906 26156 0 -1 4194304 198450 0 0 0 23446 96 0 0 25 0 1 0 379375764 350552064 57141 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134532980 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26910/statm: 85584 57141 75 118 0 85463 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 433504

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 26910
/proc/meminfo: memFree=931824/2055924 swapFree=4156956/4192956
[pid=26906] ppid=26904 vsize=91168 CPUtime=106.69
/proc/26906/stat : 26906 (SATzilla2007_R) S 26904 26906 26156 0 -1 4194304 147324 46732 0 0 9604 92 946 27 25 0 1 0 379365087 93356032 22597 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26906/statm: 22792 22597 156 260 0 22516 0
[pid=26910] ppid=26906 vsize=342336 CPUtime=295.41
/proc/26910/stat : 26910 (march_dl) R 26906 26906 26156 0 -1 4194304 198451 0 0 0 29444 97 0 0 25 0 1 0 379375764 350552064 57142 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134533016 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26910/statm: 85584 57142 75 118 0 85463 0

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

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 26910
/proc/meminfo: memFree=931824/2055924 swapFree=4156956/4192956
[pid=26906] ppid=26904 vsize=91168 CPUtime=106.69
/proc/26906/stat : 26906 (SATzilla2007_R) S 26904 26906 26156 0 -1 4194304 147324 46732 0 0 9604 92 946 27 25 0 1 0 379365087 93356032 22597 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26906/statm: 22792 22597 156 260 0 22516 0
[pid=26910] ppid=26906 vsize=342336 CPUtime=415.36
/proc/26910/stat : 26910 (march_dl) R 26906 26906 26156 0 -1 4194304 198452 0 0 0 41438 98 0 0 25 0 1 0 379375764 350552064 57143 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134533018 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26910/statm: 85584 57143 75 118 0 85463 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 433504

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 26910
/proc/meminfo: memFree=931888/2055924 swapFree=4156956/4192956
[pid=26906] ppid=26904 vsize=91168 CPUtime=106.69
/proc/26906/stat : 26906 (SATzilla2007_R) S 26904 26906 26156 0 -1 4194304 147324 46732 0 0 9604 92 946 27 25 0 1 0 379365087 93356032 22597 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26906/statm: 22792 22597 156 260 0 22516 0
[pid=26910] ppid=26906 vsize=342336 CPUtime=475.33
/proc/26910/stat : 26910 (march_dl) R 26906 26906 26156 0 -1 4194304 198452 0 0 0 47435 98 0 0 25 0 1 0 379375764 350552064 57143 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134527845 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26910/statm: 85584 57143 75 118 0 85463 0
Current children cumulated CPU time (s) 582.02
Current children cumulated vsize (KiB) 433504

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 26910
/proc/meminfo: memFree=931824/2055924 swapFree=4156956/4192956
[pid=26906] ppid=26904 vsize=91168 CPUtime=106.69
/proc/26906/stat : 26906 (SATzilla2007_R) S 26904 26906 26156 0 -1 4194304 147324 46732 0 0 9604 92 946 27 25 0 1 0 379365087 93356032 22597 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26906/statm: 22792 22597 156 260 0 22516 0
[pid=26910] ppid=26906 vsize=342336 CPUtime=535.32
/proc/26910/stat : 26910 (march_dl) R 26906 26906 26156 0 -1 4194304 198452 0 0 0 53433 99 0 0 25 0 1 0 379375764 350552064 57143 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134533018 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26910/statm: 85584 57143 75 118 0 85463 0
Current children cumulated CPU time (s) 642.01
Current children cumulated vsize (KiB) 433504

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 26910
/proc/meminfo: memFree=931760/2055924 swapFree=4156956/4192956
[pid=26906] ppid=26904 vsize=91168 CPUtime=106.69
/proc/26906/stat : 26906 (SATzilla2007_R) S 26904 26906 26156 0 -1 4194304 147324 46732 0 0 9604 92 946 27 25 0 1 0 379365087 93356032 22597 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26906/statm: 22792 22597 156 260 0 22516 0
[pid=26910] ppid=26906 vsize=342336 CPUtime=595.29
/proc/26910/stat : 26910 (march_dl) R 26906 26906 26156 0 -1 4194304 198452 0 0 0 59430 99 0 0 25 0 1 0 379375764 350552064 57143 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134571519 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26910/statm: 85584 57143 75 118 0 85463 0
Current children cumulated CPU time (s) 701.98
Current children cumulated vsize (KiB) 433504

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 26910
/proc/meminfo: memFree=931824/2055924 swapFree=4156956/4192956
[pid=26906] ppid=26904 vsize=91168 CPUtime=106.69
/proc/26906/stat : 26906 (SATzilla2007_R) S 26904 26906 26156 0 -1 4194304 147324 46732 0 0 9604 92 946 27 25 0 1 0 379365087 93356032 22597 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26906/statm: 22792 22597 156 260 0 22516 0
[pid=26910] ppid=26906 vsize=342336 CPUtime=655.27
/proc/26910/stat : 26910 (march_dl) R 26906 26906 26156 0 -1 4194304 198452 0 0 0 65427 100 0 0 25 0 1 0 379375764 350552064 57143 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134527835 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26910/statm: 85584 57143 75 118 0 85463 0
Current children cumulated CPU time (s) 761.96
Current children cumulated vsize (KiB) 433504

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 26910
/proc/meminfo: memFree=931824/2055924 swapFree=4156956/4192956
[pid=26906] ppid=26904 vsize=91168 CPUtime=106.69
/proc/26906/stat : 26906 (SATzilla2007_R) S 26904 26906 26156 0 -1 4194304 147324 46732 0 0 9604 92 946 27 25 0 1 0 379365087 93356032 22597 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26906/statm: 22792 22597 156 260 0 22516 0
[pid=26910] ppid=26906 vsize=342336 CPUtime=715.25
/proc/26910/stat : 26910 (march_dl) R 26906 26906 26156 0 -1 4194304 198452 0 0 0 71425 100 0 0 25 0 1 0 379375764 350552064 57143 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134527302 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26910/statm: 85584 57143 75 118 0 85463 0
Current children cumulated CPU time (s) 821.94
Current children cumulated vsize (KiB) 433504

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 26910
/proc/meminfo: memFree=931824/2055924 swapFree=4156956/4192956
[pid=26906] ppid=26904 vsize=91168 CPUtime=106.69
/proc/26906/stat : 26906 (SATzilla2007_R) S 26904 26906 26156 0 -1 4194304 147324 46732 0 0 9604 92 946 27 25 0 1 0 379365087 93356032 22597 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26906/statm: 22792 22597 156 260 0 22516 0
[pid=26910] ppid=26906 vsize=342336 CPUtime=775.23
/proc/26910/stat : 26910 (march_dl) R 26906 26906 26156 0 -1 4194304 198452 0 0 0 77422 101 0 0 25 0 1 0 379375764 350552064 57143 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134527862 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26910/statm: 85584 57143 75 118 0 85463 0
Current children cumulated CPU time (s) 881.92
Current children cumulated vsize (KiB) 433504

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 26910
/proc/meminfo: memFree=931952/2055924 swapFree=4156956/4192956
[pid=26906] ppid=26904 vsize=91168 CPUtime=106.69
/proc/26906/stat : 26906 (SATzilla2007_R) S 26904 26906 26156 0 -1 4194304 147324 46732 0 0 9604 92 946 27 25 0 1 0 379365087 93356032 22597 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26906/statm: 22792 22597 156 260 0 22516 0
[pid=26910] ppid=26906 vsize=342336 CPUtime=835.2
/proc/26910/stat : 26910 (march_dl) R 26906 26906 26156 0 -1 4194304 198452 0 0 0 83419 101 0 0 25 0 1 0 379375764 350552064 57143 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134527302 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26910/statm: 85584 57143 75 118 0 85463 0
Current children cumulated CPU time (s) 941.89
Current children cumulated vsize (KiB) 433504

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 26910
/proc/meminfo: memFree=931952/2055924 swapFree=4156956/4192956
[pid=26906] ppid=26904 vsize=91168 CPUtime=106.69
/proc/26906/stat : 26906 (SATzilla2007_R) S 26904 26906 26156 0 -1 4194304 147324 46732 0 0 9604 92 946 27 25 0 1 0 379365087 93356032 22597 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26906/statm: 22792 22597 156 260 0 22516 0
[pid=26910] ppid=26906 vsize=342336 CPUtime=895.18
/proc/26910/stat : 26910 (march_dl) R 26906 26906 26156 0 -1 4194304 198452 0 0 0 89416 102 0 0 25 0 1 0 379375764 350552064 57143 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134533000 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26910/statm: 85584 57143 75 118 0 85463 0
Current children cumulated CPU time (s) 1001.87
Current children cumulated vsize (KiB) 433504

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 26910
/proc/meminfo: memFree=931888/2055924 swapFree=4156956/4192956
[pid=26906] ppid=26904 vsize=91168 CPUtime=106.69
/proc/26906/stat : 26906 (SATzilla2007_R) S 26904 26906 26156 0 -1 4194304 147324 46732 0 0 9604 92 946 27 25 0 1 0 379365087 93356032 22597 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26906/statm: 22792 22597 156 260 0 22516 0
[pid=26910] ppid=26906 vsize=342336 CPUtime=955.15
/proc/26910/stat : 26910 (march_dl) R 26906 26906 26156 0 -1 4194304 198452 0 0 0 95413 102 0 0 25 0 1 0 379375764 350552064 57143 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134527302 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26910/statm: 85584 57143 75 118 0 85463 0
Current children cumulated CPU time (s) 1061.84
Current children cumulated vsize (KiB) 433504

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 26910
/proc/meminfo: memFree=931888/2055924 swapFree=4156956/4192956
[pid=26906] ppid=26904 vsize=91168 CPUtime=106.69
/proc/26906/stat : 26906 (SATzilla2007_R) S 26904 26906 26156 0 -1 4194304 147324 46732 0 0 9604 92 946 27 25 0 1 0 379365087 93356032 22597 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26906/statm: 22792 22597 156 260 0 22516 0
[pid=26910] ppid=26906 vsize=342336 CPUtime=1015.14
/proc/26910/stat : 26910 (march_dl) R 26906 26906 26156 0 -1 4194304 198452 0 0 0 101411 103 0 0 25 0 1 0 379375764 350552064 57143 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134551843 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26910/statm: 85584 57143 75 118 0 85463 0
Current children cumulated CPU time (s) 1121.83
Current children cumulated vsize (KiB) 433504

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 26910
/proc/meminfo: memFree=931888/2055924 swapFree=4156956/4192956
[pid=26906] ppid=26904 vsize=91168 CPUtime=106.69
/proc/26906/stat : 26906 (SATzilla2007_R) S 26904 26906 26156 0 -1 4194304 147324 46732 0 0 9604 92 946 27 25 0 1 0 379365087 93356032 22597 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26906/statm: 22792 22597 156 260 0 22516 0
[pid=26910] ppid=26906 vsize=342336 CPUtime=1075.11
/proc/26910/stat : 26910 (march_dl) R 26906 26906 26156 0 -1 4194304 198452 0 0 0 107408 103 0 0 25 0 1 0 379375764 350552064 57143 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134550942 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26910/statm: 85584 57143 75 118 0 85463 0
Current children cumulated CPU time (s) 1181.8
Current children cumulated vsize (KiB) 433504



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 26910
/proc/meminfo: memFree=1147256/2055924 swapFree=4156956/4192956
[pid=26906] ppid=26904 vsize=104636 CPUtime=1200.01
/proc/26906/stat : 26906 (SATzilla2007_R) R 26904 26906 26156 0 -1 4194304 151610 245184 0 0 9647 94 110126 134 22 0 1 0 379365087 107147264 25962 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135168075 0 0 4096 0 0 0 0 17 1 0 0
/proc/26906/statm: 26159 25962 156 260 0 25883 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 104636

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 26910
/proc/meminfo: memFree=1147256/2055924 swapFree=4156956/4192956
[pid=26906] ppid=26904 vsize=104636 CPUtime=1200.01
/proc/26906/stat : 26906 (SATzilla2007_R) R 26904 26906 26156 0 -1 4194304 151610 245184 0 0 9647 94 110126 134 22 0 1 0 379365087 107147264 25962 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135168075 0 0 4096 0 0 0 0 17 1 0 0
/proc/26906/statm: 26159 25962 156 260 0 25883 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 104636

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.52
CPU time (s): 1200.04
CPU user time (s): 1197.74
CPU system time (s): 2.30665
CPU usage (%): 99.9599
Max. virtual memory (cumulated for all children) (KiB): 433504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1197.74
system time used= 2.30665
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 396795
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= 28
involuntary context switches= 2458

runsolver used 1.20782 second user time and 3.16752 second system time

The end

Launcher Data (download as text)

Begin job on node6 on Sun Mar 11 06:21:44 UTC 2007

IDJOB= 334816
IDBENCH= 24636
IDSOLVER= 134
FILE ID= node6/334816-1173594099

PBS_JOBID= 4101233

Free space on /tmp= 66398 MiB

SOLVER NAME= SATzilla RANDOM
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/phnf/phnf-size10-exclusive-equilarge_l3.used-as.sat04-895.sat05-4189.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/334816-1173594099/SATzilla2007_R /tmp/evaluation/334816-1173594099/instance-334816-1173594099.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node6/watcher-334816-1173594099 -o ROOT/results/node6/solver-334816-1173594099 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/334816-1173594099/SATzilla2007_R /tmp/evaluation/334816-1173594099/instance-334816-1173594099.cnf            

META MD5SUM SOLVER= 44dcaa7dbf032757655ae5e30ee65a10
MD5SUM BENCH=  58af3687ccec42ccd800f9557db434fc

RANDOM SEED= 995725829

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.277
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.277
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:      2055924 kB
MemFree:       1251352 kB
Buffers:         55428 kB
Cached:         653276 kB
SwapCached:       2236 kB
Active:         455612 kB
Inactive:       275744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1251352 kB
SwapTotal:     4192956 kB
SwapFree:      4156956 kB
Dirty:           38556 kB
Writeback:           0 kB
Mapped:          30760 kB
Slab:            58812 kB
Committed_AS:  1349796 kB
PageTables:       1744 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= 66398 MiB

End job on node6 on Sun Mar 11 06:41:46 UTC 2007