Trace number 3361957

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-22-s100.cnf
MD5SUM96596d59af0c6949ab68ac8c5abcf28b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark52.802
Satisfiable
(Un)Satisfiability was proved
Number of variables31616
Number of clauses95110
Sum of the clauses size224220
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 260982
Number of clauses of size 334064
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.04	c ==============================================================================
0.00/0.04	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.04	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.04	c ==============================================================================
0.00/0.04	c |         0 |   94910   223744 |   28472       0        0     nan |  0.000 % |
0.00/0.67	c |         0 |   57628   172230 |      --       0       --      -- |     --   | -36942/-50538
0.00/0.67	c ==============================================================================
0.00/0.67	c Result  :   #vars: 13864   #clauses: 57628   #literals: 172230
0.00/0.67	c CPU time:   0.671897 s
0.00/0.67	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-3361957-1305297599/watcher-3361957-1305297599 -o /tmp/evaluation-result-3361957-1305297599/solver-3361957-1305297599 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3361957-1305297599.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: 8.09 7.92 5.85 6/353 17924
/proc/meminfo: memFree=14273060/32951124 swapFree=67111348/67111528
[pid=17924] ppid=17922 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/17924/stat : 17924 (manysat.sh) S 17922 17924 17714 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 622176061 8908800 249 33554432000 4194304 4922060 140733399957952 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/17924/statm: 2175 249 209 178 0 68 0

[startup+0.083733 s]
/proc/loadavg: 8.09 7.92 5.85 6/353 17924
/proc/meminfo: memFree=14273060/32951124 swapFree=67111348/67111528
[pid=17924] ppid=17922 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/17924/stat : 17924 (manysat.sh) S 17922 17924 17714 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 622176061 8908800 249 33554432000 4194304 4922060 140733399957952 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/17924/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100726 s]
/proc/loadavg: 8.09 7.92 5.85 6/353 17924
/proc/meminfo: memFree=14273060/32951124 swapFree=67111348/67111528
[pid=17924] ppid=17922 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/17924/stat : 17924 (manysat.sh) S 17922 17924 17714 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 622176061 8908800 249 33554432000 4194304 4922060 140733399957952 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/17924/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300691 s]
/proc/loadavg: 8.09 7.92 5.85 6/353 17924
/proc/meminfo: memFree=14273060/32951124 swapFree=67111348/67111528
[pid=17924] ppid=17922 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/17924/stat : 17924 (manysat.sh) S 17922 17924 17714 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 622176061 8908800 249 33554432000 4194304 4922060 140733399957952 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/17924/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700622 s]
/proc/loadavg: 8.09 7.92 5.85 6/353 17924
/proc/meminfo: memFree=14273060/32951124 swapFree=67111348/67111528
[pid=17924] ppid=17922 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/17924/stat : 17924 (manysat.sh) S 17922 17924 17714 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 622176061 8908800 249 33554432000 4194304 4922060 140733399957952 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/17924/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50045 s]
/proc/loadavg: 8.09 7.92 5.85 10/358 17930
/proc/meminfo: memFree=14246900/32951124 swapFree=67111348/67111528
[pid=17924] ppid=17922 vsize=8700 CPUtime=0.7 cores=1,3,5,7
/proc/17924/stat : 17924 (manysat.sh) S 17922 17924 17714 0 -1 4202496 356 4051 0 0 0 0 70 0 18 0 1 0 622176061 8908800 252 33554432000 4194304 4922060 140733399957952 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17924/statm: 2175 252 209 178 0 68 0
[pid=17927] ppid=17924 vsize=55036 CPUtime=2.86 cores=1,3,5,7
/proc/17927/stat : 17927 (manysat1.1_stat) R 17924 17924 17714 0 -1 4202496 5376 0 0 0 283 3 0 0 18 0 4 0 622176133 56356864 5329 33554432000 134512640 135305190 4292778992 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/17927/statm: 13759 5329 84 194 0 13563 0
[pid=17927/tid=17928] ppid=17924 vsize=55036 CPUtime=0.69 cores=1,3,5,7
/proc/17927/task/17928/stat : 17928 (manysat1.1_stat) R 17924 17924 17714 0 -1 4202560 222 0 0 0 69 0 0 0 18 0 4 0 622176140 56356864 5329 33554432000 134512640 135305190 4292778992 18446744073709551615 134557133 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=17927/tid=17929] ppid=17924 vsize=55036 CPUtime=0.69 cores=1,3,5,7
/proc/17927/task/17929/stat : 17929 (manysat1.1_stat) R 17924 17924 17714 0 -1 4202560 186 0 0 0 69 0 0 0 18 0 4 0 622176140 56356864 5329 33554432000 134512640 135305190 4292778992 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=17927/tid=17930] ppid=17924 vsize=55036 CPUtime=0.67 cores=1,3,5,7
/proc/17927/task/17930/stat : 17930 (manysat1.1_stat) R 17924 17924 17714 0 -1 4202560 254 0 0 0 67 0 0 0 18 0 4 0 622176140 56356864 5329 33554432000 134512640 135305190 4292778992 18446744073709551615 134557980 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.56
Current children cumulated vsize (KiB) 63736

[startup+3.10117 s]
/proc/loadavg: 8.09 7.92 5.85 10/358 17930
/proc/meminfo: memFree=14245564/32951124 swapFree=67111348/67111528
[pid=17924] ppid=17922 vsize=8700 CPUtime=0.7 cores=1,3,5,7
/proc/17924/stat : 17924 (manysat.sh) S 17922 17924 17714 0 -1 4202496 356 4051 0 0 0 0 70 0 18 0 1 0 622176061 8908800 252 33554432000 4194304 4922060 140733399957952 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17924/statm: 2175 252 209 178 0 68 0
[pid=17927] ppid=17924 vsize=55828 CPUtime=9.25 cores=1,3,5,7
/proc/17927/stat : 17927 (manysat1.1_stat) R 17924 17924 17714 0 -1 4202496 5567 0 0 0 922 3 0 0 21 0 4 0 622176133 57167872 5520 33554432000 134512640 135305190 4292778992 18446744073709551615 134528329 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/17927/statm: 13957 5520 84 194 0 13761 0
[pid=17927/tid=17928] ppid=17924 vsize=55828 CPUtime=2.29 cores=1,3,5,7
/proc/17927/task/17928/stat : 17928 (manysat1.1_stat) R 17924 17924 17714 0 -1 4202560 262 0 0 0 229 0 0 0 21 0 4 0 622176140 57167872 5520 33554432000 134512640 135305190 4292778992 18446744073709551615 134528350 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=17927/tid=17929] ppid=17924 vsize=55828 CPUtime=2.29 cores=1,3,5,7
/proc/17927/task/17929/stat : 17929 (manysat1.1_stat) R 17924 17924 17714 0 -1 4202560 224 0 0 0 229 0 0 0 21 0 4 0 622176140 57167872 5520 33554432000 134512640 135305190 4292778992 18446744073709551615 134528536 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=17927/tid=17930] ppid=17924 vsize=55828 CPUtime=2.26 cores=1,3,5,7
/proc/17927/task/17930/stat : 17930 (manysat1.1_stat) R 17924 17924 17714 0 -1 4202560 317 0 0 0 226 0 0 0 21 0 4 0 622176140 57167872 5520 33554432000 134512640 135305190 4292778992 18446744073709551615 134528319 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 9.95
Current children cumulated vsize (KiB) 64528

[startup+6.30061 s]
/proc/loadavg: 8.09 7.92 5.86 10/358 17930
/proc/meminfo: memFree=14243084/32951124 swapFree=67111348/67111528
[pid=17924] ppid=17922 vsize=8700 CPUtime=0.7 cores=1,3,5,7
/proc/17924/stat : 17924 (manysat.sh) S 17922 17924 17714 0 -1 4202496 356 4051 0 0 0 0 70 0 18 0 1 0 622176061 8908800 252 33554432000 4194304 4922060 140733399957952 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17924/statm: 2175 252 209 178 0 68 0
[pid=17927] ppid=17924 vsize=57140 CPUtime=22.01 cores=1,3,5,7
/proc/17927/stat : 17927 (manysat1.1_stat) R 17924 17924 17714 0 -1 4202496 5903 0 0 0 2197 4 0 0 25 0 4 0 622176133 58511360 5856 33554432000 134512640 135305190 4292778992 18446744073709551615 134528274 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/17927/statm: 14285 5856 84 194 0 14089 0
[pid=17927/tid=17928] ppid=17924 vsize=57140 CPUtime=5.49 cores=1,3,5,7
/proc/17927/task/17928/stat : 17928 (manysat1.1_stat) R 17924 17924 17714 0 -1 4202560 321 0 0 0 549 0 0 0 25 0 4 0 622176140 58511360 5856 33554432000 134512640 135305190 4292778992 18446744073709551615 134551656 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=17927/tid=17929] ppid=17924 vsize=57140 CPUtime=5.49 cores=1,3,5,7
/proc/17927/task/17929/stat : 17929 (manysat1.1_stat) R 17924 17924 17714 0 -1 4202560 298 0 0 0 549 0 0 0 25 0 4 0 622176140 58511360 5856 33554432000 134512640 135305190 4292778992 18446744073709551615 134552824 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=17927/tid=17930] ppid=17924 vsize=57140 CPUtime=5.43 cores=1,3,5,7
/proc/17927/task/17930/stat : 17930 (manysat1.1_stat) R 17924 17924 17714 0 -1 4202560 475 0 0 0 542 1 0 0 25 0 4 0 622176140 58511360 5856 33554432000 134512640 135305190 4292778992 18446744073709551615 134557200 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 22.71
Current children cumulated vsize (KiB) 65840

[startup+12.7005 s]
/proc/loadavg: 8.08 7.92 5.87 9/358 17930
/proc/meminfo: memFree=14240128/32951124 swapFree=67111348/67111528
[pid=17924] ppid=17922 vsize=8700 CPUtime=0.7 cores=1,3,5,7
/proc/17924/stat : 17924 (manysat.sh) S 17922 17924 17714 0 -1 4202496 356 4051 0 0 0 0 70 0 18 0 1 0 622176061 8908800 252 33554432000 4194304 4922060 140733399957952 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17924/statm: 2175 252 209 178 0 68 0
[pid=17927] ppid=17924 vsize=59248 CPUtime=47.53 cores=1,3,5,7
/proc/17927/stat : 17927 (manysat1.1_stat) R 17924 17924 17714 0 -1 4202496 6467 0 0 0 4749 4 0 0 25 0 4 0 622176133 60669952 6420 33554432000 134512640 135305190 4292778992 18446744073709551615 134557484 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/17927/statm: 14812 6420 84 194 0 14616 0
[pid=17927/tid=17928] ppid=17924 vsize=59248 CPUtime=11.9 cores=1,3,5,7
/proc/17927/task/17928/stat : 17928 (manysat1.1_stat) R 17924 17924 17714 0 -1 4202560 428 0 0 0 1189 1 0 0 25 0 4 0 622176140 60669952 6420 33554432000 134512640 135305190 4292778992 18446744073709551615 134528542 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=17927/tid=17929] ppid=17924 vsize=59248 CPUtime=11.89 cores=1,3,5,7
/proc/17927/task/17929/stat : 17929 (manysat1.1_stat) R 17924 17924 17714 0 -1 4202560 374 0 0 0 1189 0 0 0 25 0 4 0 622176140 60669952 6420 33554432000 134512640 135305190 4292778992 18446744073709551615 134554270 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=17927/tid=17930] ppid=17924 vsize=59248 CPUtime=11.75 cores=1,3,5,7
/proc/17927/task/17930/stat : 17930 (manysat1.1_stat) R 17924 17924 17714 0 -1 4202560 703 0 0 0 1174 1 0 0 25 0 4 0 622176140 60669952 6420 33554432000 134512640 135305190 4292778992 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 48.23
Current children cumulated vsize (KiB) 67948

[startup+25.5012 s]
/proc/loadavg: 8.06 7.93 5.90 10/358 17931
/proc/meminfo: memFree=14234912/32951124 swapFree=67111348/67111528
[pid=17924] ppid=17922 vsize=8700 CPUtime=0.7 cores=1,3,5,7
/proc/17924/stat : 17924 (manysat.sh) S 17922 17924 17714 0 -1 4202496 356 4051 0 0 0 0 70 0 18 0 1 0 622176061 8908800 252 33554432000 4194304 4922060 140733399957952 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17924/statm: 2175 252 209 178 0 68 0
[pid=17927] ppid=17924 vsize=64084 CPUtime=98.59 cores=1,3,5,7
/proc/17927/stat : 17927 (manysat1.1_stat) R 17924 17924 17714 0 -1 4202496 7748 0 0 0 9854 5 0 0 25 0 4 0 622176133 65622016 7701 33554432000 134512640 135305190 4292778992 18446744073709551615 134528310 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/17927/statm: 16021 7701 84 194 0 15825 0
[pid=17927/tid=17928] ppid=17924 vsize=64084 CPUtime=24.7 cores=1,3,5,7
/proc/17927/task/17928/stat : 17928 (manysat1.1_stat) R 17924 17924 17714 0 -1 4202560 759 0 0 0 2469 1 0 0 25 0 4 0 622176140 65622016 7701 33554432000 134512640 135305190 4292778992 18446744073709551615 134556558 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=17927/tid=17929] ppid=17924 vsize=64084 CPUtime=24.7 cores=1,3,5,7
/proc/17927/task/17929/stat : 17929 (manysat1.1_stat) R 17924 17924 17714 0 -1 4202560 611 0 0 0 2469 1 0 0 25 0 4 0 622176140 65622016 7701 33554432000 134512640 135305190 4292778992 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=17927/tid=17930] ppid=17924 vsize=64084 CPUtime=24.4 cores=1,3,5,7
/proc/17927/task/17930/stat : 17930 (manysat1.1_stat) R 17924 17924 17714 0 -1 4202560 1160 0 0 0 2439 1 0 0 25 0 4 0 622176140 65622016 7701 33554432000 134512640 135305190 4292778992 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 99.29
Current children cumulated vsize (KiB) 72784

[startup+51.1007 s]
/proc/loadavg: 8.10 7.95 5.96 10/358 17931
/proc/meminfo: memFree=14226416/32951124 swapFree=67111348/67111528
[pid=17924] ppid=17922 vsize=8700 CPUtime=0.7 cores=1,3,5,7
/proc/17924/stat : 17924 (manysat.sh) S 17922 17924 17714 0 -1 4202496 356 4051 0 0 0 0 70 0 18 0 1 0 622176061 8908800 252 33554432000 4194304 4922060 140733399957952 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17924/statm: 2175 252 209 178 0 68 0
[pid=17927] ppid=17924 vsize=72112 CPUtime=200.69 cores=1,3,5,7
/proc/17927/stat : 17927 (manysat1.1_stat) R 17924 17924 17714 0 -1 4202496 9804 0 0 0 20063 6 0 0 25 0 4 0 622176133 73842688 9757 33554432000 134512640 135305190 4292778992 18446744073709551615 134528837 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/17927/statm: 18028 9757 84 194 0 17832 0
[pid=17927/tid=17928] ppid=17924 vsize=72112 CPUtime=50.29 cores=1,3,5,7
/proc/17927/task/17928/stat : 17928 (manysat1.1_stat) R 17924 17924 17714 0 -1 4202560 1114 0 0 0 5028 1 0 0 25 0 4 0 622176140 73842688 9757 33554432000 134512640 135305190 4292778992 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=17927/tid=17929] ppid=17924 vsize=72112 CPUtime=50.3 cores=1,3,5,7
/proc/17927/task/17929/stat : 17929 (manysat1.1_stat) R 17924 17924 17714 0 -1 4202560 1121 0 0 0 5029 1 0 0 25 0 4 0 622176140 73842688 9757 33554432000 134512640 135305190 4292778992 18446744073709551615 134528794 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=17927/tid=17930] ppid=17924 vsize=72112 CPUtime=49.7 cores=1,3,5,7
/proc/17927/task/17930/stat : 17930 (manysat1.1_stat) R 17924 17924 17714 0 -1 4202560 1915 0 0 0 4969 1 0 0 25 0 4 0 622176140 73842688 9757 33554432000 134512640 135305190 4292778992 18446744073709551615 134528136 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 201.39
Current children cumulated vsize (KiB) 80812

[startup+102.314 s]
/proc/loadavg: 8.04 7.95 6.07 10/358 17933
/proc/meminfo: memFree=14189808/32951124 swapFree=67111348/67111528
[pid=17924] ppid=17922 vsize=8700 CPUtime=0.7 cores=1,3,5,7
/proc/17924/stat : 17924 (manysat.sh) S 17922 17924 17714 0 -1 4202496 356 4051 0 0 0 0 70 0 18 0 1 0 622176061 8908800 252 33554432000 4194304 4922060 140733399957952 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17924/statm: 2175 252 209 178 0 68 0
[pid=17927] ppid=17924 vsize=81936 CPUtime=404.95 cores=1,3,5,7
/proc/17927/stat : 17927 (manysat1.1_stat) R 17924 17924 17714 0 -1 4202496 12183 0 0 0 40488 7 0 0 25 0 4 0 622176133 83902464 12117 33554432000 134512640 135305190 4292778992 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/17927/statm: 20484 12117 84 194 0 20288 0
[pid=17927/tid=17928] ppid=17924 vsize=81936 CPUtime=101.51 cores=1,3,5,7
/proc/17927/task/17928/stat : 17928 (manysat1.1_stat) R 17924 17924 17714 0 -1 4202560 1539 0 0 0 10150 1 0 0 25 0 4 0 622176140 83902464 12117 33554432000 134512640 135305190 4292778992 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=17927/tid=17929] ppid=17924 vsize=81936 CPUtime=101.51 cores=1,3,5,7
/proc/17927/task/17929/stat : 17929 (manysat1.1_stat) R 17924 17924 17714 0 -1 4202560 1806 0 0 0 10150 1 0 0 25 0 4 0 622176140 83902464 12117 33554432000 134512640 135305190 4292778992 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=17927/tid=17930] ppid=17924 vsize=81936 CPUtime=100.33 cores=1,3,5,7
/proc/17927/task/17930/stat : 17930 (manysat1.1_stat) R 17924 17924 17714 0 -1 4202560 2777 0 0 0 10031 2 0 0 25 0 4 0 622176140 83902464 12117 33554432000 134512640 135305190 4292778992 18446744073709551615 134556558 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 405.65
Current children cumulated vsize (KiB) 90636

[startup+162.301 s]
/proc/loadavg: 8.01 7.96 6.19 10/358 17934
/proc/meminfo: memFree=14045328/32951124 swapFree=67111348/67111528
[pid=17924] ppid=17922 vsize=8700 CPUtime=0.7 cores=1,3,5,7
/proc/17924/stat : 17924 (manysat.sh) S 17922 17924 17714 0 -1 4202496 356 4051 0 0 0 0 70 0 18 0 1 0 622176061 8908800 252 33554432000 4194304 4922060 140733399957952 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17924/statm: 2175 252 209 178 0 68 0
[pid=17927] ppid=17924 vsize=100412 CPUtime=644.24 cores=1,3,5,7
/proc/17927/stat : 17927 (manysat1.1_stat) R 17924 17924 17714 0 -1 4202496 16501 0 0 0 64414 10 0 0 25 0 4 0 622176133 102821888 16370 33554432000 134512640 135305190 4292778992 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/17927/statm: 25103 16370 84 194 0 24907 0
[pid=17927/tid=17928] ppid=17924 vsize=100412 CPUtime=161.49 cores=1,3,5,7

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

/proc/17927/task/17930/stat : 17930 (manysat1.1_stat) R 17924 17924 17714 0 -1 4202560 6927 0 0 0 81203 6 0 0 25 0 4 0 622176140 141090816 25055 33554432000 134512640 135305190 4292778992 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3277.35
Current children cumulated vsize (KiB) 146484

[startup+882.301 s]
/proc/loadavg: 7.51 7.84 7.12 9/358 18019
/proc/meminfo: memFree=14425752/32951124 swapFree=67111348/67111528
[pid=17924] ppid=17922 vsize=8700 CPUtime=0.7 cores=1,3,5,7
/proc/17924/stat : 17924 (manysat.sh) S 17922 17924 17714 0 -1 4202496 356 4051 0 0 0 0 70 0 18 0 1 0 622176061 8908800 252 33554432000 4194304 4922060 140733399957952 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17924/statm: 2175 252 209 178 0 68 0
[pid=17927] ppid=17924 vsize=140684 CPUtime=3515.95 cores=1,3,5,7
/proc/17927/stat : 17927 (manysat1.1_stat) R 17924 17924 17714 0 -1 4202496 26068 0 0 0 351576 19 0 0 25 0 4 0 622176133 144060416 25916 33554432000 134512640 135305190 4292778992 18446744073709551615 134528376 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/17927/statm: 35171 25916 84 194 0 34975 0
[pid=17927/tid=17928] ppid=17924 vsize=140684 CPUtime=881.49 cores=1,3,5,7
/proc/17927/task/17928/stat : 17928 (manysat1.1_stat) R 17924 17924 17714 0 -1 4202560 4511 0 0 0 88146 3 0 0 25 0 4 0 622176140 144060416 25916 33554432000 134512640 135305190 4292778992 18446744073709551615 134528446 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=17927/tid=17929] ppid=17924 vsize=140684 CPUtime=881.49 cores=1,3,5,7
/proc/17927/task/17929/stat : 17929 (manysat1.1_stat) R 17924 17924 17714 0 -1 4202560 5124 0 0 0 88145 4 0 0 25 0 4 0 622176140 144060416 25916 33554432000 134512640 135305190 4292778992 18446744073709551615 134528784 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=17927/tid=17930] ppid=17924 vsize=140684 CPUtime=871.39 cores=1,3,5,7
/proc/17927/task/17930/stat : 17930 (manysat1.1_stat) R 17924 17924 17714 0 -1 4202560 7101 0 0 0 87132 7 0 0 25 0 4 0 622176140 144060416 25916 33554432000 134512640 135305190 4292778992 18446744073709551615 134528545 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3516.65
Current children cumulated vsize (KiB) 149384

[startup+942.301 s]
/proc/loadavg: 8.00 7.91 7.19 9/358 18020
/proc/meminfo: memFree=14076900/32951124 swapFree=67111348/67111528
[pid=17924] ppid=17922 vsize=8700 CPUtime=0.7 cores=1,3,5,7
/proc/17924/stat : 17924 (manysat.sh) S 17922 17924 17714 0 -1 4202496 356 4051 0 0 0 0 70 0 18 0 1 0 622176061 8908800 252 33554432000 4194304 4922060 140733399957952 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17924/statm: 2175 252 209 178 0 68 0
[pid=17927] ppid=17924 vsize=155092 CPUtime=3755.27 cores=1,3,5,7
/proc/17927/stat : 17927 (manysat1.1_stat) R 17924 17924 17714 0 -1 4202496 29446 0 0 0 375506 21 0 0 25 0 4 0 622176133 158814208 29294 33554432000 134512640 135305190 4292778992 18446744073709551615 134557414 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/17927/statm: 38773 29294 84 194 0 38577 0
[pid=17927/tid=17928] ppid=17924 vsize=155092 CPUtime=941.5 cores=1,3,5,7
/proc/17927/task/17928/stat : 17928 (manysat1.1_stat) R 17924 17924 17714 0 -1 4202560 5253 0 0 0 94146 4 0 0 25 0 4 0 622176140 158814208 29294 33554432000 134512640 135305190 4292778992 18446744073709551615 134551709 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=17927/tid=17929] ppid=17924 vsize=155092 CPUtime=941.48 cores=1,3,5,7
/proc/17927/task/17929/stat : 17929 (manysat1.1_stat) R 17924 17924 17714 0 -1 4202560 5558 0 0 0 94144 4 0 0 25 0 4 0 622176140 158814208 29294 33554432000 134512640 135305190 4292778992 18446744073709551615 134552655 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=17927/tid=17930] ppid=17924 vsize=155092 CPUtime=930.71 cores=1,3,5,7
/proc/17927/task/17930/stat : 17930 (manysat1.1_stat) R 17924 17924 17714 0 -1 4202560 8468 0 0 0 93063 8 0 0 25 0 4 0 622176140 158814208 29294 33554432000 134512640 135305190 4292778992 18446744073709551615 134556804 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3755.97
Current children cumulated vsize (KiB) 163792

[startup+1002.3 s]
/proc/loadavg: 8.17 7.97 7.25 9/358 18022
/proc/meminfo: memFree=13829464/32951124 swapFree=67111348/67111528
[pid=17924] ppid=17922 vsize=8700 CPUtime=0.7 cores=1,3,5,7
/proc/17924/stat : 17924 (manysat.sh) S 17922 17924 17714 0 -1 4202496 356 4051 0 0 0 0 70 0 18 0 1 0 622176061 8908800 252 33554432000 4194304 4922060 140733399957952 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17924/statm: 2175 252 209 178 0 68 0
[pid=17927] ppid=17924 vsize=157780 CPUtime=3994.55 cores=1,3,5,7
/proc/17927/stat : 17927 (manysat1.1_stat) R 17924 17924 17714 0 -1 4202496 30195 0 0 0 399433 22 0 0 25 0 4 0 622176133 161566720 30043 33554432000 134512640 135305190 4292778992 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/17927/statm: 39445 30043 84 194 0 39249 0
[pid=17927/tid=17928] ppid=17924 vsize=157780 CPUtime=1001.49 cores=1,3,5,7
/proc/17927/task/17928/stat : 17928 (manysat1.1_stat) R 17924 17924 17714 0 -1 4202560 5471 0 0 0 100145 4 0 0 25 0 4 0 622176140 161566720 30043 33554432000 134512640 135305190 4292778992 18446744073709551615 134528861 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=17927/tid=17929] ppid=17924 vsize=157780 CPUtime=1001.48 cores=1,3,5,7
/proc/17927/task/17929/stat : 17929 (manysat1.1_stat) R 17924 17924 17714 0 -1 4202560 5725 0 0 0 100143 5 0 0 25 0 4 0 622176140 161566720 30043 33554432000 134512640 135305190 4292778992 18446744073709551615 134552302 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=17927/tid=17930] ppid=17924 vsize=157780 CPUtime=990 cores=1,3,5,7
/proc/17927/task/17930/stat : 17930 (manysat1.1_stat) R 17924 17924 17714 0 -1 4202560 8658 0 0 0 98992 8 0 0 25 0 4 0 622176140 161566720 30043 33554432000 134512640 135305190 4292778992 18446744073709551615 134530561 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3995.25
Current children cumulated vsize (KiB) 166480

[startup+1062.3 s]
/proc/loadavg: 8.24 8.02 7.31 9/358 18023
/proc/meminfo: memFree=13750576/32951124 swapFree=67111348/67111528
[pid=17924] ppid=17922 vsize=8700 CPUtime=0.7 cores=1,3,5,7
/proc/17924/stat : 17924 (manysat.sh) S 17922 17924 17714 0 -1 4202496 356 4051 0 0 0 0 70 0 18 0 1 0 622176061 8908800 252 33554432000 4194304 4922060 140733399957952 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17924/statm: 2175 252 209 178 0 68 0
[pid=17927] ppid=17924 vsize=158068 CPUtime=4233.87 cores=1,3,5,7
/proc/17927/stat : 17927 (manysat1.1_stat) R 17924 17924 17714 0 -1 4202496 30265 0 0 0 423365 22 0 0 25 0 4 0 622176133 161861632 30113 33554432000 134512640 135305190 4292778992 18446744073709551615 134557495 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/17927/statm: 39517 30113 84 194 0 39321 0
[pid=17927/tid=17928] ppid=17924 vsize=158068 CPUtime=1061.49 cores=1,3,5,7
/proc/17927/task/17928/stat : 17928 (manysat1.1_stat) R 17924 17924 17714 0 -1 4202560 5471 0 0 0 106145 4 0 0 25 0 4 0 622176140 161861632 30113 33554432000 134512640 135305190 4292778992 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=17927/tid=17929] ppid=17924 vsize=158068 CPUtime=1061.48 cores=1,3,5,7
/proc/17927/task/17929/stat : 17929 (manysat1.1_stat) R 17924 17924 17714 0 -1 4202560 5757 0 0 0 106143 5 0 0 25 0 4 0 622176140 161861632 30113 33554432000 134512640 135305190 4292778992 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=17927/tid=17930] ppid=17924 vsize=158068 CPUtime=1049.32 cores=1,3,5,7
/proc/17927/task/17930/stat : 17930 (manysat1.1_stat) R 17924 17924 17714 0 -1 4202560 8686 0 0 0 104924 8 0 0 25 0 4 0 622176140 161861632 30113 33554432000 134512640 135305190 4292778992 18446744073709551615 134557241 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4234.57
Current children cumulated vsize (KiB) 166768

[startup+1122.3 s]
/proc/loadavg: 8.14 8.03 7.36 9/358 18025
/proc/meminfo: memFree=13424048/32951124 swapFree=67111348/67111528
[pid=17924] ppid=17922 vsize=8700 CPUtime=0.7 cores=1,3,5,7
/proc/17924/stat : 17924 (manysat.sh) S 17922 17924 17714 0 -1 4202496 356 4051 0 0 0 0 70 0 18 0 1 0 622176061 8908800 252 33554432000 4194304 4922060 140733399957952 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17924/statm: 2175 252 209 178 0 68 0
[pid=17927] ppid=17924 vsize=160440 CPUtime=4473.17 cores=1,3,5,7
/proc/17927/stat : 17927 (manysat1.1_stat) R 17924 17924 17714 0 -1 4202496 30637 0 0 0 447294 23 0 0 25 0 4 0 622176133 164290560 30485 33554432000 134512640 135305190 4292778992 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/17927/statm: 40110 30485 84 194 0 39914 0
[pid=17927/tid=17928] ppid=17924 vsize=160440 CPUtime=1121.49 cores=1,3,5,7
/proc/17927/task/17928/stat : 17928 (manysat1.1_stat) R 17924 17924 17714 0 -1 4202560 5629 0 0 0 112145 4 0 0 25 0 4 0 622176140 164290560 30485 33554432000 134512640 135305190 4292778992 18446744073709551615 134528242 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=17927/tid=17929] ppid=17924 vsize=160440 CPUtime=1121.48 cores=1,3,5,7
/proc/17927/task/17929/stat : 17929 (manysat1.1_stat) R 17924 17924 17714 0 -1 4202560 5830 0 0 0 112143 5 0 0 25 0 4 0 622176140 164290560 30485 33554432000 134512640 135305190 4292778992 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=17927/tid=17930] ppid=17924 vsize=160440 CPUtime=1108.62 cores=1,3,5,7
/proc/17927/task/17930/stat : 17930 (manysat1.1_stat) R 17924 17924 17714 0 -1 4202560 8759 0 0 0 110853 9 0 0 25 0 4 0 622176140 164290560 30485 33554432000 134512640 135305190 4292778992 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4473.87
Current children cumulated vsize (KiB) 169140

[startup+1182.3 s]
/proc/loadavg: 8.11 8.04 7.40 9/358 18027
/proc/meminfo: memFree=13283152/32951124 swapFree=67111348/67111528
[pid=17924] ppid=17922 vsize=8700 CPUtime=0.7 cores=1,3,5,7
/proc/17924/stat : 17924 (manysat.sh) S 17922 17924 17714 0 -1 4202496 356 4051 0 0 0 0 70 0 18 0 1 0 622176061 8908800 252 33554432000 4194304 4922060 140733399957952 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17924/statm: 2175 252 209 178 0 68 0
[pid=17927] ppid=17924 vsize=161808 CPUtime=4712.48 cores=1,3,5,7
/proc/17927/stat : 17927 (manysat1.1_stat) R 17924 17924 17714 0 -1 4202496 31017 0 0 0 471225 23 0 0 25 0 4 0 622176133 165691392 30865 33554432000 134512640 135305190 4292778992 18446744073709551615 134551681 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/17927/statm: 40452 30865 84 194 0 40256 0
[pid=17927/tid=17928] ppid=17924 vsize=161808 CPUtime=1181.49 cores=1,3,5,7
/proc/17927/task/17928/stat : 17928 (manysat1.1_stat) R 17924 17924 17714 0 -1 4202560 5833 0 0 0 118145 4 0 0 25 0 4 0 622176140 165691392 30865 33554432000 134512640 135305190 4292778992 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=17927/tid=17929] ppid=17924 vsize=161808 CPUtime=1181.48 cores=1,3,5,7
/proc/17927/task/17929/stat : 17929 (manysat1.1_stat) R 17924 17924 17714 0 -1 4202560 5887 0 0 0 118143 5 0 0 25 0 4 0 622176140 165691392 30865 33554432000 134512640 135305190 4292778992 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=17927/tid=17930] ppid=17924 vsize=161808 CPUtime=1167.93 cores=1,3,5,7
/proc/17927/task/17930/stat : 17930 (manysat1.1_stat) R 17924 17924 17714 0 -1 4202560 8824 0 0 0 116784 9 0 0 25 0 4 0 622176140 165691392 30865 33554432000 134512640 135305190 4292778992 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4713.18
Current children cumulated vsize (KiB) 170508



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204.1 s]
/proc/loadavg: 8.07 8.03 7.41 9/358 18027
/proc/meminfo: memFree=13172900/32951124 swapFree=67111348/67111528
[pid=17924] ppid=17922 vsize=8700 CPUtime=0.7 cores=1,3,5,7
/proc/17924/stat : 17924 (manysat.sh) S 17922 17924 17714 0 -1 4202496 356 4051 0 0 0 0 70 0 18 0 1 0 622176061 8908800 252 33554432000 4194304 4922060 140733399957952 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17924/statm: 2175 252 209 178 0 68 0
[pid=17927] ppid=17924 vsize=162760 CPUtime=4799.45 cores=1,3,5,7
/proc/17927/stat : 17927 (manysat1.1_stat) R 17924 17924 17714 0 -1 4202496 31242 0 0 0 479922 23 0 0 25 0 4 0 622176133 166666240 31090 33554432000 134512640 135305190 4292778992 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/17927/statm: 40690 31090 84 194 0 40494 0
[pid=17927/tid=17928] ppid=17924 vsize=162760 CPUtime=1203.31 cores=1,3,5,7
/proc/17927/task/17928/stat : 17928 (manysat1.1_stat) R 17924 17924 17714 0 -1 4202560 5925 0 0 0 120327 4 0 0 25 0 4 0 622176140 166666240 31090 33554432000 134512640 135305190 4292778992 18446744073709551615 134528338 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=17927/tid=17929] ppid=17924 vsize=162760 CPUtime=1203.29 cores=1,3,5,7
/proc/17927/task/17929/stat : 17929 (manysat1.1_stat) R 17924 17924 17714 0 -1 4202560 5898 0 0 0 120324 5 0 0 25 0 4 0 622176140 166666240 31090 33554432000 134512640 135305190 4292778992 18446744073709551615 134528600 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=17927/tid=17930] ppid=17924 vsize=162760 CPUtime=1189.48 cores=1,3,5,7
/proc/17927/task/17930/stat : 17930 (manysat1.1_stat) R 17924 17924 17714 0 -1 4202560 8895 0 0 0 118939 9 0 0 25 0 4 0 622176140 166666240 31090 33554432000 134512640 135305190 4292778992 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.15
Current children cumulated vsize (KiB) 171460

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: 8.07 8.03 7.41 9/358 18027
/proc/meminfo: memFree=13172900/32951124 swapFree=67111348/67111528
[pid=17924] ppid=17922 vsize=8700 CPUtime=0.7 cores=1,3,5,7
/proc/17924/stat : 17924 (manysat.sh) S 17922 17924 17714 0 -1 4202496 356 4051 0 0 0 0 70 0 18 0 1 0 622176061 8908800 252 33554432000 4194304 4922060 140733399957952 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/17924/statm: 2175 252 209 178 0 68 0
[pid=17927] ppid=17924 vsize=162760 CPUtime=4799.45 cores=1,3,5,7
/proc/17927/stat : 17927 (manysat1.1_stat) R 17924 17924 17714 0 -1 4202496 31242 0 0 0 479922 23 0 0 25 0 4 0 622176133 166666240 31090 33554432000 134512640 135305190 4292778992 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/17927/statm: 40690 31090 84 194 0 40494 0
[pid=17927/tid=17928] ppid=17924 vsize=162760 CPUtime=1203.31 cores=1,3,5,7
/proc/17927/task/17928/stat : 17928 (manysat1.1_stat) R 17924 17924 17714 0 -1 4202560 5925 0 0 0 120327 4 0 0 25 0 4 0 622176140 166666240 31090 33554432000 134512640 135305190 4292778992 18446744073709551615 134528338 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=17927/tid=17929] ppid=17924 vsize=162760 CPUtime=1203.29 cores=1,3,5,7
/proc/17927/task/17929/stat : 17929 (manysat1.1_stat) R 17924 17924 17714 0 -1 4202560 5898 0 0 0 120324 5 0 0 25 0 4 0 622176140 166666240 31090 33554432000 134512640 135305190 4292778992 18446744073709551615 134528600 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=17927/tid=17930] ppid=17924 vsize=162760 CPUtime=1189.48 cores=1,3,5,7
/proc/17927/task/17930/stat : 17930 (manysat1.1_stat) R 17924 17924 17714 0 -1 4202560 8895 0 0 0 118939 9 0 0 25 0 4 0 622176140 166666240 31090 33554432000 134512640 135305190 4292778992 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.15
Current children cumulated vsize (KiB) 171460

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1204.13
CPU time (s): 4800.15
CPU user time (s): 4799.92
CPU system time (s): 0.23
CPU usage (%): 398.642
Max. virtual memory (cumulated for all children) (KiB): 171460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.707892
system time used= 0.009998
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4407
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8
involuntary context switches= 13

runsolver used 3.9344 second user time and 9.91449 second system time

The end

Launcher Data

Begin job on node144 at 2011-05-13 16:39:59
IDJOB=3361957
IDBENCH=70848
IDSOLVER=1838
FILE ID=node144/3361957-1305297599
RUNJOBID= node144-1305296391-17733
PBS_JOBID= 13321409
Free space on /tmp= 37428 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT09/APPLICATIONS/crypto/desgen/gss-22-s100.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3361957-1305297599/watcher-3361957-1305297599 -o /tmp/evaluation-result-3361957-1305297599/solver-3361957-1305297599 -C 4800 -W 1300 -M 15500  manysat.sh HOME/instance-3361957-1305297599.cnf aimd 1

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

MD5SUM BENCH= 96596d59af0c6949ab68ac8c5abcf28b
RANDOM SEED=2004796002

node144.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.850
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
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.16
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.850
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.850
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.83
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.850
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.850
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.82
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.850
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.850
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14273332 kB
Buffers:        233520 kB
Cached:       10207988 kB
SwapCached:          0 kB
Active:        8641016 kB
Inactive:      9562544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14273332 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            3136 kB
Writeback:          16 kB
AnonPages:     7762128 kB
Mapped:          27756 kB
Slab:           373336 kB
PageTables:      38200 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 82658656 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= 37408 MiB
End job on node144 at 2011-05-13 17:00:05