Trace number 3362006

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 14307.2 3577.22

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_08_UNSAT.cnf
MD5SUM66aa2e18c32a02f55a810347a9702c7f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark977.211
Satisfiable
(Un)Satisfiability was proved
Number of variables1278
Number of clauses68055
Sum of the clauses size202155
Maximum clause length9
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22148
Number of clauses of size 365884
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data

0.00/0.00	c Parsing...
0.00/0.02	c ==============================================================================
0.00/0.02	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.02	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.02	c ==============================================================================
0.00/0.02	c |         0 |   68055   202155 |   20416       0        0     nan |  0.000 % |
0.00/0.25	c |         0 |   67183   284754 |      --       0       --      -- |     --   | -872/82599
0.00/0.25	c ==============================================================================
0.00/0.25	c Result  :   #vars: 763   #clauses: 67183   #literals: 284754
0.00/0.25	c CPU time:   0.249962 s
0.00/0.25	c ==============================================================================
14306.89/3577.18	c This is ManySAT 1.1 : 4 thread(s) on 8 core(s).
14306.89/3577.18	c ============================[ Problem Statistics ]=============================
14306.89/3577.18	c |                                                                             |
14306.89/3577.18	c threadId              : 1
14306.89/3577.18	c restarts              : 10068
14306.89/3577.18	c conflicts             : 3680612        (257 /sec)
14306.89/3577.18	c decisions             : 4726882        (1.54 % random) (330 /sec)
14306.89/3577.18	c propagations          : 296673878      (20741 /sec)
14306.89/3577.18	c conflict literals     : 111976171      (27.40 % deleted)
14306.89/3577.18	c Memory used           : 745.40 MB
14306.89/3577.18	c CPU time              : 14303.6 s
14306.89/3577.18	
14306.89/3577.18	c --->m=4, e=8, aimd=1, HOME/8044_many.cnf	time: 3575.9	conflicts: 3680612      
14306.89/3577.21	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-3362006-1305297220/watcher-3362006-1305297220 -o /tmp/evaluation-result-3362006-1305297220/solver-3362006-1305297220 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3362006-1305297220.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: 3.45 3.60 2.28 2/351 8044
/proc/meminfo: memFree=25755760/32950928 swapFree=38710892/67111528
[pid=8044] ppid=8042 vsize=8700 CPUtime=0 cores=0-7
/proc/8044/stat : 8044 (manysat.sh) S 8042 8044 7897 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 719952705 8908800 250 33554432000 4194304 4922060 140733967665504 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8044/statm: 2175 250 209 178 0 68 0

[startup+0.075098 s]
/proc/loadavg: 3.45 3.60 2.28 2/351 8044
/proc/meminfo: memFree=25755760/32950928 swapFree=38710892/67111528
[pid=8044] ppid=8042 vsize=8700 CPUtime=0 cores=0-7
/proc/8044/stat : 8044 (manysat.sh) S 8042 8044 7897 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 719952705 8908800 250 33554432000 4194304 4922060 140733967665504 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8044/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.10109 s]
/proc/loadavg: 3.45 3.60 2.28 2/351 8044
/proc/meminfo: memFree=25755760/32950928 swapFree=38710892/67111528
[pid=8044] ppid=8042 vsize=8700 CPUtime=0 cores=0-7
/proc/8044/stat : 8044 (manysat.sh) S 8042 8044 7897 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 719952705 8908800 250 33554432000 4194304 4922060 140733967665504 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8044/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.30105 s]
/proc/loadavg: 3.45 3.60 2.28 2/351 8044
/proc/meminfo: memFree=25755760/32950928 swapFree=38710892/67111528
[pid=8044] ppid=8042 vsize=8700 CPUtime=0 cores=0-7
/proc/8044/stat : 8044 (manysat.sh) S 8042 8044 7897 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 719952705 8908800 250 33554432000 4194304 4922060 140733967665504 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8044/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700955 s]
/proc/loadavg: 3.45 3.60 2.28 2/351 8044
/proc/meminfo: memFree=25755760/32950928 swapFree=38710892/67111528
[pid=8044] ppid=8042 vsize=8700 CPUtime=0.29 cores=0-7
/proc/8044/stat : 8044 (manysat.sh) S 8042 8044 7897 0 -1 4202496 356 1854 0 0 0 0 29 0 18 0 1 0 719952705 8908800 253 33554432000 4194304 4922060 140733967665504 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8044/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8700

[startup+1.50082 s]
/proc/loadavg: 3.45 3.60 2.28 5/356 8050
/proc/meminfo: memFree=25729680/32950928 swapFree=38710892/67111528
[pid=8044] ppid=8042 vsize=8700 CPUtime=0.29 cores=0-7
/proc/8044/stat : 8044 (manysat.sh) S 8042 8044 7897 0 -1 4202496 356 1854 0 0 0 0 29 0 18 0 1 0 719952705 8908800 253 33554432000 4194304 4922060 140733967665504 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8044/statm: 2175 253 209 178 0 68 0
[pid=8047] ppid=8044 vsize=59744 CPUtime=4.55 cores=0-7
/proc/8047/stat : 8047 (manysat1.1_stat) R 8044 8044 7897 0 -1 4202496 6930 0 0 0 454 1 0 0 18 0 4 0 719952735 61177856 6882 33554432000 134512640 135305190 4287170784 18446744073709551615 134528425 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/8047/statm: 14936 6882 84 194 0 14740 0
[pid=8047/tid=8048] ppid=8044 vsize=59744 CPUtime=1.12 cores=0-7
/proc/8047/task/8048/stat : 8048 (manysat1.1_stat) R 8044 8044 7897 0 -1 4202560 490 0 0 0 112 0 0 0 19 0 4 0 719952742 61177856 6882 33554432000 134512640 135305190 4287170784 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=8047/tid=8049] ppid=8044 vsize=59744 CPUtime=1.12 cores=0-7
/proc/8047/task/8049/stat : 8049 (manysat1.1_stat) R 8044 8044 7897 0 -1 4202560 613 0 0 0 112 0 0 0 18 0 4 0 719952742 61177856 6882 33554432000 134512640 135305190 4287170784 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=8047/tid=8050] ppid=8044 vsize=59744 CPUtime=1.11 cores=0-7
/proc/8047/task/8050/stat : 8050 (manysat1.1_stat) R 8044 8044 7897 0 -1 4202560 601 0 0 0 111 0 0 0 19 0 4 0 719952742 61177856 6882 33554432000 134512640 135305190 4287170784 18446744073709551615 134528310 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.84
Current children cumulated vsize (KiB) 68444

[startup+3.10051 s]
/proc/loadavg: 3.45 3.60 2.28 5/356 8050
/proc/meminfo: memFree=25723680/32950928 swapFree=38710892/67111528
[pid=8044] ppid=8042 vsize=8700 CPUtime=0.29 cores=0-7
/proc/8044/stat : 8044 (manysat.sh) S 8042 8044 7897 0 -1 4202496 356 1854 0 0 0 0 29 0 18 0 1 0 719952705 8908800 253 33554432000 4194304 4922060 140733967665504 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8044/statm: 2175 253 209 178 0 68 0
[pid=8047] ppid=8044 vsize=68192 CPUtime=10.95 cores=0-7
/proc/8047/stat : 8047 (manysat1.1_stat) R 8044 8044 7897 0 -1 4202496 8736 0 0 0 1093 2 0 0 18 0 4 0 719952735 69828608 8688 33554432000 134512640 135305190 4287170784 18446744073709551615 134528744 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/8047/statm: 17048 8688 84 194 0 16852 0
[pid=8047/tid=8048] ppid=8044 vsize=68192 CPUtime=2.72 cores=0-7
/proc/8047/task/8048/stat : 8048 (manysat1.1_stat) R 8044 8044 7897 0 -1 4202560 907 0 0 0 272 0 0 0 23 0 4 0 719952742 69828608 8688 33554432000 134512640 135305190 4287170784 18446744073709551615 134528319 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=8047/tid=8049] ppid=8044 vsize=68192 CPUtime=2.71 cores=0-7
/proc/8047/task/8049/stat : 8049 (manysat1.1_stat) R 8044 8044 7897 0 -1 4202560 1060 0 0 0 271 0 0 0 20 0 4 0 719952742 69828608 8688 33554432000 134512640 135305190 4287170784 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=8047/tid=8050] ppid=8044 vsize=68192 CPUtime=2.72 cores=0-7
/proc/8047/task/8050/stat : 8050 (manysat1.1_stat) R 8044 8044 7897 0 -1 4202560 1069 0 0 0 271 1 0 0 18 0 4 0 719952742 69828608 8688 33554432000 134512640 135305190 4287170784 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 11.24
Current children cumulated vsize (KiB) 76892

[startup+6.30092 s]
/proc/loadavg: 3.49 3.61 2.29 5/356 8050
/proc/meminfo: memFree=25710412/32950928 swapFree=38710892/67111528
[pid=8044] ppid=8042 vsize=8700 CPUtime=0.29 cores=0-7
/proc/8044/stat : 8044 (manysat.sh) S 8042 8044 7897 0 -1 4202496 356 1854 0 0 0 0 29 0 18 0 1 0 719952705 8908800 253 33554432000 4194304 4922060 140733967665504 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8044/statm: 2175 253 209 178 0 68 0
[pid=8047] ppid=8044 vsize=78860 CPUtime=23.75 cores=0-7
/proc/8047/stat : 8047 (manysat1.1_stat) R 8044 8044 7897 0 -1 4202496 11314 0 0 0 2372 3 0 0 19 0 4 0 719952735 80752640 11266 33554432000 134512640 135305190 4287170784 18446744073709551615 134528376 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/8047/statm: 19715 11266 84 194 0 19519 0
[pid=8047/tid=8048] ppid=8044 vsize=78860 CPUtime=5.92 cores=0-7
/proc/8047/task/8048/stat : 8048 (manysat1.1_stat) R 8044 8044 7897 0 -1 4202560 1547 0 0 0 592 0 0 0 25 0 4 0 719952742 80752640 11266 33554432000 134512640 135305190 4287170784 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=8047/tid=8049] ppid=8044 vsize=78860 CPUtime=5.91 cores=0-7
/proc/8047/task/8049/stat : 8049 (manysat1.1_stat) R 8044 8044 7897 0 -1 4202560 1633 0 0 0 591 0 0 0 19 0 4 0 719952742 80752640 11266 33554432000 134512640 135305190 4287170784 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=8047/tid=8050] ppid=8044 vsize=78860 CPUtime=5.91 cores=0-7
/proc/8047/task/8050/stat : 8050 (manysat1.1_stat) R 8044 8044 7897 0 -1 4202560 1728 0 0 0 590 1 0 0 18 0 4 0 719952742 80752640 11266 33554432000 134512640 135305190 4287170784 18446744073709551615 134559236 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 24.04
Current children cumulated vsize (KiB) 87560

[startup+12.7007 s]
/proc/loadavg: 3.53 3.61 2.30 5/356 8050
/proc/meminfo: memFree=25697912/32950928 swapFree=38710892/67111528
[pid=8044] ppid=8042 vsize=8700 CPUtime=0.29 cores=0-7
/proc/8044/stat : 8044 (manysat.sh) S 8042 8044 7897 0 -1 4202496 356 1854 0 0 0 0 29 0 18 0 1 0 719952705 8908800 253 33554432000 4194304 4922060 140733967665504 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8044/statm: 2175 253 209 178 0 68 0
[pid=8047] ppid=8044 vsize=92436 CPUtime=49.35 cores=0-7
/proc/8047/stat : 8047 (manysat1.1_stat) R 8044 8044 7897 0 -1 4202496 14658 0 0 0 4930 5 0 0 21 0 4 0 719952735 94654464 14610 33554432000 134512640 135305190 4287170784 18446744073709551615 134528477 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/8047/statm: 23109 14610 84 194 0 22913 0
[pid=8047/tid=8048] ppid=8044 vsize=92436 CPUtime=12.31 cores=0-7
/proc/8047/task/8048/stat : 8048 (manysat1.1_stat) R 8044 8044 7897 0 -1 4202560 2384 0 0 0 1231 0 0 0 25 0 4 0 719952742 94654464 14610 33554432000 134512640 135305190 4287170784 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=8047/tid=8049] ppid=8044 vsize=92436 CPUtime=12.31 cores=0-7
/proc/8047/task/8049/stat : 8049 (manysat1.1_stat) R 8044 8044 7897 0 -1 4202560 2393 0 0 0 1231 0 0 0 25 0 4 0 719952742 94654464 14610 33554432000 134512640 135305190 4287170784 18446744073709551615 134528415 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=8047/tid=8050] ppid=8044 vsize=92436 CPUtime=12.31 cores=0-7
/proc/8047/task/8050/stat : 8050 (manysat1.1_stat) R 8044 8044 7897 0 -1 4202560 2740 0 0 0 1229 2 0 0 18 0 4 0 719952742 94654464 14610 33554432000 134512640 135305190 4287170784 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 49.64
Current children cumulated vsize (KiB) 101136

[startup+25.5004 s]
/proc/loadavg: 3.63 3.63 2.33 5/356 8050
/proc/meminfo: memFree=25676780/32950928 swapFree=38710892/67111528
[pid=8044] ppid=8042 vsize=8700 CPUtime=0.29 cores=0-7
/proc/8044/stat : 8044 (manysat.sh) S 8042 8044 7897 0 -1 4202496 356 1854 0 0 0 0 29 0 18 0 1 0 719952705 8908800 253 33554432000 4194304 4922060 140733967665504 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8044/statm: 2175 253 209 178 0 68 0
[pid=8047] ppid=8044 vsize=114308 CPUtime=100.54 cores=0-7
/proc/8047/stat : 8047 (manysat1.1_stat) R 8044 8044 7897 0 -1 4202496 19949 0 0 0 10045 9 0 0 25 0 4 0 719952735 117051392 19901 33554432000 134512640 135305190 4287170784 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/8047/statm: 28577 19901 84 194 0 28381 0
[pid=8047/tid=8048] ppid=8044 vsize=114308 CPUtime=25.12 cores=0-7
/proc/8047/task/8048/stat : 8048 (manysat1.1_stat) R 8044 8044 7897 0 -1 4202560 3605 0 0 0 2511 1 0 0 25 0 4 0 719952742 117051392 19901 33554432000 134512640 135305190 4287170784 18446744073709551615 134528442 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=8047/tid=8049] ppid=8044 vsize=114308 CPUtime=25.11 cores=0-7
/proc/8047/task/8049/stat : 8049 (manysat1.1_stat) R 8044 8044 7897 0 -1 4202560 3605 0 0 0 2511 0 0 0 18 0 4 0 719952742 117051392 19901 33554432000 134512640 135305190 4287170784 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=8047/tid=8050] ppid=8044 vsize=114308 CPUtime=25.11 cores=0-7
/proc/8047/task/8050/stat : 8050 (manysat1.1_stat) R 8044 8044 7897 0 -1 4202560 4318 0 0 0 2506 5 0 0 18 0 4 0 719952742 117051392 19901 33554432000 134512640 135305190 4287170784 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 100.83
Current children cumulated vsize (KiB) 123008

[startup+51.1006 s]
/proc/loadavg: 3.76 3.66 2.37 5/356 8051
/proc/meminfo: memFree=25658640/32950928 swapFree=38710892/67111528
[pid=8044] ppid=8042 vsize=8700 CPUtime=0.29 cores=0-7
/proc/8044/stat : 8044 (manysat.sh) S 8042 8044 7897 0 -1 4202496 356 1854 0 0 0 0 29 0 18 0 1 0 719952705 8908800 253 33554432000 4194304 4922060 140733967665504 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8044/statm: 2175 253 209 178 0 68 0
[pid=8047] ppid=8044 vsize=135988 CPUtime=202.92 cores=0-7
/proc/8047/stat : 8047 (manysat1.1_stat) R 8044 8044 7897 0 -1 4202496 24796 0 0 0 20278 14 0 0 20 0 4 0 719952735 139251712 24748 33554432000 134512640 135305190 4287170784 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/8047/statm: 33997 24748 84 194 0 33801 0
[pid=8047/tid=8048] ppid=8044 vsize=135988 CPUtime=50.7 cores=0-7
/proc/8047/task/8048/stat : 8048 (manysat1.1_stat) R 8044 8044 7897 0 -1 4202560 4697 0 0 0 5068 2 0 0 25 0 4 0 719952742 139251712 24748 33554432000 134512640 135305190 4287170784 18446744073709551615 134528501 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=8047/tid=8049] ppid=8044 vsize=135988 CPUtime=50.7 cores=0-7
/proc/8047/task/8049/stat : 8049 (manysat1.1_stat) R 8044 8044 7897 0 -1 4202560 4929 0 0 0 5069 1 0 0 19 0 4 0 719952742 139251712 24748 33554432000 134512640 135305190 4287170784 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=8047/tid=8050] ppid=8044 vsize=135988 CPUtime=50.7 cores=0-7
/proc/8047/task/8050/stat : 8050 (manysat1.1_stat) R 8044 8044 7897 0 -1 4202560 5424 0 0 0 5063 7 0 0 25 0 4 0 719952742 139251712 24748 33554432000 134512640 135305190 4287170784 18446744073709551615 134528418 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.21
Current children cumulated vsize (KiB) 144688

[startup+102.314 s]
/proc/loadavg: 3.89 3.71 2.45 5/356 8052
/proc/meminfo: memFree=25623024/32950928 swapFree=38710892/67111528
[pid=8044] ppid=8042 vsize=8700 CPUtime=0.29 cores=0-7
/proc/8044/stat : 8044 (manysat.sh) S 8042 8044 7897 0 -1 4202496 356 1854 0 0 0 0 29 0 18 0 1 0 719952705 8908800 253 33554432000 4194304 4922060 140733967665504 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8044/statm: 2175 253 209 178 0 68 0
[pid=8047] ppid=8044 vsize=172500 CPUtime=407.74 cores=0-7
/proc/8047/stat : 8047 (manysat1.1_stat) R 8044 8044 7897 0 -1 4202496 33163 0 0 0 40741 33 0 0 20 0 4 0 719952735 176640000 33093 33554432000 134512640 135305190 4287170784 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/8047/statm: 43125 33093 84 194 0 42929 0
[pid=8047/tid=8048] ppid=8044 vsize=172500 CPUtime=101.91 cores=0-7
/proc/8047/task/8048/stat : 8048 (manysat1.1_stat) R 8044 8044 7897 0 -1 4202560 6709 0 0 0 10183 8 0 0 25 0 4 0 719952742 176640000 33093 33554432000 134512640 135305190 4287170784 18446744073709551615 134528536 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=8047/tid=8049] ppid=8044 vsize=172500 CPUtime=101.9 cores=0-7
/proc/8047/task/8049/stat : 8049 (manysat1.1_stat) R 8044 8044 7897 0 -1 4202560 7172 0 0 0 10186 4 0 0 25 0 4 0 719952742 176640000 33093 33554432000 134512640 135305190 4287170784 18446744073709551615 134528471 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=8047/tid=8050] ppid=8044 vsize=172500 CPUtime=101.9 cores=0-7
/proc/8047/task/8050/stat : 8050 (manysat1.1_stat) R 8044 8044 7897 0 -1 4202560 7978 0 0 0 10175 15 0 0 25 0 4 0 719952742 176640000 33093 33554432000 134512640 135305190 4287170784 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.03
Current children cumulated vsize (KiB) 181200

[startup+162.301 s]
/proc/loadavg: 3.96 3.76 2.55 5/356 8054
/proc/meminfo: memFree=25605764/32950928 swapFree=38710892/67111528
[pid=8044] ppid=8042 vsize=8700 CPUtime=0.29 cores=0-7
/proc/8044/stat : 8044 (manysat.sh) S 8042 8044 7897 0 -1 4202496 356 1854 0 0 0 0 29 0 18 0 1 0 719952705 8908800 253 33554432000 4194304 4922060 140733967665504 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8044/statm: 2175 253 209 178 0 68 0
[pid=8047] ppid=8044 vsize=190792 CPUtime=647.65 cores=0-7
/proc/8047/stat : 8047 (manysat1.1_stat) R 8044 8044 7897 0 -1 4202496 37547 0 0 0 64723 42 0 0 25 0 4 0 719952735 195371008 37477 33554432000 134512640 135305190 4287170784 18446744073709551615 134528376 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/8047/statm: 47698 37477 84 194 0 47502 0
[pid=8047/tid=8048] ppid=8044 vsize=190792 CPUtime=161.88 cores=0-7

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

/proc/meminfo: memFree=25092848/32950928 swapFree=38710892/67111528
[pid=8044] ppid=8042 vsize=8700 CPUtime=0.29 cores=0-7
/proc/8044/stat : 8044 (manysat.sh) S 8042 8044 7897 0 -1 4202496 356 1854 0 0 0 0 29 0 18 0 1 0 719952705 8908800 253 33554432000 4194304 4922060 140733967665504 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8044/statm: 2175 253 209 178 0 68 0
[pid=8047] ppid=8044 vsize=761444 CPUtime=14087.4 cores=0-7
/proc/8047/stat : 8047 (manysat1.1_stat) R 8044 8044 7897 0 -1 4202496 165349 0 0 0 1408409 329 0 0 25 0 4 0 719952735 779718656 165101 33554432000 134512640 135305190 4287170784 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/8047/statm: 190361 165101 84 194 0 190165 0
[pid=8047/tid=8048] ppid=8044 vsize=761444 CPUtime=3521.82 cores=0-7
/proc/8047/task/8048/stat : 8048 (manysat1.1_stat) R 8044 8044 7897 0 -1 4202560 33826 0 0 0 352119 63 0 0 25 0 4 0 719952742 779718656 165101 33554432000 134512640 135305190 4287170784 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=8047/tid=8049] ppid=8044 vsize=761444 CPUtime=3521.76 cores=0-7
/proc/8047/task/8049/stat : 8049 (manysat1.1_stat) R 8044 8044 7897 0 -1 4202560 53628 0 0 0 352059 117 0 0 25 0 4 0 719952742 779718656 165101 33554432000 134512640 135305190 4287170784 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=8047/tid=8050] ppid=8044 vsize=761444 CPUtime=3521.81 cores=0-7
/proc/8047/task/8050/stat : 8050 (manysat1.1_stat) R 8044 8044 7897 0 -1 4202560 38041 0 0 0 352088 93 0 0 25 0 4 0 719952742 779718656 165101 33554432000 134512640 135305190 4287170784 18446744073709551615 134528224 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 14087.7
Current children cumulated vsize (KiB) 770144

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

[startup+3532.7 s]
/proc/loadavg: 4.00 4.00 3.91 5/356 8156
/proc/meminfo: memFree=25092468/32950928 swapFree=38710892/67111528
[pid=8044] ppid=8042 vsize=8700 CPUtime=0.29 cores=0-7
/proc/8044/stat : 8044 (manysat.sh) S 8042 8044 7897 0 -1 4202496 356 1854 0 0 0 0 29 0 18 0 1 0 719952705 8908800 253 33554432000 4194304 4922060 140733967665504 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8044/statm: 2175 253 209 178 0 68 0
[pid=8047] ppid=8044 vsize=761444 CPUtime=14129 cores=0-7
/proc/8047/stat : 8047 (manysat1.1_stat) R 8044 8044 7897 0 -1 4202496 165368 0 0 0 1412569 329 0 0 25 0 4 0 719952735 779718656 165120 33554432000 134512640 135305190 4287170784 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/8047/statm: 190361 165120 84 194 0 190165 0
[pid=8047/tid=8048] ppid=8044 vsize=761444 CPUtime=3532.22 cores=0-7
/proc/8047/task/8048/stat : 8048 (manysat1.1_stat) R 8044 8044 7897 0 -1 4202560 33826 0 0 0 353159 63 0 0 25 0 4 0 719952742 779718656 165120 33554432000 134512640 135305190 4287170784 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=8047/tid=8049] ppid=8044 vsize=761444 CPUtime=3532.16 cores=0-7
/proc/8047/task/8049/stat : 8049 (manysat1.1_stat) R 8044 8044 7897 0 -1 4202560 53635 0 0 0 353099 117 0 0 18 0 4 0 719952742 779718656 165120 33554432000 134512640 135305190 4287170784 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=8047/tid=8050] ppid=8044 vsize=761444 CPUtime=3532.21 cores=0-7
/proc/8047/task/8050/stat : 8050 (manysat1.1_stat) R 8044 8044 7897 0 -1 4202560 38041 0 0 0 353128 93 0 0 25 0 4 0 719952742 779718656 165120 33554432000 134512640 135305190 4287170784 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 14129.3
Current children cumulated vsize (KiB) 770144

[startup+3558.3 s]
/proc/loadavg: 4.07 4.02 3.91 5/356 8156
/proc/meminfo: memFree=25091712/32950928 swapFree=38710892/67111528
[pid=8044] ppid=8042 vsize=8700 CPUtime=0.29 cores=0-7
/proc/8044/stat : 8044 (manysat.sh) S 8042 8044 7897 0 -1 4202496 356 1854 0 0 0 0 29 0 18 0 1 0 719952705 8908800 253 33554432000 4194304 4922060 140733967665504 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8044/statm: 2175 253 209 178 0 68 0
[pid=8047] ppid=8044 vsize=762088 CPUtime=14231.4 cores=0-7
/proc/8047/stat : 8047 (manysat1.1_stat) R 8044 8044 7897 0 -1 4202496 165607 0 0 0 1422809 330 0 0 25 0 4 0 719952735 780378112 165359 33554432000 134512640 135305190 4287170784 18446744073709551615 134528256 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/8047/statm: 190522 165359 84 194 0 190326 0
[pid=8047/tid=8048] ppid=8044 vsize=762088 CPUtime=3557.83 cores=0-7
/proc/8047/task/8048/stat : 8048 (manysat1.1_stat) R 8044 8044 7897 0 -1 4202560 33861 0 0 0 355719 64 0 0 25 0 4 0 719952742 780378112 165359 33554432000 134512640 135305190 4287170784 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=8047/tid=8049] ppid=8044 vsize=762088 CPUtime=3557.76 cores=0-7
/proc/8047/task/8049/stat : 8049 (manysat1.1_stat) R 8044 8044 7897 0 -1 4202560 53736 0 0 0 355659 117 0 0 25 0 4 0 719952742 780378112 165359 33554432000 134512640 135305190 4287170784 18446744073709551615 134528455 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=8047/tid=8050] ppid=8044 vsize=762088 CPUtime=3557.81 cores=0-7
/proc/8047/task/8050/stat : 8050 (manysat1.1_stat) R 8044 8044 7897 0 -1 4202560 38071 0 0 0 355688 93 0 0 25 0 4 0 719952742 780378112 165359 33554432000 134512640 135305190 4287170784 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 14231.7
Current children cumulated vsize (KiB) 770788

[startup+3564.7 s]
/proc/loadavg: 4.06 4.02 3.91 5/356 8157
/proc/meminfo: memFree=25090964/32950928 swapFree=38710892/67111528
[pid=8044] ppid=8042 vsize=8700 CPUtime=0.29 cores=0-7
/proc/8044/stat : 8044 (manysat.sh) S 8042 8044 7897 0 -1 4202496 356 1854 0 0 0 0 29 0 18 0 1 0 719952705 8908800 253 33554432000 4194304 4922060 140733967665504 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8044/statm: 2175 253 209 178 0 68 0
[pid=8047] ppid=8044 vsize=762808 CPUtime=14257 cores=0-7
/proc/8047/stat : 8047 (manysat1.1_stat) R 8044 8044 7897 0 -1 4202496 165739 0 0 0 1425369 330 0 0 25 0 4 0 719952735 781115392 165491 33554432000 134512640 135305190 4287170784 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/8047/statm: 190702 165491 84 194 0 190506 0
[pid=8047/tid=8048] ppid=8044 vsize=762808 CPUtime=3564.23 cores=0-7
/proc/8047/task/8048/stat : 8048 (manysat1.1_stat) R 8044 8044 7897 0 -1 4202560 33863 0 0 0 356359 64 0 0 25 0 4 0 719952742 781115392 165491 33554432000 134512640 135305190 4287170784 18446744073709551615 134528489 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=8047/tid=8049] ppid=8044 vsize=762808 CPUtime=3564.16 cores=0-7
/proc/8047/task/8049/stat : 8049 (manysat1.1_stat) R 8044 8044 7897 0 -1 4202560 53861 0 0 0 356299 117 0 0 18 0 4 0 719952742 781115392 165491 33554432000 134512640 135305190 4287170784 18446744073709551615 134538136 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=8047/tid=8050] ppid=8044 vsize=762808 CPUtime=3564.21 cores=0-7
/proc/8047/task/8050/stat : 8050 (manysat1.1_stat) R 8044 8044 7897 0 -1 4202560 38071 0 0 0 356328 93 0 0 25 0 4 0 719952742 781115392 165491 33554432000 134512640 135305190 4287170784 18446744073709551615 134528415 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 14257.3
Current children cumulated vsize (KiB) 771508

[startup+3571.1 s]
/proc/loadavg: 4.05 4.01 3.91 5/356 8157
/proc/meminfo: memFree=25090592/32950928 swapFree=38710892/67111528
[pid=8044] ppid=8042 vsize=8700 CPUtime=0.29 cores=0-7
/proc/8044/stat : 8044 (manysat.sh) S 8042 8044 7897 0 -1 4202496 356 1854 0 0 0 0 29 0 18 0 1 0 719952705 8908800 253 33554432000 4194304 4922060 140733967665504 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8044/statm: 2175 253 209 178 0 68 0
[pid=8047] ppid=8044 vsize=763288 CPUtime=14282.6 cores=0-7
/proc/8047/stat : 8047 (manysat1.1_stat) R 8044 8044 7897 0 -1 4202496 165821 0 0 0 1427928 330 0 0 18 0 4 0 719952735 781606912 165573 33554432000 134512640 135305190 4287170784 18446744073709551615 134529265 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/8047/statm: 190822 165573 84 194 0 190626 0
[pid=8047/tid=8048] ppid=8044 vsize=763288 CPUtime=3570.63 cores=0-7
/proc/8047/task/8048/stat : 8048 (manysat1.1_stat) R 8044 8044 7897 0 -1 4202560 33928 0 0 0 356999 64 0 0 25 0 4 0 719952742 781606912 165573 33554432000 134512640 135305190 4287170784 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=8047/tid=8049] ppid=8044 vsize=763288 CPUtime=3570.56 cores=0-7
/proc/8047/task/8049/stat : 8049 (manysat1.1_stat) R 8044 8044 7897 0 -1 4202560 53861 0 0 0 356939 117 0 0 25 0 4 0 719952742 781606912 165573 33554432000 134512640 135305190 4287170784 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=8047/tid=8050] ppid=8044 vsize=763288 CPUtime=3570.61 cores=0-7
/proc/8047/task/8050/stat : 8050 (manysat1.1_stat) R 8044 8044 7897 0 -1 4202560 38078 0 0 0 356968 93 0 0 25 0 4 0 719952742 781606912 165573 33554432000 134512640 135305190 4287170784 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 14282.9
Current children cumulated vsize (KiB) 771988

[startup+3574.3 s]
/proc/loadavg: 4.05 4.01 3.91 5/356 8157
/proc/meminfo: memFree=25090588/32950928 swapFree=38710892/67111528
[pid=8044] ppid=8042 vsize=8700 CPUtime=0.29 cores=0-7
/proc/8044/stat : 8044 (manysat.sh) S 8042 8044 7897 0 -1 4202496 356 1854 0 0 0 0 29 0 18 0 1 0 719952705 8908800 253 33554432000 4194304 4922060 140733967665504 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8044/statm: 2175 253 209 178 0 68 0
[pid=8047] ppid=8044 vsize=763288 CPUtime=14295.4 cores=0-7
/proc/8047/stat : 8047 (manysat1.1_stat) R 8044 8044 7897 0 -1 4202496 165821 0 0 0 1429208 330 0 0 22 0 4 0 719952735 781606912 165573 33554432000 134512640 135305190 4287170784 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/8047/statm: 190822 165573 84 194 0 190626 0
[pid=8047/tid=8048] ppid=8044 vsize=763288 CPUtime=3573.83 cores=0-7
/proc/8047/task/8048/stat : 8048 (manysat1.1_stat) R 8044 8044 7897 0 -1 4202560 33928 0 0 0 357319 64 0 0 25 0 4 0 719952742 781606912 165573 33554432000 134512640 135305190 4287170784 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=8047/tid=8049] ppid=8044 vsize=763288 CPUtime=3573.76 cores=0-7
/proc/8047/task/8049/stat : 8049 (manysat1.1_stat) R 8044 8044 7897 0 -1 4202560 53861 0 0 0 357259 117 0 0 25 0 4 0 719952742 781606912 165573 33554432000 134512640 135305190 4287170784 18446744073709551615 134528805 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=8047/tid=8050] ppid=8044 vsize=763288 CPUtime=3573.81 cores=0-7
/proc/8047/task/8050/stat : 8050 (manysat1.1_stat) R 8044 8044 7897 0 -1 4202560 38078 0 0 0 357288 93 0 0 25 0 4 0 719952742 781606912 165573 33554432000 134512640 135305190 4287170784 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 14295.7
Current children cumulated vsize (KiB) 771988

[startup+3575.9 s]
/proc/loadavg: 4.05 4.01 3.91 5/356 8157
/proc/meminfo: memFree=25090588/32950928 swapFree=38710892/67111528
[pid=8044] ppid=8042 vsize=8700 CPUtime=0.29 cores=0-7
/proc/8044/stat : 8044 (manysat.sh) S 8042 8044 7897 0 -1 4202496 356 1854 0 0 0 0 29 0 18 0 1 0 719952705 8908800 253 33554432000 4194304 4922060 140733967665504 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8044/statm: 2175 253 209 178 0 68 0
[pid=8047] ppid=8044 vsize=763288 CPUtime=14301.8 cores=0-7
/proc/8047/stat : 8047 (manysat1.1_stat) R 8044 8044 7897 0 -1 4202496 165823 0 0 0 1429848 330 0 0 25 0 4 0 719952735 781606912 165575 33554432000 134512640 135305190 4287170784 18446744073709551615 134528442 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/8047/statm: 190822 165575 84 194 0 190626 0
[pid=8047/tid=8048] ppid=8044 vsize=763288 CPUtime=3575.43 cores=0-7
/proc/8047/task/8048/stat : 8048 (manysat1.1_stat) R 8044 8044 7897 0 -1 4202560 33929 0 0 0 357479 64 0 0 25 0 4 0 719952742 781606912 165575 33554432000 134512640 135305190 4287170784 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=8047/tid=8049] ppid=8044 vsize=763288 CPUtime=3575.36 cores=0-7
/proc/8047/task/8049/stat : 8049 (manysat1.1_stat) R 8044 8044 7897 0 -1 4202560 53861 0 0 0 357419 117 0 0 25 0 4 0 719952742 781606912 165575 33554432000 134512640 135305190 4287170784 18446744073709551615 134528536 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=8047/tid=8050] ppid=8044 vsize=763288 CPUtime=3575.41 cores=0-7
/proc/8047/task/8050/stat : 8050 (manysat1.1_stat) R 8044 8044 7897 0 -1 4202560 38079 0 0 0 357448 93 0 0 25 0 4 0 719952742 781606912 165575 33554432000 134512640 135305190 4287170784 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 14302.1
Current children cumulated vsize (KiB) 771988

[startup+3576.7 s]
/proc/loadavg: 4.05 4.01 3.91 5/356 8157
/proc/meminfo: memFree=25090588/32950928 swapFree=38710892/67111528
[pid=8044] ppid=8042 vsize=8700 CPUtime=0.29 cores=0-7
/proc/8044/stat : 8044 (manysat.sh) S 8042 8044 7897 0 -1 4202496 356 1854 0 0 0 0 29 0 18 0 1 0 719952705 8908800 253 33554432000 4194304 4922060 140733967665504 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8044/statm: 2175 253 209 178 0 68 0
[pid=8047] ppid=8044 vsize=763288 CPUtime=14305 cores=0-7
/proc/8047/stat : 8047 (manysat1.1_stat) R 8044 8044 7897 0 -1 4202496 165830 0 0 0 1430168 330 0 0 25 0 4 0 719952735 781606912 165582 33554432000 134512640 135305190 4287170784 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/8047/statm: 190822 165582 84 194 0 190626 0
[pid=8047/tid=8048] ppid=8044 vsize=763288 CPUtime=3576.23 cores=0-7
/proc/8047/task/8048/stat : 8048 (manysat1.1_stat) R 8044 8044 7897 0 -1 4202560 33936 0 0 0 357559 64 0 0 25 0 4 0 719952742 781606912 165582 33554432000 134512640 135305190 4287170784 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=8047/tid=8049] ppid=8044 vsize=763288 CPUtime=3576.16 cores=0-7
/proc/8047/task/8049/stat : 8049 (manysat1.1_stat) R 8044 8044 7897 0 -1 4202560 53861 0 0 0 357499 117 0 0 25 0 4 0 719952742 781606912 165582 33554432000 134512640 135305190 4287170784 18446744073709551615 134528379 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=8047/tid=8050] ppid=8044 vsize=763288 CPUtime=3576.21 cores=0-7
/proc/8047/task/8050/stat : 8050 (manysat1.1_stat) R 8044 8044 7897 0 -1 4202560 38079 0 0 0 357528 93 0 0 25 0 4 0 719952742 781606912 165582 33554432000 134512640 135305190 4287170784 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 14305.3
Current children cumulated vsize (KiB) 771988

[startup+3577.1 s]
/proc/loadavg: 4.05 4.01 3.91 5/356 8157
/proc/meminfo: memFree=25090588/32950928 swapFree=38710892/67111528
[pid=8044] ppid=8042 vsize=8700 CPUtime=0.29 cores=0-7
/proc/8044/stat : 8044 (manysat.sh) S 8042 8044 7897 0 -1 4202496 356 1854 0 0 0 0 29 0 18 0 1 0 719952705 8908800 253 33554432000 4194304 4922060 140733967665504 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8044/statm: 2175 253 209 178 0 68 0
[pid=8047] ppid=8044 vsize=763288 CPUtime=14306.6 cores=0-7
/proc/8047/stat : 8047 (manysat1.1_stat) R 8044 8044 7897 0 -1 4202496 165831 0 0 0 1430330 330 0 0 25 0 4 0 719952735 781606912 165583 33554432000 134512640 135305190 4287170784 18446744073709551615 134528406 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/8047/statm: 190822 165583 84 194 0 190626 0
[pid=8047/tid=8048] ppid=8044 vsize=763288 CPUtime=3576.64 cores=0-7
/proc/8047/task/8048/stat : 8048 (manysat1.1_stat) R 8044 8044 7897 0 -1 4202560 33937 0 0 0 357600 64 0 0 25 0 4 0 719952742 781606912 165583 33554432000 134512640 135305190 4287170784 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=8047/tid=8049] ppid=8044 vsize=763288 CPUtime=3576.57 cores=0-7
/proc/8047/task/8049/stat : 8049 (manysat1.1_stat) R 8044 8044 7897 0 -1 4202560 53861 0 0 0 357540 117 0 0 25 0 4 0 719952742 781606912 165583 33554432000 134512640 135305190 4287170784 18446744073709551615 134528319 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=8047/tid=8050] ppid=8044 vsize=763288 CPUtime=3576.62 cores=0-7
/proc/8047/task/8050/stat : 8050 (manysat1.1_stat) R 8044 8044 7897 0 -1 4202560 38079 0 0 0 357569 93 0 0 25 0 4 0 719952742 781606912 165583 33554432000 134512640 135305190 4287170784 18446744073709551615 134528224 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 14306.9
Current children cumulated vsize (KiB) 771988

[startup+3577.21 s]
/proc/loadavg: 4.05 4.01 3.91 5/356 8157
/proc/meminfo: memFree=25090588/32950928 swapFree=38710892/67111528
[pid=8044] ppid=8042 vsize=8704 CPUtime=14307.2 cores=0-7
/proc/8044/stat : 8044 (manysat.sh) R 8042 8044 7897 0 -1 4202496 364 167700 0 0 0 0 1430390 334 17 0 1 0 719952705 8912896 258 33554432000 4194304 4922060 140733967665504 18446744073709551615 251367542629 0 2147483391 4100 65536 18446744071699199166 0 0 17 6 0 0 0
/proc/8044/statm: 2176 258 213 178 0 69 0
Current children cumulated CPU time (s) 14307.2
Current children cumulated vsize (KiB) 8704

Child status: 20
Real time (s): 3577.22
CPU time (s): 14307.2
CPU user time (s): 14303.9
CPU system time (s): 3.34749
CPU usage (%): 399.955
Max. virtual memory (cumulated for all children) (KiB): 771988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14303.9
system time used= 3.34749
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 168266
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= 20380
involuntary context switches= 54359

runsolver used 12.0292 second user time and 30.0684 second system time

The end

Launcher Data

Begin job on node113 at 2011-05-13 16:33:40
IDJOB=3362006
IDBENCH=71078
IDSOLVER=1839
FILE ID=node113/3362006-1305297220
RUNJOBID= node113-1305296396-7911
PBS_JOBID= 13321440
Free space on /tmp= 47792 MiB

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

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

MD5SUM BENCH= 66aa2e18c32a02f55a810347a9702c7f
RANDOM SEED=1787235454

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      25756032 kB
Buffers:        194912 kB
Cached:        2358784 kB
SwapCached:      93712 kB
Active:         675952 kB
Inactive:      6265140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      25756032 kB
SwapTotal:    67111528 kB
SwapFree:     38710892 kB
Dirty:            2840 kB
Writeback:           0 kB
AnonPages:     4305772 kB
Mapped:          13408 kB
Slab:            96292 kB
PageTables:      91104 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 87039208 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= 47788 MiB
End job on node113 at 2011-05-13 17:33:18