Trace number 3362192

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 1241.68 312.437

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-pdtvissoap1-tseitin.cnf
MD5SUMa4c7dbdc89378b1335eea4904f9f5cb5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark104.513
Satisfiable
(Un)Satisfiability was proved
Number of variables156058
Number of clauses466691
Sum of the clauses size1088943
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2311126
Number of clauses of size 3155563
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.21	c ==============================================================================
0.00/0.21	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.21	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.21	c ==============================================================================
0.00/0.21	c |         0 |  466689  1088941 |  140006       0        0     nan |  0.000 % |
1.99/2.08	c |         0 |  208560   658701 |      --       0       --      -- |     --   | -258127/-430235
1.99/2.08	c ==============================================================================
1.99/2.08	c Result  :   #vars: 40949   #clauses: 208560   #literals: 658701
1.99/2.08	c CPU time:   2.03069 s
1.99/2.08	c ==============================================================================
1241.64/312.41	c This is ManySAT 1.1 : 4 thread(s) on 8 core(s).
1241.64/312.41	c ============================[ Problem Statistics ]=============================
1241.64/312.41	c |                                                                             |
1241.64/312.41	c threadId              : 3
1241.64/312.41	c restarts              : 719
1241.64/312.41	c conflicts             : 511479         (413 /sec)
1241.64/312.41	c decisions             : 862998         (1.87 % random) (697 /sec)
1241.64/312.41	c propagations          : 602105125      (486061 /sec)
1241.64/312.41	c conflict literals     : 42389328       (47.12 % deleted)
1241.64/312.41	c Memory used           : 351.83 MB
1241.64/312.41	c CPU time              : 1238.74 s
1241.64/312.41	
1241.64/312.41	c --->m=4, e=8, aimd=1, HOME/8184_many.cnf	time: 309.686	conflicts: 511479       
1241.64/312.43	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-3362192-1305300798/watcher-3362192-1305300798 -o /tmp/evaluation-result-3362192-1305300798/solver-3362192-1305300798 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3362192-1305300798.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: 4.05 4.01 3.91 2/351 8184
/proc/meminfo: memFree=25748168/32950928 swapFree=38710892/67111528
[pid=8184] ppid=8182 vsize=8700 CPUtime=0 cores=0-7
/proc/8184/stat : 8184 (manysat.sh) S 8182 8184 7897 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 720310480 8908800 249 33554432000 4194304 4922060 140735294411648 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8184/statm: 2175 249 209 178 0 68 0

[startup+0.0292309 s]
/proc/loadavg: 4.05 4.01 3.91 2/351 8184
/proc/meminfo: memFree=25748168/32950928 swapFree=38710892/67111528
[pid=8184] ppid=8182 vsize=8700 CPUtime=0 cores=0-7
/proc/8184/stat : 8184 (manysat.sh) S 8182 8184 7897 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 720310480 8908800 249 33554432000 4194304 4922060 140735294411648 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8184/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100226 s]
/proc/loadavg: 4.05 4.01 3.91 2/351 8184
/proc/meminfo: memFree=25748168/32950928 swapFree=38710892/67111528
[pid=8184] ppid=8182 vsize=8700 CPUtime=0 cores=0-7
/proc/8184/stat : 8184 (manysat.sh) S 8182 8184 7897 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 720310480 8908800 249 33554432000 4194304 4922060 140735294411648 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8184/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300186 s]
/proc/loadavg: 4.05 4.01 3.91 2/351 8184
/proc/meminfo: memFree=25748168/32950928 swapFree=38710892/67111528
[pid=8184] ppid=8182 vsize=8700 CPUtime=0 cores=0-7
/proc/8184/stat : 8184 (manysat.sh) S 8182 8184 7897 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 720310480 8908800 249 33554432000 4194304 4922060 140735294411648 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8184/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.70111 s]
/proc/loadavg: 4.05 4.01 3.91 2/351 8184
/proc/meminfo: memFree=25748168/32950928 swapFree=38710892/67111528
[pid=8184] ppid=8182 vsize=8700 CPUtime=0 cores=0-7
/proc/8184/stat : 8184 (manysat.sh) S 8182 8184 7897 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 720310480 8908800 249 33554432000 4194304 4922060 140735294411648 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8184/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50095 s]
/proc/loadavg: 4.05 4.01 3.91 2/353 8186
/proc/meminfo: memFree=25669784/32950928 swapFree=38710892/67111528
[pid=8184] ppid=8182 vsize=8700 CPUtime=0 cores=0-7
/proc/8184/stat : 8184 (manysat.sh) S 8182 8184 7897 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 720310480 8908800 249 33554432000 4194304 4922060 140735294411648 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8184/statm: 2175 249 209 178 0 68 0
[pid=8185] ppid=8184 vsize=80376 CPUtime=1.49 cores=0-7
/proc/8185/stat : 8185 (SatElite) R 8184 8184 7897 0 -1 4202496 18899 0 0 0 145 4 0 0 25 0 1 0 720310480 82305024 17243 33554432000 134512640 135034092 4286788800 18446744073709551615 134529285 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/8185/statm: 20094 17243 68 128 0 19964 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 89076

[startup+3.10058 s]
/proc/loadavg: 3.80 3.96 3.90 2/353 8186
/proc/meminfo: memFree=25663460/32950928 swapFree=38710892/67111528
[pid=8184] ppid=8182 vsize=8700 CPUtime=2.22 cores=0-7
/proc/8184/stat : 8184 (manysat.sh) S 8182 8184 7897 0 -1 4202496 357 22785 0 0 0 0 216 6 18 0 1 0 720310480 8908800 252 33554432000 4194304 4922060 140735294411648 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8184/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 8700
heavy processes:

[startup+6.30106 s]
/proc/loadavg: 3.80 3.96 3.90 5/356 8190
/proc/meminfo: memFree=25650844/32950928 swapFree=38710892/67111528
[pid=8184] ppid=8182 vsize=8700 CPUtime=2.22 cores=0-7
/proc/8184/stat : 8184 (manysat.sh) S 8182 8184 7897 0 -1 4202496 357 22785 0 0 0 0 216 6 18 0 1 0 720310480 8908800 252 33554432000 4194304 4922060 140735294411648 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8184/statm: 2175 252 209 178 0 68 0
[pid=8187] ppid=8184 vsize=116452 CPUtime=15.32 cores=0-7
/proc/8187/stat : 8187 (manysat1.1_stat) R 8184 8184 7897 0 -1 4202496 20381 0 0 0 1517 15 0 0 19 0 4 0 720310703 119246848 20267 33554432000 134512640 135305190 4286766048 18446744073709551615 134528181 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/8187/statm: 29113 20267 84 194 0 28917 0
[pid=8187/tid=8188] ppid=8184 vsize=116452 CPUtime=3.77 cores=0-7
/proc/8187/task/8188/stat : 8188 (manysat1.1_stat) R 8184 8184 7897 0 -1 4202560 1206 0 0 0 374 3 0 0 18 0 4 0 720310730 119246848 20267 33554432000 134512640 135305190 4286766048 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=8187/tid=8189] ppid=8184 vsize=116452 CPUtime=3.76 cores=0-7
/proc/8187/task/8189/stat : 8189 (manysat1.1_stat) R 8184 8184 7897 0 -1 4202560 1662 0 0 0 373 3 0 0 18 0 4 0 720310730 119246848 20267 33554432000 134512640 135305190 4286766048 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=8187/tid=8190] ppid=8184 vsize=116452 CPUtime=3.74 cores=0-7
/proc/8187/task/8190/stat : 8190 (manysat1.1_stat) R 8184 8184 7897 0 -1 4202560 1584 0 0 0 371 3 0 0 18 0 4 0 720310730 119246848 20267 33554432000 134512640 135305190 4286766048 18446744073709551615 134528363 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 17.54
Current children cumulated vsize (KiB) 125152

[startup+12.7009 s]
/proc/loadavg: 3.83 3.96 3.90 5/356 8190
/proc/meminfo: memFree=25632560/32950928 swapFree=38710892/67111528
[pid=8184] ppid=8182 vsize=8700 CPUtime=2.22 cores=0-7
/proc/8184/stat : 8184 (manysat.sh) S 8182 8184 7897 0 -1 4202496 357 22785 0 0 0 0 216 6 18 0 1 0 720310480 8908800 252 33554432000 4194304 4922060 140735294411648 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8184/statm: 2175 252 209 178 0 68 0
[pid=8187] ppid=8184 vsize=132740 CPUtime=40.88 cores=0-7
/proc/8187/stat : 8187 (manysat1.1_stat) R 8184 8184 7897 0 -1 4202496 24407 0 0 0 4069 19 0 0 19 0 4 0 720310703 135925760 24293 33554432000 134512640 135305190 4286766048 18446744073709551615 134528603 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/8187/statm: 33185 24293 84 194 0 32989 0
[pid=8187/tid=8188] ppid=8184 vsize=132740 CPUtime=10.15 cores=0-7
/proc/8187/task/8188/stat : 8188 (manysat1.1_stat) R 8184 8184 7897 0 -1 4202560 1700 0 0 0 1012 3 0 0 18 0 4 0 720310730 135925760 24293 33554432000 134512640 135305190 4286766048 18446744073709551615 134528265 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=8187/tid=8189] ppid=8184 vsize=132740 CPUtime=10.15 cores=0-7
/proc/8187/task/8189/stat : 8189 (manysat1.1_stat) R 8184 8184 7897 0 -1 4202560 3188 0 0 0 1011 4 0 0 18 0 4 0 720310730 135925760 24293 33554432000 134512640 135305190 4286766048 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=8187/tid=8190] ppid=8184 vsize=132740 CPUtime=10.14 cores=0-7
/proc/8187/task/8190/stat : 8190 (manysat1.1_stat) R 8184 8184 7897 0 -1 4202560 2628 0 0 0 1010 4 0 0 18 0 4 0 720310730 135925760 24293 33554432000 134512640 135305190 4286766048 18446744073709551615 134528212 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 43.1
Current children cumulated vsize (KiB) 141440

[startup+25.5005 s]
/proc/loadavg: 3.86 3.97 3.90 5/356 8191
/proc/meminfo: memFree=25608300/32950928 swapFree=38710892/67111528
[pid=8184] ppid=8182 vsize=8700 CPUtime=2.22 cores=0-7
/proc/8184/stat : 8184 (manysat.sh) S 8182 8184 7897 0 -1 4202496 357 22785 0 0 0 0 216 6 18 0 1 0 720310480 8908800 252 33554432000 4194304 4922060 140735294411648 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8184/statm: 2175 252 209 178 0 68 0
[pid=8187] ppid=8184 vsize=157048 CPUtime=92.06 cores=0-7
/proc/8187/stat : 8187 (manysat1.1_stat) R 8184 8184 7897 0 -1 4202496 30520 0 0 0 9183 23 0 0 20 0 4 0 720310703 160817152 30406 33554432000 134512640 135305190 4286766048 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/8187/statm: 39262 30406 84 194 0 39066 0
[pid=8187/tid=8188] ppid=8184 vsize=157048 CPUtime=22.94 cores=0-7
/proc/8187/task/8188/stat : 8188 (manysat1.1_stat) R 8184 8184 7897 0 -1 4202560 2384 0 0 0 2290 4 0 0 18 0 4 0 720310730 160817152 30406 33554432000 134512640 135305190 4286766048 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=8187/tid=8189] ppid=8184 vsize=157048 CPUtime=22.95 cores=0-7
/proc/8187/task/8189/stat : 8189 (manysat1.1_stat) R 8184 8184 7897 0 -1 4202560 5413 0 0 0 2290 5 0 0 18 0 4 0 720310730 160817152 30406 33554432000 134512640 135305190 4286766048 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=8187/tid=8190] ppid=8184 vsize=157048 CPUtime=22.93 cores=0-7
/proc/8187/task/8190/stat : 8190 (manysat1.1_stat) R 8184 8184 7897 0 -1 4202560 4503 0 0 0 2289 4 0 0 18 0 4 0 720310730 160817152 30406 33554432000 134512640 135305190 4286766048 18446744073709551615 134556804 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 94.28
Current children cumulated vsize (KiB) 165748

[startup+51.1007 s]
/proc/loadavg: 3.91 3.97 3.90 5/356 8191
/proc/meminfo: memFree=25562220/32950928 swapFree=38710892/67111528
[pid=8184] ppid=8182 vsize=8700 CPUtime=2.22 cores=0-7
/proc/8184/stat : 8184 (manysat.sh) S 8182 8184 7897 0 -1 4202496 357 22785 0 0 0 0 216 6 18 0 1 0 720310480 8908800 252 33554432000 4194304 4922060 140735294411648 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8184/statm: 2175 252 209 178 0 68 0
[pid=8187] ppid=8184 vsize=203124 CPUtime=194.44 cores=0-7
/proc/8187/stat : 8187 (manysat1.1_stat) R 8184 8184 7897 0 -1 4202496 41968 0 0 0 19413 31 0 0 25 0 4 0 720310703 207998976 41854 33554432000 134512640 135305190 4286766048 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/8187/statm: 50781 41854 84 194 0 50585 0
[pid=8187/tid=8188] ppid=8184 vsize=203124 CPUtime=48.53 cores=0-7
/proc/8187/task/8188/stat : 8188 (manysat1.1_stat) R 8184 8184 7897 0 -1 4202560 4222 0 0 0 4848 5 0 0 19 0 4 0 720310730 207998976 41854 33554432000 134512640 135305190 4286766048 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=8187/tid=8189] ppid=8184 vsize=203124 CPUtime=48.56 cores=0-7
/proc/8187/task/8189/stat : 8189 (manysat1.1_stat) R 8184 8184 7897 0 -1 4202560 8619 0 0 0 4848 8 0 0 20 0 4 0 720310730 207998976 41854 33554432000 134512640 135305190 4286766048 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=8187/tid=8190] ppid=8184 vsize=203124 CPUtime=48.53 cores=0-7
/proc/8187/task/8190/stat : 8190 (manysat1.1_stat) R 8184 8184 7897 0 -1 4202560 8025 0 0 0 4846 7 0 0 19 0 4 0 720310730 207998976 41854 33554432000 134512640 135305190 4286766048 18446744073709551615 134530601 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 196.66
Current children cumulated vsize (KiB) 211824

[startup+102.313 s]
/proc/loadavg: 3.96 3.97 3.91 5/356 8194
/proc/meminfo: memFree=25506512/32950928 swapFree=38710892/67111528
[pid=8184] ppid=8182 vsize=8700 CPUtime=2.22 cores=0-7
/proc/8184/stat : 8184 (manysat.sh) S 8182 8184 7897 0 -1 4202496 357 22785 0 0 0 0 216 6 18 0 1 0 720310480 8908800 252 33554432000 4194304 4922060 140735294411648 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8184/statm: 2175 252 209 178 0 68 0
[pid=8187] ppid=8184 vsize=258956 CPUtime=399.24 cores=0-7
/proc/8187/stat : 8187 (manysat1.1_stat) R 8184 8184 7897 0 -1 4202496 56019 0 0 0 39886 38 0 0 25 0 4 0 720310703 265170944 55865 33554432000 134512640 135305190 4286766048 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/8187/statm: 64739 55865 84 194 0 64543 0
[pid=8187/tid=8188] ppid=8184 vsize=258956 CPUtime=99.73 cores=0-7
/proc/8187/task/8188/stat : 8188 (manysat1.1_stat) R 8184 8184 7897 0 -1 4202560 7074 0 0 0 9965 8 0 0 18 0 4 0 720310730 265170944 55865 33554432000 134512640 135305190 4286766048 18446744073709551615 134528274 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=8187/tid=8189] ppid=8184 vsize=258956 CPUtime=99.76 cores=0-7
/proc/8187/task/8189/stat : 8189 (manysat1.1_stat) R 8184 8184 7897 0 -1 4202560 11620 0 0 0 9967 9 0 0 21 0 4 0 720310730 265170944 55865 33554432000 134512640 135305190 4286766048 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=8187/tid=8190] ppid=8184 vsize=258956 CPUtime=99.73 cores=0-7
/proc/8187/task/8190/stat : 8190 (manysat1.1_stat) R 8184 8184 7897 0 -1 4202560 12586 0 0 0 9964 9 0 0 18 0 4 0 720310730 265170944 55865 33554432000 134512640 135305190 4286766048 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 401.46
Current children cumulated vsize (KiB) 267656

[startup+162.301 s]
/proc/loadavg: 3.98 3.97 3.91 5/356 8195
/proc/meminfo: memFree=25453288/32950928 swapFree=38710892/67111528
[pid=8184] ppid=8182 vsize=8700 CPUtime=2.22 cores=0-7
/proc/8184/stat : 8184 (manysat.sh) S 8182 8184 7897 0 -1 4202496 357 22785 0 0 0 0 216 6 18 0 1 0 720310480 8908800 252 33554432000 4194304 4922060 140735294411648 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8184/statm: 2175 252 209 178 0 68 0
[pid=8187] ppid=8184 vsize=312624 CPUtime=639.15 cores=0-7
/proc/8187/stat : 8187 (manysat1.1_stat) R 8184 8184 7897 0 -1 4202496 69218 0 0 0 63867 48 0 0 25 0 4 0 720310703 320126976 69064 33554432000 134512640 135305190 4286766048 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/8187/statm: 78156 69064 84 194 0 77960 0
[pid=8187/tid=8188] ppid=8184 vsize=312624 CPUtime=159.71 cores=0-7
/proc/8187/task/8188/stat : 8188 (manysat1.1_stat) R 8184 8184 7897 0 -1 4202560 10693 0 0 0 15958 13 0 0 25 0 4 0 720310730 320126976 69064 33554432000 134512640 135305190 4286766048 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=8187/tid=8189] ppid=8184 vsize=312624 CPUtime=159.76 cores=0-7
/proc/8187/task/8189/stat : 8189 (manysat1.1_stat) R 8184 8184 7897 0 -1 4202560 14514 0 0 0 15965 11 0 0 25 0 4 0 720310730 320126976 69064 33554432000 134512640 135305190 4286766048 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=8187/tid=8190] ppid=8184 vsize=312624 CPUtime=159.7 cores=0-7
/proc/8187/task/8190/stat : 8190 (manysat1.1_stat) R 8184 8184 7897 0 -1 4202560 15961 0 0 0 15960 10 0 0 19 0 4 0 720310730 320126976 69064 33554432000 134512640 135305190 4286766048 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 641.37
Current children cumulated vsize (KiB) 321324

[startup+222.301 s]
/proc/loadavg: 3.99 3.97 3.91 5/356 8197
/proc/meminfo: memFree=25435888/32950928 swapFree=38710892/67111528
[pid=8184] ppid=8182 vsize=8700 CPUtime=2.22 cores=0-7
/proc/8184/stat : 8184 (manysat.sh) S 8182 8184 7897 0 -1 4202496 357 22785 0 0 0 0 216 6 18 0 1 0 720310480 8908800 252 33554432000 4194304 4922060 140735294411648 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8184/statm: 2175 252 209 178 0 68 0

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

[pid=8187/tid=8189] ppid=8184 vsize=330600 CPUtime=219.71 cores=0-7
/proc/8187/task/8189/stat : 8189 (manysat1.1_stat) R 8184 8184 7897 0 -1 4202560 15635 0 0 0 21959 12 0 0 18 0 4 0 720310730 338534400 73404 33554432000 134512640 135305190 4286766048 18446744073709551615 134552908 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=8187/tid=8190] ppid=8184 vsize=330600 CPUtime=219.69 cores=0-7
/proc/8187/task/8190/stat : 8190 (manysat1.1_stat) R 8184 8184 7897 0 -1 4202560 16816 0 0 0 21958 11 0 0 18 0 4 0 720310730 338534400 73404 33554432000 134512640 135305190 4286766048 18446744073709551615 134528805 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 881.27
Current children cumulated vsize (KiB) 339300

[startup+282.301 s]
/proc/loadavg: 4.04 3.99 3.91 5/356 8198
/proc/meminfo: memFree=25419112/32950928 swapFree=38710892/67111528
[pid=8184] ppid=8182 vsize=8700 CPUtime=2.22 cores=0-7
/proc/8184/stat : 8184 (manysat.sh) S 8182 8184 7897 0 -1 4202496 357 22785 0 0 0 0 216 6 18 0 1 0 720310480 8908800 252 33554432000 4194304 4922060 140735294411648 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8184/statm: 2175 252 209 178 0 68 0
[pid=8187] ppid=8184 vsize=347724 CPUtime=1119.05 cores=0-7
/proc/8187/stat : 8187 (manysat1.1_stat) R 8184 8184 7897 0 -1 4202496 77807 0 0 0 111842 63 0 0 25 0 4 0 720310703 356069376 77653 33554432000 134512640 135305190 4286766048 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/8187/statm: 86931 77653 84 194 0 86735 0
[pid=8187/tid=8188] ppid=8184 vsize=347724 CPUtime=279.68 cores=0-7
/proc/8187/task/8188/stat : 8188 (manysat1.1_stat) R 8184 8184 7897 0 -1 4202560 13405 0 0 0 27946 22 0 0 25 0 4 0 720310730 356069376 77653 33554432000 134512640 135305190 4286766048 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=8187/tid=8189] ppid=8184 vsize=347724 CPUtime=279.71 cores=0-7
/proc/8187/task/8189/stat : 8189 (manysat1.1_stat) R 8184 8184 7897 0 -1 4202560 16505 0 0 0 27958 13 0 0 23 0 4 0 720310730 356069376 77653 33554432000 134512640 135305190 4286766048 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=8187/tid=8190] ppid=8184 vsize=347724 CPUtime=279.69 cores=0-7
/proc/8187/task/8190/stat : 8190 (manysat1.1_stat) R 8184 8184 7897 0 -1 4202560 17590 0 0 0 27957 12 0 0 18 0 4 0 720310730 356069376 77653 33554432000 134512640 135305190 4286766048 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1121.27
Current children cumulated vsize (KiB) 356424

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

[startup+294.301 s]
/proc/loadavg: 4.03 3.99 3.91 5/356 8199
/proc/meminfo: memFree=25407820/32950928 swapFree=38710892/67111528
[pid=8184] ppid=8182 vsize=8700 CPUtime=2.22 cores=0-7
/proc/8184/stat : 8184 (manysat.sh) S 8182 8184 7897 0 -1 4202496 357 22785 0 0 0 0 216 6 18 0 1 0 720310480 8908800 252 33554432000 4194304 4922060 140735294411648 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8184/statm: 2175 252 209 178 0 68 0
[pid=8187] ppid=8184 vsize=359620 CPUtime=1167.04 cores=0-7
/proc/8187/stat : 8187 (manysat1.1_stat) R 8184 8184 7897 0 -1 4202496 80644 0 0 0 116638 66 0 0 25 0 4 0 720310703 368250880 80490 33554432000 134512640 135305190 4286766048 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/8187/statm: 89905 80490 84 194 0 89709 0
[pid=8187/tid=8188] ppid=8184 vsize=359620 CPUtime=291.68 cores=0-7
/proc/8187/task/8188/stat : 8188 (manysat1.1_stat) R 8184 8184 7897 0 -1 4202560 13989 0 0 0 29146 22 0 0 25 0 4 0 720310730 368250880 80490 33554432000 134512640 135305190 4286766048 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=8187/tid=8189] ppid=8184 vsize=359620 CPUtime=291.72 cores=0-7
/proc/8187/task/8189/stat : 8189 (manysat1.1_stat) R 8184 8184 7897 0 -1 4202560 17358 0 0 0 29158 14 0 0 18 0 4 0 720310730 368250880 80490 33554432000 134512640 135305190 4286766048 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=8187/tid=8190] ppid=8184 vsize=359620 CPUtime=291.69 cores=0-7
/proc/8187/task/8190/stat : 8190 (manysat1.1_stat) R 8184 8184 7897 0 -1 4202560 18297 0 0 0 29156 13 0 0 21 0 4 0 720310730 368250880 80490 33554432000 134512640 135305190 4286766048 18446744073709551615 134528224 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1169.26
Current children cumulated vsize (KiB) 368320

[startup+300.7 s]
/proc/loadavg: 4.03 3.99 3.91 5/356 8199
/proc/meminfo: memFree=25407320/32950928 swapFree=38710892/67111528
[pid=8184] ppid=8182 vsize=8700 CPUtime=2.22 cores=0-7
/proc/8184/stat : 8184 (manysat.sh) S 8182 8184 7897 0 -1 4202496 357 22785 0 0 0 0 216 6 18 0 1 0 720310480 8908800 252 33554432000 4194304 4922060 140735294411648 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8184/statm: 2175 252 209 178 0 68 0
[pid=8187] ppid=8184 vsize=359764 CPUtime=1192.6 cores=0-7
/proc/8187/stat : 8187 (manysat1.1_stat) R 8184 8184 7897 0 -1 4202496 80728 0 0 0 119192 68 0 0 25 0 4 0 720310703 368398336 80574 33554432000 134512640 135305190 4286766048 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/8187/statm: 89941 80574 84 194 0 89745 0
[pid=8187/tid=8188] ppid=8184 vsize=359764 CPUtime=298.06 cores=0-7
/proc/8187/task/8188/stat : 8188 (manysat1.1_stat) R 8184 8184 7897 0 -1 4202560 14047 0 0 0 29783 23 0 0 25 0 4 0 720310730 368398336 80574 33554432000 134512640 135305190 4286766048 18446744073709551615 134528274 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=8187/tid=8189] ppid=8184 vsize=359764 CPUtime=298.11 cores=0-7
/proc/8187/task/8189/stat : 8189 (manysat1.1_stat) R 8184 8184 7897 0 -1 4202560 17363 0 0 0 29797 14 0 0 19 0 4 0 720310730 368398336 80574 33554432000 134512640 135305190 4286766048 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=8187/tid=8190] ppid=8184 vsize=359764 CPUtime=298.08 cores=0-7
/proc/8187/task/8190/stat : 8190 (manysat1.1_stat) R 8184 8184 7897 0 -1 4202560 18318 0 0 0 29794 14 0 0 19 0 4 0 720310730 368398336 80574 33554432000 134512640 135305190 4286766048 18446744073709551615 134528277 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1194.82
Current children cumulated vsize (KiB) 368464

[startup+307.101 s]
/proc/loadavg: 4.03 3.99 3.91 5/356 8199
/proc/meminfo: memFree=25407440/32950928 swapFree=38710892/67111528
[pid=8184] ppid=8182 vsize=8700 CPUtime=2.22 cores=0-7
/proc/8184/stat : 8184 (manysat.sh) S 8182 8184 7897 0 -1 4202496 357 22785 0 0 0 0 216 6 18 0 1 0 720310480 8908800 252 33554432000 4194304 4922060 140735294411648 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8184/statm: 2175 252 209 178 0 68 0
[pid=8187] ppid=8184 vsize=359764 CPUtime=1218.2 cores=0-7
/proc/8187/stat : 8187 (manysat1.1_stat) R 8184 8184 7897 0 -1 4202496 80741 0 0 0 121752 68 0 0 25 0 4 0 720310703 368398336 80587 33554432000 134512640 135305190 4286766048 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/8187/statm: 89941 80587 84 194 0 89745 0
[pid=8187/tid=8188] ppid=8184 vsize=359764 CPUtime=304.46 cores=0-7
/proc/8187/task/8188/stat : 8188 (manysat1.1_stat) R 8184 8184 7897 0 -1 4202560 14047 0 0 0 30423 23 0 0 25 0 4 0 720310730 368398336 80587 33554432000 134512640 135305190 4286766048 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=8187/tid=8189] ppid=8184 vsize=359764 CPUtime=304.51 cores=0-7
/proc/8187/task/8189/stat : 8189 (manysat1.1_stat) R 8184 8184 7897 0 -1 4202560 17364 0 0 0 30437 14 0 0 19 0 4 0 720310730 368398336 80587 33554432000 134512640 135305190 4286766048 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=8187/tid=8190] ppid=8184 vsize=359764 CPUtime=304.48 cores=0-7
/proc/8187/task/8190/stat : 8190 (manysat1.1_stat) R 8184 8184 7897 0 -1 4202560 18322 0 0 0 30434 14 0 0 18 0 4 0 720310730 368398336 80587 33554432000 134512640 135305190 4286766048 18446744073709551615 134528545 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1220.42
Current children cumulated vsize (KiB) 368464

[startup+310.301 s]
/proc/loadavg: 4.03 3.99 3.91 5/356 8199
/proc/meminfo: memFree=25407192/32950928 swapFree=38710892/67111528
[pid=8184] ppid=8182 vsize=8700 CPUtime=2.22 cores=0-7
/proc/8184/stat : 8184 (manysat.sh) S 8182 8184 7897 0 -1 4202496 357 22785 0 0 0 0 216 6 18 0 1 0 720310480 8908800 252 33554432000 4194304 4922060 140735294411648 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8184/statm: 2175 252 209 178 0 68 0
[pid=8187] ppid=8184 vsize=360052 CPUtime=1231 cores=0-7
/proc/8187/stat : 8187 (manysat1.1_stat) R 8184 8184 7897 0 -1 4202496 80813 0 0 0 123032 68 0 0 19 0 4 0 720310703 368693248 80659 33554432000 134512640 135305190 4286766048 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/8187/statm: 90013 80659 84 194 0 89817 0
[pid=8187/tid=8188] ppid=8184 vsize=360052 CPUtime=307.66 cores=0-7
/proc/8187/task/8188/stat : 8188 (manysat1.1_stat) R 8184 8184 7897 0 -1 4202560 14047 0 0 0 30743 23 0 0 25 0 4 0 720310730 368693248 80659 33554432000 134512640 135305190 4286766048 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=8187/tid=8189] ppid=8184 vsize=360052 CPUtime=307.71 cores=0-7
/proc/8187/task/8189/stat : 8189 (manysat1.1_stat) R 8184 8184 7897 0 -1 4202560 17404 0 0 0 30757 14 0 0 21 0 4 0 720310730 368693248 80659 33554432000 134512640 135305190 4286766048 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=8187/tid=8190] ppid=8184 vsize=360052 CPUtime=307.68 cores=0-7
/proc/8187/task/8190/stat : 8190 (manysat1.1_stat) R 8184 8184 7897 0 -1 4202560 18322 0 0 0 30754 14 0 0 18 0 4 0 720310730 368693248 80659 33554432000 134512640 135305190 4286766048 18446744073709551615 134551681 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1233.22
Current children cumulated vsize (KiB) 368752

[startup+311.1 s]
/proc/loadavg: 4.03 3.99 3.91 5/356 8199
/proc/meminfo: memFree=25407192/32950928 swapFree=38710892/67111528
[pid=8184] ppid=8182 vsize=8700 CPUtime=2.22 cores=0-7
/proc/8184/stat : 8184 (manysat.sh) S 8182 8184 7897 0 -1 4202496 357 22785 0 0 0 0 216 6 18 0 1 0 720310480 8908800 252 33554432000 4194304 4922060 140735294411648 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8184/statm: 2175 252 209 178 0 68 0
[pid=8187] ppid=8184 vsize=360124 CPUtime=1234.19 cores=0-7
/proc/8187/stat : 8187 (manysat1.1_stat) R 8184 8184 7897 0 -1 4202496 80833 0 0 0 123351 68 0 0 21 0 4 0 720310703 368766976 80679 33554432000 134512640 135305190 4286766048 18446744073709551615 134528341 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/8187/statm: 90031 80679 84 194 0 89835 0
[pid=8187/tid=8188] ppid=8184 vsize=360124 CPUtime=308.46 cores=0-7
/proc/8187/task/8188/stat : 8188 (manysat1.1_stat) R 8184 8184 7897 0 -1 4202560 14047 0 0 0 30823 23 0 0 25 0 4 0 720310730 368766976 80679 33554432000 134512640 135305190 4286766048 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=8187/tid=8189] ppid=8184 vsize=360124 CPUtime=308.51 cores=0-7
/proc/8187/task/8189/stat : 8189 (manysat1.1_stat) R 8184 8184 7897 0 -1 4202560 17423 0 0 0 30837 14 0 0 25 0 4 0 720310730 368766976 80679 33554432000 134512640 135305190 4286766048 18446744073709551615 134554703 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=8187/tid=8190] ppid=8184 vsize=360124 CPUtime=308.48 cores=0-7
/proc/8187/task/8190/stat : 8190 (manysat1.1_stat) R 8184 8184 7897 0 -1 4202560 18323 0 0 0 30834 14 0 0 18 0 4 0 720310730 368766976 80679 33554432000 134512640 135305190 4286766048 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1236.41
Current children cumulated vsize (KiB) 368824

[startup+311.9 s]
/proc/loadavg: 4.03 3.99 3.91 5/356 8199
/proc/meminfo: memFree=25407068/32950928 swapFree=38710892/67111528
[pid=8184] ppid=8182 vsize=8700 CPUtime=2.22 cores=0-7
/proc/8184/stat : 8184 (manysat.sh) S 8182 8184 7897 0 -1 4202496 357 22785 0 0 0 0 216 6 18 0 1 0 720310480 8908800 252 33554432000 4194304 4922060 140735294411648 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8184/statm: 2175 252 209 178 0 68 0
[pid=8187] ppid=8184 vsize=360268 CPUtime=1237.37 cores=0-7
/proc/8187/stat : 8187 (manysat1.1_stat) R 8184 8184 7897 0 -1 4202496 80876 0 0 0 123669 68 0 0 18 0 4 0 720310703 368914432 80722 33554432000 134512640 135305190 4286766048 18446744073709551615 134529385 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/8187/statm: 90067 80722 84 194 0 89871 0
[pid=8187/tid=8188] ppid=8184 vsize=360268 CPUtime=309.24 cores=0-7
/proc/8187/task/8188/stat : 8188 (manysat1.1_stat) R 8184 8184 7897 0 -1 4202560 14047 0 0 0 30901 23 0 0 18 0 4 0 720310730 368914432 80722 33554432000 134512640 135305190 4286766048 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=8187/tid=8189] ppid=8184 vsize=360268 CPUtime=309.31 cores=0-7
/proc/8187/task/8189/stat : 8189 (manysat1.1_stat) R 8184 8184 7897 0 -1 4202560 17466 0 0 0 30917 14 0 0 18 0 4 0 720310730 368914432 80722 33554432000 134512640 135305190 4286766048 18446744073709551615 134555094 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=8187/tid=8190] ppid=8184 vsize=360268 CPUtime=309.28 cores=0-7
/proc/8187/task/8190/stat : 8190 (manysat1.1_stat) R 8184 8184 7897 0 -1 4202560 18323 0 0 0 30914 14 0 0 18 0 4 0 720310730 368914432 80722 33554432000 134512640 135305190 4286766048 18446744073709551615 134528455 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1239.59
Current children cumulated vsize (KiB) 368968

[startup+312.301 s]
/proc/loadavg: 4.02 3.99 3.91 5/356 8199
/proc/meminfo: memFree=25406820/32950928 swapFree=38710892/67111528
[pid=8184] ppid=8182 vsize=8700 CPUtime=2.22 cores=0-7
/proc/8184/stat : 8184 (manysat.sh) S 8182 8184 7897 0 -1 4202496 357 22785 0 0 0 0 216 6 18 0 1 0 720310480 8908800 252 33554432000 4194304 4922060 140735294411648 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8184/statm: 2175 252 209 178 0 68 0
[pid=8187] ppid=8184 vsize=360268 CPUtime=1238.99 cores=0-7
/proc/8187/stat : 8187 (manysat1.1_stat) R 8184 8184 7897 0 -1 4202496 80879 0 0 0 123831 68 0 0 18 0 4 0 720310703 368914432 80725 33554432000 134512640 135305190 4286766048 18446744073709551615 134528402 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/8187/statm: 90067 80725 84 194 0 89871 0
[pid=8187/tid=8188] ppid=8184 vsize=360268 CPUtime=309.65 cores=0-7
/proc/8187/task/8188/stat : 8188 (manysat1.1_stat) R 8184 8184 7897 0 -1 4202560 14047 0 0 0 30942 23 0 0 19 0 4 0 720310730 368914432 80725 33554432000 134512640 135305190 4286766048 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=8187/tid=8189] ppid=8184 vsize=360268 CPUtime=309.72 cores=0-7
/proc/8187/task/8189/stat : 8189 (manysat1.1_stat) R 8184 8184 7897 0 -1 4202560 17469 0 0 0 30958 14 0 0 18 0 4 0 720310730 368914432 80725 33554432000 134512640 135305190 4286766048 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=8187/tid=8190] ppid=8184 vsize=360268 CPUtime=309.69 cores=0-7
/proc/8187/task/8190/stat : 8190 (manysat1.1_stat) R 8184 8184 7897 0 -1 4202560 18323 0 0 0 30955 14 0 0 18 0 4 0 720310730 368914432 80725 33554432000 134512640 135305190 4286766048 18446744073709551615 134528415 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1241.21
Current children cumulated vsize (KiB) 368968

[startup+312.413 s]
/proc/loadavg: 4.02 3.99 3.91 5/356 8199
/proc/meminfo: memFree=25406820/32950928 swapFree=38710892/67111528
[pid=8184] ppid=8182 vsize=8700 CPUtime=2.22 cores=0-7
/proc/8184/stat : 8184 (manysat.sh) S 8182 8184 7897 0 -1 4202496 357 22785 0 0 0 0 216 6 18 0 1 0 720310480 8908800 252 33554432000 4194304 4922060 140735294411648 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8184/statm: 2175 252 209 178 0 68 0
[pid=8187] ppid=8184 vsize=360268 CPUtime=1239.42 cores=0-7
/proc/8187/stat : 8187 (manysat1.1_stat) R 8184 8184 7897 0 -1 4202496 80880 0 0 0 123874 68 0 0 18 0 4 0 720310703 368914432 80726 33554432000 134512640 135305190 4286766048 18446744073709551615 134657576 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/8187/statm: 90067 80726 84 194 0 89871 0
[pid=8187/tid=8188] ppid=8184 vsize=360268 CPUtime=309.75 cores=0-7
/proc/8187/task/8188/stat : 8188 (manysat1.1_stat) R 8184 8184 7897 0 -1 4202560 14047 0 0 0 30952 23 0 0 19 0 4 0 720310730 368914432 80726 33554432000 134512640 135305190 4286766048 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=8187/tid=8189] ppid=8184 vsize=360268 CPUtime=309.82 cores=0-7
/proc/8187/task/8189/stat : 8189 (manysat1.1_stat) R 8184 8184 7897 0 -1 4202560 17470 0 0 0 30968 14 0 0 18 0 4 0 720310730 368914432 80726 33554432000 134512640 135305190 4286766048 18446744073709551615 134528771 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=8187/tid=8190] ppid=8184 vsize=360268 CPUtime=309.79 cores=0-7
/proc/8187/task/8190/stat : 8190 (manysat1.1_stat) R 8184 8184 7897 0 -1 4202560 18323 0 0 0 30965 14 0 0 18 0 4 0 720310730 368914432 80726 33554432000 134512640 135305190 4286766048 18446744073709551615 134657622 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1241.64
Current children cumulated vsize (KiB) 368968

Child status: 20
Real time (s): 312.437
CPU time (s): 1241.68
CPU user time (s): 1240.91
CPU system time (s): 0.768883
CPU usage (%): 397.418
Max. virtual memory (cumulated for all children) (KiB): 368968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1240.91
system time used= 0.768883
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 104250
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= 17844
involuntary context switches= 5056

runsolver used 1.06684 second user time and 2.52562 second system time

The end

Launcher Data

Begin job on node113 at 2011-05-13 17:33:18
IDJOB=3362192
IDBENCH=82488
IDSOLVER=1839
FILE ID=node113/3362192-1305300798
RUNJOBID= node113-1305296396-7911
PBS_JOBID= 13321440
Free space on /tmp= 47784 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtvissoap1-tseitin.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362192-1305300798/watcher-3362192-1305300798 -o /tmp/evaluation-result-3362192-1305300798/solver-3362192-1305300798 -C 40000 -W 5100 -M 31000  manysat.sh HOME/instance-3362192-1305300798.cnf aimd 1

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

MD5SUM BENCH= a4c7dbdc89378b1335eea4904f9f5cb5
RANDOM SEED=1416035791

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:      25748696 kB
Buffers:        195920 kB
Cached:        2365984 kB
SwapCached:      93712 kB
Active:         685908 kB
Inactive:      6263576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      25748696 kB
SwapTotal:    67111528 kB
SwapFree:     38710892 kB
Dirty:            9712 kB
Writeback:           0 kB
AnonPages:     4306740 kB
Mapped:          13588 kB
Slab:            95084 kB
PageTables:      91568 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 87038432 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= 47784 MiB
End job on node113 at 2011-05-13 17:38:31