Trace number 3361847

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT09 reference solver: ManySAT 1.1 aimd 1/2009-03-20? (TO) 4800.2 1207.92

General information on the benchmark

Nameindustrial/anbulagan/
hard-sat/partial-10-15-s.cnf
MD5SUMa6b04ec2cace5c4e6bef212c7f2df796
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark29.9874
Satisfiable
(Un)Satisfiability was proved
Number of variables261020
Number of clauses1211106
Sum of the clauses size2788072
Maximum clause length10
Minimum clause length1
Number of clauses of size 119537
Number of clauses of size 2952032
Number of clauses of size 3190917
Number of clauses of size 45400
Number of clauses of size 521600
Number of clauses of size over 521620

Solver Data

0.00/0.00	c Parsing...
0.00/0.52	c ==============================================================================
0.00/0.52	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.52	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.52	c ==============================================================================
0.00/0.52	c |         0 | 1190271  2765804 |  357081       0        0     nan |  0.000 % |
4.19/4.23	c |         0 |  708950  1938523 |      --       0       --      -- |     --   | -211920/-216212
4.19/4.23	c ==============================================================================
4.19/4.23	c Result  :   #vars: 124771   #clauses: 708950   #literals: 1938523
4.19/4.23	c CPU time:   4.14137 s
4.19/4.23	c ==============================================================================

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3361847-1305296390/watcher-3361847-1305296390 -o /tmp/evaluation-result-3361847-1305296390/solver-3361847-1305296390 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3361847-1305296390.cnf aimd 1 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 5/351 10810
/proc/meminfo: memFree=4261428/32950928 swapFree=67056568/67111528
[pid=10808] ppid=10805 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/10808/stat : 10808 (manysat.sh) S 10805 10808 10773 0 -1 4202496 329 0 0 0 0 0 0 0 20 0 1 0 641236204 8908800 250 33554432000 4194304 4922060 140737201779216 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10808/statm: 2175 250 209 178 0 68 0

[startup+0.0349681 s]
/proc/loadavg: 0.00 0.00 0.00 5/351 10810
/proc/meminfo: memFree=4261428/32950928 swapFree=67056568/67111528
[pid=10808] ppid=10805 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/10808/stat : 10808 (manysat.sh) S 10805 10808 10773 0 -1 4202496 329 0 0 0 0 0 0 0 20 0 1 0 641236204 8908800 250 33554432000 4194304 4922060 140737201779216 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10808/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100954 s]
/proc/loadavg: 0.00 0.00 0.00 5/351 10810
/proc/meminfo: memFree=4261428/32950928 swapFree=67056568/67111528
[pid=10808] ppid=10805 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/10808/stat : 10808 (manysat.sh) S 10805 10808 10773 0 -1 4202496 329 0 0 0 0 0 0 0 20 0 1 0 641236204 8908800 250 33554432000 4194304 4922060 140737201779216 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10808/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300918 s]
/proc/loadavg: 0.00 0.00 0.00 5/351 10810
/proc/meminfo: memFree=4261428/32950928 swapFree=67056568/67111528
[pid=10808] ppid=10805 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/10808/stat : 10808 (manysat.sh) S 10805 10808 10773 0 -1 4202496 329 0 0 0 0 0 0 0 20 0 1 0 641236204 8908800 250 33554432000 4194304 4922060 140737201779216 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10808/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700839 s]
/proc/loadavg: 0.00 0.00 0.00 5/351 10810
/proc/meminfo: memFree=4261428/32950928 swapFree=67056568/67111528
[pid=10808] ppid=10805 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/10808/stat : 10808 (manysat.sh) S 10805 10808 10773 0 -1 4202496 329 0 0 0 0 0 0 0 20 0 1 0 641236204 8908800 250 33554432000 4194304 4922060 140737201779216 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10808/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50068 s]
/proc/loadavg: 0.00 0.00 0.00 4/355 10814
/proc/meminfo: memFree=4023432/32950928 swapFree=67056568/67111528
[pid=10808] ppid=10805 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/10808/stat : 10808 (manysat.sh) S 10805 10808 10773 0 -1 4202496 329 0 0 0 0 0 0 0 20 0 1 0 641236204 8908800 250 33554432000 4194304 4922060 140737201779216 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10808/statm: 2175 250 209 178 0 68 0
[pid=10812] ppid=10808 vsize=140184 CPUtime=1.49 cores=0,2,4,6
/proc/10812/stat : 10812 (SatElite) R 10808 10808 10773 0 -1 4202496 34423 0 0 0 143 6 0 0 25 0 1 0 641236204 143548416 31703 33554432000 134512640 135034092 4287903312 18446744073709551615 134566167 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/10812/statm: 35046 31703 68 128 0 34916 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 148884

[startup+3.10038 s]
/proc/loadavg: 0.16 0.03 0.01 4/355 10814
/proc/meminfo: memFree=4003220/32950928 swapFree=67056568/67111528
[pid=10808] ppid=10805 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/10808/stat : 10808 (manysat.sh) S 10805 10808 10773 0 -1 4202496 329 0 0 0 0 0 0 0 20 0 1 0 641236204 8908800 250 33554432000 4194304 4922060 140737201779216 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10808/statm: 2175 250 209 178 0 68 0
[pid=10812] ppid=10808 vsize=141800 CPUtime=3.09 cores=0,2,4,6
/proc/10812/stat : 10812 (SatElite) R 10808 10808 10773 0 -1 4202496 38653 0 0 0 302 7 0 0 25 0 1 0 641236204 145203200 32224 33554432000 134512640 135034092 4287903312 18446744073709551615 134566555 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/10812/statm: 35450 32224 68 128 0 35320 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 150500

[startup+6.30065 s]
/proc/loadavg: 0.16 0.03 0.01 7/358 10820
/proc/meminfo: memFree=3869648/32950928 swapFree=67056568/67111528
[pid=10808] ppid=10805 vsize=8700 CPUtime=4.67 cores=0,2,4,6
/proc/10808/stat : 10808 (manysat.sh) S 10805 10808 10773 0 -1 4202496 356 50455 0 0 0 0 455 12 18 0 1 0 641236204 8908800 253 33554432000 4194304 4922060 140737201779216 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10808/statm: 2175 253 209 178 0 68 0
[pid=10817] ppid=10808 vsize=238380 CPUtime=3.71 cores=0,2,4,6
/proc/10817/stat : 10817 (manysat1.1_stat) R 10808 10808 10773 0 -1 4202496 48920 0 0 0 355 16 0 0 18 0 4 0 641236672 244101120 48809 33554432000 134512640 135305190 4291657728 18446744073709551615 134570415 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/10817/statm: 59595 48809 84 194 0 59399 0
Current children cumulated CPU time (s) 8.38
Current children cumulated vsize (KiB) 247080

[startup+12.7004 s]
/proc/loadavg: 1.44 0.31 0.10 10/361 10823
/proc/meminfo: memFree=3821492/32950928 swapFree=67056568/67111528
[pid=10808] ppid=10805 vsize=8700 CPUtime=4.67 cores=0,2,4,6
/proc/10808/stat : 10808 (manysat.sh) S 10805 10808 10773 0 -1 4202496 356 50455 0 0 0 0 455 12 18 0 1 0 641236204 8908800 253 33554432000 4194304 4922060 140737201779216 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10808/statm: 2175 253 209 178 0 68 0
[pid=10817] ppid=10808 vsize=250188 CPUtime=29.18 cores=0,2,4,6
/proc/10817/stat : 10817 (manysat1.1_stat) R 10808 10808 10773 0 -1 4202496 51997 0 0 0 2901 17 0 0 25 0 4 0 641236672 256192512 51886 33554432000 134512640 135305190 4291657728 18446744073709551615 134529065 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/10817/statm: 62547 51886 84 194 0 62351 0
[pid=10817/tid=10821] ppid=10808 vsize=250188 CPUtime=7.07 cores=0,2,4,6
/proc/10817/task/10821/stat : 10821 (manysat1.1_stat) R 10808 10808 10773 0 -1 4202560 1567 0 0 0 705 2 0 0 25 0 4 0 641236761 256192512 51886 33554432000 134512640 135305190 4291657728 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=10817/tid=10822] ppid=10808 vsize=250188 CPUtime=7.08 cores=0,2,4,6
/proc/10817/task/10822/stat : 10822 (manysat1.1_stat) R 10808 10808 10773 0 -1 4202560 1772 0 0 0 705 3 0 0 25 0 4 0 641236761 256192512 51886 33554432000 134512640 135305190 4291657728 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=10817/tid=10823] ppid=10808 vsize=250188 CPUtime=7.01 cores=0,2,4,6
/proc/10817/task/10823/stat : 10823 (manysat1.1_stat) R 10808 10808 10773 0 -1 4202560 1396 0 0 0 699 2 0 0 25 0 4 0 641236761 256192512 51886 33554432000 134512640 135305190 4291657728 18446744073709551615 134530657 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 33.85
Current children cumulated vsize (KiB) 258888

[startup+25.501 s]
/proc/loadavg: 2.45 0.56 0.18 10/361 10823
/proc/meminfo: memFree=3734368/32950928 swapFree=67056568/67111528
[pid=10808] ppid=10805 vsize=8700 CPUtime=4.67 cores=0,2,4,6
/proc/10808/stat : 10808 (manysat.sh) S 10805 10808 10773 0 -1 4202496 356 50455 0 0 0 0 455 12 18 0 1 0 641236204 8908800 253 33554432000 4194304 4922060 140737201779216 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10808/statm: 2175 253 209 178 0 68 0
[pid=10817] ppid=10808 vsize=292556 CPUtime=80.22 cores=0,2,4,6
/proc/10817/stat : 10817 (manysat1.1_stat) R 10808 10808 10773 0 -1 4202496 62395 0 0 0 7999 23 0 0 25 0 4 0 641236672 299577344 62284 33554432000 134512640 135305190 4291657728 18446744073709551615 134528539 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/10817/statm: 73139 62284 84 194 0 72943 0
[pid=10817/tid=10821] ppid=10808 vsize=292556 CPUtime=19.87 cores=0,2,4,6
/proc/10817/task/10821/stat : 10821 (manysat1.1_stat) R 10808 10808 10773 0 -1 4202560 3919 0 0 0 1983 4 0 0 25 0 4 0 641236761 299577344 62284 33554432000 134512640 135305190 4291657728 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=10817/tid=10822] ppid=10808 vsize=292556 CPUtime=19.88 cores=0,2,4,6
/proc/10817/task/10822/stat : 10822 (manysat1.1_stat) R 10808 10808 10773 0 -1 4202560 5137 0 0 0 1984 4 0 0 25 0 4 0 641236761 299577344 62284 33554432000 134512640 135305190 4291657728 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=10817/tid=10823] ppid=10808 vsize=292556 CPUtime=19.65 cores=0,2,4,6
/proc/10817/task/10823/stat : 10823 (manysat1.1_stat) R 10808 10808 10773 0 -1 4202560 2896 0 0 0 1962 3 0 0 25 0 4 0 641236761 299577344 62284 33554432000 134512640 135305190 4291657728 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 84.89
Current children cumulated vsize (KiB) 301256

[startup+51.101 s]
/proc/loadavg: 4.49 1.19 0.40 10/361 10824
/proc/meminfo: memFree=3544048/32950928 swapFree=67056568/67111528
[pid=10808] ppid=10805 vsize=8700 CPUtime=4.67 cores=0,2,4,6
/proc/10808/stat : 10808 (manysat.sh) S 10805 10808 10773 0 -1 4202496 356 50455 0 0 0 0 455 12 18 0 1 0 641236204 8908800 253 33554432000 4194304 4922060 140737201779216 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10808/statm: 2175 253 209 178 0 68 0
[pid=10817] ppid=10808 vsize=381292 CPUtime=182.3 cores=0,2,4,6
/proc/10817/stat : 10817 (manysat1.1_stat) R 10808 10808 10773 0 -1 4202496 84752 0 0 0 18197 33 0 0 25 0 4 0 641236672 390443008 84641 33554432000 134512640 135305190 4291657728 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/10817/statm: 95323 84641 84 194 0 95127 0
[pid=10817/tid=10821] ppid=10808 vsize=381292 CPUtime=45.46 cores=0,2,4,6
/proc/10817/task/10821/stat : 10821 (manysat1.1_stat) R 10808 10808 10773 0 -1 4202560 8700 0 0 0 4541 5 0 0 25 0 4 0 641236761 390443008 84641 33554432000 134512640 135305190 4291657728 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=10817/tid=10822] ppid=10808 vsize=381292 CPUtime=45.48 cores=0,2,4,6
/proc/10817/task/10822/stat : 10822 (manysat1.1_stat) R 10808 10808 10773 0 -1 4202560 12014 0 0 0 4540 8 0 0 25 0 4 0 641236761 390443008 84641 33554432000 134512640 135305190 4291657728 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=10817/tid=10823] ppid=10808 vsize=381292 CPUtime=44.95 cores=0,2,4,6
/proc/10817/task/10823/stat : 10823 (manysat1.1_stat) R 10808 10808 10773 0 -1 4202560 7180 0 0 0 4490 5 0 0 21 0 4 0 641236761 390443008 84641 33554432000 134512640 135305190 4291657728 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 186.97
Current children cumulated vsize (KiB) 389992

[startup+102.313 s]
/proc/loadavg: 6.74 2.37 0.85 10/361 10825
/proc/meminfo: memFree=3251424/32950928 swapFree=67056568/67111528
[pid=10808] ppid=10805 vsize=8700 CPUtime=4.67 cores=0,2,4,6
/proc/10808/stat : 10808 (manysat.sh) S 10805 10808 10773 0 -1 4202496 356 50455 0 0 0 0 455 12 18 0 1 0 641236204 8908800 253 33554432000 4194304 4922060 140737201779216 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10808/statm: 2175 253 209 178 0 68 0
[pid=10817] ppid=10808 vsize=521736 CPUtime=386.52 cores=0,2,4,6
/proc/10817/stat : 10817 (manysat1.1_stat) R 10808 10808 10773 0 -1 4202496 119879 0 0 0 38608 44 0 0 25 0 4 0 641236672 534257664 119768 33554432000 134512640 135305190 4291657728 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/10817/statm: 130434 119768 84 194 0 130238 0
[pid=10817/tid=10821] ppid=10808 vsize=521736 CPUtime=96.66 cores=0,2,4,6
/proc/10817/task/10821/stat : 10821 (manysat1.1_stat) R 10808 10808 10773 0 -1 4202560 15231 0 0 0 9659 7 0 0 25 0 4 0 641236761 534257664 119768 33554432000 134512640 135305190 4291657728 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=10817/tid=10822] ppid=10808 vsize=521736 CPUtime=96.7 cores=0,2,4,6
/proc/10817/task/10822/stat : 10822 (manysat1.1_stat) R 10808 10808 10773 0 -1 4202560 22073 0 0 0 9659 11 0 0 25 0 4 0 641236761 534257664 119768 33554432000 134512640 135305190 4291657728 18446744073709551615 134551793 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=10817/tid=10823] ppid=10808 vsize=521736 CPUtime=96.16 cores=0,2,4,6
/proc/10817/task/10823/stat : 10823 (manysat1.1_stat) R 10808 10808 10773 0 -1 4202560 13585 0 0 0 9608 8 0 0 25 0 4 0 641236761 534257664 119768 33554432000 134512640 135305190 4291657728 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 391.19
Current children cumulated vsize (KiB) 530436

[startup+162.301 s]
/proc/loadavg: 7.53 3.33 1.26 10/361 10827
/proc/meminfo: memFree=2957164/32950928 swapFree=67056568/67111528
[pid=10808] ppid=10805 vsize=8700 CPUtime=4.67 cores=0,2,4,6
/proc/10808/stat : 10808 (manysat.sh) S 10805 10808 10773 0 -1 4202496 356 50455 0 0 0 0 455 12 18 0 1 0 641236204 8908800 253 33554432000 4194304 4922060 140737201779216 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10808/statm: 2175 253 209 178 0 68 0
[pid=10817] ppid=10808 vsize=716972 CPUtime=625.76 cores=0,2,4,6
/proc/10817/stat : 10817 (manysat1.1_stat) R 10808 10808 10773 0 -1 4202496 168390 0 0 0 62511 65 0 0 25 0 4 0 641236672 734179328 168279 33554432000 134512640 135305190 4291657728 18446744073709551615 134529062 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/10817/statm: 179243 168279 84 194 0 179047 0
[pid=10817/tid=10821] ppid=10808 vsize=716972 CPUtime=156.63 cores=0,2,4,6
/proc/10817/task/10821/stat : 10821 (manysat1.1_stat) R 10808 10808 10773 0 -1 4202560 24700 0 0 0 15651 12 0 0 25 0 4 0 641236761 734179328 168279 33554432000 134512640 135305190 4291657728 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=10817/tid=10822] ppid=10808 vsize=716972 CPUtime=156.69 cores=0,2,4,6
/proc/10817/task/10822/stat : 10822 (manysat1.1_stat) R 10808 10808 10773 0 -1 4202560 35435 0 0 0 15653 16 0 0 25 0 4 0 641236761 734179328 168279 33554432000 134512640 135305190 4291657728 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=10817/tid=10823] ppid=10808 vsize=716972 CPUtime=156.14 cores=0,2,4,6
/proc/10817/task/10823/stat : 10823 (manysat1.1_stat) R 10808 10808 10773 0 -1 4202560 24570 0 0 0 15602 12 0 0 25 0 4 0 641236761 734179328 168279 33554432000 134512640 135305190 4291657728 18446744073709551615 134556752 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 630.43
Current children cumulated vsize (KiB) 725672

[startup+222.301 s]
/proc/loadavg: 7.94 4.27 1.72 10/361 10828
/proc/meminfo: memFree=2705428/32950928 swapFree=67056568/67111528
[pid=10808] ppid=10805 vsize=8700 CPUtime=4.67 cores=0,2,4,6
/proc/10808/stat : 10808 (manysat.sh) S 10805 10808 10773 0 -1 4202496 356 50455 0 0 0 0 455 12 18 0 1 0 641236204 8908800 253 33554432000 4194304 4922060 140737201779216 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10808/statm: 2175 253 209 178 0 68 0
[pid=10817] ppid=10808 vsize=798088 CPUtime=865.03 cores=0,2,4,6
/proc/10817/stat : 10817 (manysat1.1_stat) R 10808 10808 10773 0 -1 4202496 189010 0 0 0 86428 75 0 0 25 0 4 0 641236672 817242112 188899 33554432000 134512640 135305190 4291657728 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/10817/statm: 199522 188899 84 194 0 199326 0
[pid=10817/tid=10821] ppid=10808 vsize=798088 CPUtime=216.61 cores=0,2,4,6

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

/proc/10817/task/10823/stat : 10823 (manysat1.1_stat) R 10808 10808 10773 0 -1 4202560 100024 0 0 0 81561 48 0 0 25 0 4 0 641236761 2031427584 484791 33554432000 134512640 135305190 4291657728 18446744073709551615 134551965 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3262.44
Current children cumulated vsize (KiB) 1992516

[startup+882.3 s]
/proc/loadavg: 8.03 7.67 4.95 10/361 10846
/proc/meminfo: memFree=285632/32950928 swapFree=67056568/67111528
[pid=10808] ppid=10805 vsize=8700 CPUtime=4.67 cores=0,2,4,6
/proc/10808/stat : 10808 (manysat.sh) S 10805 10808 10773 0 -1 4202496 356 50455 0 0 0 0 455 12 18 0 1 0 641236204 8908800 253 33554432000 4194304 4922060 140737201779216 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10808/statm: 2175 253 209 178 0 68 0
[pid=10817] ppid=10808 vsize=2024420 CPUtime=3497.01 cores=0,2,4,6
/proc/10817/stat : 10817 (manysat1.1_stat) R 10808 10808 10773 0 -1 4202496 495073 0 0 0 349493 208 0 0 25 0 4 0 641236672 2073006080 494962 33554432000 134512640 135305190 4291657728 18446744073709551615 134551697 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/10817/statm: 506105 494962 84 194 0 505909 0
[pid=10817/tid=10821] ppid=10808 vsize=2024420 CPUtime=876.46 cores=0,2,4,6
/proc/10817/task/10821/stat : 10821 (manysat1.1_stat) R 10808 10808 10773 0 -1 4202560 90546 0 0 0 87605 41 0 0 25 0 4 0 641236761 2073006080 494962 33554432000 134512640 135305190 4291657728 18446744073709551615 134528418 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=10817/tid=10822] ppid=10808 vsize=2024420 CPUtime=873.06 cores=0,2,4,6
/proc/10817/task/10822/stat : 10822 (manysat1.1_stat) R 10808 10808 10773 0 -1 4202560 126985 0 0 0 87251 55 0 0 25 0 4 0 641236761 2073006080 494962 33554432000 134512640 135305190 4291657728 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=10817/tid=10823] ppid=10808 vsize=2024420 CPUtime=876.09 cores=0,2,4,6
/proc/10817/task/10823/stat : 10823 (manysat1.1_stat) R 10808 10808 10773 0 -1 4202560 102372 0 0 0 87559 50 0 0 25 0 4 0 641236761 2073006080 494962 33554432000 134512640 135305190 4291657728 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3501.68
Current children cumulated vsize (KiB) 2033120

[startup+942.301 s]
/proc/loadavg: 8.08 7.75 5.14 10/361 10848
/proc/meminfo: memFree=255080/32950928 swapFree=67056568/67111528
[pid=10808] ppid=10805 vsize=8700 CPUtime=4.67 cores=0,2,4,6
/proc/10808/stat : 10808 (manysat.sh) S 10805 10808 10773 0 -1 4202496 356 50455 0 0 0 0 455 12 18 0 1 0 641236204 8908800 253 33554432000 4194304 4922060 140737201779216 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10808/statm: 2175 253 209 178 0 68 0
[pid=10817] ppid=10808 vsize=2057256 CPUtime=3736.28 cores=0,2,4,6
/proc/10817/stat : 10817 (manysat1.1_stat) R 10808 10808 10773 0 -1 4202496 503034 0 0 0 373411 217 0 0 25 0 4 0 641236672 2106630144 502923 33554432000 134512640 135305190 4291657728 18446744073709551615 134551729 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/10817/statm: 514314 502923 84 194 0 514118 0
[pid=10817/tid=10821] ppid=10808 vsize=2057256 CPUtime=936.45 cores=0,2,4,6
/proc/10817/task/10821/stat : 10821 (manysat1.1_stat) R 10808 10808 10773 0 -1 4202560 92272 0 0 0 93601 44 0 0 25 0 4 0 641236761 2106630144 502923 33554432000 134512640 135305190 4291657728 18446744073709551615 134528615 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=10817/tid=10822] ppid=10808 vsize=2057256 CPUtime=932.34 cores=0,2,4,6
/proc/10817/task/10822/stat : 10822 (manysat1.1_stat) R 10808 10808 10773 0 -1 4202560 129646 0 0 0 93176 58 0 0 25 0 4 0 641236761 2106630144 502923 33554432000 134512640 135305190 4291657728 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=10817/tid=10823] ppid=10808 vsize=2057256 CPUtime=936.09 cores=0,2,4,6
/proc/10817/task/10823/stat : 10823 (manysat1.1_stat) R 10808 10808 10773 0 -1 4202560 104091 0 0 0 93557 52 0 0 25 0 4 0 641236761 2106630144 502923 33554432000 134512640 135305190 4291657728 18446744073709551615 134834355 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3740.95
Current children cumulated vsize (KiB) 2065956

[startup+1002.3 s]
/proc/loadavg: 8.17 7.83 5.34 10/361 10849
/proc/meminfo: memFree=189224/32950928 swapFree=67056568/67111528
[pid=10808] ppid=10805 vsize=8700 CPUtime=4.67 cores=0,2,4,6
/proc/10808/stat : 10808 (manysat.sh) S 10805 10808 10773 0 -1 4202496 356 50455 0 0 0 0 455 12 18 0 1 0 641236204 8908800 253 33554432000 4194304 4922060 140737201779216 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10808/statm: 2175 253 209 178 0 68 0
[pid=10817] ppid=10808 vsize=2103352 CPUtime=3975.54 cores=0,2,4,6
/proc/10817/stat : 10817 (manysat1.1_stat) R 10808 10808 10773 0 -1 4202496 514453 0 0 0 397329 225 0 0 25 0 4 0 641236672 2153832448 514342 33554432000 134512640 135305190 4291657728 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/10817/statm: 525838 514342 84 194 0 525642 0
[pid=10817/tid=10821] ppid=10808 vsize=2103352 CPUtime=996.43 cores=0,2,4,6
/proc/10817/task/10821/stat : 10821 (manysat1.1_stat) R 10808 10808 10773 0 -1 4202560 94549 0 0 0 99598 45 0 0 25 0 4 0 641236761 2153832448 514342 33554432000 134512640 135305190 4291657728 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=10817/tid=10822] ppid=10808 vsize=2103352 CPUtime=991.63 cores=0,2,4,6
/proc/10817/task/10822/stat : 10822 (manysat1.1_stat) R 10808 10808 10773 0 -1 4202560 133196 0 0 0 99102 61 0 0 25 0 4 0 641236761 2153832448 514342 33554432000 134512640 135305190 4291657728 18446744073709551615 134528837 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=10817/tid=10823] ppid=10808 vsize=2103352 CPUtime=996.08 cores=0,2,4,6
/proc/10817/task/10823/stat : 10823 (manysat1.1_stat) R 10808 10808 10773 0 -1 4202560 107210 0 0 0 99554 54 0 0 25 0 4 0 641236761 2153832448 514342 33554432000 134512640 135305190 4291657728 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3980.21
Current children cumulated vsize (KiB) 2112052

[startup+1062.3 s]
/proc/loadavg: 8.21 7.89 5.50 10/361 10851
/proc/meminfo: memFree=96924/32950928 swapFree=67056568/67111528
[pid=10808] ppid=10805 vsize=8700 CPUtime=4.67 cores=0,2,4,6
/proc/10808/stat : 10808 (manysat.sh) S 10805 10808 10773 0 -1 4202496 356 50455 0 0 0 0 455 12 18 0 1 0 641236204 8908800 253 33554432000 4194304 4922060 140737201779216 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10808/statm: 2175 253 209 178 0 68 0
[pid=10817] ppid=10808 vsize=2349004 CPUtime=4214.79 cores=0,2,4,6
/proc/10817/stat : 10817 (manysat1.1_stat) R 10808 10808 10773 0 -1 4202496 576175 0 0 0 421229 250 0 0 25 0 4 0 641236672 2405380096 576064 33554432000 134512640 135305190 4291657728 18446744073709551615 134528539 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/10817/statm: 587251 576064 84 194 0 587055 0
[pid=10817/tid=10821] ppid=10808 vsize=2349004 CPUtime=1056.42 cores=0,2,4,6
/proc/10817/task/10821/stat : 10821 (manysat1.1_stat) R 10808 10808 10773 0 -1 4202560 107515 0 0 0 105591 51 0 0 25 0 4 0 641236761 2405380096 576064 33554432000 134512640 135305190 4291657728 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=10817/tid=10822] ppid=10808 vsize=2349004 CPUtime=1050.93 cores=0,2,4,6
/proc/10817/task/10822/stat : 10822 (manysat1.1_stat) R 10808 10808 10773 0 -1 4202560 148531 0 0 0 105026 67 0 0 25 0 4 0 641236761 2405380096 576064 33554432000 134512640 135305190 4291657728 18446744073709551615 134551736 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=10817/tid=10823] ppid=10808 vsize=2349004 CPUtime=1056.08 cores=0,2,4,6
/proc/10817/task/10823/stat : 10823 (manysat1.1_stat) R 10808 10808 10773 0 -1 4202560 123270 0 0 0 105547 61 0 0 25 0 4 0 641236761 2405380096 576064 33554432000 134512640 135305190 4291657728 18446744073709551615 134551854 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4219.46
Current children cumulated vsize (KiB) 2357704

[startup+1122.3 s]
/proc/loadavg: 8.21 7.94 5.68 9/361 10885
/proc/meminfo: memFree=2226256/32950928 swapFree=67056568/67111528
[pid=10808] ppid=10805 vsize=8700 CPUtime=4.67 cores=0,2,4,6
/proc/10808/stat : 10808 (manysat.sh) S 10805 10808 10773 0 -1 4202496 356 50455 0 0 0 0 455 12 18 0 1 0 641236204 8908800 253 33554432000 4194304 4922060 140737201779216 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10808/statm: 2175 253 209 178 0 68 0
[pid=10817] ppid=10808 vsize=2380080 CPUtime=4454.1 cores=0,2,4,6
/proc/10817/stat : 10817 (manysat1.1_stat) R 10808 10808 10773 0 -1 4202496 583876 0 0 0 445153 257 0 0 25 0 4 0 641236672 2437201920 583765 33554432000 134512640 135305190 4291657728 18446744073709551615 134528195 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/10817/statm: 595020 583765 84 194 0 594824 0
[pid=10817/tid=10821] ppid=10808 vsize=2380080 CPUtime=1116.41 cores=0,2,4,6
/proc/10817/task/10821/stat : 10821 (manysat1.1_stat) R 10808 10808 10773 0 -1 4202560 108810 0 0 0 111589 52 0 0 25 0 4 0 641236761 2437201920 583765 33554432000 134512640 135305190 4291657728 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=10817/tid=10822] ppid=10808 vsize=2380080 CPUtime=1110.25 cores=0,2,4,6
/proc/10817/task/10822/stat : 10822 (manysat1.1_stat) R 10808 10808 10773 0 -1 4202560 150635 0 0 0 110956 69 0 0 25 0 4 0 641236761 2437201920 583765 33554432000 134512640 135305190 4291657728 18446744073709551615 134551930 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=10817/tid=10823] ppid=10808 vsize=2380080 CPUtime=1116.08 cores=0,2,4,6
/proc/10817/task/10823/stat : 10823 (manysat1.1_stat) R 10808 10808 10773 0 -1 4202560 125023 0 0 0 111545 63 0 0 25 0 4 0 641236761 2437201920 583765 33554432000 134512640 135305190 4291657728 18446744073709551615 134551703 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4458.77
Current children cumulated vsize (KiB) 2388780

[startup+1182.3 s]
/proc/loadavg: 8.22 7.98 5.82 9/361 10887
/proc/meminfo: memFree=2118692/32950928 swapFree=67056568/67111528
[pid=10808] ppid=10805 vsize=8700 CPUtime=4.67 cores=0,2,4,6
/proc/10808/stat : 10808 (manysat.sh) S 10805 10808 10773 0 -1 4202496 356 50455 0 0 0 0 455 12 18 0 1 0 641236204 8908800 253 33554432000 4194304 4922060 140737201779216 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10808/statm: 2175 253 209 178 0 68 0
[pid=10817] ppid=10808 vsize=2440156 CPUtime=4693.41 cores=0,2,4,6
/proc/10817/stat : 10817 (manysat1.1_stat) R 10808 10808 10773 0 -1 4202496 598865 0 0 0 469077 264 0 0 25 0 4 0 641236672 2498719744 598754 33554432000 134512640 135305190 4291657728 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/10817/statm: 610039 598754 84 194 0 609843 0
[pid=10817/tid=10821] ppid=10808 vsize=2440156 CPUtime=1176.38 cores=0,2,4,6
/proc/10817/task/10821/stat : 10821 (manysat1.1_stat) R 10808 10808 10773 0 -1 4202560 111535 0 0 0 117585 53 0 0 25 0 4 0 641236761 2498719744 598754 33554432000 134512640 135305190 4291657728 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=10817/tid=10822] ppid=10808 vsize=2440156 CPUtime=1169.58 cores=0,2,4,6
/proc/10817/task/10822/stat : 10822 (manysat1.1_stat) R 10808 10808 10773 0 -1 4202560 155198 0 0 0 116887 71 0 0 25 0 4 0 641236761 2498719744 598754 33554432000 134512640 135305190 4291657728 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=10817/tid=10823] ppid=10808 vsize=2440156 CPUtime=1176.08 cores=0,2,4,6
/proc/10817/task/10823/stat : 10823 (manysat1.1_stat) R 10808 10808 10773 0 -1 4202560 128312 0 0 0 117544 64 0 0 25 0 4 0 641236761 2498719744 598754 33554432000 134512640 135305190 4291657728 18446744073709551615 134528559 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4698.08
Current children cumulated vsize (KiB) 2448856



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.9 s]
/proc/loadavg: 8.13 7.98 5.89 9/361 10888
/proc/meminfo: memFree=2008304/32950928 swapFree=67056568/67111528
[pid=10808] ppid=10805 vsize=8700 CPUtime=4.67 cores=0,2,4,6
/proc/10808/stat : 10808 (manysat.sh) S 10805 10808 10773 0 -1 4202496 356 50455 0 0 0 0 455 12 18 0 1 0 641236204 8908800 253 33554432000 4194304 4922060 140737201779216 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10808/statm: 2175 253 209 178 0 68 0
[pid=10817] ppid=10808 vsize=2517656 CPUtime=4795.53 cores=0,2,4,6
/proc/10817/stat : 10817 (manysat1.1_stat) R 10808 10808 10773 0 -1 4202496 618149 0 0 0 479280 273 0 0 25 0 4 0 641236672 2578079744 618038 33554432000 134512640 135305190 4291657728 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/10817/statm: 629414 618038 84 194 0 629218 0
[pid=10817/tid=10821] ppid=10808 vsize=2517656 CPUtime=1201.99 cores=0,2,4,6
/proc/10817/task/10821/stat : 10821 (manysat1.1_stat) R 10808 10808 10773 0 -1 4202560 115861 0 0 0 120143 56 0 0 25 0 4 0 641236761 2578079744 618042 33554432000 134512640 135305190 4291657728 18446744073709551615 134528837 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=10817/tid=10822] ppid=10808 vsize=2517656 CPUtime=1194.88 cores=0,2,4,6
/proc/10817/task/10822/stat : 10822 (manysat1.1_stat) R 10808 10808 10773 0 -1 4202560 159430 0 0 0 119415 73 0 0 25 0 4 0 641236761 2578079744 618042 33554432000 134512640 135305190 4291657728 18446744073709551615 134528319 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=10817/tid=10823] ppid=10808 vsize=2517656 CPUtime=1201.69 cores=0,2,4,6
/proc/10817/task/10823/stat : 10823 (manysat1.1_stat) R 10808 10808 10773 0 -1 4202560 133063 0 0 0 120104 65 0 0 25 0 4 0 641236761 2578079744 618042 33554432000 134512640 135305190 4291657728 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.2
Current children cumulated vsize (KiB) 2526356

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

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

[startup+1207.9 s]
/proc/loadavg: 8.13 7.98 5.89 9/361 10888
/proc/meminfo: memFree=2008304/32950928 swapFree=67056568/67111528
[pid=10808] ppid=10805 vsize=8700 CPUtime=4.67 cores=0,2,4,6
/proc/10808/stat : 10808 (manysat.sh) S 10805 10808 10773 0 -1 4202496 356 50455 0 0 0 0 455 12 18 0 1 0 641236204 8908800 253 33554432000 4194304 4922060 140737201779216 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10808/statm: 2175 253 209 178 0 68 0
[pid=10817] ppid=10808 vsize=2517656 CPUtime=4795.53 cores=0,2,4,6
/proc/10817/stat : 10817 (manysat1.1_stat) R 10808 10808 10773 0 -1 4202496 618149 0 0 0 479280 273 0 0 25 0 4 0 641236672 2578079744 618038 33554432000 134512640 135305190 4291657728 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/10817/statm: 629414 618038 84 194 0 629218 0
[pid=10817/tid=10821] ppid=10808 vsize=2517656 CPUtime=1201.99 cores=0,2,4,6
/proc/10817/task/10821/stat : 10821 (manysat1.1_stat) R 10808 10808 10773 0 -1 4202560 115861 0 0 0 120143 56 0 0 25 0 4 0 641236761 2578079744 618042 33554432000 134512640 135305190 4291657728 18446744073709551615 134528837 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=10817/tid=10822] ppid=10808 vsize=2517656 CPUtime=1194.88 cores=0,2,4,6
/proc/10817/task/10822/stat : 10822 (manysat1.1_stat) R 10808 10808 10773 0 -1 4202560 159430 0 0 0 119415 73 0 0 25 0 4 0 641236761 2578079744 618042 33554432000 134512640 135305190 4291657728 18446744073709551615 134528319 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=10817/tid=10823] ppid=10808 vsize=2517656 CPUtime=1201.69 cores=0,2,4,6
/proc/10817/task/10823/stat : 10823 (manysat1.1_stat) R 10808 10808 10773 0 -1 4202560 133063 0 0 0 120104 65 0 0 25 0 4 0 641236761 2578079744 618042 33554432000 134512640 135305190 4291657728 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.2
Current children cumulated vsize (KiB) 2526356

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10808 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=556307
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=123981
# CPU time returned by wait4() is 4.68029
# while last known CPU time is 4800.2
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1207.92
CPU time (s): 4800.2
CPU user time (s): 4797.35
CPU system time (s): 2.85
CPU usage (%): 397.392
Max. virtual memory (cumulated for all children) (KiB): 2526356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.55631
system time used= 0.123981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50811
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= 48
involuntary context switches= 6

runsolver used 4.01439 second user time and 10.1984 second system time

The end

Launcher Data

Begin job on node148 at 2011-05-13 16:19:51
IDJOB=3361847
IDBENCH=20352
IDSOLVER=1838
FILE ID=node148/3361847-1305296390
RUNJOBID= node148-1305296390-10791
PBS_JOBID= 13321405
Free space on /tmp= 30260 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT07/industrial/anbulagan/hard-sat/partial-10-15-s.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3361847-1305296390/watcher-3361847-1305296390 -o /tmp/evaluation-result-3361847-1305296390/solver-3361847-1305296390 -C 4800 -W 1300 -M 15500  manysat.sh HOME/instance-3361847-1305296390.cnf aimd 1

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= a6b04ec2cace5c4e6bef212c7f2df796
RANDOM SEED=498905485

node148.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       4262096 kB
Buffers:        268636 kB
Cached:       24684092 kB
SwapCached:       8488 kB
Active:       11155252 kB
Inactive:     16731928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       4262096 kB
SwapTotal:    67111528 kB
SwapFree:     67056568 kB
Dirty:           43688 kB
Writeback:           0 kB
AnonPages:     2932020 kB
Mapped:          26776 kB
Slab:           707604 kB
PageTables:      28944 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 84645436 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 30252 MiB
End job on node148 at 2011-05-13 16:40:01