Trace number 3361862

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 13610.5 3403.78

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-01.cnf
MD5SUMd2f77e32530988f77dca5112174eee00
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2476.89
Satisfiable
(Un)Satisfiability was proved
Number of variables7502
Number of clauses28770
Sum of the clauses size76290
Maximum clause length847
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 215814
Number of clauses of size 311119
Number of clauses of size 4733
Number of clauses of size 5172
Number of clauses of size over 5931

Solver Data

0.00/0.00	c Parsing...
0.00/0.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |   23237    63534 |    6971       0        0     nan |  0.000 % |
0.00/0.10	c |         0 |   15594    54914 |      --       0       --      -- |     --   | -7643/-8620
0.00/0.10	c ==============================================================================
0.00/0.10	c Result  :   #vars: 2673   #clauses: 15594   #literals: 54914
0.00/0.10	c CPU time:   0.104984 s
0.00/0.10	c ==============================================================================
13610.38/3403.74	c This is ManySAT 1.1 : 4 thread(s) on 8 core(s).
13610.38/3403.74	c ============================[ Problem Statistics ]=============================
13610.38/3403.74	c |                                                                             |
13610.38/3403.74	c threadId              : 1
13610.38/3403.74	c restarts              : 13135
13610.38/3403.74	c conflicts             : 3282401        (241 /sec)
13610.38/3403.74	c decisions             : 4719882        (1.10 % random) (347 /sec)
13610.38/3403.74	c propagations          : 1636015035     (120217 /sec)
13610.38/3403.74	c conflict literals     : 162403822      (65.07 % deleted)
13610.38/3403.74	c Memory used           : 556.38 MB
13610.38/3403.74	c CPU time              : 13608.8 s
13610.38/3403.74	
13610.38/3403.74	c --->m=4, e=8, aimd=1, HOME/21865_many.cnf	time: 3402.2	conflicts: 3282401      
13610.38/3403.77	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-3361862-1305296393/watcher-3361862-1305296393 -o /tmp/evaluation-result-3361862-1305296393/solver-3361862-1305296393 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3361862-1305296393.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: 0.00 0.00 0.00 2/378 21865
/proc/meminfo: memFree=27275748/32950928 swapFree=44388876/67111528
[pid=21865] ppid=21863 vsize=8700 CPUtime=0 cores=0-7
/proc/21865/stat : 21865 (manysat.sh) S 21863 21865 21839 0 -1 4202496 329 0 0 0 0 0 0 0 20 0 1 0 641238092 8908800 249 33554432000 4194304 4922060 140734502100752 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/21865/statm: 2175 249 209 178 0 68 0

[startup+0.076837 s]
/proc/loadavg: 0.00 0.00 0.00 2/378 21865
/proc/meminfo: memFree=27275748/32950928 swapFree=44388876/67111528
[pid=21865] ppid=21863 vsize=8700 CPUtime=0 cores=0-7
/proc/21865/stat : 21865 (manysat.sh) S 21863 21865 21839 0 -1 4202496 329 0 0 0 0 0 0 0 20 0 1 0 641238092 8908800 249 33554432000 4194304 4922060 140734502100752 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/21865/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100833 s]
/proc/loadavg: 0.00 0.00 0.00 2/378 21865
/proc/meminfo: memFree=27275748/32950928 swapFree=44388876/67111528
[pid=21865] ppid=21863 vsize=8700 CPUtime=0 cores=0-7
/proc/21865/stat : 21865 (manysat.sh) S 21863 21865 21839 0 -1 4202496 329 0 0 0 0 0 0 0 20 0 1 0 641238092 8908800 249 33554432000 4194304 4922060 140734502100752 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/21865/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300801 s]
/proc/loadavg: 0.00 0.00 0.00 2/378 21865
/proc/meminfo: memFree=27275748/32950928 swapFree=44388876/67111528
[pid=21865] ppid=21863 vsize=8700 CPUtime=0.11 cores=0-7
/proc/21865/stat : 21865 (manysat.sh) S 21863 21865 21839 0 -1 4202496 357 1150 0 0 0 0 11 0 19 0 1 0 641238092 8908800 252 33554432000 4194304 4922060 140734502100752 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21865/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 8700

[startup+0.700733 s]
/proc/loadavg: 0.00 0.00 0.00 2/378 21865
/proc/meminfo: memFree=27275748/32950928 swapFree=44388876/67111528
[pid=21865] ppid=21863 vsize=8700 CPUtime=0.11 cores=0-7
/proc/21865/stat : 21865 (manysat.sh) S 21863 21865 21839 0 -1 4202496 357 1150 0 0 0 0 11 0 19 0 1 0 641238092 8908800 252 33554432000 4194304 4922060 140734502100752 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21865/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 8700

[startup+1.5006 s]
/proc/loadavg: 0.00 0.00 0.00 5/383 21871
/proc/meminfo: memFree=27261960/32950928 swapFree=44388876/67111528
[pid=21865] ppid=21863 vsize=8700 CPUtime=0.11 cores=0-7
/proc/21865/stat : 21865 (manysat.sh) S 21863 21865 21839 0 -1 4202496 357 1150 0 0 0 0 11 0 19 0 1 0 641238092 8908800 252 33554432000 4194304 4922060 140734502100752 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21865/statm: 2175 252 209 178 0 68 0
[pid=21868] ppid=21865 vsize=48944 CPUtime=5.41 cores=0-7
/proc/21868/stat : 21868 (manysat1.1_stat) R 21865 21865 21839 0 -1 4202496 3853 0 0 0 539 2 0 0 18 0 4 0 641238105 50118656 3804 33554432000 134512640 135305190 4289556256 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/21868/statm: 12236 3804 84 194 0 12040 0
[pid=21868/tid=21869] ppid=21865 vsize=48944 CPUtime=1.34 cores=0-7
/proc/21868/task/21869/stat : 21869 (manysat1.1_stat) R 21865 21865 21839 0 -1 4202560 556 0 0 0 134 0 0 0 19 0 4 0 641238107 50118656 3804 33554432000 134512640 135305190 4289556256 18446744073709551615 134528289 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=21868/tid=21870] ppid=21865 vsize=48944 CPUtime=1.34 cores=0-7
/proc/21868/task/21870/stat : 21870 (manysat1.1_stat) R 21865 21865 21839 0 -1 4202560 605 0 0 0 134 0 0 0 18 0 4 0 641238107 50118656 3804 33554432000 134512640 135305190 4289556256 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=21868/tid=21871] ppid=21865 vsize=48944 CPUtime=1.34 cores=0-7
/proc/21868/task/21871/stat : 21871 (manysat1.1_stat) R 21865 21865 21839 0 -1 4202560 695 0 0 0 134 0 0 0 18 0 4 0 641238107 50118656 3804 33554432000 134512640 135305190 4289556256 18446744073709551615 134528157 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.52
Current children cumulated vsize (KiB) 57644

[startup+3.10033 s]
/proc/loadavg: 0.00 0.00 0.00 5/383 21871
/proc/meminfo: memFree=27256132/32950928 swapFree=44388876/67111528
[pid=21865] ppid=21863 vsize=8700 CPUtime=0.11 cores=0-7
/proc/21865/stat : 21865 (manysat.sh) S 21863 21865 21839 0 -1 4202496 357 1150 0 0 0 0 11 0 19 0 1 0 641238092 8908800 252 33554432000 4194304 4922060 140734502100752 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21865/statm: 2175 252 209 178 0 68 0
[pid=21868] ppid=21865 vsize=55412 CPUtime=11.82 cores=0-7
/proc/21868/stat : 21868 (manysat1.1_stat) R 21865 21865 21839 0 -1 4202496 5501 0 0 0 1179 3 0 0 18 0 4 0 641238105 56741888 5452 33554432000 134512640 135305190 4289556256 18446744073709551615 134528319 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/21868/statm: 13853 5452 84 194 0 13657 0
[pid=21868/tid=21869] ppid=21865 vsize=55412 CPUtime=2.94 cores=0-7
/proc/21868/task/21869/stat : 21869 (manysat1.1_stat) R 21865 21865 21839 0 -1 4202560 910 0 0 0 294 0 0 0 23 0 4 0 641238107 56741888 5452 33554432000 134512640 135305190 4289556256 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=21868/tid=21870] ppid=21865 vsize=55412 CPUtime=2.93 cores=0-7
/proc/21868/task/21870/stat : 21870 (manysat1.1_stat) R 21865 21865 21839 0 -1 4202560 1001 0 0 0 293 0 0 0 18 0 4 0 641238107 56741888 5452 33554432000 134512640 135305190 4289556256 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=21868/tid=21871] ppid=21865 vsize=55412 CPUtime=2.94 cores=0-7
/proc/21868/task/21871/stat : 21871 (manysat1.1_stat) R 21865 21865 21839 0 -1 4202560 1146 0 0 0 294 0 0 0 18 0 4 0 641238107 56741888 5452 33554432000 134512640 135305190 4289556256 18446744073709551615 134528223 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 11.93
Current children cumulated vsize (KiB) 64112

[startup+6.30079 s]
/proc/loadavg: 0.32 0.07 0.02 5/383 21871
/proc/meminfo: memFree=27249064/32950928 swapFree=44388876/67111528
[pid=21865] ppid=21863 vsize=8700 CPUtime=0.11 cores=0-7
/proc/21865/stat : 21865 (manysat.sh) S 21863 21865 21839 0 -1 4202496 357 1150 0 0 0 0 11 0 19 0 1 0 641238092 8908800 252 33554432000 4194304 4922060 140734502100752 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21865/statm: 2175 252 209 178 0 68 0
[pid=21868] ppid=21865 vsize=59920 CPUtime=24.61 cores=0-7
/proc/21868/stat : 21868 (manysat1.1_stat) R 21865 21865 21839 0 -1 4202496 6609 0 0 0 2458 3 0 0 18 0 4 0 641238105 61358080 6560 33554432000 134512640 135305190 4289556256 18446744073709551615 134528559 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/21868/statm: 14980 6560 84 194 0 14784 0
[pid=21868/tid=21869] ppid=21865 vsize=59920 CPUtime=6.14 cores=0-7
/proc/21868/task/21869/stat : 21869 (manysat1.1_stat) R 21865 21865 21839 0 -1 4202560 1205 0 0 0 614 0 0 0 23 0 4 0 641238107 61358080 6560 33554432000 134512640 135305190 4289556256 18446744073709551615 134557548 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=21868/tid=21870] ppid=21865 vsize=59920 CPUtime=6.13 cores=0-7
/proc/21868/task/21870/stat : 21870 (manysat1.1_stat) R 21865 21865 21839 0 -1 4202560 1204 0 0 0 613 0 0 0 21 0 4 0 641238107 61358080 6560 33554432000 134512640 135305190 4289556256 18446744073709551615 134554688 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=21868/tid=21871] ppid=21865 vsize=59920 CPUtime=6.14 cores=0-7
/proc/21868/task/21871/stat : 21871 (manysat1.1_stat) R 21865 21865 21839 0 -1 4202560 1468 0 0 0 614 0 0 0 18 0 4 0 641238107 61358080 6560 33554432000 134512640 135305190 4289556256 18446744073709551615 134552000 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.72
Current children cumulated vsize (KiB) 68620

[startup+12.7007 s]
/proc/loadavg: 0.61 0.13 0.04 5/383 21871
/proc/meminfo: memFree=27235424/32950928 swapFree=44388876/67111528
[pid=21865] ppid=21863 vsize=8700 CPUtime=0.11 cores=0-7
/proc/21865/stat : 21865 (manysat.sh) S 21863 21865 21839 0 -1 4202496 357 1150 0 0 0 0 11 0 19 0 1 0 641238092 8908800 252 33554432000 4194304 4922060 140734502100752 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21865/statm: 2175 252 209 178 0 68 0
[pid=21868] ppid=21865 vsize=73564 CPUtime=50.2 cores=0-7
/proc/21868/stat : 21868 (manysat1.1_stat) R 21865 21865 21839 0 -1 4202496 9903 0 0 0 5015 5 0 0 25 0 4 0 641238105 75329536 9854 33554432000 134512640 135305190 4289556256 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/21868/statm: 18391 9854 84 194 0 18195 0
[pid=21868/tid=21869] ppid=21865 vsize=73564 CPUtime=12.54 cores=0-7
/proc/21868/task/21869/stat : 21869 (manysat1.1_stat) R 21865 21865 21839 0 -1 4202560 1923 0 0 0 1253 1 0 0 25 0 4 0 641238107 75329536 9854 33554432000 134512640 135305190 4289556256 18446744073709551615 134528600 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=21868/tid=21870] ppid=21865 vsize=73564 CPUtime=12.53 cores=0-7
/proc/21868/task/21870/stat : 21870 (manysat1.1_stat) R 21865 21865 21839 0 -1 4202560 2062 0 0 0 1252 1 0 0 20 0 4 0 641238107 75329536 9854 33554432000 134512640 135305190 4289556256 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=21868/tid=21871] ppid=21865 vsize=73564 CPUtime=12.54 cores=0-7
/proc/21868/task/21871/stat : 21871 (manysat1.1_stat) R 21865 21865 21839 0 -1 4202560 2332 0 0 0 1253 1 0 0 19 0 4 0 641238107 75329536 9854 33554432000 134512640 135305190 4289556256 18446744073709551615 134557486 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.31
Current children cumulated vsize (KiB) 82264

[startup+25.5006 s]
/proc/loadavg: 1.44 0.34 0.11 5/383 21872
/proc/meminfo: memFree=27227096/32950928 swapFree=44388876/67111528
[pid=21865] ppid=21863 vsize=8700 CPUtime=0.11 cores=0-7
/proc/21865/stat : 21865 (manysat.sh) S 21863 21865 21839 0 -1 4202496 357 1150 0 0 0 0 11 0 19 0 1 0 641238092 8908800 252 33554432000 4194304 4922060 140734502100752 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21865/statm: 2175 252 209 178 0 68 0
[pid=21868] ppid=21865 vsize=83440 CPUtime=101.39 cores=0-7
/proc/21868/stat : 21868 (manysat1.1_stat) R 21865 21865 21839 0 -1 4202496 12286 0 0 0 10132 7 0 0 19 0 4 0 641238105 85442560 12237 33554432000 134512640 135305190 4289556256 18446744073709551615 134528319 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/21868/statm: 20860 12237 84 194 0 20664 0
[pid=21868/tid=21869] ppid=21865 vsize=83440 CPUtime=25.33 cores=0-7
/proc/21868/task/21869/stat : 21869 (manysat1.1_stat) R 21865 21865 21839 0 -1 4202560 2492 0 0 0 2532 1 0 0 25 0 4 0 641238107 85442560 12237 33554432000 134512640 135305190 4289556256 18446744073709551615 134557466 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=21868/tid=21870] ppid=21865 vsize=83440 CPUtime=25.33 cores=0-7
/proc/21868/task/21870/stat : 21870 (manysat1.1_stat) R 21865 21865 21839 0 -1 4202560 2601 0 0 0 2532 1 0 0 25 0 4 0 641238107 85442560 12237 33554432000 134512640 135305190 4289556256 18446744073709551615 134528615 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=21868/tid=21871] ppid=21865 vsize=83440 CPUtime=25.34 cores=0-7
/proc/21868/task/21871/stat : 21871 (manysat1.1_stat) R 21865 21865 21839 0 -1 4202560 3040 0 0 0 2532 2 0 0 21 0 4 0 641238107 85442560 12237 33554432000 134512640 135305190 4289556256 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.5
Current children cumulated vsize (KiB) 92140

[startup+51.1013 s]
/proc/loadavg: 2.31 0.63 0.21 5/383 21872
/proc/meminfo: memFree=27211172/32950928 swapFree=44388876/67111528
[pid=21865] ppid=21863 vsize=8700 CPUtime=0.11 cores=0-7
/proc/21865/stat : 21865 (manysat.sh) S 21863 21865 21839 0 -1 4202496 357 1150 0 0 0 0 11 0 19 0 1 0 641238092 8908800 252 33554432000 4194304 4922060 140734502100752 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21865/statm: 2175 252 209 178 0 68 0
[pid=21868] ppid=21865 vsize=99912 CPUtime=203.76 cores=0-7
/proc/21868/stat : 21868 (manysat1.1_stat) R 21865 21865 21839 0 -1 4202496 16260 0 0 0 20365 11 0 0 18 0 4 0 641238105 102309888 16211 33554432000 134512640 135305190 4289556256 18446744073709551615 134528562 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/21868/statm: 24978 16211 84 194 0 24782 0
[pid=21868/tid=21869] ppid=21865 vsize=99912 CPUtime=50.93 cores=0-7
/proc/21868/task/21869/stat : 21869 (manysat1.1_stat) R 21865 21865 21839 0 -1 4202560 3476 0 0 0 5091 2 0 0 25 0 4 0 641238107 102309888 16211 33554432000 134512640 135305190 4289556256 18446744073709551615 134557407 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=21868/tid=21870] ppid=21865 vsize=99912 CPUtime=50.91 cores=0-7
/proc/21868/task/21870/stat : 21870 (manysat1.1_stat) R 21865 21865 21839 0 -1 4202560 3504 0 0 0 5089 2 0 0 20 0 4 0 641238107 102309888 16211 33554432000 134512640 135305190 4289556256 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=21868/tid=21871] ppid=21865 vsize=99912 CPUtime=50.93 cores=0-7
/proc/21868/task/21871/stat : 21871 (manysat1.1_stat) R 21865 21865 21839 0 -1 4202560 4167 0 0 0 5090 3 0 0 18 0 4 0 641238107 102309888 16211 33554432000 134512640 135305190 4289556256 18446744073709551615 134528274 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.87
Current children cumulated vsize (KiB) 108612

[startup+102.315 s]
/proc/loadavg: 3.27 1.15 0.41 5/383 21874
/proc/meminfo: memFree=27190940/32950928 swapFree=44388876/67111528
[pid=21865] ppid=21863 vsize=8700 CPUtime=0.11 cores=0-7
/proc/21865/stat : 21865 (manysat.sh) S 21863 21865 21839 0 -1 4202496 357 1150 0 0 0 0 11 0 19 0 1 0 641238092 8908800 252 33554432000 4194304 4922060 140734502100752 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21865/statm: 2175 252 209 178 0 68 0
[pid=21868] ppid=21865 vsize=118432 CPUtime=408.56 cores=0-7
/proc/21868/stat : 21868 (manysat1.1_stat) R 21865 21865 21839 0 -1 4202496 21056 0 0 0 40839 17 0 0 25 0 4 0 641238105 121274368 21007 33554432000 134512640 135305190 4289556256 18446744073709551615 134528477 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/21868/statm: 29608 21007 84 194 0 29412 0
[pid=21868/tid=21869] ppid=21865 vsize=118432 CPUtime=102.14 cores=0-7
/proc/21868/task/21869/stat : 21869 (manysat1.1_stat) R 21865 21865 21839 0 -1 4202560 4530 0 0 0 10211 3 0 0 25 0 4 0 641238107 121274368 21007 33554432000 134512640 135305190 4289556256 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=21868/tid=21870] ppid=21865 vsize=118432 CPUtime=102.12 cores=0-7
/proc/21868/task/21870/stat : 21870 (manysat1.1_stat) R 21865 21865 21839 0 -1 4202560 4804 0 0 0 10208 4 0 0 24 0 4 0 641238107 121274368 21007 33554432000 134512640 135305190 4289556256 18446744073709551615 134528315 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=21868/tid=21871] ppid=21865 vsize=118432 CPUtime=102.13 cores=0-7
/proc/21868/task/21871/stat : 21871 (manysat1.1_stat) R 21865 21865 21839 0 -1 4202560 5536 0 0 0 10208 5 0 0 18 0 4 0 641238107 121274368 21007 33554432000 134512640 135305190 4289556256 18446744073709551615 134551628 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408.67
Current children cumulated vsize (KiB) 127132

[startup+162.301 s]
/proc/loadavg: 3.73 1.66 0.63 5/383 21875
/proc/meminfo: memFree=27168472/32950928 swapFree=44388876/67111528
[pid=21865] ppid=21863 vsize=8700 CPUtime=0.11 cores=0-7
/proc/21865/stat : 21865 (manysat.sh) S 21863 21865 21839 0 -1 4202496 357 1150 0 0 0 0 11 0 19 0 1 0 641238092 8908800 252 33554432000 4194304 4922060 140734502100752 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21865/statm: 2175 252 209 178 0 68 0
[pid=21868] ppid=21865 vsize=141864 CPUtime=648.48 cores=0-7
/proc/21868/stat : 21868 (manysat1.1_stat) R 21865 21865 21839 0 -1 4202496 26764 0 0 0 64827 21 0 0 25 0 4 0 641238105 145268736 26715 33554432000 134512640 135305190 4289556256 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/21868/statm: 35466 26715 84 194 0 35270 0
[pid=21868/tid=21869] ppid=21865 vsize=141864 CPUtime=162.12 cores=0-7

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

[pid=21868/tid=21870] ppid=21865 vsize=552692 CPUtime=3041.72 cores=0-7
/proc/21868/task/21870/stat : 21870 (manysat1.1_stat) R 21865 21865 21839 0 -1 4202560 51623 0 0 0 304113 59 0 0 25 0 4 0 641238107 565956608 124465 33554432000 134512640 135305190 4289556256 18446744073709551615 134528397 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=21868/tid=21871] ppid=21865 vsize=552692 CPUtime=3041.95 cores=0-7
/proc/21868/task/21871/stat : 21871 (manysat1.1_stat) R 21865 21865 21839 0 -1 4202560 25512 0 0 0 304165 30 0 0 25 0 4 0 641238107 565956608 124465 33554432000 134512640 135305190 4289556256 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12167.8
Current children cumulated vsize (KiB) 561392

[startup+3102.3 s]
/proc/loadavg: 4.01 4.01 3.83 5/383 21966
/proc/meminfo: memFree=26763920/32950928 swapFree=44388876/67111528
[pid=21865] ppid=21863 vsize=8700 CPUtime=0.11 cores=0-7
/proc/21865/stat : 21865 (manysat.sh) S 21863 21865 21839 0 -1 4202496 357 1150 0 0 0 0 11 0 19 0 1 0 641238092 8908800 252 33554432000 4194304 4922060 140734502100752 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21865/statm: 2175 252 209 178 0 68 0
[pid=21868] ppid=21865 vsize=565120 CPUtime=12407.6 cores=0-7
/proc/21868/stat : 21868 (manysat1.1_stat) R 21865 21865 21839 0 -1 4202496 127481 0 0 0 1240615 145 0 0 25 0 4 0 641238105 578682880 127432 33554432000 134512640 135305190 4289556256 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/21868/statm: 141280 127432 84 194 0 141084 0
[pid=21868/tid=21869] ppid=21865 vsize=565120 CPUtime=3101.97 cores=0-7
/proc/21868/task/21869/stat : 21869 (manysat1.1_stat) R 21865 21865 21839 0 -1 4202560 22856 0 0 0 310175 22 0 0 25 0 4 0 641238107 578682880 127432 33554432000 134512640 135305190 4289556256 18446744073709551615 134538175 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=21868/tid=21870] ppid=21865 vsize=565120 CPUtime=3101.71 cores=0-7
/proc/21868/task/21870/stat : 21870 (manysat1.1_stat) R 21865 21865 21839 0 -1 4202560 53237 0 0 0 310111 60 0 0 25 0 4 0 641238107 578682880 127432 33554432000 134512640 135305190 4289556256 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=21868/tid=21871] ppid=21865 vsize=565120 CPUtime=3101.94 cores=0-7
/proc/21868/task/21871/stat : 21871 (manysat1.1_stat) R 21865 21865 21839 0 -1 4202560 25901 0 0 0 310163 31 0 0 19 0 4 0 641238107 578682880 127432 33554432000 134512640 135305190 4289556256 18446744073709551615 134538771 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12407.7
Current children cumulated vsize (KiB) 573820

[startup+3162.3 s]
/proc/loadavg: 4.00 4.00 3.83 5/383 21967
/proc/meminfo: memFree=26762540/32950928 swapFree=44388876/67111528
[pid=21865] ppid=21863 vsize=8700 CPUtime=0.11 cores=0-7
/proc/21865/stat : 21865 (manysat.sh) S 21863 21865 21839 0 -1 4202496 357 1150 0 0 0 0 11 0 19 0 1 0 641238092 8908800 252 33554432000 4194304 4922060 140734502100752 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21865/statm: 2175 252 209 178 0 68 0
[pid=21868] ppid=21865 vsize=566280 CPUtime=12647.5 cores=0-7
/proc/21868/stat : 21868 (manysat1.1_stat) R 21865 21865 21839 0 -1 4202496 127786 0 0 0 1264605 146 0 0 25 0 4 0 641238105 579870720 127737 33554432000 134512640 135305190 4289556256 18446744073709551615 134528410 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/21868/statm: 141570 127737 84 194 0 141374 0
[pid=21868/tid=21869] ppid=21865 vsize=566280 CPUtime=3161.92 cores=0-7
/proc/21868/task/21869/stat : 21869 (manysat1.1_stat) R 21865 21865 21839 0 -1 4202560 22856 0 0 0 316169 23 0 0 25 0 4 0 641238107 579870720 127737 33554432000 134512640 135305190 4289556256 18446744073709551615 134528477 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=21868/tid=21870] ppid=21865 vsize=566280 CPUtime=3161.7 cores=0-7
/proc/21868/task/21870/stat : 21870 (manysat1.1_stat) R 21865 21865 21839 0 -1 4202560 53237 0 0 0 316109 61 0 0 25 0 4 0 641238107 579870720 127737 33554432000 134512640 135305190 4289556256 18446744073709551615 134552695 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=21868/tid=21871] ppid=21865 vsize=566280 CPUtime=3161.92 cores=0-7
/proc/21868/task/21871/stat : 21871 (manysat1.1_stat) R 21865 21865 21839 0 -1 4202560 25901 0 0 0 316161 31 0 0 25 0 4 0 641238107 579870720 127737 33554432000 134512640 135305190 4289556256 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12647.6
Current children cumulated vsize (KiB) 574980

[startup+3222.3 s]
/proc/loadavg: 4.00 4.00 3.84 5/383 21969
/proc/meminfo: memFree=26761524/32950928 swapFree=44388876/67111528
[pid=21865] ppid=21863 vsize=8700 CPUtime=0.11 cores=0-7
/proc/21865/stat : 21865 (manysat.sh) S 21863 21865 21839 0 -1 4202496 357 1150 0 0 0 0 11 0 19 0 1 0 641238092 8908800 252 33554432000 4194304 4922060 140734502100752 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21865/statm: 2175 252 209 178 0 68 0
[pid=21868] ppid=21865 vsize=567264 CPUtime=12887.5 cores=0-7
/proc/21868/stat : 21868 (manysat1.1_stat) R 21865 21865 21839 0 -1 4202496 128011 0 0 0 1288603 148 0 0 25 0 4 0 641238105 580878336 127962 33554432000 134512640 135305190 4289556256 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/21868/statm: 141816 127962 84 194 0 141620 0
[pid=21868/tid=21869] ppid=21865 vsize=567264 CPUtime=3221.92 cores=0-7
/proc/21868/task/21869/stat : 21869 (manysat1.1_stat) R 21865 21865 21839 0 -1 4202560 22885 0 0 0 322168 24 0 0 25 0 4 0 641238107 580878336 127962 33554432000 134512640 135305190 4289556256 18446744073709551615 134528338 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=21868/tid=21870] ppid=21865 vsize=567264 CPUtime=3221.69 cores=0-7
/proc/21868/task/21870/stat : 21870 (manysat1.1_stat) R 21865 21865 21839 0 -1 4202560 53266 0 0 0 322108 61 0 0 25 0 4 0 641238107 580878336 127962 33554432000 134512640 135305190 4289556256 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=21868/tid=21871] ppid=21865 vsize=567264 CPUtime=3221.92 cores=0-7
/proc/21868/task/21871/stat : 21871 (manysat1.1_stat) R 21865 21865 21839 0 -1 4202560 25901 0 0 0 322161 31 0 0 25 0 4 0 641238107 580878336 127962 33554432000 134512640 135305190 4289556256 18446744073709551615 134528332 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12887.6
Current children cumulated vsize (KiB) 575964

[startup+3282.3 s]
/proc/loadavg: 4.00 4.00 3.85 5/383 21970
/proc/meminfo: memFree=26760148/32950928 swapFree=44388876/67111528
[pid=21865] ppid=21863 vsize=8700 CPUtime=0.11 cores=0-7
/proc/21865/stat : 21865 (manysat.sh) S 21863 21865 21839 0 -1 4202496 357 1150 0 0 0 0 11 0 19 0 1 0 641238092 8908800 252 33554432000 4194304 4922060 140734502100752 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21865/statm: 2175 252 209 178 0 68 0
[pid=21868] ppid=21865 vsize=568164 CPUtime=13127.5 cores=0-7
/proc/21868/stat : 21868 (manysat1.1_stat) R 21865 21865 21839 0 -1 4202496 128356 0 0 0 1312606 148 0 0 25 0 4 0 641238105 581799936 128307 33554432000 134512640 135305190 4289556256 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/21868/statm: 142041 128307 84 194 0 141845 0
[pid=21868/tid=21869] ppid=21865 vsize=568164 CPUtime=3281.94 cores=0-7
/proc/21868/task/21869/stat : 21869 (manysat1.1_stat) R 21865 21865 21839 0 -1 4202560 22889 0 0 0 328170 24 0 0 25 0 4 0 641238107 581799936 128307 33554432000 134512640 135305190 4289556256 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=21868/tid=21870] ppid=21865 vsize=568164 CPUtime=3281.69 cores=0-7
/proc/21868/task/21870/stat : 21870 (manysat1.1_stat) R 21865 21865 21839 0 -1 4202560 53321 0 0 0 328108 61 0 0 25 0 4 0 641238107 581799936 128307 33554432000 134512640 135305190 4289556256 18446744073709551615 134570409 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=21868/tid=21871] ppid=21865 vsize=568164 CPUtime=3281.92 cores=0-7
/proc/21868/task/21871/stat : 21871 (manysat1.1_stat) R 21865 21865 21839 0 -1 4202560 25901 0 0 0 328161 31 0 0 25 0 4 0 641238107 581799936 128307 33554432000 134512640 135305190 4289556256 18446744073709551615 134528539 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 13127.7
Current children cumulated vsize (KiB) 576864

[startup+3342.3 s]
/proc/loadavg: 4.00 4.00 3.85 5/383 21972
/proc/meminfo: memFree=26759260/32950928 swapFree=44388876/67111528
[pid=21865] ppid=21863 vsize=8700 CPUtime=0.11 cores=0-7
/proc/21865/stat : 21865 (manysat.sh) S 21863 21865 21839 0 -1 4202496 357 1150 0 0 0 0 11 0 19 0 1 0 641238092 8908800 252 33554432000 4194304 4922060 140734502100752 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21865/statm: 2175 252 209 178 0 68 0
[pid=21868] ppid=21865 vsize=569136 CPUtime=13367.5 cores=0-7
/proc/21868/stat : 21868 (manysat1.1_stat) R 21865 21865 21839 0 -1 4202496 128572 0 0 0 1336598 149 0 0 25 0 4 0 641238105 582795264 128523 33554432000 134512640 135305190 4289556256 18446744073709551615 134538599 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/21868/statm: 142284 128523 84 194 0 142088 0
[pid=21868/tid=21869] ppid=21865 vsize=569136 CPUtime=3341.92 cores=0-7
/proc/21868/task/21869/stat : 21869 (manysat1.1_stat) R 21865 21865 21839 0 -1 4202560 22931 0 0 0 334168 24 0 0 25 0 4 0 641238107 582795264 128523 33554432000 134512640 135305190 4289556256 18446744073709551615 134528254 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=21868/tid=21870] ppid=21865 vsize=569136 CPUtime=3341.67 cores=0-7
/proc/21868/task/21870/stat : 21870 (manysat1.1_stat) R 21865 21865 21839 0 -1 4202560 53428 0 0 0 334106 61 0 0 25 0 4 0 641238107 582795264 128523 33554432000 134512640 135305190 4289556256 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=21868/tid=21871] ppid=21865 vsize=569136 CPUtime=3341.91 cores=0-7
/proc/21868/task/21871/stat : 21871 (manysat1.1_stat) R 21865 21865 21839 0 -1 4202560 25934 0 0 0 334160 31 0 0 25 0 4 0 641238107 582795264 128523 33554432000 134512640 135305190 4289556256 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 13367.6
Current children cumulated vsize (KiB) 577836

[startup+3402.31 s]
/proc/loadavg: 4.00 4.00 3.86 5/383 21974
/proc/meminfo: memFree=26759116/32950928 swapFree=44388876/67111528
[pid=21865] ppid=21863 vsize=8700 CPUtime=0.11 cores=0-7
/proc/21865/stat : 21865 (manysat.sh) S 21863 21865 21839 0 -1 4202496 357 1150 0 0 0 0 11 0 19 0 1 0 641238092 8908800 252 33554432000 4194304 4922060 140734502100752 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21865/statm: 2175 252 209 178 0 68 0
[pid=21868] ppid=21865 vsize=569728 CPUtime=13607.5 cores=0-7
/proc/21868/stat : 21868 (manysat1.1_stat) R 21865 21865 21839 0 -1 4202496 128669 0 0 0 1360594 151 0 0 25 0 4 0 641238105 583401472 128620 33554432000 134512640 135305190 4289556256 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/21868/statm: 142432 128620 84 194 0 142236 0
[pid=21868/tid=21869] ppid=21865 vsize=569728 CPUtime=3401.93 cores=0-7
/proc/21868/task/21869/stat : 21869 (manysat1.1_stat) R 21865 21865 21839 0 -1 4202560 22974 0 0 0 340169 24 0 0 25 0 4 0 641238107 583401472 128620 33554432000 134512640 135305190 4289556256 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=21868/tid=21870] ppid=21865 vsize=569728 CPUtime=3401.67 cores=0-7
/proc/21868/task/21870/stat : 21870 (manysat1.1_stat) R 21865 21865 21839 0 -1 4202560 53442 0 0 0 340105 62 0 0 25 0 4 0 641238107 583401472 128620 33554432000 134512640 135305190 4289556256 18446744073709551615 134528872 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=21868/tid=21871] ppid=21865 vsize=569728 CPUtime=3401.93 cores=0-7
/proc/21868/task/21871/stat : 21871 (manysat1.1_stat) R 21865 21865 21839 0 -1 4202560 25974 0 0 0 340161 32 0 0 25 0 4 0 641238107 583401472 128620 33554432000 134512640 135305190 4289556256 18446744073709551615 134551733 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 13607.6
Current children cumulated vsize (KiB) 578428

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

[startup+3403.1 s]
/proc/loadavg: 4.00 4.00 3.86 5/383 21974
/proc/meminfo: memFree=26759116/32950928 swapFree=44388876/67111528
[pid=21865] ppid=21863 vsize=8700 CPUtime=0.11 cores=0-7
/proc/21865/stat : 21865 (manysat.sh) S 21863 21865 21839 0 -1 4202496 357 1150 0 0 0 0 11 0 19 0 1 0 641238092 8908800 252 33554432000 4194304 4922060 140734502100752 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21865/statm: 2175 252 209 178 0 68 0
[pid=21868] ppid=21865 vsize=569728 CPUtime=13609.7 cores=0-7
/proc/21868/stat : 21868 (manysat1.1_stat) R 21865 21865 21839 0 -1 4202496 128669 0 0 0 1360816 151 0 0 18 0 4 0 641238105 583401472 128620 33554432000 134512640 135305190 4289556256 18446744073709551615 134529584 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/21868/statm: 142432 128620 84 194 0 142236 0
[pid=21868/tid=21869] ppid=21865 vsize=569728 CPUtime=3402.41 cores=0-7
/proc/21868/task/21869/stat : 21869 (manysat1.1_stat) S 21865 21865 21839 0 -1 4202560 22974 0 0 0 340217 24 0 0 25 0 4 0 641238107 583401472 128620 33554432000 134512640 135305190 4289556256 18446744073709551615 134657474 0 0 4096 3 18446604464697015360 0 0 -1 0 0 0 0
[pid=21868/tid=21870] ppid=21865 vsize=569728 CPUtime=3402.14 cores=0-7
/proc/21868/task/21870/stat : 21870 (manysat1.1_stat) S 21865 21865 21839 0 -1 4202560 53442 0 0 0 340152 62 0 0 25 0 4 0 641238107 583401472 128620 33554432000 134512640 135305190 4289556256 18446744073709551615 134657474 0 0 4096 3 18446604464697015360 0 0 -1 6 0 0 0
[pid=21868/tid=21871] ppid=21865 vsize=569728 CPUtime=3402.41 cores=0-7
/proc/21868/task/21871/stat : 21871 (manysat1.1_stat) S 21865 21865 21839 0 -1 4202560 25974 0 0 0 340209 32 0 0 25 0 4 0 641238107 583401472 128620 33554432000 134512640 135305190 4289556256 18446744073709551615 134657474 0 0 4096 3 18446604464697015360 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 13609.8
Current children cumulated vsize (KiB) 578428

[startup+3403.5 s]
/proc/loadavg: 4.00 4.00 3.86 2/383 21974
/proc/meminfo: memFree=26758992/32950928 swapFree=44388876/67111528
[pid=21865] ppid=21863 vsize=8700 CPUtime=0.11 cores=0-7
/proc/21865/stat : 21865 (manysat.sh) S 21863 21865 21839 0 -1 4202496 357 1150 0 0 0 0 11 0 19 0 1 0 641238092 8908800 252 33554432000 4194304 4922060 140734502100752 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21865/statm: 2175 252 209 178 0 68 0
[pid=21868] ppid=21865 vsize=569728 CPUtime=13610.1 cores=0-7
/proc/21868/stat : 21868 (manysat1.1_stat) R 21865 21865 21839 0 -1 4202496 128669 0 0 0 1360856 151 0 0 19 0 4 0 641238105 583401472 128620 33554432000 134512640 135305190 4289556256 18446744073709551615 134529371 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/21868/statm: 142432 128620 84 194 0 142236 0
[pid=21868/tid=21869] ppid=21865 vsize=569728 CPUtime=3402.41 cores=0-7
/proc/21868/task/21869/stat : 21869 (manysat1.1_stat) S 21865 21865 21839 0 -1 4202560 22974 0 0 0 340217 24 0 0 25 0 4 0 641238107 583401472 128620 33554432000 134512640 135305190 4289556256 18446744073709551615 134657474 0 0 4096 3 18446604464697015360 0 0 -1 0 0 0 0
[pid=21868/tid=21870] ppid=21865 vsize=569728 CPUtime=3402.14 cores=0-7
/proc/21868/task/21870/stat : 21870 (manysat1.1_stat) S 21865 21865 21839 0 -1 4202560 53442 0 0 0 340152 62 0 0 25 0 4 0 641238107 583401472 128620 33554432000 134512640 135305190 4289556256 18446744073709551615 134657474 0 0 4096 3 18446604464697015360 0 0 -1 6 0 0 0
[pid=21868/tid=21871] ppid=21865 vsize=569728 CPUtime=3402.41 cores=0-7
/proc/21868/task/21871/stat : 21871 (manysat1.1_stat) S 21865 21865 21839 0 -1 4202560 25974 0 0 0 340209 32 0 0 25 0 4 0 641238107 583401472 128620 33554432000 134512640 135305190 4289556256 18446744073709551615 134657474 0 0 4096 3 18446604464697015360 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 13610.2
Current children cumulated vsize (KiB) 578428

[startup+3403.7 s]
/proc/loadavg: 4.00 4.00 3.86 2/383 21974
/proc/meminfo: memFree=26758992/32950928 swapFree=44388876/67111528
[pid=21865] ppid=21863 vsize=8700 CPUtime=0.11 cores=0-7
/proc/21865/stat : 21865 (manysat.sh) S 21863 21865 21839 0 -1 4202496 357 1150 0 0 0 0 11 0 19 0 1 0 641238092 8908800 252 33554432000 4194304 4922060 140734502100752 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21865/statm: 2175 252 209 178 0 68 0
[pid=21868] ppid=21865 vsize=569728 CPUtime=13610.3 cores=0-7
/proc/21868/stat : 21868 (manysat1.1_stat) R 21865 21865 21839 0 -1 4202496 128669 0 0 0 1360876 151 0 0 19 0 4 0 641238105 583401472 128620 33554432000 134512640 135305190 4289556256 18446744073709551615 134529611 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/21868/statm: 142432 128620 84 194 0 142236 0
[pid=21868/tid=21869] ppid=21865 vsize=569728 CPUtime=3402.41 cores=0-7
/proc/21868/task/21869/stat : 21869 (manysat1.1_stat) S 21865 21865 21839 0 -1 4202560 22974 0 0 0 340217 24 0 0 25 0 4 0 641238107 583401472 128620 33554432000 134512640 135305190 4289556256 18446744073709551615 134657474 0 0 4096 3 18446604464697015360 0 0 -1 0 0 0 0
[pid=21868/tid=21870] ppid=21865 vsize=569728 CPUtime=3402.14 cores=0-7
/proc/21868/task/21870/stat : 21870 (manysat1.1_stat) S 21865 21865 21839 0 -1 4202560 53442 0 0 0 340152 62 0 0 25 0 4 0 641238107 583401472 128620 33554432000 134512640 135305190 4289556256 18446744073709551615 134657474 0 0 4096 3 18446604464697015360 0 0 -1 6 0 0 0
[pid=21868/tid=21871] ppid=21865 vsize=569728 CPUtime=3402.41 cores=0-7
/proc/21868/task/21871/stat : 21871 (manysat1.1_stat) S 21865 21865 21839 0 -1 4202560 25974 0 0 0 340209 32 0 0 25 0 4 0 641238107 583401472 128620 33554432000 134512640 135305190 4289556256 18446744073709551615 134657474 0 0 4096 3 18446604464697015360 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 13610.4
Current children cumulated vsize (KiB) 578428

Child status: 20
Real time (s): 3403.78
CPU time (s): 13610.5
CPU user time (s): 13608.9
CPU system time (s): 1.54876
CPU usage (%): 399.864
Max. virtual memory (cumulated for all children) (KiB): 578428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13608.9
system time used= 1.54876
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 130401
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= 35589
involuntary context switches= 56246

runsolver used 12.4161 second user time and 29.4175 second system time

The end

Launcher Data

Begin job on node126 at 2011-05-13 16:19:54
IDJOB=3361862
IDBENCH=20399
IDSOLVER=1839
FILE ID=node126/3361862-1305296393
RUNJOBID= node126-1305296393-21853
PBS_JOBID= 13321427
Free space on /tmp= 50536 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT07/industrial/fuhs/hard/AProVE07-01.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3361862-1305296393/watcher-3361862-1305296393 -o /tmp/evaluation-result-3361862-1305296393/solver-3361862-1305296393 -C 40000 -W 5100 -M 31000  manysat.sh HOME/instance-3361862-1305296393.cnf aimd 1

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

MD5SUM BENCH= d2f77e32530988f77dca5112174eee00
RANDOM SEED=651379086

node126.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.783
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.56
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.783
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.783
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
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.74
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.783
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.80
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.783
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.783
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.82
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.783
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      27275904 kB
Buffers:        204604 kB
Cached:        2270708 kB
SwapCached:      92524 kB
Active:         623664 kB
Inactive:      4808872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      27275904 kB
SwapTotal:    67111528 kB
SwapFree:     44388876 kB
Dirty:            1948 kB
Writeback:           0 kB
AnonPages:     2877504 kB
Mapped:          14232 kB
Slab:           100216 kB
PageTables:      75440 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 88084552 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= 50536 MiB
End job on node126 at 2011-05-13 17:16:38