Trace number 320819

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.03 1200.42

General information on the benchmark

Nameindustrial/babic/
xinetd/itox_vc1044.cnf
MD5SUM463ebb30bfec5453efcf0b74fc72338c
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.19582
Satisfiable
(Un)Satisfiability was proved
Number of variables121244
Number of clauses356524
Sum of the clauses size932094
Maximum clause length3
Minimum clause length1
Number of clauses of size 17059
Number of clauses of size 2123360
Number of clauses of size 3226105
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

81.25/81.36	c run March_dl for 5 seconds ... 
81.25/81.36	c Bin: Executing march_dl
81.25/81.36	c child exit by a signal
81.25/81.36	c march_dl returned code 137.
81.25/81.36	c run saps (UBCSAT implementation) for 2 seconds ... 
81.25/81.36	c Bin: Executing ubcsat2006
81.25/81.36	c child exited successfully
81.25/81.36	c ubcsat2006 returned code 0.
81.25/81.36	c satzilla computing base features
81.25/81.36	c satzilla doing unit-prop probe
81.25/81.36	c satzilla doing local search probe
81.25/81.36	c satzilla doing lobjois search-space size estimate
81.25/81.36	c satzilla's ranking:
81.25/81.36	c 1) march_dl: -50558.649267
81.25/81.36	c 2) minisat20+P: 744.503709
81.25/81.36	c 3) kcnfs+P: 999.000000
81.25/81.36	c 4) march_dl+P: 999.000000
81.25/81.36	c 5) vallst+P: 999.000000
81.25/81.36	c 6) zchaff_rand+P: 999.000000
81.25/81.36	c 7) vallst: 999.000000
81.25/81.36	c 8) zchaff_rand: 999.000000
81.25/81.36	c 9) minisat20: 999.000000
81.25/81.36	c 10) kcnfs: 2654.689684
81.25/81.36	c satzilla running march_dl ... 
1199.18/1199.61	c Bin: Executing march_dl
1199.18/1199.61	c child exit by a signal
1199.18/1199.61	c march_dl returned code 137.
1199.18/1199.61	c march_dl returned code 137.
1199.18/1199.61	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/node68/watcher-320819-1176324559 -o ROOT/results/node68/solver-320819-1176324559 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/320819-1176324559/SATzilla2007_R /tmp/evaluation/320819-1176324559/instance-320819-1176324559.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.82 0.94 0.98 3/64 18202
/proc/meminfo: memFree=1143352/2055920 swapFree=4184836/4192956
[pid=18202] ppid=18200 vsize=1440 CPUtime=0
/proc/18202/stat : 18202 (SATzilla2007_R) R 18200 18202 16913 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 108445494 1474560 110 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/18202/statm: 360 110 95 260 0 84 0
[pid=18203] ppid=18202 vsize=6204 CPUtime=0
/proc/18203/stat : 18203 (march_dl) R 18202 18202 16913 0 -1 4194304 562 0 0 0 0 0 0 0 18 0 1 0 108445495 6352896 558 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/18203/statm: 1551 561 49 118 0 1430 0

[startup+0.0862321 s]
/proc/loadavg: 0.82 0.94 0.98 3/64 18202
/proc/meminfo: memFree=1143352/2055920 swapFree=4184836/4192956
[pid=18202] ppid=18200 vsize=1440 CPUtime=0
/proc/18202/stat : 18202 (SATzilla2007_R) S 18200 18202 16913 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 108445494 1474560 110 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/18202/statm: 360 110 95 260 0 84 0
[pid=18203] ppid=18202 vsize=11724 CPUtime=0.07
/proc/18203/stat : 18203 (march_dl) R 18202 18202 16913 0 -1 4194304 2431 0 0 0 7 0 0 0 19 0 1 0 108445495 12005376 2426 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/18203/statm: 2931 2426 50 118 0 2810 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 13164

[startup+0.101233 s]
/proc/loadavg: 0.82 0.94 0.98 3/64 18202
/proc/meminfo: memFree=1143352/2055920 swapFree=4184836/4192956
[pid=18202] ppid=18200 vsize=1440 CPUtime=0
/proc/18202/stat : 18202 (SATzilla2007_R) S 18200 18202 16913 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 108445494 1474560 110 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/18202/statm: 360 110 95 260 0 84 0
[pid=18203] ppid=18202 vsize=11856 CPUtime=0.08
/proc/18203/stat : 18203 (march_dl) R 18202 18202 16913 0 -1 4194304 2481 0 0 0 8 0 0 0 19 0 1 0 108445495 12140544 2476 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/18203/statm: 2964 2476 50 118 0 2843 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 13296

[startup+0.301251 s]
/proc/loadavg: 0.82 0.94 0.98 3/64 18202
/proc/meminfo: memFree=1143352/2055920 swapFree=4184836/4192956
[pid=18202] ppid=18200 vsize=1440 CPUtime=0
/proc/18202/stat : 18202 (SATzilla2007_R) S 18200 18202 16913 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 108445494 1474560 110 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/18202/statm: 360 110 95 260 0 84 0
[pid=18203] ppid=18202 vsize=14100 CPUtime=0.29
/proc/18203/stat : 18203 (march_dl) R 18202 18202 16913 0 -1 4194304 3156 0 0 0 28 1 0 0 21 0 1 0 108445495 14438400 3151 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/18203/statm: 3525 3151 50 118 0 3404 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15540

[startup+0.701287 s]
/proc/loadavg: 0.82 0.94 0.98 3/64 18202
/proc/meminfo: memFree=1143352/2055920 swapFree=4184836/4192956
[pid=18202] ppid=18200 vsize=1440 CPUtime=0
/proc/18202/stat : 18202 (SATzilla2007_R) S 18200 18202 16913 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 108445494 1474560 110 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/18202/statm: 360 110 95 260 0 84 0
[pid=18203] ppid=18202 vsize=34240 CPUtime=0.69
/proc/18203/stat : 18203 (march_dl) R 18202 18202 16913 0 -1 4194304 7698 0 0 0 66 3 0 0 25 0 1 0 108445495 35061760 6847 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134544567 0 0 8392704 0 0 0 0 17 1 0 0
/proc/18203/statm: 8560 6847 53 118 0 8439 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35680

[startup+1.50136 s]
/proc/loadavg: 0.82 0.94 0.98 2/66 18204
/proc/meminfo: memFree=1106280/2055920 swapFree=4184836/4192956
[pid=18202] ppid=18200 vsize=1440 CPUtime=0
/proc/18202/stat : 18202 (SATzilla2007_R) S 18200 18202 16913 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 108445494 1474560 110 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/18202/statm: 360 110 95 260 0 84 0
[pid=18203] ppid=18202 vsize=39904 CPUtime=1.49
/proc/18203/stat : 18203 (march_dl) R 18202 18202 16913 0 -1 4194304 11829 0 0 0 144 5 0 0 25 0 1 0 108445495 40861696 8616 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134657999 0 0 8392704 0 0 0 0 17 1 0 0
/proc/18203/statm: 9976 8616 55 118 0 9855 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 41344

[startup+3.10251 s]
/proc/loadavg: 0.83 0.94 0.98 2/66 18204
/proc/meminfo: memFree=1108456/2055920 swapFree=4184836/4192956
[pid=18202] ppid=18200 vsize=1440 CPUtime=0
/proc/18202/stat : 18202 (SATzilla2007_R) S 18200 18202 16913 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 108445494 1474560 110 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/18202/statm: 360 110 95 260 0 84 0
[pid=18203] ppid=18202 vsize=39904 CPUtime=3.09
/proc/18203/stat : 18203 (march_dl) R 18202 18202 16913 0 -1 4194304 20203 0 0 0 299 10 0 0 25 0 1 0 108445495 40861696 8710 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134644028 0 0 8392704 0 0 0 0 17 1 0 0
/proc/18203/statm: 9976 8710 57 118 0 9855 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 41344

[startup+6.30179 s]
/proc/loadavg: 0.83 0.94 0.98 2/66 18205
/proc/meminfo: memFree=1137576/2055920 swapFree=4184836/4192956
[pid=18202] ppid=18200 vsize=1440 CPUtime=5
/proc/18202/stat : 18202 (SATzilla2007_R) S 18200 18202 16913 0 -1 4194304 135 25160 0 0 0 0 487 13 16 0 1 0 108445494 1474560 111 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/18202/statm: 360 111 96 260 0 84 0
[pid=18205] ppid=18202 vsize=34888 CPUtime=1.28
/proc/18205/stat : 18205 (ubcsat2006) R 18202 18202 16913 0 -1 4194304 6191 0 0 0 126 2 0 0 25 0 1 0 108445995 35725312 6174 18446744073709551615 134512640 134777720 4294956464 18446744073709551615 134553066 0 0 8392704 0 0 0 0 17 1 0 0
/proc/18205/statm: 8722 6174 156 64 0 8303 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 36328

[startup+12.7014 s]
/proc/loadavg: 0.86 0.94 0.98 2/65 18205
/proc/meminfo: memFree=1106672/2055920 swapFree=4184836/4192956
[pid=18202] ppid=18200 vsize=40624 CPUtime=12.67
/proc/18202/stat : 18202 (SATzilla2007_R) R 18200 18202 16913 0 -1 4194304 9289 31357 0 0 511 4 736 16 25 0 1 0 108445494 41598976 9258 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 134540670 0 0 4096 0 0 0 0 17 1 0 0
/proc/18202/statm: 10156 9258 121 260 0 9880 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 40624

[startup+25.5015 s]
/proc/loadavg: 0.88 0.94 0.98 2/65 18205
/proc/meminfo: memFree=1106352/2055920 swapFree=4184836/4192956
[pid=18202] ppid=18200 vsize=40624 CPUtime=25.47
/proc/18202/stat : 18202 (SATzilla2007_R) R 18200 18202 16913 0 -1 4194304 9421 31357 0 0 1789 6 736 16 25 0 1 0 108445494 41598976 9390 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/18202/statm: 10156 9390 121 260 0 9880 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 40624

[startup+51.1018 s]
/proc/loadavg: 0.92 0.94 0.98 2/65 18205
/proc/meminfo: memFree=1105392/2055920 swapFree=4184836/4192956
[pid=18202] ppid=18200 vsize=40624 CPUtime=51.06
/proc/18202/stat : 18202 (SATzilla2007_R) R 18200 18202 16913 0 -1 4194304 9696 31357 0 0 4344 10 736 16 25 0 1 0 108445494 41598976 9665 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/18202/statm: 10156 9665 121 260 0 9880 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 40624

[startup+102.305 s]
/proc/loadavg: 0.97 0.95 0.98 2/66 18206
/proc/meminfo: memFree=1064808/2055920 swapFree=4184836/4192956
[pid=18202] ppid=18200 vsize=25020 CPUtime=81.31
/proc/18202/stat : 18202 (SATzilla2007_R) S 18200 18202 16913 0 -1 4194304 23159 31357 0 0 7360 19 736 16 25 0 1 0 108445494 25620480 5954 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/18202/statm: 6255 5954 157 260 0 5979 0
[pid=18206] ppid=18202 vsize=61400 CPUtime=20.92
/proc/18206/stat : 18206 (march_dl) R 18202 18202 16913 0 -1 4194304 30221 0 0 0 2078 14 0 0 25 0 1 0 108453631 62873600 13868 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134519734 0 0 8392704 0 0 0 0 17 1 0 0
/proc/18206/statm: 15350 13868 65 118 0 15229 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 86420

[startup+162.302 s]
/proc/loadavg: 0.98 0.96 0.98 2/66 18206
/proc/meminfo: memFree=1062312/2055920 swapFree=4184836/4192956
[pid=18202] ppid=18200 vsize=25020 CPUtime=81.31
/proc/18202/stat : 18202 (SATzilla2007_R) S 18200 18202 16913 0 -1 4194304 23159 31357 0 0 7360 19 736 16 25 0 1 0 108445494 25620480 5954 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/18202/statm: 6255 5954 157 260 0 5979 0
[pid=18206] ppid=18202 vsize=64440 CPUtime=80.9
/proc/18206/stat : 18206 (march_dl) R 18202 18202 16913 0 -1 4194304 30875 0 0 0 8076 14 0 0 25 0 1 0 108453631 65986560 14522 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134520498 0 0 8392704 0 0 0 0 17 1 0 0
/proc/18206/statm: 16110 14522 65 118 0 15989 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 89460

[startup+222.301 s]
/proc/loadavg: 0.99 0.96 0.98 2/66 18206
/proc/meminfo: memFree=991336/2055920 swapFree=4184836/4192956
[pid=18202] ppid=18200 vsize=25020 CPUtime=81.31
/proc/18202/stat : 18202 (SATzilla2007_R) S 18200 18202 16913 0 -1 4194304 23159 31357 0 0 7360 19 736 16 25 0 1 0 108445494 25620480 5954 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/18202/statm: 6255 5954 157 260 0 5979 0
[pid=18206] ppid=18202 vsize=134088 CPUtime=140.88
/proc/18206/stat : 18206 (march_dl) R 18202 18202 16913 0 -1 4194304 89226 0 0 0 14049 39 0 0 25 0 1 0 108453631 137306112 31350 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134540857 0 0 8392704 0 0 0 0 17 1 0 0
/proc/18206/statm: 33522 31350 69 118 0 33401 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 159108

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 18206
/proc/meminfo: memFree=894888/2055920 swapFree=4184836/4192956
[pid=18202] ppid=18200 vsize=25020 CPUtime=81.31
/proc/18202/stat : 18202 (SATzilla2007_R) S 18200 18202 16913 0 -1 4194304 23159 31357 0 0 7360 19 736 16 25 0 1 0 108445494 25620480 5954 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/18202/statm: 6255 5954 157 260 0 5979 0
[pid=18206] ppid=18202 vsize=255108 CPUtime=200.87
/proc/18206/stat : 18206 (march_dl) R 18202 18202 16913 0 -1 4194304 119662 0 0 0 19974 113 0 0 25 0 1 0 108453631 261230592 56682 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/18206/statm: 63777 56682 73 118 0 63656 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 280128

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 18206
/proc/meminfo: memFree=860008/2055920 swapFree=4184836/4192956
[pid=18202] ppid=18200 vsize=25020 CPUtime=81.31
/proc/18202/stat : 18202 (SATzilla2007_R) S 18200 18202 16913 0 -1 4194304 23159 31357 0 0 7360 19 736 16 25 0 1 0 108445494 25620480 5954 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/18202/statm: 6255 5954 157 260 0 5979 0
[pid=18206] ppid=18202 vsize=303060 CPUtime=260.86
/proc/18206/stat : 18206 (march_dl) R 18202 18202 16913 0 -1 4194304 129832 0 0 0 25959 127 0 0 25 0 1 0 108453631 310333440 65025 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134652411 0 0 8392704 0 0 0 0 17 1 0 0
/proc/18206/statm: 75765 65025 73 118 0 75644 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 328080

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 18206
/proc/meminfo: memFree=823528/2055920 swapFree=4184836/4192956
[pid=18202] ppid=18200 vsize=25020 CPUtime=81.31
/proc/18202/stat : 18202 (SATzilla2007_R) S 18200 18202 16913 0 -1 4194304 23159 31357 0 0 7360 19 736 16 25 0 1 0 108445494 25620480 5954 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/18202/statm: 6255 5954 157 260 0 5979 0

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

[pid=18202] ppid=18200 vsize=25020 CPUtime=81.31
/proc/18202/stat : 18202 (SATzilla2007_R) S 18200 18202 16913 0 -1 4194304 23159 31357 0 0 7360 19 736 16 25 0 1 0 108445494 25620480 5954 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/18202/statm: 6255 5954 157 260 0 5979 0
[pid=18206] ppid=18202 vsize=415148 CPUtime=380.83
/proc/18206/stat : 18206 (march_dl) R 18202 18202 16913 0 -1 4194304 145244 0 0 0 37940 143 0 0 25 0 1 0 108453631 425111552 78632 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134533647 0 0 8392704 0 0 0 0 17 1 0 0
/proc/18206/statm: 103787 78632 73 118 0 103666 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 440168

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 18206
/proc/meminfo: memFree=800296/2055920 swapFree=4184836/4192956
[pid=18202] ppid=18200 vsize=25020 CPUtime=81.31
/proc/18202/stat : 18202 (SATzilla2007_R) S 18200 18202 16913 0 -1 4194304 23159 31357 0 0 7360 19 736 16 25 0 1 0 108445494 25620480 5954 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/18202/statm: 6255 5954 157 260 0 5979 0
[pid=18206] ppid=18202 vsize=416732 CPUtime=440.82
/proc/18206/stat : 18206 (march_dl) R 18202 18202 16913 0 -1 4194304 146418 0 0 0 43936 146 0 0 25 0 1 0 108453631 426733568 79806 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/18206/statm: 104183 79806 73 118 0 104062 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 441752

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 18206
/proc/meminfo: memFree=794664/2055920 swapFree=4184836/4192956
[pid=18202] ppid=18200 vsize=25020 CPUtime=81.31
/proc/18202/stat : 18202 (SATzilla2007_R) S 18200 18202 16913 0 -1 4194304 23159 31357 0 0 7360 19 736 16 25 0 1 0 108445494 25620480 5954 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/18202/statm: 6255 5954 157 260 0 5979 0
[pid=18206] ppid=18202 vsize=420308 CPUtime=500.8
/proc/18206/stat : 18206 (march_dl) R 18202 18202 16913 0 -1 4194304 147856 0 0 0 49929 151 0 0 25 0 1 0 108453631 430395392 81210 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/18206/statm: 105077 81210 73 118 0 104956 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 445328

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 18206
/proc/meminfo: memFree=774440/2055920 swapFree=4184836/4192956
[pid=18202] ppid=18200 vsize=25020 CPUtime=81.31
/proc/18202/stat : 18202 (SATzilla2007_R) S 18200 18202 16913 0 -1 4194304 23159 31357 0 0 7360 19 736 16 25 0 1 0 108445494 25620480 5954 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/18202/statm: 6255 5954 157 260 0 5979 0
[pid=18206] ppid=18202 vsize=454672 CPUtime=560.79
/proc/18206/stat : 18206 (march_dl) R 18202 18202 16913 0 -1 4194304 153991 0 0 0 55916 163 0 0 25 0 1 0 108453631 465584128 86254 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134533634 0 0 8392704 0 0 0 0 17 1 0 0
/proc/18206/statm: 113668 86254 73 118 0 113547 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 479692

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/72 18232
/proc/meminfo: memFree=757304/2055920 swapFree=4184836/4192956
[pid=18202] ppid=18200 vsize=25020 CPUtime=81.31
/proc/18202/stat : 18202 (SATzilla2007_R) S 18200 18202 16913 0 -1 4194304 23159 31357 0 0 7360 19 736 16 25 0 1 0 108445494 25620480 5954 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/18202/statm: 6255 5954 157 260 0 5979 0
[pid=18206] ppid=18202 vsize=477864 CPUtime=620.77
/proc/18206/stat : 18206 (march_dl) R 18202 18202 16913 0 -1 4194304 158835 0 0 0 61902 175 0 0 25 0 1 0 108453631 489332736 90204 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/18206/statm: 119466 90204 73 118 0 119345 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 502884

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.98 2/72 18378
/proc/meminfo: memFree=757176/2055920 swapFree=4184836/4192956
[pid=18202] ppid=18200 vsize=25020 CPUtime=81.31
/proc/18202/stat : 18202 (SATzilla2007_R) S 18200 18202 16913 0 -1 4194304 23159 31357 0 0 7360 19 736 16 25 0 1 0 108445494 25620480 5954 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/18202/statm: 6255 5954 157 260 0 5979 0
[pid=18206] ppid=18202 vsize=477864 CPUtime=680.69
/proc/18206/stat : 18206 (march_dl) R 18202 18202 16913 0 -1 4194304 158840 0 0 0 67886 183 0 0 25 0 1 0 108453631 489332736 90209 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134533687 0 0 8392704 0 0 0 0 17 1 0 0
/proc/18206/statm: 119466 90209 73 118 0 119345 0
Current children cumulated CPU time (s) 762
Current children cumulated vsize (KiB) 502884

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 18404
/proc/meminfo: memFree=756136/2055920 swapFree=4184836/4192956
[pid=18202] ppid=18200 vsize=25020 CPUtime=81.31
/proc/18202/stat : 18202 (SATzilla2007_R) S 18200 18202 16913 0 -1 4194304 23159 31357 0 0 7360 19 736 16 25 0 1 0 108445494 25620480 5954 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/18202/statm: 6255 5954 157 260 0 5979 0
[pid=18206] ppid=18202 vsize=480256 CPUtime=740.66
/proc/18206/stat : 18206 (march_dl) R 18202 18202 16913 0 -1 4194304 159505 0 0 0 73871 195 0 0 25 0 1 0 108453631 491782144 90749 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134533671 0 0 8392704 0 0 0 0 17 1 0 0
/proc/18206/statm: 120064 90749 73 118 0 119943 0
Current children cumulated CPU time (s) 821.97
Current children cumulated vsize (KiB) 505276

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 18404
/proc/meminfo: memFree=750120/2055920 swapFree=4184836/4192956
[pid=18202] ppid=18200 vsize=25020 CPUtime=81.31
/proc/18202/stat : 18202 (SATzilla2007_R) S 18200 18202 16913 0 -1 4194304 23159 31357 0 0 7360 19 736 16 25 0 1 0 108445494 25620480 5954 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/18202/statm: 6255 5954 157 260 0 5979 0
[pid=18206] ppid=18202 vsize=488136 CPUtime=800.65
/proc/18206/stat : 18206 (march_dl) R 18202 18202 16913 0 -1 4194304 161292 0 0 0 79863 202 0 0 25 0 1 0 108453631 499851264 92253 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/18206/statm: 122034 92253 73 118 0 121913 0
Current children cumulated CPU time (s) 881.96
Current children cumulated vsize (KiB) 513156

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 18404
/proc/meminfo: memFree=747624/2055920 swapFree=4184836/4192956
[pid=18202] ppid=18200 vsize=25020 CPUtime=81.31
/proc/18202/stat : 18202 (SATzilla2007_R) S 18200 18202 16913 0 -1 4194304 23159 31357 0 0 7360 19 736 16 25 0 1 0 108445494 25620480 5954 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/18202/statm: 6255 5954 157 260 0 5979 0
[pid=18206] ppid=18202 vsize=490960 CPUtime=860.63
/proc/18206/stat : 18206 (march_dl) R 18202 18202 16913 0 -1 4194304 161954 0 0 0 85857 206 0 0 25 0 1 0 108453631 502743040 92903 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134533687 0 0 8392704 0 0 0 0 17 1 0 0
/proc/18206/statm: 122740 92903 73 118 0 122619 0
Current children cumulated CPU time (s) 941.94
Current children cumulated vsize (KiB) 515980

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 18404
/proc/meminfo: memFree=742376/2055920 swapFree=4184836/4192956
[pid=18202] ppid=18200 vsize=25020 CPUtime=81.31
/proc/18202/stat : 18202 (SATzilla2007_R) S 18200 18202 16913 0 -1 4194304 23159 31357 0 0 7360 19 736 16 25 0 1 0 108445494 25620480 5954 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/18202/statm: 6255 5954 157 260 0 5979 0
[pid=18206] ppid=18202 vsize=504004 CPUtime=920.62
/proc/18206/stat : 18206 (march_dl) R 18202 18202 16913 0 -1 4194304 163394 0 0 0 91847 215 0 0 25 0 1 0 108453631 516100096 94229 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134533634 0 0 8392704 0 0 0 0 17 1 0 0
/proc/18206/statm: 126001 94229 73 118 0 125880 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 529024

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 18404
/proc/meminfo: memFree=739496/2055920 swapFree=4184836/4192956
[pid=18202] ppid=18200 vsize=25020 CPUtime=81.31
/proc/18202/stat : 18202 (SATzilla2007_R) S 18200 18202 16913 0 -1 4194304 23159 31357 0 0 7360 19 736 16 25 0 1 0 108445494 25620480 5954 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/18202/statm: 6255 5954 157 260 0 5979 0
[pid=18206] ppid=18202 vsize=505672 CPUtime=980.6
/proc/18206/stat : 18206 (march_dl) R 18202 18202 16913 0 -1 4194304 164134 0 0 0 97836 224 0 0 25 0 1 0 108453631 517808128 94968 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134533690 0 0 8392704 0 0 0 0 17 1 0 0
/proc/18206/statm: 126418 94968 73 118 0 126297 0
Current children cumulated CPU time (s) 1061.91
Current children cumulated vsize (KiB) 530692

[startup+1122.3 s]
/proc/loadavg: 1.05 0.99 0.98 2/66 18404
/proc/meminfo: memFree=736296/2055920 swapFree=4184836/4192956
[pid=18202] ppid=18200 vsize=25020 CPUtime=81.31
/proc/18202/stat : 18202 (SATzilla2007_R) S 18200 18202 16913 0 -1 4194304 23159 31357 0 0 7360 19 736 16 25 0 1 0 108445494 25620480 5954 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/18202/statm: 6255 5954 157 260 0 5979 0
[pid=18206] ppid=18202 vsize=509732 CPUtime=1040.59
/proc/18206/stat : 18206 (march_dl) R 18202 18202 16913 0 -1 4194304 164925 0 0 0 103832 227 0 0 25 0 1 0 108453631 521965568 95759 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134533687 0 0 8392704 0 0 0 0 17 1 0 0
/proc/18206/statm: 127433 95759 73 118 0 127312 0
Current children cumulated CPU time (s) 1121.9
Current children cumulated vsize (KiB) 534752

[startup+1182.3 s]
/proc/loadavg: 1.14 1.02 0.99 2/66 18404
/proc/meminfo: memFree=734632/2055920 swapFree=4184836/4192956
[pid=18202] ppid=18200 vsize=25020 CPUtime=81.31
/proc/18202/stat : 18202 (SATzilla2007_R) S 18200 18202 16913 0 -1 4194304 23159 31357 0 0 7360 19 736 16 25 0 1 0 108445494 25620480 5954 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/18202/statm: 6255 5954 157 260 0 5979 0
[pid=18206] ppid=18202 vsize=516548 CPUtime=1100.58
/proc/18206/stat : 18206 (march_dl) R 18202 18202 16913 0 -1 4194304 165350 0 0 0 109830 228 0 0 25 0 1 0 108453631 528945152 96184 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134533467 0 0 8392704 0 0 0 0 17 1 0 0
/proc/18206/statm: 129137 96184 73 118 0 129016 0
Current children cumulated CPU time (s) 1181.89
Current children cumulated vsize (KiB) 541568



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.10 1.02 0.99 2/65 18404
/proc/meminfo: memFree=1052976/2055920 swapFree=4184836/4192956
[pid=18202] ppid=18200 vsize=176976 CPUtime=1200
/proc/18202/stat : 18202 (SATzilla2007_R) R 18200 18202 16913 0 -1 4194304 40253 196944 0 0 7432 26 112290 252 24 0 1 0 108445494 181223424 22755 18446744073709551615 134512640 135579813 4294956592 18446744073709551615 134598197 0 0 4096 0 0 0 0 17 1 0 0
/proc/18202/statm: 44244 22755 164 260 0 43968 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 176976

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.42
CPU time (s): 1200.03
CPU user time (s): 1197.23
CPU system time (s): 2.80257
CPU usage (%): 99.9672
Max. virtual memory (cumulated for all children) (KiB): 544372

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

runsolver used 1.13783 second user time and 2.6486 second system time

The end

Launcher Data (download as text)

Begin job on node68 on Wed Apr 11 20:49:20 UTC 2007

IDJOB= 320819
IDBENCH= 20512
IDSOLVER= 134
FILE ID= node68/320819-1176324559

PBS_JOBID= 4516715

Free space on /tmp= 66550 MiB

SOLVER NAME= SATzilla RANDOM
BENCH NAME= HOME/pub/bench/SAT07/industrial/babic/xinetd/itox_vc1044.cnf
COMMAND LINE= /tmp/evaluation/320819-1176324559/SATzilla2007_R /tmp/evaluation/320819-1176324559/instance-320819-1176324559.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node68/watcher-320819-1176324559 -o ROOT/results/node68/solver-320819-1176324559 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/320819-1176324559/SATzilla2007_R /tmp/evaluation/320819-1176324559/instance-320819-1176324559.cnf            

META MD5SUM SOLVER= 44dcaa7dbf032757655ae5e30ee65a10
MD5SUM BENCH=  463ebb30bfec5453efcf0b74fc72338c

RANDOM SEED= 770225736

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node68.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.216
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.216
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:       1143696 kB
Buffers:         45648 kB
Cached:         673512 kB
SwapCached:       2116 kB
Active:         122488 kB
Inactive:       612656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1143696 kB
SwapTotal:     4192956 kB
SwapFree:      4184836 kB
Dirty:           15200 kB
Writeback:           0 kB
Mapped:          23076 kB
Slab:           163132 kB
Committed_AS:   120700 kB
PageTables:       1412 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= 66550 MiB

End job on node68 on Wed Apr 11 21:09:22 UTC 2007