Trace number 334774

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.07 1200.52

General information on the benchmark

Namecrafted/Hard/contest05/phnf/
phnf-size10-exclusive-philo.used-as.sat04-988.sat05-4195.reshuffled-07.cnf
MD5SUM45589f445aa56f109f82baade7facf9a
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 variables36304
Number of clauses1711065
Sum of the clauses size3450220
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21706958
Number of clauses of size 30
Number of clauses of size 45
Number of clauses of size 57
Number of clauses of size over 54095

Solver Data (download as text)

31.65/31.72	c run March_dl for 5 seconds ... 
31.65/31.72	c Bin: Executing march_dl
31.65/31.72	c child exit by a signal
31.65/31.72	c march_dl returned code 137.
31.65/31.72	c run saps (UBCSAT implementation) for 2 seconds ... 
31.65/31.72	c Bin: Executing ubcsat2006
31.65/31.72	c child exited successfully
31.65/31.72	c ubcsat2006 returned code 0.
31.65/31.72	c satzilla computing base features
31.65/31.72	c satzilla doing unit-prop probe
31.65/31.72	c satzilla doing local search probe
31.65/31.72	c satzilla doing lobjois search-space size estimate
31.65/31.72	c satzilla's ranking:
31.65/31.72	c 1) march_dl: -81034.979793
31.65/31.72	c 2) kcnfs: -217.276811
31.65/31.72	c 3) minisat20+P: 553.249690
31.65/31.72	c 4) kcnfs+P: 999.000000
31.65/31.72	c 5) march_dl+P: 999.000000
31.65/31.72	c 6) vallst+P: 999.000000
31.65/31.72	c 7) zchaff_rand+P: 999.000000
31.65/31.72	c 8) vallst: 999.000000
31.65/31.72	c 9) zchaff_rand: 999.000000
31.65/31.72	c 10) minisat20: 999.000000
31.65/31.72	c satzilla running march_dl ... 
1199.51/1200.00	c Bin: Executing march_dl
1199.51/1200.00	c child exit by a signal
1199.51/1200.00	c march_dl returned code 137.
1199.51/1200.00	c march_dl returned code 137.
1199.51/1200.00	c satzilla running kcnfs ... 
1199.51/1200.00	c Bin: Executing kcnfs
1199.51/1200.00	c kcnfs returned code 1.
1199.51/1200.00	c kcnfs returned code 1.
1199.51/1200.00	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/node3/watcher-334774-1173591959 -o ROOT/results/node3/solver-334774-1173591959 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/334774-1173591959/SATzilla2007_R /tmp/evaluation/334774-1173591959/instance-334774-1173591959.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.98 0.99 3/77 5270
/proc/meminfo: memFree=1395944/2055920 swapFree=4158660/4192956
[pid=5270] ppid=5268 vsize=1440 CPUtime=0
/proc/5270/stat : 5270 (SATzilla2007_R) R 5268 5270 4628 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 379151150 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/5270/statm: 360 110 95 260 0 84 0
[pid=5271] ppid=5270 vsize=7464 CPUtime=0
/proc/5271/stat : 5271 (march_dl) R 5270 5270 4628 0 -1 4194304 856 0 0 0 0 0 0 0 18 0 1 0 379151150 7643136 851 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134549433 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5271/statm: 1866 859 49 118 0 1745 0

[startup+0.101585 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 5270
/proc/meminfo: memFree=1395944/2055920 swapFree=4158660/4192956
[pid=5270] ppid=5268 vsize=1440 CPUtime=0
/proc/5270/stat : 5270 (SATzilla2007_R) S 5268 5270 4628 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 379151150 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5270/statm: 360 110 95 260 0 84 0
[pid=5271] ppid=5270 vsize=17388 CPUtime=0.09
/proc/5271/stat : 5271 (march_dl) R 5270 5270 4628 0 -1 4194304 2636 0 0 0 8 1 0 0 20 0 1 0 379151150 17805312 2631 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5271/statm: 4347 2631 50 118 0 4226 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18828

[startup+0.201595 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 5270
/proc/meminfo: memFree=1395944/2055920 swapFree=4158660/4192956
[pid=5270] ppid=5268 vsize=1440 CPUtime=0
/proc/5270/stat : 5270 (SATzilla2007_R) S 5268 5270 4628 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 379151150 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5270/statm: 360 110 95 260 0 84 0
[pid=5271] ppid=5270 vsize=18708 CPUtime=0.18
/proc/5271/stat : 5271 (march_dl) R 5270 5270 4628 0 -1 4194304 3061 0 0 0 17 1 0 0 20 0 1 0 379151150 19156992 3056 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134549887 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5271/statm: 4677 3056 50 118 0 4556 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 20148

[startup+0.30161 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 5270
/proc/meminfo: memFree=1395944/2055920 swapFree=4158660/4192956
[pid=5270] ppid=5268 vsize=1440 CPUtime=0
/proc/5270/stat : 5270 (SATzilla2007_R) S 5268 5270 4628 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 379151150 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5270/statm: 360 110 95 260 0 84 0
[pid=5271] ppid=5270 vsize=20160 CPUtime=0.29
/proc/5271/stat : 5271 (march_dl) R 5270 5270 4628 0 -1 4194304 3504 0 0 0 27 2 0 0 21 0 1 0 379151150 20643840 3499 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134652225 0 0 8392704 0 0 0 0 17 0 0 0
/proc/5271/statm: 5040 3499 50 118 0 4919 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21600

[startup+0.70164 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 5270
/proc/meminfo: memFree=1395944/2055920 swapFree=4158660/4192956
[pid=5270] ppid=5268 vsize=1440 CPUtime=0
/proc/5270/stat : 5270 (SATzilla2007_R) S 5268 5270 4628 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 379151150 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5270/statm: 360 110 95 260 0 84 0
[pid=5271] ppid=5270 vsize=26100 CPUtime=0.69
/proc/5271/stat : 5271 (march_dl) R 5270 5270 4628 0 -1 4194304 5343 0 0 0 65 4 0 0 25 0 1 0 379151150 26726400 5338 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134777023 0 0 8392704 0 0 0 0 17 0 0 0
/proc/5271/statm: 6525 5338 50 118 0 6404 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27540

[startup+1.5017 s]
/proc/loadavg: 0.93 0.98 0.99 2/79 5272
/proc/meminfo: memFree=1367768/2055920 swapFree=4158660/4192956
[pid=5270] ppid=5268 vsize=1440 CPUtime=0
/proc/5270/stat : 5270 (SATzilla2007_R) S 5268 5270 4628 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 379151150 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5270/statm: 360 110 95 260 0 84 0
[pid=5271] ppid=5270 vsize=37452 CPUtime=1.49
/proc/5271/stat : 5271 (march_dl) R 5270 5270 4628 0 -1 4194304 8911 0 0 0 143 6 0 0 25 0 1 0 379151150 38350848 8906 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5271/statm: 9363 8906 50 118 0 9242 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 38892

[startup+3.10183 s]
/proc/loadavg: 0.93 0.98 0.99 2/79 5272
/proc/meminfo: memFree=1330840/2055920 swapFree=4158660/4192956
[pid=5270] ppid=5268 vsize=1440 CPUtime=0
/proc/5270/stat : 5270 (SATzilla2007_R) S 5268 5270 4628 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 379151150 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5270/statm: 360 110 95 260 0 84 0
[pid=5271] ppid=5270 vsize=77960 CPUtime=3.09
/proc/5271/stat : 5271 (march_dl) R 5270 5270 4628 0 -1 4194304 16846 0 0 0 299 10 0 0 25 0 1 0 379151150 79831040 11491 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134544583 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5271/statm: 19490 11491 53 118 0 19369 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 79400

[startup+6.30109 s]
/proc/loadavg: 0.93 0.98 0.99 2/79 5273
/proc/meminfo: memFree=1389016/2055920 swapFree=4158660/4192956
[pid=5270] ppid=5268 vsize=1440 CPUtime=4.99
/proc/5270/stat : 5270 (SATzilla2007_R) S 5268 5270 4628 0 -1 4194304 135 19882 0 0 0 0 487 12 16 0 1 0 379151150 1474560 111 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5270/statm: 360 111 96 260 0 84 0
[pid=5273] ppid=5270 vsize=31860 CPUtime=1.28
/proc/5273/stat : 5273 (ubcsat2006) R 5270 5270 4628 0 -1 4194304 4911 0 0 0 125 3 0 0 25 0 1 0 379151651 32624640 4895 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5273/statm: 7965 4895 141 64 0 7546 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 33300

[startup+12.7016 s]
/proc/loadavg: 0.94 0.98 0.99 2/78 5273
/proc/meminfo: memFree=1330208/2055920 swapFree=4158660/4192956
[pid=5270] ppid=5268 vsize=119228 CPUtime=12.66
/proc/5270/stat : 5270 (SATzilla2007_R) R 5268 5270 4628 0 -1 4194304 29411 39460 0 0 333 15 894 24 25 0 1 0 379151150 122089472 29380 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/5270/statm: 29807 29380 121 260 0 29531 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 119228

[startup+25.5017 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 5273
/proc/meminfo: memFree=1314336/2055920 swapFree=4158660/4192956
[pid=5270] ppid=5268 vsize=97100 CPUtime=25.45
/proc/5270/stat : 5270 (SATzilla2007_R) R 5268 5270 4628 0 -1 4194304 45491 39460 0 0 1601 26 894 24 25 0 1 0 379151150 99430400 21488 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135221773 0 0 4096 0 0 0 0 17 1 0 0
/proc/5270/statm: 24275 21489 148 260 0 23999 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 97100

[startup+51.1018 s]
/proc/loadavg: 0.96 0.98 0.99 2/79 5274
/proc/meminfo: memFree=1227288/2055920 swapFree=4158660/4192956
[pid=5270] ppid=5268 vsize=71596 CPUtime=31.67
/proc/5270/stat : 5270 (SATzilla2007_R) S 5268 5270 4628 0 -1 4194304 77046 39460 0 0 2205 44 894 24 25 0 1 0 379151150 73314304 17689 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5270/statm: 17899 17689 157 260 0 17623 0
[pid=5274] ppid=5270 vsize=119384 CPUtime=19.35
/proc/5274/stat : 5274 (march_dl) R 5270 5270 4628 0 -1 4194304 91530 0 0 0 1892 43 0 0 25 0 1 0 379154322 122249216 22972 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134542888 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5274/statm: 29846 22972 65 118 0 29725 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 190980

[startup+102.302 s]
/proc/loadavg: 0.98 0.98 0.99 2/79 5274
/proc/meminfo: memFree=1239256/2055920 swapFree=4158660/4192956
[pid=5270] ppid=5268 vsize=71596 CPUtime=31.67
/proc/5270/stat : 5270 (SATzilla2007_R) S 5268 5270 4628 0 -1 4194304 77046 39460 0 0 2205 44 894 24 25 0 1 0 379151150 73314304 17689 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5270/statm: 17899 17689 157 260 0 17623 0
[pid=5274] ppid=5270 vsize=114212 CPUtime=70.54
/proc/5274/stat : 5274 (march_dl) R 5270 5270 4628 0 -1 4194304 136115 0 0 0 6989 65 0 0 25 0 1 0 379154322 116953088 21679 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134544567 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5274/statm: 28553 21679 65 118 0 28432 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 185808

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 5274
/proc/meminfo: memFree=1147544/2055920 swapFree=4158660/4192956
[pid=5270] ppid=5268 vsize=71596 CPUtime=31.67
/proc/5270/stat : 5270 (SATzilla2007_R) S 5268 5270 4628 0 -1 4194304 77046 39460 0 0 2205 44 894 24 25 0 1 0 379151150 73314304 17689 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5270/statm: 17899 17689 157 260 0 17623 0
[pid=5274] ppid=5270 vsize=206928 CPUtime=130.51
/proc/5274/stat : 5274 (march_dl) R 5270 5270 4628 0 -1 4194304 188455 0 0 0 12957 94 0 0 25 0 1 0 379154322 211894272 44554 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134559742 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5274/statm: 51732 44554 73 118 0 51611 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 278524

[startup+222.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 5274
/proc/meminfo: memFree=1147096/2055920 swapFree=4158660/4192956
[pid=5270] ppid=5268 vsize=71596 CPUtime=31.67
/proc/5270/stat : 5270 (SATzilla2007_R) S 5268 5270 4628 0 -1 4194304 77046 39460 0 0 2205 44 894 24 25 0 1 0 379151150 73314304 17689 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5270/statm: 17899 17689 157 260 0 17623 0
[pid=5274] ppid=5270 vsize=265780 CPUtime=190.5
/proc/5274/stat : 5274 (march_dl) R 5270 5270 4628 0 -1 4194304 205674 0 0 0 18947 103 0 0 25 0 1 0 379154322 272158720 44711 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134513791 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5274/statm: 66445 44711 75 118 0 66324 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 337376

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 5274
/proc/meminfo: memFree=1147032/2055920 swapFree=4158660/4192956
[pid=5270] ppid=5268 vsize=71596 CPUtime=31.67
/proc/5270/stat : 5270 (SATzilla2007_R) S 5268 5270 4628 0 -1 4194304 77046 39460 0 0 2205 44 894 24 25 0 1 0 379151150 73314304 17689 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5270/statm: 17899 17689 157 260 0 17623 0
[pid=5274] ppid=5270 vsize=265780 CPUtime=250.49
/proc/5274/stat : 5274 (march_dl) R 5270 5270 4628 0 -1 4194304 205679 0 0 0 24945 104 0 0 25 0 1 0 379154322 272158720 44716 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134533016 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5274/statm: 66445 44716 75 118 0 66324 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 337376

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 5274
/proc/meminfo: memFree=1142936/2055920 swapFree=4158660/4192956
[pid=5270] ppid=5268 vsize=71596 CPUtime=31.67
/proc/5270/stat : 5270 (SATzilla2007_R) S 5268 5270 4628 0 -1 4194304 77046 39460 0 0 2205 44 894 24 25 0 1 0 379151150 73314304 17689 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5270/statm: 17899 17689 157 260 0 17623 0
[pid=5274] ppid=5270 vsize=271928 CPUtime=310.47
/proc/5274/stat : 5274 (march_dl) R 5270 5270 4628 0 -1 4194304 206696 0 0 0 30942 105 0 0 25 0 1 0 379154322 278454272 45733 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134527810 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5274/statm: 67982 45733 75 118 0 67861 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 343524

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 5274
/proc/meminfo: memFree=1142936/2055920 swapFree=4158660/4192956

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

[pid=5270] ppid=5268 vsize=71596 CPUtime=31.67
/proc/5270/stat : 5270 (SATzilla2007_R) S 5268 5270 4628 0 -1 4194304 77046 39460 0 0 2205 44 894 24 25 0 1 0 379151150 73314304 17689 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5270/statm: 17899 17689 157 260 0 17623 0
[pid=5274] ppid=5270 vsize=271928 CPUtime=430.43
/proc/5274/stat : 5274 (march_dl) R 5270 5270 4628 0 -1 4194304 206714 0 0 0 42938 105 0 0 25 0 1 0 379154322 278454272 45751 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134527835 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5274/statm: 67982 45751 75 118 0 67861 0
Current children cumulated CPU time (s) 462.1
Current children cumulated vsize (KiB) 343524

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 5274
/proc/meminfo: memFree=1142872/2055920 swapFree=4158660/4192956
[pid=5270] ppid=5268 vsize=71596 CPUtime=31.67
/proc/5270/stat : 5270 (SATzilla2007_R) S 5268 5270 4628 0 -1 4194304 77046 39460 0 0 2205 44 894 24 25 0 1 0 379151150 73314304 17689 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5270/statm: 17899 17689 157 260 0 17623 0
[pid=5274] ppid=5270 vsize=271928 CPUtime=490.42
/proc/5274/stat : 5274 (march_dl) R 5270 5270 4628 0 -1 4194304 206715 0 0 0 48936 106 0 0 25 0 1 0 379154322 278454272 45752 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134533016 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5274/statm: 67982 45752 75 118 0 67861 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 343524

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 5274
/proc/meminfo: memFree=1142872/2055920 swapFree=4158660/4192956
[pid=5270] ppid=5268 vsize=71596 CPUtime=31.67
/proc/5270/stat : 5270 (SATzilla2007_R) S 5268 5270 4628 0 -1 4194304 77046 39460 0 0 2205 44 894 24 25 0 1 0 379151150 73314304 17689 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5270/statm: 17899 17689 157 260 0 17623 0
[pid=5274] ppid=5270 vsize=271928 CPUtime=550.41
/proc/5274/stat : 5274 (march_dl) R 5270 5270 4628 0 -1 4194304 206715 0 0 0 54935 106 0 0 25 0 1 0 379154322 278454272 45752 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134567226 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5274/statm: 67982 45752 75 118 0 67861 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 343524

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 5274
/proc/meminfo: memFree=1142168/2055920 swapFree=4158660/4192956
[pid=5270] ppid=5268 vsize=71596 CPUtime=31.67
/proc/5270/stat : 5270 (SATzilla2007_R) S 5268 5270 4628 0 -1 4194304 77046 39460 0 0 2205 44 894 24 25 0 1 0 379151150 73314304 17689 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5270/statm: 17899 17689 157 260 0 17623 0
[pid=5274] ppid=5270 vsize=272712 CPUtime=610.38
/proc/5274/stat : 5274 (march_dl) R 5270 5270 4628 0 -1 4194304 206903 0 0 0 60932 106 0 0 25 0 1 0 379154322 279257088 45940 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134564684 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5274/statm: 68178 45940 75 118 0 68057 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 344308

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 5274
/proc/meminfo: memFree=1141656/2055920 swapFree=4158660/4192956
[pid=5270] ppid=5268 vsize=71596 CPUtime=31.67
/proc/5270/stat : 5270 (SATzilla2007_R) S 5268 5270 4628 0 -1 4194304 77046 39460 0 0 2205 44 894 24 25 0 1 0 379151150 73314304 17689 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5270/statm: 17899 17689 157 260 0 17623 0
[pid=5274] ppid=5270 vsize=273240 CPUtime=670.37
/proc/5274/stat : 5274 (march_dl) R 5270 5270 4628 0 -1 4194304 207039 0 0 0 66930 107 0 0 25 0 1 0 379154322 279797760 46076 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134533016 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5274/statm: 68310 46076 75 118 0 68189 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 344836

[startup+762.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 5274
/proc/meminfo: memFree=1141080/2055920 swapFree=4158660/4192956
[pid=5270] ppid=5268 vsize=71596 CPUtime=31.67
/proc/5270/stat : 5270 (SATzilla2007_R) S 5268 5270 4628 0 -1 4194304 77046 39460 0 0 2205 44 894 24 25 0 1 0 379151150 73314304 17689 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5270/statm: 17899 17689 157 260 0 17623 0
[pid=5274] ppid=5270 vsize=273768 CPUtime=730.37
/proc/5274/stat : 5274 (march_dl) R 5270 5270 4628 0 -1 4194304 207162 0 0 0 72929 108 0 0 25 0 1 0 379154322 280338432 46199 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134533016 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5274/statm: 68442 46199 75 118 0 68321 0
Current children cumulated CPU time (s) 762.04
Current children cumulated vsize (KiB) 345364

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 5274
/proc/meminfo: memFree=1140824/2055920 swapFree=4158660/4192956
[pid=5270] ppid=5268 vsize=71596 CPUtime=31.67
/proc/5270/stat : 5270 (SATzilla2007_R) S 5268 5270 4628 0 -1 4194304 77046 39460 0 0 2205 44 894 24 25 0 1 0 379151150 73314304 17689 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5270/statm: 17899 17689 157 260 0 17623 0
[pid=5274] ppid=5270 vsize=274032 CPUtime=790.34
/proc/5274/stat : 5274 (march_dl) R 5270 5270 4628 0 -1 4194304 207229 0 0 0 78926 108 0 0 25 0 1 0 379154322 280608768 46266 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134551851 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5274/statm: 68508 46266 75 118 0 68387 0
Current children cumulated CPU time (s) 822.01
Current children cumulated vsize (KiB) 345628

[startup+882.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 5274
/proc/meminfo: memFree=1140632/2055920 swapFree=4158660/4192956
[pid=5270] ppid=5268 vsize=71596 CPUtime=31.67
/proc/5270/stat : 5270 (SATzilla2007_R) S 5268 5270 4628 0 -1 4194304 77046 39460 0 0 2205 44 894 24 25 0 1 0 379151150 73314304 17689 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5270/statm: 17899 17689 157 260 0 17623 0
[pid=5274] ppid=5270 vsize=274288 CPUtime=850.34
/proc/5274/stat : 5274 (march_dl) R 5270 5270 4628 0 -1 4194304 207290 0 0 0 84925 109 0 0 25 0 1 0 379154322 280870912 46327 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134532980 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5274/statm: 68572 46327 75 118 0 68451 0
Current children cumulated CPU time (s) 882.01
Current children cumulated vsize (KiB) 345884

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/85 5396
/proc/meminfo: memFree=1139112/2055920 swapFree=4158660/4192956
[pid=5270] ppid=5268 vsize=71596 CPUtime=31.67
/proc/5270/stat : 5270 (SATzilla2007_R) S 5268 5270 4628 0 -1 4194304 77046 39460 0 0 2205 44 894 24 25 0 1 0 379151150 73314304 17689 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5270/statm: 17899 17689 157 260 0 17623 0
[pid=5274] ppid=5270 vsize=274420 CPUtime=910.25
/proc/5274/stat : 5274 (march_dl) R 5270 5270 4628 0 -1 4194304 207343 0 0 0 90916 109 0 0 25 0 1 0 379154322 281006080 46380 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134533016 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5274/statm: 68605 46380 75 118 0 68484 0
Current children cumulated CPU time (s) 941.92
Current children cumulated vsize (KiB) 346016

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 5472
/proc/meminfo: memFree=1140056/2055920 swapFree=4158660/4192956
[pid=5270] ppid=5268 vsize=71596 CPUtime=31.67
/proc/5270/stat : 5270 (SATzilla2007_R) S 5268 5270 4628 0 -1 4194304 77046 39460 0 0 2205 44 894 24 25 0 1 0 379151150 73314304 17689 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5270/statm: 17899 17689 157 260 0 17623 0
[pid=5274] ppid=5270 vsize=274548 CPUtime=970.19
/proc/5274/stat : 5274 (march_dl) R 5270 5270 4628 0 -1 4194304 207365 0 0 0 96909 110 0 0 25 0 1 0 379154322 281137152 46402 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134527835 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5274/statm: 68637 46402 75 118 0 68516 0
Current children cumulated CPU time (s) 1001.86
Current children cumulated vsize (KiB) 346144

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 5472
/proc/meminfo: memFree=1139992/2055920 swapFree=4158660/4192956
[pid=5270] ppid=5268 vsize=71596 CPUtime=31.67
/proc/5270/stat : 5270 (SATzilla2007_R) S 5268 5270 4628 0 -1 4194304 77046 39460 0 0 2205 44 894 24 25 0 1 0 379151150 73314304 17689 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5270/statm: 17899 17689 157 260 0 17623 0
[pid=5274] ppid=5270 vsize=274680 CPUtime=1030.17
/proc/5274/stat : 5274 (march_dl) R 5270 5270 4628 0 -1 4194304 207398 0 0 0 102907 110 0 0 25 0 1 0 379154322 281272320 46435 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134550942 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5274/statm: 68670 46435 75 118 0 68549 0
Current children cumulated CPU time (s) 1061.84
Current children cumulated vsize (KiB) 346276

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 5472
/proc/meminfo: memFree=1139928/2055920 swapFree=4158660/4192956
[pid=5270] ppid=5268 vsize=71596 CPUtime=31.67
/proc/5270/stat : 5270 (SATzilla2007_R) S 5268 5270 4628 0 -1 4194304 77046 39460 0 0 2205 44 894 24 25 0 1 0 379151150 73314304 17689 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5270/statm: 17899 17689 157 260 0 17623 0
[pid=5274] ppid=5270 vsize=274808 CPUtime=1090.16
/proc/5274/stat : 5274 (march_dl) R 5270 5270 4628 0 -1 4194304 207443 0 0 0 108905 111 0 0 25 0 1 0 379154322 281403392 46480 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134533016 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5274/statm: 68702 46480 75 118 0 68581 0
Current children cumulated CPU time (s) 1121.83
Current children cumulated vsize (KiB) 346404

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 5472
/proc/meminfo: memFree=1139864/2055920 swapFree=4158660/4192956
[pid=5270] ppid=5268 vsize=71596 CPUtime=31.67
/proc/5270/stat : 5270 (SATzilla2007_R) S 5268 5270 4628 0 -1 4194304 77046 39460 0 0 2205 44 894 24 25 0 1 0 379151150 73314304 17689 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5270/statm: 17899 17689 157 260 0 17623 0
[pid=5274] ppid=5270 vsize=274940 CPUtime=1150.15
/proc/5274/stat : 5274 (march_dl) R 5270 5270 4628 0 -1 4194304 207476 0 0 0 114904 111 0 0 25 0 1 0 379154322 281538560 46513 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5274/statm: 68735 46513 75 118 0 68614 0
Current children cumulated CPU time (s) 1181.82
Current children cumulated vsize (KiB) 346536



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 5472
/proc/meminfo: memFree=1310048/2055920 swapFree=4158660/4192956
[pid=5270] ppid=5268 vsize=87968 CPUtime=1200.04
/proc/5270/stat : 5270 (SATzilla2007_R) R 5268 5270 4628 0 -1 4194304 81375 246953 0 0 2253 47 117565 139 22 0 1 0 379151150 90079232 21757 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135168075 0 0 4096 0 0 0 0 17 1 0 0
/proc/5270/statm: 21992 21757 157 260 0 21716 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 87968

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.52
CPU time (s): 1200.07
CPU user time (s): 1198.19
CPU system time (s): 1.88571
CPU usage (%): 99.9627
Max. virtual memory (cumulated for all children) (KiB): 349388

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

runsolver used 1.2868 second user time and 3.08453 second system time

The end

Launcher Data (download as text)

Begin job on node3 on Sun Mar 11 05:46:03 UTC 2007

IDJOB= 334774
IDBENCH= 24635
IDSOLVER= 134
FILE ID= node3/334774-1173591959

PBS_JOBID= 4101226

Free space on /tmp= 66465 MiB

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

META MD5SUM SOLVER= 44dcaa7dbf032757655ae5e30ee65a10
MD5SUM BENCH=  45589f445aa56f109f82baade7facf9a

RANDOM SEED= 415926347

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node3.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.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:       1396224 kB
Buffers:         52392 kB
Cached:         511548 kB
SwapCached:       2636 kB
Active:         358888 kB
Inactive:       228232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1396224 kB
SwapTotal:     4192956 kB
SwapFree:      4158660 kB
Dirty:           32648 kB
Writeback:           0 kB
Mapped:          30796 kB
Slab:            58204 kB
Committed_AS:  1542072 kB
PageTables:       1656 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= 66465 MiB

End job on node3 on Sun Mar 11 06:06:06 UTC 2007