Trace number 3362063

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.01 1204.12

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.035-NOTKNOWN.cnf
MD5SUMc4319228342e10028de028a9b67c3404
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 variables133566
Number of clauses676901
Sum of the clauses size1609791
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2668220
Number of clauses of size 32100
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 56370

Solver Data

0.00/0.00	c Parsing...
0.00/0.22	c ==============================================================================
0.00/0.22	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.22	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.22	c ==============================================================================
0.00/0.22	c |         0 |  464157  1074623 |  139247       0        0     nan |  0.000 % |
1.39/1.45	c |         0 |  376579   970253 |      --       0       --      -- |     --   | -33371/7794
1.39/1.45	c ==============================================================================
1.39/1.45	c Result  :   #vars: 57489   #clauses: 376579   #literals: 970253
1.39/1.45	c CPU time:   1.41878 s
1.39/1.45	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-3362063-1305298406/watcher-3362063-1305298406 -o /tmp/evaluation-result-3362063-1305298406/solver-3362063-1305298406 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3362063-1305298406.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: 7.70 7.95 7.10 5/283 11912
/proc/meminfo: memFree=20289348/32951124 swapFree=67057896/67111528
[pid=11912] ppid=11910 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/11912/stat : 11912 (manysat.sh) S 11910 11912 11653 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 622255975 8908800 249 33554432000 4194304 4922060 140735212098112 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11912/statm: 2175 249 209 178 0 68 0

[startup+0.067633 s]
/proc/loadavg: 7.70 7.95 7.10 5/283 11912
/proc/meminfo: memFree=20289348/32951124 swapFree=67057896/67111528
[pid=11912] ppid=11910 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/11912/stat : 11912 (manysat.sh) S 11910 11912 11653 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 622255975 8908800 249 33554432000 4194304 4922060 140735212098112 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11912/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100628 s]
/proc/loadavg: 7.70 7.95 7.10 5/283 11912
/proc/meminfo: memFree=20289348/32951124 swapFree=67057896/67111528
[pid=11912] ppid=11910 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/11912/stat : 11912 (manysat.sh) S 11910 11912 11653 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 622255975 8908800 249 33554432000 4194304 4922060 140735212098112 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11912/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300561 s]
/proc/loadavg: 7.70 7.95 7.10 5/283 11912
/proc/meminfo: memFree=20289348/32951124 swapFree=67057896/67111528
[pid=11912] ppid=11910 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/11912/stat : 11912 (manysat.sh) S 11910 11912 11653 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 622255975 8908800 249 33554432000 4194304 4922060 140735212098112 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11912/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700488 s]
/proc/loadavg: 7.70 7.95 7.10 5/283 11912
/proc/meminfo: memFree=20289348/32951124 swapFree=67057896/67111528
[pid=11912] ppid=11910 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/11912/stat : 11912 (manysat.sh) S 11910 11912 11653 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 622255975 8908800 249 33554432000 4194304 4922060 140735212098112 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11912/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50034 s]
/proc/loadavg: 7.70 7.95 7.10 6/285 11914
/proc/meminfo: memFree=20221760/32951124 swapFree=67057896/67111528
[pid=11912] ppid=11910 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/11912/stat : 11912 (manysat.sh) S 11910 11912 11653 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 622255975 8908800 249 33554432000 4194304 4922060 140735212098112 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11912/statm: 2175 249 209 178 0 68 0
[pid=11913] ppid=11912 vsize=76844 CPUtime=1.49 cores=0,2,4,6
/proc/11913/stat : 11913 (SatElite) R 11912 11912 11653 0 -1 4202496 19535 0 0 0 146 3 0 0 25 0 1 0 622255976 78688256 15582 33554432000 134512640 135034092 4292112688 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/11913/statm: 19211 15582 68 128 0 19081 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 85544

[startup+3.10102 s]
/proc/loadavg: 7.56 7.92 7.10 9/288 11918
/proc/meminfo: memFree=20185916/32951124 swapFree=67057896/67111528
[pid=11912] ppid=11910 vsize=8700 CPUtime=1.66 cores=0,2,4,6
/proc/11912/stat : 11912 (manysat.sh) S 11910 11912 11653 0 -1 4202496 356 19538 0 0 0 0 162 4 18 0 1 0 622255975 8908800 252 33554432000 4194304 4922060 140735212098112 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11912/statm: 2175 252 209 178 0 68 0
[pid=11915] ppid=11912 vsize=133428 CPUtime=4.44 cores=0,2,4,6
/proc/11915/stat : 11915 (manysat1.1_stat) R 11912 11912 11653 0 -1 4202496 24557 0 0 0 441 3 0 0 19 0 4 0 622256142 136630272 24396 33554432000 134512640 135305190 4290788224 18446744073709551615 134551712 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/11915/statm: 33357 24396 84 194 0 33161 0
[pid=11915/tid=11916] ppid=11912 vsize=133428 CPUtime=1 cores=0,2,4,6
/proc/11915/task/11916/stat : 11916 (manysat1.1_stat) R 11912 11912 11653 0 -1 4202560 318 0 0 0 100 0 0 0 19 0 4 0 622256184 136630272 24396 33554432000 134512640 135305190 4290788224 18446744073709551615 134551642 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=11915/tid=11917] ppid=11912 vsize=133428 CPUtime=1 cores=0,2,4,6
/proc/11915/task/11917/stat : 11917 (manysat1.1_stat) R 11912 11912 11653 0 -1 4202560 318 0 0 0 100 0 0 0 25 0 4 0 622256184 136630272 24396 33554432000 134512640 135305190 4290788224 18446744073709551615 134551848 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=11915/tid=11918] ppid=11912 vsize=133428 CPUtime=1 cores=0,2,4,6
/proc/11915/task/11918/stat : 11918 (manysat1.1_stat) R 11912 11912 11653 0 -1 4202560 421 0 0 0 100 0 0 0 19 0 4 0 622256184 136630272 24396 33554432000 134512640 135305190 4290788224 18446744073709551615 134551939 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 142128

[startup+6.30046 s]
/proc/loadavg: 7.56 7.92 7.10 9/288 11918
/proc/meminfo: memFree=20174444/32951124 swapFree=67057896/67111528
[pid=11912] ppid=11910 vsize=8700 CPUtime=1.66 cores=0,2,4,6
/proc/11912/stat : 11912 (manysat.sh) S 11910 11912 11653 0 -1 4202496 356 19538 0 0 0 0 162 4 18 0 1 0 622255975 8908800 252 33554432000 4194304 4922060 140735212098112 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11912/statm: 2175 252 209 178 0 68 0
[pid=11915] ppid=11912 vsize=142960 CPUtime=17.21 cores=0,2,4,6
/proc/11915/stat : 11915 (manysat1.1_stat) R 11912 11912 11653 0 -1 4202496 27089 0 0 0 1717 4 0 0 25 0 4 0 622256142 146391040 26928 33554432000 134512640 135305190 4290788224 18446744073709551615 134556789 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/11915/statm: 35740 26928 84 194 0 35544 0
[pid=11915/tid=11916] ppid=11912 vsize=142960 CPUtime=4.2 cores=0,2,4,6
/proc/11915/task/11916/stat : 11916 (manysat1.1_stat) R 11912 11912 11653 0 -1 4202560 925 0 0 0 420 0 0 0 25 0 4 0 622256184 146391040 26928 33554432000 134512640 135305190 4290788224 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=11915/tid=11917] ppid=11912 vsize=142960 CPUtime=4.2 cores=0,2,4,6
/proc/11915/task/11917/stat : 11917 (manysat1.1_stat) R 11912 11912 11653 0 -1 4202560 974 0 0 0 420 0 0 0 25 0 4 0 622256184 146391040 26928 33554432000 134512640 135305190 4290788224 18446744073709551615 134551782 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=11915/tid=11918] ppid=11912 vsize=142960 CPUtime=4.2 cores=0,2,4,6
/proc/11915/task/11918/stat : 11918 (manysat1.1_stat) R 11912 11912 11653 0 -1 4202560 713 0 0 0 420 0 0 0 25 0 4 0 622256184 146391040 26928 33554432000 134512640 135305190 4290788224 18446744073709551615 134551712 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 18.87
Current children cumulated vsize (KiB) 151660

[startup+12.7003 s]
/proc/loadavg: 7.63 7.92 7.11 9/288 11918
/proc/meminfo: memFree=20158984/32951124 swapFree=67057896/67111528
[pid=11912] ppid=11910 vsize=8700 CPUtime=1.66 cores=0,2,4,6
/proc/11912/stat : 11912 (manysat.sh) S 11910 11912 11653 0 -1 4202496 356 19538 0 0 0 0 162 4 18 0 1 0 622255975 8908800 252 33554432000 4194304 4922060 140735212098112 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11912/statm: 2175 252 209 178 0 68 0
[pid=11915] ppid=11912 vsize=157972 CPUtime=42.76 cores=0,2,4,6
/proc/11915/stat : 11915 (manysat1.1_stat) R 11912 11912 11653 0 -1 4202496 30844 0 0 0 4271 5 0 0 25 0 4 0 622256142 161763328 30683 33554432000 134512640 135305190 4290788224 18446744073709551615 134551808 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/11915/statm: 39493 30683 84 194 0 39297 0
[pid=11915/tid=11916] ppid=11912 vsize=157972 CPUtime=10.6 cores=0,2,4,6
/proc/11915/task/11916/stat : 11916 (manysat1.1_stat) R 11912 11912 11653 0 -1 4202560 1873 0 0 0 1060 0 0 0 25 0 4 0 622256184 161763328 30683 33554432000 134512640 135305190 4290788224 18446744073709551615 134551681 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=11915/tid=11917] ppid=11912 vsize=157972 CPUtime=10.6 cores=0,2,4,6
/proc/11915/task/11917/stat : 11917 (manysat1.1_stat) R 11912 11912 11653 0 -1 4202560 1787 0 0 0 1060 0 0 0 25 0 4 0 622256184 161763328 30683 33554432000 134512640 135305190 4290788224 18446744073709551615 134551709 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=11915/tid=11918] ppid=11912 vsize=157972 CPUtime=10.6 cores=0,2,4,6
/proc/11915/task/11918/stat : 11918 (manysat1.1_stat) R 11912 11912 11653 0 -1 4202560 1517 0 0 0 1060 0 0 0 25 0 4 0 622256184 161763328 30683 33554432000 134512640 135305190 4290788224 18446744073709551615 134557974 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 44.42
Current children cumulated vsize (KiB) 166672

[startup+25.5011 s]
/proc/loadavg: 7.69 7.92 7.12 9/288 11918
/proc/meminfo: memFree=20116800/32951124 swapFree=67057896/67111528
[pid=11912] ppid=11910 vsize=8700 CPUtime=1.66 cores=0,2,4,6
/proc/11912/stat : 11912 (manysat.sh) S 11910 11912 11653 0 -1 4202496 356 19538 0 0 0 0 162 4 18 0 1 0 622255975 8908800 252 33554432000 4194304 4922060 140735212098112 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11912/statm: 2175 252 209 178 0 68 0
[pid=11915] ppid=11912 vsize=198700 CPUtime=93.85 cores=0,2,4,6
/proc/11915/stat : 11915 (manysat1.1_stat) R 11912 11912 11653 0 -1 4202496 40969 0 0 0 9378 7 0 0 25 0 4 0 622256142 203468800 40808 33554432000 134512640 135305190 4290788224 18446744073709551615 134551697 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/11915/statm: 49675 40808 84 194 0 49479 0
[pid=11915/tid=11916] ppid=11912 vsize=198700 CPUtime=23.4 cores=0,2,4,6
/proc/11915/task/11916/stat : 11916 (manysat1.1_stat) R 11912 11912 11653 0 -1 4202560 3441 0 0 0 2340 0 0 0 25 0 4 0 622256184 203468800 40808 33554432000 134512640 135305190 4290788224 18446744073709551615 134551919 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=11915/tid=11917] ppid=11912 vsize=198700 CPUtime=23.39 cores=0,2,4,6
/proc/11915/task/11917/stat : 11917 (manysat1.1_stat) R 11912 11912 11653 0 -1 4202560 4651 0 0 0 2339 0 0 0 25 0 4 0 622256184 203468800 40808 33554432000 134512640 135305190 4290788224 18446744073709551615 134551712 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=11915/tid=11918] ppid=11912 vsize=198700 CPUtime=23.4 cores=0,2,4,6
/proc/11915/task/11918/stat : 11918 (manysat1.1_stat) R 11912 11912 11653 0 -1 4202560 4211 0 0 0 2340 0 0 0 25 0 4 0 622256184 203468800 40808 33554432000 134512640 135305190 4290788224 18446744073709551615 134551681 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 95.51
Current children cumulated vsize (KiB) 207400

[startup+51.1005 s]
/proc/loadavg: 7.85 7.94 7.14 9/288 11919
/proc/meminfo: memFree=20025220/32951124 swapFree=67057896/67111528
[pid=11912] ppid=11910 vsize=8700 CPUtime=1.66 cores=0,2,4,6
/proc/11912/stat : 11912 (manysat.sh) S 11910 11912 11653 0 -1 4202496 356 19538 0 0 0 0 162 4 18 0 1 0 622255975 8908800 252 33554432000 4194304 4922060 140735212098112 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11912/statm: 2175 252 209 178 0 68 0
[pid=11915] ppid=11912 vsize=291196 CPUtime=196.04 cores=0,2,4,6
/proc/11915/stat : 11915 (manysat1.1_stat) R 11912 11912 11653 0 -1 4202496 64035 0 0 0 19592 12 0 0 25 0 4 0 622256142 298184704 63874 33554432000 134512640 135305190 4290788224 18446744073709551615 134551703 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/11915/statm: 72799 63874 84 194 0 72603 0
[pid=11915/tid=11916] ppid=11912 vsize=291196 CPUtime=49.01 cores=0,2,4,6
/proc/11915/task/11916/stat : 11916 (manysat1.1_stat) R 11912 11912 11653 0 -1 4202560 8160 0 0 0 4899 2 0 0 25 0 4 0 622256184 298184704 63874 33554432000 134512640 135305190 4290788224 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=11915/tid=11917] ppid=11912 vsize=291196 CPUtime=49 cores=0,2,4,6
/proc/11915/task/11917/stat : 11917 (manysat1.1_stat) R 11912 11912 11653 0 -1 4202560 16146 0 0 0 4897 3 0 0 25 0 4 0 622256184 298184704 63874 33554432000 134512640 135305190 4290788224 18446744073709551615 134551860 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=11915/tid=11918] ppid=11912 vsize=291196 CPUtime=49 cores=0,2,4,6
/proc/11915/task/11918/stat : 11918 (manysat1.1_stat) R 11912 11912 11653 0 -1 4202560 6278 0 0 0 4899 1 0 0 25 0 4 0 622256184 298184704 63874 33554432000 134512640 135305190 4290788224 18446744073709551615 134551808 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 197.7
Current children cumulated vsize (KiB) 299896

[startup+102.31 s]
/proc/loadavg: 7.98 7.97 7.19 9/288 11920
/proc/meminfo: memFree=19915156/32951124 swapFree=67057896/67111528
[pid=11912] ppid=11910 vsize=8700 CPUtime=1.66 cores=0,2,4,6
/proc/11912/stat : 11912 (manysat.sh) S 11910 11912 11653 0 -1 4202496 356 19538 0 0 0 0 162 4 18 0 1 0 622255975 8908800 252 33554432000 4194304 4922060 140735212098112 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11912/statm: 2175 252 209 178 0 68 0
[pid=11915] ppid=11912 vsize=388516 CPUtime=400.45 cores=0,2,4,6
/proc/11915/stat : 11915 (manysat1.1_stat) R 11912 11912 11653 0 -1 4202496 88098 0 0 0 40029 16 0 0 25 0 4 0 622256142 397840384 87937 33554432000 134512640 135305190 4290788224 18446744073709551615 134551697 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/11915/statm: 97129 87937 84 194 0 96933 0
[pid=11915/tid=11916] ppid=11912 vsize=388516 CPUtime=100.21 cores=0,2,4,6
/proc/11915/task/11916/stat : 11916 (manysat1.1_stat) R 11912 11912 11653 0 -1 4202560 14691 0 0 0 10018 3 0 0 25 0 4 0 622256184 397840384 87937 33554432000 134512640 135305190 4290788224 18446744073709551615 134551681 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=11915/tid=11917] ppid=11912 vsize=388516 CPUtime=100.21 cores=0,2,4,6
/proc/11915/task/11917/stat : 11917 (manysat1.1_stat) R 11912 11912 11653 0 -1 4202560 20744 0 0 0 10018 3 0 0 25 0 4 0 622256184 397840384 87937 33554432000 134512640 135305190 4290788224 18446744073709551615 134551974 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=11915/tid=11918] ppid=11912 vsize=388516 CPUtime=100.2 cores=0,2,4,6
/proc/11915/task/11918/stat : 11918 (manysat1.1_stat) R 11912 11912 11653 0 -1 4202560 10934 0 0 0 10018 2 0 0 25 0 4 0 622256184 397840384 87937 33554432000 134512640 135305190 4290788224 18446744073709551615 134551712 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 402.11
Current children cumulated vsize (KiB) 397216

[startup+162.301 s]
/proc/loadavg: 8.08 8.00 7.25 9/288 11922
/proc/meminfo: memFree=19792516/32951124 swapFree=67057896/67111528
[pid=11912] ppid=11910 vsize=8700 CPUtime=1.66 cores=0,2,4,6
/proc/11912/stat : 11912 (manysat.sh) S 11910 11912 11653 0 -1 4202496 356 19538 0 0 0 0 162 4 18 0 1 0 622255975 8908800 252 33554432000 4194304 4922060 140735212098112 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11912/statm: 2175 252 209 178 0 68 0
[pid=11915] ppid=11912 vsize=497780 CPUtime=639.9 cores=0,2,4,6
/proc/11915/stat : 11915 (manysat1.1_stat) R 11912 11912 11653 0 -1 4202496 115780 0 0 0 63968 22 0 0 25 0 4 0 622256142 509726720 115619 33554432000 134512640 135305190 4290788224 18446744073709551615 134551614 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/11915/statm: 124445 115619 84 194 0 124249 0
[pid=11915/tid=11916] ppid=11912 vsize=497780 CPUtime=160.2 cores=0,2,4,6
/proc/11915/task/11916/stat : 11916 (manysat1.1_stat) R 11912 11912 11653 0 -1 4202560 20480 0 0 0 16016 4 0 0 25 0 4 0 622256184 509726720 115619 33554432000 134512640 135305190 4290788224 18446744073709551615 134845261 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=11915/tid=11917] ppid=11912 vsize=497780 CPUtime=160.2 cores=0,2,4,6
/proc/11915/task/11917/stat : 11917 (manysat1.1_stat) R 11912 11912 11653 0 -1 4202560 31582 0 0 0 16015 5 0 0 25 0 4 0 622256184 509726720 115619 33554432000 134512640 135305190 4290788224 18446744073709551615 134551668 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=11915/tid=11918] ppid=11912 vsize=497780 CPUtime=160.18 cores=0,2,4,6
/proc/11915/task/11918/stat : 11918 (manysat1.1_stat) R 11912 11912 11653 0 -1 4202560 16163 0 0 0 16015 3 0 0 25 0 4 0 622256184 509726720 115619 33554432000 134512640 135305190 4290788224 18446744073709551615 134551860 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 641.56

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

/proc/11915/task/11918/stat : 11918 (manysat1.1_stat) R 11912 11912 11653 0 -1 4202560 64862 0 0 0 81998 14 0 0 25 0 4 0 622256184 1991532544 477046 33554432000 134512640 135305190 4290788224 18446744073709551615 134551804 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3276
Current children cumulated vsize (KiB) 1953556

[startup+882.3 s]
/proc/loadavg: 8.08 8.05 7.66 6/288 11983
/proc/meminfo: memFree=12642060/32951124 swapFree=67057896/67111528
[pid=11912] ppid=11910 vsize=8700 CPUtime=1.66 cores=0,2,4,6
/proc/11912/stat : 11912 (manysat.sh) S 11910 11912 11653 0 -1 4202496 356 19538 0 0 0 0 162 4 18 0 1 0 622255975 8908800 252 33554432000 4194304 4922060 140735212098112 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11912/statm: 2175 252 209 178 0 68 0
[pid=11915] ppid=11912 vsize=1960336 CPUtime=3513.85 cores=0,2,4,6
/proc/11915/stat : 11915 (manysat1.1_stat) R 11912 11912 11653 0 -1 4202496 480940 0 0 0 351290 95 0 0 25 0 4 0 622256142 2007384064 480779 33554432000 134512640 135305190 4290788224 18446744073709551615 134551808 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/11915/statm: 490084 480779 84 194 0 489888 0
[pid=11915/tid=11916] ppid=11912 vsize=1960336 CPUtime=880.19 cores=0,2,4,6
/proc/11915/task/11916/stat : 11916 (manysat1.1_stat) R 11912 11912 11653 0 -1 4202560 104734 0 0 0 87999 20 0 0 25 0 4 0 622256184 2007384064 480779 33554432000 134512640 135305190 4290788224 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=11915/tid=11917] ppid=11912 vsize=1960336 CPUtime=880.22 cores=0,2,4,6
/proc/11915/task/11917/stat : 11917 (manysat1.1_stat) R 11912 11912 11653 0 -1 4202560 187953 0 0 0 87988 34 0 0 25 0 4 0 622256184 2007384064 480779 33554432000 134512640 135305190 4290788224 18446744073709551615 134551804 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=11915/tid=11918] ppid=11912 vsize=1960336 CPUtime=880.11 cores=0,2,4,6
/proc/11915/task/11918/stat : 11918 (manysat1.1_stat) R 11912 11912 11653 0 -1 4202560 65497 0 0 0 87997 14 0 0 25 0 4 0 622256184 2007384064 480779 33554432000 134512640 135305190 4290788224 18446744073709551615 134551681 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3515.51
Current children cumulated vsize (KiB) 1969036

[startup+942.301 s]
/proc/loadavg: 7.79 7.99 7.66 5/281 12002
/proc/meminfo: memFree=17729696/32951124 swapFree=67057896/67111528
[pid=11912] ppid=11910 vsize=8700 CPUtime=1.66 cores=0,2,4,6
/proc/11912/stat : 11912 (manysat.sh) S 11910 11912 11653 0 -1 4202496 356 19538 0 0 0 0 162 4 18 0 1 0 622255975 8908800 252 33554432000 4194304 4922060 140735212098112 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11912/statm: 2175 252 209 178 0 68 0
[pid=11915] ppid=11912 vsize=1961360 CPUtime=3753.31 cores=0,2,4,6
/proc/11915/stat : 11915 (manysat1.1_stat) R 11912 11912 11653 0 -1 4202496 481213 0 0 0 375196 135 0 0 25 0 4 0 622256142 2008432640 481052 33554432000 134512640 135305190 4290788224 18446744073709551615 134551729 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/11915/statm: 490340 481052 84 194 0 490144 0
[pid=11915/tid=11916] ppid=11912 vsize=1961360 CPUtime=940.19 cores=0,2,4,6
/proc/11915/task/11916/stat : 11916 (manysat1.1_stat) R 11912 11912 11653 0 -1 4202560 104953 0 0 0 93959 60 0 0 25 0 4 0 622256184 2008432640 481052 33554432000 134512640 135305190 4290788224 18446744073709551615 134551974 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=11915/tid=11917] ppid=11912 vsize=1961360 CPUtime=940.22 cores=0,2,4,6
/proc/11915/task/11917/stat : 11917 (manysat1.1_stat) R 11912 11912 11653 0 -1 4202560 188004 0 0 0 93988 34 0 0 25 0 4 0 622256184 2008432640 481052 33554432000 134512640 135305190 4290788224 18446744073709551615 134551808 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=11915/tid=11918] ppid=11912 vsize=1961360 CPUtime=940.07 cores=0,2,4,6
/proc/11915/task/11918/stat : 11918 (manysat1.1_stat) R 11912 11912 11653 0 -1 4202560 65500 0 0 0 93993 14 0 0 25 0 4 0 622256184 2008432640 481052 33554432000 134512640 135305190 4290788224 18446744073709551615 134551741 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3754.97
Current children cumulated vsize (KiB) 1970060

[startup+1002.3 s]
/proc/loadavg: 6.09 7.47 7.50 6/285 12015
/proc/meminfo: memFree=18259368/32951124 swapFree=67057896/67111528
[pid=11912] ppid=11910 vsize=8700 CPUtime=1.66 cores=0,2,4,6
/proc/11912/stat : 11912 (manysat.sh) S 11910 11912 11653 0 -1 4202496 356 19538 0 0 0 0 162 4 18 0 1 0 622255975 8908800 252 33554432000 4194304 4922060 140735212098112 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11912/statm: 2175 252 209 178 0 68 0
[pid=11915] ppid=11912 vsize=1984244 CPUtime=3992.81 cores=0,2,4,6
/proc/11915/stat : 11915 (manysat1.1_stat) R 11912 11912 11653 0 -1 4202496 487035 0 0 0 399136 145 0 0 25 0 4 0 622256142 2031865856 486874 33554432000 134512640 135305190 4290788224 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/11915/statm: 496061 486874 84 194 0 495865 0
[pid=11915/tid=11916] ppid=11912 vsize=1984244 CPUtime=1000.19 cores=0,2,4,6
/proc/11915/task/11916/stat : 11916 (manysat1.1_stat) R 11912 11912 11653 0 -1 4202560 107282 0 0 0 99951 68 0 0 25 0 4 0 622256184 2031865856 486874 33554432000 134512640 135305190 4290788224 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=11915/tid=11917] ppid=11912 vsize=1984244 CPUtime=1000.22 cores=0,2,4,6
/proc/11915/task/11917/stat : 11917 (manysat1.1_stat) R 11912 11912 11653 0 -1 4202560 188554 0 0 0 99988 34 0 0 25 0 4 0 622256184 2031865856 486874 33554432000 134512640 135305190 4290788224 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=11915/tid=11918] ppid=11912 vsize=1984244 CPUtime=1000.07 cores=0,2,4,6
/proc/11915/task/11918/stat : 11918 (manysat1.1_stat) R 11912 11912 11653 0 -1 4202560 67247 0 0 0 99993 14 0 0 25 0 4 0 622256184 2031865856 486874 33554432000 134512640 135305190 4290788224 18446744073709551615 134551668 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3994.47
Current children cumulated vsize (KiB) 1992944

[startup+1062.3 s]
/proc/loadavg: 5.44 7.03 7.35 6/285 12017
/proc/meminfo: memFree=18139140/32951124 swapFree=67057896/67111528
[pid=11912] ppid=11910 vsize=8700 CPUtime=1.66 cores=0,2,4,6
/proc/11912/stat : 11912 (manysat.sh) S 11910 11912 11653 0 -1 4202496 356 19538 0 0 0 0 162 4 18 0 1 0 622255975 8908800 252 33554432000 4194304 4922060 140735212098112 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11912/statm: 2175 252 209 178 0 68 0
[pid=11915] ppid=11912 vsize=2102736 CPUtime=4232.33 cores=0,2,4,6
/proc/11915/stat : 11915 (manysat1.1_stat) R 11912 11912 11653 0 -1 4202496 516726 0 0 0 423080 153 0 0 25 0 4 0 622256142 2153201664 516565 33554432000 134512640 135305190 4290788224 18446744073709551615 134551709 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/11915/statm: 525684 516565 84 194 0 525488 0
[pid=11915/tid=11916] ppid=11912 vsize=2102736 CPUtime=1060.19 cores=0,2,4,6
/proc/11915/task/11916/stat : 11916 (manysat1.1_stat) R 11912 11912 11653 0 -1 4202560 117931 0 0 0 105949 70 0 0 25 0 4 0 622256184 2153201664 516565 33554432000 134512640 135305190 4290788224 18446744073709551615 134551848 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=11915/tid=11917] ppid=11912 vsize=2102736 CPUtime=1060.22 cores=0,2,4,6
/proc/11915/task/11917/stat : 11917 (manysat1.1_stat) R 11912 11912 11653 0 -1 4202560 192662 0 0 0 105987 35 0 0 25 0 4 0 622256184 2153201664 516565 33554432000 134512640 135305190 4290788224 18446744073709551615 134551726 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=11915/tid=11918] ppid=11912 vsize=2102736 CPUtime=1060.07 cores=0,2,4,6
/proc/11915/task/11918/stat : 11918 (manysat1.1_stat) R 11912 11912 11653 0 -1 4202560 75576 0 0 0 105991 16 0 0 25 0 4 0 622256184 2153201664 516565 33554432000 134512640 135305190 4290788224 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4233.99
Current children cumulated vsize (KiB) 2111436

[startup+1122.3 s]
/proc/loadavg: 5.20 6.67 7.21 6/285 12018
/proc/meminfo: memFree=18068012/32951124 swapFree=67057896/67111528
[pid=11912] ppid=11910 vsize=8700 CPUtime=1.66 cores=0,2,4,6
/proc/11912/stat : 11912 (manysat.sh) S 11910 11912 11653 0 -1 4202496 356 19538 0 0 0 0 162 4 18 0 1 0 622255975 8908800 252 33554432000 4194304 4922060 140735212098112 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11912/statm: 2175 252 209 178 0 68 0
[pid=11915] ppid=11912 vsize=2175092 CPUtime=4471.83 cores=0,2,4,6
/proc/11915/stat : 11915 (manysat1.1_stat) R 11912 11912 11653 0 -1 4202496 534683 0 0 0 447026 157 0 0 25 0 4 0 622256142 2227294208 534522 33554432000 134512640 135305190 4290788224 18446744073709551615 134551962 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/11915/statm: 543773 534522 84 194 0 543577 0
[pid=11915/tid=11916] ppid=11912 vsize=2175092 CPUtime=1120.19 cores=0,2,4,6
/proc/11915/task/11916/stat : 11916 (manysat1.1_stat) R 11912 11912 11653 0 -1 4202560 121953 0 0 0 111948 71 0 0 25 0 4 0 622256184 2227294208 534522 33554432000 134512640 135305190 4290788224 18446744073709551615 134551804 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=11915/tid=11917] ppid=11912 vsize=2175092 CPUtime=1120.23 cores=0,2,4,6
/proc/11915/task/11917/stat : 11917 (manysat1.1_stat) R 11912 11912 11653 0 -1 4202560 198745 0 0 0 111986 37 0 0 25 0 4 0 622256184 2227294208 534522 33554432000 134512640 135305190 4290788224 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=11915/tid=11918] ppid=11912 vsize=2175092 CPUtime=1120.07 cores=0,2,4,6
/proc/11915/task/11918/stat : 11918 (manysat1.1_stat) R 11912 11912 11653 0 -1 4202560 77503 0 0 0 111989 18 0 0 25 0 4 0 622256184 2227294208 534522 33554432000 134512640 135305190 4290788224 18446744073709551615 134551729 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4473.49
Current children cumulated vsize (KiB) 2183792

[startup+1182.3 s]
/proc/loadavg: 5.11 6.38 7.07 6/285 12020
/proc/meminfo: memFree=17961288/32951124 swapFree=67057896/67111528
[pid=11912] ppid=11910 vsize=8700 CPUtime=1.66 cores=0,2,4,6
/proc/11912/stat : 11912 (manysat.sh) S 11910 11912 11653 0 -1 4202496 356 19538 0 0 0 0 162 4 18 0 1 0 622255975 8908800 252 33554432000 4194304 4922060 140735212098112 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11912/statm: 2175 252 209 178 0 68 0
[pid=11915] ppid=11912 vsize=2280148 CPUtime=4711.32 cores=0,2,4,6
/proc/11915/stat : 11915 (manysat1.1_stat) R 11912 11912 11653 0 -1 4202496 560957 0 0 0 470967 165 0 0 25 0 4 0 622256142 2334871552 560796 33554432000 134512640 135305190 4290788224 18446744073709551615 134551962 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/11915/statm: 570037 560796 84 194 0 569841 0
[pid=11915/tid=11916] ppid=11912 vsize=2280148 CPUtime=1180.2 cores=0,2,4,6
/proc/11915/task/11916/stat : 11916 (manysat1.1_stat) R 11912 11912 11653 0 -1 4202560 128401 0 0 0 117947 73 0 0 25 0 4 0 622256184 2334871552 560796 33554432000 134512640 135305190 4290788224 18446744073709551615 134556748 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=11915/tid=11917] ppid=11912 vsize=2280148 CPUtime=1180.23 cores=0,2,4,6
/proc/11915/task/11917/stat : 11917 (manysat1.1_stat) R 11912 11912 11653 0 -1 4202560 206335 0 0 0 117984 39 0 0 25 0 4 0 622256184 2334871552 560796 33554432000 134512640 135305190 4290788224 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=11915/tid=11918] ppid=11912 vsize=2280148 CPUtime=1180.07 cores=0,2,4,6
/proc/11915/task/11918/stat : 11918 (manysat1.1_stat) R 11912 11912 11653 0 -1 4202560 81301 0 0 0 117988 19 0 0 25 0 4 0 622256184 2334871552 560796 33554432000 134512640 135305190 4290788224 18446744073709551615 134551919 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4712.98
Current children cumulated vsize (KiB) 2288848



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204.1 s]
/proc/loadavg: 5.16 6.31 7.03 6/285 12021
/proc/meminfo: memFree=17945260/32951124 swapFree=67057896/67111528
[pid=11912] ppid=11910 vsize=8700 CPUtime=1.66 cores=0,2,4,6
/proc/11912/stat : 11912 (manysat.sh) S 11910 11912 11653 0 -1 4202496 356 19538 0 0 0 0 162 4 18 0 1 0 622255975 8908800 252 33554432000 4194304 4922060 140735212098112 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11912/statm: 2175 252 209 178 0 68 0
[pid=11915] ppid=11912 vsize=2295508 CPUtime=4798.35 cores=0,2,4,6
/proc/11915/stat : 11915 (manysat1.1_stat) R 11912 11912 11653 0 -1 4202496 564939 0 0 0 479665 170 0 0 25 0 4 0 622256142 2350600192 564778 33554432000 134512640 135305190 4290788224 18446744073709551615 134551726 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/11915/statm: 573877 564778 84 194 0 573681 0
[pid=11915/tid=11916] ppid=11912 vsize=2295508 CPUtime=1202 cores=0,2,4,6
/proc/11915/task/11916/stat : 11916 (manysat1.1_stat) R 11912 11912 11653 0 -1 4202560 128843 0 0 0 120127 73 0 0 25 0 4 0 622256184 2350600192 564778 33554432000 134512640 135305190 4290788224 18446744073709551615 134551720 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=11915/tid=11917] ppid=11912 vsize=2295508 CPUtime=1202.04 cores=0,2,4,6
/proc/11915/task/11917/stat : 11917 (manysat1.1_stat) R 11912 11912 11653 0 -1 4202560 207242 0 0 0 120163 41 0 0 25 0 4 0 622256184 2350600192 564778 33554432000 134512640 135305190 4290788224 18446744073709551615 134551709 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=11915/tid=11918] ppid=11912 vsize=2295508 CPUtime=1201.88 cores=0,2,4,6
/proc/11915/task/11918/stat : 11918 (manysat1.1_stat) R 11912 11912 11653 0 -1 4202560 81753 0 0 0 120169 19 0 0 25 0 4 0 622256184 2350600192 564778 33554432000 134512640 135305190 4290788224 18446744073709551615 134551919 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.01
Current children cumulated vsize (KiB) 2304208

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

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

[startup+1204.1 s]
/proc/loadavg: 5.16 6.31 7.03 6/285 12021
/proc/meminfo: memFree=17945260/32951124 swapFree=67057896/67111528
[pid=11912] ppid=11910 vsize=8700 CPUtime=1.66 cores=0,2,4,6
/proc/11912/stat : 11912 (manysat.sh) S 11910 11912 11653 0 -1 4202496 356 19538 0 0 0 0 162 4 18 0 1 0 622255975 8908800 252 33554432000 4194304 4922060 140735212098112 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11912/statm: 2175 252 209 178 0 68 0
[pid=11915] ppid=11912 vsize=2295508 CPUtime=4798.35 cores=0,2,4,6
/proc/11915/stat : 11915 (manysat1.1_stat) R 11912 11912 11653 0 -1 4202496 564939 0 0 0 479665 170 0 0 25 0 4 0 622256142 2350600192 564778 33554432000 134512640 135305190 4290788224 18446744073709551615 134551726 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/11915/statm: 573877 564778 84 194 0 573681 0
[pid=11915/tid=11916] ppid=11912 vsize=2295508 CPUtime=1202 cores=0,2,4,6
/proc/11915/task/11916/stat : 11916 (manysat1.1_stat) R 11912 11912 11653 0 -1 4202560 128843 0 0 0 120127 73 0 0 25 0 4 0 622256184 2350600192 564778 33554432000 134512640 135305190 4290788224 18446744073709551615 134551720 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=11915/tid=11917] ppid=11912 vsize=2295508 CPUtime=1202.04 cores=0,2,4,6
/proc/11915/task/11917/stat : 11917 (manysat1.1_stat) R 11912 11912 11653 0 -1 4202560 207242 0 0 0 120163 41 0 0 25 0 4 0 622256184 2350600192 564778 33554432000 134512640 135305190 4290788224 18446744073709551615 134551709 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=11915/tid=11918] ppid=11912 vsize=2295508 CPUtime=1201.88 cores=0,2,4,6
/proc/11915/task/11918/stat : 11918 (manysat1.1_stat) R 11912 11912 11653 0 -1 4202560 81753 0 0 0 120169 19 0 0 25 0 4 0 622256184 2350600192 564778 33554432000 134512640 135305190 4290788224 18446744073709551615 134551919 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.01
Current children cumulated vsize (KiB) 2304208

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 11912 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=620753
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=46992
# CPU time returned by wait4() is 1.66774
# while last known CPU time is 4800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1204.12
CPU time (s): 4800.01
CPU user time (s): 4798.27
CPU system time (s): 1.74
CPU usage (%): 398.632
Max. virtual memory (cumulated for all children) (KiB): 2304208

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

runsolver used 3.04454 second user time and 6.86796 second system time

The end

Launcher Data

Begin job on node140 at 2011-05-13 16:53:27
IDJOB=3362063
IDBENCH=82372
IDSOLVER=1838
FILE ID=node140/3362063-1305298406
RUNJOBID= node140-1305296391-11671
PBS_JOBID= 13321413
Free space on /tmp= 49560 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.035-NOTKNOWN.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362063-1305298406/watcher-3362063-1305298406 -o /tmp/evaluation-result-3362063-1305298406/solver-3362063-1305298406 -C 4800 -W 1300 -M 15500  manysat.sh HOME/instance-3362063-1305298406.cnf aimd 1

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

MD5SUM BENCH= c4319228342e10028de028a9b67c3404
RANDOM SEED=2123614364

node140.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.833
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.66
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.833
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	: 5226.14
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.833
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.75
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.833
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.77
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.833
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.75
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.833
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.74
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.833
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.75
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.833
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:     32951124 kB
MemFree:      20289628 kB
Buffers:        248144 kB
Cached:        8167600 kB
SwapCached:       8056 kB
Active:        5074096 kB
Inactive:      7125488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20289628 kB
SwapTotal:    67111528 kB
SwapFree:     67057896 kB
Dirty:           13204 kB
Writeback:           0 kB
AnonPages:     3780524 kB
Mapped:          23456 kB
Slab:           377072 kB
PageTables:      22484 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 45873268 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= 49448 MiB
End job on node140 at 2011-05-13 17:13:33