Trace number 3362240

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 1218.18 304.909

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom13.cnf
MD5SUMf3c2fb082f5fbc8fb1f714d6ee13929d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark93.9187
Satisfiable
(Un)Satisfiability was proved
Number of variables19995
Number of clauses66333
Sum of the clauses size168341
Maximum clause length698
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 235137
Number of clauses of size 330832
Number of clauses of size 490
Number of clauses of size 511
Number of clauses of size over 5262

Solver Data

0.00/0.00	c Parsing...
0.00/0.03	c ==============================================================================
0.00/0.03	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.03	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.03	c ==============================================================================
0.00/0.03	c |         0 |   62361   158899 |   18708       0        0     nan |  0.000 % |
0.00/0.25	c |         0 |   42585   155666 |      --       0       --      -- |     --   | -19776/-3233
0.00/0.25	c ==============================================================================
0.00/0.25	c Result  :   #vars: 7780   #clauses: 42585   #literals: 155666
0.00/0.25	c CPU time:   0.254961 s
0.00/0.25	c ==============================================================================
1217.77/304.89	c This is ManySAT 1.1 : 4 thread(s) on 8 core(s).
1217.77/304.89	c ============================[ Problem Statistics ]=============================
1217.77/304.89	c |                                                                             |
1217.77/304.89	c threadId              : 3
1217.77/304.89	c restarts              : 941
1217.77/304.89	c conflicts             : 919195         (755 /sec)
1217.77/304.89	c decisions             : 1140255        (2.56 % random) (937 /sec)
1217.77/304.89	c propagations          : 369973072      (303933 /sec)
1217.77/304.89	c conflict literals     : 29157669       (44.65 % deleted)
1217.77/304.89	c Memory used           : 212.93 MB
1217.77/304.89	c CPU time              : 1217.29 s
1217.77/304.89	
1217.77/304.89	c --->m=4, e=8, aimd=1, HOME/10009_many.cnf	time: 304.321	conflicts: 919195       
1218.15/304.90	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-3362240-1305301519/watcher-3362240-1305301519 -o /tmp/evaluation-result-3362240-1305301519/solver-3362240-1305301519 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3362240-1305301519.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.00 4.00 3.93 1/348 10009
/proc/meminfo: memFree=22159852/32951132 swapFree=64495980/67111528
[pid=10009] ppid=10007 vsize=8700 CPUtime=0 cores=0-7
/proc/10009/stat : 10009 (manysat.sh) S 10007 10009 9768 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 641751487 8908800 250 33554432000 4194304 4922060 140736302204736 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10009/statm: 2175 250 209 178 0 68 0

[startup+0.0902939 s]
/proc/loadavg: 4.00 4.00 3.93 1/348 10009
/proc/meminfo: memFree=22159852/32951132 swapFree=64495980/67111528
[pid=10009] ppid=10007 vsize=8700 CPUtime=0 cores=0-7
/proc/10009/stat : 10009 (manysat.sh) S 10007 10009 9768 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 641751487 8908800 250 33554432000 4194304 4922060 140736302204736 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10009/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100291 s]
/proc/loadavg: 4.00 4.00 3.93 1/348 10009
/proc/meminfo: memFree=22159852/32951132 swapFree=64495980/67111528
[pid=10009] ppid=10007 vsize=8700 CPUtime=0 cores=0-7
/proc/10009/stat : 10009 (manysat.sh) S 10007 10009 9768 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 641751487 8908800 250 33554432000 4194304 4922060 140736302204736 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10009/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300259 s]
/proc/loadavg: 4.00 4.00 3.93 1/348 10009
/proc/meminfo: memFree=22159852/32951132 swapFree=64495980/67111528
[pid=10009] ppid=10007 vsize=8700 CPUtime=0.28 cores=0-7
/proc/10009/stat : 10009 (manysat.sh) S 10007 10009 9768 0 -1 4202496 357 2877 0 0 0 0 28 0 23 0 1 0 641751487 8908800 253 33554432000 4194304 4922060 140736302204736 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10009/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 8700

[startup+0.700196 s]
/proc/loadavg: 4.00 4.00 3.93 1/348 10009
/proc/meminfo: memFree=22159852/32951132 swapFree=64495980/67111528
[pid=10009] ppid=10007 vsize=8700 CPUtime=0.28 cores=0-7
/proc/10009/stat : 10009 (manysat.sh) S 10007 10009 9768 0 -1 4202496 357 2877 0 0 0 0 28 0 23 0 1 0 641751487 8908800 253 33554432000 4194304 4922060 140736302204736 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10009/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 8700

[startup+1.50105 s]
/proc/loadavg: 4.00 4.00 3.93 5/353 10015
/proc/meminfo: memFree=22139096/32951132 swapFree=64495980/67111528
[pid=10009] ppid=10007 vsize=8700 CPUtime=0.28 cores=0-7
/proc/10009/stat : 10009 (manysat.sh) S 10007 10009 9768 0 -1 4202496 357 2877 0 0 0 0 28 0 23 0 1 0 641751487 8908800 253 33554432000 4194304 4922060 140736302204736 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10009/statm: 2175 253 209 178 0 68 0
[pid=10012] ppid=10009 vsize=56680 CPUtime=4.63 cores=0-7
/proc/10012/stat : 10012 (manysat1.1_stat) R 10009 10009 9768 0 -1 4202496 5732 0 0 0 458 5 0 0 18 0 4 0 641751516 58040320 5683 33554432000 134512640 135305190 4287774320 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/10012/statm: 14170 5683 84 194 0 13974 0
[pid=10012/tid=10013] ppid=10009 vsize=56680 CPUtime=1.14 cores=0-7
/proc/10012/task/10013/stat : 10013 (manysat1.1_stat) R 10009 10009 9768 0 -1 4202560 512 0 0 0 113 1 0 0 18 0 4 0 641751522 58040320 5683 33554432000 134512640 135305190 4287774320 18446744073709551615 134528858 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=10012/tid=10014] ppid=10009 vsize=56680 CPUtime=1.15 cores=0-7
/proc/10012/task/10014/stat : 10014 (manysat1.1_stat) R 10009 10009 9768 0 -1 4202560 629 0 0 0 114 1 0 0 18 0 4 0 641751522 58040320 5683 33554432000 134512640 135305190 4287774320 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=10012/tid=10015] ppid=10009 vsize=56680 CPUtime=1.13 cores=0-7
/proc/10012/task/10015/stat : 10015 (manysat1.1_stat) R 10009 10009 9768 0 -1 4202560 688 0 0 0 112 1 0 0 18 0 4 0 641751522 58040320 5683 33554432000 134512640 135305190 4287774320 18446744073709551615 134528415 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4.91
Current children cumulated vsize (KiB) 65380

[startup+3.10078 s]
/proc/loadavg: 4.00 4.00 3.93 5/353 10015
/proc/meminfo: memFree=22131656/32951132 swapFree=64495980/67111528
[pid=10009] ppid=10007 vsize=8700 CPUtime=0.28 cores=0-7
/proc/10009/stat : 10009 (manysat.sh) S 10007 10009 9768 0 -1 4202496 357 2877 0 0 0 0 28 0 23 0 1 0 641751487 8908800 253 33554432000 4194304 4922060 140736302204736 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10009/statm: 2175 253 209 178 0 68 0
[pid=10012] ppid=10009 vsize=64480 CPUtime=11.03 cores=0-7
/proc/10012/stat : 10012 (manysat1.1_stat) R 10009 10009 9768 0 -1 4202496 7764 0 0 0 1097 6 0 0 18 0 4 0 641751516 66027520 7715 33554432000 134512640 135305190 4287774320 18446744073709551615 134528480 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/10012/statm: 16120 7715 84 194 0 15924 0
[pid=10012/tid=10013] ppid=10009 vsize=64480 CPUtime=2.73 cores=0-7
/proc/10012/task/10013/stat : 10013 (manysat1.1_stat) R 10009 10009 9768 0 -1 4202560 933 0 0 0 272 1 0 0 18 0 4 0 641751522 66027520 7715 33554432000 134512640 135305190 4287774320 18446744073709551615 134528274 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=10012/tid=10014] ppid=10009 vsize=64480 CPUtime=2.75 cores=0-7
/proc/10012/task/10014/stat : 10014 (manysat1.1_stat) R 10009 10009 9768 0 -1 4202560 1179 0 0 0 274 1 0 0 21 0 4 0 641751522 66027520 7715 33554432000 134512640 135305190 4287774320 18446744073709551615 134528802 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=10012/tid=10015] ppid=10009 vsize=64480 CPUtime=2.73 cores=0-7
/proc/10012/task/10015/stat : 10015 (manysat1.1_stat) R 10009 10009 9768 0 -1 4202560 1276 0 0 0 272 1 0 0 18 0 4 0 641751522 66027520 7716 33554432000 134512640 135305190 4287774320 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 11.31
Current children cumulated vsize (KiB) 73180

[startup+6.30124 s]
/proc/loadavg: 4.00 4.00 3.93 5/353 10015
/proc/meminfo: memFree=22120900/32951132 swapFree=64495980/67111528
[pid=10009] ppid=10007 vsize=8700 CPUtime=0.28 cores=0-7
/proc/10009/stat : 10009 (manysat.sh) S 10007 10009 9768 0 -1 4202496 357 2877 0 0 0 0 28 0 23 0 1 0 641751487 8908800 253 33554432000 4194304 4922060 140736302204736 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10009/statm: 2175 253 209 178 0 68 0
[pid=10012] ppid=10009 vsize=72936 CPUtime=23.82 cores=0-7
/proc/10012/stat : 10012 (manysat1.1_stat) R 10009 10009 9768 0 -1 4202496 9857 0 0 0 2375 7 0 0 18 0 4 0 641751516 74686464 9808 33554432000 134512640 135305190 4287774320 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/10012/statm: 18234 9808 84 194 0 18038 0
[pid=10012/tid=10013] ppid=10009 vsize=72936 CPUtime=5.94 cores=0-7
/proc/10012/task/10013/stat : 10013 (manysat1.1_stat) R 10009 10009 9768 0 -1 4202560 1400 0 0 0 592 2 0 0 18 0 4 0 641751522 74686464 9808 33554432000 134512640 135305190 4287774320 18446744073709551615 134528274 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=10012/tid=10014] ppid=10009 vsize=72936 CPUtime=5.94 cores=0-7
/proc/10012/task/10014/stat : 10014 (manysat1.1_stat) R 10009 10009 9768 0 -1 4202560 1791 0 0 0 593 1 0 0 18 0 4 0 641751522 74686464 9808 33554432000 134512640 135305190 4287774320 18446744073709551615 134528319 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=10012/tid=10015] ppid=10009 vsize=72936 CPUtime=5.93 cores=0-7
/proc/10012/task/10015/stat : 10015 (manysat1.1_stat) R 10009 10009 9768 0 -1 4202560 1754 0 0 0 591 2 0 0 21 0 4 0 641751522 74686464 9808 33554432000 134512640 135305190 4287774320 18446744073709551615 134528327 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.1
Current children cumulated vsize (KiB) 81636

[startup+12.7012 s]
/proc/loadavg: 4.00 4.00 3.93 5/353 10016
/proc/meminfo: memFree=22106048/32951132 swapFree=64495980/67111528
[pid=10009] ppid=10007 vsize=8700 CPUtime=0.28 cores=0-7
/proc/10009/stat : 10009 (manysat.sh) S 10007 10009 9768 0 -1 4202496 357 2877 0 0 0 0 28 0 23 0 1 0 641751487 8908800 253 33554432000 4194304 4922060 140736302204736 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10009/statm: 2175 253 209 178 0 68 0
[pid=10012] ppid=10009 vsize=86188 CPUtime=49.42 cores=0-7
/proc/10012/stat : 10012 (manysat1.1_stat) R 10009 10009 9768 0 -1 4202496 13148 0 0 0 4932 10 0 0 18 0 4 0 641751516 88256512 13079 33554432000 134512640 135305190 4287774320 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/10012/statm: 21547 13079 84 194 0 21351 0
[pid=10012/tid=10013] ppid=10009 vsize=86188 CPUtime=12.33 cores=0-7
/proc/10012/task/10013/stat : 10013 (manysat1.1_stat) R 10009 10009 9768 0 -1 4202560 2280 0 0 0 1231 2 0 0 18 0 4 0 641751522 88256512 13079 33554432000 134512640 135305190 4287774320 18446744073709551615 134528634 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=10012/tid=10014] ppid=10009 vsize=86188 CPUtime=12.33 cores=0-7
/proc/10012/task/10014/stat : 10014 (manysat1.1_stat) R 10009 10009 9768 0 -1 4202560 2520 0 0 0 1231 2 0 0 18 0 4 0 641751522 88256512 13079 33554432000 134512640 135305190 4287774320 18446744073709551615 134528265 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=10012/tid=10015] ppid=10009 vsize=86188 CPUtime=12.32 cores=0-7
/proc/10012/task/10015/stat : 10015 (manysat1.1_stat) R 10009 10009 9768 0 -1 4202560 2573 0 0 0 1230 2 0 0 21 0 4 0 641751522 88256512 13079 33554432000 134512640 135305190 4287774320 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 49.7
Current children cumulated vsize (KiB) 94888

[startup+25.501 s]
/proc/loadavg: 4.00 4.00 3.93 5/353 10016
/proc/meminfo: memFree=22094500/32951132 swapFree=64495980/67111528
[pid=10009] ppid=10007 vsize=8700 CPUtime=0.28 cores=0-7
/proc/10009/stat : 10009 (manysat.sh) S 10007 10009 9768 0 -1 4202496 357 2877 0 0 0 0 28 0 23 0 1 0 641751487 8908800 253 33554432000 4194304 4922060 140736302204736 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10009/statm: 2175 253 209 178 0 68 0
[pid=10012] ppid=10009 vsize=99304 CPUtime=100.58 cores=0-7
/proc/10012/stat : 10012 (manysat1.1_stat) R 10009 10009 9768 0 -1 4202496 16290 0 0 0 10044 14 0 0 19 0 4 0 641751516 101687296 16221 33554432000 134512640 135305190 4287774320 18446744073709551615 134528805 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/10012/statm: 24826 16221 84 194 0 24630 0
[pid=10012/tid=10013] ppid=10009 vsize=99304 CPUtime=25.13 cores=0-7
/proc/10012/task/10013/stat : 10013 (manysat1.1_stat) R 10009 10009 9768 0 -1 4202560 3035 0 0 0 2510 3 0 0 25 0 4 0 641751522 101687296 16221 33554432000 134512640 135305190 4287774320 18446744073709551615 134528327 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=10012/tid=10014] ppid=10009 vsize=99304 CPUtime=25.13 cores=0-7
/proc/10012/task/10014/stat : 10014 (manysat1.1_stat) R 10009 10009 9768 0 -1 4202560 3396 0 0 0 2509 4 0 0 25 0 4 0 641751522 101687296 16221 33554432000 134512640 135305190 4287774320 18446744073709551615 134555240 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=10012/tid=10015] ppid=10009 vsize=99304 CPUtime=25.1 cores=0-7
/proc/10012/task/10015/stat : 10015 (manysat1.1_stat) R 10009 10009 9768 0 -1 4202560 3405 0 0 0 2507 3 0 0 18 0 4 0 641751522 101687296 16221 33554432000 134512640 135305190 4287774320 18446744073709551615 134528501 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 100.86
Current children cumulated vsize (KiB) 108004

[startup+51.1007 s]
/proc/loadavg: 4.00 4.00 3.93 5/353 10017
/proc/meminfo: memFree=22073504/32951132 swapFree=64495980/67111528
[pid=10009] ppid=10007 vsize=8700 CPUtime=0.28 cores=0-7
/proc/10009/stat : 10009 (manysat.sh) S 10007 10009 9768 0 -1 4202496 357 2877 0 0 0 0 28 0 23 0 1 0 641751487 8908800 253 33554432000 4194304 4922060 140736302204736 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10009/statm: 2175 253 209 178 0 68 0
[pid=10012] ppid=10009 vsize=121564 CPUtime=202.95 cores=0-7
/proc/10012/stat : 10012 (manysat1.1_stat) R 10009 10009 9768 0 -1 4202496 21500 0 0 0 20272 23 0 0 21 0 4 0 641751516 124481536 21431 33554432000 134512640 135305190 4287774320 18446744073709551615 134528506 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/10012/statm: 30391 21431 84 194 0 30195 0
[pid=10012/tid=10013] ppid=10009 vsize=121564 CPUtime=50.72 cores=0-7
/proc/10012/task/10013/stat : 10013 (manysat1.1_stat) R 10009 10009 9768 0 -1 4202560 4435 0 0 0 5066 6 0 0 19 0 4 0 641751522 124481536 21431 33554432000 134512640 135305190 4287774320 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=10012/tid=10014] ppid=10009 vsize=121564 CPUtime=50.71 cores=0-7
/proc/10012/task/10014/stat : 10014 (manysat1.1_stat) R 10009 10009 9768 0 -1 4202560 4799 0 0 0 5064 7 0 0 19 0 4 0 641751522 124481536 21431 33554432000 134512640 135305190 4287774320 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=10012/tid=10015] ppid=10009 vsize=121564 CPUtime=50.7 cores=0-7
/proc/10012/task/10015/stat : 10015 (manysat1.1_stat) R 10009 10009 9768 0 -1 4202560 4524 0 0 0 5065 5 0 0 19 0 4 0 641751522 124481536 21431 33554432000 134512640 135305190 4287774320 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 203.23
Current children cumulated vsize (KiB) 130264

[startup+102.313 s]
/proc/loadavg: 4.00 4.00 3.93 5/353 10018
/proc/meminfo: memFree=22049568/32951132 swapFree=64495980/67111528
[pid=10009] ppid=10007 vsize=8700 CPUtime=0.28 cores=0-7
/proc/10009/stat : 10009 (manysat.sh) S 10007 10009 9768 0 -1 4202496 357 2877 0 0 0 0 28 0 23 0 1 0 641751487 8908800 253 33554432000 4194304 4922060 140736302204736 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10009/statm: 2175 253 209 178 0 68 0
[pid=10012] ppid=10009 vsize=144852 CPUtime=407.72 cores=0-7
/proc/10012/stat : 10012 (manysat1.1_stat) R 10009 10009 9768 0 -1 4202496 27307 0 0 0 40739 33 0 0 22 0 4 0 641751516 148328448 27238 33554432000 134512640 135305190 4287774320 18446744073709551615 134528410 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/10012/statm: 36213 27238 84 194 0 36017 0
[pid=10012/tid=10013] ppid=10009 vsize=144852 CPUtime=101.91 cores=0-7
/proc/10012/task/10013/stat : 10013 (manysat1.1_stat) R 10009 10009 9768 0 -1 4202560 5916 0 0 0 10183 8 0 0 25 0 4 0 641751522 148328448 27238 33554432000 134512640 135305190 4287774320 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=10012/tid=10014] ppid=10009 vsize=144852 CPUtime=101.9 cores=0-7
/proc/10012/task/10014/stat : 10014 (manysat1.1_stat) R 10009 10009 9768 0 -1 4202560 6220 0 0 0 10180 10 0 0 20 0 4 0 641751522 148328448 27238 33554432000 134512640 135305190 4287774320 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=10012/tid=10015] ppid=10009 vsize=144852 CPUtime=101.9 cores=0-7
/proc/10012/task/10015/stat : 10015 (manysat1.1_stat) R 10009 10009 9768 0 -1 4202560 5781 0 0 0 10182 8 0 0 19 0 4 0 641751522 148328448 27238 33554432000 134512640 135305190 4287774320 18446744073709551615 134528379 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 408
Current children cumulated vsize (KiB) 153552

[startup+162.301 s]
/proc/loadavg: 4.00 4.00 3.93 5/353 10020
/proc/meminfo: memFree=22021032/32951132 swapFree=64495980/67111528
[pid=10009] ppid=10007 vsize=8700 CPUtime=0.28 cores=0-7
/proc/10009/stat : 10009 (manysat.sh) S 10007 10009 9768 0 -1 4202496 357 2877 0 0 0 0 28 0 23 0 1 0 641751487 8908800 253 33554432000 4194304 4922060 140736302204736 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10009/statm: 2175 253 209 178 0 68 0
[pid=10012] ppid=10009 vsize=176680 CPUtime=647.61 cores=0-7
/proc/10012/stat : 10012 (manysat1.1_stat) R 10009 10009 9768 0 -1 4202496 34587 0 0 0 64718 43 0 0 25 0 4 0 641751516 180920320 34509 33554432000 134512640 135305190 4287774320 18446744073709551615 134551697 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/10012/statm: 44170 34509 84 194 0 43974 0
[pid=10012/tid=10013] ppid=10009 vsize=176680 CPUtime=161.9 cores=0-7
/proc/10012/task/10013/stat : 10013 (manysat1.1_stat) R 10009 10009 9768 0 -1 4202560 7485 0 0 0 16180 10 0 0 25 0 4 0 641751522 180920320 34509 33554432000 134512640 135305190 4287774320 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=10012/tid=10014] ppid=10009 vsize=176680 CPUtime=161.87 cores=0-7
/proc/10012/task/10014/stat : 10014 (manysat1.1_stat) R 10009 10009 9768 0 -1 4202560 8376 0 0 0 16172 15 0 0 25 0 4 0 641751522 180920320 34509 33554432000 134512640 135305190 4287774320 18446744073709551615 134528520 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=10012/tid=10015] ppid=10009 vsize=176680 CPUtime=161.87 cores=0-7
/proc/10012/task/10015/stat : 10015 (manysat1.1_stat) R 10009 10009 9768 0 -1 4202560 7333 0 0 0 16177 10 0 0 19 0 4 0 641751522 180920320 34509 33554432000 134512640 135305190 4287774320 18446744073709551615 134528536 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 647.89
Current children cumulated vsize (KiB) 185380

[startup+222.301 s]
/proc/loadavg: 4.00 4.00 3.93 5/353 10021
/proc/meminfo: memFree=21997584/32951132 swapFree=64495980/67111528
[pid=10009] ppid=10007 vsize=8700 CPUtime=0.28 cores=0-7
/proc/10009/stat : 10009 (manysat.sh) S 10007 10009 9768 0 -1 4202496 357 2877 0 0 0 0 28 0 23 0 1 0 641751487 8908800 253 33554432000 4194304 4922060 140736302204736 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10009/statm: 2175 253 209 178 0 68 0
[pid=10012] ppid=10009 vsize=202024 CPUtime=887.58 cores=0-7
/proc/10012/stat : 10012 (manysat1.1_stat) R 10009 10009 9768 0 -1 4202496 40542 0 0 0 88704 54 0 0 19 0 4 0 641751516 206872576 40464 33554432000 134512640 135305190 4287774320 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/10012/statm: 50506 40464 84 194 0 50310 0
[pid=10012/tid=10013] ppid=10009 vsize=202024 CPUtime=221.88 cores=0-7
/proc/10012/task/10013/stat : 10013 (manysat1.1_stat) R 10009 10009 9768 0 -1 4202560 8882 0 0 0 22176 12 0 0 25 0 4 0 641751522 206872576 40464 33554432000 134512640 135305190 4287774320 18446744073709551615 134528397 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=10012/tid=10014] ppid=10009 vsize=202024 CPUtime=221.86 cores=0-7
/proc/10012/task/10014/stat : 10014 (manysat1.1_stat) R 10009 10009 9768 0 -1 4202560 9902 0 0 0 22167 19 0 0 25 0 4 0 641751522 206872576 40464 33554432000 134512640 135305190 4287774320 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=10012/tid=10015] ppid=10009 vsize=202024 CPUtime=221.86 cores=0-7
/proc/10012/task/10015/stat : 10015 (manysat1.1_stat) R 10009 10009 9768 0 -1 4202560 8592 0 0 0 22173 13 0 0 18 0 4 0 641751522 206872576 40464 33554432000 134512640 135305190 4287774320 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 887.86
Current children cumulated vsize (KiB) 210724

[startup+282.301 s]
/proc/loadavg: 4.00 4.00 3.93 5/353 10023
/proc/meminfo: memFree=21987776/32951132 swapFree=64495980/67111528
[pid=10009] ppid=10007 vsize=8700 CPUtime=0.28 cores=0-7
/proc/10009/stat : 10009 (manysat.sh) S 10007 10009 9768 0 -1 4202496 357 2877 0 0 0 0 28 0 23 0 1 0 641751487 8908800 253 33554432000 4194304 4922060 140736302204736 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10009/statm: 2175 253 209 178 0 68 0
[pid=10012] ppid=10009 vsize=212436 CPUtime=1127.51 cores=0-7
/proc/10012/stat : 10012 (manysat1.1_stat) R 10009 10009 9768 0 -1 4202496 42930 0 0 0 112694 57 0 0 25 0 4 0 641751516 217534464 42852 33554432000 134512640 135305190 4287774320 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/10012/statm: 53109 42852 84 194 0 52913 0
[pid=10012/tid=10013] ppid=10009 vsize=212436 CPUtime=281.88 cores=0-7
/proc/10012/task/10013/stat : 10013 (manysat1.1_stat) R 10009 10009 9768 0 -1 4202560 9564 0 0 0 28174 14 0 0 25 0 4 0 641751522 217534464 42852 33554432000 134512640 135305190 4287774320 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=10012/tid=10014] ppid=10009 vsize=212436 CPUtime=281.84 cores=0-7
/proc/10012/task/10014/stat : 10014 (manysat1.1_stat) R 10009 10009 9768 0 -1 4202560 10432 0 0 0 28165 19 0 0 25 0 4 0 641751522 217534464 42852 33554432000 134512640 135305190 4287774320 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=10012/tid=10015] ppid=10009 vsize=212436 CPUtime=281.84 cores=0-7
/proc/10012/task/10015/stat : 10015 (manysat1.1_stat) R 10009 10009 9768 0 -1 4202560 9025 0 0 0 28171 13 0 0 25 0 4 0 641751522 217534464 42852 33554432000 134512640 135305190 4287774320 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1127.79
Current children cumulated vsize (KiB) 221136

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

[startup+294.301 s]
/proc/loadavg: 4.00 4.00 3.93 5/353 10023
/proc/meminfo: memFree=21983924/32951132 swapFree=64495980/67111528
[pid=10009] ppid=10007 vsize=8700 CPUtime=0.28 cores=0-7
/proc/10009/stat : 10009 (manysat.sh) S 10007 10009 9768 0 -1 4202496 357 2877 0 0 0 0 28 0 23 0 1 0 641751487 8908800 253 33554432000 4194304 4922060 140736302204736 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10009/statm: 2175 253 209 178 0 68 0
[pid=10012] ppid=10009 vsize=216124 CPUtime=1175.51 cores=0-7
/proc/10012/stat : 10012 (manysat1.1_stat) R 10009 10009 9768 0 -1 4202496 43792 0 0 0 117493 58 0 0 25 0 4 0 641751516 221310976 43714 33554432000 134512640 135305190 4287774320 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/10012/statm: 54031 43714 84 194 0 53835 0
[pid=10012/tid=10013] ppid=10009 vsize=216124 CPUtime=293.88 cores=0-7
/proc/10012/task/10013/stat : 10013 (manysat1.1_stat) R 10009 10009 9768 0 -1 4202560 9737 0 0 0 29374 14 0 0 25 0 4 0 641751522 221310976 43714 33554432000 134512640 135305190 4287774320 18446744073709551615 134538136 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=10012/tid=10014] ppid=10009 vsize=216124 CPUtime=293.84 cores=0-7
/proc/10012/task/10014/stat : 10014 (manysat1.1_stat) R 10009 10009 9768 0 -1 4202560 10678 0 0 0 29364 20 0 0 23 0 4 0 641751522 221310976 43714 33554432000 134512640 135305190 4287774320 18446744073709551615 134528600 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=10012/tid=10015] ppid=10009 vsize=216124 CPUtime=293.83 cores=0-7
/proc/10012/task/10015/stat : 10015 (manysat1.1_stat) R 10009 10009 9768 0 -1 4202560 9166 0 0 0 29370 13 0 0 18 0 4 0 641751522 221310976 43714 33554432000 134512640 135305190 4287774320 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1175.79
Current children cumulated vsize (KiB) 224824

[startup+300.701 s]
/proc/loadavg: 4.00 4.00 3.93 5/353 10023
/proc/meminfo: memFree=21983304/32951132 swapFree=64495980/67111528
[pid=10009] ppid=10007 vsize=8700 CPUtime=0.28 cores=0-7
/proc/10009/stat : 10009 (manysat.sh) S 10007 10009 9768 0 -1 4202496 357 2877 0 0 0 0 28 0 23 0 1 0 641751487 8908800 253 33554432000 4194304 4922060 140736302204736 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10009/statm: 2175 253 209 178 0 68 0
[pid=10012] ppid=10009 vsize=216832 CPUtime=1201.09 cores=0-7
/proc/10012/stat : 10012 (manysat1.1_stat) R 10009 10009 9768 0 -1 4202496 43909 0 0 0 120051 58 0 0 18 0 4 0 641751516 222035968 43831 33554432000 134512640 135305190 4287774320 18446744073709551615 134528307 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/10012/statm: 54208 43831 84 194 0 54012 0
[pid=10012/tid=10013] ppid=10009 vsize=216832 CPUtime=300.27 cores=0-7
/proc/10012/task/10013/stat : 10013 (manysat1.1_stat) R 10009 10009 9768 0 -1 4202560 9737 0 0 0 30013 14 0 0 18 0 4 0 641751522 222035968 43831 33554432000 134512640 135305190 4287774320 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=10012/tid=10014] ppid=10009 vsize=216832 CPUtime=300.24 cores=0-7
/proc/10012/task/10014/stat : 10014 (manysat1.1_stat) R 10009 10009 9768 0 -1 4202560 10696 0 0 0 30004 20 0 0 18 0 4 0 641751522 222035968 43831 33554432000 134512640 135305190 4287774320 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=10012/tid=10015] ppid=10009 vsize=216832 CPUtime=300.24 cores=0-7
/proc/10012/task/10015/stat : 10015 (manysat1.1_stat) R 10009 10009 9768 0 -1 4202560 9199 0 0 0 30010 14 0 0 18 0 4 0 641751522 222035968 43831 33554432000 134512640 135305190 4287774320 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1201.37
Current children cumulated vsize (KiB) 225532

[startup+302.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/353 10023
/proc/meminfo: memFree=21983424/32951132 swapFree=64495980/67111528
[pid=10009] ppid=10007 vsize=8700 CPUtime=0.28 cores=0-7
/proc/10009/stat : 10009 (manysat.sh) S 10007 10009 9768 0 -1 4202496 357 2877 0 0 0 0 28 0 23 0 1 0 641751487 8908800 253 33554432000 4194304 4922060 140736302204736 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10009/statm: 2175 253 209 178 0 68 0
[pid=10012] ppid=10009 vsize=217020 CPUtime=1207.49 cores=0-7
/proc/10012/stat : 10012 (manysat1.1_stat) R 10009 10009 9768 0 -1 4202496 43951 0 0 0 120691 58 0 0 18 0 4 0 641751516 222228480 43873 33554432000 134512640 135305190 4287774320 18446744073709551615 134528235 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/10012/statm: 54255 43873 84 194 0 54059 0
[pid=10012/tid=10013] ppid=10009 vsize=217020 CPUtime=301.87 cores=0-7
/proc/10012/task/10013/stat : 10013 (manysat1.1_stat) R 10009 10009 9768 0 -1 4202560 9739 0 0 0 30173 14 0 0 21 0 4 0 641751522 222228480 43873 33554432000 134512640 135305190 4287774320 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=10012/tid=10014] ppid=10009 vsize=217020 CPUtime=301.84 cores=0-7
/proc/10012/task/10014/stat : 10014 (manysat1.1_stat) R 10009 10009 9768 0 -1 4202560 10719 0 0 0 30164 20 0 0 20 0 4 0 641751522 222228480 43873 33554432000 134512640 135305190 4287774320 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=10012/tid=10015] ppid=10009 vsize=217020 CPUtime=301.84 cores=0-7
/proc/10012/task/10015/stat : 10015 (manysat1.1_stat) R 10009 10009 9768 0 -1 4202560 9199 0 0 0 30170 14 0 0 18 0 4 0 641751522 222228480 43873 33554432000 134512640 135305190 4287774320 18446744073709551615 134538280 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1207.77
Current children cumulated vsize (KiB) 225720

[startup+303.901 s]
/proc/loadavg: 4.00 4.00 3.93 5/353 10023
/proc/meminfo: memFree=21983176/32951132 swapFree=64495980/67111528
[pid=10009] ppid=10007 vsize=8700 CPUtime=0.28 cores=0-7
/proc/10009/stat : 10009 (manysat.sh) S 10007 10009 9768 0 -1 4202496 357 2877 0 0 0 0 28 0 23 0 1 0 641751487 8908800 253 33554432000 4194304 4922060 140736302204736 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10009/statm: 2175 253 209 178 0 68 0
[pid=10012] ppid=10009 vsize=217164 CPUtime=1213.89 cores=0-7
/proc/10012/stat : 10012 (manysat1.1_stat) R 10009 10009 9768 0 -1 4202496 43989 0 0 0 121331 58 0 0 22 0 4 0 641751516 222375936 43911 33554432000 134512640 135305190 4287774320 18446744073709551615 134528559 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/10012/statm: 54291 43911 84 194 0 54095 0
[pid=10012/tid=10013] ppid=10009 vsize=217164 CPUtime=303.47 cores=0-7
/proc/10012/task/10013/stat : 10013 (manysat1.1_stat) R 10009 10009 9768 0 -1 4202560 9739 0 0 0 30333 14 0 0 25 0 4 0 641751522 222375936 43911 33554432000 134512640 135305190 4287774320 18446744073709551615 134570384 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=10012/tid=10014] ppid=10009 vsize=217164 CPUtime=303.44 cores=0-7
/proc/10012/task/10014/stat : 10014 (manysat1.1_stat) R 10009 10009 9768 0 -1 4202560 10756 0 0 0 30324 20 0 0 25 0 4 0 641751522 222375936 43911 33554432000 134512640 135305190 4287774320 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=10012/tid=10015] ppid=10009 vsize=217164 CPUtime=303.44 cores=0-7
/proc/10012/task/10015/stat : 10015 (manysat1.1_stat) R 10009 10009 9768 0 -1 4202560 9199 0 0 0 30330 14 0 0 18 0 4 0 641751522 222375936 43911 33554432000 134512640 135305190 4287774320 18446744073709551615 134551639 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1214.17
Current children cumulated vsize (KiB) 225864

[startup+304.714 s]
/proc/loadavg: 4.00 4.00 3.93 5/353 10023
/proc/meminfo: memFree=21982308/32951132 swapFree=64495980/67111528
[pid=10009] ppid=10007 vsize=8700 CPUtime=0.28 cores=0-7
/proc/10009/stat : 10009 (manysat.sh) S 10007 10009 9768 0 -1 4202496 357 2877 0 0 0 0 28 0 23 0 1 0 641751487 8908800 253 33554432000 4194304 4922060 140736302204736 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10009/statm: 2175 253 209 178 0 68 0
[pid=10012] ppid=10009 vsize=218032 CPUtime=1217.14 cores=0-7
/proc/10012/stat : 10012 (manysat1.1_stat) R 10009 10009 9768 0 -1 4202496 44200 0 0 0 121656 58 0 0 18 0 4 0 641751516 223264768 44122 33554432000 134512640 135305190 4287774320 18446744073709551615 134695249 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/10012/statm: 54508 44122 84 194 0 54312 0
[pid=10012/tid=10013] ppid=10009 vsize=218032 CPUtime=304.28 cores=0-7
/proc/10012/task/10013/stat : 10013 (manysat1.1_stat) R 10009 10009 9768 0 -1 4202560 9739 0 0 0 30414 14 0 0 25 0 4 0 641751522 223264768 44122 33554432000 134512640 135305190 4287774320 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=10012/tid=10014] ppid=10009 vsize=218032 CPUtime=304.25 cores=0-7
/proc/10012/task/10014/stat : 10014 (manysat1.1_stat) R 10009 10009 9768 0 -1 4202560 10832 0 0 0 30405 20 0 0 25 0 4 0 641751522 223264768 44122 33554432000 134512640 135305190 4287774320 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=10012/tid=10015] ppid=10009 vsize=218032 CPUtime=304.25 cores=0-7
/proc/10012/task/10015/stat : 10015 (manysat1.1_stat) R 10009 10009 9768 0 -1 4202560 9199 0 0 0 30411 14 0 0 18 0 4 0 641751522 223264768 44122 33554432000 134512640 135305190 4287774320 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1217.42
Current children cumulated vsize (KiB) 226732

[startup+304.901 s]
/proc/loadavg: 4.00 4.00 3.93 5/353 10023
/proc/meminfo: memFree=21982308/32951132 swapFree=64495980/67111528
[pid=10009] ppid=10007 vsize=8700 CPUtime=0.28 cores=0-7
/proc/10009/stat : 10009 (manysat.sh) S 10007 10009 9768 0 -1 4202496 357 2877 0 0 0 0 28 0 23 0 1 0 641751487 8908800 253 33554432000 4194304 4922060 140736302204736 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10009/statm: 2175 253 209 178 0 68 0
[pid=10012] ppid=10009 vsize=0 CPUtime=1217.87 cores=0-7
/proc/10012/stat : 10012 (manysat1.1_stat) Z 10009 10009 9768 0 -1 4202524 44217 0 0 0 121728 59 0 0 18 0 2 0 641751516 0 0 33554432000 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/10012/statm: 0 0 0 0 0 0 0
[pid=10012/tid=10014] ppid=10009 vsize=0 CPUtime=304.44 cores=0-7
/proc/10012/task/10014/stat : 10014 (manysat1.1_stat) R 10009 10009 9768 0 -1 4203588 10832 0 0 0 30423 21 0 0 25 0 2 0 641751522 0 0 33554432000 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1218.15
Current children cumulated vsize (KiB) 8700

Child status: 20
Real time (s): 304.909
CPU time (s): 1218.18
CPU user time (s): 1217.57
CPU system time (s): 0.606907
CPU usage (%): 399.522
Max. virtual memory (cumulated for all children) (KiB): 226732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1217.57
system time used= 0.606907
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47662
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= 10438
involuntary context switches= 1829

runsolver used 0.970852 second user time and 2.48462 second system time

The end

Launcher Data

Begin job on node129 at 2011-05-13 17:45:19
IDJOB=3362240
IDBENCH=83117
IDSOLVER=1839
FILE ID=node129/3362240-1305301519
RUNJOBID= node129-1305296392-9782
PBS_JOBID= 13321424
Free space on /tmp= 48120 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom13.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362240-1305301519/watcher-3362240-1305301519 -o /tmp/evaluation-result-3362240-1305301519/solver-3362240-1305301519 -C 40000 -W 5100 -M 31000  manysat.sh HOME/instance-3362240-1305301519.cnf aimd 1

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

MD5SUM BENCH= f3c2fb082f5fbc8fb1f714d6ee13929d
RANDOM SEED=57781434

node129.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.831
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.831
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.83
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.831
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.831
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.82
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.831
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.831
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.83
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.831
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.831
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      22160000 kB
Buffers:        203632 kB
Cached:        5424372 kB
SwapCached:      52668 kB
Active:        2837008 kB
Inactive:      7739236 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      22160000 kB
SwapTotal:    67111528 kB
SwapFree:     64495980 kB
Dirty:            2396 kB
Writeback:           0 kB
AnonPages:     4904532 kB
Mapped:          17012 kB
Slab:           111144 kB
PageTables:      37484 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 79730484 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 48120 MiB
End job on node129 at 2011-05-13 17:50:24