Trace number 3362235

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

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top21.cnf
MD5SUM9fab5edd49fb904ff76ff7abf98e0d14
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 variables51138
Number of clauses162526
Sum of the clauses size397144
Maximum clause length2101
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 299113
Number of clauses of size 362300
Number of clauses of size 4230
Number of clauses of size 519
Number of clauses of size over 5863

Solver Data

0.00/0.00	c Parsing...
0.00/0.07	c ==============================================================================
0.00/0.07	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.07	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.07	c ==============================================================================
0.00/0.07	c |         0 |  152640   373004 |   45791       0        0     nan |  0.000 % |
0.00/0.58	c |         0 |   95209   320851 |      --       0       --      -- |     --   | -57431/-52153
0.00/0.58	c ==============================================================================
0.00/0.58	c Result  :   #vars: 18664   #clauses: 95209   #literals: 320851
0.00/0.58	c CPU time:   0.558915 s
0.00/0.58	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-3362235-1305299975/watcher-3362235-1305299975 -o /tmp/evaluation-result-3362235-1305299975/solver-3362235-1305299975 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3362235-1305299975.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.11 8.10 7.87 5/334 13376
/proc/meminfo: memFree=10008876/32951124 swapFree=67111352/67111528
[pid=13376] ppid=13374 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13376/stat : 13376 (manysat.sh) S 13374 13376 12895 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 622413170 8908800 250 33554432000 4194304 4922060 140737338259424 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13376/statm: 2175 250 209 178 0 68 0

[startup+0.0813451 s]
/proc/loadavg: 8.11 8.10 7.87 5/334 13376
/proc/meminfo: memFree=10008876/32951124 swapFree=67111352/67111528
[pid=13376] ppid=13374 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13376/stat : 13376 (manysat.sh) S 13374 13376 12895 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 622413170 8908800 250 33554432000 4194304 4922060 140737338259424 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13376/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100343 s]
/proc/loadavg: 8.11 8.10 7.87 5/334 13376
/proc/meminfo: memFree=10008876/32951124 swapFree=67111352/67111528
[pid=13376] ppid=13374 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13376/stat : 13376 (manysat.sh) S 13374 13376 12895 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 622413170 8908800 250 33554432000 4194304 4922060 140737338259424 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13376/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300316 s]
/proc/loadavg: 8.11 8.10 7.87 5/334 13376
/proc/meminfo: memFree=10008876/32951124 swapFree=67111352/67111528
[pid=13376] ppid=13374 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13376/stat : 13376 (manysat.sh) S 13374 13376 12895 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 622413170 8908800 250 33554432000 4194304 4922060 140737338259424 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/13376/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700225 s]
/proc/loadavg: 8.11 8.10 7.87 5/334 13376
/proc/meminfo: memFree=10008876/32951124 swapFree=67111352/67111528
[pid=13376] ppid=13374 vsize=8700 CPUtime=0.64 cores=1,3,5,7
/proc/13376/stat : 13376 (manysat.sh) S 13374 13376 12895 0 -1 4202496 357 6867 0 0 0 0 62 2 19 0 1 0 622413170 8908800 253 33554432000 4194304 4922060 140737338259424 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13376/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 8700

[startup+1.50103 s]
/proc/loadavg: 8.11 8.10 7.87 6/339 13382
/proc/meminfo: memFree=9967540/32951124 swapFree=67111352/67111528
[pid=13376] ppid=13374 vsize=8700 CPUtime=0.64 cores=1,3,5,7
/proc/13376/stat : 13376 (manysat.sh) S 13374 13376 12895 0 -1 4202496 357 6867 0 0 0 0 62 2 19 0 1 0 622413170 8908800 253 33554432000 4194304 4922060 140737338259424 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13376/statm: 2175 253 209 178 0 68 0
[pid=13379] ppid=13376 vsize=72436 CPUtime=2.96 cores=1,3,5,7
/proc/13379/stat : 13379 (manysat1.1_stat) R 13376 13376 12895 0 -1 4202496 9362 0 0 0 287 9 0 0 18 0 4 0 622413235 74174464 9313 33554432000 134512640 135305190 4293683648 18446744073709551615 134558366 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/13379/statm: 18109 9313 84 194 0 17913 0
[pid=13379/tid=13380] ppid=13376 vsize=72436 CPUtime=0.7 cores=1,3,5,7
/proc/13379/task/13380/stat : 13380 (manysat1.1_stat) R 13376 13376 12895 0 -1 4202560 601 0 0 0 68 2 0 0 18 0 4 0 622413247 74174464 9313 33554432000 134512640 135305190 4293683648 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=13379/tid=13381] ppid=13376 vsize=72436 CPUtime=0.7 cores=1,3,5,7
/proc/13379/task/13381/stat : 13381 (manysat1.1_stat) R 13376 13376 12895 0 -1 4202560 569 0 0 0 69 1 0 0 18 0 4 0 622413247 74174464 9313 33554432000 134512640 135305190 4293683648 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=13379/tid=13382] ppid=13376 vsize=72436 CPUtime=0.71 cores=1,3,5,7
/proc/13379/task/13382/stat : 13382 (manysat1.1_stat) R 13376 13376 12895 0 -1 4202560 518 0 0 0 69 2 0 0 18 0 4 0 622413247 74174464 9313 33554432000 134512640 135305190 4293683648 18446744073709551615 134541974 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.6
Current children cumulated vsize (KiB) 81136

[startup+3.10072 s]
/proc/loadavg: 8.11 8.10 7.87 9/339 13382
/proc/meminfo: memFree=9959428/32951124 swapFree=67111352/67111528
[pid=13376] ppid=13374 vsize=8700 CPUtime=0.64 cores=1,3,5,7
/proc/13376/stat : 13376 (manysat.sh) S 13374 13376 12895 0 -1 4202496 357 6867 0 0 0 0 62 2 19 0 1 0 622413170 8908800 253 33554432000 4194304 4922060 140737338259424 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13376/statm: 2175 253 209 178 0 68 0
[pid=13379] ppid=13376 vsize=79504 CPUtime=9.34 cores=1,3,5,7
/proc/13379/stat : 13379 (manysat1.1_stat) R 13376 13376 12895 0 -1 4202496 11240 0 0 0 924 10 0 0 21 0 4 0 622413235 81412096 11191 33554432000 134512640 135305190 4293683648 18446744073709551615 134528548 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/13379/statm: 19876 11191 84 194 0 19680 0
[pid=13379/tid=13380] ppid=13376 vsize=79504 CPUtime=2.3 cores=1,3,5,7
/proc/13379/task/13380/stat : 13380 (manysat1.1_stat) R 13376 13376 12895 0 -1 4202560 1002 0 0 0 228 2 0 0 21 0 4 0 622413247 81412096 11191 33554432000 134512640 135305190 4293683648 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=13379/tid=13381] ppid=13376 vsize=79504 CPUtime=2.31 cores=1,3,5,7
/proc/13379/task/13381/stat : 13381 (manysat1.1_stat) R 13376 13376 12895 0 -1 4202560 1084 0 0 0 229 2 0 0 21 0 4 0 622413247 81412096 11191 33554432000 134512640 135305190 4293683648 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=13379/tid=13382] ppid=13376 vsize=79504 CPUtime=2.3 cores=1,3,5,7
/proc/13379/task/13382/stat : 13382 (manysat1.1_stat) R 13376 13376 12895 0 -1 4202560 991 0 0 0 228 2 0 0 21 0 4 0 622413247 81412096 11191 33554432000 134512640 135305190 4293683648 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 9.98
Current children cumulated vsize (KiB) 88204

[startup+6.30108 s]
/proc/loadavg: 8.10 8.10 7.87 9/339 13383
/proc/meminfo: memFree=9940952/32951124 swapFree=67111352/67111528
[pid=13376] ppid=13374 vsize=8700 CPUtime=0.64 cores=1,3,5,7
/proc/13376/stat : 13376 (manysat.sh) S 13374 13376 12895 0 -1 4202496 357 6867 0 0 0 0 62 2 19 0 1 0 622413170 8908800 253 33554432000 4194304 4922060 140737338259424 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13376/statm: 2175 253 209 178 0 68 0
[pid=13379] ppid=13376 vsize=88204 CPUtime=22.11 cores=1,3,5,7
/proc/13379/stat : 13379 (manysat1.1_stat) R 13376 13376 12895 0 -1 4202496 13410 0 0 0 2198 13 0 0 25 0 4 0 622413235 90320896 13361 33554432000 134512640 135305190 4293683648 18446744073709551615 134528582 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/13379/statm: 22051 13361 84 194 0 21855 0
[pid=13379/tid=13380] ppid=13376 vsize=88204 CPUtime=5.5 cores=1,3,5,7
/proc/13379/task/13380/stat : 13380 (manysat1.1_stat) R 13376 13376 12895 0 -1 4202560 1382 0 0 0 547 3 0 0 25 0 4 0 622413247 90320896 13361 33554432000 134512640 135305190 4293683648 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=13379/tid=13381] ppid=13376 vsize=88204 CPUtime=5.5 cores=1,3,5,7
/proc/13379/task/13381/stat : 13381 (manysat1.1_stat) R 13376 13376 12895 0 -1 4202560 1691 0 0 0 548 2 0 0 25 0 4 0 622413247 90320896 13362 33554432000 134512640 135305190 4293683648 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=13379/tid=13382] ppid=13376 vsize=88204 CPUtime=5.51 cores=1,3,5,7
/proc/13379/task/13382/stat : 13382 (manysat1.1_stat) R 13376 13376 12895 0 -1 4202560 1595 0 0 0 548 3 0 0 25 0 4 0 622413247 90320896 13362 33554432000 134512640 135305190 4293683648 18446744073709551615 134557336 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 22.75
Current children cumulated vsize (KiB) 96904

[startup+12.7008 s]
/proc/loadavg: 8.09 8.10 7.87 9/339 13383
/proc/meminfo: memFree=9911064/32951124 swapFree=67111352/67111528
[pid=13376] ppid=13374 vsize=8700 CPUtime=0.64 cores=1,3,5,7
/proc/13376/stat : 13376 (manysat.sh) S 13374 13376 12895 0 -1 4202496 357 6867 0 0 0 0 62 2 19 0 1 0 622413170 8908800 253 33554432000 4194304 4922060 140737338259424 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13376/statm: 2175 253 209 178 0 68 0
[pid=13379] ppid=13376 vsize=107568 CPUtime=47.63 cores=1,3,5,7
/proc/13379/stat : 13379 (manysat1.1_stat) R 13376 13376 12895 0 -1 4202496 18272 0 0 0 4747 16 0 0 25 0 4 0 622413235 110149632 18223 33554432000 134512640 135305190 4293683648 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/13379/statm: 26892 18223 84 194 0 26696 0
[pid=13379/tid=13380] ppid=13376 vsize=107568 CPUtime=11.89 cores=1,3,5,7
/proc/13379/task/13380/stat : 13380 (manysat1.1_stat) R 13376 13376 12895 0 -1 4202560 2426 0 0 0 1186 3 0 0 25 0 4 0 622413247 110149632 18223 33554432000 134512640 135305190 4293683648 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=13379/tid=13381] ppid=13376 vsize=107568 CPUtime=11.91 cores=1,3,5,7
/proc/13379/task/13381/stat : 13381 (manysat1.1_stat) R 13376 13376 12895 0 -1 4202560 2995 0 0 0 1188 3 0 0 25 0 4 0 622413247 110149632 18223 33554432000 134512640 135305190 4293683648 18446744073709551615 134551712 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=13379/tid=13382] ppid=13376 vsize=107568 CPUtime=11.9 cores=1,3,5,7
/proc/13379/task/13382/stat : 13382 (manysat1.1_stat) R 13376 13376 12895 0 -1 4202560 2976 0 0 0 1186 4 0 0 25 0 4 0 622413247 110149632 18223 33554432000 134512640 135305190 4293683648 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 48.27
Current children cumulated vsize (KiB) 116268

[startup+25.5013 s]
/proc/loadavg: 8.07 8.09 7.87 9/339 13383
/proc/meminfo: memFree=9873788/32951124 swapFree=67111352/67111528
[pid=13376] ppid=13374 vsize=8700 CPUtime=0.64 cores=1,3,5,7
/proc/13376/stat : 13376 (manysat.sh) S 13374 13376 12895 0 -1 4202496 357 6867 0 0 0 0 62 2 19 0 1 0 622413170 8908800 253 33554432000 4194304 4922060 140737338259424 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13376/statm: 2175 253 209 178 0 68 0
[pid=13379] ppid=13376 vsize=127548 CPUtime=98.67 cores=1,3,5,7
/proc/13379/stat : 13379 (manysat1.1_stat) R 13376 13376 12895 0 -1 4202496 23113 0 0 0 9848 19 0 0 25 0 4 0 622413235 130609152 23064 33554432000 134512640 135305190 4293683648 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/13379/statm: 31887 23064 84 194 0 31691 0
[pid=13379/tid=13380] ppid=13376 vsize=127548 CPUtime=24.69 cores=1,3,5,7
/proc/13379/task/13380/stat : 13380 (manysat1.1_stat) R 13376 13376 12895 0 -1 4202560 3571 0 0 0 2465 4 0 0 25 0 4 0 622413247 130609152 23064 33554432000 134512640 135305190 4293683648 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=13379/tid=13381] ppid=13376 vsize=127548 CPUtime=24.7 cores=1,3,5,7
/proc/13379/task/13381/stat : 13381 (manysat1.1_stat) R 13376 13376 12895 0 -1 4202560 4330 0 0 0 2467 3 0 0 25 0 4 0 622413247 130609152 23064 33554432000 134512640 135305190 4293683648 18446744073709551615 134528875 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=13379/tid=13382] ppid=13376 vsize=127548 CPUtime=24.7 cores=1,3,5,7
/proc/13379/task/13382/stat : 13382 (manysat1.1_stat) R 13376 13376 12895 0 -1 4202560 4168 0 0 0 2465 5 0 0 25 0 4 0 622413247 130609152 23064 33554432000 134512640 135305190 4293683648 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 99.31
Current children cumulated vsize (KiB) 136248

[startup+51.1012 s]
/proc/loadavg: 8.05 8.08 7.88 9/339 13384
/proc/meminfo: memFree=9838164/32951124 swapFree=67111352/67111528
[pid=13376] ppid=13374 vsize=8700 CPUtime=0.64 cores=1,3,5,7
/proc/13376/stat : 13376 (manysat.sh) S 13374 13376 12895 0 -1 4202496 357 6867 0 0 0 0 62 2 19 0 1 0 622413170 8908800 253 33554432000 4194304 4922060 140737338259424 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13376/statm: 2175 253 209 178 0 68 0
[pid=13379] ppid=13376 vsize=142308 CPUtime=200.77 cores=1,3,5,7
/proc/13379/stat : 13379 (manysat1.1_stat) R 13376 13376 12895 0 -1 4202496 26905 0 0 0 20052 25 0 0 25 0 4 0 622413235 145723392 26856 33554432000 134512640 135305190 4293683648 18446744073709551615 134528310 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/13379/statm: 35577 26856 84 194 0 35381 0
[pid=13379/tid=13380] ppid=13376 vsize=142308 CPUtime=50.29 cores=1,3,5,7
/proc/13379/task/13380/stat : 13380 (manysat1.1_stat) R 13376 13376 12895 0 -1 4202560 4382 0 0 0 5023 6 0 0 25 0 4 0 622413247 145723392 26856 33554432000 134512640 135305190 4293683648 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=13379/tid=13381] ppid=13376 vsize=142308 CPUtime=50.3 cores=1,3,5,7
/proc/13379/task/13381/stat : 13381 (manysat1.1_stat) R 13376 13376 12895 0 -1 4202560 5466 0 0 0 5025 5 0 0 25 0 4 0 622413247 145723392 26856 33554432000 134512640 135305190 4293683648 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=13379/tid=13382] ppid=13376 vsize=142308 CPUtime=50.29 cores=1,3,5,7
/proc/13379/task/13382/stat : 13382 (manysat1.1_stat) R 13376 13376 12895 0 -1 4202560 5162 0 0 0 5023 6 0 0 25 0 4 0 622413247 145723392 26856 33554432000 134512640 135305190 4293683648 18446744073709551615 134538175 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 201.41
Current children cumulated vsize (KiB) 151008

[startup+102.313 s]
/proc/loadavg: 8.02 8.07 7.88 9/339 13385
/proc/meminfo: memFree=9813108/32951124 swapFree=67111352/67111528
[pid=13376] ppid=13374 vsize=8700 CPUtime=0.64 cores=1,3,5,7
/proc/13376/stat : 13376 (manysat.sh) S 13374 13376 12895 0 -1 4202496 357 6867 0 0 0 0 62 2 19 0 1 0 622413170 8908800 253 33554432000 4194304 4922060 140737338259424 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13376/statm: 2175 253 209 178 0 68 0
[pid=13379] ppid=13376 vsize=165836 CPUtime=404.99 cores=1,3,5,7
/proc/13379/stat : 13379 (manysat1.1_stat) R 13376 13376 12895 0 -1 4202496 32506 0 0 0 40465 34 0 0 25 0 4 0 622413235 169816064 32457 33554432000 134512640 135305190 4293683648 18446744073709551615 134528559 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/13379/statm: 41459 32457 84 194 0 41263 0
[pid=13379/tid=13380] ppid=13376 vsize=165836 CPUtime=100.96 cores=1,3,5,7
/proc/13379/task/13380/stat : 13380 (manysat1.1_stat) R 13376 13376 12895 0 -1 4202560 5769 0 0 0 10088 8 0 0 25 0 4 0 622413247 169816064 32457 33554432000 134512640 135305190 4293683648 18446744073709551615 134528338 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=13379/tid=13381] ppid=13376 vsize=165836 CPUtime=101.48 cores=1,3,5,7
/proc/13379/task/13381/stat : 13381 (manysat1.1_stat) R 13376 13376 12895 0 -1 4202560 7159 0 0 0 10142 6 0 0 25 0 4 0 622413247 169816064 32457 33554432000 134512640 135305190 4293683648 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=13379/tid=13382] ppid=13376 vsize=165836 CPUtime=101.5 cores=1,3,5,7
/proc/13379/task/13382/stat : 13382 (manysat1.1_stat) R 13376 13376 12895 0 -1 4202560 6417 0 0 0 10141 9 0 0 25 0 4 0 622413247 169816064 32457 33554432000 134512640 135305190 4293683648 18446744073709551615 134528408 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 405.63
Current children cumulated vsize (KiB) 174536

[startup+162.301 s]
/proc/loadavg: 8.08 8.07 7.89 9/339 13387
/proc/meminfo: memFree=9787664/32951124 swapFree=67111352/67111528
[pid=13376] ppid=13374 vsize=8700 CPUtime=0.64 cores=1,3,5,7
/proc/13376/stat : 13376 (manysat.sh) S 13374 13376 12895 0 -1 4202496 357 6867 0 0 0 0 62 2 19 0 1 0 622413170 8908800 253 33554432000 4194304 4922060 140737338259424 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13376/statm: 2175 253 209 178 0 68 0
[pid=13379] ppid=13376 vsize=184316 CPUtime=644.23 cores=1,3,5,7
/proc/13379/stat : 13379 (manysat1.1_stat) R 13376 13376 12895 0 -1 4202496 36452 0 0 0 64383 40 0 0 25 0 4 0 622413235 188739584 36403 33554432000 134512640 135305190 4293683648 18446744073709551615 134528571 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/13379/statm: 46079 36403 84 194 0 45883 0
[pid=13379/tid=13380] ppid=13376 vsize=184316 CPUtime=160.42 cores=1,3,5,7

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

/proc/13379/task/13382/stat : 13382 (manysat1.1_stat) R 13376 13376 12895 0 -1 4202560 16930 0 0 0 82104 23 0 0 25 0 4 0 622413247 383930368 80503 33554432000 134512640 135305190 4293683648 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3277.2
Current children cumulated vsize (KiB) 383632

[startup+882.3 s]
/proc/loadavg: 8.08 8.08 8.00 9/339 13475
/proc/meminfo: memFree=10174108/32951124 swapFree=67111352/67111528
[pid=13376] ppid=13374 vsize=8700 CPUtime=0.64 cores=1,3,5,7
/proc/13376/stat : 13376 (manysat.sh) S 13374 13376 12895 0 -1 4202496 357 6867 0 0 0 0 62 2 19 0 1 0 622413170 8908800 253 33554432000 4194304 4922060 140737338259424 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13376/statm: 2175 253 209 178 0 68 0
[pid=13379] ppid=13376 vsize=387644 CPUtime=3515.86 cores=1,3,5,7
/proc/13379/stat : 13379 (manysat1.1_stat) R 13376 13376 12895 0 -1 4202496 83328 0 0 0 351481 105 0 0 25 0 4 0 622413235 396947456 83279 33554432000 134512640 135305190 4293683648 18446744073709551615 134538540 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/13379/statm: 96911 83279 84 194 0 96715 0
[pid=13379/tid=13380] ppid=13376 vsize=387644 CPUtime=878.71 cores=1,3,5,7
/proc/13379/task/13380/stat : 13380 (manysat1.1_stat) R 13376 13376 12895 0 -1 4202560 18699 0 0 0 87845 26 0 0 25 0 4 0 622413247 396947456 83279 33554432000 134512640 135305190 4293683648 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=13379/tid=13381] ppid=13376 vsize=387644 CPUtime=875.1 cores=1,3,5,7
/proc/13379/task/13381/stat : 13381 (manysat1.1_stat) R 13376 13376 12895 0 -1 4202560 20125 0 0 0 87484 26 0 0 25 0 4 0 622413247 396947456 83279 33554432000 134512640 135305190 4293683648 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=13379/tid=13382] ppid=13376 vsize=387644 CPUtime=881.28 cores=1,3,5,7
/proc/13379/task/13382/stat : 13382 (manysat1.1_stat) R 13376 13376 12895 0 -1 4202560 17813 0 0 0 88104 24 0 0 25 0 4 0 622413247 396947456 83279 33554432000 134512640 135305190 4293683648 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3516.5
Current children cumulated vsize (KiB) 396344

[startup+942.3 s]
/proc/loadavg: 8.09 8.09 8.01 9/339 13476
/proc/meminfo: memFree=10128332/32951124 swapFree=67111352/67111528
[pid=13376] ppid=13374 vsize=8700 CPUtime=0.64 cores=1,3,5,7
/proc/13376/stat : 13376 (manysat.sh) S 13374 13376 12895 0 -1 4202496 357 6867 0 0 0 0 62 2 19 0 1 0 622413170 8908800 253 33554432000 4194304 4922060 140737338259424 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13376/statm: 2175 253 209 178 0 68 0
[pid=13379] ppid=13376 vsize=393984 CPUtime=3755.19 cores=1,3,5,7
/proc/13379/stat : 13379 (manysat1.1_stat) R 13376 13376 12895 0 -1 4202496 84818 0 0 0 375412 107 0 0 25 0 4 0 622413235 403439616 84769 33554432000 134512640 135305190 4293683648 18446744073709551615 134528256 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/13379/statm: 98496 84769 84 194 0 98300 0
[pid=13379/tid=13380] ppid=13376 vsize=393984 CPUtime=938.06 cores=1,3,5,7
/proc/13379/task/13380/stat : 13380 (manysat1.1_stat) R 13376 13376 12895 0 -1 4202560 18757 0 0 0 93780 26 0 0 25 0 4 0 622413247 403439616 84769 33554432000 134512640 135305190 4293683648 18446744073709551615 134528612 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=13379/tid=13381] ppid=13376 vsize=393984 CPUtime=935.11 cores=1,3,5,7
/proc/13379/task/13381/stat : 13381 (manysat1.1_stat) R 13376 13376 12895 0 -1 4202560 20657 0 0 0 93484 27 0 0 25 0 4 0 622413247 403439616 84769 33554432000 134512640 135305190 4293683648 18446744073709551615 134528415 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=13379/tid=13382] ppid=13376 vsize=393984 CPUtime=941.28 cores=1,3,5,7
/proc/13379/task/13382/stat : 13382 (manysat1.1_stat) R 13376 13376 12895 0 -1 4202560 18550 0 0 0 94103 25 0 0 25 0 4 0 622413247 403439616 84769 33554432000 134512640 135305190 4293683648 18446744073709551615 134528327 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3755.83
Current children cumulated vsize (KiB) 402684

[startup+1002.3 s]
/proc/loadavg: 8.10 8.09 8.00 9/339 13478
/proc/meminfo: memFree=10110220/32951124 swapFree=67111352/67111528
[pid=13376] ppid=13374 vsize=8700 CPUtime=0.64 cores=1,3,5,7
/proc/13376/stat : 13376 (manysat.sh) S 13374 13376 12895 0 -1 4202496 357 6867 0 0 0 0 62 2 19 0 1 0 622413170 8908800 253 33554432000 4194304 4922060 140737338259424 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13376/statm: 2175 253 209 178 0 68 0
[pid=13379] ppid=13376 vsize=397076 CPUtime=3994.48 cores=1,3,5,7
/proc/13379/stat : 13379 (manysat1.1_stat) R 13376 13376 12895 0 -1 4202496 85648 0 0 0 399339 109 0 0 25 0 4 0 622413235 406605824 85599 33554432000 134512640 135305190 4293683648 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/13379/statm: 99269 85599 84 194 0 99073 0
[pid=13379/tid=13380] ppid=13376 vsize=397076 CPUtime=997.39 cores=1,3,5,7
/proc/13379/task/13380/stat : 13380 (manysat1.1_stat) R 13376 13376 12895 0 -1 4202560 18894 0 0 0 99713 26 0 0 25 0 4 0 622413247 406605824 85599 33554432000 134512640 135305190 4293683648 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=13379/tid=13381] ppid=13376 vsize=397076 CPUtime=995.09 cores=1,3,5,7
/proc/13379/task/13381/stat : 13381 (manysat1.1_stat) R 13376 13376 12895 0 -1 4202560 20836 0 0 0 99482 27 0 0 25 0 4 0 622413247 406605824 85599 33554432000 134512640 135305190 4293683648 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=13379/tid=13382] ppid=13376 vsize=397076 CPUtime=1001.25 cores=1,3,5,7
/proc/13379/task/13382/stat : 13382 (manysat1.1_stat) R 13376 13376 12895 0 -1 4202560 18895 0 0 0 100099 26 0 0 25 0 4 0 622413247 406605824 85599 33554432000 134512640 135305190 4293683648 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3995.12
Current children cumulated vsize (KiB) 405776

[startup+1062.3 s]
/proc/loadavg: 8.10 8.09 8.00 9/339 13480
/proc/meminfo: memFree=10064928/32951124 swapFree=67111352/67111528
[pid=13376] ppid=13374 vsize=8700 CPUtime=0.64 cores=1,3,5,7
/proc/13376/stat : 13376 (manysat.sh) S 13374 13376 12895 0 -1 4202496 357 6867 0 0 0 0 62 2 19 0 1 0 622413170 8908800 253 33554432000 4194304 4922060 140737338259424 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13376/statm: 2175 253 209 178 0 68 0
[pid=13379] ppid=13376 vsize=403860 CPUtime=4233.82 cores=1,3,5,7
/proc/13379/stat : 13379 (manysat1.1_stat) R 13376 13376 12895 0 -1 4202496 87233 0 0 0 423271 111 0 0 25 0 4 0 622413235 413552640 87184 33554432000 134512640 135305190 4293683648 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/13379/statm: 100965 87184 84 194 0 100769 0
[pid=13379/tid=13380] ppid=13376 vsize=403860 CPUtime=1056.75 cores=1,3,5,7
/proc/13379/task/13380/stat : 13380 (manysat1.1_stat) R 13376 13376 12895 0 -1 4202560 19349 0 0 0 105648 27 0 0 25 0 4 0 622413247 413552640 87184 33554432000 134512640 135305190 4293683648 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=13379/tid=13381] ppid=13376 vsize=403860 CPUtime=1055.08 cores=1,3,5,7
/proc/13379/task/13381/stat : 13381 (manysat1.1_stat) R 13376 13376 12895 0 -1 4202560 21247 0 0 0 105480 28 0 0 25 0 4 0 622413247 413552640 87184 33554432000 134512640 135305190 4293683648 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=13379/tid=13382] ppid=13376 vsize=403860 CPUtime=1061.26 cores=1,3,5,7
/proc/13379/task/13382/stat : 13382 (manysat1.1_stat) R 13376 13376 12895 0 -1 4202560 19139 0 0 0 106099 27 0 0 25 0 4 0 622413247 413552640 87184 33554432000 134512640 135305190 4293683648 18446744073709551615 134528421 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4234.46
Current children cumulated vsize (KiB) 412560

[startup+1122.3 s]
/proc/loadavg: 8.16 8.10 8.01 9/339 13481
/proc/meminfo: memFree=10029212/32951124 swapFree=67111352/67111528
[pid=13376] ppid=13374 vsize=8700 CPUtime=0.64 cores=1,3,5,7
/proc/13376/stat : 13376 (manysat.sh) S 13374 13376 12895 0 -1 4202496 357 6867 0 0 0 0 62 2 19 0 1 0 622413170 8908800 253 33554432000 4194304 4922060 140737338259424 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13376/statm: 2175 253 209 178 0 68 0
[pid=13379] ppid=13376 vsize=423664 CPUtime=4473.12 cores=1,3,5,7
/proc/13379/stat : 13379 (manysat1.1_stat) R 13376 13376 12895 0 -1 4202496 92154 0 0 0 447194 118 0 0 25 0 4 0 622413235 433831936 92105 33554432000 134512640 135305190 4293683648 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/13379/statm: 105916 92105 84 194 0 105720 0
[pid=13379/tid=13380] ppid=13376 vsize=423664 CPUtime=1116.17 cores=1,3,5,7
/proc/13379/task/13380/stat : 13380 (manysat1.1_stat) R 13376 13376 12895 0 -1 4202560 20261 0 0 0 111589 28 0 0 25 0 4 0 622413247 433831936 92105 33554432000 134512640 135305190 4293683648 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=13379/tid=13381] ppid=13376 vsize=423664 CPUtime=1114.96 cores=1,3,5,7
/proc/13379/task/13381/stat : 13381 (manysat1.1_stat) R 13376 13376 12895 0 -1 4202560 22965 0 0 0 111466 30 0 0 25 0 4 0 622413247 433831936 92105 33554432000 134512640 135305190 4293683648 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=13379/tid=13382] ppid=13376 vsize=423664 CPUtime=1121.25 cores=1,3,5,7
/proc/13379/task/13382/stat : 13382 (manysat1.1_stat) R 13376 13376 12895 0 -1 4202560 19999 0 0 0 112097 28 0 0 25 0 4 0 622413247 433831936 92105 33554432000 134512640 135305190 4293683648 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4473.76
Current children cumulated vsize (KiB) 432364

[startup+1182.3 s]
/proc/loadavg: 8.18 8.11 8.01 9/339 13483
/proc/meminfo: memFree=10015800/32951124 swapFree=67111352/67111528
[pid=13376] ppid=13374 vsize=8700 CPUtime=0.64 cores=1,3,5,7
/proc/13376/stat : 13376 (manysat.sh) S 13374 13376 12895 0 -1 4202496 357 6867 0 0 0 0 62 2 19 0 1 0 622413170 8908800 253 33554432000 4194304 4922060 140737338259424 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13376/statm: 2175 253 209 178 0 68 0
[pid=13379] ppid=13376 vsize=429696 CPUtime=4712.45 cores=1,3,5,7
/proc/13379/stat : 13379 (manysat1.1_stat) R 13376 13376 12895 0 -1 4202496 93092 0 0 0 471125 120 0 0 25 0 4 0 622413235 440008704 93043 33554432000 134512640 135305190 4293683648 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/13379/statm: 107424 93043 84 194 0 107228 0
[pid=13379/tid=13380] ppid=13376 vsize=429696 CPUtime=1176.16 cores=1,3,5,7
/proc/13379/task/13380/stat : 13380 (manysat1.1_stat) R 13376 13376 12895 0 -1 4202560 20264 0 0 0 117588 28 0 0 25 0 4 0 622413247 440008704 93043 33554432000 134512640 135305190 4293683648 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=13379/tid=13381] ppid=13376 vsize=429696 CPUtime=1174.31 cores=1,3,5,7
/proc/13379/task/13381/stat : 13381 (manysat1.1_stat) R 13376 13376 12895 0 -1 4202560 23162 0 0 0 117401 30 0 0 25 0 4 0 622413247 440008704 93043 33554432000 134512640 135305190 4293683648 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=13379/tid=13382] ppid=13376 vsize=429696 CPUtime=1181.26 cores=1,3,5,7
/proc/13379/task/13382/stat : 13382 (manysat1.1_stat) R 13376 13376 12895 0 -1 4202560 20152 0 0 0 118097 29 0 0 25 0 4 0 622413247 440008704 93043 33554432000 134512640 135305190 4293683648 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4713.09
Current children cumulated vsize (KiB) 438396



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204.1 s]
/proc/loadavg: 8.12 8.10 8.01 9/339 13483
/proc/meminfo: memFree=10004764/32951124 swapFree=67111352/67111528
[pid=13376] ppid=13374 vsize=8700 CPUtime=0.64 cores=1,3,5,7
/proc/13376/stat : 13376 (manysat.sh) S 13374 13376 12895 0 -1 4202496 357 6867 0 0 0 0 62 2 19 0 1 0 622413170 8908800 253 33554432000 4194304 4922060 140737338259424 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13376/statm: 2175 253 209 178 0 68 0
[pid=13379] ppid=13376 vsize=430632 CPUtime=4799.42 cores=1,3,5,7
/proc/13379/stat : 13379 (manysat1.1_stat) R 13376 13376 12895 0 -1 4202496 93326 0 0 0 479821 121 0 0 25 0 4 0 622413235 440967168 93277 33554432000 134512640 135305190 4293683648 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/13379/statm: 107658 93277 84 194 0 107462 0
[pid=13379/tid=13380] ppid=13376 vsize=430632 CPUtime=1197.97 cores=1,3,5,7
/proc/13379/task/13380/stat : 13380 (manysat1.1_stat) R 13376 13376 12895 0 -1 4202560 20265 0 0 0 119769 28 0 0 25 0 4 0 622413247 440967168 93277 33554432000 134512640 135305190 4293683648 18446744073709551615 134528379 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=13379/tid=13381] ppid=13376 vsize=430632 CPUtime=1195.86 cores=1,3,5,7
/proc/13379/task/13381/stat : 13381 (manysat1.1_stat) R 13376 13376 12895 0 -1 4202560 23242 0 0 0 119555 31 0 0 25 0 4 0 622413247 440967168 93277 33554432000 134512640 135305190 4293683648 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=13379/tid=13382] ppid=13376 vsize=430632 CPUtime=1203.07 cores=1,3,5,7
/proc/13379/task/13382/stat : 13382 (manysat1.1_stat) R 13376 13376 12895 0 -1 4202560 20305 0 0 0 120278 29 0 0 25 0 4 0 622413247 440967168 93277 33554432000 134512640 135305190 4293683648 18446744073709551615 134528415 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.06
Current children cumulated vsize (KiB) 439332

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

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

[startup+1204.1 s]
/proc/loadavg: 8.12 8.10 8.01 9/339 13483
/proc/meminfo: memFree=10004764/32951124 swapFree=67111352/67111528
[pid=13376] ppid=13374 vsize=8700 CPUtime=0.64 cores=1,3,5,7
/proc/13376/stat : 13376 (manysat.sh) S 13374 13376 12895 0 -1 4202496 357 6867 0 0 0 0 62 2 19 0 1 0 622413170 8908800 253 33554432000 4194304 4922060 140737338259424 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/13376/statm: 2175 253 209 178 0 68 0
[pid=13379] ppid=13376 vsize=430632 CPUtime=4799.42 cores=1,3,5,7
/proc/13379/stat : 13379 (manysat1.1_stat) R 13376 13376 12895 0 -1 4202496 93326 0 0 0 479821 121 0 0 25 0 4 0 622413235 440967168 93277 33554432000 134512640 135305190 4293683648 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/13379/statm: 107658 93277 84 194 0 107462 0
[pid=13379/tid=13380] ppid=13376 vsize=430632 CPUtime=1197.97 cores=1,3,5,7
/proc/13379/task/13380/stat : 13380 (manysat1.1_stat) R 13376 13376 12895 0 -1 4202560 20265 0 0 0 119769 28 0 0 25 0 4 0 622413247 440967168 93277 33554432000 134512640 135305190 4293683648 18446744073709551615 134528379 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=13379/tid=13381] ppid=13376 vsize=430632 CPUtime=1195.86 cores=1,3,5,7
/proc/13379/task/13381/stat : 13381 (manysat1.1_stat) R 13376 13376 12895 0 -1 4202560 23242 0 0 0 119555 31 0 0 25 0 4 0 622413247 440967168 93277 33554432000 134512640 135305190 4293683648 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=13379/tid=13382] ppid=13376 vsize=430632 CPUtime=1203.07 cores=1,3,5,7
/proc/13379/task/13382/stat : 13382 (manysat1.1_stat) R 13376 13376 12895 0 -1 4202560 20305 0 0 0 120278 29 0 0 25 0 4 0 622413247 440967168 93277 33554432000 134512640 135305190 4293683648 18446744073709551615 134528415 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.06
Current children cumulated vsize (KiB) 439332

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1204.12
CPU time (s): 4800.06
CPU user time (s): 4798.83
CPU system time (s): 1.23
CPU usage (%): 398.635
Max. virtual memory (cumulated for all children) (KiB): 439332

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

runsolver used 3.69044 second user time and 9.46156 second system time

The end

Launcher Data

Begin job on node143 at 2011-05-13 17:19:36
IDJOB=3362235
IDBENCH=83115
IDSOLVER=1838
FILE ID=node143/3362235-1305299975
RUNJOBID= node143-1305296391-12914
PBS_JOBID= 13321410
Free space on /tmp= 41192 MiB

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

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

MD5SUM BENCH= 9fab5edd49fb904ff76ff7abf98e0d14
RANDOM SEED=1572239992

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      10009272 kB
Buffers:        229840 kB
Cached:        5519596 kB
SwapCached:          0 kB
Active:       17774232 kB
Inactive:      4855584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10009272 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:            4296 kB
Writeback:           0 kB
AnonPages:    16880168 kB
Mapped:          29352 kB
Slab:           195220 kB
PageTables:      54816 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 70680736 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= 41208 MiB
End job on node143 at 2011-05-13 17:39:42