Trace number 3361845

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

General information on the benchmark

Nameindustrial/anbulagan/
hard-sat/partial-10-17-s.cnf
MD5SUMf72920912a1bb14f90e9fea5dee0ec1c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark77.9931
Satisfiable
(Un)Satisfiability was proved
Number of variables298900
Number of clauses1409628
Sum of the clauses size3261218
Maximum clause length10
Minimum clause length1
Number of clauses of size 122283
Number of clauses of size 21089480
Number of clauses of size 3242405
Number of clauses of size 46160
Number of clauses of size 524640
Number of clauses of size over 524660

Solver Data

0.00/0.00	c Parsing...
0.00/0.62	c ==============================================================================
0.00/0.62	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.62	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.62	c ==============================================================================
0.00/0.62	c |         0 | 1385857  3235805 |  415757       0        0     nan |  0.000 % |
4.98/5.05	c |         0 |  868292  2392233 |      --       0       --      -- |     --   | -256585/-254593
4.98/5.05	c ==============================================================================
4.98/5.05	c Result  :   #vars: 150440   #clauses: 868292   #literals: 2392233
4.98/5.05	c CPU time:   4.93425 s
4.98/5.05	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-3361845-1305296390/watcher-3361845-1305296390 -o /tmp/evaluation-result-3361845-1305296390/solver-3361845-1305296390 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3361845-1305296390.cnf aimd 1 

running on 4 cores: 1,3,5,7

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 2/351 12694
/proc/meminfo: memFree=8391756/32950928 swapFree=45937192/67111528
[pid=12694] ppid=12692 vsize=11796 CPUtime=0 cores=1,3,5,7
/proc/12694/stat : 12694 (runsolver) S 12692 12694 12655 0 -1 4202560 41 0 0 0 0 0 0 0 21 0 1 0 641235818 12079104 49 33554432000 4194304 5432360 140733364275744 18446744073709551615 4881623 0 2147483391 4096 24578 18446744071699960631 0 0 17 5 0 0 0
/proc/12694/statm: 2949 49 30 303 0 2643 0

[startup+0.060508 s]
/proc/loadavg: 0.00 0.00 0.00 2/351 12694
/proc/meminfo: memFree=8391756/32950928 swapFree=45937192/67111528
[pid=12694] ppid=12692 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12694/stat : 12694 (manysat.sh) S 12692 12694 12655 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 641235818 8908800 250 33554432000 4194304 4922060 140735878801632 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12694/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100504 s]
/proc/loadavg: 0.00 0.00 0.00 2/351 12694
/proc/meminfo: memFree=8391756/32950928 swapFree=45937192/67111528
[pid=12694] ppid=12692 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12694/stat : 12694 (manysat.sh) S 12692 12694 12655 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 641235818 8908800 250 33554432000 4194304 4922060 140735878801632 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12694/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300463 s]
/proc/loadavg: 0.00 0.00 0.00 2/351 12694
/proc/meminfo: memFree=8391756/32950928 swapFree=45937192/67111528
[pid=12694] ppid=12692 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12694/stat : 12694 (manysat.sh) S 12692 12694 12655 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 641235818 8908800 250 33554432000 4194304 4922060 140735878801632 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12694/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700381 s]
/proc/loadavg: 0.00 0.00 0.00 2/351 12694
/proc/meminfo: memFree=8391756/32950928 swapFree=45937192/67111528
[pid=12694] ppid=12692 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12694/stat : 12694 (manysat.sh) S 12692 12694 12655 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 641235818 8908800 250 33554432000 4194304 4922060 140735878801632 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12694/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50122 s]
/proc/loadavg: 0.00 0.00 0.00 3/353 12696
/proc/meminfo: memFree=8246412/32950928 swapFree=45937192/67111528
[pid=12694] ppid=12692 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12694/stat : 12694 (manysat.sh) S 12692 12694 12655 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 641235818 8908800 250 33554432000 4194304 4922060 140735878801632 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12694/statm: 2175 250 209 178 0 68 0
[pid=12695] ppid=12694 vsize=179568 CPUtime=1.48 cores=1,3,5,7
/proc/12695/stat : 12695 (SatElite) R 12694 12694 12655 0 -1 4202496 39990 0 0 0 140 8 0 0 25 0 1 0 641235818 183877632 36563 33554432000 134512640 135034092 4288105904 18446744073709551615 134566212 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/12695/statm: 44892 36563 68 128 0 44762 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 188268

[startup+3.10091 s]
/proc/loadavg: 0.16 0.03 0.01 6/356 12700
/proc/meminfo: memFree=8229524/32950928 swapFree=45937192/67111528
[pid=12694] ppid=12692 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12694/stat : 12694 (manysat.sh) S 12692 12694 12655 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 641235818 8908800 250 33554432000 4194304 4922060 140735878801632 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12694/statm: 2175 250 209 178 0 68 0
[pid=12695] ppid=12694 vsize=195892 CPUtime=3.08 cores=1,3,5,7
/proc/12695/stat : 12695 (SatElite) R 12694 12694 12655 0 -1 4202496 44268 0 0 0 300 8 0 0 25 0 1 0 641235818 200593408 40111 33554432000 134512640 135034092 4288105904 18446744073709551615 134569526 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/12695/statm: 48973 40111 68 128 0 48843 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 204592

[startup+6.30026 s]
/proc/loadavg: 0.16 0.03 0.01 6/356 12700
/proc/meminfo: memFree=8208148/32950928 swapFree=45937192/67111528
[pid=12694] ppid=12692 vsize=8700 CPUtime=5.59 cores=1,3,5,7
/proc/12694/stat : 12694 (manysat.sh) S 12692 12694 12655 0 -1 4202496 357 58741 0 0 0 0 544 15 18 0 1 0 641235818 8908800 253 33554432000 4194304 4922060 140735878801632 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12694/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 5.59
Current children cumulated vsize (KiB) 8700

[startup+12.7009 s]
/proc/loadavg: 1.14 0.25 0.08 9/359 12704
/proc/meminfo: memFree=8096036/32950928 swapFree=45937192/67111528
[pid=12694] ppid=12692 vsize=8700 CPUtime=5.59 cores=1,3,5,7
/proc/12694/stat : 12694 (manysat.sh) S 12692 12694 12655 0 -1 4202496 357 58741 0 0 0 0 544 15 18 0 1 0 641235818 8908800 253 33554432000 4194304 4922060 140735878801632 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12694/statm: 2175 253 209 178 0 68 0
[pid=12701] ppid=12694 vsize=293836 CPUtime=24.96 cores=1,3,5,7
/proc/12701/stat : 12701 (manysat1.1_stat) R 12694 12694 12655 0 -1 4202496 62390 0 0 0 2469 27 0 0 25 0 4 0 641236378 300888064 62321 33554432000 134512640 135305190 4290686128 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/12701/statm: 73459 62321 84 194 0 73263 0
[pid=12701/tid=12702] ppid=12694 vsize=293836 CPUtime=5.97 cores=1,3,5,7
/proc/12701/task/12702/stat : 12702 (manysat1.1_stat) R 12694 12694 12655 0 -1 4202560 1586 0 0 0 592 5 0 0 18 0 4 0 641236486 300888064 62321 33554432000 134512640 135305190 4290686128 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=12701/tid=12703] ppid=12694 vsize=293836 CPUtime=5.99 cores=1,3,5,7
/proc/12701/task/12703/stat : 12703 (manysat1.1_stat) R 12694 12694 12655 0 -1 4202560 1875 0 0 0 594 5 0 0 25 0 4 0 641236486 300888064 62321 33554432000 134512640 135305190 4290686128 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=12701/tid=12704] ppid=12694 vsize=293836 CPUtime=5.92 cores=1,3,5,7
/proc/12701/task/12704/stat : 12704 (manysat1.1_stat) R 12694 12694 12655 0 -1 4202560 1441 0 0 0 587 5 0 0 25 0 4 0 641236486 300888064 62321 33554432000 134512640 135305190 4290686128 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 30.55
Current children cumulated vsize (KiB) 302536

[startup+25.5004 s]
/proc/loadavg: 1.96 0.45 0.15 6/352 12727
/proc/meminfo: memFree=7846560/32950928 swapFree=45937192/67111528
[pid=12694] ppid=12692 vsize=8700 CPUtime=5.59 cores=1,3,5,7
/proc/12694/stat : 12694 (manysat.sh) S 12692 12694 12655 0 -1 4202496 357 58741 0 0 0 0 544 15 18 0 1 0 641235818 8908800 253 33554432000 4194304 4922060 140735878801632 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12694/statm: 2175 253 209 178 0 68 0
[pid=12701] ppid=12694 vsize=325356 CPUtime=75.99 cores=1,3,5,7
/proc/12701/stat : 12701 (manysat1.1_stat) R 12694 12694 12655 0 -1 4202496 70144 0 0 0 7566 33 0 0 25 0 4 0 641236378 333164544 70075 33554432000 134512640 135305190 4290686128 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/12701/statm: 81339 70075 84 194 0 81143 0
[pid=12701/tid=12702] ppid=12694 vsize=325356 CPUtime=18.77 cores=1,3,5,7
/proc/12701/task/12702/stat : 12702 (manysat1.1_stat) R 12694 12694 12655 0 -1 4202560 3430 0 0 0 1871 6 0 0 25 0 4 0 641236486 333164544 70075 33554432000 134512640 135305190 4290686128 18446744073709551615 134528837 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=12701/tid=12703] ppid=12694 vsize=325356 CPUtime=18.78 cores=1,3,5,7
/proc/12701/task/12703/stat : 12703 (manysat1.1_stat) R 12694 12694 12655 0 -1 4202560 4192 0 0 0 1872 6 0 0 25 0 4 0 641236486 333164544 70075 33554432000 134512640 135305190 4290686128 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=12701/tid=12704] ppid=12694 vsize=325356 CPUtime=18.57 cores=1,3,5,7
/proc/12701/task/12704/stat : 12704 (manysat1.1_stat) R 12694 12694 12655 0 -1 4202560 2666 0 0 0 1851 6 0 0 25 0 4 0 641236486 333164544 70075 33554432000 134512640 135305190 4290686128 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 81.58
Current children cumulated vsize (KiB) 334056

[startup+51.1012 s]
/proc/loadavg: 3.30 0.88 0.30 9/359 12738
/proc/meminfo: memFree=4629088/32950928 swapFree=45937192/67111528
[pid=12694] ppid=12692 vsize=8700 CPUtime=5.59 cores=1,3,5,7
/proc/12694/stat : 12694 (manysat.sh) S 12692 12694 12655 0 -1 4202496 357 58741 0 0 0 0 544 15 18 0 1 0 641235818 8908800 253 33554432000 4194304 4922060 140735878801632 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12694/statm: 2175 253 209 178 0 68 0
[pid=12701] ppid=12694 vsize=411676 CPUtime=178.1 cores=1,3,5,7
/proc/12701/stat : 12701 (manysat1.1_stat) R 12694 12694 12655 0 -1 4202496 91855 0 0 0 17761 49 0 0 25 0 4 0 641236378 421556224 91786 33554432000 134512640 135305190 4290686128 18446744073709551615 134528376 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/12701/statm: 102919 91786 84 194 0 102723 0
[pid=12701/tid=12702] ppid=12694 vsize=411676 CPUtime=44.37 cores=1,3,5,7
/proc/12701/task/12702/stat : 12702 (manysat1.1_stat) R 12694 12694 12655 0 -1 4202560 8033 0 0 0 4428 9 0 0 25 0 4 0 641236486 421556224 91786 33554432000 134512640 135305190 4290686128 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=12701/tid=12703] ppid=12694 vsize=411676 CPUtime=44.38 cores=1,3,5,7
/proc/12701/task/12703/stat : 12703 (manysat1.1_stat) R 12694 12694 12655 0 -1 4202560 11429 0 0 0 4425 13 0 0 25 0 4 0 641236486 421556224 91786 33554432000 134512640 135305190 4290686128 18446744073709551615 134528277 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=12701/tid=12704] ppid=12694 vsize=411676 CPUtime=43.87 cores=1,3,5,7
/proc/12701/task/12704/stat : 12704 (manysat1.1_stat) R 12694 12694 12655 0 -1 4202560 6435 0 0 0 4378 9 0 0 25 0 4 0 641236486 421556224 91786 33554432000 134512640 135305190 4290686128 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 183.69
Current children cumulated vsize (KiB) 420376

[startup+102.314 s]
/proc/loadavg: 5.95 2.01 0.71 9/359 12805
/proc/meminfo: memFree=7477940/32950928 swapFree=45937192/67111528
[pid=12694] ppid=12692 vsize=8700 CPUtime=5.59 cores=1,3,5,7
/proc/12694/stat : 12694 (manysat.sh) S 12692 12694 12655 0 -1 4202496 357 58741 0 0 0 0 544 15 18 0 1 0 641235818 8908800 253 33554432000 4194304 4922060 140735878801632 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12694/statm: 2175 253 209 178 0 68 0
[pid=12701] ppid=12694 vsize=600128 CPUtime=382.36 cores=1,3,5,7
/proc/12701/stat : 12701 (manysat1.1_stat) R 12694 12694 12655 0 -1 4202496 138994 0 0 0 38163 73 0 0 25 0 4 0 641236378 614531072 138925 33554432000 134512640 135305190 4290686128 18446744073709551615 134528256 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/12701/statm: 150032 138925 84 194 0 149836 0
[pid=12701/tid=12702] ppid=12694 vsize=600128 CPUtime=95.58 cores=1,3,5,7
/proc/12701/task/12702/stat : 12702 (manysat1.1_stat) R 12694 12694 12655 0 -1 4202560 16785 0 0 0 9545 13 0 0 25 0 4 0 641236486 614531072 138925 33554432000 134512640 135305190 4290686128 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=12701/tid=12703] ppid=12694 vsize=600128 CPUtime=95.59 cores=1,3,5,7
/proc/12701/task/12703/stat : 12703 (manysat1.1_stat) R 12694 12694 12655 0 -1 4202560 28325 0 0 0 9538 21 0 0 25 0 4 0 641236486 614531072 138925 33554432000 134512640 135305190 4290686128 18446744073709551615 134551930 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=12701/tid=12704] ppid=12694 vsize=600128 CPUtime=94.48 cores=1,3,5,7
/proc/12701/task/12704/stat : 12704 (manysat1.1_stat) R 12694 12694 12655 0 -1 4202560 15062 0 0 0 9435 13 0 0 25 0 4 0 641236486 614531072 138925 33554432000 134512640 135305190 4290686128 18446744073709551615 134528338 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 387.95
Current children cumulated vsize (KiB) 608828

[startup+162.301 s]
/proc/loadavg: 7.24 3.09 1.17 9/359 12806
/proc/meminfo: memFree=7239828/32950928 swapFree=45937192/67111528
[pid=12694] ppid=12692 vsize=8700 CPUtime=5.59 cores=1,3,5,7
/proc/12694/stat : 12694 (manysat.sh) S 12692 12694 12655 0 -1 4202496 357 58741 0 0 0 0 544 15 18 0 1 0 641235818 8908800 253 33554432000 4194304 4922060 140735878801632 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12694/statm: 2175 253 209 178 0 68 0
[pid=12701] ppid=12694 vsize=766744 CPUtime=621.6 cores=1,3,5,7
/proc/12701/stat : 12701 (manysat1.1_stat) R 12694 12694 12655 0 -1 4202496 180261 0 0 0 62067 93 0 0 25 0 4 0 641236378 785145856 180192 33554432000 134512640 135305190 4290686128 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/12701/statm: 191686 180192 84 194 0 191490 0
[pid=12701/tid=12702] ppid=12694 vsize=766744 CPUtime=155.46 cores=1,3,5,7
/proc/12701/task/12702/stat : 12702 (manysat1.1_stat) R 12694 12694 12655 0 -1 4202560 23549 0 0 0 15530 16 0 0 25 0 4 0 641236486 785145856 180192 33554432000 134512640 135305190 4290686128 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=12701/tid=12703] ppid=12694 vsize=766744 CPUtime=155.58 cores=1,3,5,7
/proc/12701/task/12703/stat : 12703 (manysat1.1_stat) R 12694 12694 12655 0 -1 4202560 43975 0 0 0 15531 27 0 0 25 0 4 0 641236486 785145856 180192 33554432000 134512640 135305190 4290686128 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=12701/tid=12704] ppid=12694 vsize=766744 CPUtime=153.88 cores=1,3,5,7
/proc/12701/task/12704/stat : 12704 (manysat1.1_stat) R 12694 12694 12655 0 -1 4202560 23080 0 0 0 15370 18 0 0 25 0 4 0 641236486 785145856 180192 33554432000 134512640 135305190 4290686128 18446744073709551615 134528237 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 627.19
Current children cumulated vsize (KiB) 775444

[startup+222.301 s]
/proc/loadavg: 7.90 4.03 1.61 9/359 12808
/proc/meminfo: memFree=7075288/32950928 swapFree=45937192/67111528
[pid=12694] ppid=12692 vsize=8700 CPUtime=5.59 cores=1,3,5,7
/proc/12694/stat : 12694 (manysat.sh) S 12692 12694 12655 0 -1 4202496 357 58741 0 0 0 0 544 15 18 0 1 0 641235818 8908800 253 33554432000 4194304 4922060 140735878801632 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12694/statm: 2175 253 209 178 0 68 0
[pid=12701] ppid=12694 vsize=867824 CPUtime=860.9 cores=1,3,5,7
/proc/12701/stat : 12701 (manysat1.1_stat) R 12694 12694 12655 0 -1 4202496 205663 0 0 0 85985 105 0 0 25 0 4 0 641236378 888651776 205594 33554432000 134512640 135305190 4290686128 18446744073709551615 134528376 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/12701/statm: 216956 205594 84 194 0 216760 0
[pid=12701/tid=12702] ppid=12694 vsize=867824 CPUtime=214.75 cores=1,3,5,7
/proc/12701/task/12702/stat : 12702 (manysat1.1_stat) R 12694 12694 12655 0 -1 4202560 28406 0 0 0 21456 19 0 0 25 0 4 0 641236486 888651776 205594 33554432000 134512640 135305190 4290686128 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=12701/tid=12703] ppid=12694 vsize=867824 CPUtime=215.59 cores=1,3,5,7
/proc/12701/task/12703/stat : 12703 (manysat1.1_stat) R 12694 12694 12655 0 -1 4202560 51906 0 0 0 21528 31 0 0 25 0 4 0 641236486 888651776 205594 33554432000 134512640 135305190 4290686128 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0

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

/proc/12701/task/12704/stat : 12704 (manysat1.1_stat) R 12694 12694 12655 0 -1 4202560 92813 0 0 0 81333 52 0 0 25 0 4 0 641236486 2070257664 493812 33554432000 134512640 135305190 4290686128 18446744073709551615 134530561 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3259.66
Current children cumulated vsize (KiB) 2030436

[startup+882.301 s]
/proc/loadavg: 8.14 7.64 4.89 9/359 12891
/proc/meminfo: memFree=6273952/32950928 swapFree=45937192/67111528
[pid=12694] ppid=12692 vsize=8700 CPUtime=5.59 cores=1,3,5,7
/proc/12694/stat : 12694 (manysat.sh) S 12692 12694 12655 0 -1 4202496 357 58741 0 0 0 0 544 15 18 0 1 0 641235818 8908800 253 33554432000 4194304 4922060 140735878801632 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12694/statm: 2175 253 209 178 0 68 0
[pid=12701] ppid=12694 vsize=2062124 CPUtime=3493.37 cores=1,3,5,7
/proc/12701/stat : 12701 (manysat1.1_stat) R 12694 12694 12655 0 -1 4202496 504037 0 0 0 349086 251 0 0 25 0 4 0 641236378 2111614976 503968 33554432000 134512640 135305190 4290686128 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/12701/statm: 515531 503968 84 194 0 515335 0
[pid=12701/tid=12702] ppid=12694 vsize=2062124 CPUtime=867.66 cores=1,3,5,7
/proc/12701/task/12702/stat : 12702 (manysat1.1_stat) R 12694 12694 12655 0 -1 4202560 82795 0 0 0 86718 48 0 0 25 0 4 0 641236486 2111614976 503968 33554432000 134512640 135305190 4290686128 18446744073709551615 134528837 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=12701/tid=12703] ppid=12694 vsize=2062124 CPUtime=875.6 cores=1,3,5,7
/proc/12701/task/12703/stat : 12703 (manysat1.1_stat) R 12694 12694 12655 0 -1 4202560 145902 0 0 0 87486 74 0 0 25 0 4 0 641236486 2111614976 503968 33554432000 134512640 135305190 4290686128 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=12701/tid=12704] ppid=12694 vsize=2062124 CPUtime=873.83 cores=1,3,5,7
/proc/12701/task/12704/stat : 12704 (manysat1.1_stat) R 12694 12694 12655 0 -1 4202560 94822 0 0 0 87329 54 0 0 25 0 4 0 641236486 2111614976 503968 33554432000 134512640 135305190 4290686128 18446744073709551615 134530579 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3498.96
Current children cumulated vsize (KiB) 2070824

[startup+942.301 s]
/proc/loadavg: 8.08 7.72 5.08 9/359 12893
/proc/meminfo: memFree=6028400/32950928 swapFree=45937192/67111528
[pid=12694] ppid=12692 vsize=8700 CPUtime=5.59 cores=1,3,5,7
/proc/12694/stat : 12694 (manysat.sh) S 12692 12694 12655 0 -1 4202496 357 58741 0 0 0 0 544 15 18 0 1 0 641235818 8908800 253 33554432000 4194304 4922060 140735878801632 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12694/statm: 2175 253 209 178 0 68 0
[pid=12701] ppid=12694 vsize=2304568 CPUtime=3732.71 cores=1,3,5,7
/proc/12701/stat : 12701 (manysat1.1_stat) R 12694 12694 12655 0 -1 4202496 564571 0 0 0 372990 281 0 0 25 0 4 0 641236378 2359877632 564502 33554432000 134512640 135305190 4290686128 18446744073709551615 134528402 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/12701/statm: 576142 564502 84 194 0 575946 0
[pid=12701/tid=12702] ppid=12694 vsize=2304568 CPUtime=927.65 cores=1,3,5,7
/proc/12701/task/12702/stat : 12702 (manysat1.1_stat) R 12694 12694 12655 0 -1 4202560 95018 0 0 0 92711 54 0 0 25 0 4 0 641236486 2359877632 564502 33554432000 134512640 135305190 4290686128 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=12701/tid=12703] ppid=12694 vsize=2304568 CPUtime=935.61 cores=1,3,5,7
/proc/12701/task/12703/stat : 12703 (manysat1.1_stat) R 12694 12694 12655 0 -1 4202560 161409 0 0 0 93479 82 0 0 25 0 4 0 641236486 2359877632 564502 33554432000 134512640 135305190 4290686128 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=12701/tid=12704] ppid=12694 vsize=2304568 CPUtime=933.83 cores=1,3,5,7
/proc/12701/task/12704/stat : 12704 (manysat1.1_stat) R 12694 12694 12655 0 -1 4202560 110584 0 0 0 93322 61 0 0 25 0 4 0 641236486 2359877632 564502 33554432000 134512640 135305190 4290686128 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3738.3
Current children cumulated vsize (KiB) 2313268

[startup+1002.3 s]
/proc/loadavg: 8.17 7.81 5.28 9/359 12895
/proc/meminfo: memFree=5898668/32950928 swapFree=45937192/67111528
[pid=12694] ppid=12692 vsize=8700 CPUtime=5.59 cores=1,3,5,7
/proc/12694/stat : 12694 (manysat.sh) S 12692 12694 12655 0 -1 4202496 357 58741 0 0 0 0 544 15 18 0 1 0 641235818 8908800 253 33554432000 4194304 4922060 140735878801632 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12694/statm: 2175 253 209 178 0 68 0
[pid=12701] ppid=12694 vsize=2425272 CPUtime=3972.06 cores=1,3,5,7
/proc/12701/stat : 12701 (manysat1.1_stat) R 12694 12694 12655 0 -1 4202496 594746 0 0 0 396908 298 0 0 25 0 4 0 641236378 2483478528 594677 33554432000 134512640 135305190 4290686128 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/12701/statm: 606318 594677 84 194 0 606122 0
[pid=12701/tid=12702] ppid=12694 vsize=2425272 CPUtime=987.65 cores=1,3,5,7
/proc/12701/task/12702/stat : 12702 (manysat1.1_stat) R 12694 12694 12655 0 -1 4202560 99938 0 0 0 98708 57 0 0 25 0 4 0 641236486 2483478528 594677 33554432000 134512640 135305190 4290686128 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=12701/tid=12703] ppid=12694 vsize=2425272 CPUtime=995.61 cores=1,3,5,7
/proc/12701/task/12703/stat : 12703 (manysat1.1_stat) R 12694 12694 12655 0 -1 4202560 170477 0 0 0 99475 86 0 0 25 0 4 0 641236486 2483478528 594677 33554432000 134512640 135305190 4290686128 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=12701/tid=12704] ppid=12694 vsize=2425272 CPUtime=993.84 cores=1,3,5,7
/proc/12701/task/12704/stat : 12704 (manysat1.1_stat) R 12694 12694 12655 0 -1 4202560 117343 0 0 0 99320 64 0 0 25 0 4 0 641236486 2483478528 594677 33554432000 134512640 135305190 4290686128 18446744073709551615 134551681 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3977.65
Current children cumulated vsize (KiB) 2433972

[startup+1062.3 s]
/proc/loadavg: 8.12 7.86 5.45 9/359 12896
/proc/meminfo: memFree=5773660/32950928 swapFree=45937192/67111528
[pid=12694] ppid=12692 vsize=8700 CPUtime=5.59 cores=1,3,5,7
/proc/12694/stat : 12694 (manysat.sh) S 12692 12694 12655 0 -1 4202496 357 58741 0 0 0 0 544 15 18 0 1 0 641235818 8908800 253 33554432000 4194304 4922060 140735878801632 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12694/statm: 2175 253 209 178 0 68 0
[pid=12701] ppid=12694 vsize=2546820 CPUtime=4211.38 cores=1,3,5,7
/proc/12701/stat : 12701 (manysat1.1_stat) R 12694 12694 12655 0 -1 4202496 625127 0 0 0 420827 311 0 0 25 0 4 0 641236378 2607943680 625058 33554432000 134512640 135305190 4290686128 18446744073709551615 134551729 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/12701/statm: 636705 625058 84 194 0 636509 0
[pid=12701/tid=12702] ppid=12694 vsize=2546820 CPUtime=1047.65 cores=1,3,5,7
/proc/12701/task/12702/stat : 12702 (manysat1.1_stat) R 12694 12694 12655 0 -1 4202560 105960 0 0 0 104705 60 0 0 25 0 4 0 641236486 2607943680 625058 33554432000 134512640 135305190 4290686128 18446744073709551615 134551639 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=12701/tid=12703] ppid=12694 vsize=2546820 CPUtime=1055.61 cores=1,3,5,7
/proc/12701/task/12703/stat : 12703 (manysat1.1_stat) R 12694 12694 12655 0 -1 4202560 178249 0 0 0 105471 90 0 0 25 0 4 0 641236486 2607943680 625058 33554432000 134512640 135305190 4290686128 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=12701/tid=12704] ppid=12694 vsize=2546820 CPUtime=1053.84 cores=1,3,5,7
/proc/12701/task/12704/stat : 12704 (manysat1.1_stat) R 12694 12694 12655 0 -1 4202560 124801 0 0 0 105317 67 0 0 25 0 4 0 641236486 2607943680 625058 33554432000 134512640 135305190 4290686128 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4216.97
Current children cumulated vsize (KiB) 2555520

[startup+1122.3 s]
/proc/loadavg: 8.13 7.91 5.62 9/359 12898
/proc/meminfo: memFree=5771152/32950928 swapFree=45937192/67111528
[pid=12694] ppid=12692 vsize=8700 CPUtime=5.59 cores=1,3,5,7
/proc/12694/stat : 12694 (manysat.sh) S 12692 12694 12655 0 -1 4202496 357 58741 0 0 0 0 544 15 18 0 1 0 641235818 8908800 253 33554432000 4194304 4922060 140735878801632 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12694/statm: 2175 253 209 178 0 68 0
[pid=12701] ppid=12694 vsize=2548756 CPUtime=4450.7 cores=1,3,5,7
/proc/12701/stat : 12701 (manysat1.1_stat) R 12694 12694 12655 0 -1 4202496 625410 0 0 0 444758 312 0 0 25 0 4 0 641236378 2609926144 625341 33554432000 134512640 135305190 4290686128 18446744073709551615 134558844 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/12701/statm: 637189 625341 84 194 0 636993 0
[pid=12701/tid=12702] ppid=12694 vsize=2548756 CPUtime=1107.65 cores=1,3,5,7
/proc/12701/task/12702/stat : 12702 (manysat1.1_stat) R 12694 12694 12655 0 -1 4202560 105999 0 0 0 110705 60 0 0 25 0 4 0 641236486 2609926144 625341 33554432000 134512640 135305190 4290686128 18446744073709551615 134551620 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=12701/tid=12703] ppid=12694 vsize=2548756 CPUtime=1115.62 cores=1,3,5,7
/proc/12701/task/12703/stat : 12703 (manysat1.1_stat) R 12694 12694 12655 0 -1 4202560 178339 0 0 0 111471 91 0 0 25 0 4 0 641236486 2609926144 625341 33554432000 134512640 135305190 4290686128 18446744073709551615 134530552 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=12701/tid=12704] ppid=12694 vsize=2548756 CPUtime=1113.82 cores=1,3,5,7
/proc/12701/task/12704/stat : 12704 (manysat1.1_stat) R 12694 12694 12655 0 -1 4202560 124894 0 0 0 111315 67 0 0 25 0 4 0 641236486 2609926144 625341 33554432000 134512640 135305190 4290686128 18446744073709551615 134551860 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4456.29
Current children cumulated vsize (KiB) 2557456

[startup+1182.3 s]
/proc/loadavg: 8.22 7.97 5.78 9/359 12899
/proc/meminfo: memFree=5703912/32950928 swapFree=45937192/67111528
[pid=12694] ppid=12692 vsize=8700 CPUtime=5.59 cores=1,3,5,7
/proc/12694/stat : 12694 (manysat.sh) S 12692 12694 12655 0 -1 4202496 357 58741 0 0 0 0 544 15 18 0 1 0 641235818 8908800 253 33554432000 4194304 4922060 140735878801632 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12694/statm: 2175 253 209 178 0 68 0
[pid=12701] ppid=12694 vsize=2600892 CPUtime=4690.03 cores=1,3,5,7
/proc/12701/stat : 12701 (manysat1.1_stat) R 12694 12694 12655 0 -1 4202496 638642 0 0 0 468683 320 0 0 25 0 4 0 641236378 2663313408 638573 33554432000 134512640 135305190 4290686128 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/12701/statm: 650223 638573 84 194 0 650027 0
[pid=12701/tid=12702] ppid=12694 vsize=2600892 CPUtime=1167.56 cores=1,3,5,7
/proc/12701/task/12702/stat : 12702 (manysat1.1_stat) R 12694 12694 12655 0 -1 4202560 108352 0 0 0 116695 61 0 0 25 0 4 0 641236486 2663313408 638573 33554432000 134512640 135305190 4290686128 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=12701/tid=12703] ppid=12694 vsize=2600892 CPUtime=1175.62 cores=1,3,5,7
/proc/12701/task/12703/stat : 12703 (manysat1.1_stat) R 12694 12694 12655 0 -1 4202560 182229 0 0 0 117469 93 0 0 25 0 4 0 641236486 2663313408 638573 33554432000 134512640 135305190 4290686128 18446744073709551615 134551703 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=12701/tid=12704] ppid=12694 vsize=2600892 CPUtime=1173.82 cores=1,3,5,7
/proc/12701/task/12704/stat : 12704 (manysat1.1_stat) R 12694 12694 12655 0 -1 4202560 127795 0 0 0 117313 69 0 0 25 0 4 0 641236486 2663313408 638573 33554432000 134512640 135305190 4290686128 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4695.62
Current children cumulated vsize (KiB) 2609592



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1208.5 s]
/proc/loadavg: 8.14 7.97 5.84 10/359 12900
/proc/meminfo: memFree=5702276/32950928 swapFree=45937192/67111528
[pid=12694] ppid=12692 vsize=8700 CPUtime=5.59 cores=1,3,5,7
/proc/12694/stat : 12694 (manysat.sh) S 12692 12694 12655 0 -1 4202496 357 58741 0 0 0 0 544 15 18 0 1 0 641235818 8908800 253 33554432000 4194304 4922060 140735878801632 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12694/statm: 2175 253 209 178 0 68 0
[pid=12701] ppid=12694 vsize=2600892 CPUtime=4794.55 cores=1,3,5,7
/proc/12701/stat : 12701 (manysat1.1_stat) R 12694 12694 12655 0 -1 4202496 638726 0 0 0 479134 321 0 0 25 0 4 0 641236378 2663313408 638657 33554432000 134512640 135305190 4290686128 18446744073709551615 134528406 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/12701/statm: 650223 638657 84 194 0 650027 0
[pid=12701/tid=12702] ppid=12694 vsize=2600892 CPUtime=1193.46 cores=1,3,5,7
/proc/12701/task/12702/stat : 12702 (manysat1.1_stat) R 12694 12694 12655 0 -1 4202560 108352 0 0 0 119284 62 0 0 25 0 4 0 641236486 2663313408 638657 33554432000 134512640 135305190 4290686128 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=12701/tid=12703] ppid=12694 vsize=2600892 CPUtime=1201.83 cores=1,3,5,7
/proc/12701/task/12703/stat : 12703 (manysat1.1_stat) R 12694 12694 12655 0 -1 4202560 182242 0 0 0 120090 93 0 0 25 0 4 0 641236486 2663313408 638657 33554432000 134512640 135305190 4290686128 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=12701/tid=12704] ppid=12694 vsize=2600892 CPUtime=1200.04 cores=1,3,5,7
/proc/12701/task/12704/stat : 12704 (manysat1.1_stat) R 12694 12694 12655 0 -1 4202560 127795 0 0 0 119934 70 0 0 25 0 4 0 641236486 2663313408 638657 33554432000 134512640 135305190 4290686128 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.14
Current children cumulated vsize (KiB) 2609592

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.14 7.97 5.84 10/359 12900
/proc/meminfo: memFree=5702276/32950928 swapFree=45937192/67111528
[pid=12694] ppid=12692 vsize=8700 CPUtime=5.59 cores=1,3,5,7
/proc/12694/stat : 12694 (manysat.sh) S 12692 12694 12655 0 -1 4202496 357 58741 0 0 0 0 544 15 18 0 1 0 641235818 8908800 253 33554432000 4194304 4922060 140735878801632 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/12694/statm: 2175 253 209 178 0 68 0
[pid=12701] ppid=12694 vsize=2600892 CPUtime=4794.55 cores=1,3,5,7
/proc/12701/stat : 12701 (manysat1.1_stat) R 12694 12694 12655 0 -1 4202496 638726 0 0 0 479134 321 0 0 25 0 4 0 641236378 2663313408 638657 33554432000 134512640 135305190 4290686128 18446744073709551615 134528406 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/12701/statm: 650223 638657 84 194 0 650027 0
[pid=12701/tid=12702] ppid=12694 vsize=2600892 CPUtime=1193.46 cores=1,3,5,7
/proc/12701/task/12702/stat : 12702 (manysat1.1_stat) R 12694 12694 12655 0 -1 4202560 108352 0 0 0 119284 62 0 0 25 0 4 0 641236486 2663313408 638657 33554432000 134512640 135305190 4290686128 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=12701/tid=12703] ppid=12694 vsize=2600892 CPUtime=1201.83 cores=1,3,5,7
/proc/12701/task/12703/stat : 12703 (manysat1.1_stat) R 12694 12694 12655 0 -1 4202560 182242 0 0 0 120090 93 0 0 25 0 4 0 641236486 2663313408 638657 33554432000 134512640 135305190 4290686128 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=12701/tid=12704] ppid=12694 vsize=2600892 CPUtime=1200.04 cores=1,3,5,7
/proc/12701/task/12704/stat : 12704 (manysat1.1_stat) R 12694 12694 12655 0 -1 4202560 127795 0 0 0 119934 70 0 0 25 0 4 0 641236486 2663313408 638657 33554432000 134512640 135305190 4290686128 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.14
Current children cumulated vsize (KiB) 2609592

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12694 and gives
#  childrusage.ru_utime.tv_sec=5
#  childrusage.ru_utime.tv_usec=442172
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=155976
# CPU time returned by wait4() is 5.59815
# while last known CPU time is 4800.14
#
# 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.14
CPU user time (s): 4796.78
CPU system time (s): 3.36
CPU usage (%): 397.19
Max. virtual memory (cumulated for all children) (KiB): 2609592

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

runsolver used 3.83942 second user time and 9.82251 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-13 16:19:51
IDJOB=3361845
IDBENCH=20349
IDSOLVER=1838
FILE ID=node149/3361845-1305296390
RUNJOBID= node149-1305296390-12674
PBS_JOBID= 13321404
Free space on /tmp= 42184 MiB

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

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

MD5SUM BENCH= f72920912a1bb14f90e9fea5dee0ec1c
RANDOM SEED=498905485

node149.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.806
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.61
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.806
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.83
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.806
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.806
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.73
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.806
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.806
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.806
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.806
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       8392160 kB
Buffers:        263180 kB
Cached:       19228368 kB
SwapCached:      19984 kB
Active:        9166020 kB
Inactive:     14714220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       8392160 kB
SwapTotal:    67111528 kB
SwapFree:     45937192 kB
Dirty:           38196 kB
Writeback:           0 kB
AnonPages:     4381528 kB
Mapped:          13836 kB
Slab:           541312 kB
PageTables:      71820 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 80264428 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= 42164 MiB
End job on node149 at 2011-05-13 16:40:02