Trace number 3362233

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.39 1203.72

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top23.cnf
MD5SUM6ee28191d649bfeef8c7d8c569a3cd59
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark703.609
Satisfiable
(Un)Satisfiability was proved
Number of variables60823
Number of clauses193450
Sum of the clauses size472824
Maximum clause length2414
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2117689
Number of clauses of size 374473
Number of clauses of size 4275
Number of clauses of size 521
Number of clauses of size over 5991

Solver Data

0.00/0.00	c Parsing...
0.00/0.08	c ==============================================================================
0.00/0.08	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.08	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.08	c ==============================================================================
0.00/0.08	c |         0 |  181786   444486 |   54535       0        0     nan |  0.000 % |
0.00/0.69	c |         0 |  113554   383257 |      --       0       --      -- |     --   | -68232/-61229
0.00/0.69	c ==============================================================================
0.00/0.69	c Result  :   #vars: 22269   #clauses: 113554   #literals: 383257
0.00/0.69	c CPU time:   0.670898 s
0.00/0.69	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-3362233-1305299959/watcher-3362233-1305299959 -o /tmp/evaluation-result-3362233-1305299959/solver-3362233-1305299959 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3362233-1305299959.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.05 7.94 7.74 5/292 29992
/proc/meminfo: memFree=29110688/32951124 swapFree=54427468/67111528
[pid=29992] ppid=29990 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29992/stat : 29992 (manysat.sh) S 29990 29992 29121 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 641593856 8908800 249 33554432000 4194304 4922060 140737337122352 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29992/statm: 2175 249 209 178 0 68 0

[startup+0.0665329 s]
/proc/loadavg: 8.05 7.94 7.74 5/292 29992
/proc/meminfo: memFree=29110688/32951124 swapFree=54427468/67111528
[pid=29992] ppid=29990 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29992/stat : 29992 (manysat.sh) S 29990 29992 29121 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 641593856 8908800 249 33554432000 4194304 4922060 140737337122352 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29992/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100526 s]
/proc/loadavg: 8.05 7.94 7.74 5/292 29992
/proc/meminfo: memFree=29110688/32951124 swapFree=54427468/67111528
[pid=29992] ppid=29990 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29992/stat : 29992 (manysat.sh) S 29990 29992 29121 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 641593856 8908800 249 33554432000 4194304 4922060 140737337122352 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29992/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300502 s]
/proc/loadavg: 8.05 7.94 7.74 5/292 29992
/proc/meminfo: memFree=29110688/32951124 swapFree=54427468/67111528
[pid=29992] ppid=29990 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29992/stat : 29992 (manysat.sh) S 29990 29992 29121 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 641593856 8908800 249 33554432000 4194304 4922060 140737337122352 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29992/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700416 s]
/proc/loadavg: 8.05 7.94 7.74 5/292 29992
/proc/meminfo: memFree=29110688/32951124 swapFree=54427468/67111528
[pid=29992] ppid=29990 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29992/stat : 29992 (manysat.sh) S 29990 29992 29121 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 641593856 8908800 249 33554432000 4194304 4922060 140737337122352 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29992/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50124 s]
/proc/loadavg: 7.80 7.89 7.72 7/297 29998
/proc/meminfo: memFree=29066644/32951124 swapFree=54427468/67111528
[pid=29992] ppid=29990 vsize=8700 CPUtime=0.76 cores=1,3,5,7
/proc/29992/stat : 29992 (manysat.sh) S 29990 29992 29121 0 -1 4202496 357 8118 0 0 0 0 74 2 18 0 1 0 641593856 8908800 252 33554432000 4194304 4922060 140737337122352 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29992/statm: 2175 252 209 178 0 68 0
[pid=29995] ppid=29992 vsize=77100 CPUtime=2.43 cores=1,3,5,7
/proc/29995/stat : 29995 (manysat1.1_stat) R 29992 29992 29121 0 -1 4202496 10578 0 0 0 230 13 0 0 18 0 4 0 641593934 78950400 10527 33554432000 134512640 135305190 4291521888 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/29995/statm: 19275 10527 84 194 0 19079 0
[pid=29995/tid=29996] ppid=29992 vsize=77100 CPUtime=0.55 cores=1,3,5,7
/proc/29995/task/29996/stat : 29996 (manysat1.1_stat) R 29992 29992 29121 0 -1 4202560 553 0 0 0 53 2 0 0 18 0 4 0 641593948 78950400 10527 33554432000 134512640 135305190 4291521888 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=29995/tid=29997] ppid=29992 vsize=77100 CPUtime=0.57 cores=1,3,5,7
/proc/29995/task/29997/stat : 29997 (manysat1.1_stat) R 29992 29992 29121 0 -1 4202560 595 0 0 0 55 2 0 0 18 0 4 0 641593948 78950400 10527 33554432000 134512640 135305190 4291521888 18446744073709551615 134528338 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29995/tid=29998] ppid=29992 vsize=77100 CPUtime=0.57 cores=1,3,5,7
/proc/29995/task/29998/stat : 29998 (manysat1.1_stat) R 29992 29992 29121 0 -1 4202560 539 0 0 0 55 2 0 0 18 0 4 0 641593948 78950400 10527 33554432000 134512640 135305190 4291521888 18446744073709551615 134528332 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.19
Current children cumulated vsize (KiB) 85800

[startup+3.10095 s]
/proc/loadavg: 7.80 7.89 7.72 9/297 29998
/proc/meminfo: memFree=29058956/32951124 swapFree=54427468/67111528
[pid=29992] ppid=29990 vsize=8700 CPUtime=0.76 cores=1,3,5,7
/proc/29992/stat : 29992 (manysat.sh) S 29990 29992 29121 0 -1 4202496 357 8118 0 0 0 0 74 2 18 0 1 0 641593856 8908800 252 33554432000 4194304 4922060 140737337122352 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29992/statm: 2175 252 209 178 0 68 0
[pid=29995] ppid=29992 vsize=82240 CPUtime=8.81 cores=1,3,5,7
/proc/29995/stat : 29995 (manysat1.1_stat) R 29992 29992 29121 0 -1 4202496 12143 0 0 0 867 14 0 0 21 0 4 0 641593934 84213760 12092 33554432000 134512640 135305190 4291521888 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/29995/statm: 20560 12092 84 194 0 20364 0
[pid=29995/tid=29996] ppid=29992 vsize=82240 CPUtime=2.14 cores=1,3,5,7
/proc/29995/task/29996/stat : 29996 (manysat1.1_stat) R 29992 29992 29121 0 -1 4202560 831 0 0 0 212 2 0 0 21 0 4 0 641593948 84213760 12092 33554432000 134512640 135305190 4291521888 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=29995/tid=29997] ppid=29992 vsize=82240 CPUtime=2.17 cores=1,3,5,7
/proc/29995/task/29997/stat : 29997 (manysat1.1_stat) R 29992 29992 29121 0 -1 4202560 971 0 0 0 214 3 0 0 21 0 4 0 641593948 84213760 12092 33554432000 134512640 135305190 4291521888 18446744073709551615 134528265 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29995/tid=29998] ppid=29992 vsize=82240 CPUtime=2.17 cores=1,3,5,7
/proc/29995/task/29998/stat : 29998 (manysat1.1_stat) R 29992 29992 29121 0 -1 4202560 967 0 0 0 214 3 0 0 21 0 4 0 641593948 84213760 12092 33554432000 134512640 135305190 4291521888 18446744073709551615 134541537 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 9.57
Current children cumulated vsize (KiB) 90940

[startup+6.30037 s]
/proc/loadavg: 7.80 7.89 7.72 9/297 29998
/proc/meminfo: memFree=29046344/32951124 swapFree=54427468/67111528
[pid=29992] ppid=29990 vsize=8700 CPUtime=0.76 cores=1,3,5,7
/proc/29992/stat : 29992 (manysat.sh) S 29990 29992 29121 0 -1 4202496 357 8118 0 0 0 0 74 2 18 0 1 0 641593856 8908800 252 33554432000 4194304 4922060 140737337122352 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29992/statm: 2175 252 209 178 0 68 0
[pid=29995] ppid=29992 vsize=92104 CPUtime=21.58 cores=1,3,5,7
/proc/29995/stat : 29995 (manysat1.1_stat) R 29992 29992 29121 0 -1 4202496 14455 0 0 0 2142 16 0 0 25 0 4 0 641593934 94314496 14404 33554432000 134512640 135305190 4291521888 18446744073709551615 134528571 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/29995/statm: 23026 14404 84 194 0 22830 0
[pid=29995/tid=29996] ppid=29992 vsize=92104 CPUtime=5.32 cores=1,3,5,7
/proc/29995/task/29996/stat : 29996 (manysat1.1_stat) R 29992 29992 29121 0 -1 4202560 1245 0 0 0 529 3 0 0 25 0 4 0 641593948 94314496 14404 33554432000 134512640 135305190 4291521888 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=29995/tid=29997] ppid=29992 vsize=92104 CPUtime=5.37 cores=1,3,5,7
/proc/29995/task/29997/stat : 29997 (manysat1.1_stat) R 29992 29992 29121 0 -1 4202560 1574 0 0 0 534 3 0 0 25 0 4 0 641593948 94314496 14404 33554432000 134512640 135305190 4291521888 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29995/tid=29998] ppid=29992 vsize=92104 CPUtime=5.36 cores=1,3,5,7
/proc/29995/task/29998/stat : 29998 (manysat1.1_stat) R 29992 29992 29121 0 -1 4202560 1669 0 0 0 533 3 0 0 25 0 4 0 641593948 94314496 14404 33554432000 134512640 135305190 4291521888 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 22.34
Current children cumulated vsize (KiB) 100804

[startup+12.7012 s]
/proc/loadavg: 7.83 7.89 7.72 9/297 29999
/proc/meminfo: memFree=29026304/32951124 swapFree=54427468/67111528
[pid=29992] ppid=29990 vsize=8700 CPUtime=0.76 cores=1,3,5,7
/proc/29992/stat : 29992 (manysat.sh) S 29990 29992 29121 0 -1 4202496 357 8118 0 0 0 0 74 2 18 0 1 0 641593856 8908800 252 33554432000 4194304 4922060 140737337122352 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29992/statm: 2175 252 209 178 0 68 0
[pid=29995] ppid=29992 vsize=110500 CPUtime=47.11 cores=1,3,5,7
/proc/29995/stat : 29995 (manysat1.1_stat) R 29992 29992 29121 0 -1 4202496 19067 0 0 0 4693 18 0 0 25 0 4 0 641593934 113152000 19016 33554432000 134512640 135305190 4291521888 18446744073709551615 134538165 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/29995/statm: 27625 19016 84 194 0 27429 0
[pid=29995/tid=29996] ppid=29992 vsize=110500 CPUtime=11.65 cores=1,3,5,7
/proc/29995/task/29996/stat : 29996 (manysat1.1_stat) R 29992 29992 29121 0 -1 4202560 2114 0 0 0 1162 3 0 0 25 0 4 0 641593948 113152000 19016 33554432000 134512640 135305190 4291521888 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=29995/tid=29997] ppid=29992 vsize=110500 CPUtime=11.77 cores=1,3,5,7
/proc/29995/task/29997/stat : 29997 (manysat1.1_stat) R 29992 29992 29121 0 -1 4202560 2884 0 0 0 1173 4 0 0 25 0 4 0 641593948 113152000 19016 33554432000 134512640 135305190 4291521888 18446744073709551615 134528794 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29995/tid=29998] ppid=29992 vsize=110500 CPUtime=11.77 cores=1,3,5,7
/proc/29995/task/29998/stat : 29998 (manysat1.1_stat) R 29992 29992 29121 0 -1 4202560 2814 0 0 0 1173 4 0 0 25 0 4 0 641593948 113152000 19016 33554432000 134512640 135305190 4291521888 18446744073709551615 134837608 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 47.87
Current children cumulated vsize (KiB) 119200

[startup+25.5009 s]
/proc/loadavg: 7.93 7.91 7.73 9/297 29999
/proc/meminfo: memFree=29008400/32951124 swapFree=54427468/67111528
[pid=29992] ppid=29990 vsize=8700 CPUtime=0.76 cores=1,3,5,7
/proc/29992/stat : 29992 (manysat.sh) S 29990 29992 29121 0 -1 4202496 357 8118 0 0 0 0 74 2 18 0 1 0 641593856 8908800 252 33554432000 4194304 4922060 140737337122352 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29992/statm: 2175 252 209 178 0 68 0
[pid=29995] ppid=29992 vsize=128012 CPUtime=98.19 cores=1,3,5,7
/proc/29995/stat : 29995 (manysat1.1_stat) R 29992 29992 29121 0 -1 4202496 23432 0 0 0 9798 21 0 0 25 0 4 0 641593934 131084288 23381 33554432000 134512640 135305190 4291521888 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/29995/statm: 32003 23381 84 194 0 31807 0
[pid=29995/tid=29996] ppid=29992 vsize=128012 CPUtime=24.33 cores=1,3,5,7
/proc/29995/task/29996/stat : 29996 (manysat1.1_stat) R 29992 29992 29121 0 -1 4202560 3103 0 0 0 2429 4 0 0 25 0 4 0 641593948 131084288 23381 33554432000 134512640 135305190 4291521888 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=29995/tid=29997] ppid=29992 vsize=128012 CPUtime=24.57 cores=1,3,5,7
/proc/29995/task/29997/stat : 29997 (manysat1.1_stat) R 29992 29992 29121 0 -1 4202560 4169 0 0 0 2452 5 0 0 25 0 4 0 641593948 131084288 23381 33554432000 134512640 135305190 4291521888 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29995/tid=29998] ppid=29992 vsize=128012 CPUtime=24.57 cores=1,3,5,7
/proc/29995/task/29998/stat : 29998 (manysat1.1_stat) R 29992 29992 29121 0 -1 4202560 3881 0 0 0 2452 5 0 0 25 0 4 0 641593948 131084288 23381 33554432000 134512640 135305190 4291521888 18446744073709551615 134839991 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 98.95
Current children cumulated vsize (KiB) 136712

[startup+51.1013 s]
/proc/loadavg: 7.95 7.92 7.74 9/297 30000
/proc/meminfo: memFree=28952184/32951124 swapFree=54427468/67111528
[pid=29992] ppid=29990 vsize=8700 CPUtime=0.76 cores=1,3,5,7
/proc/29992/stat : 29992 (manysat.sh) S 29990 29992 29121 0 -1 4202496 357 8118 0 0 0 0 74 2 18 0 1 0 641593856 8908800 252 33554432000 4194304 4922060 140737337122352 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29992/statm: 2175 252 209 178 0 68 0
[pid=29995] ppid=29992 vsize=150756 CPUtime=200.32 cores=1,3,5,7
/proc/29995/stat : 29995 (manysat1.1_stat) R 29992 29992 29121 0 -1 4202496 28891 0 0 0 20006 26 0 0 25 0 4 0 641593934 154374144 28840 33554432000 134512640 135305190 4291521888 18446744073709551615 134528319 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/29995/statm: 37689 28840 84 194 0 37493 0
[pid=29995/tid=29996] ppid=29992 vsize=150756 CPUtime=49.7 cores=1,3,5,7
/proc/29995/task/29996/stat : 29996 (manysat1.1_stat) R 29992 29992 29121 0 -1 4202560 4286 0 0 0 4965 5 0 0 25 0 4 0 641593948 154374144 28840 33554432000 134512640 135305190 4291521888 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=29995/tid=29997] ppid=29992 vsize=150756 CPUtime=50.15 cores=1,3,5,7
/proc/29995/task/29997/stat : 29997 (manysat1.1_stat) R 29992 29992 29121 0 -1 4202560 5672 0 0 0 5009 6 0 0 25 0 4 0 641593948 154374144 28840 33554432000 134512640 135305190 4291521888 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29995/tid=29998] ppid=29992 vsize=150756 CPUtime=50.15 cores=1,3,5,7
/proc/29995/task/29998/stat : 29998 (manysat1.1_stat) R 29992 29992 29121 0 -1 4202560 5296 0 0 0 5009 6 0 0 25 0 4 0 641593948 154374144 28840 33554432000 134512640 135305190 4291521888 18446744073709551615 134528268 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 201.08
Current children cumulated vsize (KiB) 159456

[startup+102.311 s]
/proc/loadavg: 8.07 7.96 7.76 9/297 30001
/proc/meminfo: memFree=28903552/32951124 swapFree=54427468/67111528
[pid=29992] ppid=29990 vsize=8700 CPUtime=0.76 cores=1,3,5,7
/proc/29992/stat : 29992 (manysat.sh) S 29990 29992 29121 0 -1 4202496 357 8118 0 0 0 0 74 2 18 0 1 0 641593856 8908800 252 33554432000 4194304 4922060 140737337122352 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29992/statm: 2175 252 209 178 0 68 0
[pid=29995] ppid=29992 vsize=182032 CPUtime=404.64 cores=1,3,5,7
/proc/29995/stat : 29995 (manysat1.1_stat) R 29992 29992 29121 0 -1 4202496 36353 0 0 0 40429 35 0 0 25 0 4 0 641593934 186400768 36302 33554432000 134512640 135305190 4291521888 18446744073709551615 134528145 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/29995/statm: 45508 36302 84 194 0 45312 0
[pid=29995/tid=29996] ppid=29992 vsize=182032 CPUtime=100.42 cores=1,3,5,7
/proc/29995/task/29996/stat : 29996 (manysat1.1_stat) R 29992 29992 29121 0 -1 4202560 5863 0 0 0 10036 6 0 0 25 0 4 0 641593948 186400768 36302 33554432000 134512640 135305190 4291521888 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=29995/tid=29997] ppid=29992 vsize=182032 CPUtime=101.35 cores=1,3,5,7
/proc/29995/task/29997/stat : 29997 (manysat1.1_stat) R 29992 29992 29121 0 -1 4202560 7979 0 0 0 10126 9 0 0 25 0 4 0 641593948 186400768 36302 33554432000 134512640 135305190 4291521888 18446744073709551615 134528872 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29995/tid=29998] ppid=29992 vsize=182032 CPUtime=101.35 cores=1,3,5,7
/proc/29995/task/29998/stat : 29998 (manysat1.1_stat) R 29992 29992 29121 0 -1 4202560 7154 0 0 0 10127 8 0 0 25 0 4 0 641593948 186400768 36302 33554432000 134512640 135305190 4291521888 18446744073709551615 134551733 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 405.4
Current children cumulated vsize (KiB) 190732

[startup+162.301 s]
/proc/loadavg: 8.10 7.99 7.78 9/297 30003
/proc/meminfo: memFree=28868668/32951124 swapFree=54427468/67111528
[pid=29992] ppid=29990 vsize=8700 CPUtime=0.76 cores=1,3,5,7
/proc/29992/stat : 29992 (manysat.sh) S 29990 29992 29121 0 -1 4202496 357 8118 0 0 0 0 74 2 18 0 1 0 641593856 8908800 252 33554432000 4194304 4922060 140737337122352 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29992/statm: 2175 252 209 178 0 68 0
[pid=29995] ppid=29992 vsize=208516 CPUtime=644 cores=1,3,5,7
/proc/29995/stat : 29995 (manysat1.1_stat) R 29992 29992 29121 0 -1 4202496 42964 0 0 0 64358 42 0 0 25 0 4 0 641593934 213520384 42913 33554432000 134512640 135305190 4291521888 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/29995/statm: 52129 42913 84 194 0 51933 0
[pid=29995/tid=29996] ppid=29992 vsize=208516 CPUtime=159.86 cores=1,3,5,7

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

/proc/29995/task/29998/stat : 29998 (manysat1.1_stat) R 29992 29992 29121 0 -1 4202560 19313 0 0 0 82098 24 0 0 25 0 4 0 641593948 420110336 90839 33554432000 134512640 135305190 4291521888 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3278.38
Current children cumulated vsize (KiB) 418964

[startup+882.301 s]
/proc/loadavg: 8.09 8.09 7.94 9/297 30055
/proc/meminfo: memFree=28851088/32951124 swapFree=54427468/67111528
[pid=29992] ppid=29990 vsize=8700 CPUtime=0.76 cores=1,3,5,7
/proc/29992/stat : 29992 (manysat.sh) S 29990 29992 29121 0 -1 4202496 357 8118 0 0 0 0 74 2 18 0 1 0 641593856 8908800 252 33554432000 4194304 4922060 140737337122352 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29992/statm: 2175 252 209 178 0 68 0
[pid=29995] ppid=29992 vsize=412488 CPUtime=3517.03 cores=1,3,5,7
/proc/29995/stat : 29995 (manysat1.1_stat) R 29992 29992 29121 0 -1 4202496 91447 0 0 0 351602 101 0 0 25 0 4 0 641593934 422387712 91396 33554432000 134512640 135305190 4291521888 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/29995/statm: 103122 91396 84 194 0 102926 0
[pid=29995/tid=29996] ppid=29992 vsize=412488 CPUtime=876.5 cores=1,3,5,7
/proc/29995/task/29996/stat : 29996 (manysat1.1_stat) R 29992 29992 29121 0 -1 4202560 17879 0 0 0 87630 20 0 0 25 0 4 0 641593948 422387712 91396 33554432000 134512640 135305190 4291521888 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=29995/tid=29997] ppid=29992 vsize=412488 CPUtime=880.9 cores=1,3,5,7
/proc/29995/task/29997/stat : 29997 (manysat1.1_stat) R 29992 29992 29121 0 -1 4202560 23997 0 0 0 88065 25 0 0 25 0 4 0 641593948 422387712 91396 33554432000 134512640 135305190 4291521888 18446744073709551615 134528571 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29995/tid=29998] ppid=29992 vsize=412488 CPUtime=881.22 cores=1,3,5,7
/proc/29995/task/29998/stat : 29998 (manysat1.1_stat) R 29992 29992 29121 0 -1 4202560 19382 0 0 0 88097 25 0 0 25 0 4 0 641593948 422387712 91396 33554432000 134512640 135305190 4291521888 18446744073709551615 134528388 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3517.79
Current children cumulated vsize (KiB) 421188

[startup+942.301 s]
/proc/loadavg: 8.08 8.09 7.94 9/297 30056
/proc/meminfo: memFree=28813944/32951124 swapFree=54427468/67111528
[pid=29992] ppid=29990 vsize=8700 CPUtime=0.76 cores=1,3,5,7
/proc/29992/stat : 29992 (manysat.sh) S 29990 29992 29121 0 -1 4202496 357 8118 0 0 0 0 74 2 18 0 1 0 641593856 8908800 252 33554432000 4194304 4922060 140737337122352 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29992/statm: 2175 252 209 178 0 68 0
[pid=29995] ppid=29992 vsize=416020 CPUtime=3756.5 cores=1,3,5,7
/proc/29995/stat : 29995 (manysat1.1_stat) R 29992 29992 29121 0 -1 4202496 92386 0 0 0 375548 102 0 0 25 0 4 0 641593934 426004480 92335 33554432000 134512640 135305190 4291521888 18446744073709551615 134528536 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/29995/statm: 104005 92335 84 194 0 103809 0
[pid=29995/tid=29996] ppid=29992 vsize=416020 CPUtime=936.5 cores=1,3,5,7
/proc/29995/task/29996/stat : 29996 (manysat1.1_stat) R 29992 29992 29121 0 -1 4202560 18258 0 0 0 93630 20 0 0 25 0 4 0 641593948 426004480 92335 33554432000 134512640 135305190 4291521888 18446744073709551615 134528235 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=29995/tid=29997] ppid=29992 vsize=416020 CPUtime=940.9 cores=1,3,5,7
/proc/29995/task/29997/stat : 29997 (manysat1.1_stat) R 29992 29992 29121 0 -1 4202560 24295 0 0 0 94065 25 0 0 25 0 4 0 641593948 426004480 92335 33554432000 134512640 135305190 4291521888 18446744073709551615 134528858 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29995/tid=29998] ppid=29992 vsize=416020 CPUtime=941.22 cores=1,3,5,7
/proc/29995/task/29998/stat : 29998 (manysat1.1_stat) R 29992 29992 29121 0 -1 4202560 19521 0 0 0 94097 25 0 0 25 0 4 0 641593948 426004480 92335 33554432000 134512640 135305190 4291521888 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3757.26
Current children cumulated vsize (KiB) 424720

[startup+1002.3 s]
/proc/loadavg: 8.08 8.08 7.95 9/297 30058
/proc/meminfo: memFree=28782648/32951124 swapFree=54427468/67111528
[pid=29992] ppid=29990 vsize=8700 CPUtime=0.76 cores=1,3,5,7
/proc/29992/stat : 29992 (manysat.sh) S 29990 29992 29121 0 -1 4202496 357 8118 0 0 0 0 74 2 18 0 1 0 641593856 8908800 252 33554432000 4194304 4922060 140737337122352 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29992/statm: 2175 252 209 178 0 68 0
[pid=29995] ppid=29992 vsize=429016 CPUtime=3995.93 cores=1,3,5,7
/proc/29995/stat : 29995 (manysat1.1_stat) R 29992 29992 29121 0 -1 4202496 94967 0 0 0 399489 104 0 0 25 0 4 0 641593934 439312384 94916 33554432000 134512640 135305190 4291521888 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/29995/statm: 107254 94916 84 194 0 107058 0
[pid=29995/tid=29996] ppid=29992 vsize=429016 CPUtime=996.5 cores=1,3,5,7
/proc/29995/task/29996/stat : 29996 (manysat1.1_stat) R 29992 29992 29121 0 -1 4202560 19016 0 0 0 99629 21 0 0 25 0 4 0 641593948 439312384 94916 33554432000 134512640 135305190 4291521888 18446744073709551615 134538136 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=29995/tid=29997] ppid=29992 vsize=429016 CPUtime=1000.51 cores=1,3,5,7
/proc/29995/task/29997/stat : 29997 (manysat1.1_stat) R 29992 29992 29121 0 -1 4202560 24825 0 0 0 100025 26 0 0 25 0 4 0 641593948 439312384 94916 33554432000 134512640 135305190 4291521888 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=29995/tid=29998] ppid=29992 vsize=429016 CPUtime=1001.23 cores=1,3,5,7
/proc/29995/task/29998/stat : 29998 (manysat1.1_stat) R 29992 29992 29121 0 -1 4202560 20336 0 0 0 100097 26 0 0 25 0 4 0 641593948 439312384 94916 33554432000 134512640 135305190 4291521888 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3996.69
Current children cumulated vsize (KiB) 437716

[startup+1062.3 s]
/proc/loadavg: 8.10 8.09 7.96 9/297 30060
/proc/meminfo: memFree=28762248/32951124 swapFree=54427468/67111528
[pid=29992] ppid=29990 vsize=8700 CPUtime=0.76 cores=1,3,5,7
/proc/29992/stat : 29992 (manysat.sh) S 29990 29992 29121 0 -1 4202496 357 8118 0 0 0 0 74 2 18 0 1 0 641593856 8908800 252 33554432000 4194304 4922060 140737337122352 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29992/statm: 2175 252 209 178 0 68 0
[pid=29995] ppid=29992 vsize=434564 CPUtime=4235.32 cores=1,3,5,7
/proc/29995/stat : 29995 (manysat1.1_stat) R 29992 29992 29121 0 -1 4202496 96234 0 0 0 423425 107 0 0 25 0 4 0 641593934 444993536 96183 33554432000 134512640 135305190 4291521888 18446744073709551615 134528536 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/29995/statm: 108641 96183 84 194 0 108445 0
[pid=29995/tid=29996] ppid=29992 vsize=434564 CPUtime=1056.47 cores=1,3,5,7
/proc/29995/task/29996/stat : 29996 (manysat1.1_stat) R 29992 29992 29121 0 -1 4202560 19016 0 0 0 105626 21 0 0 25 0 4 0 641593948 444993536 96183 33554432000 134512640 135305190 4291521888 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=29995/tid=29997] ppid=29992 vsize=434564 CPUtime=1059.94 cores=1,3,5,7
/proc/29995/task/29997/stat : 29997 (manysat1.1_stat) R 29992 29992 29121 0 -1 4202560 25089 0 0 0 105968 26 0 0 25 0 4 0 641593948 444993536 96183 33554432000 134512640 135305190 4291521888 18446744073709551615 134837724 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=29995/tid=29998] ppid=29992 vsize=434564 CPUtime=1061.2 cores=1,3,5,7
/proc/29995/task/29998/stat : 29998 (manysat1.1_stat) R 29992 29992 29121 0 -1 4202560 20683 0 0 0 106094 26 0 0 25 0 4 0 641593948 444993536 96183 33554432000 134512640 135305190 4291521888 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4236.08
Current children cumulated vsize (KiB) 443264

[startup+1122.3 s]
/proc/loadavg: 8.11 8.09 7.96 9/297 30061
/proc/meminfo: memFree=28674156/32951124 swapFree=54427468/67111528
[pid=29992] ppid=29990 vsize=8700 CPUtime=0.76 cores=1,3,5,7
/proc/29992/stat : 29992 (manysat.sh) S 29990 29992 29121 0 -1 4202496 357 8118 0 0 0 0 74 2 18 0 1 0 641593856 8908800 252 33554432000 4194304 4922060 140737337122352 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29992/statm: 2175 252 209 178 0 68 0
[pid=29995] ppid=29992 vsize=436880 CPUtime=4474.75 cores=1,3,5,7
/proc/29995/stat : 29995 (manysat1.1_stat) R 29992 29992 29121 0 -1 4202496 96737 0 0 0 447367 108 0 0 25 0 4 0 641593934 447365120 96686 33554432000 134512640 135305190 4291521888 18446744073709551615 134551681 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/29995/statm: 109220 96686 84 194 0 109024 0
[pid=29995/tid=29996] ppid=29992 vsize=436880 CPUtime=1116.48 cores=1,3,5,7
/proc/29995/task/29996/stat : 29996 (manysat1.1_stat) R 29992 29992 29121 0 -1 4202560 19017 0 0 0 111626 22 0 0 25 0 4 0 641593948 447365120 96686 33554432000 134512640 135305190 4291521888 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=29995/tid=29997] ppid=29992 vsize=436880 CPUtime=1119.4 cores=1,3,5,7
/proc/29995/task/29997/stat : 29997 (manysat1.1_stat) R 29992 29992 29121 0 -1 4202560 25383 0 0 0 111913 27 0 0 25 0 4 0 641593948 447365120 96686 33554432000 134512640 135305190 4291521888 18446744073709551615 134552824 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=29995/tid=29998] ppid=29992 vsize=436880 CPUtime=1121.2 cores=1,3,5,7
/proc/29995/task/29998/stat : 29998 (manysat1.1_stat) R 29992 29992 29121 0 -1 4202560 20683 0 0 0 112093 27 0 0 25 0 4 0 641593948 447365120 96686 33554432000 134512640 135305190 4291521888 18446744073709551615 134528784 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4475.51
Current children cumulated vsize (KiB) 445580

[startup+1182.3 s]
/proc/loadavg: 8.11 8.09 7.97 9/297 30063
/proc/meminfo: memFree=28652140/32951124 swapFree=54427468/67111528
[pid=29992] ppid=29990 vsize=8700 CPUtime=0.76 cores=1,3,5,7
/proc/29992/stat : 29992 (manysat.sh) S 29990 29992 29121 0 -1 4202496 357 8118 0 0 0 0 74 2 18 0 1 0 641593856 8908800 252 33554432000 4194304 4922060 140737337122352 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29992/statm: 2175 252 209 178 0 68 0
[pid=29995] ppid=29992 vsize=441444 CPUtime=4714.2 cores=1,3,5,7
/proc/29995/stat : 29995 (manysat1.1_stat) R 29992 29992 29121 0 -1 4202496 97733 0 0 0 471310 110 0 0 25 0 4 0 641593934 452038656 97682 33554432000 134512640 135305190 4291521888 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/29995/statm: 110361 97682 84 194 0 110165 0
[pid=29995/tid=29996] ppid=29992 vsize=441444 CPUtime=1176.48 cores=1,3,5,7
/proc/29995/task/29996/stat : 29996 (manysat1.1_stat) R 29992 29992 29121 0 -1 4202560 19216 0 0 0 117626 22 0 0 25 0 4 0 641593948 452038656 97682 33554432000 134512640 135305190 4291521888 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=29995/tid=29997] ppid=29992 vsize=441444 CPUtime=1178.84 cores=1,3,5,7
/proc/29995/task/29997/stat : 29997 (manysat1.1_stat) R 29992 29992 29121 0 -1 4202560 25773 0 0 0 117857 27 0 0 25 0 4 0 641593948 452038656 97682 33554432000 134512640 135305190 4291521888 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=29995/tid=29998] ppid=29992 vsize=441444 CPUtime=1181.2 cores=1,3,5,7
/proc/29995/task/29998/stat : 29998 (manysat1.1_stat) R 29992 29992 29121 0 -1 4202560 20849 0 0 0 118093 27 0 0 25 0 4 0 641593948 452038656 97682 33554432000 134512640 135305190 4291521888 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4714.96
Current children cumulated vsize (KiB) 450144



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.7 s]
/proc/loadavg: 8.14 8.10 7.97 9/297 30063
/proc/meminfo: memFree=28639852/32951124 swapFree=54427468/67111528
[pid=29992] ppid=29990 vsize=8700 CPUtime=0.76 cores=1,3,5,7
/proc/29992/stat : 29992 (manysat.sh) S 29990 29992 29121 0 -1 4202496 357 8118 0 0 0 0 74 2 18 0 1 0 641593856 8908800 252 33554432000 4194304 4922060 140737337122352 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29992/statm: 2175 252 209 178 0 68 0
[pid=29995] ppid=29992 vsize=442228 CPUtime=4799.63 cores=1,3,5,7
/proc/29995/stat : 29995 (manysat1.1_stat) R 29992 29992 29121 0 -1 4202496 97919 0 0 0 479853 110 0 0 25 0 4 0 641593934 452841472 97868 33554432000 134512640 135305190 4291521888 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/29995/statm: 110557 97868 84 194 0 110361 0
[pid=29995/tid=29996] ppid=29992 vsize=442228 CPUtime=1197.89 cores=1,3,5,7
/proc/29995/task/29996/stat : 29996 (manysat1.1_stat) R 29992 29992 29121 0 -1 4202560 19304 0 0 0 119767 22 0 0 25 0 4 0 641593948 452841472 97868 33554432000 134512640 135305190 4291521888 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=29995/tid=29997] ppid=29992 vsize=442228 CPUtime=1200.04 cores=1,3,5,7
/proc/29995/task/29997/stat : 29997 (manysat1.1_stat) R 29992 29992 29121 0 -1 4202560 25846 0 0 0 119977 27 0 0 25 0 4 0 641593948 452841472 97868 33554432000 134512640 135305190 4291521888 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=29995/tid=29998] ppid=29992 vsize=442228 CPUtime=1202.61 cores=1,3,5,7
/proc/29995/task/29998/stat : 29998 (manysat1.1_stat) R 29992 29992 29121 0 -1 4202560 20854 0 0 0 120234 27 0 0 25 0 4 0 641593948 452841472 97868 33554432000 134512640 135305190 4291521888 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.39
Current children cumulated vsize (KiB) 450928

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

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

[startup+1203.7 s]
/proc/loadavg: 8.14 8.10 7.97 9/297 30063
/proc/meminfo: memFree=28639852/32951124 swapFree=54427468/67111528
[pid=29992] ppid=29990 vsize=8700 CPUtime=0.76 cores=1,3,5,7
/proc/29992/stat : 29992 (manysat.sh) S 29990 29992 29121 0 -1 4202496 357 8118 0 0 0 0 74 2 18 0 1 0 641593856 8908800 252 33554432000 4194304 4922060 140737337122352 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29992/statm: 2175 252 209 178 0 68 0
[pid=29995] ppid=29992 vsize=442228 CPUtime=4799.63 cores=1,3,5,7
/proc/29995/stat : 29995 (manysat1.1_stat) R 29992 29992 29121 0 -1 4202496 97919 0 0 0 479853 110 0 0 25 0 4 0 641593934 452841472 97868 33554432000 134512640 135305190 4291521888 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/29995/statm: 110557 97868 84 194 0 110361 0
[pid=29995/tid=29996] ppid=29992 vsize=442228 CPUtime=1197.89 cores=1,3,5,7
/proc/29995/task/29996/stat : 29996 (manysat1.1_stat) R 29992 29992 29121 0 -1 4202560 19304 0 0 0 119767 22 0 0 25 0 4 0 641593948 452841472 97868 33554432000 134512640 135305190 4291521888 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=29995/tid=29997] ppid=29992 vsize=442228 CPUtime=1200.04 cores=1,3,5,7
/proc/29995/task/29997/stat : 29997 (manysat1.1_stat) R 29992 29992 29121 0 -1 4202560 25846 0 0 0 119977 27 0 0 25 0 4 0 641593948 452841472 97868 33554432000 134512640 135305190 4291521888 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=29995/tid=29998] ppid=29992 vsize=442228 CPUtime=1202.61 cores=1,3,5,7
/proc/29995/task/29998/stat : 29998 (manysat1.1_stat) R 29992 29992 29121 0 -1 4202560 20854 0 0 0 120234 27 0 0 25 0 4 0 641593948 452841472 97868 33554432000 134512640 135305190 4291521888 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.39
Current children cumulated vsize (KiB) 450928

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1203.72
CPU time (s): 4800.39
CPU user time (s): 4799.27
CPU system time (s): 1.12
CPU usage (%): 398.795
Max. virtual memory (cumulated for all children) (KiB): 450928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.748886
system time used= 0.026995
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8475
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= 15

runsolver used 3.12952 second user time and 7.83081 second system time

The end

Launcher Data

Begin job on node138 at 2011-05-13 17:19:19
IDJOB=3362233
IDBENCH=83114
IDSOLVER=1838
FILE ID=node138/3362233-1305299959
RUNJOBID= node138-1305296392-29140
PBS_JOBID= 13321415
Free space on /tmp= 47580 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-top23.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362233-1305299959/watcher-3362233-1305299959 -o /tmp/evaluation-result-3362233-1305299959/solver-3362233-1305299959 -C 4800 -W 1300 -M 15500  manysat.sh HOME/instance-3362233-1305299959.cnf aimd 1

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

MD5SUM BENCH= 6ee28191d649bfeef8c7d8c569a3cd59
RANDOM SEED=51292781

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.80
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29110836 kB
Buffers:        206572 kB
Cached:        3041772 kB
SwapCached:      18472 kB
Active:         957972 kB
Inactive:      2683760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29110836 kB
SwapTotal:    67111528 kB
SwapFree:     54427468 kB
Dirty:            4692 kB
Writeback:           0 kB
AnonPages:      386648 kB
Mapped:           9504 kB
Slab:            96308 kB
PageTables:      41012 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 39902068 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= 47568 MiB
End job on node138 at 2011-05-13 17:39:25