Trace number 3362393

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 1043.43 272.165

General information on the benchmark

NameSAT02/industrial/aloul/
Homer/homer14.shuffled.cnf
MD5SUM1d9569aa70fee033c68469753053c259
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.403937
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of clauses2130
Sum of the clauses size4500
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22100
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 530

Solver Data

0.00/0.00	c Parsing...
0.00/0.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |    2130     4500 |     638       0        0     nan |  0.000 % |
0.00/0.00	c |         0 |    2100     7560 |      --       0       --      -- |     --   | -30/3060
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 270   #clauses: 2100   #literals: 7560
0.00/0.00	c CPU time:   0.002999 s
0.00/0.00	c ==============================================================================
1043.35/272.15	c This is ManySAT 1.1 : 4 thread(s) on 4 core(s).
1043.35/272.15	c ============================[ Problem Statistics ]=============================
1043.35/272.15	c |                                                                             |
1043.35/272.15	c threadId              : 2
1043.35/272.15	c restarts              : 26
1043.35/272.15	c conflicts             : 6941451        (6655 /sec)
1043.35/272.15	c decisions             : 7886206        (1.76 % random) (7561 /sec)
1043.35/272.15	c propagations          : 127780603      (122515 /sec)
1043.35/272.15	c conflict literals     : 206210804      (26.42 % deleted)
1043.35/272.15	c Memory used           : 243.29 MB
1043.35/272.15	c CPU time              : 1042.98 s
1043.35/272.15	
1043.35/272.15	c --->m=4, e=8, aimd=1, HOME/31806_many.cnf	time: 260.745	conflicts: 6941451      
1043.35/272.16	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-3362393-1305302265/watcher-3362393-1305302265 -o /tmp/evaluation-result-3362393-1305302265/solver-3362393-1305302265 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3362393-1305302265.cnf aimd 1 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 7.76 8.03 8.04 5/368 31806
/proc/meminfo: memFree=10709572/32951124 swapFree=65155552/67111528
[pid=31806] ppid=31804 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31806/stat : 31806 (manysat.sh) S 31804 31806 31066 0 -1 4202496 357 194 0 0 0 0 0 0 25 0 1 0 622642767 8908800 253 33554432000 4194304 4922060 140737187084336 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31806/statm: 2175 253 209 178 0 68 0

[startup+0.085716 s]
/proc/loadavg: 7.76 8.03 8.04 5/368 31806
/proc/meminfo: memFree=10709572/32951124 swapFree=65155552/67111528
[pid=31806] ppid=31804 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31806/stat : 31806 (manysat.sh) S 31804 31806 31066 0 -1 4202496 357 194 0 0 0 0 0 0 25 0 1 0 622642767 8908800 253 33554432000 4194304 4922060 140737187084336 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31806/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.119884 s]
/proc/loadavg: 7.76 8.03 8.04 5/368 31806
/proc/meminfo: memFree=10709572/32951124 swapFree=65155552/67111528
[pid=31806] ppid=31804 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31806/stat : 31806 (manysat.sh) S 31804 31806 31066 0 -1 4202496 357 194 0 0 0 0 0 0 25 0 1 0 622642767 8908800 253 33554432000 4194304 4922060 140737187084336 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31806/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300218 s]
/proc/loadavg: 7.76 8.03 8.04 5/368 31806
/proc/meminfo: memFree=10709572/32951124 swapFree=65155552/67111528
[pid=31806] ppid=31804 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31806/stat : 31806 (manysat.sh) S 31804 31806 31066 0 -1 4202496 357 194 0 0 0 0 0 0 25 0 1 0 622642767 8908800 253 33554432000 4194304 4922060 140737187084336 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31806/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700147 s]
/proc/loadavg: 7.76 8.03 8.04 5/368 31806
/proc/meminfo: memFree=10709572/32951124 swapFree=65155552/67111528
[pid=31806] ppid=31804 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31806/stat : 31806 (manysat.sh) S 31804 31806 31066 0 -1 4202496 357 194 0 0 0 0 0 0 25 0 1 0 622642767 8908800 253 33554432000 4194304 4922060 140737187084336 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31806/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50101 s]
/proc/loadavg: 7.76 8.03 8.04 9/373 31812
/proc/meminfo: memFree=10699240/32951124 swapFree=65155552/67111528
[pid=31806] ppid=31804 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31806/stat : 31806 (manysat.sh) S 31804 31806 31066 0 -1 4202496 357 194 0 0 0 0 0 0 25 0 1 0 622642767 8908800 253 33554432000 4194304 4922060 140737187084336 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31806/statm: 2175 253 209 178 0 68 0
[pid=31808] ppid=31806 vsize=49644 CPUtime=5.94 cores=1,3,5,7
/proc/31808/stat : 31808 (manysat1.1_stat) R 31806 31806 31066 0 -1 4202496 3905 0 0 0 593 1 0 0 20 0 4 0 622642768 50835456 3854 33554432000 134512640 135305190 4294950576 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/31808/statm: 12411 3854 84 194 0 12215 0
[pid=31808/tid=31809] ppid=31806 vsize=49644 CPUtime=1.47 cores=1,3,5,7
/proc/31808/task/31809/stat : 31809 (manysat1.1_stat) R 31806 31806 31066 0 -1 4202560 937 0 0 0 147 0 0 0 25 0 4 0 622642768 50835456 3854 33554432000 134512640 135305190 4294950576 18446744073709551615 134528274 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=31808/tid=31810] ppid=31806 vsize=49644 CPUtime=1.48 cores=1,3,5,7
/proc/31808/task/31810/stat : 31810 (manysat1.1_stat) R 31806 31806 31066 0 -1 4202560 705 0 0 0 148 0 0 0 20 0 4 0 622642768 50835456 3854 33554432000 134512640 135305190 4294950576 18446744073709551615 134528771 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=31808/tid=31811] ppid=31806 vsize=49644 CPUtime=1.48 cores=1,3,5,7
/proc/31808/task/31811/stat : 31811 (manysat1.1_stat) R 31806 31806 31066 0 -1 4202560 1045 0 0 0 148 0 0 0 20 0 4 0 622642768 50835456 3854 33554432000 134512640 135305190 4294950576 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 58344

[startup+3.10072 s]
/proc/loadavg: 7.76 8.03 8.04 9/373 31812
/proc/meminfo: memFree=10688520/32951124 swapFree=65155552/67111528
[pid=31806] ppid=31804 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31806/stat : 31806 (manysat.sh) S 31804 31806 31066 0 -1 4202496 357 194 0 0 0 0 0 0 25 0 1 0 622642767 8908800 253 33554432000 4194304 4922060 140737187084336 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31806/statm: 2175 253 209 178 0 68 0
[pid=31808] ppid=31806 vsize=61200 CPUtime=12.32 cores=1,3,5,7
/proc/31808/stat : 31808 (manysat1.1_stat) R 31806 31806 31066 0 -1 4202496 6465 0 0 0 1229 3 0 0 25 0 4 0 622642768 62668800 6414 33554432000 134512640 135305190 4294950576 18446744073709551615 134528341 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/31808/statm: 15300 6414 84 194 0 15104 0
[pid=31808/tid=31809] ppid=31806 vsize=61200 CPUtime=3.05 cores=1,3,5,7
/proc/31808/task/31809/stat : 31809 (manysat1.1_stat) R 31806 31806 31066 0 -1 4202560 1393 0 0 0 305 0 0 0 25 0 4 0 622642768 62668800 6414 33554432000 134512640 135305190 4294950576 18446744073709551615 134528415 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=31808/tid=31810] ppid=31806 vsize=61200 CPUtime=3.08 cores=1,3,5,7
/proc/31808/task/31810/stat : 31810 (manysat1.1_stat) R 31806 31806 31066 0 -1 4202560 1307 0 0 0 307 1 0 0 18 0 4 0 622642768 62668800 6414 33554432000 134512640 135305190 4294950576 18446744073709551615 134528408 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=31808/tid=31811] ppid=31806 vsize=61200 CPUtime=3.08 cores=1,3,5,7
/proc/31808/task/31811/stat : 31811 (manysat1.1_stat) R 31806 31806 31066 0 -1 4202560 2031 0 0 0 308 0 0 0 25 0 4 0 622642768 62668800 6414 33554432000 134512640 135305190 4294950576 18446744073709551615 134538309 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 69900

[startup+6.30115 s]
/proc/loadavg: 7.78 8.03 8.04 9/373 31812
/proc/meminfo: memFree=10676820/32951124 swapFree=65155552/67111528
[pid=31806] ppid=31804 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31806/stat : 31806 (manysat.sh) S 31804 31806 31066 0 -1 4202496 357 194 0 0 0 0 0 0 25 0 1 0 622642767 8908800 253 33554432000 4194304 4922060 140737187084336 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31806/statm: 2175 253 209 178 0 68 0
[pid=31808] ppid=31806 vsize=71848 CPUtime=25.08 cores=1,3,5,7
/proc/31808/stat : 31808 (manysat1.1_stat) R 31806 31806 31066 0 -1 4202496 9172 0 0 0 2504 4 0 0 25 0 4 0 622642768 73572352 9121 33554432000 134512640 135305190 4294950576 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/31808/statm: 17962 9121 84 194 0 17766 0
[pid=31808/tid=31809] ppid=31806 vsize=71848 CPUtime=6.21 cores=1,3,5,7
/proc/31808/task/31809/stat : 31809 (manysat1.1_stat) R 31806 31806 31066 0 -1 4202560 1935 0 0 0 621 0 0 0 25 0 4 0 622642768 73572352 9121 33554432000 134512640 135305190 4294950576 18446744073709551615 134528415 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=31808/tid=31810] ppid=31806 vsize=71848 CPUtime=6.28 cores=1,3,5,7
/proc/31808/task/31810/stat : 31810 (manysat1.1_stat) R 31806 31806 31066 0 -1 4202560 1872 0 0 0 627 1 0 0 25 0 4 0 622642768 73572352 9121 33554432000 134512640 135305190 4294950576 18446744073709551615 134552728 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=31808/tid=31811] ppid=31806 vsize=71848 CPUtime=6.28 cores=1,3,5,7
/proc/31808/task/31811/stat : 31811 (manysat1.1_stat) R 31806 31806 31066 0 -1 4202560 2923 0 0 0 628 0 0 0 25 0 4 0 622642768 73572352 9121 33554432000 134512640 135305190 4294950576 18446744073709551615 134840070 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.08
Current children cumulated vsize (KiB) 80548

[startup+12.701 s]
/proc/loadavg: 7.88 8.05 8.04 9/373 31812
/proc/meminfo: memFree=10659616/32951124 swapFree=65155552/67111528
[pid=31806] ppid=31804 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31806/stat : 31806 (manysat.sh) S 31804 31806 31066 0 -1 4202496 357 194 0 0 0 0 0 0 25 0 1 0 622642767 8908800 253 33554432000 4194304 4922060 140737187084336 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31806/statm: 2175 253 209 178 0 68 0
[pid=31808] ppid=31806 vsize=85032 CPUtime=50.59 cores=1,3,5,7
/proc/31808/stat : 31808 (manysat1.1_stat) R 31806 31806 31066 0 -1 4202496 12327 0 0 0 5052 7 0 0 25 0 4 0 622642768 87072768 12276 33554432000 134512640 135305190 4294950576 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/31808/statm: 21258 12276 84 194 0 21062 0
[pid=31808/tid=31809] ppid=31806 vsize=85032 CPUtime=12.53 cores=1,3,5,7
/proc/31808/task/31809/stat : 31809 (manysat1.1_stat) R 31806 31806 31066 0 -1 4202560 2722 0 0 0 1253 0 0 0 25 0 4 0 622642768 87072768 12276 33554432000 134512640 135305190 4294950576 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=31808/tid=31810] ppid=31806 vsize=85032 CPUtime=12.67 cores=1,3,5,7
/proc/31808/task/31810/stat : 31810 (manysat1.1_stat) R 31806 31806 31066 0 -1 4202560 2513 0 0 0 1265 2 0 0 25 0 4 0 622642768 87072768 12276 33554432000 134512640 135305190 4294950576 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=31808/tid=31811] ppid=31806 vsize=85032 CPUtime=12.68 cores=1,3,5,7
/proc/31808/task/31811/stat : 31811 (manysat1.1_stat) R 31806 31806 31066 0 -1 4202560 3887 0 0 0 1267 1 0 0 25 0 4 0 622642768 87072768 12276 33554432000 134512640 135305190 4294950576 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.59
Current children cumulated vsize (KiB) 93732

[startup+25.5007 s]
/proc/loadavg: 7.90 8.04 8.04 9/373 31813
/proc/meminfo: memFree=10643224/32951124 swapFree=65155552/67111528
[pid=31806] ppid=31804 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31806/stat : 31806 (manysat.sh) S 31804 31806 31066 0 -1 4202496 357 194 0 0 0 0 0 0 25 0 1 0 622642767 8908800 253 33554432000 4194304 4922060 140737187084336 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31806/statm: 2175 253 209 178 0 68 0
[pid=31808] ppid=31806 vsize=101436 CPUtime=101.62 cores=1,3,5,7
/proc/31808/stat : 31808 (manysat1.1_stat) R 31806 31806 31066 0 -1 4202496 16316 0 0 0 10152 10 0 0 25 0 4 0 622642768 103870464 16265 33554432000 134512640 135305190 4294950576 18446744073709551615 134528410 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/31808/statm: 25359 16265 84 194 0 25163 0
[pid=31808/tid=31809] ppid=31806 vsize=101436 CPUtime=25.17 cores=1,3,5,7
/proc/31808/task/31809/stat : 31809 (manysat1.1_stat) R 31806 31806 31066 0 -1 4202560 3608 0 0 0 2516 1 0 0 25 0 4 0 622642768 103870464 16265 33554432000 134512640 135305190 4294950576 18446744073709551615 134528399 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=31808/tid=31810] ppid=31806 vsize=101436 CPUtime=25.47 cores=1,3,5,7
/proc/31808/task/31810/stat : 31810 (manysat1.1_stat) R 31806 31806 31066 0 -1 4202560 3472 0 0 0 2544 3 0 0 25 0 4 0 622642768 103870464 16265 33554432000 134512640 135305190 4294950576 18446744073709551615 134528329 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=31808/tid=31811] ppid=31806 vsize=101436 CPUtime=25.48 cores=1,3,5,7
/proc/31808/task/31811/stat : 31811 (manysat1.1_stat) R 31806 31806 31066 0 -1 4202560 4881 0 0 0 2546 2 0 0 25 0 4 0 622642768 103870464 16265 33554432000 134512640 135305190 4294950576 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.62
Current children cumulated vsize (KiB) 110136

[startup+51.1012 s]
/proc/loadavg: 8.01 8.06 8.04 9/373 31814
/proc/meminfo: memFree=10615516/32951124 swapFree=65155552/67111528
[pid=31806] ppid=31804 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31806/stat : 31806 (manysat.sh) S 31804 31806 31066 0 -1 4202496 357 194 0 0 0 0 0 0 25 0 1 0 622642767 8908800 253 33554432000 4194304 4922060 140737187084336 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31806/statm: 2175 253 209 178 0 68 0
[pid=31808] ppid=31806 vsize=124132 CPUtime=203.69 cores=1,3,5,7
/proc/31808/stat : 31808 (manysat1.1_stat) R 31806 31806 31066 0 -1 4202496 21595 0 0 0 20354 15 0 0 25 0 4 0 622642768 127111168 21528 33554432000 134512640 135305190 4294950576 18446744073709551615 134528376 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/31808/statm: 31033 21528 84 194 0 30837 0
[pid=31808/tid=31809] ppid=31806 vsize=124132 CPUtime=50.75 cores=1,3,5,7
/proc/31808/task/31809/stat : 31809 (manysat1.1_stat) R 31806 31806 31066 0 -1 4202560 4712 0 0 0 5073 2 0 0 25 0 4 0 622642768 127111168 21528 33554432000 134512640 135305190 4294950576 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=31808/tid=31810] ppid=31806 vsize=124132 CPUtime=50.77 cores=1,3,5,7
/proc/31808/task/31810/stat : 31810 (manysat1.1_stat) R 31806 31806 31066 0 -1 4202560 4369 0 0 0 5072 5 0 0 25 0 4 0 622642768 127111168 21528 33554432000 134512640 135305190 4294950576 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=31808/tid=31811] ppid=31806 vsize=124132 CPUtime=51.07 cores=1,3,5,7
/proc/31808/task/31811/stat : 31811 (manysat1.1_stat) R 31806 31806 31066 0 -1 4202560 6406 0 0 0 5103 4 0 0 25 0 4 0 622642768 127111168 21528 33554432000 134512640 135305190 4294950576 18446744073709551615 134528388 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.69
Current children cumulated vsize (KiB) 132832

[startup+102.314 s]
/proc/loadavg: 8.00 8.05 8.04 9/373 31815
/proc/meminfo: memFree=10528948/32951124 swapFree=65155552/67111528
[pid=31806] ppid=31804 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31806/stat : 31806 (manysat.sh) S 31804 31806 31066 0 -1 4202496 357 194 0 0 0 0 0 0 25 0 1 0 622642767 8908800 253 33554432000 4194304 4922060 140737187084336 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31806/statm: 2175 253 209 178 0 68 0
[pid=31808] ppid=31806 vsize=162516 CPUtime=407.89 cores=1,3,5,7
/proc/31808/stat : 31808 (manysat1.1_stat) R 31806 31806 31066 0 -1 4202496 30519 0 0 0 40765 24 0 0 25 0 4 0 622642768 166416384 30452 33554432000 134512640 135305190 4294950576 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/31808/statm: 40629 30452 84 194 0 40433 0
[pid=31808/tid=31809] ppid=31806 vsize=162516 CPUtime=101.95 cores=1,3,5,7
/proc/31808/task/31809/stat : 31809 (manysat1.1_stat) R 31806 31806 31066 0 -1 4202560 6505 0 0 0 10191 4 0 0 25 0 4 0 622642768 166416384 30452 33554432000 134512640 135305190 4294950576 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=31808/tid=31810] ppid=31806 vsize=162516 CPUtime=101.37 cores=1,3,5,7
/proc/31808/task/31810/stat : 31810 (manysat1.1_stat) R 31806 31806 31066 0 -1 4202560 7631 0 0 0 10129 8 0 0 18 0 4 0 622642768 166416384 30452 33554432000 134512640 135305190 4294950576 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=31808/tid=31811] ppid=31806 vsize=162516 CPUtime=102.27 cores=1,3,5,7
/proc/31808/task/31811/stat : 31811 (manysat1.1_stat) R 31806 31806 31066 0 -1 4202560 8966 0 0 0 10221 6 0 0 25 0 4 0 622642768 166416384 30452 33554432000 134512640 135305190 4294950576 18446744073709551615 134528536 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 407.89
Current children cumulated vsize (KiB) 171216

[startup+162.3 s]
/proc/loadavg: 8.11 8.07 8.04 9/373 31816
/proc/meminfo: memFree=10488092/32951124 swapFree=65155552/67111528
[pid=31806] ppid=31804 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31806/stat : 31806 (manysat.sh) S 31804 31806 31066 0 -1 4202496 357 194 0 0 0 0 0 0 25 0 1 0 622642767 8908800 253 33554432000 4194304 4922060 140737187084336 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31806/statm: 2175 253 209 178 0 68 0
[pid=31808] ppid=31806 vsize=188428 CPUtime=647.08 cores=1,3,5,7
/proc/31808/stat : 31808 (manysat1.1_stat) R 31806 31806 31066 0 -1 4202496 36034 0 0 0 64678 30 0 0 25 0 4 0 622642768 192950272 35967 33554432000 134512640 135305190 4294950576 18446744073709551615 134528548 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/31808/statm: 47107 35967 84 194 0 46911 0
[pid=31808/tid=31809] ppid=31806 vsize=188428 CPUtime=161.91 cores=1,3,5,7

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

[pid=31808/tid=31810] ppid=31806 vsize=188428 CPUtime=160.64 cores=1,3,5,7
/proc/31808/task/31810/stat : 31810 (manysat1.1_stat) R 31806 31806 31066 0 -1 4202560 9228 0 0 0 16053 11 0 0 25 0 4 0 622642768 192950272 35967 33554432000 134512640 135305190 4294950576 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=31808/tid=31811] ppid=31806 vsize=188428 CPUtime=162.25 cores=1,3,5,7
/proc/31808/task/31811/stat : 31811 (manysat1.1_stat) R 31806 31806 31066 0 -1 4202560 10264 0 0 0 16218 7 0 0 25 0 4 0 622642768 192950272 35967 33554432000 134512640 135305190 4294950576 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 647.08
Current children cumulated vsize (KiB) 197128

[startup+222.301 s]
/proc/loadavg: 8.14 8.08 8.05 9/373 31827
/proc/meminfo: memFree=10457988/32951124 swapFree=65155552/67111528
[pid=31806] ppid=31804 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31806/stat : 31806 (manysat.sh) S 31804 31806 31066 0 -1 4202496 357 194 0 0 0 0 0 0 25 0 1 0 622642767 8908800 253 33554432000 4194304 4922060 140737187084336 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31806/statm: 2175 253 209 178 0 68 0
[pid=31808] ppid=31806 vsize=215868 CPUtime=886.33 cores=1,3,5,7
/proc/31808/stat : 31808 (manysat1.1_stat) R 31806 31806 31066 0 -1 4202496 42116 0 0 0 88596 37 0 0 25 0 4 0 622642768 221048832 42023 33554432000 134512640 135305190 4294950576 18446744073709551615 134528406 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/31808/statm: 53967 42023 84 194 0 53771 0
[pid=31808/tid=31809] ppid=31806 vsize=215868 CPUtime=221.89 cores=1,3,5,7
/proc/31808/task/31809/stat : 31809 (manysat1.1_stat) R 31806 31806 31066 0 -1 4202560 10234 0 0 0 22183 6 0 0 25 0 4 0 622642768 221048832 42023 33554432000 134512640 135305190 4294950576 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=31808/tid=31810] ppid=31806 vsize=215868 CPUtime=219.93 cores=1,3,5,7
/proc/31808/task/31810/stat : 31810 (manysat1.1_stat) R 31806 31806 31066 0 -1 4202560 10079 0 0 0 21980 13 0 0 25 0 4 0 622642768 221048832 42023 33554432000 134512640 135305190 4294950576 18446744073709551615 134528458 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=31808/tid=31811] ppid=31806 vsize=215868 CPUtime=222.23 cores=1,3,5,7
/proc/31808/task/31811/stat : 31811 (manysat1.1_stat) R 31806 31806 31066 0 -1 4202560 11346 0 0 0 22215 8 0 0 25 0 4 0 622642768 221048832 42023 33554432000 134512640 135305190 4294950576 18446744073709551615 134528455 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 886.33
Current children cumulated vsize (KiB) 224568

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

[startup+230.301 s]
/proc/loadavg: 8.28 8.11 8.06 9/373 31827
/proc/meminfo: memFree=10452156/32951124 swapFree=65155552/67111528
[pid=31806] ppid=31804 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31806/stat : 31806 (manysat.sh) S 31804 31806 31066 0 -1 4202496 357 194 0 0 0 0 0 0 25 0 1 0 622642767 8908800 253 33554432000 4194304 4922060 140737187084336 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31806/statm: 2175 253 209 178 0 68 0
[pid=31808] ppid=31806 vsize=221364 CPUtime=918.24 cores=1,3,5,7
/proc/31808/stat : 31808 (manysat1.1_stat) R 31806 31806 31066 0 -1 4202496 43485 0 0 0 91786 38 0 0 25 0 4 0 622642768 226676736 43392 33554432000 134512640 135305190 4294950576 18446744073709551615 134528301 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/31808/statm: 55341 43392 84 194 0 55145 0
[pid=31808/tid=31809] ppid=31806 vsize=221364 CPUtime=229.89 cores=1,3,5,7
/proc/31808/task/31809/stat : 31809 (manysat1.1_stat) R 31806 31806 31066 0 -1 4202560 10346 0 0 0 22982 7 0 0 25 0 4 0 622642768 226676736 43392 33554432000 134512640 135305190 4294950576 18446744073709551615 134528310 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=31808/tid=31810] ppid=31806 vsize=221364 CPUtime=227.84 cores=1,3,5,7
/proc/31808/task/31810/stat : 31810 (manysat1.1_stat) R 31806 31806 31066 0 -1 4202560 10239 0 0 0 22770 14 0 0 25 0 4 0 622642768 226676736 43392 33554432000 134512640 135305190 4294950576 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=31808/tid=31811] ppid=31806 vsize=221364 CPUtime=230.23 cores=1,3,5,7
/proc/31808/task/31811/stat : 31811 (manysat1.1_stat) R 31806 31806 31066 0 -1 4202560 11654 0 0 0 23015 8 0 0 25 0 4 0 622642768 226676736 43392 33554432000 134512640 135305190 4294950576 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 918.24
Current children cumulated vsize (KiB) 230064

[startup+255.901 s]
/proc/loadavg: 8.18 8.10 8.06 9/373 31828
/proc/meminfo: memFree=10421160/32951124 swapFree=65155552/67111528
[pid=31806] ppid=31804 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31806/stat : 31806 (manysat.sh) S 31804 31806 31066 0 -1 4202496 357 194 0 0 0 0 0 0 25 0 1 0 622642767 8908800 253 33554432000 4194304 4922060 140737187084336 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31806/statm: 2175 253 209 178 0 68 0
[pid=31808] ppid=31806 vsize=249128 CPUtime=1020.34 cores=1,3,5,7
/proc/31808/stat : 31808 (manysat1.1_stat) R 31806 31806 31066 0 -1 4202496 49907 0 0 0 101991 43 0 0 25 0 4 0 622642768 255107072 49794 33554432000 134512640 135305190 4294950576 18446744073709551615 134549024 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/31808/statm: 62282 49794 84 194 0 62086 0
[pid=31808/tid=31809] ppid=31806 vsize=249128 CPUtime=255.49 cores=1,3,5,7
/proc/31808/task/31809/stat : 31809 (manysat1.1_stat) R 31806 31806 31066 0 -1 4202560 11679 0 0 0 25541 8 0 0 25 0 4 0 622642768 255107072 49794 33554432000 134512640 135305190 4294950576 18446744073709551615 134538322 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=31808/tid=31810] ppid=31806 vsize=249128 CPUtime=253.14 cores=1,3,5,7
/proc/31808/task/31810/stat : 31810 (manysat1.1_stat) R 31806 31806 31066 0 -1 4202560 12757 0 0 0 25299 15 0 0 25 0 4 0 622642768 255107072 49794 33554432000 134512640 135305190 4294950576 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=31808/tid=31811] ppid=31806 vsize=249128 CPUtime=255.84 cores=1,3,5,7
/proc/31808/task/31811/stat : 31811 (manysat1.1_stat) R 31806 31806 31066 0 -1 4202560 12542 0 0 0 25574 10 0 0 25 0 4 0 622642768 255107072 49794 33554432000 134512640 135305190 4294950576 18446744073709551615 134538142 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1020.34
Current children cumulated vsize (KiB) 257828

[startup+262.3 s]
/proc/loadavg: 8.01 8.07 8.05 6/373 31828
/proc/meminfo: memFree=10420152/32951124 swapFree=65155552/67111528
[pid=31806] ppid=31804 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31806/stat : 31806 (manysat.sh) S 31804 31806 31066 0 -1 4202496 357 194 0 0 0 0 0 0 25 0 1 0 622642767 8908800 253 33554432000 4194304 4922060 140737187084336 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31806/statm: 2175 253 209 178 0 68 0
[pid=31808] ppid=31806 vsize=249128 CPUtime=1033.56 cores=1,3,5,7
/proc/31808/stat : 31808 (manysat1.1_stat) S 31806 31806 31066 0 -1 4202496 49929 0 0 0 103313 43 0 0 25 0 4 0 622642768 255107072 49816 33554432000 134512640 135305190 4294950576 18446744073709551615 134657474 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/31808/statm: 62282 49816 84 194 0 62086 0
[pid=31808/tid=31809] ppid=31806 vsize=249128 CPUtime=261.89 cores=1,3,5,7
/proc/31808/task/31809/stat : 31809 (manysat1.1_stat) R 31806 31806 31066 0 -1 4202560 11679 0 0 0 26181 8 0 0 25 0 4 0 622642768 255107072 49816 33554432000 134512640 135305190 4294950576 18446744073709551615 134538154 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=31808/tid=31810] ppid=31806 vsize=249128 CPUtime=254.88 cores=1,3,5,7
/proc/31808/task/31810/stat : 31810 (manysat1.1_stat) S 31806 31806 31066 0 -1 4202560 12757 0 0 0 25473 15 0 0 25 0 4 0 622642768 255107072 49816 33554432000 134512640 135305190 4294950576 18446744073709551615 134657474 0 0 4096 3 18446604456438470848 0 0 -1 7 0 0 0
[pid=31808/tid=31811] ppid=31806 vsize=249128 CPUtime=259.13 cores=1,3,5,7
/proc/31808/task/31811/stat : 31811 (manysat1.1_stat) S 31806 31806 31066 0 -1 4202560 12542 0 0 0 25903 10 0 0 25 0 4 0 622642768 255107072 49816 33554432000 134512640 135305190 4294950576 18446744073709551615 134657474 0 0 4096 3 18446604456438470848 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1033.56
Current children cumulated vsize (KiB) 257828

[startup+268.7 s]
/proc/loadavg: 7.85 8.03 8.03 6/373 31828
/proc/meminfo: memFree=10419404/32951124 swapFree=65155552/67111528
[pid=31806] ppid=31804 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31806/stat : 31806 (manysat.sh) S 31804 31806 31066 0 -1 4202496 357 194 0 0 0 0 0 0 25 0 1 0 622642767 8908800 253 33554432000 4194304 4922060 140737187084336 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31806/statm: 2175 253 209 178 0 68 0
[pid=31808] ppid=31806 vsize=249128 CPUtime=1039.95 cores=1,3,5,7
/proc/31808/stat : 31808 (manysat1.1_stat) S 31806 31806 31066 0 -1 4202496 49929 0 0 0 103952 43 0 0 25 0 4 0 622642768 255107072 49816 33554432000 134512640 135305190 4294950576 18446744073709551615 134657474 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/31808/statm: 62282 49816 84 194 0 62086 0
[pid=31808/tid=31809] ppid=31806 vsize=249128 CPUtime=268.28 cores=1,3,5,7
/proc/31808/task/31809/stat : 31809 (manysat1.1_stat) R 31806 31806 31066 0 -1 4202560 11679 0 0 0 26820 8 0 0 25 0 4 0 622642768 255107072 49816 33554432000 134512640 135305190 4294950576 18446744073709551615 134538543 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=31808/tid=31810] ppid=31806 vsize=249128 CPUtime=254.88 cores=1,3,5,7
/proc/31808/task/31810/stat : 31810 (manysat1.1_stat) S 31806 31806 31066 0 -1 4202560 12757 0 0 0 25473 15 0 0 25 0 4 0 622642768 255107072 49816 33554432000 134512640 135305190 4294950576 18446744073709551615 134657474 0 0 4096 3 18446604456438470848 0 0 -1 7 0 0 0
[pid=31808/tid=31811] ppid=31806 vsize=249128 CPUtime=259.13 cores=1,3,5,7
/proc/31808/task/31811/stat : 31811 (manysat1.1_stat) S 31806 31806 31066 0 -1 4202560 12542 0 0 0 25903 10 0 0 25 0 4 0 622642768 255107072 49816 33554432000 134512640 135305190 4294950576 18446744073709551615 134657474 0 0 4096 3 18446604456438470848 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1039.95
Current children cumulated vsize (KiB) 257828

[startup+270.301 s]
/proc/loadavg: 7.62 7.98 8.02 6/373 31828
/proc/meminfo: memFree=10419156/32951124 swapFree=65155552/67111528
[pid=31806] ppid=31804 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31806/stat : 31806 (manysat.sh) S 31804 31806 31066 0 -1 4202496 357 194 0 0 0 0 0 0 25 0 1 0 622642767 8908800 253 33554432000 4194304 4922060 140737187084336 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31806/statm: 2175 253 209 178 0 68 0
[pid=31808] ppid=31806 vsize=249128 CPUtime=1041.55 cores=1,3,5,7
/proc/31808/stat : 31808 (manysat1.1_stat) S 31806 31806 31066 0 -1 4202496 49929 0 0 0 104112 43 0 0 25 0 4 0 622642768 255107072 49816 33554432000 134512640 135305190 4294950576 18446744073709551615 134657474 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/31808/statm: 62282 49816 84 194 0 62086 0
[pid=31808/tid=31809] ppid=31806 vsize=249128 CPUtime=269.88 cores=1,3,5,7
/proc/31808/task/31809/stat : 31809 (manysat1.1_stat) R 31806 31806 31066 0 -1 4202560 11679 0 0 0 26980 8 0 0 25 0 4 0 622642768 255107072 49816 33554432000 134512640 135305190 4294950576 18446744073709551615 134539432 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=31808/tid=31810] ppid=31806 vsize=249128 CPUtime=254.88 cores=1,3,5,7
/proc/31808/task/31810/stat : 31810 (manysat1.1_stat) S 31806 31806 31066 0 -1 4202560 12757 0 0 0 25473 15 0 0 25 0 4 0 622642768 255107072 49816 33554432000 134512640 135305190 4294950576 18446744073709551615 134657474 0 0 4096 3 18446604456438470848 0 0 -1 7 0 0 0
[pid=31808/tid=31811] ppid=31806 vsize=249128 CPUtime=259.13 cores=1,3,5,7
/proc/31808/task/31811/stat : 31811 (manysat1.1_stat) S 31806 31806 31066 0 -1 4202560 12542 0 0 0 25903 10 0 0 25 0 4 0 622642768 255107072 49816 33554432000 134512640 135305190 4294950576 18446744073709551615 134657474 0 0 4096 3 18446604456438470848 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1041.55
Current children cumulated vsize (KiB) 257828

[startup+271.101 s]
/proc/loadavg: 7.62 7.98 8.02 6/373 31828
/proc/meminfo: memFree=10419160/32951124 swapFree=65155552/67111528
[pid=31806] ppid=31804 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31806/stat : 31806 (manysat.sh) S 31804 31806 31066 0 -1 4202496 357 194 0 0 0 0 0 0 25 0 1 0 622642767 8908800 253 33554432000 4194304 4922060 140737187084336 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31806/statm: 2175 253 209 178 0 68 0
[pid=31808] ppid=31806 vsize=249128 CPUtime=1042.35 cores=1,3,5,7
/proc/31808/stat : 31808 (manysat1.1_stat) S 31806 31806 31066 0 -1 4202496 49929 0 0 0 104192 43 0 0 25 0 4 0 622642768 255107072 49816 33554432000 134512640 135305190 4294950576 18446744073709551615 134657474 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/31808/statm: 62282 49816 84 194 0 62086 0
[pid=31808/tid=31809] ppid=31806 vsize=249128 CPUtime=270.68 cores=1,3,5,7
/proc/31808/task/31809/stat : 31809 (manysat1.1_stat) R 31806 31806 31066 0 -1 4202560 11679 0 0 0 27060 8 0 0 25 0 4 0 622642768 255107072 49816 33554432000 134512640 135305190 4294950576 18446744073709551615 134539404 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=31808/tid=31810] ppid=31806 vsize=249128 CPUtime=254.88 cores=1,3,5,7
/proc/31808/task/31810/stat : 31810 (manysat1.1_stat) S 31806 31806 31066 0 -1 4202560 12757 0 0 0 25473 15 0 0 25 0 4 0 622642768 255107072 49816 33554432000 134512640 135305190 4294950576 18446744073709551615 134657474 0 0 4096 3 18446604456438470848 0 0 -1 7 0 0 0
[pid=31808/tid=31811] ppid=31806 vsize=249128 CPUtime=259.13 cores=1,3,5,7
/proc/31808/task/31811/stat : 31811 (manysat1.1_stat) S 31806 31806 31066 0 -1 4202560 12542 0 0 0 25903 10 0 0 25 0 4 0 622642768 255107072 49816 33554432000 134512640 135305190 4294950576 18446744073709551615 134657474 0 0 4096 3 18446604456438470848 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1042.35
Current children cumulated vsize (KiB) 257828

[startup+271.901 s]
/proc/loadavg: 7.62 7.98 8.02 6/373 31828
/proc/meminfo: memFree=10419036/32951124 swapFree=65155552/67111528
[pid=31806] ppid=31804 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31806/stat : 31806 (manysat.sh) S 31804 31806 31066 0 -1 4202496 357 194 0 0 0 0 0 0 25 0 1 0 622642767 8908800 253 33554432000 4194304 4922060 140737187084336 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31806/statm: 2175 253 209 178 0 68 0
[pid=31808] ppid=31806 vsize=249128 CPUtime=1043.15 cores=1,3,5,7
/proc/31808/stat : 31808 (manysat1.1_stat) S 31806 31806 31066 0 -1 4202496 49929 0 0 0 104272 43 0 0 25 0 4 0 622642768 255107072 49816 33554432000 134512640 135305190 4294950576 18446744073709551615 134657474 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/31808/statm: 62282 49816 84 194 0 62086 0
[pid=31808/tid=31809] ppid=31806 vsize=249128 CPUtime=271.48 cores=1,3,5,7
/proc/31808/task/31809/stat : 31809 (manysat1.1_stat) R 31806 31806 31066 0 -1 4202560 11679 0 0 0 27140 8 0 0 25 0 4 0 622642768 255107072 49816 33554432000 134512640 135305190 4294950576 18446744073709551615 134539311 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=31808/tid=31810] ppid=31806 vsize=249128 CPUtime=254.88 cores=1,3,5,7
/proc/31808/task/31810/stat : 31810 (manysat1.1_stat) S 31806 31806 31066 0 -1 4202560 12757 0 0 0 25473 15 0 0 25 0 4 0 622642768 255107072 49816 33554432000 134512640 135305190 4294950576 18446744073709551615 134657474 0 0 4096 3 18446604456438470848 0 0 -1 7 0 0 0
[pid=31808/tid=31811] ppid=31806 vsize=249128 CPUtime=259.13 cores=1,3,5,7
/proc/31808/task/31811/stat : 31811 (manysat1.1_stat) S 31806 31806 31066 0 -1 4202560 12542 0 0 0 25903 10 0 0 25 0 4 0 622642768 255107072 49816 33554432000 134512640 135305190 4294950576 18446744073709551615 134657474 0 0 4096 3 18446604456438470848 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1043.15
Current children cumulated vsize (KiB) 257828

[startup+272.101 s]
/proc/loadavg: 7.62 7.98 8.02 6/373 31828
/proc/meminfo: memFree=10419036/32951124 swapFree=65155552/67111528
[pid=31806] ppid=31804 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31806/stat : 31806 (manysat.sh) S 31804 31806 31066 0 -1 4202496 357 194 0 0 0 0 0 0 25 0 1 0 622642767 8908800 253 33554432000 4194304 4922060 140737187084336 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/31806/statm: 2175 253 209 178 0 68 0
[pid=31808] ppid=31806 vsize=249128 CPUtime=1043.35 cores=1,3,5,7
/proc/31808/stat : 31808 (manysat1.1_stat) S 31806 31806 31066 0 -1 4202496 49929 0 0 0 104292 43 0 0 25 0 4 0 622642768 255107072 49816 33554432000 134512640 135305190 4294950576 18446744073709551615 134657474 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/31808/statm: 62282 49816 84 194 0 62086 0
[pid=31808/tid=31809] ppid=31806 vsize=249128 CPUtime=271.68 cores=1,3,5,7
/proc/31808/task/31809/stat : 31809 (manysat1.1_stat) R 31806 31806 31066 0 -1 4202560 11679 0 0 0 27160 8 0 0 25 0 4 0 622642768 255107072 49816 33554432000 134512640 135305190 4294950576 18446744073709551615 134538906 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=31808/tid=31810] ppid=31806 vsize=249128 CPUtime=254.88 cores=1,3,5,7
/proc/31808/task/31810/stat : 31810 (manysat1.1_stat) S 31806 31806 31066 0 -1 4202560 12757 0 0 0 25473 15 0 0 25 0 4 0 622642768 255107072 49816 33554432000 134512640 135305190 4294950576 18446744073709551615 134657474 0 0 4096 3 18446604456438470848 0 0 -1 7 0 0 0
[pid=31808/tid=31811] ppid=31806 vsize=249128 CPUtime=259.13 cores=1,3,5,7
/proc/31808/task/31811/stat : 31811 (manysat1.1_stat) S 31806 31806 31066 0 -1 4202560 12542 0 0 0 25903 10 0 0 25 0 4 0 622642768 255107072 49816 33554432000 134512640 135305190 4294950576 18446744073709551615 134657474 0 0 4096 3 18446604456438470848 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1043.35
Current children cumulated vsize (KiB) 257828

Child status: 20
Real time (s): 272.165
CPU time (s): 1043.43
CPU user time (s): 1042.99
CPU system time (s): 0.443932
CPU usage (%): 383.382
Max. virtual memory (cumulated for all children) (KiB): 257828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1042.99
system time used= 0.443932
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50706
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= 9554
involuntary context switches= 7116

runsolver used 0.924859 second user time and 2.29865 second system time

The end

Launcher Data

Begin job on node146 at 2011-05-13 17:57:45
IDJOB=3362393
IDBENCH=87935
IDSOLVER=1838
FILE ID=node146/3362393-1305302265
RUNJOBID= node146-1305296390-31086
PBS_JOBID= 13321407
Free space on /tmp= 41412 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT02/industrial/aloul/Homer/homer14.shuffled.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362393-1305302265/watcher-3362393-1305302265 -o /tmp/evaluation-result-3362393-1305302265/solver-3362393-1305302265 -C 4800 -W 1300 -M 15500  manysat.sh HOME/instance-3362393-1305302265.cnf aimd 1

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

MD5SUM BENCH= 1d9569aa70fee033c68469753053c259
RANDOM SEED=1724113628

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      10709844 kB
Buffers:        221692 kB
Cached:        5861548 kB
SwapCached:       9684 kB
Active:       11776392 kB
Inactive:     10127264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10709844 kB
SwapTotal:    67111528 kB
SwapFree:     65155552 kB
Dirty:            1608 kB
Writeback:           0 kB
AnonPages:    15817800 kB
Mapped:          22804 kB
Slab:           214276 kB
PageTables:      60076 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 82151304 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= 41408 MiB
End job on node146 at 2011-05-13 18:02:17