Trace number 3362241

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 622.254 156.299

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom12.cnf
MD5SUMf0a59aeb3af8016fb8ec53aa337c4836
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.66183
Satisfiable
(Un)Satisfiability was proved
Number of variables17298
Number of clauses57292
Sum of the clauses size145234
Maximum clause length615
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 230583
Number of clauses of size 326391
Number of clauses of size 477
Number of clauses of size 510
Number of clauses of size over 5230

Solver Data

0.00/0.00	c Parsing...
0.00/0.02	c ==============================================================================
0.00/0.02	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.02	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.02	c ==============================================================================
0.00/0.02	c |         0 |   53865   137056 |   16159       0        0     nan |  0.000 % |
0.00/0.23	c |         0 |   36664   133730 |      --       0       --      -- |     --   | -17201/-3326
0.00/0.23	c ==============================================================================
0.00/0.23	c Result  :   #vars: 6724   #clauses: 36664   #literals: 133730
0.00/0.23	c CPU time:   0.229965 s
0.00/0.23	c ==============================================================================
621.87/156.28	c This is ManySAT 1.1 : 4 thread(s) on 4 core(s).
621.87/156.28	c ============================[ Problem Statistics ]=============================
621.87/156.28	c |                                                                             |
621.87/156.28	c threadId              : 2
621.87/156.28	c restarts              : 21
621.87/156.28	c conflicts             : 733941         (1180 /sec)
621.87/156.28	c decisions             : 953342         (1.65 % random) (1533 /sec)
621.87/156.28	c propagations          : 273545209      (439961 /sec)
621.87/156.28	c conflict literals     : 28932147       (39.75 % deleted)
621.87/156.28	c Memory used           : 158.22 MB
621.87/156.28	c CPU time              : 621.748 s
621.87/156.28	
621.87/156.28	c --->m=4, e=8, aimd=1, HOME/31578_many.cnf	time: 155.437	conflicts: 733941       
621.87/156.29	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-3362241-1305300015/watcher-3362241-1305300015 -o /tmp/evaluation-result-3362241-1305300015/solver-3362241-1305300015 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3362241-1305300015.cnf aimd 1 

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

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


[startup+0 s]
/proc/loadavg: 7.75 8.01 7.84 5/368 31578
/proc/meminfo: memFree=10757124/32951124 swapFree=65155552/67111528
[pid=31578] ppid=31576 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31578/stat : 31578 (manysat.sh) S 31576 31578 31066 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 622417823 8908800 250 33554432000 4194304 4922060 140737186478416 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31578/statm: 2175 250 209 178 0 68 0

[startup+0.047336 s]
/proc/loadavg: 7.75 8.01 7.84 5/368 31578
/proc/meminfo: memFree=10757124/32951124 swapFree=65155552/67111528
[pid=31578] ppid=31576 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31578/stat : 31578 (manysat.sh) S 31576 31578 31066 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 622417823 8908800 250 33554432000 4194304 4922060 140737186478416 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31578/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100325 s]
/proc/loadavg: 7.75 8.01 7.84 5/368 31578
/proc/meminfo: memFree=10757124/32951124 swapFree=65155552/67111528
[pid=31578] ppid=31576 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31578/stat : 31578 (manysat.sh) S 31576 31578 31066 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 622417823 8908800 250 33554432000 4194304 4922060 140737186478416 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31578/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300298 s]
/proc/loadavg: 7.75 8.01 7.84 5/368 31578
/proc/meminfo: memFree=10757124/32951124 swapFree=65155552/67111528
[pid=31578] ppid=31576 vsize=8700 CPUtime=0.25 cores=0,2,4,6
/proc/31578/stat : 31578 (manysat.sh) S 31576 31578 31066 0 -1 4202496 356 2491 0 0 0 0 25 0 23 0 1 0 622417823 8908800 253 33554432000 4194304 4922060 140737186478416 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31578/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 8700

[startup+1.21409 s]
/proc/loadavg: 7.75 8.01 7.84 5/368 31578
/proc/meminfo: memFree=10757124/32951124 swapFree=65155552/67111528
[pid=31578] ppid=31576 vsize=8700 CPUtime=0.25 cores=0,2,4,6
/proc/31578/stat : 31578 (manysat.sh) S 31576 31578 31066 0 -1 4202496 356 2491 0 0 0 0 25 0 23 0 1 0 622417823 8908800 253 33554432000 4194304 4922060 140737186478416 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31578/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 8700

[startup+1.50104 s]
/proc/loadavg: 7.75 8.01 7.84 5/368 31578
/proc/meminfo: memFree=10757124/32951124 swapFree=65155552/67111528
[pid=31578] ppid=31576 vsize=8700 CPUtime=0.25 cores=0,2,4,6
/proc/31578/stat : 31578 (manysat.sh) S 31576 31578 31066 0 -1 4202496 356 2491 0 0 0 0 25 0 23 0 1 0 622417823 8908800 253 33554432000 4194304 4922060 140737186478416 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31578/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 8700

[startup+3.10076 s]
/proc/loadavg: 7.75 8.01 7.84 9/373 31584
/proc/meminfo: memFree=10723100/32951124 swapFree=65155552/67111528
[pid=31578] ppid=31576 vsize=8700 CPUtime=0.25 cores=0,2,4,6
/proc/31578/stat : 31578 (manysat.sh) S 31576 31578 31066 0 -1 4202496 356 2491 0 0 0 0 25 0 23 0 1 0 622417823 8908800 253 33554432000 4194304 4922060 140737186478416 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31578/statm: 2175 253 209 178 0 68 0
[pid=31581] ppid=31578 vsize=65760 CPUtime=11.15 cores=0,2,4,6
/proc/31581/stat : 31581 (manysat1.1_stat) R 31578 31578 31066 0 -1 4202496 8083 0 0 0 1111 4 0 0 23 0 4 0 622417850 67338240 8035 33554432000 134512640 135305190 4290490672 18446744073709551615 134528446 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/31581/statm: 16440 8035 84 194 0 16244 0
[pid=31581/tid=31582] ppid=31578 vsize=65760 CPUtime=2.75 cores=0,2,4,6
/proc/31581/task/31582/stat : 31582 (manysat1.1_stat) R 31578 31578 31066 0 -1 4202560 1267 0 0 0 275 0 0 0 23 0 4 0 622417854 67338240 8035 33554432000 134512640 135305190 4290490672 18446744073709551615 134561692 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=31581/tid=31583] ppid=31578 vsize=65760 CPUtime=2.78 cores=0,2,4,6
/proc/31581/task/31583/stat : 31583 (manysat1.1_stat) R 31578 31578 31066 0 -1 4202560 1307 0 0 0 277 1 0 0 23 0 4 0 622417854 67338240 8035 33554432000 134512640 135305190 4290490672 18446744073709551615 134528310 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=31581/tid=31584] ppid=31578 vsize=65760 CPUtime=2.78 cores=0,2,4,6
/proc/31581/task/31584/stat : 31584 (manysat1.1_stat) R 31578 31578 31066 0 -1 4202560 1271 0 0 0 277 1 0 0 23 0 4 0 622417854 67338240 8035 33554432000 134512640 135305190 4290490672 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 11.4
Current children cumulated vsize (KiB) 74460

[startup+6.30118 s]
/proc/loadavg: 7.77 8.01 7.84 9/373 31584
/proc/meminfo: memFree=10715224/32951124 swapFree=65155552/67111528
[pid=31578] ppid=31576 vsize=8700 CPUtime=0.25 cores=0,2,4,6
/proc/31578/stat : 31578 (manysat.sh) S 31576 31578 31066 0 -1 4202496 356 2491 0 0 0 0 25 0 23 0 1 0 622417823 8908800 253 33554432000 4194304 4922060 140737186478416 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31578/statm: 2175 253 209 178 0 68 0
[pid=31581] ppid=31578 vsize=72528 CPUtime=23.92 cores=0,2,4,6
/proc/31581/stat : 31581 (manysat1.1_stat) R 31578 31578 31066 0 -1 4202496 9784 0 0 0 2387 5 0 0 25 0 4 0 622417850 74268672 9736 33554432000 134512640 135305190 4290490672 18446744073709551615 134528936 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/31581/statm: 18132 9736 84 194 0 17936 0
[pid=31581/tid=31582] ppid=31578 vsize=72528 CPUtime=5.92 cores=0,2,4,6
/proc/31581/task/31582/stat : 31582 (manysat1.1_stat) R 31578 31578 31066 0 -1 4202560 1678 0 0 0 591 1 0 0 25 0 4 0 622417854 74268672 9736 33554432000 134512640 135305190 4290490672 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=31581/tid=31583] ppid=31578 vsize=72528 CPUtime=5.98 cores=0,2,4,6
/proc/31581/task/31583/stat : 31583 (manysat1.1_stat) R 31578 31578 31066 0 -1 4202560 1816 0 0 0 597 1 0 0 25 0 4 0 622417854 74268672 9736 33554432000 134512640 135305190 4290490672 18446744073709551615 134528489 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=31581/tid=31584] ppid=31578 vsize=72528 CPUtime=5.98 cores=0,2,4,6
/proc/31581/task/31584/stat : 31584 (manysat1.1_stat) R 31578 31578 31066 0 -1 4202560 1639 0 0 0 597 1 0 0 25 0 4 0 622417854 74268672 9736 33554432000 134512640 135305190 4290490672 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 24.17
Current children cumulated vsize (KiB) 81228

[startup+12.701 s]
/proc/loadavg: 7.79 8.00 7.84 9/373 31584
/proc/meminfo: memFree=10700500/32951124 swapFree=65155552/67111528
[pid=31578] ppid=31576 vsize=8700 CPUtime=0.25 cores=0,2,4,6
/proc/31578/stat : 31578 (manysat.sh) S 31576 31578 31066 0 -1 4202496 356 2491 0 0 0 0 25 0 23 0 1 0 622417823 8908800 253 33554432000 4194304 4922060 140737186478416 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31578/statm: 2175 253 209 178 0 68 0
[pid=31581] ppid=31578 vsize=86012 CPUtime=49.49 cores=0,2,4,6
/proc/31581/stat : 31581 (manysat1.1_stat) R 31578 31578 31066 0 -1 4202496 13069 0 0 0 4942 7 0 0 25 0 4 0 622417850 88076288 13021 33554432000 134512640 135305190 4290490672 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/31581/statm: 21503 13021 84 194 0 21307 0
[pid=31581/tid=31582] ppid=31578 vsize=86012 CPUtime=12.25 cores=0,2,4,6
/proc/31581/task/31582/stat : 31582 (manysat1.1_stat) R 31578 31578 31066 0 -1 4202560 2392 0 0 0 1224 1 0 0 25 0 4 0 622417854 88076288 13021 33554432000 134512640 135305190 4290490672 18446744073709551615 134528319 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=31581/tid=31583] ppid=31578 vsize=86012 CPUtime=12.39 cores=0,2,4,6
/proc/31581/task/31583/stat : 31583 (manysat1.1_stat) R 31578 31578 31066 0 -1 4202560 2690 0 0 0 1238 1 0 0 25 0 4 0 622417854 88076288 13021 33554432000 134512640 135305190 4290490672 18446744073709551615 134528520 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=31581/tid=31584] ppid=31578 vsize=86012 CPUtime=12.39 cores=0,2,4,6
/proc/31581/task/31584/stat : 31584 (manysat1.1_stat) R 31578 31578 31066 0 -1 4202560 2396 0 0 0 1238 1 0 0 25 0 4 0 622417854 88076288 13021 33554432000 134512640 135305190 4290490672 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 49.74
Current children cumulated vsize (KiB) 94712

[startup+25.5008 s]
/proc/loadavg: 7.83 8.00 7.84 9/373 31585
/proc/meminfo: memFree=10688216/32951124 swapFree=65155552/67111528
[pid=31578] ppid=31576 vsize=8700 CPUtime=0.25 cores=0,2,4,6
/proc/31578/stat : 31578 (manysat.sh) S 31576 31578 31066 0 -1 4202496 356 2491 0 0 0 0 25 0 23 0 1 0 622417823 8908800 253 33554432000 4194304 4922060 140737186478416 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31578/statm: 2175 253 209 178 0 68 0
[pid=31581] ppid=31578 vsize=97864 CPUtime=100.48 cores=0,2,4,6
/proc/31581/stat : 31581 (manysat1.1_stat) R 31578 31578 31066 0 -1 4202496 15982 0 0 0 10039 9 0 0 25 0 4 0 622417850 100212736 15934 33554432000 134512640 135305190 4290490672 18446744073709551615 134531188 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/31581/statm: 24466 15934 84 194 0 24270 0
[pid=31581/tid=31582] ppid=31578 vsize=97864 CPUtime=24.89 cores=0,2,4,6
/proc/31581/task/31582/stat : 31582 (manysat1.1_stat) R 31578 31578 31066 0 -1 4202560 3072 0 0 0 2487 2 0 0 25 0 4 0 622417854 100212736 15934 33554432000 134512640 135305190 4290490672 18446744073709551615 134556558 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=31581/tid=31583] ppid=31578 vsize=97864 CPUtime=25.17 cores=0,2,4,6
/proc/31581/task/31583/stat : 31583 (manysat1.1_stat) R 31578 31578 31066 0 -1 4202560 3446 0 0 0 2515 2 0 0 25 0 4 0 622417854 100212736 15934 33554432000 134512640 135305190 4290490672 18446744073709551615 134528444 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=31581/tid=31584] ppid=31578 vsize=97864 CPUtime=25.17 cores=0,2,4,6
/proc/31581/task/31584/stat : 31584 (manysat1.1_stat) R 31578 31578 31066 0 -1 4202560 2976 0 0 0 2515 2 0 0 25 0 4 0 622417854 100212736 15934 33554432000 134512640 135305190 4290490672 18446744073709551615 134528201 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 100.73
Current children cumulated vsize (KiB) 106564

[startup+51.1012 s]
/proc/loadavg: 7.97 8.02 7.85 10/373 31586
/proc/meminfo: memFree=10669172/32951124 swapFree=65155552/67111528
[pid=31578] ppid=31576 vsize=8700 CPUtime=0.25 cores=0,2,4,6
/proc/31578/stat : 31578 (manysat.sh) S 31576 31578 31066 0 -1 4202496 356 2491 0 0 0 0 25 0 23 0 1 0 622417823 8908800 253 33554432000 4194304 4922060 140737186478416 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31578/statm: 2175 253 209 178 0 68 0
[pid=31581] ppid=31578 vsize=114536 CPUtime=202.54 cores=0,2,4,6
/proc/31581/stat : 31581 (manysat1.1_stat) R 31578 31578 31066 0 -1 4202496 19862 0 0 0 20241 13 0 0 25 0 4 0 622417850 117284864 19814 33554432000 134512640 135305190 4290490672 18446744073709551615 134528268 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/31581/statm: 28634 19814 84 194 0 28438 0
[pid=31581/tid=31582] ppid=31578 vsize=114536 CPUtime=50.18 cores=0,2,4,6
/proc/31581/task/31582/stat : 31582 (manysat1.1_stat) R 31578 31578 31066 0 -1 4202560 4052 0 0 0 5015 3 0 0 25 0 4 0 622417854 117284864 19814 33554432000 134512640 135305190 4290490672 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=31581/tid=31583] ppid=31578 vsize=114536 CPUtime=50.76 cores=0,2,4,6
/proc/31581/task/31583/stat : 31583 (manysat1.1_stat) R 31578 31578 31066 0 -1 4202560 4407 0 0 0 5074 2 0 0 25 0 4 0 622417854 117284864 19814 33554432000 134512640 135305190 4290490672 18446744073709551615 134528265 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=31581/tid=31584] ppid=31578 vsize=114536 CPUtime=50.76 cores=0,2,4,6
/proc/31581/task/31584/stat : 31584 (manysat1.1_stat) R 31578 31578 31066 0 -1 4202560 3907 0 0 0 5073 3 0 0 25 0 4 0 622417854 117284864 19814 33554432000 134512640 135305190 4290490672 18446744073709551615 134528562 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 202.79
Current children cumulated vsize (KiB) 123236

[startup+102.301 s]
/proc/loadavg: 8.06 8.03 7.86 9/373 31587
/proc/meminfo: memFree=10576036/32951124 swapFree=65155552/67111528
[pid=31578] ppid=31576 vsize=8700 CPUtime=0.25 cores=0,2,4,6
/proc/31578/stat : 31578 (manysat.sh) S 31576 31578 31066 0 -1 4202496 356 2491 0 0 0 0 25 0 23 0 1 0 622417823 8908800 253 33554432000 4194304 4922060 140737186478416 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31578/statm: 2175 253 209 178 0 68 0
[pid=31581] ppid=31578 vsize=142744 CPUtime=406.7 cores=0,2,4,6
/proc/31581/stat : 31581 (manysat1.1_stat) R 31578 31578 31066 0 -1 4202496 26637 0 0 0 40651 19 0 0 25 0 4 0 622417850 146169856 26589 33554432000 134512640 135305190 4290490672 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/31581/statm: 35686 26589 84 194 0 35490 0
[pid=31581/tid=31582] ppid=31578 vsize=142744 CPUtime=100.76 cores=0,2,4,6
/proc/31581/task/31582/stat : 31582 (manysat1.1_stat) R 31578 31578 31066 0 -1 4202560 5955 0 0 0 10071 5 0 0 25 0 4 0 622417854 146169856 26589 33554432000 134512640 135305190 4290490672 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=31581/tid=31583] ppid=31578 vsize=142744 CPUtime=101.95 cores=0,2,4,6
/proc/31581/task/31583/stat : 31583 (manysat1.1_stat) R 31578 31578 31066 0 -1 4202560 6226 0 0 0 10191 4 0 0 25 0 4 0 622417854 146169856 26589 33554432000 134512640 135305190 4290490672 18446744073709551615 134528329 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=31581/tid=31584] ppid=31578 vsize=142744 CPUtime=101.95 cores=0,2,4,6
/proc/31581/task/31584/stat : 31584 (manysat1.1_stat) R 31578 31578 31066 0 -1 4202560 5346 0 0 0 10191 4 0 0 25 0 4 0 622417854 146169856 26589 33554432000 134512640 135305190 4290490672 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 406.95
Current children cumulated vsize (KiB) 151444

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

[startup+103.014 s]
/proc/loadavg: 8.06 8.03 7.86 9/373 31587
/proc/meminfo: memFree=10575912/32951124 swapFree=65155552/67111528
[pid=31578] ppid=31576 vsize=8700 CPUtime=0.25 cores=0,2,4,6
/proc/31578/stat : 31578 (manysat.sh) S 31576 31578 31066 0 -1 4202496 356 2491 0 0 0 0 25 0 23 0 1 0 622417823 8908800 253 33554432000 4194304 4922060 140737186478416 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31578/statm: 2175 253 209 178 0 68 0
[pid=31581] ppid=31578 vsize=142816 CPUtime=409.54 cores=0,2,4,6
/proc/31581/stat : 31581 (manysat1.1_stat) R 31578 31578 31066 0 -1 4202496 26686 0 0 0 40935 19 0 0 25 0 4 0 622417850 146243584 26638 33554432000 134512640 135305190 4290490672 18446744073709551615 134528341 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/31581/statm: 35704 26638 84 194 0 35508 0
[pid=31581/tid=31582] ppid=31578 vsize=142816 CPUtime=101.46 cores=0,2,4,6
/proc/31581/task/31582/stat : 31582 (manysat1.1_stat) R 31578 31578 31066 0 -1 4202560 5959 0 0 0 10141 5 0 0 25 0 4 0 622417854 146243584 26638 33554432000 134512640 135305190 4290490672 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=31581/tid=31583] ppid=31578 vsize=142816 CPUtime=102.67 cores=0,2,4,6
/proc/31581/task/31583/stat : 31583 (manysat1.1_stat) R 31578 31578 31066 0 -1 4202560 6228 0 0 0 10263 4 0 0 25 0 4 0 622417854 146243584 26638 33554432000 134512640 135305190 4290490672 18446744073709551615 134528415 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=31581/tid=31584] ppid=31578 vsize=142816 CPUtime=102.67 cores=0,2,4,6
/proc/31581/task/31584/stat : 31584 (manysat1.1_stat) R 31578 31578 31066 0 -1 4202560 5372 0 0 0 10263 4 0 0 25 0 4 0 622417854 146243584 26638 33554432000 134512640 135305190 4290490672 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 409.79
Current children cumulated vsize (KiB) 151516

[startup+128.6 s]
/proc/loadavg: 8.04 8.03 7.86 9/373 31588
/proc/meminfo: memFree=10564988/32951124 swapFree=65155552/67111528
[pid=31578] ppid=31576 vsize=8700 CPUtime=0.25 cores=0,2,4,6
/proc/31578/stat : 31578 (manysat.sh) S 31576 31578 31066 0 -1 4202496 356 2491 0 0 0 0 25 0 23 0 1 0 622417823 8908800 253 33554432000 4194304 4922060 140737186478416 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31578/statm: 2175 253 209 178 0 68 0
[pid=31581] ppid=31578 vsize=154724 CPUtime=511.57 cores=0,2,4,6
/proc/31581/stat : 31581 (manysat1.1_stat) R 31578 31578 31066 0 -1 4202496 29240 0 0 0 51136 21 0 0 25 0 4 0 622417850 158437376 29192 33554432000 134512640 135305190 4290490672 18446744073709551615 134528310 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/31581/statm: 38681 29192 84 194 0 38485 0
[pid=31581/tid=31582] ppid=31578 vsize=154724 CPUtime=126.74 cores=0,2,4,6
/proc/31581/task/31582/stat : 31582 (manysat1.1_stat) R 31578 31578 31066 0 -1 4202560 6581 0 0 0 12669 5 0 0 25 0 4 0 622417854 158437376 29192 33554432000 134512640 135305190 4290490672 18446744073709551615 134528319 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=31581/tid=31583] ppid=31578 vsize=154724 CPUtime=128.25 cores=0,2,4,6
/proc/31581/task/31583/stat : 31583 (manysat1.1_stat) R 31578 31578 31066 0 -1 4202560 6899 0 0 0 12820 5 0 0 25 0 4 0 622417854 158437376 29192 33554432000 134512640 135305190 4290490672 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=31581/tid=31584] ppid=31578 vsize=154724 CPUtime=128.25 cores=0,2,4,6
/proc/31581/task/31584/stat : 31584 (manysat1.1_stat) R 31578 31578 31066 0 -1 4202560 6042 0 0 0 12820 5 0 0 25 0 4 0 622417854 158437376 29192 33554432000 134512640 135305190 4290490672 18446744073709551615 134528520 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 511.82
Current children cumulated vsize (KiB) 163424

[startup+141.401 s]
/proc/loadavg: 8.03 8.03 7.86 9/373 31588
/proc/meminfo: memFree=10558412/32951124 swapFree=65155552/67111528
[pid=31578] ppid=31576 vsize=8700 CPUtime=0.25 cores=0,2,4,6
/proc/31578/stat : 31578 (manysat.sh) S 31576 31578 31066 0 -1 4202496 356 2491 0 0 0 0 25 0 23 0 1 0 622417823 8908800 253 33554432000 4194304 4922060 140737186478416 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31578/statm: 2175 253 209 178 0 68 0
[pid=31581] ppid=31578 vsize=160956 CPUtime=562.66 cores=0,2,4,6
/proc/31581/stat : 31581 (manysat1.1_stat) R 31578 31578 31066 0 -1 4202496 30746 0 0 0 56244 22 0 0 25 0 4 0 622417850 164818944 30698 33554432000 134512640 135305190 4290490672 18446744073709551615 134538165 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/31581/statm: 40239 30698 84 194 0 40043 0
[pid=31581/tid=31582] ppid=31578 vsize=160956 CPUtime=139.4 cores=0,2,4,6
/proc/31581/task/31582/stat : 31582 (manysat1.1_stat) R 31578 31578 31066 0 -1 4202560 7083 0 0 0 13935 5 0 0 25 0 4 0 622417854 164818944 30698 33554432000 134512640 135305190 4290490672 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=31581/tid=31583] ppid=31578 vsize=160956 CPUtime=141.06 cores=0,2,4,6
/proc/31581/task/31583/stat : 31583 (manysat1.1_stat) R 31578 31578 31066 0 -1 4202560 7243 0 0 0 14101 5 0 0 25 0 4 0 622417854 164818944 30698 33554432000 134512640 135305190 4290490672 18446744073709551615 134528248 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=31581/tid=31584] ppid=31578 vsize=160956 CPUtime=141.07 cores=0,2,4,6
/proc/31581/task/31584/stat : 31584 (manysat1.1_stat) R 31578 31578 31066 0 -1 4202560 6306 0 0 0 14101 6 0 0 25 0 4 0 622417854 164818944 30698 33554432000 134512640 135305190 4290490672 18446744073709551615 134528332 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 562.91
Current children cumulated vsize (KiB) 169656

[startup+147.801 s]
/proc/loadavg: 8.03 8.02 7.86 9/373 31588
/proc/meminfo: memFree=10556300/32951124 swapFree=65155552/67111528
[pid=31578] ppid=31576 vsize=8700 CPUtime=0.25 cores=0,2,4,6
/proc/31578/stat : 31578 (manysat.sh) S 31576 31578 31066 0 -1 4202496 356 2491 0 0 0 0 25 0 23 0 1 0 622417823 8908800 253 33554432000 4194304 4922060 140737186478416 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31578/statm: 2175 253 209 178 0 68 0
[pid=31581] ppid=31578 vsize=161692 CPUtime=588.14 cores=0,2,4,6
/proc/31581/stat : 31581 (manysat1.1_stat) R 31578 31578 31066 0 -1 4202496 30940 0 0 0 58791 23 0 0 25 0 4 0 622417850 165572608 30892 33554432000 134512640 135305190 4290490672 18446744073709551615 134528791 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/31581/statm: 40423 30892 84 194 0 40227 0
[pid=31581/tid=31582] ppid=31578 vsize=161692 CPUtime=145.72 cores=0,2,4,6
/proc/31581/task/31582/stat : 31582 (manysat1.1_stat) R 31578 31578 31066 0 -1 4202560 7212 0 0 0 14566 6 0 0 25 0 4 0 622417854 165572608 30892 33554432000 134512640 135305190 4290490672 18446744073709551615 134528415 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=31581/tid=31583] ppid=31578 vsize=161692 CPUtime=147.44 cores=0,2,4,6
/proc/31581/task/31583/stat : 31583 (manysat1.1_stat) R 31578 31578 31066 0 -1 4202560 7292 0 0 0 14739 5 0 0 25 0 4 0 622417854 165572608 30892 33554432000 134512640 135305190 4290490672 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=31581/tid=31584] ppid=31578 vsize=161692 CPUtime=147.46 cores=0,2,4,6
/proc/31581/task/31584/stat : 31584 (manysat1.1_stat) R 31578 31578 31066 0 -1 4202560 6322 0 0 0 14740 6 0 0 25 0 4 0 622417854 165572608 30892 33554432000 134512640 135305190 4290490672 18446744073709551615 134528442 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 588.39
Current children cumulated vsize (KiB) 170392

[startup+151 s]
/proc/loadavg: 8.03 8.02 7.86 9/373 31588
/proc/meminfo: memFree=10554816/32951124 swapFree=65155552/67111528
[pid=31578] ppid=31576 vsize=8700 CPUtime=0.25 cores=0,2,4,6
/proc/31578/stat : 31578 (manysat.sh) S 31576 31578 31066 0 -1 4202496 356 2491 0 0 0 0 25 0 23 0 1 0 622417823 8908800 253 33554432000 4194304 4922060 140737186478416 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31578/statm: 2175 253 209 178 0 68 0
[pid=31581] ppid=31578 vsize=161880 CPUtime=600.9 cores=0,2,4,6
/proc/31581/stat : 31581 (manysat1.1_stat) R 31578 31578 31066 0 -1 4202496 30976 0 0 0 60067 23 0 0 25 0 4 0 622417850 165765120 30928 33554432000 134512640 135305190 4290490672 18446744073709551615 134528376 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/31581/statm: 40470 30928 84 194 0 40274 0
[pid=31581/tid=31582] ppid=31578 vsize=161880 CPUtime=148.88 cores=0,2,4,6
/proc/31581/task/31582/stat : 31582 (manysat1.1_stat) R 31578 31578 31066 0 -1 4202560 7212 0 0 0 14882 6 0 0 25 0 4 0 622417854 165765120 30928 33554432000 134512640 135305190 4290490672 18446744073709551615 134528319 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=31581/tid=31583] ppid=31578 vsize=161880 CPUtime=150.64 cores=0,2,4,6
/proc/31581/task/31583/stat : 31583 (manysat1.1_stat) R 31578 31578 31066 0 -1 4202560 7292 0 0 0 15059 5 0 0 25 0 4 0 622417854 165765120 30928 33554432000 134512640 135305190 4290490672 18446744073709551615 134528520 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=31581/tid=31584] ppid=31578 vsize=161880 CPUtime=150.66 cores=0,2,4,6
/proc/31581/task/31584/stat : 31584 (manysat1.1_stat) R 31578 31578 31066 0 -1 4202560 6324 0 0 0 15060 6 0 0 25 0 4 0 622417854 165765120 30928 33554432000 134512640 135305190 4290490672 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 601.15
Current children cumulated vsize (KiB) 170580

[startup+154.201 s]
/proc/loadavg: 8.03 8.02 7.86 9/373 31588
/proc/meminfo: memFree=10553072/32951124 swapFree=65155552/67111528
[pid=31578] ppid=31576 vsize=8700 CPUtime=0.25 cores=0,2,4,6
/proc/31578/stat : 31578 (manysat.sh) S 31576 31578 31066 0 -1 4202496 356 2491 0 0 0 0 25 0 23 0 1 0 622417823 8908800 253 33554432000 4194304 4922060 140737186478416 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31578/statm: 2175 253 209 178 0 68 0
[pid=31581] ppid=31578 vsize=161880 CPUtime=613.66 cores=0,2,4,6
/proc/31581/stat : 31581 (manysat1.1_stat) R 31578 31578 31066 0 -1 4202496 30995 0 0 0 61343 23 0 0 25 0 4 0 622417850 165765120 30947 33554432000 134512640 135305190 4290490672 18446744073709551615 134528379 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/31581/statm: 40470 30947 84 194 0 40274 0
[pid=31581/tid=31582] ppid=31578 vsize=161880 CPUtime=152.04 cores=0,2,4,6
/proc/31581/task/31582/stat : 31582 (manysat1.1_stat) R 31578 31578 31066 0 -1 4202560 7213 0 0 0 15198 6 0 0 25 0 4 0 622417854 165765120 30947 33554432000 134512640 135305190 4290490672 18446744073709551615 134528826 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=31581/tid=31583] ppid=31578 vsize=161880 CPUtime=153.84 cores=0,2,4,6
/proc/31581/task/31583/stat : 31583 (manysat1.1_stat) R 31578 31578 31066 0 -1 4202560 7292 0 0 0 15379 5 0 0 25 0 4 0 622417854 165765120 30947 33554432000 134512640 135305190 4290490672 18446744073709551615 134552728 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=31581/tid=31584] ppid=31578 vsize=161880 CPUtime=153.86 cores=0,2,4,6
/proc/31581/task/31584/stat : 31584 (manysat1.1_stat) R 31578 31578 31066 0 -1 4202560 6331 0 0 0 15380 6 0 0 25 0 4 0 622417854 165765120 30947 33554432000 134512640 135305190 4290490672 18446744073709551615 134529138 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 613.91
Current children cumulated vsize (KiB) 170580

[startup+155.001 s]
/proc/loadavg: 8.02 8.02 7.87 9/373 31588
/proc/meminfo: memFree=10551956/32951124 swapFree=65155552/67111528
[pid=31578] ppid=31576 vsize=8700 CPUtime=0.25 cores=0,2,4,6
/proc/31578/stat : 31578 (manysat.sh) S 31576 31578 31066 0 -1 4202496 356 2491 0 0 0 0 25 0 23 0 1 0 622417823 8908800 253 33554432000 4194304 4922060 140737186478416 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31578/statm: 2175 253 209 178 0 68 0
[pid=31581] ppid=31578 vsize=161880 CPUtime=616.84 cores=0,2,4,6
/proc/31581/stat : 31581 (manysat1.1_stat) R 31578 31578 31066 0 -1 4202496 30999 0 0 0 61661 23 0 0 25 0 4 0 622417850 165765120 30951 33554432000 134512640 135305190 4290490672 18446744073709551615 134548016 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/31581/statm: 40470 30951 84 194 0 40274 0
[pid=31581/tid=31582] ppid=31578 vsize=161880 CPUtime=152.83 cores=0,2,4,6
/proc/31581/task/31582/stat : 31582 (manysat1.1_stat) R 31578 31578 31066 0 -1 4202560 7215 0 0 0 15277 6 0 0 25 0 4 0 622417854 165765120 30951 33554432000 134512640 135305190 4290490672 18446744073709551615 134528235 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=31581/tid=31583] ppid=31578 vsize=161880 CPUtime=154.64 cores=0,2,4,6
/proc/31581/task/31583/stat : 31583 (manysat1.1_stat) R 31578 31578 31066 0 -1 4202560 7292 0 0 0 15459 5 0 0 25 0 4 0 622417854 165765120 30951 33554432000 134512640 135305190 4290490672 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=31581/tid=31584] ppid=31578 vsize=161880 CPUtime=154.66 cores=0,2,4,6
/proc/31581/task/31584/stat : 31584 (manysat1.1_stat) R 31578 31578 31066 0 -1 4202560 6331 0 0 0 15460 6 0 0 25 0 4 0 622417854 165765120 30951 33554432000 134512640 135305190 4290490672 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 617.09
Current children cumulated vsize (KiB) 170580

[startup+155.813 s]
/proc/loadavg: 8.02 8.02 7.87 9/373 31588
/proc/meminfo: memFree=10550716/32951124 swapFree=65155552/67111528
[pid=31578] ppid=31576 vsize=8700 CPUtime=0.25 cores=0,2,4,6
/proc/31578/stat : 31578 (manysat.sh) S 31576 31578 31066 0 -1 4202496 356 2491 0 0 0 0 25 0 23 0 1 0 622417823 8908800 253 33554432000 4194304 4922060 140737186478416 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31578/statm: 2175 253 209 178 0 68 0
[pid=31581] ppid=31578 vsize=162016 CPUtime=620.08 cores=0,2,4,6
/proc/31581/stat : 31581 (manysat1.1_stat) R 31578 31578 31066 0 -1 4202496 31006 0 0 0 61985 23 0 0 25 0 4 0 622417850 165904384 30958 33554432000 134512640 135305190 4290490672 18446744073709551615 134529062 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/31581/statm: 40504 30958 84 194 0 40308 0
[pid=31581/tid=31582] ppid=31578 vsize=162016 CPUtime=153.63 cores=0,2,4,6
/proc/31581/task/31582/stat : 31582 (manysat1.1_stat) R 31578 31578 31066 0 -1 4202560 7215 0 0 0 15357 6 0 0 25 0 4 0 622417854 165904384 30958 33554432000 134512640 135305190 4290490672 18446744073709551615 134557305 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=31581/tid=31583] ppid=31578 vsize=162016 CPUtime=155.45 cores=0,2,4,6
/proc/31581/task/31583/stat : 31583 (manysat1.1_stat) R 31578 31578 31066 0 -1 4202560 7292 0 0 0 15540 5 0 0 25 0 4 0 622417854 165904384 30958 33554432000 134512640 135305190 4290490672 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=31581/tid=31584] ppid=31578 vsize=162016 CPUtime=155.47 cores=0,2,4,6
/proc/31581/task/31584/stat : 31584 (manysat1.1_stat) R 31578 31578 31066 0 -1 4202560 6336 0 0 0 15541 6 0 0 25 0 4 0 622417854 165904384 30958 33554432000 134512640 135305190 4290490672 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 620.33
Current children cumulated vsize (KiB) 170716

[startup+156.2 s]
/proc/loadavg: 8.02 8.02 7.87 9/373 31588
/proc/meminfo: memFree=10550716/32951124 swapFree=65155552/67111528
[pid=31578] ppid=31576 vsize=8700 CPUtime=0.25 cores=0,2,4,6
/proc/31578/stat : 31578 (manysat.sh) S 31576 31578 31066 0 -1 4202496 356 2491 0 0 0 0 25 0 23 0 1 0 622417823 8908800 253 33554432000 4194304 4922060 140737186478416 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31578/statm: 2175 253 209 178 0 68 0
[pid=31581] ppid=31578 vsize=162016 CPUtime=621.62 cores=0,2,4,6
/proc/31581/stat : 31581 (manysat1.1_stat) R 31578 31578 31066 0 -1 4202496 31006 0 0 0 62139 23 0 0 25 0 4 0 622417850 165904384 30958 33554432000 134512640 135305190 4290490672 18446744073709551615 134528224 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/31581/statm: 40504 30958 84 194 0 40308 0
[pid=31581/tid=31582] ppid=31578 vsize=162016 CPUtime=154.01 cores=0,2,4,6
/proc/31581/task/31582/stat : 31582 (manysat1.1_stat) R 31578 31578 31066 0 -1 4202560 7215 0 0 0 15395 6 0 0 25 0 4 0 622417854 165904384 30958 33554432000 134512640 135305190 4290490672 18446744073709551615 134529371 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=31581/tid=31583] ppid=31578 vsize=162016 CPUtime=155.84 cores=0,2,4,6
/proc/31581/task/31583/stat : 31583 (manysat1.1_stat) R 31578 31578 31066 0 -1 4202560 7292 0 0 0 15579 5 0 0 25 0 4 0 622417854 165904384 30958 33554432000 134512640 135305190 4290490672 18446744073709551615 134554724 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=31581/tid=31584] ppid=31578 vsize=162016 CPUtime=155.86 cores=0,2,4,6
/proc/31581/task/31584/stat : 31584 (manysat1.1_stat) R 31578 31578 31066 0 -1 4202560 6336 0 0 0 15580 6 0 0 25 0 4 0 622417854 165904384 30958 33554432000 134512640 135305190 4290490672 18446744073709551615 134528399 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 621.87
Current children cumulated vsize (KiB) 170716

Child status: 20
Real time (s): 156.299
CPU time (s): 622.254
CPU user time (s): 622.006
CPU system time (s): 0.247962
CPU usage (%): 398.117
Max. virtual memory (cumulated for all children) (KiB): 170716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 622.006
system time used= 0.247962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34078
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= 4223
involuntary context switches= 2580

runsolver used 0.614906 second user time and 1.23381 second system time

The end

Launcher Data

Begin job on node146 at 2011-05-13 17:20:16
IDJOB=3362241
IDBENCH=83118
IDSOLVER=1838
FILE ID=node146/3362241-1305300015
RUNJOBID= node146-1305296390-31085
PBS_JOBID= 13321407
Free space on /tmp= 41400 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom12.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362241-1305300015/watcher-3362241-1305300015 -o /tmp/evaluation-result-3362241-1305300015/solver-3362241-1305300015 -C 4800 -W 1300 -M 15500  manysat.sh HOME/instance-3362241-1305300015.cnf aimd 1

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

MD5SUM BENCH= f0a59aeb3af8016fb8ec53aa337c4836
RANDOM SEED=895698259

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:      10757280 kB
Buffers:        221028 kB
Cached:        5871220 kB
SwapCached:       9684 kB
Active:       11724936 kB
Inactive:     10131436 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10757280 kB
SwapTotal:    67111528 kB
SwapFree:     65155552 kB
Dirty:            2368 kB
Writeback:           0 kB
AnonPages:    15761516 kB
Mapped:          22804 kB
Slab:           214448 kB
PageTables:      59152 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 82090584 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= 41400 MiB
End job on node146 at 2011-05-13 17:22:52