Trace number 3361887

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 2432.4 610.334

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k45.cnf
MD5SUM8a76c8add64173ae39149aae572a02d9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark185.162
Satisfiable
(Un)Satisfiability was proved
Number of variables37432
Number of clauses147345
Sum of the clauses size401667
Maximum clause length37
Minimum clause length1
Number of clauses of size 1603
Number of clauses of size 269621
Number of clauses of size 371450
Number of clauses of size 4266
Number of clauses of size 5505
Number of clauses of size over 54900

Solver Data

0.00/0.00	c Parsing...
0.00/0.07	c ==============================================================================
0.00/0.07	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.07	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.07	c ==============================================================================
0.00/0.07	c |         0 |  146742   401064 |   44022       0        0     nan |  0.000 % |
0.00/0.45	c |         0 |  115375   420177 |      --       0       --      -- |     --   | -29465/24802
0.00/0.45	c ==============================================================================
0.00/0.45	c Result  :   #vars: 15837   #clauses: 115375   #literals: 420177
0.00/0.45	c CPU time:   0.435933 s
0.00/0.45	c ==============================================================================
2432.33/610.30	c This is ManySAT 1.1 : 4 thread(s) on 4 core(s).
2432.33/610.30	c ============================[ Problem Statistics ]=============================
2432.33/610.30	c |                                                                             |
2432.33/610.30	c threadId              : 0
2432.33/610.30	c restarts              : 3042
2432.33/610.30	c conflicts             : 2403471        (989 /sec)
2432.33/610.30	c decisions             : 4414946        (1.04 % random) (1816 /sec)
2432.33/610.30	c propagations          : 937801643      (385800 /sec)
2432.33/610.30	c conflict literals     : 141092627      (19.22 % deleted)
2432.33/610.30	c Memory used           : 579.45 MB
2432.33/610.30	c CPU time              : 2430.8 s
2432.33/610.30	
2432.33/610.30	c --->m=4, e=8, aimd=1, HOME/29156_many.cnf	time: 607.699	conflicts: 2403471      
2432.33/610.32	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-3361887-1305296393/watcher-3361887-1305296393 -o /tmp/evaluation-result-3361887-1305296393/solver-3361887-1305296393 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3361887-1305296393.cnf aimd 1 

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

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


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 2/285 29156
/proc/meminfo: memFree=29534160/32951124 swapFree=54427468/67111528
[pid=29156] ppid=29153 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29156/stat : 29156 (manysat.sh) S 29153 29156 29121 0 -1 4202496 330 0 0 0 0 0 0 0 20 0 1 0 641237312 8908800 250 33554432000 4194304 4922060 140735451445648 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29156/statm: 2175 250 209 178 0 68 0

[startup+0.022517 s]
/proc/loadavg: 0.00 0.00 0.00 2/285 29156
/proc/meminfo: memFree=29534160/32951124 swapFree=54427468/67111528
[pid=29156] ppid=29153 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29156/stat : 29156 (manysat.sh) S 29153 29156 29121 0 -1 4202496 330 0 0 0 0 0 0 0 20 0 1 0 641237312 8908800 250 33554432000 4194304 4922060 140735451445648 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29156/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100502 s]
/proc/loadavg: 0.00 0.00 0.00 2/285 29156
/proc/meminfo: memFree=29534160/32951124 swapFree=54427468/67111528
[pid=29156] ppid=29153 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29156/stat : 29156 (manysat.sh) S 29153 29156 29121 0 -1 4202496 330 0 0 0 0 0 0 0 20 0 1 0 641237312 8908800 250 33554432000 4194304 4922060 140735451445648 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29156/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300482 s]
/proc/loadavg: 0.00 0.00 0.00 2/285 29156
/proc/meminfo: memFree=29534160/32951124 swapFree=54427468/67111528
[pid=29156] ppid=29153 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29156/stat : 29156 (manysat.sh) S 29153 29156 29121 0 -1 4202496 330 0 0 0 0 0 0 0 20 0 1 0 641237312 8908800 250 33554432000 4194304 4922060 140735451445648 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29156/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700368 s]
/proc/loadavg: 0.00 0.00 0.00 2/285 29156
/proc/meminfo: memFree=29534160/32951124 swapFree=54427468/67111528
[pid=29156] ppid=29153 vsize=8700 CPUtime=0.52 cores=0,2,4,6
/proc/29156/stat : 29156 (manysat.sh) S 29153 29156 29121 0 -1 4202496 357 6403 0 0 0 0 51 1 15 0 1 0 641237312 8908800 253 33554432000 4194304 4922060 140735451445648 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29156/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 8700

[startup+1.50119 s]
/proc/loadavg: 0.00 0.00 0.00 11/297 29170
/proc/meminfo: memFree=29446784/32951124 swapFree=54427468/67111528
[pid=29156] ppid=29153 vsize=8700 CPUtime=0.52 cores=0,2,4,6
/proc/29156/stat : 29156 (manysat.sh) S 29153 29156 29121 0 -1 4202496 357 6403 0 0 0 0 51 1 15 0 1 0 641237312 8908800 253 33554432000 4194304 4922060 140735451445648 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29156/statm: 2175 253 209 178 0 68 0
[pid=29163] ppid=29156 vsize=76852 CPUtime=3.34 cores=0,2,4,6
/proc/29163/stat : 29163 (manysat1.1_stat) R 29156 29156 29121 0 -1 4202496 10691 0 0 0 331 3 0 0 19 0 4 0 641237366 78696448 10642 33554432000 134512640 135305190 4290912528 18446744073709551615 134528536 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/29163/statm: 19213 10642 84 194 0 19017 0
[pid=29163/tid=29165] ppid=29156 vsize=76852 CPUtime=0.78 cores=0,2,4,6
/proc/29163/task/29165/stat : 29165 (manysat1.1_stat) R 29156 29156 29121 0 -1 4202560 657 0 0 0 78 0 0 0 18 0 4 0 641237381 78696448 10642 33554432000 134512640 135305190 4290912528 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=29163/tid=29166] ppid=29156 vsize=76852 CPUtime=0.78 cores=0,2,4,6
/proc/29163/task/29166/stat : 29166 (manysat1.1_stat) R 29156 29156 29121 0 -1 4202560 649 0 0 0 78 0 0 0 18 0 4 0 641237381 78696448 10642 33554432000 134512640 135305190 4290912528 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=29163/tid=29167] ppid=29156 vsize=76852 CPUtime=0.8 cores=0,2,4,6
/proc/29163/task/29167/stat : 29167 (manysat1.1_stat) R 29156 29156 29121 0 -1 4202560 865 0 0 0 80 0 0 0 19 0 4 0 641237381 78696448 10643 33554432000 134512640 135305190 4290912528 18446744073709551615 134528777 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.86
Current children cumulated vsize (KiB) 85552

[startup+3.1009 s]
/proc/loadavg: 0.64 0.13 0.04 10/297 29170
/proc/meminfo: memFree=29425332/32951124 swapFree=54427468/67111528
[pid=29156] ppid=29153 vsize=8700 CPUtime=0.52 cores=0,2,4,6
/proc/29156/stat : 29156 (manysat.sh) S 29153 29156 29121 0 -1 4202496 357 6403 0 0 0 0 51 1 15 0 1 0 641237312 8908800 253 33554432000 4194304 4922060 140735451445648 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29156/statm: 2175 253 209 178 0 68 0
[pid=29163] ppid=29156 vsize=88656 CPUtime=9.72 cores=0,2,4,6
/proc/29163/stat : 29163 (manysat1.1_stat) R 29156 29156 29121 0 -1 4202496 13830 0 0 0 967 5 0 0 22 0 4 0 641237366 90783744 13781 33554432000 134512640 135305190 4290912528 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/29163/statm: 22164 13781 84 194 0 21968 0
[pid=29163/tid=29165] ppid=29156 vsize=88656 CPUtime=2.38 cores=0,2,4,6
/proc/29163/task/29165/stat : 29165 (manysat1.1_stat) R 29156 29156 29121 0 -1 4202560 1208 0 0 0 238 0 0 0 22 0 4 0 641237381 90783744 13782 33554432000 134512640 135305190 4290912528 18446744073709551615 134530682 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=29163/tid=29166] ppid=29156 vsize=88656 CPUtime=2.38 cores=0,2,4,6
/proc/29163/task/29166/stat : 29166 (manysat1.1_stat) R 29156 29156 29121 0 -1 4202560 1516 0 0 0 237 1 0 0 18 0 4 0 641237381 90783744 13782 33554432000 134512640 135305190 4290912528 18446744073709551615 134552824 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=29163/tid=29167] ppid=29156 vsize=88656 CPUtime=2.4 cores=0,2,4,6
/proc/29163/task/29167/stat : 29167 (manysat1.1_stat) R 29156 29156 29121 0 -1 4202560 1822 0 0 0 239 1 0 0 22 0 4 0 641237381 90783744 13782 33554432000 134512640 135305190 4290912528 18446744073709551615 134840070 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 10.24
Current children cumulated vsize (KiB) 97356

[startup+6.30031 s]
/proc/loadavg: 0.64 0.13 0.04 9/297 29170
/proc/meminfo: memFree=29383072/32951124 swapFree=54427468/67111528
[pid=29156] ppid=29153 vsize=8700 CPUtime=0.52 cores=0,2,4,6
/proc/29156/stat : 29156 (manysat.sh) S 29153 29156 29121 0 -1 4202496 357 6403 0 0 0 0 51 1 15 0 1 0 641237312 8908800 253 33554432000 4194304 4922060 140735451445648 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29156/statm: 2175 253 209 178 0 68 0
[pid=29163] ppid=29156 vsize=105760 CPUtime=22.48 cores=0,2,4,6
/proc/29163/stat : 29163 (manysat1.1_stat) R 29156 29156 29121 0 -1 4202496 18054 0 0 0 2241 7 0 0 25 0 4 0 641237366 108298240 18005 33554432000 134512640 135305190 4290912528 18446744073709551615 134528861 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/29163/statm: 26440 18005 84 194 0 26244 0
[pid=29163/tid=29165] ppid=29156 vsize=105760 CPUtime=5.58 cores=0,2,4,6
/proc/29163/task/29165/stat : 29165 (manysat1.1_stat) R 29156 29156 29121 0 -1 4202560 2073 0 0 0 557 1 0 0 25 0 4 0 641237381 108298240 18005 33554432000 134512640 135305190 4290912528 18446744073709551615 134528329 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=29163/tid=29166] ppid=29156 vsize=105760 CPUtime=5.54 cores=0,2,4,6
/proc/29163/task/29166/stat : 29166 (manysat1.1_stat) R 29156 29156 29121 0 -1 4202560 2354 0 0 0 553 1 0 0 25 0 4 0 641237381 108298240 18005 33554432000 134512640 135305190 4290912528 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=29163/tid=29167] ppid=29156 vsize=105760 CPUtime=5.59 cores=0,2,4,6
/proc/29163/task/29167/stat : 29167 (manysat1.1_stat) R 29156 29156 29121 0 -1 4202560 3077 0 0 0 558 1 0 0 25 0 4 0 641237381 108298240 18005 33554432000 134512640 135305190 4290912528 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 23
Current children cumulated vsize (KiB) 114460

[startup+12.7012 s]
/proc/loadavg: 1.77 0.39 0.13 9/297 29171
/proc/meminfo: memFree=29327284/32951124 swapFree=54427468/67111528
[pid=29156] ppid=29153 vsize=8700 CPUtime=0.52 cores=0,2,4,6
/proc/29156/stat : 29156 (manysat.sh) S 29153 29156 29121 0 -1 4202496 357 6403 0 0 0 0 51 1 15 0 1 0 641237312 8908800 253 33554432000 4194304 4922060 140735451445648 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29156/statm: 2175 253 209 178 0 68 0
[pid=29163] ppid=29156 vsize=134120 CPUtime=48.02 cores=0,2,4,6
/proc/29163/stat : 29163 (manysat1.1_stat) R 29156 29156 29121 0 -1 4202496 25144 0 0 0 4791 11 0 0 25 0 4 0 641237366 137338880 25095 33554432000 134512640 135305190 4290912528 18446744073709551615 134528421 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/29163/statm: 33530 25095 84 194 0 33334 0
[pid=29163/tid=29165] ppid=29156 vsize=134120 CPUtime=11.98 cores=0,2,4,6
/proc/29163/task/29165/stat : 29165 (manysat1.1_stat) R 29156 29156 29121 0 -1 4202560 3442 0 0 0 1196 2 0 0 25 0 4 0 641237381 137338880 25095 33554432000 134512640 135305190 4290912528 18446744073709551615 134530636 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=29163/tid=29166] ppid=29156 vsize=134120 CPUtime=11.88 cores=0,2,4,6
/proc/29163/task/29166/stat : 29166 (manysat1.1_stat) R 29156 29156 29121 0 -1 4202560 4229 0 0 0 1186 2 0 0 25 0 4 0 641237381 137338880 25095 33554432000 134512640 135305190 4290912528 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=29163/tid=29167] ppid=29156 vsize=134120 CPUtime=11.99 cores=0,2,4,6
/proc/29163/task/29167/stat : 29167 (manysat1.1_stat) R 29156 29156 29121 0 -1 4202560 4991 0 0 0 1197 2 0 0 25 0 4 0 641237381 137338880 25095 33554432000 134512640 135305190 4290912528 18446744073709551615 134840070 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 48.54
Current children cumulated vsize (KiB) 142820

[startup+25.5008 s]
/proc/loadavg: 2.73 0.64 0.21 10/297 29171
/proc/meminfo: memFree=29267000/32951124 swapFree=54427468/67111528
[pid=29156] ppid=29153 vsize=8700 CPUtime=0.52 cores=0,2,4,6
/proc/29156/stat : 29156 (manysat.sh) S 29153 29156 29121 0 -1 4202496 357 6403 0 0 0 0 51 1 15 0 1 0 641237312 8908800 253 33554432000 4194304 4922060 140735451445648 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29156/statm: 2175 253 209 178 0 68 0
[pid=29163] ppid=29156 vsize=168300 CPUtime=99.06 cores=0,2,4,6
/proc/29163/stat : 29163 (manysat1.1_stat) R 29156 29156 29121 0 -1 4202496 33347 0 0 0 9889 17 0 0 25 0 4 0 641237366 172339200 33298 33554432000 134512640 135305190 4290912528 18446744073709551615 134528145 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/29163/statm: 42075 33298 84 194 0 41879 0
[pid=29163/tid=29165] ppid=29156 vsize=168300 CPUtime=24.77 cores=0,2,4,6
/proc/29163/task/29165/stat : 29165 (manysat1.1_stat) R 29156 29156 29121 0 -1 4202560 4965 0 0 0 2474 3 0 0 25 0 4 0 641237381 172339200 33298 33554432000 134512640 135305190 4290912528 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=29163/tid=29166] ppid=29156 vsize=168300 CPUtime=24.53 cores=0,2,4,6
/proc/29163/task/29166/stat : 29166 (manysat1.1_stat) R 29156 29156 29121 0 -1 4202560 5954 0 0 0 2451 2 0 0 25 0 4 0 641237381 172339200 33298 33554432000 134512640 135305190 4290912528 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=29163/tid=29167] ppid=29156 vsize=168300 CPUtime=24.78 cores=0,2,4,6
/proc/29163/task/29167/stat : 29167 (manysat1.1_stat) R 29156 29156 29121 0 -1 4202560 7817 0 0 0 2474 4 0 0 25 0 4 0 641237381 172339200 33298 33554432000 134512640 135305190 4290912528 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 99.58
Current children cumulated vsize (KiB) 177000

[startup+51.1012 s]
/proc/loadavg: 4.53 1.23 0.42 9/297 29172
/proc/meminfo: memFree=29176864/32951124 swapFree=54427468/67111528
[pid=29156] ppid=29153 vsize=8700 CPUtime=0.52 cores=0,2,4,6
/proc/29156/stat : 29156 (manysat.sh) S 29153 29156 29121 0 -1 4202496 357 6403 0 0 0 0 51 1 15 0 1 0 641237312 8908800 253 33554432000 4194304 4922060 140735451445648 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29156/statm: 2175 253 209 178 0 68 0
[pid=29163] ppid=29156 vsize=204116 CPUtime=201.19 cores=0,2,4,6
/proc/29163/stat : 29163 (manysat1.1_stat) R 29156 29156 29121 0 -1 4202496 42312 0 0 0 20097 22 0 0 25 0 4 0 641237366 209014784 42263 33554432000 134512640 135305190 4290912528 18446744073709551615 134528851 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/29163/statm: 51029 42263 84 194 0 50833 0
[pid=29163/tid=29165] ppid=29156 vsize=204248 CPUtime=50.37 cores=0,2,4,6
/proc/29163/task/29165/stat : 29165 (manysat1.1_stat) R 29156 29156 29121 0 -1 4202560 6621 0 0 0 5033 4 0 0 25 0 4 0 641237381 209149952 42264 33554432000 134512640 135305190 4290912528 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=29163/tid=29166] ppid=29156 vsize=204244 CPUtime=49.9 cores=0,2,4,6
/proc/29163/task/29166/stat : 29166 (manysat1.1_stat) R 29156 29156 29121 0 -1 4202560 8391 0 0 0 4987 3 0 0 25 0 4 0 641237381 209145856 42264 33554432000 134512640 135305190 4290912528 18446744073709551615 134528571 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=29163/tid=29167] ppid=29156 vsize=204244 CPUtime=50.36 cores=0,2,4,6
/proc/29163/task/29167/stat : 29167 (manysat1.1_stat) R 29156 29156 29121 0 -1 4202560 10472 0 0 0 5030 6 0 0 25 0 4 0 641237381 209145856 42264 33554432000 134512640 135305190 4290912528 18446744073709551615 135017758 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 201.71
Current children cumulated vsize (KiB) 212816

[startup+102.311 s]
/proc/loadavg: 6.68 2.40 0.86 10/297 29173
/proc/meminfo: memFree=29092028/32951124 swapFree=54427468/67111528
[pid=29156] ppid=29153 vsize=8700 CPUtime=0.52 cores=0,2,4,6
/proc/29156/stat : 29156 (manysat.sh) S 29153 29156 29121 0 -1 4202496 357 6403 0 0 0 0 51 1 15 0 1 0 641237312 8908800 253 33554432000 4194304 4922060 140735451445648 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29156/statm: 2175 253 209 178 0 68 0
[pid=29163] ppid=29156 vsize=255064 CPUtime=405.49 cores=0,2,4,6
/proc/29163/stat : 29163 (manysat1.1_stat) R 29156 29156 29121 0 -1 4202496 55121 0 0 0 40519 30 0 0 25 0 4 0 641237366 261185536 55072 33554432000 134512640 135305190 4290912528 18446744073709551615 134528536 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/29163/statm: 63766 55072 84 194 0 63570 0
[pid=29163/tid=29165] ppid=29156 vsize=255064 CPUtime=101.56 cores=0,2,4,6
/proc/29163/task/29165/stat : 29165 (manysat1.1_stat) R 29156 29156 29121 0 -1 4202560 8890 0 0 0 10150 6 0 0 25 0 4 0 641237381 261185536 55072 33554432000 134512640 135305190 4290912528 18446744073709551615 134541935 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=29163/tid=29166] ppid=29156 vsize=255064 CPUtime=100.62 cores=0,2,4,6
/proc/29163/task/29166/stat : 29166 (manysat1.1_stat) R 29156 29156 29121 0 -1 4202560 12128 0 0 0 10057 5 0 0 25 0 4 0 641237381 261185536 55072 33554432000 134512640 135305190 4290912528 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=29163/tid=29167] ppid=29156 vsize=255064 CPUtime=101.57 cores=0,2,4,6
/proc/29163/task/29167/stat : 29167 (manysat1.1_stat) R 29156 29156 29121 0 -1 4202560 14241 0 0 0 10148 9 0 0 25 0 4 0 641237381 261185536 55072 33554432000 134512640 135305190 4290912528 18446744073709551615 134530657 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 406.01
Current children cumulated vsize (KiB) 263764

[startup+162.301 s]
/proc/loadavg: 7.55 3.43 1.31 10/297 29175
/proc/meminfo: memFree=28917404/32951124 swapFree=54427468/67111528
[pid=29156] ppid=29153 vsize=8700 CPUtime=0.52 cores=0,2,4,6
/proc/29156/stat : 29156 (manysat.sh) S 29153 29156 29121 0 -1 4202496 357 6403 0 0 0 0 51 1 15 0 1 0 641237312 8908800 253 33554432000 4194304 4922060 140735451445648 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29156/statm: 2175 253 209 178 0 68 0
[pid=29163] ppid=29156 vsize=326320 CPUtime=644.82 cores=0,2,4,6
/proc/29163/stat : 29163 (manysat1.1_stat) R 29156 29156 29121 0 -1 4202496 72846 0 0 0 64438 44 0 0 25 0 4 0 641237366 334151680 72797 33554432000 134512640 135305190 4290912528 18446744073709551615 134835033 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/29163/statm: 81580 72797 84 194 0 81384 0
[pid=29163/tid=29165] ppid=29156 vsize=326320 CPUtime=161.54 cores=0,2,4,6

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

[pid=29163/tid=29166] ppid=29156 vsize=497456 CPUtime=458.83 cores=0,2,4,6
/proc/29163/task/29166/stat : 29166 (manysat1.1_stat) R 29156 29156 29121 0 -1 4202560 32148 0 0 0 45862 21 0 0 25 0 4 0 641237381 509394944 114724 33554432000 134512640 135305190 4290912528 18446744073709551615 134554658 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=29163/tid=29167] ppid=29156 vsize=497456 CPUtime=460.07 cores=0,2,4,6
/proc/29163/task/29167/stat : 29167 (manysat1.1_stat) R 29156 29156 29121 0 -1 4202560 32499 0 0 0 45982 25 0 0 25 0 4 0 641237381 509394944 114724 33554432000 134512640 135305190 4290912528 18446744073709551615 134541873 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1841.98
Current children cumulated vsize (KiB) 506156

[startup+522.301 s]
/proc/loadavg: 8.19 6.69 3.46 10/297 29184
/proc/meminfo: memFree=28521804/32951124 swapFree=54427468/67111528
[pid=29156] ppid=29153 vsize=8700 CPUtime=0.52 cores=0,2,4,6
/proc/29156/stat : 29156 (manysat.sh) S 29153 29156 29121 0 -1 4202496 357 6403 0 0 0 0 51 1 15 0 1 0 641237312 8908800 253 33554432000 4194304 4922060 140735451445648 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29156/statm: 2175 253 209 178 0 68 0
[pid=29163] ppid=29156 vsize=524008 CPUtime=2080.8 cores=0,2,4,6
/proc/29163/stat : 29163 (manysat1.1_stat) R 29156 29156 29121 0 -1 4202496 121116 0 0 0 207989 91 0 0 25 0 4 0 641237366 536584192 121067 33554432000 134512640 135305190 4290912528 18446744073709551615 134528240 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/29163/statm: 131002 121067 84 194 0 130806 0
[pid=29163/tid=29165] ppid=29156 vsize=524008 CPUtime=520.97 cores=0,2,4,6
/proc/29163/task/29165/stat : 29165 (manysat1.1_stat) R 29156 29156 29121 0 -1 4202560 19186 0 0 0 52081 16 0 0 25 0 4 0 641237381 536584192 121067 33554432000 134512640 135305190 4290912528 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=29163/tid=29166] ppid=29156 vsize=524008 CPUtime=518.33 cores=0,2,4,6
/proc/29163/task/29166/stat : 29166 (manysat1.1_stat) R 29156 29156 29121 0 -1 4202560 34172 0 0 0 51809 24 0 0 25 0 4 0 641237381 536584192 121067 33554432000 134512640 135305190 4290912528 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=29163/tid=29167] ppid=29156 vsize=524008 CPUtime=520.07 cores=0,2,4,6
/proc/29163/task/29167/stat : 29167 (manysat1.1_stat) R 29156 29156 29121 0 -1 4202560 34441 0 0 0 51979 28 0 0 25 0 4 0 641237381 536584192 121067 33554432000 134512640 135305190 4290912528 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2081.32
Current children cumulated vsize (KiB) 532708

[startup+582.301 s]
/proc/loadavg: 8.06 6.94 3.76 10/297 29186
/proc/meminfo: memFree=28451444/32951124 swapFree=54427468/67111528
[pid=29156] ppid=29153 vsize=8700 CPUtime=0.52 cores=0,2,4,6
/proc/29156/stat : 29156 (manysat.sh) S 29153 29156 29121 0 -1 4202496 357 6403 0 0 0 0 51 1 15 0 1 0 641237312 8908800 253 33554432000 4194304 4922060 140735451445648 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29156/statm: 2175 253 209 178 0 68 0
[pid=29163] ppid=29156 vsize=587064 CPUtime=2320.13 cores=0,2,4,6
/proc/29163/stat : 29163 (manysat1.1_stat) R 29156 29156 29121 0 -1 4202496 136245 0 0 0 231912 101 0 0 25 0 4 0 641237366 601153536 136196 33554432000 134512640 135305190 4290912528 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/29163/statm: 146766 136196 84 194 0 146570 0
[pid=29163/tid=29165] ppid=29156 vsize=587064 CPUtime=580.96 cores=0,2,4,6
/proc/29163/task/29165/stat : 29165 (manysat1.1_stat) R 29156 29156 29121 0 -1 4202560 21342 0 0 0 58079 17 0 0 25 0 4 0 641237381 601153536 136196 33554432000 134512640 135305190 4290912528 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=29163/tid=29166] ppid=29156 vsize=587064 CPUtime=578.27 cores=0,2,4,6
/proc/29163/task/29166/stat : 29166 (manysat1.1_stat) R 29156 29156 29121 0 -1 4202560 40369 0 0 0 57799 28 0 0 25 0 4 0 641237381 601153536 136196 33554432000 134512640 135305190 4290912528 18446744073709551615 134528245 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=29163/tid=29167] ppid=29156 vsize=587064 CPUtime=580.02 cores=0,2,4,6
/proc/29163/task/29167/stat : 29167 (manysat1.1_stat) R 29156 29156 29121 0 -1 4202560 38416 0 0 0 57972 30 0 0 25 0 4 0 641237381 601153536 136196 33554432000 134512640 135305190 4290912528 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2320.65
Current children cumulated vsize (KiB) 595764

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

[startup+588.701 s]
/proc/loadavg: 8.06 6.96 3.78 10/297 29186
/proc/meminfo: memFree=28448592/32951124 swapFree=54427468/67111528
[pid=29156] ppid=29153 vsize=8700 CPUtime=0.52 cores=0,2,4,6
/proc/29156/stat : 29156 (manysat.sh) S 29153 29156 29121 0 -1 4202496 357 6403 0 0 0 0 51 1 15 0 1 0 641237312 8908800 253 33554432000 4194304 4922060 140735451445648 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29156/statm: 2175 253 209 178 0 68 0
[pid=29163] ppid=29156 vsize=589324 CPUtime=2345.68 cores=0,2,4,6
/proc/29163/stat : 29163 (manysat1.1_stat) R 29156 29156 29121 0 -1 4202496 136741 0 0 0 234466 102 0 0 25 0 4 0 641237366 603467776 136692 33554432000 134512640 135305190 4290912528 18446744073709551615 134528319 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/29163/statm: 147331 136692 84 194 0 147135 0
[pid=29163/tid=29165] ppid=29156 vsize=589324 CPUtime=587.36 cores=0,2,4,6
/proc/29163/task/29165/stat : 29165 (manysat1.1_stat) R 29156 29156 29121 0 -1 4202560 21435 0 0 0 58719 17 0 0 25 0 4 0 641237381 603467776 136692 33554432000 134512640 135305190 4290912528 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=29163/tid=29166] ppid=29156 vsize=589324 CPUtime=584.67 cores=0,2,4,6
/proc/29163/task/29166/stat : 29166 (manysat1.1_stat) R 29156 29156 29121 0 -1 4202560 40653 0 0 0 58439 28 0 0 25 0 4 0 641237381 603467776 136692 33554432000 134512640 135305190 4290912528 18446744073709551615 134528557 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=29163/tid=29167] ppid=29156 vsize=589324 CPUtime=586.42 cores=0,2,4,6
/proc/29163/task/29167/stat : 29167 (manysat1.1_stat) R 29156 29156 29121 0 -1 4202560 38416 0 0 0 58612 30 0 0 25 0 4 0 641237381 603467776 136692 33554432000 134512640 135305190 4290912528 18446744073709551615 134528408 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2346.2
Current children cumulated vsize (KiB) 598024

[startup+601.501 s]
/proc/loadavg: 8.05 6.99 3.83 9/297 29186
/proc/meminfo: memFree=28444492/32951124 swapFree=54427468/67111528
[pid=29156] ppid=29153 vsize=8700 CPUtime=0.52 cores=0,2,4,6
/proc/29156/stat : 29156 (manysat.sh) S 29153 29156 29121 0 -1 4202496 357 6403 0 0 0 0 51 1 15 0 1 0 641237312 8908800 253 33554432000 4194304 4922060 140735451445648 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29156/statm: 2175 253 209 178 0 68 0
[pid=29163] ppid=29156 vsize=592308 CPUtime=2396.69 cores=0,2,4,6
/proc/29163/stat : 29163 (manysat1.1_stat) R 29156 29156 29121 0 -1 4202496 137525 0 0 0 239566 103 0 0 25 0 4 0 641237366 606523392 137476 33554432000 134512640 135305190 4290912528 18446744073709551615 134528415 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/29163/statm: 148077 137476 84 194 0 147881 0
[pid=29163/tid=29165] ppid=29156 vsize=592308 CPUtime=600.12 cores=0,2,4,6
/proc/29163/task/29165/stat : 29165 (manysat1.1_stat) R 29156 29156 29121 0 -1 4202560 21560 0 0 0 59994 18 0 0 25 0 4 0 641237381 606523392 137476 33554432000 134512640 135305190 4290912528 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=29163/tid=29166] ppid=29156 vsize=592308 CPUtime=597.45 cores=0,2,4,6
/proc/29163/task/29166/stat : 29166 (manysat1.1_stat) R 29156 29156 29121 0 -1 4202560 41131 0 0 0 59717 28 0 0 25 0 4 0 641237381 606523392 137476 33554432000 134512640 135305190 4290912528 18446744073709551615 134528319 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=29163/tid=29167] ppid=29156 vsize=592308 CPUtime=599.22 cores=0,2,4,6
/proc/29163/task/29167/stat : 29167 (manysat1.1_stat) R 29156 29156 29121 0 -1 4202560 38424 0 0 0 59891 31 0 0 25 0 4 0 641237381 606523392 137476 33554432000 134512640 135305190 4290912528 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2397.21
Current children cumulated vsize (KiB) 601008

[startup+604.701 s]
/proc/loadavg: 8.05 7.01 3.85 10/297 29186
/proc/meminfo: memFree=28444364/32951124 swapFree=54427468/67111528
[pid=29156] ppid=29153 vsize=8700 CPUtime=0.52 cores=0,2,4,6
/proc/29156/stat : 29156 (manysat.sh) S 29153 29156 29121 0 -1 4202496 357 6403 0 0 0 0 51 1 15 0 1 0 641237312 8908800 253 33554432000 4194304 4922060 140735451445648 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29156/statm: 2175 253 209 178 0 68 0
[pid=29163] ppid=29156 vsize=592604 CPUtime=2409.46 cores=0,2,4,6
/proc/29163/stat : 29163 (manysat1.1_stat) R 29156 29156 29121 0 -1 4202496 137595 0 0 0 240842 104 0 0 25 0 4 0 641237366 606826496 137546 33554432000 134512640 135305190 4290912528 18446744073709551615 134528408 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/29163/statm: 148151 137546 84 194 0 147955 0
[pid=29163/tid=29165] ppid=29156 vsize=592604 CPUtime=603.32 cores=0,2,4,6
/proc/29163/task/29165/stat : 29165 (manysat1.1_stat) R 29156 29156 29121 0 -1 4202560 21560 0 0 0 60314 18 0 0 25 0 4 0 641237381 606826496 137546 33554432000 134512640 135305190 4290912528 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=29163/tid=29166] ppid=29156 vsize=592604 CPUtime=600.64 cores=0,2,4,6
/proc/29163/task/29166/stat : 29166 (manysat1.1_stat) R 29156 29156 29121 0 -1 4202560 41149 0 0 0 60036 28 0 0 25 0 4 0 641237381 606826496 137546 33554432000 134512640 135305190 4290912528 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=29163/tid=29167] ppid=29156 vsize=592604 CPUtime=602.42 cores=0,2,4,6
/proc/29163/task/29167/stat : 29167 (manysat1.1_stat) R 29156 29156 29121 0 -1 4202560 38426 0 0 0 60211 31 0 0 25 0 4 0 641237381 606826496 137546 33554432000 134512640 135305190 4290912528 18446744073709551615 134559196 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2409.98
Current children cumulated vsize (KiB) 601304

[startup+607.901 s]
/proc/loadavg: 8.04 7.03 3.87 10/297 29186
/proc/meminfo: memFree=28443620/32951124 swapFree=54427468/67111528
[pid=29156] ppid=29153 vsize=8700 CPUtime=0.52 cores=0,2,4,6
/proc/29156/stat : 29156 (manysat.sh) S 29153 29156 29121 0 -1 4202496 357 6403 0 0 0 0 51 1 15 0 1 0 641237312 8908800 253 33554432000 4194304 4922060 140735451445648 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29156/statm: 2175 253 209 178 0 68 0
[pid=29163] ppid=29156 vsize=593192 CPUtime=2422.23 cores=0,2,4,6
/proc/29163/stat : 29163 (manysat1.1_stat) R 29156 29156 29121 0 -1 4202496 137715 0 0 0 242119 104 0 0 25 0 4 0 641237366 607428608 137666 33554432000 134512640 135305190 4290912528 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/29163/statm: 148298 137666 84 194 0 148102 0
[pid=29163/tid=29165] ppid=29156 vsize=593192 CPUtime=606.52 cores=0,2,4,6
/proc/29163/task/29165/stat : 29165 (manysat1.1_stat) R 29156 29156 29121 0 -1 4202560 21560 0 0 0 60634 18 0 0 25 0 4 0 641237381 607428608 137666 33554432000 134512640 135305190 4290912528 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=29163/tid=29166] ppid=29156 vsize=593192 CPUtime=603.85 cores=0,2,4,6
/proc/29163/task/29166/stat : 29166 (manysat1.1_stat) R 29156 29156 29121 0 -1 4202560 41149 0 0 0 60357 28 0 0 25 0 4 0 641237381 607428608 137666 33554432000 134512640 135305190 4290912528 18446744073709551615 134552349 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=29163/tid=29167] ppid=29156 vsize=593192 CPUtime=605.62 cores=0,2,4,6
/proc/29163/task/29167/stat : 29167 (manysat1.1_stat) R 29156 29156 29121 0 -1 4202560 38464 0 0 0 60531 31 0 0 25 0 4 0 641237381 607428608 137666 33554432000 134512640 135305190 4290912528 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2422.75
Current children cumulated vsize (KiB) 601892

[startup+609.501 s]
/proc/loadavg: 8.04 7.03 3.87 10/297 29186
/proc/meminfo: memFree=28443248/32951124 swapFree=54427468/67111528
[pid=29156] ppid=29153 vsize=8700 CPUtime=0.52 cores=0,2,4,6
/proc/29156/stat : 29156 (manysat.sh) S 29153 29156 29121 0 -1 4202496 357 6403 0 0 0 0 51 1 15 0 1 0 641237312 8908800 253 33554432000 4194304 4922060 140735451445648 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29156/statm: 2175 253 209 178 0 68 0
[pid=29163] ppid=29156 vsize=593348 CPUtime=2428.61 cores=0,2,4,6
/proc/29163/stat : 29163 (manysat1.1_stat) R 29156 29156 29121 0 -1 4202496 137757 0 0 0 242757 104 0 0 25 0 4 0 641237366 607588352 137708 33554432000 134512640 135305190 4290912528 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/29163/statm: 148337 137708 84 194 0 148141 0
[pid=29163/tid=29165] ppid=29156 vsize=593348 CPUtime=608.12 cores=0,2,4,6
/proc/29163/task/29165/stat : 29165 (manysat1.1_stat) R 29156 29156 29121 0 -1 4202560 21574 0 0 0 60794 18 0 0 25 0 4 0 641237381 607588352 137708 33554432000 134512640 135305190 4290912528 18446744073709551615 134528747 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=29163/tid=29166] ppid=29156 vsize=593348 CPUtime=605.45 cores=0,2,4,6
/proc/29163/task/29166/stat : 29166 (manysat1.1_stat) R 29156 29156 29121 0 -1 4202560 41149 0 0 0 60517 28 0 0 25 0 4 0 641237381 607588352 137708 33554432000 134512640 135305190 4290912528 18446744073709551615 134551712 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=29163/tid=29167] ppid=29156 vsize=593348 CPUtime=607.22 cores=0,2,4,6
/proc/29163/task/29167/stat : 29167 (manysat1.1_stat) R 29156 29156 29121 0 -1 4202560 38486 0 0 0 60691 31 0 0 25 0 4 0 641237381 607588352 137708 33554432000 134512640 135305190 4290912528 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2429.13
Current children cumulated vsize (KiB) 602048

[startup+609.901 s]
/proc/loadavg: 8.04 7.03 3.87 10/297 29186
/proc/meminfo: memFree=28443248/32951124 swapFree=54427468/67111528
[pid=29156] ppid=29153 vsize=8700 CPUtime=0.52 cores=0,2,4,6
/proc/29156/stat : 29156 (manysat.sh) S 29153 29156 29121 0 -1 4202496 357 6403 0 0 0 0 51 1 15 0 1 0 641237312 8908800 253 33554432000 4194304 4922060 140735451445648 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29156/statm: 2175 253 209 178 0 68 0
[pid=29163] ppid=29156 vsize=593348 CPUtime=2430.21 cores=0,2,4,6
/proc/29163/stat : 29163 (manysat1.1_stat) R 29156 29156 29121 0 -1 4202496 137767 0 0 0 242917 104 0 0 25 0 4 0 641237366 607588352 137718 33554432000 134512640 135305190 4290912528 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/29163/statm: 148337 137718 84 194 0 148141 0
[pid=29163/tid=29165] ppid=29156 vsize=593348 CPUtime=608.52 cores=0,2,4,6
/proc/29163/task/29165/stat : 29165 (manysat1.1_stat) R 29156 29156 29121 0 -1 4202560 21574 0 0 0 60834 18 0 0 25 0 4 0 641237381 607588352 137718 33554432000 134512640 135305190 4290912528 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=29163/tid=29166] ppid=29156 vsize=593348 CPUtime=605.84 cores=0,2,4,6
/proc/29163/task/29166/stat : 29166 (manysat1.1_stat) R 29156 29156 29121 0 -1 4202560 41149 0 0 0 60556 28 0 0 25 0 4 0 641237381 607588352 137718 33554432000 134512640 135305190 4290912528 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=29163/tid=29167] ppid=29156 vsize=593348 CPUtime=607.62 cores=0,2,4,6
/proc/29163/task/29167/stat : 29167 (manysat1.1_stat) R 29156 29156 29121 0 -1 4202560 38494 0 0 0 60731 31 0 0 25 0 4 0 641237381 607588352 137718 33554432000 134512640 135305190 4290912528 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2430.73
Current children cumulated vsize (KiB) 602048

[startup+610.301 s]
/proc/loadavg: 8.04 7.03 3.87 10/297 29186
/proc/meminfo: memFree=28443248/32951124 swapFree=54427468/67111528
[pid=29156] ppid=29153 vsize=8700 CPUtime=0.52 cores=0,2,4,6
/proc/29156/stat : 29156 (manysat.sh) S 29153 29156 29121 0 -1 4202496 357 6403 0 0 0 0 51 1 15 0 1 0 641237312 8908800 253 33554432000 4194304 4922060 140735451445648 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/29156/statm: 2175 253 209 178 0 68 0
[pid=29163] ppid=29156 vsize=593348 CPUtime=2431.81 cores=0,2,4,6
/proc/29163/stat : 29163 (manysat1.1_stat) R 29156 29156 29121 0 -1 4202496 137768 0 0 0 243077 104 0 0 25 0 4 0 641237366 607588352 137719 33554432000 134512640 135305190 4290912528 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/29163/statm: 148337 137719 84 194 0 148141 0
[pid=29163/tid=29165] ppid=29156 vsize=593348 CPUtime=608.92 cores=0,2,4,6
/proc/29163/task/29165/stat : 29165 (manysat1.1_stat) R 29156 29156 29121 0 -1 4202560 21574 0 0 0 60874 18 0 0 25 0 4 0 641237381 607588352 137719 33554432000 134512640 135305190 4290912528 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=29163/tid=29166] ppid=29156 vsize=593348 CPUtime=606.24 cores=0,2,4,6
/proc/29163/task/29166/stat : 29166 (manysat1.1_stat) R 29156 29156 29121 0 -1 4202560 41149 0 0 0 60596 28 0 0 25 0 4 0 641237381 607588352 137719 33554432000 134512640 135305190 4290912528 18446744073709551615 134830657 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=29163/tid=29167] ppid=29156 vsize=593348 CPUtime=608.02 cores=0,2,4,6
/proc/29163/task/29167/stat : 29167 (manysat1.1_stat) R 29156 29156 29121 0 -1 4202560 38494 0 0 0 60771 31 0 0 25 0 4 0 641237381 607588352 137719 33554432000 134512640 135305190 4290912528 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2432.33
Current children cumulated vsize (KiB) 602048

Child status: 20
Real time (s): 610.334
CPU time (s): 2432.4
CPU user time (s): 2431.32
CPU system time (s): 1.08683
CPU usage (%): 398.536
Max. virtual memory (cumulated for all children) (KiB): 602048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2431.32
system time used= 1.08683
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 144753
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= 31127
involuntary context switches= 18336

runsolver used 1.58376 second user time and 4.06938 second system time

The end

Launcher Data

Begin job on node138 at 2011-05-13 16:19:53
IDJOB=3361887
IDBENCH=20523
IDSOLVER=1838
FILE ID=node138/3361887-1305296393
RUNJOBID= node138-1305296392-29139
PBS_JOBID= 13321415
Free space on /tmp= 47584 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k45.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3361887-1305296393/watcher-3361887-1305296393 -o /tmp/evaluation-result-3361887-1305296393/solver-3361887-1305296393 -C 4800 -W 1300 -M 15500  manysat.sh HOME/instance-3361887-1305296393.cnf aimd 1

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

MD5SUM BENCH= 8a76c8add64173ae39149aae572a02d9
RANDOM SEED=958841269

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29534736 kB
Buffers:        203132 kB
Cached:        2992248 kB
SwapCached:      18472 kB
Active:         578316 kB
Inactive:      2639624 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29534736 kB
SwapTotal:    67111528 kB
SwapFree:     54427468 kB
Dirty:           10516 kB
Writeback:           0 kB
AnonPages:       15948 kB
Mapped:           8504 kB
Slab:            94676 kB
PageTables:      40176 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 39471648 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= 47576 MiB
End job on node138 at 2011-05-13 16:30:04