Trace number 3362273

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.41 1204.53

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
128/aes_128_10_keyfind_1.cnf
MD5SUMf35f3aee72237c1bf3d673feb4883756
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables8080
Number of clauses96704
Sum of the clauses size539496
Maximum clause length8
Minimum clause length1
Number of clauses of size 1336
Number of clauses of size 21152
Number of clauses of size 315040
Number of clauses of size 42944
Number of clauses of size 518432
Number of clauses of size over 558800

Solver Data

0.00/0.00	c Parsing...
0.00/0.06	c ==============================================================================
0.00/0.06	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.06	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.06	c ==============================================================================
0.00/0.06	c |         0 |   96048   537560 |   28814       0        0     nan |  0.000 % |
0.00/0.06	c |         0 |   95280   535000 |      --       0       --      -- |     --   | -256/-512
0.00/0.06	c ==============================================================================
0.00/0.06	c Result  :   #vars: 7616   #clauses: 95280   #literals: 535000
0.00/0.06	c CPU time:   0.06199 s
0.00/0.06	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-3362273-1305300742/watcher-3362273-1305300742 -o /tmp/evaluation-result-3362273-1305300742/solver-3362273-1305300742 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3362273-1305300742.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.07 8.01 7.64 5/374 10308
/proc/meminfo: memFree=4528196/32951124 swapFree=67111348/67111528
[pid=10308] ppid=10306 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/10308/stat : 10308 (manysat.sh) S 10306 10308 9547 0 -1 4202496 329 0 0 0 0 0 0 0 23 0 1 0 641671976 8908800 250 33554432000 4194304 4922060 140734307325856 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10308/statm: 2175 250 209 178 0 68 0

[startup+0.065561 s]
/proc/loadavg: 8.07 8.01 7.64 5/374 10308
/proc/meminfo: memFree=4528196/32951124 swapFree=67111348/67111528
[pid=10308] ppid=10306 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/10308/stat : 10308 (manysat.sh) S 10306 10308 9547 0 -1 4202496 329 0 0 0 0 0 0 0 23 0 1 0 641671976 8908800 250 33554432000 4194304 4922060 140734307325856 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10308/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100554 s]
/proc/loadavg: 8.07 8.01 7.64 5/374 10308
/proc/meminfo: memFree=4528196/32951124 swapFree=67111348/67111528
[pid=10308] ppid=10306 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/10308/stat : 10308 (manysat.sh) S 10306 10308 9547 0 -1 4202496 329 0 0 0 0 0 0 0 23 0 1 0 641671976 8908800 250 33554432000 4194304 4922060 140734307325856 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10308/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300521 s]
/proc/loadavg: 8.07 8.01 7.64 5/374 10308
/proc/meminfo: memFree=4528196/32951124 swapFree=67111348/67111528
[pid=10308] ppid=10306 vsize=8700 CPUtime=0.15 cores=1,3,5,7
/proc/10308/stat : 10308 (manysat.sh) S 10306 10308 9547 0 -1 4202496 356 2977 0 0 0 0 15 0 22 0 1 0 641671976 8908800 253 33554432000 4194304 4922060 140734307325856 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10308/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 8700

[startup+0.812752 s]
/proc/loadavg: 8.07 8.01 7.64 5/374 10308
/proc/meminfo: memFree=4528196/32951124 swapFree=67111348/67111528
[pid=10308] ppid=10306 vsize=8700 CPUtime=0.15 cores=1,3,5,7
/proc/10308/stat : 10308 (manysat.sh) S 10306 10308 9547 0 -1 4202496 356 2977 0 0 0 0 15 0 22 0 1 0 641671976 8908800 253 33554432000 4194304 4922060 140734307325856 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10308/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 8700

[startup+1.51426 s]
/proc/loadavg: 8.07 8.01 7.64 9/379 10314
/proc/meminfo: memFree=4472224/32951124 swapFree=67111348/67111528
[pid=10308] ppid=10306 vsize=8700 CPUtime=0.15 cores=1,3,5,7
/proc/10308/stat : 10308 (manysat.sh) S 10306 10308 9547 0 -1 4202496 356 2977 0 0 0 0 15 0 22 0 1 0 641671976 8908800 253 33554432000 4194304 4922060 140734307325856 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10308/statm: 2175 253 209 178 0 68 0
[pid=10311] ppid=10308 vsize=87896 CPUtime=4.87 cores=1,3,5,7
/proc/10311/stat : 10311 (manysat1.1_stat) R 10308 10308 9547 0 -1 4202496 13374 0 0 0 480 7 0 0 19 0 4 0 641671993 90005504 13325 33554432000 134512640 135305190 4290927776 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/10311/statm: 21974 13325 84 194 0 21778 0
[pid=10311/tid=10312] ppid=10308 vsize=87896 CPUtime=1.16 cores=1,3,5,7
/proc/10311/task/10312/stat : 10312 (manysat1.1_stat) R 10308 10308 9547 0 -1 4202560 1485 0 0 0 114 2 0 0 19 0 4 0 641672009 90005504 13325 33554432000 134512640 135305190 4290927776 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=10311/tid=10313] ppid=10308 vsize=87896 CPUtime=1.18 cores=1,3,5,7
/proc/10311/task/10313/stat : 10313 (manysat1.1_stat) R 10308 10308 9547 0 -1 4202560 1607 0 0 0 117 1 0 0 19 0 4 0 641672009 90005504 13325 33554432000 134512640 135305190 4290927776 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=10311/tid=10314] ppid=10308 vsize=87896 CPUtime=1.17 cores=1,3,5,7
/proc/10311/task/10314/stat : 10314 (manysat1.1_stat) R 10308 10308 9547 0 -1 4202560 1678 0 0 0 116 1 0 0 19 0 4 0 641672009 90005504 13325 33554432000 134512640 135305190 4290927776 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.02
Current children cumulated vsize (KiB) 96596

[startup+3.10097 s]
/proc/loadavg: 8.07 8.01 7.64 9/379 10314
/proc/meminfo: memFree=4461684/32951124 swapFree=67111348/67111528
[pid=10308] ppid=10306 vsize=8700 CPUtime=0.15 cores=1,3,5,7
/proc/10308/stat : 10308 (manysat.sh) S 10306 10308 9547 0 -1 4202496 356 2977 0 0 0 0 15 0 22 0 1 0 641671976 8908800 253 33554432000 4194304 4922060 140734307325856 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10308/statm: 2175 253 209 178 0 68 0
[pid=10311] ppid=10308 vsize=99820 CPUtime=11.2 cores=1,3,5,7
/proc/10311/stat : 10311 (manysat1.1_stat) R 10308 10308 9547 0 -1 4202496 16453 0 0 0 1110 10 0 0 23 0 4 0 641671993 102215680 16404 33554432000 134512640 135305190 4290927776 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/10311/statm: 24955 16404 84 194 0 24759 0
[pid=10311/tid=10312] ppid=10308 vsize=99820 CPUtime=2.73 cores=1,3,5,7
/proc/10311/task/10312/stat : 10312 (manysat1.1_stat) R 10308 10308 9547 0 -1 4202560 2016 0 0 0 271 2 0 0 23 0 4 0 641672009 102215680 16404 33554432000 134512640 135305190 4290927776 18446744073709551615 134528157 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=10311/tid=10313] ppid=10308 vsize=99820 CPUtime=2.76 cores=1,3,5,7
/proc/10311/task/10313/stat : 10313 (manysat1.1_stat) R 10308 10308 9547 0 -1 4202560 2506 0 0 0 275 1 0 0 23 0 4 0 641672009 102215680 16404 33554432000 134512640 135305190 4290927776 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=10311/tid=10314] ppid=10308 vsize=99820 CPUtime=2.76 cores=1,3,5,7
/proc/10311/task/10314/stat : 10314 (manysat1.1_stat) R 10308 10308 9547 0 -1 4202560 2398 0 0 0 274 2 0 0 23 0 4 0 641672009 102215680 16404 33554432000 134512640 135305190 4290927776 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.35
Current children cumulated vsize (KiB) 108520

[startup+6.30039 s]
/proc/loadavg: 8.06 8.01 7.64 9/379 10314
/proc/meminfo: memFree=4450416/32951124 swapFree=67111348/67111528
[pid=10308] ppid=10306 vsize=8700 CPUtime=0.15 cores=1,3,5,7
/proc/10308/stat : 10308 (manysat.sh) S 10306 10308 9547 0 -1 4202496 356 2977 0 0 0 0 15 0 22 0 1 0 641671976 8908800 253 33554432000 4194304 4922060 140734307325856 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10308/statm: 2175 253 209 178 0 68 0
[pid=10311] ppid=10308 vsize=109752 CPUtime=23.94 cores=1,3,5,7
/proc/10311/stat : 10311 (manysat1.1_stat) R 10308 10308 9547 0 -1 4202496 18873 0 0 0 2380 14 0 0 25 0 4 0 641671993 112386048 18824 33554432000 134512640 135305190 4290927776 18446744073709551615 134528480 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/10311/statm: 27438 18824 84 194 0 27242 0
[pid=10311/tid=10312] ppid=10308 vsize=109752 CPUtime=5.89 cores=1,3,5,7
/proc/10311/task/10312/stat : 10312 (manysat1.1_stat) R 10308 10308 9547 0 -1 4202560 2477 0 0 0 585 4 0 0 20 0 4 0 641672009 112386048 18824 33554432000 134512640 135305190 4290927776 18446744073709551615 134528350 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=10311/tid=10313] ppid=10308 vsize=109752 CPUtime=5.96 cores=1,3,5,7
/proc/10311/task/10313/stat : 10313 (manysat1.1_stat) R 10308 10308 9547 0 -1 4202560 3422 0 0 0 594 2 0 0 25 0 4 0 641672009 112386048 18824 33554432000 134512640 135305190 4290927776 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=10311/tid=10314] ppid=10308 vsize=109752 CPUtime=5.96 cores=1,3,5,7
/proc/10311/task/10314/stat : 10314 (manysat1.1_stat) R 10308 10308 9547 0 -1 4202560 2842 0 0 0 593 3 0 0 25 0 4 0 641672009 112386048 18824 33554432000 134512640 135305190 4290927776 18446744073709551615 134541909 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 24.09
Current children cumulated vsize (KiB) 118452

[startup+12.7012 s]
/proc/loadavg: 8.14 8.03 7.64 9/379 10314
/proc/meminfo: memFree=4433284/32951124 swapFree=67111348/67111528
[pid=10308] ppid=10306 vsize=8700 CPUtime=0.15 cores=1,3,5,7
/proc/10308/stat : 10308 (manysat.sh) S 10306 10308 9547 0 -1 4202496 356 2977 0 0 0 0 15 0 22 0 1 0 641671976 8908800 253 33554432000 4194304 4922060 140734307325856 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10308/statm: 2175 253 209 178 0 68 0
[pid=10311] ppid=10308 vsize=124692 CPUtime=49.41 cores=1,3,5,7
/proc/10311/stat : 10311 (manysat1.1_stat) R 10308 10308 9547 0 -1 4202496 22620 0 0 0 4919 22 0 0 25 0 4 0 641671993 127684608 22571 33554432000 134512640 135305190 4290927776 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/10311/statm: 31173 22571 84 194 0 30977 0
[pid=10311/tid=10312] ppid=10308 vsize=124692 CPUtime=12.19 cores=1,3,5,7
/proc/10311/task/10312/stat : 10312 (manysat1.1_stat) R 10308 10308 9547 0 -1 4202560 3180 0 0 0 1214 5 0 0 25 0 4 0 641672009 127684608 22571 33554432000 134512640 135305190 4290927776 18446744073709551615 134528332 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=10311/tid=10313] ppid=10308 vsize=124692 CPUtime=12.35 cores=1,3,5,7
/proc/10311/task/10313/stat : 10313 (manysat1.1_stat) R 10308 10308 9547 0 -1 4202560 4694 0 0 0 1231 4 0 0 20 0 4 0 641672009 127684608 22571 33554432000 134512640 135305190 4290927776 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=10311/tid=10314] ppid=10308 vsize=124692 CPUtime=12.35 cores=1,3,5,7
/proc/10311/task/10314/stat : 10314 (manysat1.1_stat) R 10308 10308 9547 0 -1 4202560 3731 0 0 0 1229 6 0 0 25 0 4 0 641672009 127684608 22571 33554432000 134512640 135305190 4290927776 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 49.56
Current children cumulated vsize (KiB) 133392

[startup+25.5009 s]
/proc/loadavg: 8.11 8.03 7.65 9/379 10314
/proc/meminfo: memFree=4405824/32951124 swapFree=67111348/67111528
[pid=10308] ppid=10306 vsize=8700 CPUtime=0.15 cores=1,3,5,7
/proc/10308/stat : 10308 (manysat.sh) S 10306 10308 9547 0 -1 4202496 356 2977 0 0 0 0 15 0 22 0 1 0 641671976 8908800 253 33554432000 4194304 4922060 140734307325856 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10308/statm: 2175 253 209 178 0 68 0
[pid=10311] ppid=10308 vsize=153764 CPUtime=100.39 cores=1,3,5,7
/proc/10311/stat : 10311 (manysat1.1_stat) R 10308 10308 9547 0 -1 4202496 29498 0 0 0 10010 29 0 0 25 0 4 0 641671993 157454336 29449 33554432000 134512640 135305190 4290927776 18446744073709551615 134528406 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/10311/statm: 38441 29449 84 194 0 38245 0
[pid=10311/tid=10312] ppid=10308 vsize=153764 CPUtime=24.9 cores=1,3,5,7
/proc/10311/task/10312/stat : 10312 (manysat1.1_stat) R 10308 10308 9547 0 -1 4202560 4783 0 0 0 2483 7 0 0 25 0 4 0 641672009 157454336 29449 33554432000 134512640 135305190 4290927776 18446744073709551615 134528771 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=10311/tid=10313] ppid=10308 vsize=153764 CPUtime=25.13 cores=1,3,5,7
/proc/10311/task/10313/stat : 10313 (manysat1.1_stat) R 10308 10308 9547 0 -1 4202560 6547 0 0 0 2508 5 0 0 25 0 4 0 641672009 157454336 29449 33554432000 134512640 135305190 4290927776 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=10311/tid=10314] ppid=10308 vsize=153764 CPUtime=25.12 cores=1,3,5,7
/proc/10311/task/10314/stat : 10314 (manysat1.1_stat) R 10308 10308 9547 0 -1 4202560 5216 0 0 0 2505 7 0 0 25 0 4 0 641672009 157454336 29449 33554432000 134512640 135305190 4290927776 18446744073709551615 134549856 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 100.54
Current children cumulated vsize (KiB) 162464

[startup+51.1012 s]
/proc/loadavg: 8.14 8.04 7.66 9/379 10315
/proc/meminfo: memFree=4361540/32951124 swapFree=67111348/67111528
[pid=10308] ppid=10306 vsize=8700 CPUtime=0.15 cores=1,3,5,7
/proc/10308/stat : 10308 (manysat.sh) S 10306 10308 9547 0 -1 4202496 356 2977 0 0 0 0 15 0 22 0 1 0 641671976 8908800 253 33554432000 4194304 4922060 140734307325856 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10308/statm: 2175 253 209 178 0 68 0
[pid=10311] ppid=10308 vsize=195456 CPUtime=202.34 cores=1,3,5,7
/proc/10311/stat : 10311 (manysat1.1_stat) R 10308 10308 9547 0 -1 4202496 40196 0 0 0 20192 42 0 0 25 0 4 0 641671993 200146944 40147 33554432000 134512640 135305190 4290927776 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/10311/statm: 48864 40147 84 194 0 48668 0
[pid=10311/tid=10312] ppid=10308 vsize=195456 CPUtime=50.16 cores=1,3,5,7
/proc/10311/task/10312/stat : 10312 (manysat1.1_stat) R 10308 10308 9547 0 -1 4202560 7126 0 0 0 5006 10 0 0 25 0 4 0 641672009 200146944 40147 33554432000 134512640 135305190 4290927776 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=10311/tid=10313] ppid=10308 vsize=195456 CPUtime=50.71 cores=1,3,5,7
/proc/10311/task/10313/stat : 10313 (manysat1.1_stat) R 10308 10308 9547 0 -1 4202560 9990 0 0 0 5063 8 0 0 25 0 4 0 641672009 200146944 40147 33554432000 134512640 135305190 4290927776 18446744073709551615 134528520 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=10311/tid=10314] ppid=10308 vsize=195456 CPUtime=50.68 cores=1,3,5,7
/proc/10311/task/10314/stat : 10314 (manysat1.1_stat) R 10308 10308 9547 0 -1 4202560 7714 0 0 0 5057 11 0 0 25 0 4 0 641672009 200146944 40147 33554432000 134512640 135305190 4290927776 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 202.49
Current children cumulated vsize (KiB) 204156

[startup+102.301 s]
/proc/loadavg: 8.13 8.05 7.68 9/379 10316
/proc/meminfo: memFree=4311680/32951124 swapFree=67111348/67111528
[pid=10308] ppid=10306 vsize=8700 CPUtime=0.15 cores=1,3,5,7
/proc/10308/stat : 10308 (manysat.sh) S 10306 10308 9547 0 -1 4202496 356 2977 0 0 0 0 15 0 22 0 1 0 641671976 8908800 253 33554432000 4194304 4922060 140734307325856 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10308/statm: 2175 253 209 178 0 68 0
[pid=10311] ppid=10308 vsize=237936 CPUtime=406.36 cores=1,3,5,7
/proc/10311/stat : 10311 (manysat1.1_stat) R 10308 10308 9547 0 -1 4202496 50664 0 0 0 40577 59 0 0 25 0 4 0 641671993 243646464 50615 33554432000 134512640 135305190 4290927776 18446744073709551615 134528376 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/10311/statm: 59484 50615 84 194 0 59288 0
[pid=10311/tid=10312] ppid=10308 vsize=237936 CPUtime=101.18 cores=1,3,5,7
/proc/10311/task/10312/stat : 10312 (manysat1.1_stat) R 10308 10308 9547 0 -1 4202560 9348 0 0 0 10103 15 0 0 25 0 4 0 641672009 243646464 50615 33554432000 134512640 135305190 4290927776 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=10311/tid=10313] ppid=10308 vsize=237936 CPUtime=101.38 cores=1,3,5,7
/proc/10311/task/10313/stat : 10313 (manysat1.1_stat) R 10308 10308 9547 0 -1 4202560 14000 0 0 0 10125 13 0 0 25 0 4 0 641672009 243646464 50615 33554432000 134512640 135305190 4290927776 18446744073709551615 134528477 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=10311/tid=10314] ppid=10308 vsize=237936 CPUtime=101.84 cores=1,3,5,7
/proc/10311/task/10314/stat : 10314 (manysat1.1_stat) R 10308 10308 9547 0 -1 4202560 9983 0 0 0 10170 14 0 0 25 0 4 0 641672009 243646464 50615 33554432000 134512640 135305190 4290927776 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 406.51
Current children cumulated vsize (KiB) 246636

[startup+162.301 s]
/proc/loadavg: 8.22 8.08 7.71 9/379 10318
/proc/meminfo: memFree=4281040/32951124 swapFree=67111348/67111528
[pid=10308] ppid=10306 vsize=8700 CPUtime=0.15 cores=1,3,5,7
/proc/10308/stat : 10308 (manysat.sh) S 10306 10308 9547 0 -1 4202496 356 2977 0 0 0 0 15 0 22 0 1 0 641671976 8908800 253 33554432000 4194304 4922060 140734307325856 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10308/statm: 2175 253 209 178 0 68 0
[pid=10311] ppid=10308 vsize=264392 CPUtime=645.45 cores=1,3,5,7
/proc/10311/stat : 10311 (manysat1.1_stat) R 10308 10308 9547 0 -1 4202496 57130 0 0 0 64476 69 0 0 25 0 4 0 641671993 270737408 57081 33554432000 134512640 135305190 4290927776 18446744073709551615 134528755 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/10311/statm: 66098 57081 84 194 0 65902 0
[pid=10311/tid=10312] ppid=10308 vsize=264392 CPUtime=161.13 cores=1,3,5,7

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

/proc/10311/task/10314/stat : 10314 (manysat1.1_stat) R 10308 10308 9547 0 -1 4202560 25463 0 0 0 82107 38 0 0 25 0 4 0 641672009 529182720 118530 33554432000 134512640 135305190 4290927776 18446744073709551615 134528338 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3276.57
Current children cumulated vsize (KiB) 525480

[startup+882.301 s]
/proc/loadavg: 8.06 8.09 7.91 9/379 10436
/proc/meminfo: memFree=4513884/32951124 swapFree=67111348/67111528
[pid=10308] ppid=10306 vsize=8700 CPUtime=0.15 cores=1,3,5,7
/proc/10308/stat : 10308 (manysat.sh) S 10306 10308 9547 0 -1 4202496 356 2977 0 0 0 0 15 0 22 0 1 0 641671976 8908800 253 33554432000 4194304 4922060 140734307325856 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10308/statm: 2175 253 209 178 0 68 0
[pid=10311] ppid=10308 vsize=526140 CPUtime=3515.71 cores=1,3,5,7
/proc/10311/stat : 10311 (manysat1.1_stat) R 10308 10308 9547 0 -1 4202496 120777 0 0 0 351418 153 0 0 25 0 4 0 641671993 538767360 120728 33554432000 134512640 135305190 4290927776 18446744073709551615 134528350 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/10311/statm: 131535 120728 84 194 0 131339 0
[pid=10311/tid=10312] ppid=10308 vsize=526140 CPUtime=879.47 cores=1,3,5,7
/proc/10311/task/10312/stat : 10312 (manysat1.1_stat) R 10308 10308 9547 0 -1 4202560 24731 0 0 0 87911 36 0 0 25 0 4 0 641672009 538767360 120728 33554432000 134512640 135305190 4290927776 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=10311/tid=10313] ppid=10308 vsize=526140 CPUtime=877.99 cores=1,3,5,7
/proc/10311/task/10313/stat : 10313 (manysat1.1_stat) R 10308 10308 9547 0 -1 4202560 36617 0 0 0 87760 39 0 0 25 0 4 0 641672009 538767360 120728 33554432000 134512640 135305190 4290927776 18446744073709551615 134528277 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=10311/tid=10314] ppid=10308 vsize=526140 CPUtime=881.45 cores=1,3,5,7
/proc/10311/task/10314/stat : 10314 (manysat1.1_stat) R 10308 10308 9547 0 -1 4202560 25830 0 0 0 88106 39 0 0 25 0 4 0 641672009 538767360 120728 33554432000 134512640 135305190 4290927776 18446744073709551615 134528771 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3515.86
Current children cumulated vsize (KiB) 534840

[startup+942.301 s]
/proc/loadavg: 8.14 8.10 7.92 9/379 10438
/proc/meminfo: memFree=4496236/32951124 swapFree=67111348/67111528
[pid=10308] ppid=10306 vsize=8700 CPUtime=0.15 cores=1,3,5,7
/proc/10308/stat : 10308 (manysat.sh) S 10306 10308 9547 0 -1 4202496 356 2977 0 0 0 0 15 0 22 0 1 0 641671976 8908800 253 33554432000 4194304 4922060 140734307325856 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10308/statm: 2175 253 209 178 0 68 0
[pid=10311] ppid=10308 vsize=534164 CPUtime=3754.89 cores=1,3,5,7
/proc/10311/stat : 10311 (manysat1.1_stat) R 10308 10308 9547 0 -1 4202496 122821 0 0 0 375331 158 0 0 25 0 4 0 641671993 546983936 122772 33554432000 134512640 135305190 4290927776 18446744073709551615 134528557 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/10311/statm: 133541 122772 84 194 0 133345 0
[pid=10311/tid=10312] ppid=10308 vsize=534164 CPUtime=939.47 cores=1,3,5,7
/proc/10311/task/10312/stat : 10312 (manysat1.1_stat) R 10308 10308 9547 0 -1 4202560 24925 0 0 0 93910 37 0 0 25 0 4 0 641672009 546983936 122772 33554432000 134512640 135305190 4290927776 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=10311/tid=10313] ppid=10308 vsize=534164 CPUtime=937.97 cores=1,3,5,7
/proc/10311/task/10313/stat : 10313 (manysat1.1_stat) R 10308 10308 9547 0 -1 4202560 37371 0 0 0 93757 40 0 0 25 0 4 0 641672009 546983936 122772 33554432000 134512640 135305190 4290927776 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=10311/tid=10314] ppid=10308 vsize=534164 CPUtime=941.44 cores=1,3,5,7
/proc/10311/task/10314/stat : 10314 (manysat1.1_stat) R 10308 10308 9547 0 -1 4202560 26114 0 0 0 94105 39 0 0 25 0 4 0 641672009 546983936 122772 33554432000 134512640 135305190 4290927776 18446744073709551615 134528310 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3755.04
Current children cumulated vsize (KiB) 542864

[startup+1002.3 s]
/proc/loadavg: 8.16 8.11 7.93 9/379 10439
/proc/meminfo: memFree=4472504/32951124 swapFree=67111348/67111528
[pid=10308] ppid=10306 vsize=8700 CPUtime=0.15 cores=1,3,5,7
/proc/10308/stat : 10308 (manysat.sh) S 10306 10308 9547 0 -1 4202496 356 2977 0 0 0 0 15 0 22 0 1 0 641671976 8908800 253 33554432000 4194304 4922060 140734307325856 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10308/statm: 2175 253 209 178 0 68 0
[pid=10311] ppid=10308 vsize=543132 CPUtime=3994.13 cores=1,3,5,7
/proc/10311/stat : 10311 (manysat1.1_stat) R 10308 10308 9547 0 -1 4202496 125026 0 0 0 399253 160 0 0 25 0 4 0 641671993 556167168 124977 33554432000 134512640 135305190 4290927776 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/10311/statm: 135783 124977 84 194 0 135587 0
[pid=10311/tid=10312] ppid=10308 vsize=543132 CPUtime=999.46 cores=1,3,5,7
/proc/10311/task/10312/stat : 10312 (manysat1.1_stat) R 10308 10308 9547 0 -1 4202560 25167 0 0 0 99909 37 0 0 25 0 4 0 641672009 556167168 124977 33554432000 134512640 135305190 4290927776 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=10311/tid=10313] ppid=10308 vsize=543132 CPUtime=997.92 cores=1,3,5,7
/proc/10311/task/10313/stat : 10313 (manysat1.1_stat) R 10308 10308 9547 0 -1 4202560 38551 0 0 0 99751 41 0 0 25 0 4 0 641672009 556167168 124977 33554432000 134512640 135305190 4290927776 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=10311/tid=10314] ppid=10308 vsize=543132 CPUtime=1001.44 cores=1,3,5,7
/proc/10311/task/10314/stat : 10314 (manysat1.1_stat) R 10308 10308 9547 0 -1 4202560 26823 0 0 0 100104 40 0 0 25 0 4 0 641672009 556167168 124977 33554432000 134512640 135305190 4290927776 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3994.28
Current children cumulated vsize (KiB) 551832

[startup+1062.3 s]
/proc/loadavg: 8.12 8.11 7.94 9/379 10441
/proc/meminfo: memFree=4424836/32951124 swapFree=67111348/67111528
[pid=10308] ppid=10306 vsize=8700 CPUtime=0.15 cores=1,3,5,7
/proc/10308/stat : 10308 (manysat.sh) S 10306 10308 9547 0 -1 4202496 356 2977 0 0 0 0 15 0 22 0 1 0 641671976 8908800 253 33554432000 4194304 4922060 140734307325856 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10308/statm: 2175 253 209 178 0 68 0
[pid=10311] ppid=10308 vsize=588852 CPUtime=4233.39 cores=1,3,5,7
/proc/10311/stat : 10311 (manysat1.1_stat) R 10308 10308 9547 0 -1 4202496 136436 0 0 0 423169 170 0 0 25 0 4 0 641671993 602984448 136387 33554432000 134512640 135305190 4290927776 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/10311/statm: 147213 136387 84 194 0 147017 0
[pid=10311/tid=10312] ppid=10308 vsize=588852 CPUtime=1059.46 cores=1,3,5,7
/proc/10311/task/10312/stat : 10312 (manysat1.1_stat) R 10308 10308 9547 0 -1 4202560 26444 0 0 0 105908 38 0 0 25 0 4 0 641672009 602984448 136387 33554432000 134512640 135305190 4290927776 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=10311/tid=10313] ppid=10308 vsize=588852 CPUtime=1057.91 cores=1,3,5,7
/proc/10311/task/10313/stat : 10313 (manysat1.1_stat) R 10308 10308 9547 0 -1 4202560 45761 0 0 0 105744 47 0 0 25 0 4 0 641672009 602984448 136387 33554432000 134512640 135305190 4290927776 18446744073709551615 134538599 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=10311/tid=10314] ppid=10308 vsize=588852 CPUtime=1061.44 cores=1,3,5,7
/proc/10311/task/10314/stat : 10314 (manysat1.1_stat) R 10308 10308 9547 0 -1 4202560 28147 0 0 0 106103 41 0 0 25 0 4 0 641672009 602984448 136387 33554432000 134512640 135305190 4290927776 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4233.54
Current children cumulated vsize (KiB) 597552

[startup+1122.3 s]
/proc/loadavg: 8.11 8.10 7.94 9/379 10442
/proc/meminfo: memFree=4407192/32951124 swapFree=67111348/67111528
[pid=10308] ppid=10306 vsize=8700 CPUtime=0.15 cores=1,3,5,7
/proc/10308/stat : 10308 (manysat.sh) S 10306 10308 9547 0 -1 4202496 356 2977 0 0 0 0 15 0 22 0 1 0 641671976 8908800 253 33554432000 4194304 4922060 140734307325856 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10308/statm: 2175 253 209 178 0 68 0
[pid=10311] ppid=10308 vsize=603236 CPUtime=4472.57 cores=1,3,5,7
/proc/10311/stat : 10311 (manysat1.1_stat) R 10308 10308 9547 0 -1 4202496 140347 0 0 0 447081 176 0 0 25 0 4 0 641671993 617713664 140298 33554432000 134512640 135305190 4290927776 18446744073709551615 134563934 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/10311/statm: 150809 140298 84 194 0 150613 0
[pid=10311/tid=10312] ppid=10308 vsize=603236 CPUtime=1118.86 cores=1,3,5,7
/proc/10311/task/10312/stat : 10312 (manysat1.1_stat) R 10308 10308 9547 0 -1 4202560 26681 0 0 0 111847 39 0 0 25 0 4 0 641672009 617713664 140298 33554432000 134512640 135305190 4290927776 18446744073709551615 134528332 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=10311/tid=10313] ppid=10308 vsize=603236 CPUtime=1117.86 cores=1,3,5,7
/proc/10311/task/10313/stat : 10313 (manysat1.1_stat) R 10308 10308 9547 0 -1 4202560 47374 0 0 0 111737 49 0 0 25 0 4 0 641672009 617713664 140298 33554432000 134512640 135305190 4290927776 18446744073709551615 134528791 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=10311/tid=10314] ppid=10308 vsize=603236 CPUtime=1121.45 cores=1,3,5,7
/proc/10311/task/10314/stat : 10314 (manysat1.1_stat) R 10308 10308 9547 0 -1 4202560 29026 0 0 0 112103 42 0 0 25 0 4 0 641672009 617713664 140298 33554432000 134512640 135305190 4290927776 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4472.72
Current children cumulated vsize (KiB) 611936

[startup+1182.3 s]
/proc/loadavg: 8.09 8.09 7.95 9/379 10444
/proc/meminfo: memFree=4388184/32951124 swapFree=67111348/67111528
[pid=10308] ppid=10306 vsize=8700 CPUtime=0.15 cores=1,3,5,7
/proc/10308/stat : 10308 (manysat.sh) S 10306 10308 9547 0 -1 4202496 356 2977 0 0 0 0 15 0 22 0 1 0 641671976 8908800 253 33554432000 4194304 4922060 140734307325856 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10308/statm: 2175 253 209 178 0 68 0
[pid=10311] ppid=10308 vsize=612380 CPUtime=4711.73 cores=1,3,5,7
/proc/10311/stat : 10311 (manysat1.1_stat) R 10308 10308 9547 0 -1 4202496 142166 0 0 0 470995 178 0 0 25 0 4 0 641671993 627077120 142117 33554432000 134512640 135305190 4290927776 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/10311/statm: 153095 142117 84 194 0 152899 0
[pid=10311/tid=10312] ppid=10308 vsize=612380 CPUtime=1178.8 cores=1,3,5,7
/proc/10311/task/10312/stat : 10312 (manysat1.1_stat) R 10308 10308 9547 0 -1 4202560 26690 0 0 0 117841 39 0 0 25 0 4 0 641672009 627077120 142117 33554432000 134512640 135305190 4290927776 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=10311/tid=10313] ppid=10308 vsize=612380 CPUtime=1177.85 cores=1,3,5,7
/proc/10311/task/10313/stat : 10313 (manysat1.1_stat) R 10308 10308 9547 0 -1 4202560 48215 0 0 0 117735 50 0 0 25 0 4 0 641672009 627077120 142117 33554432000 134512640 135305190 4290927776 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=10311/tid=10314] ppid=10308 vsize=612380 CPUtime=1180.68 cores=1,3,5,7
/proc/10311/task/10314/stat : 10314 (manysat1.1_stat) R 10308 10308 9547 0 -1 4202560 29065 0 0 0 118025 43 0 0 25 0 4 0 641672009 627077120 142117 33554432000 134512640 135305190 4290927776 18446744073709551615 134528872 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4711.88
Current children cumulated vsize (KiB) 621080



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204.5 s]
/proc/loadavg: 8.06 8.08 7.95 9/379 10445
/proc/meminfo: memFree=4378492/32951124 swapFree=67111348/67111528
[pid=10308] ppid=10306 vsize=8700 CPUtime=0.15 cores=1,3,5,7
/proc/10308/stat : 10308 (manysat.sh) S 10306 10308 9547 0 -1 4202496 356 2977 0 0 0 0 15 0 22 0 1 0 641671976 8908800 253 33554432000 4194304 4922060 140734307325856 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10308/statm: 2175 253 209 178 0 68 0
[pid=10311] ppid=10308 vsize=616120 CPUtime=4800.26 cores=1,3,5,7
/proc/10311/stat : 10311 (manysat1.1_stat) R 10308 10308 9547 0 -1 4202496 143111 0 0 0 479847 179 0 0 25 0 4 0 641671993 630906880 143062 33554432000 134512640 135305190 4290927776 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/10311/statm: 154030 143062 84 194 0 153834 0
[pid=10311/tid=10312] ppid=10308 vsize=616120 CPUtime=1201.01 cores=1,3,5,7
/proc/10311/task/10312/stat : 10312 (manysat1.1_stat) R 10308 10308 9547 0 -1 4202560 26704 0 0 0 120062 39 0 0 25 0 4 0 641672009 630906880 143062 33554432000 134512640 135305190 4290927776 18446744073709551615 134528415 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=10311/tid=10313] ppid=10308 vsize=616120 CPUtime=1199.8 cores=1,3,5,7
/proc/10311/task/10313/stat : 10313 (manysat1.1_stat) R 10308 10308 9547 0 -1 4202560 48577 0 0 0 119930 50 0 0 25 0 4 0 641672009 630906880 143062 33554432000 134512640 135305190 4290927776 18446744073709551615 134528791 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=10311/tid=10314] ppid=10308 vsize=616120 CPUtime=1202.85 cores=1,3,5,7
/proc/10311/task/10314/stat : 10314 (manysat1.1_stat) R 10308 10308 9547 0 -1 4202560 29070 0 0 0 120242 43 0 0 25 0 4 0 641672009 630906880 143062 33554432000 134512640 135305190 4290927776 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.41
Current children cumulated vsize (KiB) 624820

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

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

[startup+1204.5 s]
/proc/loadavg: 8.06 8.08 7.95 9/379 10445
/proc/meminfo: memFree=4378492/32951124 swapFree=67111348/67111528
[pid=10308] ppid=10306 vsize=8700 CPUtime=0.15 cores=1,3,5,7
/proc/10308/stat : 10308 (manysat.sh) S 10306 10308 9547 0 -1 4202496 356 2977 0 0 0 0 15 0 22 0 1 0 641671976 8908800 253 33554432000 4194304 4922060 140734307325856 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10308/statm: 2175 253 209 178 0 68 0
[pid=10311] ppid=10308 vsize=616120 CPUtime=4800.26 cores=1,3,5,7
/proc/10311/stat : 10311 (manysat1.1_stat) R 10308 10308 9547 0 -1 4202496 143111 0 0 0 479847 179 0 0 25 0 4 0 641671993 630906880 143062 33554432000 134512640 135305190 4290927776 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/10311/statm: 154030 143062 84 194 0 153834 0
[pid=10311/tid=10312] ppid=10308 vsize=616120 CPUtime=1201.01 cores=1,3,5,7
/proc/10311/task/10312/stat : 10312 (manysat1.1_stat) R 10308 10308 9547 0 -1 4202560 26704 0 0 0 120062 39 0 0 25 0 4 0 641672009 630906880 143062 33554432000 134512640 135305190 4290927776 18446744073709551615 134528415 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=10311/tid=10313] ppid=10308 vsize=616120 CPUtime=1199.8 cores=1,3,5,7
/proc/10311/task/10313/stat : 10313 (manysat1.1_stat) R 10308 10308 9547 0 -1 4202560 48577 0 0 0 119930 50 0 0 25 0 4 0 641672009 630906880 143062 33554432000 134512640 135305190 4290927776 18446744073709551615 134528791 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=10311/tid=10314] ppid=10308 vsize=616120 CPUtime=1202.85 cores=1,3,5,7
/proc/10311/task/10314/stat : 10314 (manysat1.1_stat) R 10308 10308 9547 0 -1 4202560 29070 0 0 0 120242 43 0 0 25 0 4 0 641672009 630906880 143062 33554432000 134512640 135305190 4290927776 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.41
Current children cumulated vsize (KiB) 624820

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1204.53
CPU time (s): 4800.41
CPU user time (s): 4798.62
CPU system time (s): 1.79
CPU usage (%): 398.531
Max. virtual memory (cumulated for all children) (KiB): 624820

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

runsolver used 4.01839 second user time and 10.2314 second system time

The end

Launcher Data

Begin job on node139 at 2011-05-13 17:32:22
IDJOB=3362273
IDBENCH=83413
IDSOLVER=1838
FILE ID=node139/3362273-1305300742
RUNJOBID= node139-1305296392-9566
PBS_JOBID= 13321414
Free space on /tmp= 40592 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/128/aes_128_10_keyfind_1.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362273-1305300742/watcher-3362273-1305300742 -o /tmp/evaluation-result-3362273-1305300742/solver-3362273-1305300742 -C 4800 -W 1300 -M 15500  manysat.sh HOME/instance-3362273-1305300742.cnf aimd 1

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

MD5SUM BENCH= f35f3aee72237c1bf3d673feb4883756
RANDOM SEED=1165449079

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       4528468 kB
Buffers:        255952 kB
Cached:       19985216 kB
SwapCached:          8 kB
Active:       15516324 kB
Inactive:     12176616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       4528468 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            4192 kB
Writeback:           0 kB
AnonPages:     7451476 kB
Mapped:          29360 kB
Slab:           626612 kB
PageTables:      39456 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 77433804 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= 40596 MiB
End job on node139 at 2011-05-13 17:52:29