Trace number 3361997

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.15 1208.53

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-20-10p1.cnf
MD5SUM6ace5cfbe110f1a43049037cb7432998
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables259234
Number of clauses1387934
Sum of the clauses size3351923
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 2981661
Number of clauses of size 3327764
Number of clauses of size 47260
Number of clauses of size 529040
Number of clauses of size over 529060

Solver Data

0.00/0.00	c Parsing...
0.00/0.76	c ==============================================================================
0.00/0.76	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.76	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.76	c ==============================================================================
0.00/0.76	c |         0 | 1373915  3337034 |  412174       0        0     nan |  0.000 % |
4.69/4.70	c |         0 |  959954  2694138 |      --       0       --      -- |     --   | -111844/44415
4.69/4.70	c ==============================================================================
4.69/4.70	c Result  :   #vars: 137915   #clauses: 959954   #literals: 2694138
4.69/4.70	c CPU time:   4.6283 s
4.69/4.70	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-3361997-1305297779/watcher-3361997-1305297779 -o /tmp/evaluation-result-3361997-1305297779/solver-3361997-1305297779 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3361997-1305297779.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: 8.12 8.05 6.27 5/356 10953
/proc/meminfo: memFree=4419176/32950928 swapFree=67056568/67111528
[pid=10953] ppid=10951 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/10953/stat : 10953 (manysat.sh) S 10951 10953 10773 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 641375118 8908800 250 33554432000 4194304 4922060 140733943372016 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10953/statm: 2175 250 209 178 0 68 0

[startup+0.071084 s]
/proc/loadavg: 8.12 8.05 6.27 5/356 10953
/proc/meminfo: memFree=4419176/32950928 swapFree=67056568/67111528
[pid=10953] ppid=10951 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/10953/stat : 10953 (manysat.sh) S 10951 10953 10773 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 641375118 8908800 250 33554432000 4194304 4922060 140733943372016 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10953/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101076 s]
/proc/loadavg: 8.12 8.05 6.27 5/356 10953
/proc/meminfo: memFree=4419176/32950928 swapFree=67056568/67111528
[pid=10953] ppid=10951 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/10953/stat : 10953 (manysat.sh) S 10951 10953 10773 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 641375118 8908800 250 33554432000 4194304 4922060 140733943372016 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10953/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301042 s]
/proc/loadavg: 8.12 8.05 6.27 5/356 10953
/proc/meminfo: memFree=4419176/32950928 swapFree=67056568/67111528
[pid=10953] ppid=10951 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/10953/stat : 10953 (manysat.sh) S 10951 10953 10773 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 641375118 8908800 250 33554432000 4194304 4922060 140733943372016 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10953/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700971 s]
/proc/loadavg: 8.12 8.05 6.27 5/356 10953
/proc/meminfo: memFree=4419176/32950928 swapFree=67056568/67111528
[pid=10953] ppid=10951 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/10953/stat : 10953 (manysat.sh) S 10951 10953 10773 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 641375118 8908800 250 33554432000 4194304 4922060 140733943372016 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10953/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.5008 s]
/proc/loadavg: 8.12 8.05 6.27 6/358 10955
/proc/meminfo: memFree=4291304/32950928 swapFree=67056568/67111528
[pid=10953] ppid=10951 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/10953/stat : 10953 (manysat.sh) S 10951 10953 10773 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 641375118 8908800 250 33554432000 4194304 4922060 140733943372016 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10953/statm: 2175 250 209 178 0 68 0
[pid=10954] ppid=10953 vsize=147384 CPUtime=1.49 cores=0,2,4,6
/proc/10954/stat : 10954 (SatElite) R 10953 10953 10773 0 -1 4202496 38570 0 0 0 143 6 0 0 25 0 1 0 641375118 150921216 35016 33554432000 134512640 135034092 4290128544 18446744073709551615 134566284 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/10954/statm: 36846 35016 68 128 0 36716 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 156084

[startup+3.10051 s]
/proc/loadavg: 8.12 8.05 6.27 6/358 10955
/proc/meminfo: memFree=4261792/32950928 swapFree=67056568/67111528
[pid=10953] ppid=10951 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/10953/stat : 10953 (manysat.sh) S 10951 10953 10773 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 641375118 8908800 250 33554432000 4194304 4922060 140733943372016 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/10953/statm: 2175 250 209 178 0 68 0
[pid=10954] ppid=10953 vsize=150752 CPUtime=3.09 cores=0,2,4,6
/proc/10954/stat : 10954 (SatElite) R 10953 10953 10773 0 -1 4202496 42674 0 0 0 302 7 0 0 25 0 1 0 641375118 154370048 35865 33554432000 134512640 135034092 4290128544 18446744073709551615 134547145 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/10954/statm: 37688 35865 68 128 0 37558 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 159452

[startup+6.30089 s]
/proc/loadavg: 7.87 8.00 6.27 6/358 10956
/proc/meminfo: memFree=4347080/32950928 swapFree=67056568/67111528
[pid=10953] ppid=10951 vsize=8700 CPUtime=5.33 cores=0,2,4,6
/proc/10953/stat : 10953 (manysat.sh) S 10951 10953 10773 0 -1 4202496 357 48056 0 0 0 0 522 11 18 0 1 0 641375118 8908800 253 33554432000 4194304 4922060 140733943372016 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10953/statm: 2175 253 209 178 0 68 0
[pid=10956] ppid=10953 vsize=207036 CPUtime=0.94 cores=0,2,4,6
/proc/10956/stat : 10956 (manysat1.1_stat) R 10953 10953 10773 0 -1 4202496 49694 0 0 0 88 6 0 0 21 0 1 0 641375653 212004864 49641 33554432000 134512640 135305190 4287227280 18446744073709551615 134840070 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/10956/statm: 51792 49642 72 194 0 51596 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 215736

[startup+12.7006 s]
/proc/loadavg: 8.04 8.03 6.29 9/361 10959
/proc/meminfo: memFree=4109016/32950928 swapFree=67056568/67111528
[pid=10953] ppid=10951 vsize=8700 CPUtime=5.33 cores=0,2,4,6
/proc/10953/stat : 10953 (manysat.sh) S 10951 10953 10773 0 -1 4202496 357 48056 0 0 0 0 522 11 18 0 1 0 641375118 8908800 253 33554432000 4194304 4922060 140733943372016 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10953/statm: 2175 253 209 178 0 68 0
[pid=10956] ppid=10953 vsize=302892 CPUtime=25.33 cores=0,2,4,6
/proc/10956/stat : 10956 (manysat1.1_stat) R 10953 10953 10773 0 -1 4202496 66850 0 0 0 2505 28 0 0 25 0 4 0 641375653 310161408 66724 33554432000 134512640 135305190 4287227280 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/10956/statm: 75723 66724 84 194 0 75527 0
[pid=10956/tid=10957] ppid=10953 vsize=302892 CPUtime=6.02 cores=0,2,4,6
/proc/10956/task/10957/stat : 10957 (manysat1.1_stat) R 10953 10953 10773 0 -1 4202560 1760 0 0 0 598 4 0 0 25 0 4 0 641375779 310161408 66724 33554432000 134512640 135305190 4287227280 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=10956/tid=10958] ppid=10953 vsize=302892 CPUtime=6.01 cores=0,2,4,6
/proc/10956/task/10958/stat : 10958 (manysat1.1_stat) R 10953 10953 10773 0 -1 4202560 1735 0 0 0 595 6 0 0 25 0 4 0 641375779 310161408 66724 33554432000 134512640 135305190 4287227280 18446744073709551615 134541935 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=10956/tid=10959] ppid=10953 vsize=302892 CPUtime=6.02 cores=0,2,4,6
/proc/10956/task/10959/stat : 10959 (manysat1.1_stat) R 10953 10953 10773 0 -1 4202560 1758 0 0 0 597 5 0 0 25 0 4 0 641375779 310161408 66724 33554432000 134512640 135305190 4287227280 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 30.66
Current children cumulated vsize (KiB) 311592

[startup+25.5011 s]
/proc/loadavg: 8.03 8.03 6.31 9/361 10959
/proc/meminfo: memFree=4083316/32950928 swapFree=67056568/67111528
[pid=10953] ppid=10951 vsize=8700 CPUtime=5.33 cores=0,2,4,6
/proc/10953/stat : 10953 (manysat.sh) S 10951 10953 10773 0 -1 4202496 357 48056 0 0 0 0 522 11 18 0 1 0 641375118 8908800 253 33554432000 4194304 4922060 140733943372016 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10953/statm: 2175 253 209 178 0 68 0
[pid=10956] ppid=10953 vsize=326504 CPUtime=76.37 cores=0,2,4,6
/proc/10956/stat : 10956 (manysat1.1_stat) R 10953 10953 10773 0 -1 4202496 72777 0 0 0 7605 32 0 0 25 0 4 0 641375653 334340096 72651 33554432000 134512640 135305190 4287227280 18446744073709551615 134528235 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/10956/statm: 81626 72651 84 194 0 81430 0
[pid=10956/tid=10957] ppid=10953 vsize=326504 CPUtime=18.82 cores=0,2,4,6
/proc/10956/task/10957/stat : 10957 (manysat1.1_stat) R 10953 10953 10773 0 -1 4202560 2870 0 0 0 1877 5 0 0 25 0 4 0 641375779 334340096 72651 33554432000 134512640 135305190 4287227280 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=10956/tid=10958] ppid=10953 vsize=326504 CPUtime=18.79 cores=0,2,4,6
/proc/10956/task/10958/stat : 10958 (manysat1.1_stat) R 10953 10953 10773 0 -1 4202560 3575 0 0 0 1872 7 0 0 25 0 4 0 641375779 334340096 72651 33554432000 134512640 135305190 4287227280 18446744073709551615 134530561 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=10956/tid=10959] ppid=10953 vsize=326504 CPUtime=18.82 cores=0,2,4,6
/proc/10956/task/10959/stat : 10959 (manysat1.1_stat) R 10953 10953 10773 0 -1 4202560 3104 0 0 0 1877 5 0 0 25 0 4 0 641375779 334340096 72651 33554432000 134512640 135305190 4287227280 18446744073709551615 134551983 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 81.7
Current children cumulated vsize (KiB) 335204

[startup+51.1012 s]
/proc/loadavg: 8.09 8.04 6.36 9/361 10960
/proc/meminfo: memFree=4031876/32950928 swapFree=67056568/67111528
[pid=10953] ppid=10951 vsize=8700 CPUtime=5.33 cores=0,2,4,6
/proc/10953/stat : 10953 (manysat.sh) S 10951 10953 10773 0 -1 4202496 357 48056 0 0 0 0 522 11 18 0 1 0 641375118 8908800 253 33554432000 4194304 4922060 140733943372016 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10953/statm: 2175 253 209 178 0 68 0
[pid=10956] ppid=10953 vsize=377836 CPUtime=178.48 cores=0,2,4,6
/proc/10956/stat : 10956 (manysat1.1_stat) R 10953 10953 10773 0 -1 4202496 85566 0 0 0 17810 38 0 0 25 0 4 0 641375653 386904064 85440 33554432000 134512640 135305190 4287227280 18446744073709551615 134551776 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/10956/statm: 94459 85440 84 194 0 94263 0
[pid=10956/tid=10957] ppid=10953 vsize=377836 CPUtime=44.42 cores=0,2,4,6
/proc/10956/task/10957/stat : 10957 (manysat1.1_stat) R 10953 10953 10773 0 -1 4202560 5488 0 0 0 4436 6 0 0 25 0 4 0 641375779 386904064 85440 33554432000 134512640 135305190 4287227280 18446744073709551615 134840070 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=10956/tid=10958] ppid=10953 vsize=377836 CPUtime=44.39 cores=0,2,4,6
/proc/10956/task/10958/stat : 10958 (manysat1.1_stat) R 10953 10953 10773 0 -1 4202560 7504 0 0 0 4431 8 0 0 25 0 4 0 641375779 386904064 85440 33554432000 134512640 135305190 4287227280 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=10956/tid=10959] ppid=10953 vsize=377836 CPUtime=44.41 cores=0,2,4,6
/proc/10956/task/10959/stat : 10959 (manysat1.1_stat) R 10953 10953 10773 0 -1 4202560 5941 0 0 0 4434 7 0 0 25 0 4 0 641375779 386904064 85440 33554432000 134512640 135305190 4287227280 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 183.81
Current children cumulated vsize (KiB) 386536

[startup+102.313 s]
/proc/loadavg: 8.11 8.05 6.45 9/361 10961
/proc/meminfo: memFree=3943228/32950928 swapFree=67056568/67111528
[pid=10953] ppid=10951 vsize=8700 CPUtime=5.33 cores=0,2,4,6
/proc/10953/stat : 10953 (manysat.sh) S 10951 10953 10773 0 -1 4202496 357 48056 0 0 0 0 522 11 18 0 1 0 641375118 8908800 253 33554432000 4194304 4922060 140733943372016 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10953/statm: 2175 253 209 178 0 68 0
[pid=10956] ppid=10953 vsize=451968 CPUtime=382.74 cores=0,2,4,6
/proc/10956/stat : 10956 (manysat1.1_stat) R 10953 10953 10773 0 -1 4202496 104199 0 0 0 38225 49 0 0 25 0 4 0 641375653 462815232 104073 33554432000 134512640 135305190 4287227280 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/10956/statm: 112992 104073 84 194 0 112796 0
[pid=10956/tid=10957] ppid=10953 vsize=451968 CPUtime=95.63 cores=0,2,4,6
/proc/10956/task/10957/stat : 10957 (manysat1.1_stat) R 10953 10953 10773 0 -1 4202560 9297 0 0 0 9555 8 0 0 25 0 4 0 641375779 462815232 104073 33554432000 134512640 135305190 4287227280 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=10956/tid=10958] ppid=10953 vsize=451968 CPUtime=95.6 cores=0,2,4,6
/proc/10956/task/10958/stat : 10958 (manysat1.1_stat) R 10953 10953 10773 0 -1 4202560 12626 0 0 0 9548 12 0 0 25 0 4 0 641375779 462815232 104073 33554432000 134512640 135305190 4287227280 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=10956/tid=10959] ppid=10953 vsize=451968 CPUtime=95.62 cores=0,2,4,6
/proc/10956/task/10959/stat : 10959 (manysat1.1_stat) R 10953 10953 10773 0 -1 4202560 10412 0 0 0 9552 10 0 0 25 0 4 0 641375779 462815232 104073 33554432000 134512640 135305190 4287227280 18446744073709551615 134551729 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 388.07
Current children cumulated vsize (KiB) 460668

[startup+162.301 s]
/proc/loadavg: 8.12 8.05 6.55 9/361 10963
/proc/meminfo: memFree=3840920/32950928 swapFree=67056568/67111528
[pid=10953] ppid=10951 vsize=8700 CPUtime=5.33 cores=0,2,4,6
/proc/10953/stat : 10953 (manysat.sh) S 10951 10953 10773 0 -1 4202496 357 48056 0 0 0 0 522 11 18 0 1 0 641375118 8908800 253 33554432000 4194304 4922060 140733943372016 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10953/statm: 2175 253 209 178 0 68 0
[pid=10956] ppid=10953 vsize=552072 CPUtime=622.03 cores=0,2,4,6
/proc/10956/stat : 10956 (manysat1.1_stat) R 10953 10953 10773 0 -1 4202496 129185 0 0 0 62139 64 0 0 25 0 4 0 641375653 565321728 129059 33554432000 134512640 135305190 4287227280 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/10956/statm: 138018 129059 84 194 0 137822 0
[pid=10956/tid=10957] ppid=10953 vsize=552072 CPUtime=155.62 cores=0,2,4,6
/proc/10956/task/10957/stat : 10957 (manysat1.1_stat) R 10953 10953 10773 0 -1 4202560 13956 0 0 0 15551 11 0 0 25 0 4 0 641375779 565321728 129059 33554432000 134512640 135305190 4287227280 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=10956/tid=10958] ppid=10953 vsize=552072 CPUtime=155.56 cores=0,2,4,6
/proc/10956/task/10958/stat : 10958 (manysat1.1_stat) R 10953 10953 10773 0 -1 4202560 19193 0 0 0 15541 15 0 0 25 0 4 0 641375779 565321728 129059 33554432000 134512640 135305190 4287227280 18446744073709551615 134528289 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=10956/tid=10959] ppid=10953 vsize=552072 CPUtime=155.61 cores=0,2,4,6
/proc/10956/task/10959/stat : 10959 (manysat1.1_stat) R 10953 10953 10773 0 -1 4202560 17416 0 0 0 15547 14 0 0 25 0 4 0 641375779 565321728 129059 33554432000 134512640 135305190 4287227280 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 627.36
Current children cumulated vsize (KiB) 560772

[startup+222.3 s]
/proc/loadavg: 8.12 8.06 6.64 9/361 10997
/proc/meminfo: memFree=4007520/32950928 swapFree=67056568/67111528
[pid=10953] ppid=10951 vsize=8700 CPUtime=5.33 cores=0,2,4,6
/proc/10953/stat : 10953 (manysat.sh) S 10951 10953 10773 0 -1 4202496 357 48056 0 0 0 0 522 11 18 0 1 0 641375118 8908800 253 33554432000 4194304 4922060 140733943372016 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10953/statm: 2175 253 209 178 0 68 0
[pid=10956] ppid=10953 vsize=584612 CPUtime=861.34 cores=0,2,4,6
/proc/10956/stat : 10956 (manysat1.1_stat) R 10953 10953 10773 0 -1 4202496 137326 0 0 0 86066 68 0 0 25 0 4 0 641375653 598642688 137200 33554432000 134512640 135305190 4287227280 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/10956/statm: 146153 137200 84 194 0 145957 0
[pid=10956/tid=10957] ppid=10953 vsize=584612 CPUtime=215.61 cores=0,2,4,6

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

/proc/10956/task/10959/stat : 10959 (manysat1.1_stat) R 10953 10953 10773 0 -1 4202560 45043 0 0 0 81529 31 0 0 25 0 4 0 641375779 927555584 217309 33554432000 134512640 135305190 4287227280 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3259.96
Current children cumulated vsize (KiB) 914516

[startup+882.301 s]
/proc/loadavg: 8.07 8.10 7.38 9/361 11015
/proc/meminfo: memFree=3423876/32950928 swapFree=67056568/67111528
[pid=10953] ppid=10951 vsize=8700 CPUtime=5.33 cores=0,2,4,6
/proc/10953/stat : 10953 (manysat.sh) S 10951 10953 10773 0 -1 4202496 357 48056 0 0 0 0 522 11 18 0 1 0 641375118 8908800 253 33554432000 4194304 4922060 140733943372016 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10953/statm: 2175 253 209 178 0 68 0
[pid=10956] ppid=10953 vsize=954840 CPUtime=3493.89 cores=0,2,4,6
/proc/10956/stat : 10956 (manysat1.1_stat) R 10953 10953 10773 0 -1 4202496 229788 0 0 0 349268 121 0 0 25 0 4 0 641375653 977756160 229662 33554432000 134512640 135305190 4287227280 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/10956/statm: 238710 229662 84 194 0 238514 0
[pid=10956/tid=10957] ppid=10953 vsize=954840 CPUtime=875.62 cores=0,2,4,6
/proc/10956/task/10957/stat : 10957 (manysat1.1_stat) R 10953 10953 10773 0 -1 4202560 34540 0 0 0 87540 22 0 0 25 0 4 0 641375779 977756160 229662 33554432000 134512640 135305190 4287227280 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=10956/tid=10958] ppid=10953 vsize=954840 CPUtime=875.43 cores=0,2,4,6
/proc/10956/task/10958/stat : 10958 (manysat1.1_stat) R 10953 10953 10773 0 -1 4202560 43782 0 0 0 87513 30 0 0 25 0 4 0 641375779 977756160 229662 33554432000 134512640 135305190 4287227280 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=10956/tid=10959] ppid=10953 vsize=954840 CPUtime=875.6 cores=0,2,4,6
/proc/10956/task/10959/stat : 10959 (manysat1.1_stat) R 10953 10953 10773 0 -1 4202560 49435 0 0 0 87527 33 0 0 25 0 4 0 641375779 977756160 229662 33554432000 134512640 135305190 4287227280 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3499.22
Current children cumulated vsize (KiB) 963540

[startup+942.301 s]
/proc/loadavg: 8.10 8.10 7.42 9/361 11017
/proc/meminfo: memFree=3394344/32950928 swapFree=67056568/67111528
[pid=10953] ppid=10951 vsize=8700 CPUtime=5.33 cores=0,2,4,6
/proc/10953/stat : 10953 (manysat.sh) S 10951 10953 10773 0 -1 4202496 357 48056 0 0 0 0 522 11 18 0 1 0 641375118 8908800 253 33554432000 4194304 4922060 140733943372016 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10953/statm: 2175 253 209 178 0 68 0
[pid=10956] ppid=10953 vsize=957292 CPUtime=3733.19 cores=0,2,4,6
/proc/10956/stat : 10956 (manysat1.1_stat) R 10953 10953 10773 0 -1 4202496 230321 0 0 0 373197 122 0 0 25 0 4 0 641375653 980267008 230195 33554432000 134512640 135305190 4287227280 18446744073709551615 134556789 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/10956/statm: 239323 230195 84 194 0 239127 0
[pid=10956/tid=10957] ppid=10953 vsize=957292 CPUtime=935.62 cores=0,2,4,6
/proc/10956/task/10957/stat : 10957 (manysat1.1_stat) R 10953 10953 10773 0 -1 4202560 34585 0 0 0 93540 22 0 0 25 0 4 0 641375779 980267008 230195 33554432000 134512640 135305190 4287227280 18446744073709551615 134528418 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=10956/tid=10958] ppid=10953 vsize=957292 CPUtime=935.43 cores=0,2,4,6
/proc/10956/task/10958/stat : 10958 (manysat1.1_stat) R 10953 10953 10773 0 -1 4202560 44095 0 0 0 93513 30 0 0 25 0 4 0 641375779 980267008 230195 33554432000 134512640 135305190 4287227280 18446744073709551615 134528195 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=10956/tid=10959] ppid=10953 vsize=957292 CPUtime=935.6 cores=0,2,4,6
/proc/10956/task/10959/stat : 10959 (manysat1.1_stat) R 10953 10953 10773 0 -1 4202560 49523 0 0 0 93526 34 0 0 25 0 4 0 641375779 980267008 230195 33554432000 134512640 135305190 4287227280 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3738.52
Current children cumulated vsize (KiB) 965992

[startup+1002.3 s]
/proc/loadavg: 8.11 8.10 7.46 9/361 11018
/proc/meminfo: memFree=3347708/32950928 swapFree=67056568/67111528
[pid=10953] ppid=10951 vsize=8700 CPUtime=5.33 cores=0,2,4,6
/proc/10953/stat : 10953 (manysat.sh) S 10951 10953 10773 0 -1 4202496 357 48056 0 0 0 0 522 11 18 0 1 0 641375118 8908800 253 33554432000 4194304 4922060 140733943372016 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10953/statm: 2175 253 209 178 0 68 0
[pid=10956] ppid=10953 vsize=993648 CPUtime=3972.47 cores=0,2,4,6
/proc/10956/stat : 10956 (manysat1.1_stat) R 10953 10953 10773 0 -1 4202496 239234 0 0 0 397120 127 0 0 25 0 4 0 641375653 1017495552 239108 33554432000 134512640 135305190 4287227280 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/10956/statm: 248412 239108 84 194 0 248216 0
[pid=10956/tid=10957] ppid=10953 vsize=993648 CPUtime=995.62 cores=0,2,4,6
/proc/10956/task/10957/stat : 10957 (manysat1.1_stat) R 10953 10953 10773 0 -1 4202560 36221 0 0 0 99539 23 0 0 25 0 4 0 641375779 1017495552 239108 33554432000 134512640 135305190 4287227280 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=10956/tid=10958] ppid=10953 vsize=993648 CPUtime=995.42 cores=0,2,4,6
/proc/10956/task/10958/stat : 10958 (manysat1.1_stat) R 10953 10953 10773 0 -1 4202560 47193 0 0 0 99510 32 0 0 25 0 4 0 641375779 1017495552 239108 33554432000 134512640 135305190 4287227280 18446744073709551615 134530561 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=10956/tid=10959] ppid=10953 vsize=993648 CPUtime=995.6 cores=0,2,4,6
/proc/10956/task/10959/stat : 10959 (manysat1.1_stat) R 10953 10953 10773 0 -1 4202560 52225 0 0 0 99525 35 0 0 25 0 4 0 641375779 1017495552 239108 33554432000 134512640 135305190 4287227280 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3977.8
Current children cumulated vsize (KiB) 1002348

[startup+1062.3 s]
/proc/loadavg: 8.14 8.10 7.50 9/361 11020
/proc/meminfo: memFree=3320664/32950928 swapFree=67056568/67111528
[pid=10953] ppid=10951 vsize=8700 CPUtime=5.33 cores=0,2,4,6
/proc/10953/stat : 10953 (manysat.sh) S 10951 10953 10773 0 -1 4202496 357 48056 0 0 0 0 522 11 18 0 1 0 641375118 8908800 253 33554432000 4194304 4922060 140733943372016 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10953/statm: 2175 253 209 178 0 68 0
[pid=10956] ppid=10953 vsize=1000644 CPUtime=4211.74 cores=0,2,4,6
/proc/10956/stat : 10956 (manysat1.1_stat) R 10953 10953 10773 0 -1 4202496 241173 0 0 0 421046 128 0 0 25 0 4 0 641375653 1024659456 241047 33554432000 134512640 135305190 4287227280 18446744073709551615 134528242 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/10956/statm: 250161 241047 84 194 0 249965 0
[pid=10956/tid=10957] ppid=10953 vsize=1000644 CPUtime=1055.61 cores=0,2,4,6
/proc/10956/task/10957/stat : 10957 (manysat1.1_stat) R 10953 10953 10773 0 -1 4202560 36382 0 0 0 105538 23 0 0 25 0 4 0 641375779 1024659456 241047 33554432000 134512640 135305190 4287227280 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=10956/tid=10958] ppid=10953 vsize=1000644 CPUtime=1055.41 cores=0,2,4,6
/proc/10956/task/10958/stat : 10958 (manysat1.1_stat) R 10953 10953 10773 0 -1 4202560 48062 0 0 0 105509 32 0 0 25 0 4 0 641375779 1024659456 241047 33554432000 134512640 135305190 4287227280 18446744073709551615 134555106 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=10956/tid=10959] ppid=10953 vsize=1000644 CPUtime=1055.61 cores=0,2,4,6
/proc/10956/task/10959/stat : 10959 (manysat1.1_stat) R 10953 10953 10773 0 -1 4202560 52939 0 0 0 105525 36 0 0 25 0 4 0 641375779 1024659456 241047 33554432000 134512640 135305190 4287227280 18446744073709551615 134551746 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4217.07
Current children cumulated vsize (KiB) 1009344

[startup+1122.3 s]
/proc/loadavg: 8.18 8.11 7.54 9/361 11030
/proc/meminfo: memFree=3246520/32950928 swapFree=67056568/67111528
[pid=10953] ppid=10951 vsize=8700 CPUtime=5.33 cores=0,2,4,6
/proc/10953/stat : 10953 (manysat.sh) S 10951 10953 10773 0 -1 4202496 357 48056 0 0 0 0 522 11 18 0 1 0 641375118 8908800 253 33554432000 4194304 4922060 140733943372016 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10953/statm: 2175 253 209 178 0 68 0
[pid=10956] ppid=10953 vsize=1062328 CPUtime=4451.02 cores=0,2,4,6
/proc/10956/stat : 10956 (manysat1.1_stat) R 10953 10953 10773 0 -1 4202496 256524 0 0 0 444965 137 0 0 25 0 4 0 641375653 1087823872 256398 33554432000 134512640 135305190 4287227280 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/10956/statm: 265582 256398 84 194 0 265386 0
[pid=10956/tid=10957] ppid=10953 vsize=1062328 CPUtime=1115.61 cores=0,2,4,6
/proc/10956/task/10957/stat : 10957 (manysat1.1_stat) R 10953 10953 10773 0 -1 4202560 39155 0 0 0 111536 25 0 0 25 0 4 0 641375779 1087823872 256398 33554432000 134512640 135305190 4287227280 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=10956/tid=10958] ppid=10953 vsize=1062328 CPUtime=1115.4 cores=0,2,4,6
/proc/10956/task/10958/stat : 10958 (manysat1.1_stat) R 10953 10953 10773 0 -1 4202560 52499 0 0 0 111506 34 0 0 25 0 4 0 641375779 1087823872 256398 33554432000 134512640 135305190 4287227280 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=10956/tid=10959] ppid=10953 vsize=1062328 CPUtime=1115.58 cores=0,2,4,6
/proc/10956/task/10959/stat : 10959 (manysat1.1_stat) R 10953 10953 10773 0 -1 4202560 58199 0 0 0 111519 39 0 0 25 0 4 0 641375779 1087823872 256398 33554432000 134512640 135305190 4287227280 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4456.35
Current children cumulated vsize (KiB) 1071028

[startup+1182.3 s]
/proc/loadavg: 8.10 8.10 7.57 9/361 11032
/proc/meminfo: memFree=3168136/32950928 swapFree=67056568/67111528
[pid=10953] ppid=10951 vsize=8700 CPUtime=5.33 cores=0,2,4,6
/proc/10953/stat : 10953 (manysat.sh) S 10951 10953 10773 0 -1 4202496 357 48056 0 0 0 0 522 11 18 0 1 0 641375118 8908800 253 33554432000 4194304 4922060 140733943372016 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10953/statm: 2175 253 209 178 0 68 0
[pid=10956] ppid=10953 vsize=1127320 CPUtime=4690.33 cores=0,2,4,6
/proc/10956/stat : 10956 (manysat1.1_stat) R 10953 10953 10773 0 -1 4202496 272553 0 0 0 468886 147 0 0 25 0 4 0 641375653 1154375680 272427 33554432000 134512640 135305190 4287227280 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/10956/statm: 281830 272427 84 194 0 281634 0
[pid=10956/tid=10957] ppid=10953 vsize=1127320 CPUtime=1175.62 cores=0,2,4,6
/proc/10956/task/10957/stat : 10957 (manysat1.1_stat) R 10953 10953 10773 0 -1 4202560 42463 0 0 0 117534 28 0 0 25 0 4 0 641375779 1154375680 272427 33554432000 134512640 135305190 4287227280 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=10956/tid=10958] ppid=10953 vsize=1127320 CPUtime=1175.39 cores=0,2,4,6
/proc/10956/task/10958/stat : 10958 (manysat1.1_stat) R 10953 10953 10773 0 -1 4202560 56270 0 0 0 117503 36 0 0 25 0 4 0 641375779 1154375680 272427 33554432000 134512640 135305190 4287227280 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=10956/tid=10959] ppid=10953 vsize=1127320 CPUtime=1175.59 cores=0,2,4,6
/proc/10956/task/10959/stat : 10959 (manysat1.1_stat) R 10953 10953 10773 0 -1 4202560 64308 0 0 0 117517 42 0 0 25 0 4 0 641375779 1154375680 272427 33554432000 134512640 135305190 4287227280 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4695.66
Current children cumulated vsize (KiB) 1136020



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1208.5 s]
/proc/loadavg: 8.06 8.09 7.58 9/361 11033
/proc/meminfo: memFree=3156476/32950928 swapFree=67056568/67111528
[pid=10953] ppid=10951 vsize=8700 CPUtime=5.33 cores=0,2,4,6
/proc/10953/stat : 10953 (manysat.sh) S 10951 10953 10773 0 -1 4202496 357 48056 0 0 0 0 522 11 18 0 1 0 641375118 8908800 253 33554432000 4194304 4922060 140733943372016 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10953/statm: 2175 253 209 178 0 68 0
[pid=10956] ppid=10953 vsize=1134188 CPUtime=4794.82 cores=0,2,4,6
/proc/10956/stat : 10956 (manysat1.1_stat) R 10953 10953 10773 0 -1 4202496 274403 0 0 0 479334 148 0 0 25 0 4 0 641375653 1161408512 274277 33554432000 134512640 135305190 4287227280 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/10956/statm: 283547 274277 84 194 0 283351 0
[pid=10956/tid=10957] ppid=10953 vsize=1134188 CPUtime=1201.83 cores=0,2,4,6
/proc/10956/task/10957/stat : 10957 (manysat1.1_stat) R 10953 10953 10773 0 -1 4202560 42785 0 0 0 120155 28 0 0 25 0 4 0 641375779 1161408512 274277 33554432000 134512640 135305190 4287227280 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=10956/tid=10958] ppid=10953 vsize=1134188 CPUtime=1201.6 cores=0,2,4,6
/proc/10956/task/10958/stat : 10958 (manysat1.1_stat) R 10953 10953 10773 0 -1 4202560 56749 0 0 0 120123 37 0 0 25 0 4 0 641375779 1161408512 274277 33554432000 134512640 135305190 4287227280 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=10956/tid=10959] ppid=10953 vsize=1134188 CPUtime=1201.79 cores=0,2,4,6
/proc/10956/task/10959/stat : 10959 (manysat1.1_stat) R 10953 10953 10773 0 -1 4202560 64976 0 0 0 120137 42 0 0 25 0 4 0 641375779 1161408512 274277 33554432000 134512640 135305190 4287227280 18446744073709551615 134528242 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.15
Current children cumulated vsize (KiB) 1142888

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

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

[startup+1208.5 s]
/proc/loadavg: 8.06 8.09 7.58 9/361 11033
/proc/meminfo: memFree=3156476/32950928 swapFree=67056568/67111528
[pid=10953] ppid=10951 vsize=8700 CPUtime=5.33 cores=0,2,4,6
/proc/10953/stat : 10953 (manysat.sh) S 10951 10953 10773 0 -1 4202496 357 48056 0 0 0 0 522 11 18 0 1 0 641375118 8908800 253 33554432000 4194304 4922060 140733943372016 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10953/statm: 2175 253 209 178 0 68 0
[pid=10956] ppid=10953 vsize=1134188 CPUtime=4794.82 cores=0,2,4,6
/proc/10956/stat : 10956 (manysat1.1_stat) R 10953 10953 10773 0 -1 4202496 274403 0 0 0 479334 148 0 0 25 0 4 0 641375653 1161408512 274277 33554432000 134512640 135305190 4287227280 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/10956/statm: 283547 274277 84 194 0 283351 0
[pid=10956/tid=10957] ppid=10953 vsize=1134188 CPUtime=1201.83 cores=0,2,4,6
/proc/10956/task/10957/stat : 10957 (manysat1.1_stat) R 10953 10953 10773 0 -1 4202560 42785 0 0 0 120155 28 0 0 25 0 4 0 641375779 1161408512 274277 33554432000 134512640 135305190 4287227280 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=10956/tid=10958] ppid=10953 vsize=1134188 CPUtime=1201.6 cores=0,2,4,6
/proc/10956/task/10958/stat : 10958 (manysat1.1_stat) R 10953 10953 10773 0 -1 4202560 56749 0 0 0 120123 37 0 0 25 0 4 0 641375779 1161408512 274277 33554432000 134512640 135305190 4287227280 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=10956/tid=10959] ppid=10953 vsize=1134188 CPUtime=1201.79 cores=0,2,4,6
/proc/10956/task/10959/stat : 10959 (manysat1.1_stat) R 10953 10953 10773 0 -1 4202560 64976 0 0 0 120137 42 0 0 25 0 4 0 641375779 1161408512 274277 33554432000 134512640 135305190 4287227280 18446744073709551615 134528242 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.15
Current children cumulated vsize (KiB) 1142888

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10953 and gives
#  childrusage.ru_utime.tv_sec=5
#  childrusage.ru_utime.tv_usec=228205
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=121981
# CPU time returned by wait4() is 5.35019
# while last known CPU time is 4800.15
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1208.53
CPU time (s): 4800.15
CPU user time (s): 4798.56
CPU system time (s): 1.59
CPU usage (%): 397.191
Max. virtual memory (cumulated for all children) (KiB): 1142888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.2282
system time used= 0.121981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48413
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= 8
involuntary context switches= 13

runsolver used 3.9224 second user time and 9.67853 second system time

The end

Launcher Data

Begin job on node148 at 2011-05-13 16:43:01
IDJOB=3361997
IDBENCH=71055
IDSOLVER=1838
FILE ID=node148/3361997-1305297779
RUNJOBID= node148-1305296390-10791
PBS_JOBID= 13321405
Free space on /tmp= 30272 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UR-20-10p1.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3361997-1305297779/watcher-3361997-1305297779 -o /tmp/evaluation-result-3361997-1305297779/solver-3361997-1305297779 -C 4800 -W 1300 -M 15500  manysat.sh HOME/instance-3361997-1305297779.cnf aimd 1

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

MD5SUM BENCH= 6ace5cfbe110f1a43049037cb7432998
RANDOM SEED=1986928182

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:       4419332 kB
Buffers:        269044 kB
Cached:       24277304 kB
SwapCached:       8488 kB
Active:       11059120 kB
Inactive:     16682916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       4419332 kB
SwapTotal:    67111528 kB
SwapFree:     67056568 kB
Dirty:           27980 kB
Writeback:           0 kB
AnonPages:     3193408 kB
Mapped:          27676 kB
Slab:           697716 kB
PageTables:      29324 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 84963692 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= 30240 MiB
End job on node148 at 2011-05-13 17:03:11