Trace number 3361938

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-20UNSAT 19905.5 4979.78

General information on the benchmark

NameAPPLICATIONS/bitverif/
maxxororand/maxxororand064.cnf
MD5SUM49dbd2fb16b3d5ce554d30c48729a56d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4672.05
Satisfiable
(Un)Satisfiability was proved
Number of variables92464
Number of clauses276623
Sum of the clauses size645451
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2184414
Number of clauses of size 392207
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.12	c ==============================================================================
0.00/0.12	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.12	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.12	c ==============================================================================
0.00/0.12	c |         0 |  276621   645449 |   82986       0        0     nan |  0.000 % |
1.58/1.68	c |         0 |  136416   475019 |      --       0       --      -- |     --   | -140183/-170377
1.58/1.68	c ==============================================================================
1.58/1.68	c Result  :   #vars: 24904   #clauses: 136416   #literals: 475019
1.58/1.68	c CPU time:   1.63975 s
1.58/1.68	c ==============================================================================
19905.28/4979.62	c This is ManySAT 1.1 : 4 thread(s) on 8 core(s).
19905.28/4979.62	c ============================[ Problem Statistics ]=============================
19905.28/4979.62	c |                                                                             |
19905.28/4979.62	c threadId              : 3
19905.28/4979.62	c restarts              : 4524
19905.28/4979.62	c conflicts             : 3514878        (177 /sec)
19905.28/4979.62	c decisions             : 6006583        (1.64 % random) (302 /sec)
19905.28/4979.62	c propagations          : 3770398395     (189483 /sec)
19905.28/4979.62	c conflict literals     : 1399782846     (53.59 % deleted)
19905.28/4979.62	c Memory used           : 3290.45 MB
19905.28/4979.62	c CPU time              : 19898.3 s
19905.28/4979.62	
19905.28/4979.62	c --->m=4, e=8, aimd=1, HOME/1616_many.cnf	time: 4974.58	conflicts: 3514878      
19905.45/4979.77	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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-3361938-1305296424/watcher-3361938-1305296424 -o /tmp/evaluation-result-3361938-1305296424/solver-3361938-1305296424 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3361938-1305296424.cnf aimd 1 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.31 0.30 0.10 1/406 1616
/proc/meminfo: memFree=6657196/32950940 swapFree=67111356/67111528
[pid=1616] ppid=1614 vsize=8700 CPUtime=0 cores=0-7
/proc/1616/stat : 1616 (manysat.sh) S 1614 1616 1528 0 -1 4202496 330 0 0 0 0 0 0 0 20 0 1 0 719873244 8908800 250 33554432000 4194304 4922060 140737322849888 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1616/statm: 2175 250 209 178 0 68 0

[startup+0.042199 s]
/proc/loadavg: 1.31 0.30 0.10 1/406 1616
/proc/meminfo: memFree=6657196/32950940 swapFree=67111356/67111528
[pid=1616] ppid=1614 vsize=8700 CPUtime=0 cores=0-7
/proc/1616/stat : 1616 (manysat.sh) S 1614 1616 1528 0 -1 4202496 330 0 0 0 0 0 0 0 20 0 1 0 719873244 8908800 250 33554432000 4194304 4922060 140737322849888 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1616/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100188 s]
/proc/loadavg: 1.31 0.30 0.10 1/406 1616
/proc/meminfo: memFree=6657196/32950940 swapFree=67111356/67111528
[pid=1616] ppid=1614 vsize=8700 CPUtime=0 cores=0-7
/proc/1616/stat : 1616 (manysat.sh) S 1614 1616 1528 0 -1 4202496 330 0 0 0 0 0 0 0 20 0 1 0 719873244 8908800 250 33554432000 4194304 4922060 140737322849888 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1616/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300153 s]
/proc/loadavg: 1.31 0.30 0.10 1/406 1616
/proc/meminfo: memFree=6657196/32950940 swapFree=67111356/67111528
[pid=1616] ppid=1614 vsize=8700 CPUtime=0 cores=0-7
/proc/1616/stat : 1616 (manysat.sh) S 1614 1616 1528 0 -1 4202496 330 0 0 0 0 0 0 0 20 0 1 0 719873244 8908800 250 33554432000 4194304 4922060 140737322849888 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1616/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700083 s]
/proc/loadavg: 1.31 0.30 0.10 1/406 1616
/proc/meminfo: memFree=6657196/32950940 swapFree=67111356/67111528
[pid=1616] ppid=1614 vsize=8700 CPUtime=0 cores=0-7
/proc/1616/stat : 1616 (manysat.sh) S 1614 1616 1528 0 -1 4202496 330 0 0 0 0 0 0 0 20 0 1 0 719873244 8908800 250 33554432000 4194304 4922060 140737322849888 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1616/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50094 s]
/proc/loadavg: 1.31 0.30 0.10 2/408 1618
/proc/meminfo: memFree=6606780/32950940 swapFree=67111356/67111528
[pid=1616] ppid=1614 vsize=8700 CPUtime=0 cores=0-7
/proc/1616/stat : 1616 (manysat.sh) S 1614 1616 1528 0 -1 4202496 330 0 0 0 0 0 0 0 20 0 1 0 719873244 8908800 250 33554432000 4194304 4922060 140737322849888 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1616/statm: 2175 250 209 178 0 68 0
[pid=1617] ppid=1616 vsize=48388 CPUtime=1.49 cores=0-7
/proc/1617/stat : 1617 (SatElite) R 1616 1616 1528 0 -1 4202496 11497 0 0 0 146 3 0 0 25 0 1 0 719873244 49549312 10500 33554432000 134512640 135034092 4293846928 18446744073709551615 134569526 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/1617/statm: 12097 10500 68 128 0 11967 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 57088

[startup+3.10067 s]
/proc/loadavg: 1.28 0.32 0.10 5/411 1622
/proc/meminfo: memFree=6595860/32950940 swapFree=67111356/67111528
[pid=1616] ppid=1614 vsize=8700 CPUtime=1.77 cores=0-7
/proc/1616/stat : 1616 (manysat.sh) S 1614 1616 1528 0 -1 4202496 356 12515 0 0 0 0 173 4 18 0 1 0 719873244 8908800 253 33554432000 4194304 4922060 140737322849888 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1616/statm: 2175 253 209 178 0 68 0
[pid=1619] ppid=1616 vsize=85228 CPUtime=4.61 cores=0-7
/proc/1619/stat : 1619 (manysat1.1_stat) R 1616 1616 1528 0 -1 4202496 12903 0 0 0 449 12 0 0 18 0 4 0 719873422 87273472 12855 33554432000 134512640 135305190 4291812112 18446744073709551615 134557484 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/1619/statm: 21307 12855 84 194 0 21111 0
[pid=1619/tid=1620] ppid=1616 vsize=85228 CPUtime=1.1 cores=0-7
/proc/1619/task/1620/stat : 1620 (manysat1.1_stat) R 1616 1616 1528 0 -1 4202560 744 0 0 0 108 2 0 0 16 0 4 0 719873440 87273472 12855 33554432000 134512640 135305190 4291812112 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=1619/tid=1621] ppid=1616 vsize=85228 CPUtime=1.1 cores=0-7
/proc/1619/task/1621/stat : 1621 (manysat1.1_stat) R 1616 1616 1528 0 -1 4202560 893 0 0 0 107 3 0 0 18 0 4 0 719873440 87273472 12855 33554432000 134512640 135305190 4291812112 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=1619/tid=1622] ppid=1616 vsize=85228 CPUtime=1.1 cores=0-7
/proc/1619/task/1622/stat : 1622 (manysat1.1_stat) R 1616 1616 1528 0 -1 4202560 783 0 0 0 108 2 0 0 18 0 4 0 719873440 87273472 12855 33554432000 134512640 135305190 4291812112 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6.38
Current children cumulated vsize (KiB) 93928

[startup+6.30111 s]
/proc/loadavg: 1.28 0.32 0.10 5/411 1622
/proc/meminfo: memFree=6576896/32950940 swapFree=67111356/67111528
[pid=1616] ppid=1614 vsize=8700 CPUtime=1.77 cores=0-7
/proc/1616/stat : 1616 (manysat.sh) S 1614 1616 1528 0 -1 4202496 356 12515 0 0 0 0 173 4 18 0 1 0 719873244 8908800 253 33554432000 4194304 4922060 140737322849888 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1616/statm: 2175 253 209 178 0 68 0
[pid=1619] ppid=1616 vsize=104356 CPUtime=17.4 cores=0-7
/proc/1619/stat : 1619 (manysat1.1_stat) R 1616 1616 1528 0 -1 4202496 17625 0 0 0 1726 14 0 0 18 0 4 0 719873422 106860544 17577 33554432000 134512640 135305190 4291812112 18446744073709551615 134528406 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/1619/statm: 26089 17577 84 194 0 25893 0
[pid=1619/tid=1620] ppid=1616 vsize=104356 CPUtime=4.31 cores=0-7
/proc/1619/task/1620/stat : 1620 (manysat1.1_stat) R 1616 1616 1528 0 -1 4202560 1308 0 0 0 428 3 0 0 21 0 4 0 719873440 106860544 17577 33554432000 134512640 135305190 4291812112 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=1619/tid=1621] ppid=1616 vsize=104356 CPUtime=4.3 cores=0-7
/proc/1619/task/1621/stat : 1621 (manysat1.1_stat) R 1616 1616 1528 0 -1 4202560 3045 0 0 0 426 4 0 0 18 0 4 0 719873440 106860544 17577 33554432000 134512640 135305190 4291812112 18446744073709551615 134528579 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=1619/tid=1622] ppid=1616 vsize=104356 CPUtime=4.3 cores=0-7
/proc/1619/task/1622/stat : 1622 (manysat1.1_stat) R 1616 1616 1528 0 -1 4202560 1889 0 0 0 427 3 0 0 18 0 4 0 719873440 106860544 17577 33554432000 134512640 135305190 4291812112 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 19.17
Current children cumulated vsize (KiB) 113056

[startup+12.701 s]
/proc/loadavg: 1.70 0.44 0.14 5/411 1622
/proc/meminfo: memFree=6542840/32950940 swapFree=67111356/67111528
[pid=1616] ppid=1614 vsize=8700 CPUtime=1.77 cores=0-7
/proc/1616/stat : 1616 (manysat.sh) S 1614 1616 1528 0 -1 4202496 356 12515 0 0 0 0 173 4 18 0 1 0 719873244 8908800 253 33554432000 4194304 4922060 140737322849888 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1616/statm: 2175 253 209 178 0 68 0
[pid=1619] ppid=1616 vsize=132480 CPUtime=42.99 cores=0-7
/proc/1619/stat : 1619 (manysat1.1_stat) R 1616 1616 1528 0 -1 4202496 24677 0 0 0 4280 19 0 0 20 0 4 0 719873422 135659520 24629 33554432000 134512640 135305190 4291812112 18446744073709551615 134530636 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/1619/statm: 33120 24629 84 194 0 32924 0
[pid=1619/tid=1620] ppid=1616 vsize=132480 CPUtime=10.7 cores=0-7
/proc/1619/task/1620/stat : 1620 (manysat1.1_stat) R 1616 1616 1528 0 -1 4202560 2289 0 0 0 1066 4 0 0 25 0 4 0 719873440 135659520 24629 33554432000 134512640 135305190 4291812112 18446744073709551615 134556813 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=1619/tid=1621] ppid=1616 vsize=132480 CPUtime=10.7 cores=0-7
/proc/1619/task/1621/stat : 1621 (manysat1.1_stat) R 1616 1616 1528 0 -1 4202560 6140 0 0 0 1064 6 0 0 20 0 4 0 719873440 135659520 24629 33554432000 134512640 135305190 4291812112 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=1619/tid=1622] ppid=1616 vsize=132480 CPUtime=10.69 cores=0-7
/proc/1619/task/1622/stat : 1622 (manysat1.1_stat) R 1616 1616 1528 0 -1 4202560 3547 0 0 0 1065 4 0 0 20 0 4 0 719873440 135659520 24629 33554432000 134512640 135305190 4291812112 18446744073709551615 134551930 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 44.76
Current children cumulated vsize (KiB) 141180

[startup+25.5007 s]
/proc/loadavg: 2.05 0.55 0.19 5/411 1622
/proc/meminfo: memFree=6482132/32950940 swapFree=67111356/67111528
[pid=1616] ppid=1614 vsize=8700 CPUtime=1.77 cores=0-7
/proc/1616/stat : 1616 (manysat.sh) S 1614 1616 1528 0 -1 4202496 356 12515 0 0 0 0 173 4 18 0 1 0 719873244 8908800 253 33554432000 4194304 4922060 140737322849888 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1616/statm: 2175 253 209 178 0 68 0
[pid=1619] ppid=1616 vsize=195756 CPUtime=94.18 cores=0-7
/proc/1619/stat : 1619 (manysat1.1_stat) R 1616 1616 1528 0 -1 4202496 40357 0 0 0 9392 26 0 0 18 0 4 0 719873422 200454144 40309 33554432000 134512640 135305190 4291812112 18446744073709551615 134547933 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/1619/statm: 48939 40309 84 194 0 48743 0
[pid=1619/tid=1620] ppid=1616 vsize=195756 CPUtime=23.5 cores=0-7
/proc/1619/task/1620/stat : 1620 (manysat1.1_stat) R 1616 1616 1528 0 -1 4202560 3947 0 0 0 2345 5 0 0 25 0 4 0 719873440 200454144 40309 33554432000 134512640 135305190 4291812112 18446744073709551615 134528388 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=1619/tid=1621] ppid=1616 vsize=195756 CPUtime=23.49 cores=0-7
/proc/1619/task/1621/stat : 1621 (manysat1.1_stat) R 1616 1616 1528 0 -1 4202560 14705 0 0 0 2340 9 0 0 18 0 4 0 719873440 200454144 40309 33554432000 134512640 135305190 4291812112 18446744073709551615 134528573 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=1619/tid=1622] ppid=1616 vsize=195756 CPUtime=23.49 cores=0-7
/proc/1619/task/1622/stat : 1622 (manysat1.1_stat) R 1616 1616 1528 0 -1 4202560 6370 0 0 0 2343 6 0 0 18 0 4 0 719873440 200454144 40309 33554432000 134512640 135305190 4291812112 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 95.95
Current children cumulated vsize (KiB) 204456

[startup+51.1003 s]
/proc/loadavg: 2.72 0.83 0.29 5/411 1623
/proc/meminfo: memFree=6398512/32950940 swapFree=67111356/67111528
[pid=1616] ppid=1614 vsize=8700 CPUtime=1.77 cores=0-7
/proc/1616/stat : 1616 (manysat.sh) S 1614 1616 1528 0 -1 4202496 356 12515 0 0 0 0 173 4 18 0 1 0 719873244 8908800 253 33554432000 4194304 4922060 140737322849888 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1616/statm: 2175 253 209 178 0 68 0
[pid=1619] ppid=1616 vsize=278232 CPUtime=196.54 cores=0-7
/proc/1619/stat : 1619 (manysat1.1_stat) R 1616 1616 1528 0 -1 4202496 60999 0 0 0 19620 34 0 0 25 0 4 0 719873422 284909568 60951 33554432000 134512640 135305190 4291812112 18446744073709551615 134551729 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/1619/statm: 69558 60951 84 194 0 69362 0
[pid=1619/tid=1620] ppid=1616 vsize=278232 CPUtime=49.09 cores=0-7
/proc/1619/task/1620/stat : 1620 (manysat1.1_stat) R 1616 1616 1528 0 -1 4202560 6814 0 0 0 4903 6 0 0 25 0 4 0 719873440 284909568 60951 33554432000 134512640 135305190 4291812112 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=1619/tid=1621] ppid=1616 vsize=278232 CPUtime=49.09 cores=0-7
/proc/1619/task/1621/stat : 1621 (manysat1.1_stat) R 1616 1616 1528 0 -1 4202560 23622 0 0 0 4897 12 0 0 25 0 4 0 719873440 284909568 60951 33554432000 134512640 135305190 4291812112 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=1619/tid=1622] ppid=1616 vsize=278232 CPUtime=49.07 cores=0-7
/proc/1619/task/1622/stat : 1622 (manysat1.1_stat) R 1616 1616 1528 0 -1 4202560 10819 0 0 0 4899 8 0 0 25 0 4 0 719873440 284909568 60951 33554432000 134512640 135305190 4291812112 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 198.31
Current children cumulated vsize (KiB) 286932

[startup+102.315 s]
/proc/loadavg: 3.48 1.36 0.50 5/411 1624
/proc/meminfo: memFree=6341136/32950940 swapFree=67111356/67111528
[pid=1616] ppid=1614 vsize=8700 CPUtime=1.77 cores=0-7
/proc/1616/stat : 1616 (manysat.sh) S 1614 1616 1528 0 -1 4202496 356 12515 0 0 0 0 173 4 18 0 1 0 719873244 8908800 253 33554432000 4194304 4922060 140737322849888 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1616/statm: 2175 253 209 178 0 68 0
[pid=1619] ppid=1616 vsize=336300 CPUtime=401.34 cores=0-7
/proc/1619/stat : 1619 (manysat1.1_stat) R 1616 1616 1528 0 -1 4202496 75326 0 0 0 40089 45 0 0 25 0 4 0 719873422 344371200 75278 33554432000 134512640 135305190 4291812112 18446744073709551615 134840070 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/1619/statm: 84075 75278 84 194 0 83879 0
[pid=1619/tid=1620] ppid=1616 vsize=336300 CPUtime=100.28 cores=0-7
/proc/1619/task/1620/stat : 1620 (manysat1.1_stat) R 1616 1616 1528 0 -1 4202560 9076 0 0 0 10020 8 0 0 25 0 4 0 719873440 344371200 75278 33554432000 134512640 135305190 4291812112 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=1619/tid=1621] ppid=1616 vsize=336300 CPUtime=100.29 cores=0-7
/proc/1619/task/1621/stat : 1621 (manysat1.1_stat) R 1616 1616 1528 0 -1 4202560 29515 0 0 0 10014 15 0 0 25 0 4 0 719873440 344371200 75278 33554432000 134512640 135305190 4291812112 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=1619/tid=1622] ppid=1616 vsize=336300 CPUtime=100.28 cores=0-7
/proc/1619/task/1622/stat : 1622 (manysat1.1_stat) R 1616 1616 1528 0 -1 4202560 13548 0 0 0 10017 11 0 0 25 0 4 0 719873440 344371200 75278 33554432000 134512640 135305190 4291812112 18446744073709551615 134528248 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 403.11
Current children cumulated vsize (KiB) 345000

[startup+162.301 s]
/proc/loadavg: 3.81 1.84 0.71 5/411 1626
/proc/meminfo: memFree=6162176/32950940 swapFree=67111356/67111528
[pid=1616] ppid=1614 vsize=8700 CPUtime=1.77 cores=0-7
/proc/1616/stat : 1616 (manysat.sh) S 1614 1616 1528 0 -1 4202496 356 12515 0 0 0 0 173 4 18 0 1 0 719873244 8908800 253 33554432000 4194304 4922060 140737322849888 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1616/statm: 2175 253 209 178 0 68 0
[pid=1619] ppid=1616 vsize=514440 CPUtime=641.24 cores=0-7
/proc/1619/stat : 1619 (manysat1.1_stat) R 1616 1616 1528 0 -1 4202496 119743 0 0 0 64062 62 0 0 25 0 4 0 719873422 526786560 119695 33554432000 134512640 135305190 4291812112 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/1619/statm: 128610 119695 84 194 0 128414 0
[pid=1619/tid=1620] ppid=1616 vsize=514440 CPUtime=160.26 cores=0-7
/proc/1619/task/1620/stat : 1620 (manysat1.1_stat) R 1616 1616 1528 0 -1 4202560 18416 0 0 0 16014 12 0 0 25 0 4 0 719873440 526786560 119695 33554432000 134512640 135305190 4291812112 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=1619/tid=1621] ppid=1616 vsize=514440 CPUtime=160.27 cores=0-7
/proc/1619/task/1621/stat : 1621 (manysat1.1_stat) R 1616 1616 1528 0 -1 4202560 40601 0 0 0 16007 20 0 0 25 0 4 0 719873440 526786560 119695 33554432000 134512640 135305190 4291812112 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=1619/tid=1622] ppid=1616 vsize=514440 CPUtime=160.24 cores=0-7
/proc/1619/task/1622/stat : 1622 (manysat1.1_stat) R 1616 1616 1528 0 -1 4202560 23606 0 0 0 16010 14 0 0 22 0 4 0 719873440 526786560 119695 33554432000 134512640 135305190 4291812112 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 643.01

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

/proc/1619/stat : 1619 (manysat1.1_stat) R 1616 1616 1528 0 -1 4202496 824560 0 0 0 1935024 525 0 0 25 0 4 0 719873422 3448672256 824422 33554432000 134512640 135305190 4291812112 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/1619/statm: 841961 824422 84 194 0 841765 0
[pid=1619/tid=1620] ppid=1616 vsize=3367844 CPUtime=4839.03 cores=0-7
/proc/1619/task/1620/stat : 1620 (manysat1.1_stat) R 1616 1616 1528 0 -1 4202560 168840 0 0 0 483807 96 0 0 25 0 4 0 719873440 3448672256 824422 33554432000 134512640 135305190 4291812112 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=1619/tid=1621] ppid=1616 vsize=3367844 CPUtime=4839.31 cores=0-7
/proc/1619/task/1621/stat : 1621 (manysat1.1_stat) R 1616 1616 1528 0 -1 4202560 227302 0 0 0 483778 153 0 0 25 0 4 0 719873440 3448672256 824422 33554432000 134512640 135305190 4291812112 18446744073709551615 134528408 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=1619/tid=1622] ppid=1616 vsize=3367844 CPUtime=4838.04 cores=0-7
/proc/1619/task/1622/stat : 1622 (manysat1.1_stat) R 1616 1616 1528 0 -1 4202560 217097 0 0 0 483657 147 0 0 25 0 4 0 719873440 3448672256 824422 33554432000 134512640 135305190 4291812112 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 19357.3
Current children cumulated vsize (KiB) 3376544

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/411 1767
/proc/meminfo: memFree=3335332/32950940 swapFree=67111356/67111528
[pid=1616] ppid=1614 vsize=8700 CPUtime=1.77 cores=0-7
/proc/1616/stat : 1616 (manysat.sh) S 1614 1616 1528 0 -1 4202496 356 12515 0 0 0 0 173 4 18 0 1 0 719873244 8908800 253 33554432000 4194304 4922060 140737322849888 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1616/statm: 2175 253 209 178 0 68 0
[pid=1619] ppid=1616 vsize=3369412 CPUtime=19595 cores=0-7
/proc/1619/stat : 1619 (manysat1.1_stat) R 1616 1616 1528 0 -1 4202496 825020 0 0 0 1958969 528 0 0 25 0 4 0 719873422 3450277888 824882 33554432000 134512640 135305190 4291812112 18446744073709551615 134551691 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/1619/statm: 842353 824882 84 194 0 842157 0
[pid=1619/tid=1620] ppid=1616 vsize=3369412 CPUtime=4899.03 cores=0-7
/proc/1619/task/1620/stat : 1620 (manysat1.1_stat) R 1616 1616 1528 0 -1 4202560 168943 0 0 0 489807 96 0 0 25 0 4 0 719873440 3450277888 824882 33554432000 134512640 135305190 4291812112 18446744073709551615 134528310 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=1619/tid=1621] ppid=1616 vsize=3369412 CPUtime=4899.25 cores=0-7
/proc/1619/task/1621/stat : 1621 (manysat1.1_stat) R 1616 1616 1528 0 -1 4202560 227616 0 0 0 489770 155 0 0 25 0 4 0 719873440 3450277888 824882 33554432000 134512640 135305190 4291812112 18446744073709551615 134538543 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=1619/tid=1622] ppid=1616 vsize=3369412 CPUtime=4898.03 cores=0-7
/proc/1619/task/1622/stat : 1622 (manysat1.1_stat) R 1616 1616 1528 0 -1 4202560 217131 0 0 0 489655 148 0 0 25 0 4 0 719873440 3450277888 824882 33554432000 134512640 135305190 4291812112 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 19596.7
Current children cumulated vsize (KiB) 3378112

[startup+4962.3 s]
/proc/loadavg: 3.97 3.98 3.92 5/411 1769
/proc/meminfo: memFree=3335040/32950940 swapFree=67111356/67111528
[pid=1616] ppid=1614 vsize=8700 CPUtime=1.77 cores=0-7
/proc/1616/stat : 1616 (manysat.sh) S 1614 1616 1528 0 -1 4202496 356 12515 0 0 0 0 173 4 18 0 1 0 719873244 8908800 253 33554432000 4194304 4922060 140737322849888 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1616/statm: 2175 253 209 178 0 68 0
[pid=1619] ppid=1616 vsize=3369412 CPUtime=19834.5 cores=0-7
/proc/1619/stat : 1619 (manysat1.1_stat) R 1616 1616 1528 0 -1 4202496 825049 0 0 0 1982918 529 0 0 25 0 4 0 719873422 3450277888 824911 33554432000 134512640 135305190 4291812112 18446744073709551615 134528388 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/1619/statm: 842353 824911 84 194 0 842157 0
[pid=1619/tid=1620] ppid=1616 vsize=3369412 CPUtime=4959.02 cores=0-7
/proc/1619/task/1620/stat : 1620 (manysat1.1_stat) R 1616 1616 1528 0 -1 4202560 168972 0 0 0 495806 96 0 0 25 0 4 0 719873440 3450277888 824911 33554432000 134512640 135305190 4291812112 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=1619/tid=1621] ppid=1616 vsize=3369412 CPUtime=4958.76 cores=0-7
/proc/1619/task/1621/stat : 1621 (manysat1.1_stat) R 1616 1616 1528 0 -1 4202560 227616 0 0 0 495721 155 0 0 25 0 4 0 719873440 3450277888 824911 33554432000 134512640 135305190 4291812112 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=1619/tid=1622] ppid=1616 vsize=3369412 CPUtime=4958.01 cores=0-7
/proc/1619/task/1622/stat : 1622 (manysat1.1_stat) R 1616 1616 1528 0 -1 4202560 217131 0 0 0 495653 148 0 0 25 0 4 0 719873440 3450277888 824911 33554432000 134512640 135305190 4291812112 18446744073709551615 134551974 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 19836.2
Current children cumulated vsize (KiB) 3378112

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

[startup+4966.3 s]
/proc/loadavg: 3.97 3.98 3.92 5/411 1769
/proc/meminfo: memFree=3335032/32950940 swapFree=67111356/67111528
[pid=1616] ppid=1614 vsize=8700 CPUtime=1.77 cores=0-7
/proc/1616/stat : 1616 (manysat.sh) S 1614 1616 1528 0 -1 4202496 356 12515 0 0 0 0 173 4 18 0 1 0 719873244 8908800 253 33554432000 4194304 4922060 140737322849888 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1616/statm: 2175 253 209 178 0 68 0
[pid=1619] ppid=1616 vsize=3369412 CPUtime=19850.5 cores=0-7
/proc/1619/stat : 1619 (manysat1.1_stat) R 1616 1616 1528 0 -1 4202496 825049 0 0 0 1984518 529 0 0 25 0 4 0 719873422 3450277888 824911 33554432000 134512640 135305190 4291812112 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/1619/statm: 842353 824911 84 194 0 842157 0
[pid=1619/tid=1620] ppid=1616 vsize=3369412 CPUtime=4963.02 cores=0-7
/proc/1619/task/1620/stat : 1620 (manysat1.1_stat) R 1616 1616 1528 0 -1 4202560 168972 0 0 0 496206 96 0 0 25 0 4 0 719873440 3450277888 824911 33554432000 134512640 135305190 4291812112 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=1619/tid=1621] ppid=1616 vsize=3369412 CPUtime=4962.76 cores=0-7
/proc/1619/task/1621/stat : 1621 (manysat1.1_stat) R 1616 1616 1528 0 -1 4202560 227616 0 0 0 496121 155 0 0 25 0 4 0 719873440 3450277888 824911 33554432000 134512640 135305190 4291812112 18446744073709551615 134551980 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=1619/tid=1622] ppid=1616 vsize=3369412 CPUtime=4962.01 cores=0-7
/proc/1619/task/1622/stat : 1622 (manysat1.1_stat) R 1616 1616 1528 0 -1 4202560 217131 0 0 0 496053 148 0 0 25 0 4 0 719873440 3450277888 824911 33554432000 134512640 135305190 4291812112 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 19852.2
Current children cumulated vsize (KiB) 3378112

[startup+4972.7 s]
/proc/loadavg: 3.97 3.98 3.92 5/411 1769
/proc/meminfo: memFree=3335144/32950940 swapFree=67111356/67111528
[pid=1616] ppid=1614 vsize=8700 CPUtime=1.77 cores=0-7
/proc/1616/stat : 1616 (manysat.sh) S 1614 1616 1528 0 -1 4202496 356 12515 0 0 0 0 173 4 18 0 1 0 719873244 8908800 253 33554432000 4194304 4922060 140737322849888 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1616/statm: 2175 253 209 178 0 68 0
[pid=1619] ppid=1616 vsize=3369412 CPUtime=19875.9 cores=0-7
/proc/1619/stat : 1619 (manysat1.1_stat) R 1616 1616 1528 0 -1 4202496 825049 0 0 0 1987062 529 0 0 25 0 4 0 719873422 3450277888 824911 33554432000 134512640 135305190 4291812112 18446744073709551615 134551736 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/1619/statm: 842353 824911 84 194 0 842157 0
[pid=1619/tid=1620] ppid=1616 vsize=3369412 CPUtime=4969.26 cores=0-7
/proc/1619/task/1620/stat : 1620 (manysat1.1_stat) R 1616 1616 1528 0 -1 4202560 168972 0 0 0 496830 96 0 0 17 0 4 0 719873440 3450277888 824911 33554432000 134512640 135305190 4291812112 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=1619/tid=1621] ppid=1616 vsize=3369412 CPUtime=4969.16 cores=0-7
/proc/1619/task/1621/stat : 1621 (manysat1.1_stat) R 1616 1616 1528 0 -1 4202560 227616 0 0 0 496761 155 0 0 19 0 4 0 719873440 3450277888 824911 33554432000 134512640 135305190 4291812112 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=1619/tid=1622] ppid=1616 vsize=3369412 CPUtime=4968.41 cores=0-7
/proc/1619/task/1622/stat : 1622 (manysat1.1_stat) R 1616 1616 1528 0 -1 4202560 217131 0 0 0 496693 148 0 0 25 0 4 0 719873440 3450277888 824911 33554432000 134512640 135305190 4291812112 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 19877.7
Current children cumulated vsize (KiB) 3378112

[startup+4975.9 s]
/proc/loadavg: 3.97 3.98 3.92 5/411 1769
/proc/meminfo: memFree=3335144/32950940 swapFree=67111356/67111528
[pid=1616] ppid=1614 vsize=8700 CPUtime=1.77 cores=0-7
/proc/1616/stat : 1616 (manysat.sh) S 1614 1616 1528 0 -1 4202496 356 12515 0 0 0 0 173 4 18 0 1 0 719873244 8908800 253 33554432000 4194304 4922060 140737322849888 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1616/statm: 2175 253 209 178 0 68 0
[pid=1619] ppid=1616 vsize=3369412 CPUtime=19888.7 cores=0-7
/proc/1619/stat : 1619 (manysat1.1_stat) R 1616 1616 1528 0 -1 4202496 825049 0 0 0 1988340 529 0 0 25 0 4 0 719873422 3450277888 824911 33554432000 134512640 135305190 4291812112 18446744073709551615 134528406 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/1619/statm: 842353 824911 84 194 0 842157 0
[pid=1619/tid=1620] ppid=1616 vsize=3369412 CPUtime=4972.45 cores=0-7
/proc/1619/task/1620/stat : 1620 (manysat1.1_stat) R 1616 1616 1528 0 -1 4202560 168972 0 0 0 497149 96 0 0 24 0 4 0 719873440 3450277888 824911 33554432000 134512640 135305190 4291812112 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=1619/tid=1621] ppid=1616 vsize=3369412 CPUtime=4972.36 cores=0-7
/proc/1619/task/1621/stat : 1621 (manysat1.1_stat) R 1616 1616 1528 0 -1 4202560 227616 0 0 0 497081 155 0 0 25 0 4 0 719873440 3450277888 824911 33554432000 134512640 135305190 4291812112 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=1619/tid=1622] ppid=1616 vsize=3369412 CPUtime=4971.61 cores=0-7
/proc/1619/task/1622/stat : 1622 (manysat1.1_stat) R 1616 1616 1528 0 -1 4202560 217131 0 0 0 497013 148 0 0 25 0 4 0 719873440 3450277888 824911 33554432000 134512640 135305190 4291812112 18446744073709551615 134551980 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 19890.5
Current children cumulated vsize (KiB) 3378112

[startup+4977.52 s]
/proc/loadavg: 3.97 3.98 3.92 5/411 1769
/proc/meminfo: memFree=3335144/32950940 swapFree=67111356/67111528
[pid=1616] ppid=1614 vsize=8700 CPUtime=1.77 cores=0-7
/proc/1616/stat : 1616 (manysat.sh) S 1614 1616 1528 0 -1 4202496 356 12515 0 0 0 0 173 4 18 0 1 0 719873244 8908800 253 33554432000 4194304 4922060 140737322849888 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1616/statm: 2175 253 209 178 0 68 0
[pid=1619] ppid=1616 vsize=3369412 CPUtime=19895.2 cores=0-7
/proc/1619/stat : 1619 (manysat1.1_stat) R 1616 1616 1528 0 -1 4202496 825049 0 0 0 1988986 529 0 0 25 0 4 0 719873422 3450277888 824911 33554432000 134512640 135305190 4291812112 18446744073709551615 134558345 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/1619/statm: 842353 824911 84 194 0 842157 0
[pid=1619/tid=1620] ppid=1616 vsize=3369412 CPUtime=4974.06 cores=0-7
/proc/1619/task/1620/stat : 1620 (manysat1.1_stat) R 1616 1616 1528 0 -1 4202560 168972 0 0 0 497310 96 0 0 25 0 4 0 719873440 3450277888 824911 33554432000 134512640 135305190 4291812112 18446744073709551615 134530624 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=1619/tid=1621] ppid=1616 vsize=3369412 CPUtime=4973.98 cores=0-7
/proc/1619/task/1621/stat : 1621 (manysat1.1_stat) R 1616 1616 1528 0 -1 4202560 227616 0 0 0 497243 155 0 0 25 0 4 0 719873440 3450277888 824911 33554432000 134512640 135305190 4291812112 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=1619/tid=1622] ppid=1616 vsize=3369412 CPUtime=4973.22 cores=0-7
/proc/1619/task/1622/stat : 1622 (manysat1.1_stat) R 1616 1616 1528 0 -1 4202560 217131 0 0 0 497174 148 0 0 25 0 4 0 719873440 3450277888 824911 33554432000 134512640 135305190 4291812112 18446744073709551615 134551945 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 19896.9
Current children cumulated vsize (KiB) 3378112

[startup+4979.1 s]
/proc/loadavg: 3.97 3.98 3.92 5/411 1769
/proc/meminfo: memFree=3335144/32950940 swapFree=67111356/67111528
[pid=1616] ppid=1614 vsize=8700 CPUtime=1.77 cores=0-7
/proc/1616/stat : 1616 (manysat.sh) S 1614 1616 1528 0 -1 4202496 356 12515 0 0 0 0 173 4 18 0 1 0 719873244 8908800 253 33554432000 4194304 4922060 140737322849888 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1616/statm: 2175 253 209 178 0 68 0
[pid=1619] ppid=1616 vsize=3369412 CPUtime=19901.5 cores=0-7
/proc/1619/stat : 1619 (manysat1.1_stat) R 1616 1616 1528 0 -1 4202496 825049 0 0 0 1989621 529 0 0 25 0 4 0 719873422 3450277888 824911 33554432000 134512640 135305190 4291812112 18446744073709551615 134551974 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/1619/statm: 842353 824911 84 194 0 842157 0
[pid=1619/tid=1620] ppid=1616 vsize=3369412 CPUtime=4975.65 cores=0-7
/proc/1619/task/1620/stat : 1620 (manysat1.1_stat) R 1616 1616 1528 0 -1 4202560 168972 0 0 0 497469 96 0 0 25 0 4 0 719873440 3450277888 824911 33554432000 134512640 135305190 4291812112 18446744073709551615 134551668 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=1619/tid=1621] ppid=1616 vsize=3369412 CPUtime=4975.56 cores=0-7
/proc/1619/task/1621/stat : 1621 (manysat1.1_stat) R 1616 1616 1528 0 -1 4202560 227616 0 0 0 497401 155 0 0 25 0 4 0 719873440 3450277888 824911 33554432000 134512640 135305190 4291812112 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=1619/tid=1622] ppid=1616 vsize=3369412 CPUtime=4974.81 cores=0-7
/proc/1619/task/1622/stat : 1622 (manysat1.1_stat) R 1616 1616 1528 0 -1 4202560 217131 0 0 0 497333 148 0 0 25 0 4 0 719873440 3450277888 824911 33554432000 134512640 135305190 4291812112 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 19903.3
Current children cumulated vsize (KiB) 3378112

[startup+4979.5 s]
/proc/loadavg: 3.97 3.98 3.92 5/411 1769
/proc/meminfo: memFree=3335144/32950940 swapFree=67111356/67111528
[pid=1616] ppid=1614 vsize=8700 CPUtime=1.77 cores=0-7
/proc/1616/stat : 1616 (manysat.sh) S 1614 1616 1528 0 -1 4202496 356 12515 0 0 0 0 173 4 18 0 1 0 719873244 8908800 253 33554432000 4194304 4922060 140737322849888 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1616/statm: 2175 253 209 178 0 68 0
[pid=1619] ppid=1616 vsize=3369412 CPUtime=19903.1 cores=0-7
/proc/1619/stat : 1619 (manysat1.1_stat) R 1616 1616 1528 0 -1 4202496 825049 0 0 0 1989781 529 0 0 25 0 4 0 719873422 3450277888 824911 33554432000 134512640 135305190 4291812112 18446744073709551615 134528376 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/1619/statm: 842353 824911 84 194 0 842157 0
[pid=1619/tid=1620] ppid=1616 vsize=3369412 CPUtime=4976.05 cores=0-7
/proc/1619/task/1620/stat : 1620 (manysat1.1_stat) R 1616 1616 1528 0 -1 4202560 168972 0 0 0 497509 96 0 0 25 0 4 0 719873440 3450277888 824911 33554432000 134512640 135305190 4291812112 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=1619/tid=1621] ppid=1616 vsize=3369412 CPUtime=4975.96 cores=0-7
/proc/1619/task/1621/stat : 1621 (manysat1.1_stat) R 1616 1616 1528 0 -1 4202560 227616 0 0 0 497441 155 0 0 25 0 4 0 719873440 3450277888 824911 33554432000 134512640 135305190 4291812112 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=1619/tid=1622] ppid=1616 vsize=3369412 CPUtime=4975.21 cores=0-7
/proc/1619/task/1622/stat : 1622 (manysat1.1_stat) R 1616 1616 1528 0 -1 4202560 217131 0 0 0 497373 148 0 0 25 0 4 0 719873440 3450277888 824911 33554432000 134512640 135305190 4291812112 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 19904.9
Current children cumulated vsize (KiB) 3378112

[startup+4979.72 s]
/proc/loadavg: 3.97 3.98 3.92 5/411 1769
/proc/meminfo: memFree=3335144/32950940 swapFree=67111356/67111528
[pid=1616] ppid=1614 vsize=8700 CPUtime=1.77 cores=0-7
/proc/1616/stat : 1616 (manysat.sh) S 1614 1616 1528 0 -1 4202496 356 12515 0 0 0 0 173 4 18 0 1 0 719873244 8908800 253 33554432000 4194304 4922060 140737322849888 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1616/statm: 2175 253 209 178 0 68 0
[pid=1619] ppid=1616 vsize=0 CPUtime=19903.7 cores=0-7
/proc/1619/stat : 1619 (manysat1.1_stat) Z 1616 1616 1528 0 -1 4202524 825064 0 0 0 1989830 538 0 0 25 0 2 0 719873422 0 0 33554432000 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/1619/statm: 0 0 0 0 0 0 0
[pid=1619/tid=1621] ppid=1616 vsize=0 CPUtime=4976.18 cores=0-7
/proc/1619/task/1621/stat : 1621 (manysat1.1_stat) R 1616 1616 1528 0 -1 4203588 227616 0 0 0 497454 164 0 0 25 0 2 0 719873440 0 0 33554432000 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19905.5
Current children cumulated vsize (KiB) 8700

Child status: 20
Real time (s): 4979.78
CPU time (s): 19905.5
CPU user time (s): 19900
CPU system time (s): 5.50016
CPU usage (%): 399.727
Max. virtual memory (cumulated for all children) (KiB): 3378112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19900
system time used= 5.50016
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 838145
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= 74106
involuntary context switches= 26354

runsolver used 19.752 second user time and 48.0707 second system time

The end

Launcher Data

Begin job on node117 at 2011-05-13 16:20:25
IDJOB=3361938
IDBENCH=70797
IDSOLVER=1839
FILE ID=node117/3361938-1305296424
RUNJOBID= node117-1305296394-1542
PBS_JOBID= 13321436
Free space on /tmp= 37752 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT09/APPLICATIONS/bitverif/maxxororand/maxxororand064.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3361938-1305296424/watcher-3361938-1305296424 -o /tmp/evaluation-result-3361938-1305296424/solver-3361938-1305296424 -C 40000 -W 5100 -M 31000  manysat.sh HOME/instance-3361938-1305296424.cnf aimd 1

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 49dbd2fb16b3d5ce554d30c48729a56d
RANDOM SEED=1350757878

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:       6657352 kB
Buffers:        251988 kB
Cached:       17500460 kB
SwapCached:          0 kB
Active:       13911148 kB
Inactive:     11719184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:       6657352 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            6732 kB
Writeback:           0 kB
AnonPages:     7878296 kB
Mapped:          31732 kB
Slab:           551904 kB
PageTables:      44348 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 100406664 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= 37752 MiB
End job on node117 at 2011-05-13 17:43:25