Trace number 3362311

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 1497.1 375.571

General information on the benchmark

Nameapplication/leberre/
2dimensionalstrippacking/korf-17.cnf
MD5SUMade81e5508101352b3d942708b201606
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark505.23
Satisfiable
(Un)Satisfiability was proved
Number of variables6664
Number of clauses89966
Sum of the clauses size425665
Maximum clause length36
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 216962
Number of clauses of size 310874
Number of clauses of size 412189
Number of clauses of size 522355
Number of clauses of size over 527586

Solver Data

0.00/0.00	c Parsing...
0.00/0.04	c ==============================================================================
0.00/0.04	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.04	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.04	c ==============================================================================
0.00/0.04	c |         0 |   89966   425665 |   26989       0        0     nan |  0.000 % |
0.00/0.12	c |         0 |   88818   439305 |      --       0       --      -- |     --   | -1148/13640
0.00/0.12	c ==============================================================================
0.00/0.12	c Result  :   #vars: 5924   #clauses: 88818   #literals: 439305
0.00/0.12	c CPU time:   0.118981 s
0.00/0.12	c ==============================================================================
1497.01/375.55	c This is ManySAT 1.1 : 4 thread(s) on 4 core(s).
1497.01/375.55	c ============================[ Problem Statistics ]=============================
1497.01/375.55	c |                                                                             |
1497.01/375.55	c threadId              : 3
1497.01/375.55	c restarts              : 1672
1497.01/375.55	c conflicts             : 1442952        (964 /sec)
1497.01/375.55	c decisions             : 2040156        (2.41 % random) (1364 /sec)
1497.01/375.55	c propagations          : 384080502      (256706 /sec)
1497.01/375.55	c conflict literals     : 61690000       (33.62 % deleted)
1497.01/375.55	c Memory used           : 322.07 MB
1497.01/375.55	c CPU time              : 1496.19 s
1497.01/375.55	
1497.01/375.55	c --->m=4, e=8, aimd=1, HOME/30090_many.cnf	time: 374.048	conflicts: 1442952      
1497.01/375.56	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-3362311-1305301165/watcher-3362311-1305301165 -o /tmp/evaluation-result-3362311-1305301165/solver-3362311-1305301165 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3362311-1305301165.cnf aimd 1 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 7.81 8.03 7.95 5/292 30090
/proc/meminfo: memFree=29040040/32951124 swapFree=54427468/67111528
[pid=30090] ppid=30088 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30090/stat : 30090 (manysat.sh) S 30088 30090 29121 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 641714447 8908800 250 33554432000 4194304 4922060 140736473274640 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30090/statm: 2175 250 209 178 0 68 0

[startup+0.0778869 s]
/proc/loadavg: 7.81 8.03 7.95 5/292 30090
/proc/meminfo: memFree=29040040/32951124 swapFree=54427468/67111528
[pid=30090] ppid=30088 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30090/stat : 30090 (manysat.sh) S 30088 30090 29121 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 641714447 8908800 250 33554432000 4194304 4922060 140736473274640 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30090/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100878 s]
/proc/loadavg: 7.81 8.03 7.95 5/292 30090
/proc/meminfo: memFree=29040040/32951124 swapFree=54427468/67111528
[pid=30090] ppid=30088 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30090/stat : 30090 (manysat.sh) S 30088 30090 29121 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 641714447 8908800 250 33554432000 4194304 4922060 140736473274640 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/30090/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300858 s]
/proc/loadavg: 7.81 8.03 7.95 5/292 30090
/proc/meminfo: memFree=29040040/32951124 swapFree=54427468/67111528
[pid=30090] ppid=30088 vsize=8700 CPUtime=0.19 cores=1,3,5,7
/proc/30090/stat : 30090 (manysat.sh) S 30088 30090 29121 0 -1 4202496 357 2396 0 0 0 0 19 0 23 0 1 0 641714447 8908800 253 33554432000 4194304 4922060 140736473274640 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30090/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 8700

[startup+1.30763 s]
/proc/loadavg: 7.81 8.03 7.95 5/292 30090
/proc/meminfo: memFree=29040040/32951124 swapFree=54427468/67111528
[pid=30090] ppid=30088 vsize=8700 CPUtime=0.19 cores=1,3,5,7
/proc/30090/stat : 30090 (manysat.sh) S 30088 30090 29121 0 -1 4202496 357 2396 0 0 0 0 19 0 23 0 1 0 641714447 8908800 253 33554432000 4194304 4922060 140736473274640 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30090/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 8700

[startup+1.50759 s]
/proc/loadavg: 7.81 8.03 7.95 5/292 30090
/proc/meminfo: memFree=29040040/32951124 swapFree=54427468/67111528
[pid=30090] ppid=30088 vsize=8700 CPUtime=0.19 cores=1,3,5,7
/proc/30090/stat : 30090 (manysat.sh) S 30088 30090 29121 0 -1 4202496 357 2396 0 0 0 0 19 0 23 0 1 0 641714447 8908800 253 33554432000 4194304 4922060 140736473274640 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30090/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 8700

[startup+3.1003 s]
/proc/loadavg: 7.81 8.03 7.95 9/297 30097
/proc/meminfo: memFree=28986708/32951124 swapFree=54427468/67111528
[pid=30090] ppid=30088 vsize=8700 CPUtime=0.19 cores=1,3,5,7
/proc/30090/stat : 30090 (manysat.sh) S 30088 30090 29121 0 -1 4202496 357 2396 0 0 0 0 19 0 23 0 1 0 641714447 8908800 253 33554432000 4194304 4922060 140736473274640 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30090/statm: 2175 253 209 178 0 68 0
[pid=30093] ppid=30090 vsize=84508 CPUtime=11.24 cores=1,3,5,7
/proc/30093/stat : 30093 (manysat1.1_stat) R 30090 30090 29121 0 -1 4202496 12955 0 0 0 1120 4 0 0 24 0 4 0 641714468 86536192 12908 33554432000 134512640 135305190 4294859088 18446744073709551615 134531220 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/30093/statm: 21127 12908 84 194 0 20931 0
[pid=30093/tid=30094] ppid=30090 vsize=84508 CPUtime=2.78 cores=1,3,5,7
/proc/30093/task/30094/stat : 30094 (manysat1.1_stat) R 30090 30090 29121 0 -1 4202560 1498 0 0 0 278 0 0 0 23 0 4 0 641714478 86536192 12908 33554432000 134512640 135305190 4294859088 18446744073709551615 134557484 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=30093/tid=30095] ppid=30090 vsize=84508 CPUtime=2.78 cores=1,3,5,7
/proc/30093/task/30095/stat : 30095 (manysat1.1_stat) R 30090 30090 29121 0 -1 4202560 1667 0 0 0 278 0 0 0 25 0 4 0 641714478 86536192 12908 33554432000 134512640 135305190 4294859088 18446744073709551615 134528557 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=30093/tid=30096] ppid=30090 vsize=84508 CPUtime=2.78 cores=1,3,5,7
/proc/30093/task/30096/stat : 30096 (manysat1.1_stat) R 30090 30090 29121 0 -1 4202560 1938 0 0 0 278 0 0 0 25 0 4 0 641714478 86536192 12908 33554432000 134512640 135305190 4294859088 18446744073709551615 134528539 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 11.43
Current children cumulated vsize (KiB) 93208

[startup+6.31073 s]
/proc/loadavg: 7.83 8.03 7.95 9/297 30097
/proc/meminfo: memFree=28971824/32951124 swapFree=54427468/67111528
[pid=30090] ppid=30088 vsize=8700 CPUtime=0.19 cores=1,3,5,7
/proc/30090/stat : 30090 (manysat.sh) S 30088 30090 29121 0 -1 4202496 357 2396 0 0 0 0 19 0 23 0 1 0 641714447 8908800 253 33554432000 4194304 4922060 140736473274640 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30090/statm: 2175 253 209 178 0 68 0
[pid=30093] ppid=30090 vsize=98784 CPUtime=24.05 cores=1,3,5,7
/proc/30093/stat : 30093 (manysat1.1_stat) R 30090 30090 29121 0 -1 4202496 16227 0 0 0 2399 6 0 0 25 0 4 0 641714468 101154816 16180 33554432000 134512640 135305190 4294859088 18446744073709551615 134528536 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/30093/statm: 24696 16180 84 194 0 24500 0
[pid=30093/tid=30094] ppid=30090 vsize=98784 CPUtime=6 cores=1,3,5,7
/proc/30093/task/30094/stat : 30094 (manysat1.1_stat) R 30090 30090 29121 0 -1 4202560 2263 0 0 0 599 1 0 0 25 0 4 0 641714478 101154816 16180 33554432000 134512640 135305190 4294859088 18446744073709551615 134528418 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=30093/tid=30095] ppid=30090 vsize=98784 CPUtime=5.99 cores=1,3,5,7
/proc/30093/task/30095/stat : 30095 (manysat1.1_stat) R 30090 30090 29121 0 -1 4202560 2521 0 0 0 599 0 0 0 25 0 4 0 641714478 101154816 16180 33554432000 134512640 135305190 4294859088 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=30093/tid=30096] ppid=30090 vsize=98784 CPUtime=6 cores=1,3,5,7
/proc/30093/task/30096/stat : 30096 (manysat1.1_stat) R 30090 30090 29121 0 -1 4202560 2875 0 0 0 598 2 0 0 25 0 4 0 641714478 101154816 16180 33554432000 134512640 135305190 4294859088 18446744073709551615 134528265 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.24
Current children cumulated vsize (KiB) 107484

[startup+12.7006 s]
/proc/loadavg: 7.84 8.03 7.95 9/297 30097
/proc/meminfo: memFree=28952136/32951124 swapFree=54427468/67111528
[pid=30090] ppid=30088 vsize=8700 CPUtime=0.19 cores=1,3,5,7
/proc/30090/stat : 30090 (manysat.sh) S 30088 30090 29121 0 -1 4202496 357 2396 0 0 0 0 19 0 23 0 1 0 641714447 8908800 253 33554432000 4194304 4922060 140736473274640 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30090/statm: 2175 253 209 178 0 68 0
[pid=30093] ppid=30090 vsize=119580 CPUtime=49.55 cores=1,3,5,7
/proc/30093/stat : 30093 (manysat1.1_stat) R 30090 30090 29121 0 -1 4202496 21498 0 0 0 4945 10 0 0 25 0 4 0 641714468 122449920 21451 33554432000 134512640 135305190 4294859088 18446744073709551615 134556758 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/30093/statm: 29895 21451 84 194 0 29699 0
[pid=30093/tid=30094] ppid=30090 vsize=119580 CPUtime=12.38 cores=1,3,5,7
/proc/30093/task/30094/stat : 30094 (manysat1.1_stat) R 30090 30090 29121 0 -1 4202560 3523 0 0 0 1236 2 0 0 25 0 4 0 641714478 122449920 21451 33554432000 134512640 135305190 4294859088 18446744073709551615 134528837 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=30093/tid=30095] ppid=30090 vsize=119580 CPUtime=12.38 cores=1,3,5,7
/proc/30093/task/30095/stat : 30095 (manysat1.1_stat) R 30090 30090 29121 0 -1 4202560 4110 0 0 0 1237 1 0 0 25 0 4 0 641714478 122449920 21451 33554432000 134512640 135305190 4294859088 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=30093/tid=30096] ppid=30090 vsize=119580 CPUtime=12.37 cores=1,3,5,7
/proc/30093/task/30096/stat : 30096 (manysat1.1_stat) R 30090 30090 29121 0 -1 4202560 4087 0 0 0 1235 2 0 0 25 0 4 0 641714478 122449920 21451 33554432000 134512640 135305190 4294859088 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 49.74
Current children cumulated vsize (KiB) 128280

[startup+25.5013 s]
/proc/loadavg: 7.87 8.03 7.95 9/297 30097
/proc/meminfo: memFree=28917680/32951124 swapFree=54427468/67111528
[pid=30090] ppid=30088 vsize=8700 CPUtime=0.19 cores=1,3,5,7
/proc/30090/stat : 30090 (manysat.sh) S 30088 30090 29121 0 -1 4202496 357 2396 0 0 0 0 19 0 23 0 1 0 641714447 8908800 253 33554432000 4194304 4922060 140736473274640 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30090/statm: 2175 253 209 178 0 68 0
[pid=30093] ppid=30090 vsize=137252 CPUtime=100.62 cores=1,3,5,7
/proc/30093/stat : 30093 (manysat1.1_stat) R 30090 30090 29121 0 -1 4202496 26034 0 0 0 10047 15 0 0 25 0 4 0 641714468 140546048 25966 33554432000 134512640 135305190 4294859088 18446744073709551615 134528265 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/30093/statm: 34313 25966 84 194 0 34117 0
[pid=30093/tid=30094] ppid=30090 vsize=137252 CPUtime=25.17 cores=1,3,5,7
/proc/30093/task/30094/stat : 30094 (manysat1.1_stat) R 30090 30090 29121 0 -1 4202560 4599 0 0 0 2514 3 0 0 25 0 4 0 641714478 140546048 25966 33554432000 134512640 135305190 4294859088 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=30093/tid=30095] ppid=30090 vsize=137252 CPUtime=25.18 cores=1,3,5,7
/proc/30093/task/30095/stat : 30095 (manysat1.1_stat) R 30090 30090 29121 0 -1 4202560 5391 0 0 0 2516 2 0 0 25 0 4 0 641714478 140546048 25966 33554432000 134512640 135305190 4294859088 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=30093/tid=30096] ppid=30090 vsize=137252 CPUtime=25.17 cores=1,3,5,7
/proc/30093/task/30096/stat : 30096 (manysat1.1_stat) R 30090 30090 29121 0 -1 4202560 5379 0 0 0 2513 4 0 0 25 0 4 0 641714478 140546048 25966 33554432000 134512640 135305190 4294859088 18446744073709551615 134556767 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 100.81
Current children cumulated vsize (KiB) 145952

[startup+51.1006 s]
/proc/loadavg: 7.92 8.02 7.95 9/297 30098
/proc/meminfo: memFree=28885772/32951124 swapFree=54427468/67111528
[pid=30090] ppid=30088 vsize=8700 CPUtime=0.19 cores=1,3,5,7
/proc/30090/stat : 30090 (manysat.sh) S 30088 30090 29121 0 -1 4202496 357 2396 0 0 0 0 19 0 23 0 1 0 641714447 8908800 253 33554432000 4194304 4922060 140736473274640 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30090/statm: 2175 253 209 178 0 68 0
[pid=30093] ppid=30090 vsize=158036 CPUtime=202.76 cores=1,3,5,7
/proc/30093/stat : 30093 (manysat1.1_stat) R 30090 30090 29121 0 -1 4202496 30944 0 0 0 20255 21 0 0 25 0 4 0 641714468 161828864 30876 33554432000 134512640 135305190 4294859088 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/30093/statm: 39509 30876 84 194 0 39313 0
[pid=30093/tid=30094] ppid=30090 vsize=158036 CPUtime=50.77 cores=1,3,5,7
/proc/30093/task/30094/stat : 30094 (manysat1.1_stat) R 30090 30090 29121 0 -1 4202560 5751 0 0 0 5071 6 0 0 25 0 4 0 641714478 161828864 30876 33554432000 134512640 135305190 4294859088 18446744073709551615 134528415 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=30093/tid=30095] ppid=30090 vsize=158036 CPUtime=50.78 cores=1,3,5,7
/proc/30093/task/30095/stat : 30095 (manysat1.1_stat) R 30090 30090 29121 0 -1 4202560 6861 0 0 0 5074 4 0 0 25 0 4 0 641714478 161828864 30876 33554432000 134512640 135305190 4294859088 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=30093/tid=30096] ppid=30090 vsize=158036 CPUtime=50.76 cores=1,3,5,7
/proc/30093/task/30096/stat : 30096 (manysat1.1_stat) R 30090 30090 29121 0 -1 4202560 6556 0 0 0 5071 5 0 0 25 0 4 0 641714478 161828864 30876 33554432000 134512640 135305190 4294859088 18446744073709551615 134528329 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 202.95
Current children cumulated vsize (KiB) 166736

[startup+102.3 s]
/proc/loadavg: 8.02 8.03 7.96 10/297 30099
/proc/meminfo: memFree=28835280/32951124 swapFree=54427468/67111528
[pid=30090] ppid=30088 vsize=8700 CPUtime=0.19 cores=1,3,5,7
/proc/30090/stat : 30090 (manysat.sh) S 30088 30090 29121 0 -1 4202496 357 2396 0 0 0 0 19 0 23 0 1 0 641714447 8908800 253 33554432000 4194304 4922060 140736473274640 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30090/statm: 2175 253 209 178 0 68 0
[pid=30093] ppid=30090 vsize=202984 CPUtime=407.04 cores=1,3,5,7
/proc/30093/stat : 30093 (manysat1.1_stat) R 30090 30090 29121 0 -1 4202496 41794 0 0 0 40671 33 0 0 25 0 4 0 641714468 207855616 41726 33554432000 134512640 135305190 4294859088 18446744073709551615 134538280 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/30093/statm: 50746 41726 84 194 0 50550 0
[pid=30093/tid=30094] ppid=30090 vsize=202984 CPUtime=101.96 cores=1,3,5,7
/proc/30093/task/30094/stat : 30094 (manysat1.1_stat) R 30090 30090 29121 0 -1 4202560 8019 0 0 0 10188 8 0 0 25 0 4 0 641714478 207855616 41726 33554432000 134512640 135305190 4294859088 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=30093/tid=30095] ppid=30090 vsize=202984 CPUtime=101.96 cores=1,3,5,7
/proc/30093/task/30095/stat : 30095 (manysat1.1_stat) R 30090 30090 29121 0 -1 4202560 10061 0 0 0 10189 7 0 0 25 0 4 0 641714478 207855616 41726 33554432000 134512640 135305190 4294859088 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=30093/tid=30096] ppid=30090 vsize=202984 CPUtime=101.95 cores=1,3,5,7
/proc/30093/task/30096/stat : 30096 (manysat1.1_stat) R 30090 30090 29121 0 -1 4202560 9187 0 0 0 10187 8 0 0 25 0 4 0 641714478 207855616 41726 33554432000 134512640 135305190 4294859088 18446744073709551615 134528435 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 407.23
Current children cumulated vsize (KiB) 211684

[startup+162.301 s]
/proc/loadavg: 8.06 8.04 7.96 9/297 30101
/proc/meminfo: memFree=28797916/32951124 swapFree=54427468/67111528
[pid=30090] ppid=30088 vsize=8700 CPUtime=0.19 cores=1,3,5,7
/proc/30090/stat : 30090 (manysat.sh) S 30088 30090 29121 0 -1 4202496 357 2396 0 0 0 0 19 0 23 0 1 0 641714447 8908800 253 33554432000 4194304 4922060 140736473274640 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30090/statm: 2175 253 209 178 0 68 0
[pid=30093] ppid=30090 vsize=236036 CPUtime=646.45 cores=1,3,5,7
/proc/30093/stat : 30093 (manysat1.1_stat) R 30090 30090 29121 0 -1 4202496 49416 0 0 0 64605 40 0 0 25 0 4 0 641714468 241700864 49344 33554432000 134512640 135305190 4294859088 18446744073709551615 134528539 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/30093/statm: 59009 49344 84 194 0 58813 0
[pid=30093/tid=30094] ppid=30090 vsize=236036 CPUtime=161.95 cores=1,3,5,7
/proc/30093/task/30094/stat : 30094 (manysat1.1_stat) R 30090 30090 29121 0 -1 4202560 9547 0 0 0 16185 10 0 0 25 0 4 0 641714478 241700864 49344 33554432000 134512640 135305190 4294859088 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=30093/tid=30095] ppid=30090 vsize=236036 CPUtime=161.95 cores=1,3,5,7
/proc/30093/task/30095/stat : 30095 (manysat1.1_stat) R 30090 30090 29121 0 -1 4202560 11684 0 0 0 16186 9 0 0 25 0 4 0 641714478 241700864 49344 33554432000 134512640 135305190 4294859088 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=30093/tid=30096] ppid=30090 vsize=236036 CPUtime=161.95 cores=1,3,5,7
/proc/30093/task/30096/stat : 30096 (manysat1.1_stat) R 30090 30090 29121 0 -1 4202560 12325 0 0 0 16184 11 0 0 25 0 4 0 641714478 241700864 49344 33554432000 134512640 135305190 4294859088 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 646.64
Current children cumulated vsize (KiB) 244736

[startup+222.301 s]

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

[pid=30093/tid=30095] ppid=30090 vsize=260184 CPUtime=221.94 cores=1,3,5,7
/proc/30093/task/30095/stat : 30095 (manysat1.1_stat) R 30090 30090 29121 0 -1 4202560 13025 0 0 0 22183 11 0 0 25 0 4 0 641714478 266428416 54779 33554432000 134512640 135305190 4294859088 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=30093/tid=30096] ppid=30090 vsize=260184 CPUtime=221.94 cores=1,3,5,7
/proc/30093/task/30096/stat : 30096 (manysat1.1_stat) R 30090 30090 29121 0 -1 4202560 13953 0 0 0 22180 14 0 0 25 0 4 0 641714478 266428416 54779 33554432000 134512640 135305190 4294859088 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 886.06
Current children cumulated vsize (KiB) 268884

[startup+282.301 s]
/proc/loadavg: 8.07 8.05 7.97 9/297 30104
/proc/meminfo: memFree=28720580/32951124 swapFree=54427468/67111528
[pid=30090] ppid=30088 vsize=8700 CPUtime=0.19 cores=1,3,5,7
/proc/30090/stat : 30090 (manysat.sh) S 30088 30090 29121 0 -1 4202496 357 2396 0 0 0 0 19 0 23 0 1 0 641714447 8908800 253 33554432000 4194304 4922060 140736473274640 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30090/statm: 2175 253 209 178 0 68 0
[pid=30093] ppid=30090 vsize=301424 CPUtime=1125.32 cores=1,3,5,7
/proc/30093/stat : 30093 (manysat1.1_stat) R 30090 30090 29121 0 -1 4202496 64699 0 0 0 112471 61 0 0 25 0 4 0 641714468 308658176 64627 33554432000 134512640 135305190 4294859088 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/30093/statm: 75356 64627 84 194 0 75160 0
[pid=30093/tid=30094] ppid=30090 vsize=301424 CPUtime=281.93 cores=1,3,5,7
/proc/30093/task/30094/stat : 30094 (manysat1.1_stat) R 30090 30090 29121 0 -1 4202560 12833 0 0 0 28179 14 0 0 25 0 4 0 641714478 308658176 64627 33554432000 134512640 135305190 4294859088 18446744073709551615 134528571 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=30093/tid=30095] ppid=30090 vsize=301424 CPUtime=281.94 cores=1,3,5,7
/proc/30093/task/30095/stat : 30095 (manysat1.1_stat) R 30090 30090 29121 0 -1 4202560 15957 0 0 0 28179 15 0 0 25 0 4 0 641714478 308658176 64627 33554432000 134512640 135305190 4294859088 18446744073709551615 134528455 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=30093/tid=30096] ppid=30090 vsize=301424 CPUtime=281.93 cores=1,3,5,7
/proc/30093/task/30096/stat : 30096 (manysat1.1_stat) R 30090 30090 29121 0 -1 4202560 17161 0 0 0 28176 17 0 0 25 0 4 0 641714478 308658176 64627 33554432000 134512640 135305190 4294859088 18446744073709551615 134528310 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1125.51
Current children cumulated vsize (KiB) 310124

[startup+342.301 s]
/proc/loadavg: 8.13 8.07 7.98 9/297 30106
/proc/meminfo: memFree=28690680/32951124 swapFree=54427468/67111528
[pid=30090] ppid=30088 vsize=8700 CPUtime=0.19 cores=1,3,5,7
/proc/30090/stat : 30090 (manysat.sh) S 30088 30090 29121 0 -1 4202496 357 2396 0 0 0 0 19 0 23 0 1 0 641714447 8908800 253 33554432000 4194304 4922060 140736473274640 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30090/statm: 2175 253 209 178 0 68 0
[pid=30093] ppid=30090 vsize=323076 CPUtime=1364.73 cores=1,3,5,7
/proc/30093/stat : 30093 (manysat1.1_stat) R 30090 30090 29121 0 -1 4202496 69961 0 0 0 136406 67 0 0 25 0 4 0 641714468 330829824 69889 33554432000 134512640 135305190 4294859088 18446744073709551615 134538583 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/30093/statm: 80769 69889 84 194 0 80573 0
[pid=30093/tid=30094] ppid=30090 vsize=323076 CPUtime=341.93 cores=1,3,5,7
/proc/30093/task/30094/stat : 30094 (manysat1.1_stat) R 30090 30090 29121 0 -1 4202560 13792 0 0 0 34178 15 0 0 25 0 4 0 641714478 330829824 69889 33554432000 134512640 135305190 4294859088 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=30093/tid=30095] ppid=30090 vsize=323076 CPUtime=341.92 cores=1,3,5,7
/proc/30093/task/30095/stat : 30095 (manysat1.1_stat) R 30090 30090 29121 0 -1 4202560 17723 0 0 0 34175 17 0 0 25 0 4 0 641714478 330829824 69889 33554432000 134512640 135305190 4294859088 18446744073709551615 134538540 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=30093/tid=30096] ppid=30090 vsize=323076 CPUtime=341.92 cores=1,3,5,7
/proc/30093/task/30096/stat : 30096 (manysat1.1_stat) R 30090 30090 29121 0 -1 4202560 18462 0 0 0 34173 19 0 0 25 0 4 0 641714478 330829824 69889 33554432000 134512640 135305190 4294859088 18446744073709551615 134528268 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1364.92
Current children cumulated vsize (KiB) 331776

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

[startup+359.101 s]
/proc/loadavg: 8.10 8.06 7.98 9/297 30106
/proc/meminfo: memFree=28687440/32951124 swapFree=54427468/67111528
[pid=30090] ppid=30088 vsize=8700 CPUtime=0.19 cores=1,3,5,7
/proc/30090/stat : 30090 (manysat.sh) S 30088 30090 29121 0 -1 4202496 357 2396 0 0 0 0 19 0 23 0 1 0 641714447 8908800 253 33554432000 4194304 4922060 140736473274640 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30090/statm: 2175 253 209 178 0 68 0
[pid=30093] ppid=30090 vsize=326312 CPUtime=1431.74 cores=1,3,5,7
/proc/30093/stat : 30093 (manysat1.1_stat) R 30090 30090 29121 0 -1 4202496 70692 0 0 0 143106 68 0 0 25 0 4 0 641714468 334143488 70620 33554432000 134512640 135305190 4294859088 18446744073709551615 134528536 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/30093/statm: 81578 70620 84 194 0 81382 0
[pid=30093/tid=30094] ppid=30090 vsize=326312 CPUtime=358.73 cores=1,3,5,7
/proc/30093/task/30094/stat : 30094 (manysat1.1_stat) R 30090 30090 29121 0 -1 4202560 14038 0 0 0 35858 15 0 0 25 0 4 0 641714478 334143488 70620 33554432000 134512640 135305190 4294859088 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=30093/tid=30095] ppid=30090 vsize=326312 CPUtime=358.7 cores=1,3,5,7
/proc/30093/task/30095/stat : 30095 (manysat1.1_stat) R 30090 30090 29121 0 -1 4202560 17930 0 0 0 35853 17 0 0 25 0 4 0 641714478 334143488 70620 33554432000 134512640 135305190 4294859088 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=30093/tid=30096] ppid=30090 vsize=326312 CPUtime=358.73 cores=1,3,5,7
/proc/30093/task/30096/stat : 30096 (manysat1.1_stat) R 30090 30090 29121 0 -1 4202560 18734 0 0 0 35853 20 0 0 25 0 4 0 641714478 334143488 70620 33554432000 134512640 135305190 4294859088 18446744073709551615 134528603 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1431.93
Current children cumulated vsize (KiB) 335012

[startup+365.501 s]
/proc/loadavg: 8.16 8.08 7.99 9/297 30106
/proc/meminfo: memFree=28684340/32951124 swapFree=54427468/67111528
[pid=30090] ppid=30088 vsize=8700 CPUtime=0.19 cores=1,3,5,7
/proc/30090/stat : 30090 (manysat.sh) S 30088 30090 29121 0 -1 4202496 357 2396 0 0 0 0 19 0 23 0 1 0 641714447 8908800 253 33554432000 4194304 4922060 140736473274640 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30090/statm: 2175 253 209 178 0 68 0
[pid=30093] ppid=30090 vsize=328976 CPUtime=1457.28 cores=1,3,5,7
/proc/30093/stat : 30093 (manysat1.1_stat) R 30090 30090 29121 0 -1 4202496 71193 0 0 0 145659 69 0 0 25 0 4 0 641714468 336871424 71121 33554432000 134512640 135305190 4294859088 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/30093/statm: 82244 71121 84 194 0 82048 0
[pid=30093/tid=30094] ppid=30090 vsize=328976 CPUtime=365.13 cores=1,3,5,7
/proc/30093/task/30094/stat : 30094 (manysat1.1_stat) R 30090 30090 29121 0 -1 4202560 14230 0 0 0 36497 16 0 0 25 0 4 0 641714478 336871424 71121 33554432000 134512640 135305190 4294859088 18446744073709551615 134538552 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=30093/tid=30095] ppid=30090 vsize=328976 CPUtime=365.1 cores=1,3,5,7
/proc/30093/task/30095/stat : 30095 (manysat1.1_stat) R 30090 30090 29121 0 -1 4202560 17999 0 0 0 36493 17 0 0 25 0 4 0 641714478 336871424 71121 33554432000 134512640 135305190 4294859088 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=30093/tid=30096] ppid=30090 vsize=328976 CPUtime=365.13 cores=1,3,5,7
/proc/30093/task/30096/stat : 30096 (manysat1.1_stat) R 30090 30090 29121 0 -1 4202560 18882 0 0 0 36493 20 0 0 25 0 4 0 641714478 336871424 71121 33554432000 134512640 135305190 4294859088 18446744073709551615 134528415 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1457.47
Current children cumulated vsize (KiB) 337676

[startup+371.901 s]
/proc/loadavg: 8.15 8.08 7.99 9/297 30106
/proc/meminfo: memFree=28679004/32951124 swapFree=54427468/67111528
[pid=30090] ppid=30088 vsize=8700 CPUtime=0.19 cores=1,3,5,7
/proc/30090/stat : 30090 (manysat.sh) S 30088 30090 29121 0 -1 4202496 357 2396 0 0 0 0 19 0 23 0 1 0 641714447 8908800 253 33554432000 4194304 4922060 140736473274640 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30090/statm: 2175 253 209 178 0 68 0
[pid=30093] ppid=30090 vsize=329792 CPUtime=1482.81 cores=1,3,5,7
/proc/30093/stat : 30093 (manysat1.1_stat) R 30090 30090 29121 0 -1 4202496 71391 0 0 0 148212 69 0 0 25 0 4 0 641714468 337707008 71319 33554432000 134512640 135305190 4294859088 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/30093/statm: 82448 71319 84 194 0 82252 0
[pid=30093/tid=30094] ppid=30090 vsize=329792 CPUtime=371.52 cores=1,3,5,7
/proc/30093/task/30094/stat : 30094 (manysat1.1_stat) R 30090 30090 29121 0 -1 4202560 14230 0 0 0 37136 16 0 0 25 0 4 0 641714478 337707008 71319 33554432000 134512640 135305190 4294859088 18446744073709551615 134528217 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=30093/tid=30095] ppid=30090 vsize=329792 CPUtime=371.49 cores=1,3,5,7
/proc/30093/task/30095/stat : 30095 (manysat1.1_stat) R 30090 30090 29121 0 -1 4202560 18109 0 0 0 37132 17 0 0 25 0 4 0 641714478 337707008 71319 33554432000 134512640 135305190 4294859088 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=30093/tid=30096] ppid=30090 vsize=329792 CPUtime=371.53 cores=1,3,5,7
/proc/30093/task/30096/stat : 30096 (manysat1.1_stat) R 30090 30090 29121 0 -1 4202560 18970 0 0 0 37133 20 0 0 25 0 4 0 641714478 337707008 71319 33554432000 134512640 135305190 4294859088 18446744073709551615 134528557 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1483
Current children cumulated vsize (KiB) 338492

[startup+373.5 s]
/proc/loadavg: 8.15 8.08 7.99 9/297 30106
/proc/meminfo: memFree=28678012/32951124 swapFree=54427468/67111528
[pid=30090] ppid=30088 vsize=8700 CPUtime=0.19 cores=1,3,5,7
/proc/30090/stat : 30090 (manysat.sh) S 30088 30090 29121 0 -1 4202496 357 2396 0 0 0 0 19 0 23 0 1 0 641714447 8908800 253 33554432000 4194304 4922060 140736473274640 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30090/statm: 2175 253 209 178 0 68 0
[pid=30093] ppid=30090 vsize=329792 CPUtime=1489.2 cores=1,3,5,7
/proc/30093/stat : 30093 (manysat1.1_stat) R 30090 30090 29121 0 -1 4202496 71410 0 0 0 148851 69 0 0 25 0 4 0 641714468 337707008 71338 33554432000 134512640 135305190 4294859088 18446744073709551615 134528571 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/30093/statm: 82448 71338 84 194 0 82252 0
[pid=30093/tid=30094] ppid=30090 vsize=329792 CPUtime=373.12 cores=1,3,5,7
/proc/30093/task/30094/stat : 30094 (manysat1.1_stat) R 30090 30090 29121 0 -1 4202560 14230 0 0 0 37296 16 0 0 25 0 4 0 641714478 337707008 71338 33554432000 134512640 135305190 4294859088 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=30093/tid=30095] ppid=30090 vsize=329792 CPUtime=373.09 cores=1,3,5,7
/proc/30093/task/30095/stat : 30095 (manysat1.1_stat) R 30090 30090 29121 0 -1 4202560 18120 0 0 0 37292 17 0 0 25 0 4 0 641714478 337707008 71338 33554432000 134512640 135305190 4294859088 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=30093/tid=30096] ppid=30090 vsize=329792 CPUtime=373.12 cores=1,3,5,7
/proc/30093/task/30096/stat : 30096 (manysat1.1_stat) R 30090 30090 29121 0 -1 4202560 18978 0 0 0 37292 20 0 0 25 0 4 0 641714478 337707008 71338 33554432000 134512640 135305190 4294859088 18446744073709551615 134529640 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1489.39
Current children cumulated vsize (KiB) 338492

[startup+374.301 s]
/proc/loadavg: 8.15 8.08 7.99 9/297 30106
/proc/meminfo: memFree=28677020/32951124 swapFree=54427468/67111528
[pid=30090] ppid=30088 vsize=8700 CPUtime=0.19 cores=1,3,5,7
/proc/30090/stat : 30090 (manysat.sh) S 30088 30090 29121 0 -1 4202496 357 2396 0 0 0 0 19 0 23 0 1 0 641714447 8908800 253 33554432000 4194304 4922060 140736473274640 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30090/statm: 2175 253 209 178 0 68 0
[pid=30093] ppid=30090 vsize=329792 CPUtime=1492.39 cores=1,3,5,7
/proc/30093/stat : 30093 (manysat1.1_stat) R 30090 30090 29121 0 -1 4202496 71411 0 0 0 149170 69 0 0 25 0 4 0 641714468 337707008 71339 33554432000 134512640 135305190 4294859088 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/30093/statm: 82448 71339 84 194 0 82252 0
[pid=30093/tid=30094] ppid=30090 vsize=329792 CPUtime=373.92 cores=1,3,5,7
/proc/30093/task/30094/stat : 30094 (manysat1.1_stat) R 30090 30090 29121 0 -1 4202560 14230 0 0 0 37376 16 0 0 25 0 4 0 641714478 337707008 71339 33554432000 134512640 135305190 4294859088 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=30093/tid=30095] ppid=30090 vsize=329792 CPUtime=373.9 cores=1,3,5,7
/proc/30093/task/30095/stat : 30095 (manysat1.1_stat) R 30090 30090 29121 0 -1 4202560 18121 0 0 0 37373 17 0 0 25 0 4 0 641714478 337707008 71339 33554432000 134512640 135305190 4294859088 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=30093/tid=30096] ppid=30090 vsize=329792 CPUtime=373.93 cores=1,3,5,7
/proc/30093/task/30096/stat : 30096 (manysat1.1_stat) R 30090 30090 29121 0 -1 4202560 18978 0 0 0 37373 20 0 0 25 0 4 0 641714478 337707008 71339 33554432000 134512640 135305190 4294859088 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1492.58
Current children cumulated vsize (KiB) 338492

[startup+375.101 s]
/proc/loadavg: 8.13 8.08 7.99 9/297 30106
/proc/meminfo: memFree=28676392/32951124 swapFree=54427468/67111528
[pid=30090] ppid=30088 vsize=8700 CPUtime=0.19 cores=1,3,5,7
/proc/30090/stat : 30090 (manysat.sh) S 30088 30090 29121 0 -1 4202496 357 2396 0 0 0 0 19 0 23 0 1 0 641714447 8908800 253 33554432000 4194304 4922060 140736473274640 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30090/statm: 2175 253 209 178 0 68 0
[pid=30093] ppid=30090 vsize=329792 CPUtime=1495.58 cores=1,3,5,7
/proc/30093/stat : 30093 (manysat1.1_stat) R 30090 30090 29121 0 -1 4202496 71412 0 0 0 149489 69 0 0 25 0 4 0 641714468 337707008 71340 33554432000 134512640 135305190 4294859088 18446744073709551615 134529640 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/30093/statm: 82448 71340 84 194 0 82252 0
[pid=30093/tid=30094] ppid=30090 vsize=329792 CPUtime=374.72 cores=1,3,5,7
/proc/30093/task/30094/stat : 30094 (manysat1.1_stat) R 30090 30090 29121 0 -1 4202560 14230 0 0 0 37456 16 0 0 25 0 4 0 641714478 337707008 71340 33554432000 134512640 135305190 4294859088 18446744073709551615 134529584 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=30093/tid=30095] ppid=30090 vsize=329792 CPUtime=374.7 cores=1,3,5,7
/proc/30093/task/30095/stat : 30095 (manysat1.1_stat) R 30090 30090 29121 0 -1 4202560 18122 0 0 0 37453 17 0 0 25 0 4 0 641714478 337707008 71340 33554432000 134512640 135305190 4294859088 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=30093/tid=30096] ppid=30090 vsize=329792 CPUtime=374.73 cores=1,3,5,7
/proc/30093/task/30096/stat : 30096 (manysat1.1_stat) R 30090 30090 29121 0 -1 4202560 18978 0 0 0 37453 20 0 0 25 0 4 0 641714478 337707008 71340 33554432000 134512640 135305190 4294859088 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1495.77
Current children cumulated vsize (KiB) 338492

[startup+375.501 s]
/proc/loadavg: 8.13 8.08 7.99 9/297 30106
/proc/meminfo: memFree=28676392/32951124 swapFree=54427468/67111528
[pid=30090] ppid=30088 vsize=8700 CPUtime=0.19 cores=1,3,5,7
/proc/30090/stat : 30090 (manysat.sh) S 30088 30090 29121 0 -1 4202496 357 2396 0 0 0 0 19 0 23 0 1 0 641714447 8908800 253 33554432000 4194304 4922060 140736473274640 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30090/statm: 2175 253 209 178 0 68 0
[pid=30093] ppid=30090 vsize=329792 CPUtime=1496.82 cores=1,3,5,7
/proc/30093/stat : 30093 (manysat1.1_stat) R 30090 30090 29121 0 -1 4202496 71412 0 0 0 149613 69 0 0 25 0 4 0 641714468 337707008 71340 33554432000 134512640 135305190 4294859088 18446744073709551615 134529572 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/30093/statm: 82448 71340 84 194 0 82252 0
[pid=30093/tid=30094] ppid=30090 vsize=329792 CPUtime=375 cores=1,3,5,7
/proc/30093/task/30094/stat : 30094 (manysat1.1_stat) S 30090 30090 29121 0 -1 4202560 14230 0 0 0 37484 16 0 0 25 0 4 0 641714478 337707008 71340 33554432000 134512640 135305190 4294859088 18446744073709551615 134657474 0 0 4096 3 18446604460671493056 0 0 -1 3 0 0 0
[pid=30093/tid=30095] ppid=30090 vsize=329792 CPUtime=374.98 cores=1,3,5,7
/proc/30093/task/30095/stat : 30095 (manysat1.1_stat) S 30090 30090 29121 0 -1 4202560 18122 0 0 0 37481 17 0 0 25 0 4 0 641714478 337707008 71340 33554432000 134512640 135305190 4294859088 18446744073709551615 134657474 0 0 4096 3 18446604460671493056 0 0 -1 1 0 0 0
[pid=30093/tid=30096] ppid=30090 vsize=329792 CPUtime=375.01 cores=1,3,5,7
/proc/30093/task/30096/stat : 30096 (manysat1.1_stat) S 30090 30090 29121 0 -1 4202560 18978 0 0 0 37481 20 0 0 25 0 4 0 641714478 337707008 71340 33554432000 134512640 135305190 4294859088 18446744073709551615 134657474 0 0 4096 3 18446604460671493056 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1497.01
Current children cumulated vsize (KiB) 338492

Child status: 20
Real time (s): 375.571
CPU time (s): 1497.1
CPU user time (s): 1496.38
CPU system time (s): 0.71989
CPU usage (%): 398.62
Max. virtual memory (cumulated for all children) (KiB): 338492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1496.38
system time used= 0.71989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74390
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= 7314
involuntary context switches= 10293

runsolver used 0.925859 second user time and 2.48462 second system time

The end

Launcher Data

Begin job on node138 at 2011-05-13 17:39:25
IDJOB=3362311
IDBENCH=83451
IDSOLVER=1838
FILE ID=node138/3362311-1305301165
RUNJOBID= node138-1305296392-29140
PBS_JOBID= 13321415
Free space on /tmp= 47576 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT11/application/leberre/2dimensionalstrippacking/korf-17.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362311-1305301165/watcher-3362311-1305301165 -o /tmp/evaluation-result-3362311-1305301165/solver-3362311-1305301165 -C 4800 -W 1300 -M 15500  manysat.sh HOME/instance-3362311-1305301165.cnf aimd 1

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

MD5SUM BENCH= ade81e5508101352b3d942708b201606
RANDOM SEED=529386092

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:      29040312 kB
Buffers:        207156 kB
Cached:        3045868 kB
SwapCached:      18472 kB
Active:        1026036 kB
Inactive:      2686472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29040312 kB
SwapTotal:    67111528 kB
SwapFree:     54427468 kB
Dirty:            3924 kB
Writeback:           0 kB
AnonPages:      452484 kB
Mapped:           9612 kB
Slab:            96080 kB
PageTables:      41516 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 39966224 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 17:45:40