Trace number 331577

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 CRAFTEDSAT 248.84 248.967

General information on the benchmark

Nameindustrial/vliw_sat_4.0/
9vliw_m_9stages_iq3_C1_bug2.cnf
MD5SUMde190892801b59cd9842bfb52b694299
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark41.4757
Satisfiable
(Un)Satisfiability was proved
Number of variables521158
Number of clauses13378532
Sum of the clauses size39204686
Maximum clause length6689
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 28714522
Number of clauses of size 34209353
Number of clauses of size 425253
Number of clauses of size 515680
Number of clauses of size over 5413723

Solver Data (download as text)

Sorry, but this trace is too large and cannot be obtained.

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node41/watcher-331577-1173185220 -o ROOT/results/node41/solver-331577-1173185220 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/331577-1173185220/SATzilla2007_C /tmp/evaluation/331577-1173185220/instance-331577-1173185220.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: 1.43 1.29 1.13 3/65 16587
/proc/meminfo: memFree=1456808/2055920 swapFree=4180464/4192956
[pid=16587] ppid=16585 vsize=1440 CPUtime=0
/proc/16587/stat : 16587 (SATzilla2007_C) S 16585 16587 14408 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 338479831 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16587/statm: 360 110 95 260 0 84 0
[pid=16588] ppid=16587 vsize=54932 CPUtime=0
/proc/16588/stat : 16588 (march_dl) R 16587 16587 14408 0 -1 4194304 826 0 0 0 0 0 0 0 19 0 1 0 338479831 56250368 822 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134549409 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16588/statm: 13733 829 49 118 0 13612 0

[startup+0.101997 s]
/proc/loadavg: 1.43 1.29 1.13 3/65 16587
/proc/meminfo: memFree=1456808/2055920 swapFree=4180464/4192956
[pid=16587] ppid=16585 vsize=1440 CPUtime=0
/proc/16587/stat : 16587 (SATzilla2007_C) S 16585 16587 14408 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 338479831 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16587/statm: 360 110 95 260 0 84 0
[pid=16588] ppid=16587 vsize=122464 CPUtime=0.09
/proc/16588/stat : 16588 (march_dl) R 16587 16587 14408 0 -1 4194304 15823 0 0 0 3 6 0 0 19 0 1 0 338479831 125403136 15818 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134549581 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16588/statm: 30616 15822 49 118 0 30495 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 123904

[startup+0.203005 s]
/proc/loadavg: 1.43 1.29 1.13 3/65 16587
/proc/meminfo: memFree=1456808/2055920 swapFree=4180464/4192956
[pid=16587] ppid=16585 vsize=1440 CPUtime=0
/proc/16587/stat : 16587 (SATzilla2007_C) S 16585 16587 14408 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 338479831 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16587/statm: 360 110 95 260 0 84 0
[pid=16588] ppid=16587 vsize=138340 CPUtime=0.19
/proc/16588/stat : 16588 (march_dl) R 16587 16587 14408 0 -1 4194304 20961 0 0 0 11 8 0 0 20 0 1 0 338479831 141660160 20956 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134549887 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16588/statm: 34585 20957 50 118 0 34464 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 139780

[startup+0.303014 s]
/proc/loadavg: 1.43 1.29 1.13 3/65 16587
/proc/meminfo: memFree=1456808/2055920 swapFree=4180464/4192956
[pid=16587] ppid=16585 vsize=1440 CPUtime=0
/proc/16587/stat : 16587 (SATzilla2007_C) S 16585 16587 14408 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 338479831 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16587/statm: 360 110 95 260 0 84 0
[pid=16588] ppid=16587 vsize=139660 CPUtime=0.29
/proc/16588/stat : 16588 (march_dl) R 16587 16587 14408 0 -1 4194304 21374 0 0 0 21 8 0 0 21 0 1 0 338479831 143011840 21369 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16588/statm: 34915 21369 50 118 0 34794 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 141100

[startup+0.702048 s]
/proc/loadavg: 1.43 1.29 1.13 3/65 16587
/proc/meminfo: memFree=1456808/2055920 swapFree=4180464/4192956
[pid=16587] ppid=16585 vsize=1440 CPUtime=0
/proc/16587/stat : 16587 (SATzilla2007_C) S 16585 16587 14408 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 338479831 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16587/statm: 360 110 95 260 0 84 0
[pid=16588] ppid=16587 vsize=144940 CPUtime=0.69
/proc/16588/stat : 16588 (march_dl) R 16587 16587 14408 0 -1 4194304 22971 0 0 0 59 10 0 0 24 0 1 0 338479831 148418560 22966 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16588/statm: 36235 22966 50 118 0 36114 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 146380

[startup+1.50212 s]
/proc/loadavg: 1.43 1.29 1.13 2/67 16589
/proc/meminfo: memFree=1359384/2055920 swapFree=4180464/4192956
[pid=16587] ppid=16585 vsize=1440 CPUtime=0
/proc/16587/stat : 16587 (SATzilla2007_C) S 16585 16587 14408 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 338479831 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16587/statm: 360 110 95 260 0 84 0
[pid=16588] ppid=16587 vsize=155632 CPUtime=1.49
/proc/16588/stat : 16588 (march_dl) R 16587 16587 14408 0 -1 4194304 26186 0 0 0 136 13 0 0 25 0 1 0 338479831 159367168 26181 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16588/statm: 38908 26181 50 118 0 38787 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 157072

[startup+3.10126 s]
/proc/loadavg: 1.43 1.29 1.13 2/66 16589
/proc/meminfo: memFree=1343008/2055920 swapFree=4180464/4192956
[pid=16587] ppid=16585 vsize=1440 CPUtime=0
/proc/16587/stat : 16587 (SATzilla2007_C) S 16585 16587 14408 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 338479831 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16587/statm: 360 110 95 260 0 84 0
[pid=16588] ppid=16587 vsize=176752 CPUtime=3.09
/proc/16588/stat : 16588 (march_dl) R 16587 16587 14408 0 -1 4194304 32555 0 0 0 290 19 0 0 25 0 1 0 338479831 180994048 32550 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134549887 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16588/statm: 44188 32551 50 118 0 44067 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 178192

[startup+6.30153 s]
/proc/loadavg: 1.39 1.28 1.13 2/66 16590
/proc/meminfo: memFree=1453352/2055920 swapFree=4180464/4192956
[pid=16587] ppid=16585 vsize=1440 CPUtime=5.01
/proc/16587/stat : 16587 (SATzilla2007_C) S 16585 16587 14408 0 -1 4194304 135 40086 0 0 0 0 474 27 16 0 1 0 338479831 1474560 111 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16587/statm: 360 111 96 260 0 84 0
[pid=16590] ppid=16587 vsize=123012 CPUtime=1.26
/proc/16590/stat : 16590 (ubcsat2006) R 16587 16587 14408 0 -1 4194304 4607 0 0 0 123 3 0 0 25 0 1 0 338480334 125964288 4591 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 134723458 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16590/statm: 30753 4591 141 64 0 30334 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 124452

[startup+12.7011 s]
/proc/loadavg: 1.36 1.28 1.13 2/66 16590
/proc/meminfo: memFree=1365928/2055920 swapFree=4180464/4192956
[pid=16587] ppid=16585 vsize=1440 CPUtime=5.01
/proc/16587/stat : 16587 (SATzilla2007_C) S 16585 16587 14408 0 -1 4194304 135 40086 0 0 0 0 474 27 16 0 1 0 338479831 1474560 111 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16587/statm: 360 111 96 260 0 84 0
[pid=16590] ppid=16587 vsize=188612 CPUtime=7.66
/proc/16590/stat : 16590 (ubcsat2006) R 16587 16587 14408 0 -1 4194304 25617 0 0 0 749 17 0 0 25 0 1 0 338480334 193138688 25601 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16590/statm: 47153 25601 141 64 0 46734 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 190052

[startup+25.5012 s]
/proc/loadavg: 1.28 1.26 1.12 2/66 16590
/proc/meminfo: memFree=1160808/2055920 swapFree=4180464/4192956
[pid=16587] ppid=16585 vsize=1440 CPUtime=5.01
/proc/16587/stat : 16587 (SATzilla2007_C) S 16585 16587 14408 0 -1 4194304 135 40086 0 0 0 0 474 27 16 0 1 0 338479831 1474560 111 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16587/statm: 360 111 96 260 0 84 0
[pid=16590] ppid=16587 vsize=472952 CPUtime=20.46
/proc/16590/stat : 16590 (ubcsat2006) R 16587 16587 14408 0 -1 4194304 84220 0 0 0 1989 57 0 0 25 0 1 0 338480334 484302848 84203 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 134719560 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16590/statm: 118238 84208 142 64 0 117819 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 474392

[startup+51.1014 s]
/proc/loadavg: 1.18 1.24 1.12 2/65 16590
/proc/meminfo: memFree=1002160/2055920 swapFree=4180464/4192956
[pid=16587] ppid=16585 vsize=526748 CPUtime=51.07
/proc/16587/stat : 16587 (SATzilla2007_C) R 16585 16587 14408 0 -1 4194304 119399 217888 0 0 2177 69 2729 132 25 0 1 0 338479831 539389952 116652 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135168075 0 0 4096 0 0 0 0 17 1 0 0
/proc/16587/statm: 131687 116653 114 260 0 131411 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 526748

[startup+102.302 s]
/proc/loadavg: 1.08 1.20 1.11 2/65 16590
/proc/meminfo: memFree=414064/2055920 swapFree=4180464/4192956
[pid=16587] ppid=16585 vsize=1071008 CPUtime=102.26
/proc/16587/stat : 16587 (SATzilla2007_C) R 16585 16587 14408 0 -1 4194304 264063 217888 0 0 7226 139 2729 132 25 0 1 0 338479831 1096712192 261309 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/16587/statm: 267752 261309 121 260 0 267476 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 1071008

[startup+162.301 s]
/proc/loadavg: 1.03 1.16 1.10 2/65 16590
/proc/meminfo: memFree=796464/2055920 swapFree=4180464/4192956
[pid=16587] ppid=16585 vsize=940036 CPUtime=162.23
/proc/16587/stat : 16587 (SATzilla2007_C) R 16585 16587 14408 0 -1 4194304 279725 217888 0 0 13210 152 2729 132 25 0 1 0 338479831 962596864 165679 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 134524329 0 0 4096 0 0 0 0 17 1 0 0
/proc/16587/statm: 235009 165679 124 260 0 234733 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 940036

[startup+222.305 s]
/proc/loadavg: 1.01 1.13 1.09 2/66 16591
/proc/meminfo: memFree=221992/2055920 swapFree=4180464/4192956
[pid=16587] ppid=16585 vsize=678324 CPUtime=207.69
/proc/16587/stat : 16587 (SATzilla2007_C) S 16585 16587 14408 0 -1 4194304 345052 217888 0 0 17722 186 2729 132 25 0 1 0 338479831 694603776 165598 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16587/statm: 169581 165598 126 260 0 169305 0
[pid=16591] ppid=16587 vsize=600816 CPUtime=14.52
/proc/16591/stat : 16591 (minisat20) R 16587 16587 14408 0 -1 4194304 143462 0 0 0 1356 96 0 0 25 0 1 0 338500606 615235584 143448 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134648475 0 0 8392704 3 0 0 0 17 1 0 0
/proc/16591/statm: 150204 143448 59 118 0 150082 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 1279140

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

[startup+230.402 s]
/proc/loadavg: 1.01 1.12 1.09 2/66 16591
/proc/meminfo: memFree=215336/2055920 swapFree=4180464/4192956
[pid=16587] ppid=16585 vsize=678324 CPUtime=207.69
/proc/16587/stat : 16587 (SATzilla2007_C) S 16585 16587 14408 0 -1 4194304 345052 217888 0 0 17722 186 2729 132 25 0 1 0 338479831 694603776 165598 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16587/statm: 169581 165598 126 260 0 169305 0
[pid=16591] ppid=16587 vsize=607464 CPUtime=22.61
/proc/16591/stat : 16591 (minisat20) R 16587 16587 14408 0 -1 4194304 145113 0 0 0 2165 96 0 0 25 0 1 0 338500606 622043136 145099 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/16591/statm: 151866 145099 59 118 0 151744 0
Current children cumulated CPU time (s) 230.3
Current children cumulated vsize (KiB) 1285788

[startup+236.801 s]
/proc/loadavg: 1.01 1.12 1.09 2/66 16591
/proc/meminfo: memFree=211752/2055920 swapFree=4180464/4192956
[pid=16587] ppid=16585 vsize=678324 CPUtime=207.69
/proc/16587/stat : 16587 (SATzilla2007_C) S 16585 16587 14408 0 -1 4194304 345052 217888 0 0 17722 186 2729 132 25 0 1 0 338479831 694603776 165598 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16587/statm: 169581 165598 126 260 0 169305 0
[pid=16591] ppid=16587 vsize=611092 CPUtime=29
/proc/16591/stat : 16591 (minisat20) R 16587 16587 14408 0 -1 4194304 146001 0 0 0 2804 96 0 0 25 0 1 0 338500606 625758208 145987 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525653 0 0 8392704 3 0 0 0 17 1 0 0
/proc/16591/statm: 152773 145987 59 118 0 152651 0
Current children cumulated CPU time (s) 236.69
Current children cumulated vsize (KiB) 1289416

[startup+243.205 s]
/proc/loadavg: 1.00 1.12 1.09 2/66 16591
/proc/meminfo: memFree=211624/2055920 swapFree=4180464/4192956
[pid=16587] ppid=16585 vsize=678324 CPUtime=207.69
/proc/16587/stat : 16587 (SATzilla2007_C) S 16585 16587 14408 0 -1 4194304 345052 217888 0 0 17722 186 2729 132 25 0 1 0 338479831 694603776 165598 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16587/statm: 169581 165598 126 260 0 169305 0
[pid=16591] ppid=16587 vsize=611272 CPUtime=35.42
/proc/16591/stat : 16591 (minisat20) R 16587 16587 14408 0 -1 4194304 146030 0 0 0 3445 97 0 0 25 0 1 0 338500606 625942528 146016 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134530228 0 0 8392704 3 0 0 0 17 1 0 0
/proc/16591/statm: 152818 146016 59 118 0 152696 0
Current children cumulated CPU time (s) 243.11
Current children cumulated vsize (KiB) 1289596

[startup+246.401 s]
/proc/loadavg: 1.00 1.12 1.09 2/66 16591
/proc/meminfo: memFree=211304/2055920 swapFree=4180464/4192956
[pid=16587] ppid=16585 vsize=678324 CPUtime=207.69
/proc/16587/stat : 16587 (SATzilla2007_C) S 16585 16587 14408 0 -1 4194304 345052 217888 0 0 17722 186 2729 132 25 0 1 0 338479831 694603776 165598 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16587/statm: 169581 165598 126 260 0 169305 0
[pid=16591] ppid=16587 vsize=611676 CPUtime=38.61
/proc/16591/stat : 16591 (minisat20) R 16587 16587 14408 0 -1 4194304 146121 0 0 0 3764 97 0 0 25 0 1 0 338500606 626356224 146107 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/16591/statm: 152919 146107 59 118 0 152797 0
Current children cumulated CPU time (s) 246.3
Current children cumulated vsize (KiB) 1290000

[startup+248.001 s]
/proc/loadavg: 1.00 1.12 1.09 2/66 16591
/proc/meminfo: memFree=211176/2055920 swapFree=4180464/4192956
[pid=16587] ppid=16585 vsize=678324 CPUtime=207.69
/proc/16587/stat : 16587 (SATzilla2007_C) S 16585 16587 14408 0 -1 4194304 345052 217888 0 0 17722 186 2729 132 25 0 1 0 338479831 694603776 165598 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16587/statm: 169581 165598 126 260 0 169305 0
[pid=16591] ppid=16587 vsize=611940 CPUtime=40.21
/proc/16591/stat : 16591 (minisat20) R 16587 16587 14408 0 -1 4194304 146193 0 0 0 3924 97 0 0 25 0 1 0 338500606 626626560 146179 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525395 0 0 8392704 3 0 0 0 17 1 0 0
/proc/16591/statm: 152985 146179 59 118 0 152863 0
Current children cumulated CPU time (s) 247.9
Current children cumulated vsize (KiB) 1290264

[startup+248.402 s]
/proc/loadavg: 1.00 1.12 1.09 2/66 16591
/proc/meminfo: memFree=211176/2055920 swapFree=4180464/4192956
[pid=16587] ppid=16585 vsize=678324 CPUtime=207.69
/proc/16587/stat : 16587 (SATzilla2007_C) S 16585 16587 14408 0 -1 4194304 345052 217888 0 0 17722 186 2729 132 25 0 1 0 338479831 694603776 165598 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16587/statm: 169581 165598 126 260 0 169305 0
[pid=16591] ppid=16587 vsize=612072 CPUtime=40.61
/proc/16591/stat : 16591 (minisat20) R 16587 16587 14408 0 -1 4194304 146227 0 0 0 3964 97 0 0 25 0 1 0 338500606 626761728 146213 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134649756 0 0 8392704 3 0 0 0 17 1 0 0
/proc/16591/statm: 153018 146213 59 118 0 152896 0
Current children cumulated CPU time (s) 248.3
Current children cumulated vsize (KiB) 1290396

[startup+248.803 s]
/proc/loadavg: 1.00 1.12 1.09 2/66 16591
/proc/meminfo: memFree=208104/2055920 swapFree=4180464/4192956
[pid=16587] ppid=16585 vsize=678324 CPUtime=248.7
/proc/16587/stat : 16587 (SATzilla2007_C) S 16585 16587 14408 0 -1 4194304 345093 364265 0 0 17722 187 6721 240 16 0 1 0 338479831 694603776 165602 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135221869 0 0 4096 0 18446744071563648864 0 0 17 1 0 0
/proc/16587/statm: 169581 165602 130 260 0 169305 0
Current children cumulated CPU time (s) 248.7
Current children cumulated vsize (KiB) 678324

[startup+248.903 s]
/proc/loadavg: 1.00 1.12 1.09 2/66 16591
/proc/meminfo: memFree=208104/2055920 swapFree=4180464/4192956
[pid=16587] ppid=16585 vsize=0 CPUtime=248.76
/proc/16587/stat : 16587 (SATzilla2007_C) R 16585 16587 14408 0 -1 4194308 345103 364265 0 0 17722 193 6721 240 17 0 1 0 338479831 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/16587/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 248.76
Current children cumulated vsize (KiB) 0

Child status: 10
Real time (s): 248.967
CPU time (s): 248.84
CPU user time (s): 244.439
CPU system time (s): 4.40133
CPU usage (%): 99.9489
Max. virtual memory (cumulated for all children) (KiB): 1290912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 244.439
system time used= 4.40133
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 709368
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= 3481
involuntary context switches= 340

runsolver used 0.224965 second user time and 0.583911 second system time

The end

Launcher Data (download as text)

Begin job on node41 on Tue Mar  6 12:47:19 UTC 2007

IDJOB= 331577
IDBENCH= 20590
IDSOLVER= 135
FILE ID= node41/331577-1173185220

PBS_JOBID= 4015254

Free space on /tmp= 66200 MiB

SOLVER NAME= SATzilla CRAFTED
BENCH NAME= HOME/pub/bench/SAT07/industrial/vliw_sat_4.0/9vliw_m_9stages_iq3_C1_bug2.cnf
COMMAND LINE= /tmp/evaluation/331577-1173185220/SATzilla2007_C /tmp/evaluation/331577-1173185220/instance-331577-1173185220.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node41/watcher-331577-1173185220 -o ROOT/results/node41/solver-331577-1173185220 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/331577-1173185220/SATzilla2007_C /tmp/evaluation/331577-1173185220/instance-331577-1173185220.cnf            

META MD5SUM SOLVER= a1f00d13cbb558b34a83b365ff80fcc3
MD5SUM BENCH=  de190892801b59cd9842bfb52b694299

RANDOM SEED= 451396046

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node41.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.231
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.231
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:       1457216 kB
Buffers:          4328 kB
Cached:         487076 kB
SwapCached:       3840 kB
Active:         411588 kB
Inactive:       124408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1457216 kB
SwapTotal:     4192956 kB
SwapFree:      4180464 kB
Dirty:          225268 kB
Writeback:           0 kB
Mapped:          48800 kB
Slab:            48576 kB
Committed_AS:   720212 kB
PageTables:       1612 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= 66200 MiB

End job on node41 on Tue Mar  6 12:51:28 UTC 2007