Trace number 3361963

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.16 1204.32

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-21-s100.cnf
MD5SUMd34c45eae853ce60c342643824196dbf
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark35.7406
Satisfiable
(Un)Satisfiability was proved
Number of variables31613
Number of clauses95104
Sum of the clauses size224206
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 260978
Number of clauses of size 334062
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.04	c ==============================================================================
0.00/0.04	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.04	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.04	c ==============================================================================
0.00/0.04	c |         0 |   94904   223730 |   28471       0        0     nan |  0.000 % |
0.00/0.71	c |         0 |   57479   171136 |      --       0       --      -- |     --   | -37085/-51618
0.00/0.71	c ==============================================================================
0.00/0.71	c Result  :   #vars: 13839   #clauses: 57479   #literals: 171136
0.00/0.71	c CPU time:   0.697893 s
0.00/0.71	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-3361963-1305297601/watcher-3361963-1305297601 -o /tmp/evaluation-result-3361963-1305297601/solver-3361963-1305297601 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3361963-1305297601.cnf aimd 1 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.45 7.84 5.85 6/368 31211
/proc/meminfo: memFree=11059992/32951124 swapFree=65155552/67111528
[pid=31211] ppid=31209 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31211/stat : 31211 (manysat.sh) S 31209 31211 31066 0 -1 4202496 329 0 0 0 0 0 0 0 18 0 1 0 622176391 8908800 250 33554432000 4194304 4922060 140737199361808 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31211/statm: 2175 250 209 178 0 68 0

[startup+0.0266889 s]
/proc/loadavg: 7.45 7.84 5.85 6/368 31211
/proc/meminfo: memFree=11059992/32951124 swapFree=65155552/67111528
[pid=31211] ppid=31209 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31211/stat : 31211 (manysat.sh) S 31209 31211 31066 0 -1 4202496 329 0 0 0 0 0 0 0 18 0 1 0 622176391 8908800 250 33554432000 4194304 4922060 140737199361808 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31211/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100687 s]
/proc/loadavg: 7.45 7.84 5.85 6/368 31211
/proc/meminfo: memFree=11059992/32951124 swapFree=65155552/67111528
[pid=31211] ppid=31209 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31211/stat : 31211 (manysat.sh) S 31209 31211 31066 0 -1 4202496 329 0 0 0 0 0 0 0 18 0 1 0 622176391 8908800 250 33554432000 4194304 4922060 140737199361808 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31211/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300638 s]
/proc/loadavg: 7.45 7.84 5.85 6/368 31211
/proc/meminfo: memFree=11059992/32951124 swapFree=65155552/67111528
[pid=31211] ppid=31209 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31211/stat : 31211 (manysat.sh) S 31209 31211 31066 0 -1 4202496 329 0 0 0 0 0 0 0 18 0 1 0 622176391 8908800 250 33554432000 4194304 4922060 140737199361808 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31211/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700566 s]
/proc/loadavg: 7.45 7.84 5.85 6/368 31211
/proc/meminfo: memFree=11059992/32951124 swapFree=65155552/67111528
[pid=31211] ppid=31209 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31211/stat : 31211 (manysat.sh) S 31209 31211 31066 0 -1 4202496 329 0 0 0 0 0 0 0 18 0 1 0 622176391 8908800 250 33554432000 4194304 4922060 140737199361808 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31211/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50042 s]
/proc/loadavg: 7.45 7.84 5.85 6/366 31221
/proc/meminfo: memFree=11053492/32951124 swapFree=65155552/67111528
[pid=31211] ppid=31209 vsize=8700 CPUtime=0.74 cores=0,2,4,6
/proc/31211/stat : 31211 (manysat.sh) S 31209 31211 31066 0 -1 4202496 357 4237 0 0 0 0 73 1 15 0 1 0 622176391 8908800 253 33554432000 4194304 4922060 140737199361808 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31211/statm: 2175 253 209 178 0 68 0
[pid=31215] ppid=31211 vsize=55060 CPUtime=2.72 cores=0,2,4,6
/proc/31215/stat : 31215 (manysat1.1_stat) R 31211 31211 31066 0 -1 4202496 5365 0 0 0 271 1 0 0 18 0 4 0 622176466 56381440 5314 33554432000 134512640 135305190 4290347152 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/31215/statm: 13765 5314 84 194 0 13569 0
[pid=31215/tid=31216] ppid=31211 vsize=55060 CPUtime=0.64 cores=0,2,4,6
/proc/31215/task/31216/stat : 31216 (manysat1.1_stat) R 31211 31211 31066 0 -1 4202560 185 0 0 0 64 0 0 0 18 0 4 0 622176474 56381440 5314 33554432000 134512640 135305190 4290347152 18446744073709551615 134528319 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=31215/tid=31217] ppid=31211 vsize=55060 CPUtime=0.66 cores=0,2,4,6
/proc/31215/task/31217/stat : 31217 (manysat1.1_stat) R 31211 31211 31066 0 -1 4202560 197 0 0 0 66 0 0 0 18 0 4 0 622176474 56381440 5314 33554432000 134512640 135305190 4290347152 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=31215/tid=31218] ppid=31211 vsize=55060 CPUtime=0.66 cores=0,2,4,6
/proc/31215/task/31218/stat : 31218 (manysat1.1_stat) R 31211 31211 31066 0 -1 4202560 236 0 0 0 66 0 0 0 18 0 4 0 622176474 56381440 5314 33554432000 134512640 135305190 4290347152 18446744073709551615 134528237 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.46
Current children cumulated vsize (KiB) 63760

[startup+3.10114 s]
/proc/loadavg: 7.45 7.84 5.85 6/366 31239
/proc/meminfo: memFree=11027560/32951124 swapFree=65155552/67111528
[pid=31211] ppid=31209 vsize=8700 CPUtime=0.74 cores=0,2,4,6
/proc/31211/stat : 31211 (manysat.sh) S 31209 31211 31066 0 -1 4202496 357 4237 0 0 0 0 73 1 15 0 1 0 622176391 8908800 253 33554432000 4194304 4922060 140737199361808 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31211/statm: 2175 253 209 178 0 68 0
[pid=31215] ppid=31211 vsize=55856 CPUtime=9.11 cores=0,2,4,6
/proc/31215/stat : 31215 (manysat1.1_stat) R 31211 31211 31066 0 -1 4202496 5557 0 0 0 910 1 0 0 21 0 4 0 622176466 57196544 5506 33554432000 134512640 135305190 4290347152 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/31215/statm: 13964 5506 84 194 0 13768 0
[pid=31215/tid=31216] ppid=31211 vsize=55856 CPUtime=2.23 cores=0,2,4,6
/proc/31215/task/31216/stat : 31216 (manysat1.1_stat) R 31211 31211 31066 0 -1 4202560 236 0 0 0 223 0 0 0 21 0 4 0 622176474 57196544 5506 33554432000 134512640 135305190 4290347152 18446744073709551615 134551677 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=31215/tid=31217] ppid=31211 vsize=55856 CPUtime=2.26 cores=0,2,4,6
/proc/31215/task/31217/stat : 31217 (manysat1.1_stat) R 31211 31211 31066 0 -1 4202560 234 0 0 0 226 0 0 0 21 0 4 0 622176474 57196544 5506 33554432000 134512640 135305190 4290347152 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=31215/tid=31218] ppid=31211 vsize=55856 CPUtime=2.26 cores=0,2,4,6
/proc/31215/task/31218/stat : 31218 (manysat1.1_stat) R 31211 31211 31066 0 -1 4202560 287 0 0 0 226 0 0 0 21 0 4 0 622176474 57196544 5506 33554432000 134512640 135305190 4290347152 18446744073709551615 134528536 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 9.85
Current children cumulated vsize (KiB) 64556

[startup+6.30057 s]
/proc/loadavg: 7.25 7.79 5.85 6/366 31239
/proc/meminfo: memFree=10910140/32951124 swapFree=65155552/67111528
[pid=31211] ppid=31209 vsize=8700 CPUtime=0.74 cores=0,2,4,6
/proc/31211/stat : 31211 (manysat.sh) S 31209 31211 31066 0 -1 4202496 357 4237 0 0 0 0 73 1 15 0 1 0 622176391 8908800 253 33554432000 4194304 4922060 140737199361808 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31211/statm: 2175 253 209 178 0 68 0
[pid=31215] ppid=31211 vsize=57164 CPUtime=21.88 cores=0,2,4,6
/proc/31215/stat : 31215 (manysat1.1_stat) R 31211 31211 31066 0 -1 4202496 5897 0 0 0 2186 2 0 0 25 0 4 0 622176466 58535936 5846 33554432000 134512640 135305190 4290347152 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/31215/statm: 14291 5846 84 194 0 14095 0
[pid=31215/tid=31216] ppid=31211 vsize=57164 CPUtime=5.39 cores=0,2,4,6
/proc/31215/task/31216/stat : 31216 (manysat1.1_stat) R 31211 31211 31066 0 -1 4202560 304 0 0 0 539 0 0 0 25 0 4 0 622176474 58535936 5846 33554432000 134512640 135305190 4290347152 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=31215/tid=31217] ppid=31211 vsize=57164 CPUtime=5.46 cores=0,2,4,6
/proc/31215/task/31217/stat : 31217 (manysat1.1_stat) R 31211 31211 31066 0 -1 4202560 286 0 0 0 546 0 0 0 25 0 4 0 622176474 58535936 5846 33554432000 134512640 135305190 4290347152 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=31215/tid=31218] ppid=31211 vsize=57164 CPUtime=5.46 cores=0,2,4,6
/proc/31215/task/31218/stat : 31218 (manysat1.1_stat) R 31211 31211 31066 0 -1 4202560 443 0 0 0 546 0 0 0 25 0 4 0 622176474 58535936 5846 33554432000 134512640 135305190 4290347152 18446744073709551615 134528198 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 22.62
Current children cumulated vsize (KiB) 65864

[startup+12.7004 s]
/proc/loadavg: 7.23 7.78 5.85 6/366 31239
/proc/meminfo: memFree=10697836/32951124 swapFree=65155552/67111528
[pid=31211] ppid=31209 vsize=8700 CPUtime=0.74 cores=0,2,4,6
/proc/31211/stat : 31211 (manysat.sh) S 31209 31211 31066 0 -1 4202496 357 4237 0 0 0 0 73 1 15 0 1 0 622176391 8908800 253 33554432000 4194304 4922060 140737199361808 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31211/statm: 2175 253 209 178 0 68 0
[pid=31215] ppid=31211 vsize=59396 CPUtime=47.39 cores=0,2,4,6
/proc/31215/stat : 31215 (manysat1.1_stat) R 31211 31211 31066 0 -1 4202496 6513 0 0 0 4734 5 0 0 25 0 4 0 622176466 60821504 6462 33554432000 134512640 135305190 4290347152 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/31215/statm: 14849 6462 84 194 0 14653 0
[pid=31215/tid=31216] ppid=31211 vsize=59396 CPUtime=11.71 cores=0,2,4,6
/proc/31215/task/31216/stat : 31216 (manysat1.1_stat) R 31211 31211 31066 0 -1 4202560 490 0 0 0 1171 0 0 0 25 0 4 0 622176474 60821504 6462 33554432000 134512640 135305190 4290347152 18446744073709551615 134528212 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=31215/tid=31217] ppid=31211 vsize=59396 CPUtime=11.86 cores=0,2,4,6
/proc/31215/task/31217/stat : 31217 (manysat1.1_stat) R 31211 31211 31066 0 -1 4202560 415 0 0 0 1186 0 0 0 25 0 4 0 622176474 60821504 6462 33554432000 134512640 135305190 4290347152 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=31215/tid=31218] ppid=31211 vsize=59396 CPUtime=11.86 cores=0,2,4,6
/proc/31215/task/31218/stat : 31218 (manysat1.1_stat) R 31211 31211 31066 0 -1 4202560 642 0 0 0 1186 0 0 0 25 0 4 0 622176474 60821504 6462 33554432000 134512640 135305190 4290347152 18446744073709551615 134528609 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 48.13
Current children cumulated vsize (KiB) 68096

[startup+25.5011 s]
/proc/loadavg: 7.18 7.74 5.87 6/370 31247
/proc/meminfo: memFree=10266892/32951124 swapFree=65155552/67111528
[pid=31211] ppid=31209 vsize=8700 CPUtime=0.74 cores=0,2,4,6
/proc/31211/stat : 31211 (manysat.sh) S 31209 31211 31066 0 -1 4202496 357 4237 0 0 0 0 73 1 15 0 1 0 622176391 8908800 253 33554432000 4194304 4922060 140737199361808 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31211/statm: 2175 253 209 178 0 68 0
[pid=31215] ppid=31211 vsize=63268 CPUtime=98.43 cores=0,2,4,6
/proc/31215/stat : 31215 (manysat1.1_stat) R 31211 31211 31066 0 -1 4202496 7515 0 0 0 9832 11 0 0 25 0 4 0 622176466 64786432 7464 33554432000 134512640 135305190 4290347152 18446744073709551615 134551703 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/31215/statm: 15817 7464 84 194 0 15621 0
[pid=31215/tid=31216] ppid=31211 vsize=63268 CPUtime=24.36 cores=0,2,4,6
/proc/31215/task/31216/stat : 31216 (manysat1.1_stat) R 31211 31211 31066 0 -1 4202560 687 0 0 0 2436 0 0 0 25 0 4 0 622176474 64786432 7464 33554432000 134512640 135305190 4290347152 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=31215/tid=31217] ppid=31211 vsize=63268 CPUtime=24.65 cores=0,2,4,6
/proc/31215/task/31217/stat : 31217 (manysat1.1_stat) R 31211 31211 31066 0 -1 4202560 633 0 0 0 2465 0 0 0 25 0 4 0 622176474 64786432 7464 33554432000 134512640 135305190 4290347152 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=31215/tid=31218] ppid=31211 vsize=63268 CPUtime=24.67 cores=0,2,4,6
/proc/31215/task/31218/stat : 31218 (manysat1.1_stat) R 31211 31211 31066 0 -1 4202560 968 0 0 0 2466 1 0 0 25 0 4 0 622176474 64786432 7464 33554432000 134512640 135305190 4290347152 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 99.17
Current children cumulated vsize (KiB) 71968

[startup+51.1006 s]
/proc/loadavg: 7.05 7.65 5.89 5/365 31264
/proc/meminfo: memFree=6989848/32951124 swapFree=65155552/67111528
[pid=31211] ppid=31209 vsize=8700 CPUtime=0.74 cores=0,2,4,6
/proc/31211/stat : 31211 (manysat.sh) S 31209 31211 31066 0 -1 4202496 357 4237 0 0 0 0 73 1 15 0 1 0 622176391 8908800 253 33554432000 4194304 4922060 140737199361808 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31211/statm: 2175 253 209 178 0 68 0
[pid=31215] ppid=31211 vsize=72408 CPUtime=200.5 cores=0,2,4,6
/proc/31215/stat : 31215 (manysat1.1_stat) R 31211 31211 31066 0 -1 4202496 9618 0 0 0 20031 19 0 0 25 0 4 0 622176466 74145792 9567 33554432000 134512640 135305190 4290347152 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/31215/statm: 18102 9567 84 194 0 17906 0
[pid=31215/tid=31216] ppid=31211 vsize=72408 CPUtime=49.66 cores=0,2,4,6
/proc/31215/task/31216/stat : 31216 (manysat1.1_stat) R 31211 31211 31066 0 -1 4202560 1115 0 0 0 4966 0 0 0 25 0 4 0 622176474 74145792 9567 33554432000 134512640 135305190 4290347152 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=31215/tid=31217] ppid=31211 vsize=72408 CPUtime=50.22 cores=0,2,4,6
/proc/31215/task/31217/stat : 31217 (manysat1.1_stat) R 31211 31211 31066 0 -1 4202560 1014 0 0 0 5022 0 0 0 25 0 4 0 622176474 74145792 9567 33554432000 134512640 135305190 4290347152 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=31215/tid=31218] ppid=31211 vsize=72408 CPUtime=50.26 cores=0,2,4,6
/proc/31215/task/31218/stat : 31218 (manysat1.1_stat) R 31211 31211 31066 0 -1 4202560 1823 0 0 0 5025 1 0 0 25 0 4 0 622176474 74145792 9567 33554432000 134512640 135305190 4290347152 18446744073709551615 134557391 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 201.24
Current children cumulated vsize (KiB) 81108

[startup+102.313 s]
/proc/loadavg: 7.37 7.65 5.98 5/366 31266
/proc/meminfo: memFree=8900368/32951124 swapFree=65155552/67111528
[pid=31211] ppid=31209 vsize=8700 CPUtime=0.74 cores=0,2,4,6
/proc/31211/stat : 31211 (manysat.sh) S 31209 31211 31066 0 -1 4202496 357 4237 0 0 0 0 73 1 15 0 1 0 622176391 8908800 253 33554432000 4194304 4922060 140737199361808 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31211/statm: 2175 253 209 178 0 68 0
[pid=31215] ppid=31211 vsize=83280 CPUtime=404.74 cores=0,2,4,6
/proc/31215/stat : 31215 (manysat1.1_stat) R 31211 31211 31066 0 -1 4202496 12247 0 0 0 40426 48 0 0 25 0 4 0 622176466 85278720 12167 33554432000 134512640 135305190 4290347152 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/31215/statm: 20820 12167 84 194 0 20624 0
[pid=31215/tid=31216] ppid=31211 vsize=83280 CPUtime=100.26 cores=0,2,4,6
/proc/31215/task/31216/stat : 31216 (manysat1.1_stat) R 31211 31211 31066 0 -1 4202560 1729 0 0 0 10026 0 0 0 25 0 4 0 622176474 85278720 12167 33554432000 134512640 135305190 4290347152 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=31215/tid=31217] ppid=31211 vsize=83280 CPUtime=101.43 cores=0,2,4,6
/proc/31215/task/31217/stat : 31217 (manysat1.1_stat) R 31211 31211 31066 0 -1 4202560 1746 0 0 0 10143 0 0 0 25 0 4 0 622176474 85278720 12167 33554432000 134512640 135305190 4290347152 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=31215/tid=31218] ppid=31211 vsize=83280 CPUtime=101.47 cores=0,2,4,6
/proc/31215/task/31218/stat : 31218 (manysat1.1_stat) R 31211 31211 31066 0 -1 4202560 2630 0 0 0 10145 2 0 0 25 0 4 0 622176474 85278720 12167 33554432000 134512640 135305190 4290347152 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 405.48
Current children cumulated vsize (KiB) 91980

[startup+162.301 s]
/proc/loadavg: 7.66 7.66 6.08 9/373 31284
/proc/meminfo: memFree=10679168/32951124 swapFree=65155552/67111528
[pid=31211] ppid=31209 vsize=8700 CPUtime=0.74 cores=0,2,4,6
/proc/31211/stat : 31211 (manysat.sh) S 31209 31211 31066 0 -1 4202496 357 4237 0 0 0 0 73 1 15 0 1 0 622176391 8908800 253 33554432000 4194304 4922060 140737199361808 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31211/statm: 2175 253 209 178 0 68 0
[pid=31215] ppid=31211 vsize=101420 CPUtime=643.97 cores=0,2,4,6
/proc/31215/stat : 31215 (manysat1.1_stat) R 31211 31211 31066 0 -1 4202496 16695 0 0 0 64336 61 0 0 25 0 4 0 622176466 103854080 16615 33554432000 134512640 135305190 4290347152 18446744073709551615 134528480 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/31215/statm: 25355 16615 84 194 0 25159 0
[pid=31215/tid=31216] ppid=31211 vsize=101420 CPUtime=159.55 cores=0,2,4,6

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

/proc/31215/task/31218/stat : 31218 (manysat1.1_stat) R 31211 31211 31066 0 -1 4202560 6710 0 0 0 82141 5 0 0 25 0 4 0 622176474 147791872 26655 33554432000 134512640 135305190 4290347152 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3276.74
Current children cumulated vsize (KiB) 153028

[startup+882.301 s]
/proc/loadavg: 8.22 8.11 7.17 9/373 31369
/proc/meminfo: memFree=10697804/32951124 swapFree=65155552/67111528
[pid=31211] ppid=31209 vsize=8700 CPUtime=0.74 cores=0,2,4,6
/proc/31211/stat : 31211 (manysat.sh) S 31209 31211 31066 0 -1 4202496 357 4237 0 0 0 0 73 1 15 0 1 0 622176391 8908800 253 33554432000 4194304 4922060 140737199361808 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31211/statm: 2175 253 209 178 0 68 0
[pid=31215] ppid=31211 vsize=146104 CPUtime=3515.27 cores=0,2,4,6
/proc/31215/stat : 31215 (manysat1.1_stat) R 31211 31211 31066 0 -1 4202496 27329 0 0 0 351457 70 0 0 25 0 4 0 622176466 149610496 27222 33554432000 134512640 135305190 4290347152 18446744073709551615 134528237 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/31215/statm: 36526 27222 84 194 0 36330 0
[pid=31215/tid=31216] ppid=31211 vsize=146104 CPUtime=871.03 cores=0,2,4,6
/proc/31215/task/31216/stat : 31216 (manysat1.1_stat) R 31211 31211 31066 0 -1 4202560 4953 0 0 0 87101 2 0 0 25 0 4 0 622176474 149610496 27222 33554432000 134512640 135305190 4290347152 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=31215/tid=31217] ppid=31211 vsize=146104 CPUtime=881.21 cores=0,2,4,6
/proc/31215/task/31217/stat : 31217 (manysat1.1_stat) R 31211 31211 31066 0 -1 4202560 5626 0 0 0 88118 3 0 0 25 0 4 0 622176474 149610496 27222 33554432000 134512640 135305190 4290347152 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=31215/tid=31218] ppid=31211 vsize=146104 CPUtime=881.46 cores=0,2,4,6
/proc/31215/task/31218/stat : 31218 (manysat1.1_stat) R 31211 31211 31066 0 -1 4202560 6953 0 0 0 88141 5 0 0 25 0 4 0 622176474 149610496 27222 33554432000 134512640 135305190 4290347152 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3516.01
Current children cumulated vsize (KiB) 154804

[startup+942.301 s]
/proc/loadavg: 8.15 8.10 7.22 9/373 31371
/proc/meminfo: memFree=10679156/32951124 swapFree=65155552/67111528
[pid=31211] ppid=31209 vsize=8700 CPUtime=0.74 cores=0,2,4,6
/proc/31211/stat : 31211 (manysat.sh) S 31209 31211 31066 0 -1 4202496 357 4237 0 0 0 0 73 1 15 0 1 0 622176391 8908800 253 33554432000 4194304 4922060 140737199361808 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31211/statm: 2175 253 209 178 0 68 0
[pid=31215] ppid=31211 vsize=151768 CPUtime=3754.55 cores=0,2,4,6
/proc/31215/stat : 31215 (manysat1.1_stat) R 31211 31211 31066 0 -1 4202496 28462 0 0 0 375385 70 0 0 25 0 4 0 622176466 155410432 28355 33554432000 134512640 135305190 4290347152 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/31215/statm: 37942 28355 84 194 0 37746 0
[pid=31215/tid=31216] ppid=31211 vsize=151768 CPUtime=930.33 cores=0,2,4,6
/proc/31215/task/31216/stat : 31216 (manysat1.1_stat) R 31211 31211 31066 0 -1 4202560 5332 0 0 0 93031 2 0 0 25 0 4 0 622176474 155410432 28355 33554432000 134512640 135305190 4290347152 18446744073709551615 134538524 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=31215/tid=31217] ppid=31211 vsize=151768 CPUtime=941.2 cores=0,2,4,6
/proc/31215/task/31217/stat : 31217 (manysat1.1_stat) R 31211 31211 31066 0 -1 4202560 5805 0 0 0 94117 3 0 0 25 0 4 0 622176474 155410432 28355 33554432000 134512640 135305190 4290347152 18446744073709551615 134554281 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=31215/tid=31218] ppid=31211 vsize=151768 CPUtime=941.46 cores=0,2,4,6
/proc/31215/task/31218/stat : 31218 (manysat1.1_stat) R 31211 31211 31066 0 -1 4202560 7194 0 0 0 94141 5 0 0 25 0 4 0 622176474 155410432 28355 33554432000 134512640 135305190 4290347152 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3755.29
Current children cumulated vsize (KiB) 160468

[startup+1002.3 s]
/proc/loadavg: 8.12 8.10 7.27 9/373 31372
/proc/meminfo: memFree=10651684/32951124 swapFree=65155552/67111528
[pid=31211] ppid=31209 vsize=8700 CPUtime=0.74 cores=0,2,4,6
/proc/31211/stat : 31211 (manysat.sh) S 31209 31211 31066 0 -1 4202496 357 4237 0 0 0 0 73 1 15 0 1 0 622176391 8908800 253 33554432000 4194304 4922060 140737199361808 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31211/statm: 2175 253 209 178 0 68 0
[pid=31215] ppid=31211 vsize=151768 CPUtime=3993.8 cores=0,2,4,6
/proc/31215/stat : 31215 (manysat1.1_stat) R 31211 31211 31066 0 -1 4202496 28466 0 0 0 399309 71 0 0 25 0 4 0 622176466 155410432 28359 33554432000 134512640 135305190 4290347152 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/31215/statm: 37942 28359 84 194 0 37746 0
[pid=31215/tid=31216] ppid=31211 vsize=151768 CPUtime=989.61 cores=0,2,4,6
/proc/31215/task/31216/stat : 31216 (manysat1.1_stat) R 31211 31211 31066 0 -1 4202560 5332 0 0 0 98958 3 0 0 25 0 4 0 622176474 155410432 28359 33554432000 134512640 135305190 4290347152 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=31215/tid=31217] ppid=31211 vsize=151768 CPUtime=1001.19 cores=0,2,4,6
/proc/31215/task/31217/stat : 31217 (manysat1.1_stat) R 31211 31211 31066 0 -1 4202560 5809 0 0 0 100116 3 0 0 25 0 4 0 622176474 155410432 28359 33554432000 134512640 135305190 4290347152 18446744073709551615 134528559 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=31215/tid=31218] ppid=31211 vsize=151768 CPUtime=1001.46 cores=0,2,4,6
/proc/31215/task/31218/stat : 31218 (manysat1.1_stat) R 31211 31211 31066 0 -1 4202560 7194 0 0 0 100141 5 0 0 25 0 4 0 622176474 155410432 28359 33554432000 134512640 135305190 4290347152 18446744073709551615 134528536 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3994.54
Current children cumulated vsize (KiB) 160468

[startup+1062.3 s]
/proc/loadavg: 8.12 8.09 7.32 9/373 31374
/proc/meminfo: memFree=10646524/32951124 swapFree=65155552/67111528
[pid=31211] ppid=31209 vsize=8700 CPUtime=0.74 cores=0,2,4,6
/proc/31211/stat : 31211 (manysat.sh) S 31209 31211 31066 0 -1 4202496 357 4237 0 0 0 0 73 1 15 0 1 0 622176391 8908800 253 33554432000 4194304 4922060 140737199361808 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31211/statm: 2175 253 209 178 0 68 0
[pid=31215] ppid=31211 vsize=152372 CPUtime=4233.08 cores=0,2,4,6
/proc/31215/stat : 31215 (manysat1.1_stat) R 31211 31211 31066 0 -1 4202496 28590 0 0 0 423237 71 0 0 25 0 4 0 622176466 156028928 28483 33554432000 134512640 135305190 4290347152 18446744073709551615 134528571 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/31215/statm: 38093 28483 84 194 0 37897 0
[pid=31215/tid=31216] ppid=31211 vsize=152372 CPUtime=1048.91 cores=0,2,4,6
/proc/31215/task/31216/stat : 31216 (manysat1.1_stat) R 31211 31211 31066 0 -1 4202560 5344 0 0 0 104888 3 0 0 25 0 4 0 622176474 156028928 28483 33554432000 134512640 135305190 4290347152 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=31215/tid=31217] ppid=31211 vsize=152372 CPUtime=1061.16 cores=0,2,4,6
/proc/31215/task/31217/stat : 31217 (manysat1.1_stat) R 31211 31211 31066 0 -1 4202560 5836 0 0 0 106113 3 0 0 25 0 4 0 622176474 156028928 28483 33554432000 134512640 135305190 4290347152 18446744073709551615 134528310 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=31215/tid=31218] ppid=31211 vsize=152372 CPUtime=1061.47 cores=0,2,4,6
/proc/31215/task/31218/stat : 31218 (manysat1.1_stat) R 31211 31211 31066 0 -1 4202560 7243 0 0 0 106141 6 0 0 25 0 4 0 622176474 156028928 28483 33554432000 134512640 135305190 4290347152 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4233.82
Current children cumulated vsize (KiB) 161072

[startup+1122.3 s]
/proc/loadavg: 8.11 8.09 7.37 9/373 31376
/proc/meminfo: memFree=10638892/32951124 swapFree=65155552/67111528
[pid=31211] ppid=31209 vsize=8700 CPUtime=0.74 cores=0,2,4,6
/proc/31211/stat : 31211 (manysat.sh) S 31209 31211 31066 0 -1 4202496 357 4237 0 0 0 0 73 1 15 0 1 0 622176391 8908800 253 33554432000 4194304 4922060 140737199361808 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31211/statm: 2175 253 209 178 0 68 0
[pid=31215] ppid=31211 vsize=153240 CPUtime=4472.36 cores=0,2,4,6
/proc/31215/stat : 31215 (manysat1.1_stat) R 31211 31211 31066 0 -1 4202496 28882 0 0 0 447165 71 0 0 25 0 4 0 622176466 156917760 28775 33554432000 134512640 135305190 4290347152 18446744073709551615 134528265 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/31215/statm: 38310 28775 84 194 0 38114 0
[pid=31215/tid=31216] ppid=31211 vsize=153240 CPUtime=1108.2 cores=0,2,4,6
/proc/31215/task/31216/stat : 31216 (manysat1.1_stat) R 31211 31211 31066 0 -1 4202560 5387 0 0 0 110817 3 0 0 25 0 4 0 622176474 156917760 28775 33554432000 134512640 135305190 4290347152 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=31215/tid=31217] ppid=31211 vsize=153240 CPUtime=1121.16 cores=0,2,4,6
/proc/31215/task/31217/stat : 31217 (manysat1.1_stat) R 31211 31211 31066 0 -1 4202560 5865 0 0 0 112113 3 0 0 25 0 4 0 622176474 156917760 28775 33554432000 134512640 135305190 4290347152 18446744073709551615 134554281 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=31215/tid=31218] ppid=31211 vsize=153240 CPUtime=1121.47 cores=0,2,4,6
/proc/31215/task/31218/stat : 31218 (manysat1.1_stat) R 31211 31211 31066 0 -1 4202560 7370 0 0 0 112141 6 0 0 25 0 4 0 622176474 156917760 28775 33554432000 134512640 135305190 4290347152 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4473.1
Current children cumulated vsize (KiB) 161940

[startup+1182.3 s]
/proc/loadavg: 8.10 8.09 7.41 9/373 31377
/proc/meminfo: memFree=10618612/32951124 swapFree=65155552/67111528
[pid=31211] ppid=31209 vsize=8700 CPUtime=0.74 cores=0,2,4,6
/proc/31211/stat : 31211 (manysat.sh) S 31209 31211 31066 0 -1 4202496 357 4237 0 0 0 0 73 1 15 0 1 0 622176391 8908800 253 33554432000 4194304 4922060 140737199361808 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31211/statm: 2175 253 209 178 0 68 0
[pid=31215] ppid=31211 vsize=166356 CPUtime=4711.66 cores=0,2,4,6
/proc/31215/stat : 31215 (manysat1.1_stat) R 31211 31211 31066 0 -1 4202496 31857 0 0 0 471092 74 0 0 25 0 4 0 622176466 170348544 31750 33554432000 134512640 135305190 4290347152 18446744073709551615 134528562 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/31215/statm: 41589 31750 84 194 0 41393 0
[pid=31215/tid=31216] ppid=31211 vsize=166356 CPUtime=1167.5 cores=0,2,4,6
/proc/31215/task/31216/stat : 31216 (manysat1.1_stat) R 31211 31211 31066 0 -1 4202560 5941 0 0 0 116747 3 0 0 25 0 4 0 622176474 170348544 31750 33554432000 134512640 135305190 4290347152 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=31215/tid=31217] ppid=31211 vsize=166356 CPUtime=1181.15 cores=0,2,4,6
/proc/31215/task/31217/stat : 31217 (manysat1.1_stat) R 31211 31211 31066 0 -1 4202560 6535 0 0 0 118111 4 0 0 25 0 4 0 622176474 170348544 31750 33554432000 134512640 135305190 4290347152 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=31215/tid=31218] ppid=31211 vsize=166356 CPUtime=1181.47 cores=0,2,4,6
/proc/31215/task/31218/stat : 31218 (manysat1.1_stat) R 31211 31211 31066 0 -1 4202560 8435 0 0 0 118141 6 0 0 25 0 4 0 622176474 170348544 31750 33554432000 134512640 135305190 4290347152 18446744073709551615 134528319 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4712.4
Current children cumulated vsize (KiB) 175056



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204.3 s]
/proc/loadavg: 8.07 8.08 7.42 10/373 31378
/proc/meminfo: memFree=10610652/32951124 swapFree=65155552/67111528
[pid=31211] ppid=31209 vsize=8700 CPUtime=0.74 cores=0,2,4,6
/proc/31211/stat : 31211 (manysat.sh) S 31209 31211 31066 0 -1 4202496 357 4237 0 0 0 0 73 1 15 0 1 0 622176391 8908800 253 33554432000 4194304 4922060 140737199361808 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31211/statm: 2175 253 209 178 0 68 0
[pid=31215] ppid=31211 vsize=168828 CPUtime=4799.42 cores=0,2,4,6
/proc/31215/stat : 31215 (manysat1.1_stat) R 31211 31211 31066 0 -1 4202496 32584 0 0 0 479868 74 0 0 25 0 4 0 622176466 172879872 32477 33554432000 134512640 135305190 4290347152 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/31215/statm: 42207 32477 84 194 0 42011 0
[pid=31215/tid=31216] ppid=31211 vsize=168828 CPUtime=1189.23 cores=0,2,4,6
/proc/31215/task/31216/stat : 31216 (manysat1.1_stat) R 31211 31211 31066 0 -1 4202560 6083 0 0 0 118920 3 0 0 25 0 4 0 622176474 172879872 32477 33554432000 134512640 135305190 4290347152 18446744073709551615 134528310 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=31215/tid=31217] ppid=31211 vsize=168828 CPUtime=1203.15 cores=0,2,4,6
/proc/31215/task/31217/stat : 31217 (manysat1.1_stat) R 31211 31211 31066 0 -1 4202560 6638 0 0 0 120311 4 0 0 25 0 4 0 622176474 172879872 32477 33554432000 134512640 135305190 4290347152 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=31215/tid=31218] ppid=31211 vsize=168828 CPUtime=1203.48 cores=0,2,4,6
/proc/31215/task/31218/stat : 31218 (manysat1.1_stat) R 31211 31211 31066 0 -1 4202560 8679 0 0 0 120342 6 0 0 25 0 4 0 622176474 172879872 32477 33554432000 134512640 135305190 4290347152 18446744073709551615 134528814 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.16
Current children cumulated vsize (KiB) 177528

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

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

[startup+1204.3 s]
/proc/loadavg: 8.07 8.08 7.42 10/373 31378
/proc/meminfo: memFree=10610652/32951124 swapFree=65155552/67111528
[pid=31211] ppid=31209 vsize=8700 CPUtime=0.74 cores=0,2,4,6
/proc/31211/stat : 31211 (manysat.sh) S 31209 31211 31066 0 -1 4202496 357 4237 0 0 0 0 73 1 15 0 1 0 622176391 8908800 253 33554432000 4194304 4922060 140737199361808 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31211/statm: 2175 253 209 178 0 68 0
[pid=31215] ppid=31211 vsize=168828 CPUtime=4799.42 cores=0,2,4,6
/proc/31215/stat : 31215 (manysat1.1_stat) R 31211 31211 31066 0 -1 4202496 32584 0 0 0 479868 74 0 0 25 0 4 0 622176466 172879872 32477 33554432000 134512640 135305190 4290347152 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/31215/statm: 42207 32477 84 194 0 42011 0
[pid=31215/tid=31216] ppid=31211 vsize=168828 CPUtime=1189.23 cores=0,2,4,6
/proc/31215/task/31216/stat : 31216 (manysat1.1_stat) R 31211 31211 31066 0 -1 4202560 6083 0 0 0 118920 3 0 0 25 0 4 0 622176474 172879872 32477 33554432000 134512640 135305190 4290347152 18446744073709551615 134528310 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=31215/tid=31217] ppid=31211 vsize=168828 CPUtime=1203.15 cores=0,2,4,6
/proc/31215/task/31217/stat : 31217 (manysat1.1_stat) R 31211 31211 31066 0 -1 4202560 6638 0 0 0 120311 4 0 0 25 0 4 0 622176474 172879872 32477 33554432000 134512640 135305190 4290347152 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=31215/tid=31218] ppid=31211 vsize=168828 CPUtime=1203.48 cores=0,2,4,6
/proc/31215/task/31218/stat : 31218 (manysat1.1_stat) R 31211 31211 31066 0 -1 4202560 8679 0 0 0 120342 6 0 0 25 0 4 0 622176474 172879872 32477 33554432000 134512640 135305190 4290347152 18446744073709551615 134528814 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.16
Current children cumulated vsize (KiB) 177528

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1204.32
CPU time (s): 4800.16
CPU user time (s): 4799.41
CPU system time (s): 0.75
CPU usage (%): 398.577
Max. virtual memory (cumulated for all children) (KiB): 177528

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

runsolver used 4.05238 second user time and 10.2074 second system time

The end

Launcher Data

Begin job on node146 at 2011-05-13 16:40:01
IDJOB=3361963
IDBENCH=70873
IDSOLVER=1838
FILE ID=node146/3361963-1305297601
RUNJOBID= node146-1305296390-31085
PBS_JOBID= 13321407
Free space on /tmp= 41408 MiB

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

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

MD5SUM BENCH= d34c45eae853ce60c342643824196dbf
RANDOM SEED=53983943

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11060148 kB
Buffers:        211344 kB
Cached:        5856676 kB
SwapCached:       9684 kB
Active:       11301044 kB
Inactive:     10267284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11060148 kB
SwapTotal:    67111528 kB
SwapFree:     65155552 kB
Dirty:           10932 kB
Writeback:           0 kB
AnonPages:    15496876 kB
Mapped:          22832 kB
Slab:           199180 kB
PageTables:      58896 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 81825092 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= 41404 MiB
End job on node146 at 2011-05-13 17:00:08