Trace number 3313517

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
STRUCTure 0.1? (TO) 1980.73 1302.59

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-three-cities-sequential-14nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.040-NOTKNOWN.cnf
MD5SUM6c2d25eda70423643946d76935ceb950
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1512832
Number of clauses8233086
Sum of the clauses size19530286
Maximum clause length1178
Minimum clause length1
Number of clauses of size 1846
Number of clauses of size 28165680
Number of clauses of size 31280
Number of clauses of size 41600
Number of clauses of size 51600
Number of clauses of size over 562080

Solver Data

0.10/0.12	06:45 INFO : Reading from input HOME/instance-3313517-1304103999.cnf
26.64/25.96	Executor set job limit to 1000000
26.64/25.97	Executor set job limit to 1000000
26.64/25.97	Executor set job limit to 1000000
26.64/25.97	Executor set job limit to 1000000
26.64/25.97	Starting Executor!
26.64/25.97	Starting Executor!
26.64/25.97	Starting Executor!
26.64/25.97	Starting Executor!
152.52/147.01	09:12 INFO : 1282393 variables remaining out of 1512832
152.52/147.01	09:12 INFO : 46033998 literals remaining out of 27763372
1489.56/866.08	21:11 ERROR: Failed to solve instance
1489.56/866.08	java.lang.OutOfMemoryError: GC overhead limit exceeded
1489.56/866.08		at gnu.trove.TIntHashSet.rehash(TIntHashSet.java:169)
1489.56/866.08		at gnu.trove.THash.postInsertHook(THash.java:370)
1489.56/866.08		at gnu.trove.TIntHashSet.add(TIntHashSet.java:154)
1489.56/866.08		at ibis.structure.WatchLists.build(WatchLists.java:56)
1489.56/866.08		at ibis.structure.Solver.<init>(Solver.java:45)
1489.56/866.08		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
1489.56/866.08		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1489.56/866.08		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1489.56/866.08		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1489.56/866.08		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1489.56/866.08		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1489.56/866.08		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1489.56/866.08		at ibis.constellation.Executor.processActivities(Executor.java:75)
1489.56/866.08		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1489.56/866.08		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1489.56/866.08		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1548.38/923.32	Exception in thread "SingleThreadedConstellation 1" java.lang.OutOfMemoryError: GC overhead limit exceeded
1548.38/923.32		at java.lang.AbstractStringBuilder.<init>(AbstractStringBuilder.java:45)
1548.38/923.32		at java.lang.StringBuilder.<init>(StringBuilder.java:68)
1548.38/923.32		at ibis.constellation.impl.SingleThreadedConstellation.pushWorkToExecutor(SingleThreadedConstellation.java:528)
1548.38/923.32		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1031)
1548.38/923.32		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1548.38/923.32		at ibis.constellation.Executor.processActivities(Executor.java:75)
1548.38/923.32		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1548.38/923.32		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1548.38/923.32		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1556.48/931.44	Exception in thread "SingleThreadedConstellation 2" java.lang.OutOfMemoryError: GC overhead limit exceeded
1556.48/931.44		at java.lang.AbstractStringBuilder.<init>(AbstractStringBuilder.java:45)
1556.48/931.44		at java.lang.StringBuilder.<init>(StringBuilder.java:68)
1556.48/931.44		at ibis.constellation.impl.SingleThreadedConstellation.pushWorkToExecutor(SingleThreadedConstellation.java:528)
1556.48/931.44		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1031)
1556.48/931.44		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1556.48/931.44		at ibis.constellation.Executor.processActivities(Executor.java:75)
1556.48/931.44		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1556.48/931.44		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1556.48/931.44		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1569.88/944.89	22:30 ERROR: Failed to solve instance
1569.88/944.89	java.lang.OutOfMemoryError: GC overhead limit exceeded
1569.88/944.89		at gnu.trove.TIntHashSet.rehash(TIntHashSet.java:169)
1569.88/944.89		at gnu.trove.THash.postInsertHook(THash.java:370)
1569.88/944.89		at gnu.trove.TIntHashSet.add(TIntHashSet.java:154)
1569.88/944.89		at ibis.structure.WatchLists.build(WatchLists.java:56)
1569.88/944.89		at ibis.structure.Solver.<init>(Solver.java:45)
1569.88/944.89		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
1569.88/944.89		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1569.88/944.89		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1569.88/944.89		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1569.88/944.89		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1569.88/944.89		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1569.88/944.89		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1569.88/944.89		at ibis.constellation.Executor.processActivities(Executor.java:75)
1569.88/944.89		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1569.88/944.89		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1569.88/944.89		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1664.64/1035.19	24:00 ERROR: Failed to solve instance
1664.64/1035.19	java.lang.OutOfMemoryError: GC overhead limit exceeded
1861.34/1191.68	26:36 ERROR: Failed to solve instance
1861.34/1191.68	java.lang.OutOfMemoryError: GC overhead limit exceeded
1917.20/1245.78	27:31 ERROR: Failed to solve instance
1917.20/1245.78	java.lang.OutOfMemoryError: GC overhead limit exceeded
1937.21/1263.81	27:49 ERROR: Failed to solve instance
1937.21/1263.81	java.lang.OutOfMemoryError: Java heap space

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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-3313517-1304103999/watcher-3313517-1304103999 -o /tmp/evaluation-result-3313517-1304103999/solver-3313517-1304103999 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3313517-1304103999.cnf 

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: 4.78 5.11 4.85 2/174 6193
/proc/meminfo: memFree=30754872/32951124 swapFree=67107380/67111528
[pid=6193] ppid=6191 vsize=23028 CPUtime=0 cores=0,2,4,6
/proc/6193/stat : 6193 (java) R 6191 6193 5740 0 -1 4202496 1059 0 0 0 0 0 0 0 23 0 1 0 521998977 23580672 545 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210199684885 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/6193/statm: 5757 559 423 9 0 124 0

[startup+0.093582 s]
/proc/loadavg: 4.78 5.11 4.85 2/174 6193
/proc/meminfo: memFree=30754872/32951124 swapFree=67107380/67111528
[pid=6193] ppid=6191 vsize=15676488 CPUtime=0.09 cores=0,2,4,6
/proc/6193/stat : 6193 (java) S 6191 6193 5740 0 -1 4202496 5457 0 1 0 8 1 0 0 23 0 18 0 521998977 16052723712 4866 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/6193/statm: 3919122 4866 2116 9 0 3909841 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15676488

[startup+0.101001 s]
/proc/loadavg: 4.78 5.11 4.85 2/174 6193
/proc/meminfo: memFree=30754872/32951124 swapFree=67107380/67111528
[pid=6193] ppid=6191 vsize=15676488 CPUtime=0.1 cores=0,2,4,6
/proc/6193/stat : 6193 (java) S 6191 6193 5740 0 -1 4202496 5551 0 1 0 9 1 0 0 23 0 18 0 521998977 16052723712 4960 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/6193/statm: 3919122 4960 2117 9 0 3909841 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676488

[startup+0.300985 s]
/proc/loadavg: 4.78 5.11 4.85 2/174 6193
/proc/meminfo: memFree=30754872/32951124 swapFree=67107380/67111528
[pid=6193] ppid=6191 vsize=15680336 CPUtime=0.51 cores=0,2,4,6
/proc/6193/stat : 6193 (java) S 6191 6193 5740 0 -1 4202496 15873 0 1 0 48 3 0 0 23 0 18 0 521998977 16056664064 14328 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/6193/statm: 3920084 14332 2206 9 0 3910803 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15680336

[startup+0.700947 s]
/proc/loadavg: 4.78 5.11 4.85 2/174 6193
/proc/meminfo: memFree=30754872/32951124 swapFree=67107380/67111528
[pid=6193] ppid=6191 vsize=15680188 CPUtime=0.93 cores=0,2,4,6
/proc/6193/stat : 6193 (java) S 6191 6193 5740 0 -1 4202496 44856 0 1 0 87 6 0 0 23 0 18 0 521998977 16056512512 43271 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/6193/statm: 3920047 43271 2223 9 0 3910766 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 15680188

[startup+1.50077 s]
/proc/loadavg: 4.78 5.11 4.85 3/192 6211
/proc/meminfo: memFree=30535496/32951124 swapFree=67107380/67111528
[pid=6193] ppid=6191 vsize=15680188 CPUtime=1.74 cores=0,2,4,6
/proc/6193/stat : 6193 (java) S 6191 6193 5740 0 -1 4202496 78757 0 1 0 164 10 0 0 23 0 18 0 521998977 16056512512 77169 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/6193/statm: 3920047 77169 2223 9 0 3910766 0
[pid=6193/tid=6195] ppid=6191 vsize=15680188 CPUtime=1.46 cores=0,2,4,6
/proc/6193/task/6195/stat : 6195 (java) R 6191 6193 5740 0 -1 4202560 63310 0 1 0 138 8 0 0 19 0 18 0 521998978 16056512512 77169 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 46912505513230 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=6193/tid=6196] ppid=6191 vsize=15680188 CPUtime=0 cores=0,2,4,6
/proc/6193/task/6196/stat : 6196 (java) S 6191 6193 5740 0 -1 4202560 2828 0 0 0 0 0 0 0 16 0 18 0 521998978 16056512512 77169 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463257 0 4 0 16800975 18446604453923297152 0 0 -1 4 0 0 0
[pid=6193/tid=6197] ppid=6191 vsize=15680188 CPUtime=0 cores=0,2,4,6
/proc/6193/task/6197/stat : 6197 (java) S 6191 6193 5740 0 -1 4202560 682 0 0 0 0 0 0 0 15 0 18 0 521998978 16056512512 77169 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463257 0 4 0 16800975 18446604453923297152 0 0 -1 0 0 0 0
[pid=6193/tid=6198] ppid=6191 vsize=15680188 CPUtime=0 cores=0,2,4,6
/proc/6193/task/6198/stat : 6198 (java) S 6191 6193 5740 0 -1 4202560 1315 0 0 0 0 0 0 0 16 0 18 0 521998978 16056512512 77169 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463257 0 4 0 16800975 18446604453923297152 0 0 -1 4 0 0 0
[pid=6193/tid=6199] ppid=6191 vsize=15680188 CPUtime=0 cores=0,2,4,6
/proc/6193/task/6199/stat : 6199 (java) S 6191 6193 5740 0 -1 4202560 1480 0 0 0 0 0 0 0 15 0 18 0 521998978 16056512512 77169 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463257 0 4 0 16800975 18446604453923297152 0 0 -1 0 0 0 0
[pid=6193/tid=6200] ppid=6191 vsize=15680188 CPUtime=0 cores=0,2,4,6
/proc/6193/task/6200/stat : 6200 (java) S 6191 6193 5740 0 -1 4202560 1480 0 0 0 0 0 0 0 15 0 18 0 521998978 16056512512 77169 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463257 0 4 0 16800975 18446604453923297152 0 0 -1 4 0 0 0
[pid=6193/tid=6201] ppid=6191 vsize=15680188 CPUtime=0 cores=0,2,4,6
/proc/6193/task/6201/stat : 6201 (java) S 6191 6193 5740 0 -1 4202560 24 0 0 0 0 0 0 0 15 0 18 0 521998978 16056512512 77169 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463257 0 4 0 16800975 18446604453923297152 0 0 -1 0 0 0 0
[pid=6193/tid=6202] ppid=6191 vsize=15680188 CPUtime=0 cores=0,2,4,6
/proc/6193/task/6202/stat : 6202 (java) S 6191 6193 5740 0 -1 4202560 1552 0 0 0 0 0 0 0 16 0 18 0 521998978 16056512512 77169 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463257 0 4 0 16800975 18446604453923297152 0 0 -1 2 0 0 0
[pid=6193/tid=6203] ppid=6191 vsize=15680188 CPUtime=0 cores=0,2,4,6
/proc/6193/task/6203/stat : 6203 (java) S 6191 6193 5740 0 -1 4202560 694 0 0 0 0 0 0 0 15 0 18 0 521998978 16056512512 77169 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463257 0 4 0 16800975 18446604453923297152 0 0 -1 4 0 0 0
[pid=6193/tid=6204] ppid=6191 vsize=15680188 CPUtime=0 cores=0,2,4,6
/proc/6193/task/6204/stat : 6204 (java) S 6191 6193 5740 0 -1 4202560 187 0 0 0 0 0 0 0 15 0 18 0 521998979 16056512512 77169 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463872 0 0 0 16800975 18446604453923297152 0 0 -1 6 0 0 0
[pid=6193/tid=6205] ppid=6191 vsize=15680188 CPUtime=0 cores=0,2,4,6
/proc/6193/task/6205/stat : 6205 (java) S 6191 6193 5740 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 521998980 16056512512 77169 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463257 0 4 0 16800975 18446604453923297152 0 0 -1 6 0 0 0
[pid=6193/tid=6206] ppid=6191 vsize=15680188 CPUtime=0 cores=0,2,4,6
/proc/6193/task/6206/stat : 6206 (java) S 6191 6193 5740 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 521998980 16056512512 77169 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463257 0 4 0 16800975 18446604453923297152 0 0 -1 2 0 0 0
[pid=6193/tid=6207] ppid=6191 vsize=15680188 CPUtime=0 cores=0,2,4,6
/proc/6193/task/6207/stat : 6207 (java) S 6191 6193 5740 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 521998982 16056512512 77169 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216470961 0 4 0 16800975 18446604453923297152 0 0 -1 6 0 0 0
[pid=6193/tid=6208] ppid=6191 vsize=15680188 CPUtime=0.11 cores=0,2,4,6
/proc/6193/task/6208/stat : 6208 (java) S 6191 6193 5740 0 -1 4202560 1406 0 0 0 11 0 0 0 17 0 18 0 521998982 16056512512 77169 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463257 0 4 0 16800975 18446604453923297152 0 0 -1 2 0 0 0
[pid=6193/tid=6209] ppid=6191 vsize=15680188 CPUtime=0.1 cores=0,2,4,6
/proc/6193/task/6209/stat : 6209 (java) S 6191 6193 5740 0 -1 4202560 2413 0 0 0 10 0 0 0 15 0 18 0 521998982 16056512512 77169 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463257 0 4 0 16800975 18446604453923297152 0 0 -1 0 0 0 0
[pid=6193/tid=6210] ppid=6191 vsize=15680188 CPUtime=0 cores=0,2,4,6
/proc/6193/task/6210/stat : 6210 (java) S 6191 6193 5740 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 521998982 16056512512 77169 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463257 0 4 0 16800975 18446604453923297152 0 0 -1 6 0 0 0
[pid=6193/tid=6211] ppid=6191 vsize=15680188 CPUtime=0 cores=0,2,4,6
/proc/6193/task/6211/stat : 6211 (java) S 6191 6193 5740 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 521998982 16056512512 77169 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463872 0 4 0 16800975 18446604453923297152 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.74
Current children cumulated vsize (KiB) 15680188

[startup+3.10147 s]
/proc/loadavg: 4.55 5.06 4.83 5/212 6234
/proc/meminfo: memFree=30290164/32951124 swapFree=67107380/67111528
[pid=6193] ppid=6191 vsize=15680188 CPUtime=3.45 cores=0,2,4,6
/proc/6193/stat : 6193 (java) S 6191 6193 5740 0 -1 4202496 148504 0 1 0 326 19 0 0 23 0 18 0 521998977 16056512512 146911 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/6193/statm: 3920047 146911 2241 9 0 3910766 0
[pid=6193/tid=6195] ppid=6191 vsize=15680188 CPUtime=3.03 cores=0,2,4,6
/proc/6193/task/6195/stat : 6195 (java) R 6191 6193 5740 0 -1 4202560 121935 0 1 0 288 15 0 0 22 0 18 0 521998978 16056512512 146911 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 46912505636304 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=6193/tid=6196] ppid=6191 vsize=15680188 CPUtime=0 cores=0,2,4,6
/proc/6193/task/6196/stat : 6196 (java) S 6191 6193 5740 0 -1 4202560 2863 0 0 0 0 0 0 0 16 0 18 0 521998978 16056512512 146911 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463257 0 4 0 16800975 18446604453923297152 0 0 -1 4 0 0 0
[pid=6193/tid=6197] ppid=6191 vsize=15680188 CPUtime=0 cores=0,2,4,6
/proc/6193/task/6197/stat : 6197 (java) S 6191 6193 5740 0 -1 4202560 3281 0 0 0 0 0 0 0 16 0 18 0 521998978 16056512512 146911 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463257 0 4 0 16800975 18446604453923297152 0 0 -1 6 0 0 0
[pid=6193/tid=6198] ppid=6191 vsize=15680188 CPUtime=0 cores=0,2,4,6
/proc/6193/task/6198/stat : 6198 (java) S 6191 6193 5740 0 -1 4202560 6436 0 0 0 0 0 0 0 16 0 18 0 521998978 16056512512 146911 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463257 0 4 0 16800975 18446604453923297152 0 0 -1 4 0 0 0
[pid=6193/tid=6199] ppid=6191 vsize=15680188 CPUtime=0.01 cores=0,2,4,6
/proc/6193/task/6199/stat : 6199 (java) S 6191 6193 5740 0 -1 4202560 2958 0 0 0 1 0 0 0 16 0 18 0 521998978 16056512512 146911 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463257 0 4 0 16800975 18446604453923297152 0 0 -1 0 0 0 0
[pid=6193/tid=6200] ppid=6191 vsize=15680188 CPUtime=0.01 cores=0,2,4,6
/proc/6193/task/6200/stat : 6200 (java) S 6191 6193 5740 0 -1 4202560 1481 0 0 0 1 0 0 0 16 0 18 0 521998978 16056512512 146911 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463257 0 4 0 16800975 18446604453923297152 0 0 -1 6 0 0 0
[pid=6193/tid=6201] ppid=6191 vsize=15680188 CPUtime=0 cores=0,2,4,6
/proc/6193/task/6201/stat : 6201 (java) S 6191 6193 5740 0 -1 4202560 24 0 0 0 0 0 0 0 16 0 18 0 521998978 16056512512 146911 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463257 0 4 0 16800975 18446604453923297152 0 0 -1 0 0 0 0
[pid=6193/tid=6202] ppid=6191 vsize=15680188 CPUtime=0.02 cores=0,2,4,6
/proc/6193/task/6202/stat : 6202 (java) S 6191 6193 5740 0 -1 4202560 3054 0 0 0 2 0 0 0 16 0 18 0 521998978 16056512512 146911 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463257 0 4 0 16800975 18446604453923297152 0 0 -1 2 0 0 0
[pid=6193/tid=6203] ppid=6191 vsize=15680188 CPUtime=0.01 cores=0,2,4,6
/proc/6193/task/6203/stat : 6203 (java) S 6191 6193 5740 0 -1 4202560 737 0 0 0 1 0 0 0 16 0 18 0 521998978 16056512512 146911 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463257 0 4 0 16800975 18446604453923297152 0 0 -1 2 0 0 0
[pid=6193/tid=6204] ppid=6191 vsize=15680188 CPUtime=0 cores=0,2,4,6
/proc/6193/task/6204/stat : 6204 (java) S 6191 6193 5740 0 -1 4202560 441 0 0 0 0 0 0 0 15 0 18 0 521998979 16056512512 146911 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463872 0 0 0 16800975 18446604453923297152 0 0 -1 6 0 0 0
[pid=6193/tid=6205] ppid=6191 vsize=15680188 CPUtime=0 cores=0,2,4,6
/proc/6193/task/6205/stat : 6205 (java) S 6191 6193 5740 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 521998980 16056512512 146911 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463257 0 4 0 16800975 18446604453923297152 0 0 -1 6 0 0 0
[pid=6193/tid=6206] ppid=6191 vsize=15680188 CPUtime=0 cores=0,2,4,6
/proc/6193/task/6206/stat : 6206 (java) S 6191 6193 5740 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 521998980 16056512512 146911 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463257 0 4 0 16800975 18446604453923297152 0 0 -1 2 0 0 0
[pid=6193/tid=6207] ppid=6191 vsize=15680188 CPUtime=0 cores=0,2,4,6
/proc/6193/task/6207/stat : 6207 (java) S 6191 6193 5740 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 521998982 16056512512 146911 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216470961 0 4 0 16800975 18446604453923297152 0 0 -1 6 0 0 0
[pid=6193/tid=6208] ppid=6191 vsize=15680188 CPUtime=0.14 cores=0,2,4,6
/proc/6193/task/6208/stat : 6208 (java) S 6191 6193 5740 0 -1 4202560 1419 0 0 0 14 0 0 0 16 0 18 0 521998982 16056512512 146911 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463257 0 4 0 16800975 18446604453923297152 0 0 -1 2 0 0 0
[pid=6193/tid=6209] ppid=6191 vsize=15680188 CPUtime=0.13 cores=0,2,4,6
/proc/6193/task/6209/stat : 6209 (java) S 6191 6193 5740 0 -1 4202560 2489 0 0 0 13 0 0 0 16 0 18 0 521998982 16056512512 146911 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463257 0 4 0 16800975 18446604453923297152 0 0 -1 0 0 0 0
[pid=6193/tid=6210] ppid=6191 vsize=15680188 CPUtime=0 cores=0,2,4,6
/proc/6193/task/6210/stat : 6210 (java) S 6191 6193 5740 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 521998982 16056512512 146911 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463257 0 4 0 16800975 18446604453923297152 0 0 -1 6 0 0 0
[pid=6193/tid=6211] ppid=6191 vsize=15680188 CPUtime=0 cores=0,2,4,6
/proc/6193/task/6211/stat : 6211 (java) S 6191 6193 5740 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 521998982 16056512512 146911 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463872 0 4 0 16800975 18446604453923297152 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.45
Current children cumulated vsize (KiB) 15680188

[startup+6.301 s]
/proc/loadavg: 4.55 5.06 4.83 3/212 6234
/proc/meminfo: memFree=28944084/32951124 swapFree=67107380/67111528
[pid=6193] ppid=6191 vsize=15679096 CPUtime=6.71 cores=0,2,4,6
/proc/6193/stat : 6193 (java) S 6191 6193 5740 0 -1 4202496 285953 0 1 0 634 37 0 0 23 0 18 0 521998977 16055394304 284097 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/6193/statm: 3919774 284097 2241 9 0 3910493 0
[pid=6193/tid=6195] ppid=6191 vsize=15679096 CPUtime=6.21 cores=0,2,4,6
/proc/6193/task/6195/stat : 6195 (java) R 6191 6193 5740 0 -1 4202560 248839 0 1 0 590 31 0 0 25 0 18 0 521998978 16055394304 284097 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 46912505513279 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=6193/tid=6196] ppid=6191 vsize=15679096 CPUtime=0.01 cores=0,2,4,6
/proc/6193/task/6196/stat : 6196 (java) S 6191 6193 5740 0 -1 4202560 2863 0 0 0 1 0 0 0 15 0 18 0 521998978 16055394304 284097 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463257 0 4 0 16800975 18446604453923297152 0 0 -1 4 0 0 0
[pid=6193/tid=6197] ppid=6191 vsize=15679096 CPUtime=0.01 cores=0,2,4,6
/proc/6193/task/6197/stat : 6197 (java) S 6191 6193 5740 0 -1 4202560 3281 0 0 0 1 0 0 0 15 0 18 0 521998978 16055394304 284097 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463257 0 4 0 16800975 18446604453923297152 0 0 -1 6 0 0 0
[pid=6193/tid=6198] ppid=6191 vsize=15679096 CPUtime=0.01 cores=0,2,4,6
/proc/6193/task/6198/stat : 6198 (java) S 6191 6193 5740 0 -1 4202560 6438 0 0 0 0 1 0 0 15 0 18 0 521998978 16055394304 284097 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463257 0 4 0 16800975 18446604453923297152 0 0 -1 2 0 0 0
[pid=6193/tid=6199] ppid=6191 vsize=15679096 CPUtime=0.02 cores=0,2,4,6
/proc/6193/task/6199/stat : 6199 (java) S 6191 6193 5740 0 -1 4202560 2958 0 0 0 2 0 0 0 15 0 18 0 521998978 16055394304 284097 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463257 0 4 0 16800975 18446604453923297152 0 0 -1 4 0 0 0
[pid=6193/tid=6200] ppid=6191 vsize=15679096 CPUtime=0.02 cores=0,2,4,6
/proc/6193/task/6200/stat : 6200 (java) S 6191 6193 5740 0 -1 4202560 1481 0 0 0 2 0 0 0 15 0 18 0 521998978 16055394304 284097 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463257 0 4 0 16800975 18446604453923297152 0 0 -1 6 0 0 0
[pid=6193/tid=6201] ppid=6191 vsize=15679096 CPUtime=0.02 cores=0,2,4,6
/proc/6193/task/6201/stat : 6201 (java) S 6191 6193 5740 0 -1 4202560 10266 0 0 0 1 1 0 0 16 0 18 0 521998978 16055394304 284097 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463257 0 4 0 16800975 18446604453923297152 0 0 -1 0 0 0 0
[pid=6193/tid=6202] ppid=6191 vsize=15679096 CPUtime=0.03 cores=0,2,4,6
/proc/6193/task/6202/stat : 6202 (java) S 6191 6193 5740 0 -1 4202560 3054 0 0 0 3 0 0 0 15 0 18 0 521998978 16055394304 284097 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463257 0 4 0 16800975 18446604453923297152 0 0 -1 2 0 0 0
[pid=6193/tid=6203] ppid=6191 vsize=15679096 CPUtime=0.01 cores=0,2,4,6
/proc/6193/task/6203/stat : 6203 (java) S 6191 6193 5740 0 -1 4202560 737 0 0 0 1 0 0 0 15 0 18 0 521998978 16055394304 284097 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463257 0 4 0 16800975 18446604453923297152 0 0 -1 4 0 0 0
[pid=6193/tid=6204] ppid=6191 vsize=15679096 CPUtime=0 cores=0,2,4,6
/proc/6193/task/6204/stat : 6204 (java) S 6191 6193 5740 0 -1 4202560 742 0 0 0 0 0 0 0 15 0 18 0 521998979 16055394304 284097 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463872 0 0 0 16800975 18446604453923297152 0 0 -1 6 0 0 0
[pid=6193/tid=6205] ppid=6191 vsize=15679096 CPUtime=0 cores=0,2,4,6
/proc/6193/task/6205/stat : 6205 (java) S 6191 6193 5740 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 521998980 16055394304 284097 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463257 0 4 0 16800975 18446604453923297152 0 0 -1 6 0 0 0
[pid=6193/tid=6206] ppid=6191 vsize=15679096 CPUtime=0 cores=0,2,4,6
/proc/6193/task/6206/stat : 6206 (java) S 6191 6193 5740 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 521998980 16055394304 284097 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463257 0 4 0 16800975 18446604453923297152 0 0 -1 2 0 0 0
[pid=6193/tid=6207] ppid=6191 vsize=15679096 CPUtime=0 cores=0,2,4,6
/proc/6193/task/6207/stat : 6207 (java) S 6191 6193 5740 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 521998982 16055394304 284097 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216470961 0 4 0 16800975 18446604453923297152 0 0 -1 6 0 0 0
[pid=6193/tid=6208] ppid=6191 vsize=15679096 CPUtime=0.14 cores=0,2,4,6
/proc/6193/task/6208/stat : 6208 (java) S 6191 6193 5740 0 -1 4202560 1419 0 0 0 14 0 0 0 16 0 18 0 521998982 16055394304 284097 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463257 0 4 0 16800975 18446604453923297152 0 0 -1 2 0 0 0
[pid=6193/tid=6209] ppid=6191 vsize=15679096 CPUtime=0.13 cores=0,2,4,6
/proc/6193/task/6209/stat : 6209 (java) S 6191 6193 5740 0 -1 4202560 2489 0 0 0 13 0 0 0 16 0 18 0 521998982 16055394304 284097 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463257 0 4 0 16800975 18446604453923297152 0 0 -1 0 0 0 0
[pid=6193/tid=6210] ppid=6191 vsize=15679096 CPUtime=0 cores=0,2,4,6
/proc/6193/task/6210/stat : 6210 (java) S 6191 6193 5740 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 521998982 16055394304 284097 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463257 0 4 0 16800975 18446604453923297152 0 0 -1 6 0 0 0
[pid=6193/tid=6211] ppid=6191 vsize=15679096 CPUtime=0 cores=0,2,4,6
/proc/6193/task/6211/stat : 6211 (java) S 6191 6193 5740 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 521998982 16055394304 284097 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463872 0 4 0 16800975 18446604453923297152 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6.71
Current children cumulated vsize (KiB) 15679096

[startup+12.7009 s]
/proc/loadavg: 4.16 4.96 4.80 3/212 6234
/proc/meminfo: memFree=27673264/32951124 swapFree=67107380/67111528
[pid=6193] ppid=6191 vsize=15679096 CPUtime=13.22 cores=0,2,4,6
/proc/6193/stat : 6193 (java) S 6191 6193 5740 0 -1 4202496 461039 0 1 0 1262 60 0 0 23 0 18 0 521998977 16055394304 459164 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/6193/statm: 3919774 459164 2241 9 0 3910493 0
[pid=6193/tid=6195] ppid=6191 vsize=15679096 CPUtime=12.56 cores=0,2,4,6

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

[pid=6193/tid=6200] ppid=6191 vsize=15700500 CPUtime=14.89 cores=0,2,4,6
/proc/6193/task/6200/stat : 6200 (java) S 6191 6193 5740 0 -1 4202560 273079 0 0 0 1445 44 0 0 16 0 20 0 521998978 16077312000 3835568 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463257 0 4 0 16800975 18446604453923297152 0 0 -1 6 0 0 0
[pid=6193/tid=6201] ppid=6191 vsize=15700500 CPUtime=14.47 cores=0,2,4,6
/proc/6193/task/6201/stat : 6201 (java) S 6191 6193 5740 0 -1 4202560 445536 0 0 0 1378 69 0 0 16 0 20 0 521998978 16077312000 3835568 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463257 0 4 0 16800975 18446604453923297152 0 0 -1 6 0 0 0
[pid=6193/tid=6202] ppid=6191 vsize=15700500 CPUtime=16.97 cores=0,2,4,6
/proc/6193/task/6202/stat : 6202 (java) S 6191 6193 5740 0 -1 4202560 582185 0 0 0 1608 89 0 0 16 0 20 0 521998978 16077312000 3835568 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463257 0 4 0 16800975 18446604453923297152 0 0 -1 6 0 0 0
[pid=6193/tid=6203] ppid=6191 vsize=15700500 CPUtime=15.51 cores=0,2,4,6
/proc/6193/task/6203/stat : 6203 (java) S 6191 6193 5740 0 -1 4202560 550440 0 0 0 1458 93 0 0 16 0 20 0 521998978 16077312000 3835568 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463257 0 4 0 16800975 18446604453923297152 0 0 -1 6 0 0 0
[pid=6193/tid=6204] ppid=6191 vsize=15700500 CPUtime=428.09 cores=0,2,4,6
/proc/6193/task/6204/stat : 6204 (java) R 6191 6193 5740 0 -1 4202560 268944 0 0 0 42767 42 0 0 25 0 20 0 521998979 16077312000 3835568 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 47713635668317 0 0 0 16800975 0 0 0 -1 2 0 0 0
[pid=6193/tid=6205] ppid=6191 vsize=15700500 CPUtime=0 cores=0,2,4,6
/proc/6193/task/6205/stat : 6205 (java) S 6191 6193 5740 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 20 0 521998980 16077312000 3835568 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463257 0 4 0 16800975 18446604453923297152 0 0 -1 6 0 0 0
[pid=6193/tid=6206] ppid=6191 vsize=15700500 CPUtime=0 cores=0,2,4,6
/proc/6193/task/6206/stat : 6206 (java) S 6191 6193 5740 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 20 0 521998980 16077312000 3835568 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463257 0 4 0 16800975 18446604453923297152 0 0 -1 2 0 0 0
[pid=6193/tid=6207] ppid=6191 vsize=15700500 CPUtime=0 cores=0,2,4,6
/proc/6193/task/6207/stat : 6207 (java) S 6191 6193 5740 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 521998982 16077312000 3835568 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216470961 0 4 0 16800975 18446604453923297152 0 0 -1 6 0 0 0
[pid=6193/tid=6208] ppid=6191 vsize=15700500 CPUtime=1.33 cores=0,2,4,6
/proc/6193/task/6208/stat : 6208 (java) S 6191 6193 5740 0 -1 4202560 2194 0 0 0 133 0 0 0 15 0 20 0 521998982 16077312000 3835568 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463257 0 4 0 16800975 18446604453923297152 0 0 -1 4 0 0 0
[pid=6193/tid=6209] ppid=6191 vsize=15700500 CPUtime=2.77 cores=0,2,4,6
/proc/6193/task/6209/stat : 6209 (java) S 6191 6193 5740 0 -1 4202560 17795 0 0 0 275 2 0 0 16 0 20 0 521998982 16077312000 3835568 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463257 0 4 0 16800975 18446604453923297152 0 0 -1 6 0 0 0
[pid=6193/tid=6210] ppid=6191 vsize=15700500 CPUtime=0 cores=0,2,4,6
/proc/6193/task/6210/stat : 6210 (java) S 6191 6193 5740 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 521998982 16077312000 3835568 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463257 0 4 0 16800975 18446604453923297152 0 0 -1 6 0 0 0
[pid=6193/tid=6211] ppid=6191 vsize=15700500 CPUtime=0 cores=0,2,4,6
/proc/6193/task/6211/stat : 6211 (java) S 6191 6193 5740 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 20 0 521998982 16077312000 3835568 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463872 0 4 0 16800975 18446604453923297152 0 0 -1 0 0 0 0
[pid=6193/tid=6237] ppid=6191 vsize=15700500 CPUtime=572.74 cores=0,2,4,6
/proc/6193/task/6237/stat : 6237 (java) S 6191 6193 5740 0 -1 4202560 28095 0 0 0 57270 4 0 0 15 0 20 0 522001574 16077312000 3835568 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463257 0 4 0 16800975 18446604453923297152 0 0 -1 0 0 0 0
[pid=6193/tid=6238] ppid=6191 vsize=15700500 CPUtime=539.11 cores=0,2,4,6
/proc/6193/task/6238/stat : 6238 (java) S 6191 6193 5740 0 -1 4202560 6326 0 0 0 53910 1 0 0 15 0 20 0 522001574 16077312000 3835568 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463257 0 4 0 16800975 18446604453923297152 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1852.03
Current children cumulated vsize (KiB) 15700500

[startup+1242.3 s]
/proc/loadavg: 2.04 2.52 3.55 3/217 6275
/proc/meminfo: memFree=99956/32951124 swapFree=67106928/67111528
[pid=6193] ppid=6191 vsize=15700500 CPUtime=1913.79 cores=0,2,4,6
/proc/6193/stat : 6193 (java) S 6191 6193 5740 0 -1 4202496 3994377 0 1 0 190746 633 0 0 23 0 20 0 521998977 16077312000 3835568 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/6193/statm: 3925125 3835568 2301 9 0 3915844 0
[pid=6193/tid=6195] ppid=6191 vsize=15700500 CPUtime=144.74 cores=0,2,4,6
/proc/6193/task/6195/stat : 6195 (java) S 6191 6193 5740 0 -1 4202560 590580 0 1 0 14395 79 0 0 25 0 20 0 521998978 16077312000 3835568 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463257 0 4 0 16800975 18446604453923297152 0 0 -1 2 0 0 0
[pid=6193/tid=6196] ppid=6191 vsize=15700500 CPUtime=14.55 cores=0,2,4,6
/proc/6193/task/6196/stat : 6196 (java) S 6191 6193 5740 0 -1 4202560 216260 0 0 0 1419 36 0 0 16 0 20 0 521998978 16077312000 3835568 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463257 0 4 0 16800975 18446604453923297152 0 0 -1 0 0 0 0
[pid=6193/tid=6197] ppid=6191 vsize=15700500 CPUtime=13.8 cores=0,2,4,6
/proc/6193/task/6197/stat : 6197 (java) S 6191 6193 5740 0 -1 4202560 243995 0 0 0 1342 38 0 0 16 0 20 0 521998978 16077312000 3835568 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463257 0 4 0 16800975 18446604453923297152 0 0 -1 0 0 0 0
[pid=6193/tid=6198] ppid=6191 vsize=15700500 CPUtime=15.2 cores=0,2,4,6
/proc/6193/task/6198/stat : 6198 (java) S 6191 6193 5740 0 -1 4202560 458045 0 0 0 1443 77 0 0 16 0 20 0 521998978 16077312000 3835568 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463257 0 4 0 16800975 18446604453923297152 0 0 -1 2 0 0 0
[pid=6193/tid=6199] ppid=6191 vsize=15700500 CPUtime=16.71 cores=0,2,4,6
/proc/6193/task/6199/stat : 6199 (java) S 6191 6193 5740 0 -1 4202560 309246 0 0 0 1620 51 0 0 16 0 20 0 521998978 16077312000 3835568 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463257 0 4 0 16800975 18446604453923297152 0 0 -1 2 0 0 0
[pid=6193/tid=6200] ppid=6191 vsize=15700500 CPUtime=14.89 cores=0,2,4,6
/proc/6193/task/6200/stat : 6200 (java) S 6191 6193 5740 0 -1 4202560 273079 0 0 0 1445 44 0 0 16 0 20 0 521998978 16077312000 3835568 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463257 0 4 0 16800975 18446604453923297152 0 0 -1 6 0 0 0
[pid=6193/tid=6201] ppid=6191 vsize=15700500 CPUtime=14.47 cores=0,2,4,6
/proc/6193/task/6201/stat : 6201 (java) S 6191 6193 5740 0 -1 4202560 445536 0 0 0 1378 69 0 0 16 0 20 0 521998978 16077312000 3835568 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463257 0 4 0 16800975 18446604453923297152 0 0 -1 6 0 0 0
[pid=6193/tid=6202] ppid=6191 vsize=15700500 CPUtime=16.97 cores=0,2,4,6
/proc/6193/task/6202/stat : 6202 (java) S 6191 6193 5740 0 -1 4202560 582185 0 0 0 1608 89 0 0 16 0 20 0 521998978 16077312000 3835568 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463257 0 4 0 16800975 18446604453923297152 0 0 -1 6 0 0 0
[pid=6193/tid=6203] ppid=6191 vsize=15700500 CPUtime=15.51 cores=0,2,4,6
/proc/6193/task/6203/stat : 6203 (java) S 6191 6193 5740 0 -1 4202560 550440 0 0 0 1458 93 0 0 16 0 20 0 521998978 16077312000 3835568 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463257 0 4 0 16800975 18446604453923297152 0 0 -1 6 0 0 0
[pid=6193/tid=6204] ppid=6191 vsize=15700500 CPUtime=486.32 cores=0,2,4,6
/proc/6193/task/6204/stat : 6204 (java) R 6191 6193 5740 0 -1 4202560 268948 0 0 0 48590 42 0 0 25 0 20 0 521998979 16077312000 3835568 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210204338245 0 0 0 16800975 0 0 0 -1 2 0 0 0
[pid=6193/tid=6205] ppid=6191 vsize=15700500 CPUtime=0 cores=0,2,4,6
/proc/6193/task/6205/stat : 6205 (java) S 6191 6193 5740 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 20 0 521998980 16077312000 3835568 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463257 0 4 0 16800975 18446604453923297152 0 0 -1 6 0 0 0
[pid=6193/tid=6206] ppid=6191 vsize=15700500 CPUtime=0 cores=0,2,4,6
/proc/6193/task/6206/stat : 6206 (java) S 6191 6193 5740 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 20 0 521998980 16077312000 3835568 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463257 0 4 0 16800975 18446604453923297152 0 0 -1 2 0 0 0
[pid=6193/tid=6207] ppid=6191 vsize=15700500 CPUtime=0 cores=0,2,4,6
/proc/6193/task/6207/stat : 6207 (java) S 6191 6193 5740 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 521998982 16077312000 3835568 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216470961 0 4 0 16800975 18446604453923297152 0 0 -1 6 0 0 0
[pid=6193/tid=6208] ppid=6191 vsize=15700500 CPUtime=1.33 cores=0,2,4,6
/proc/6193/task/6208/stat : 6208 (java) S 6191 6193 5740 0 -1 4202560 2194 0 0 0 133 0 0 0 15 0 20 0 521998982 16077312000 3835568 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463257 0 4 0 16800975 18446604453923297152 0 0 -1 4 0 0 0
[pid=6193/tid=6209] ppid=6191 vsize=15700500 CPUtime=2.77 cores=0,2,4,6
/proc/6193/task/6209/stat : 6209 (java) S 6191 6193 5740 0 -1 4202560 17795 0 0 0 275 2 0 0 16 0 20 0 521998982 16077312000 3835568 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463257 0 4 0 16800975 18446604453923297152 0 0 -1 6 0 0 0
[pid=6193/tid=6210] ppid=6191 vsize=15700500 CPUtime=0 cores=0,2,4,6
/proc/6193/task/6210/stat : 6210 (java) S 6191 6193 5740 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 521998982 16077312000 3835568 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463257 0 4 0 16800975 18446604453923297152 0 0 -1 6 0 0 0
[pid=6193/tid=6211] ppid=6191 vsize=15700500 CPUtime=0 cores=0,2,4,6
/proc/6193/task/6211/stat : 6211 (java) S 6191 6193 5740 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 20 0 521998982 16077312000 3835568 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463872 0 4 0 16800975 18446604453923297152 0 0 -1 2 0 0 0
[pid=6193/tid=6237] ppid=6191 vsize=15700500 CPUtime=574.49 cores=0,2,4,6
/proc/6193/task/6237/stat : 6237 (java) S 6191 6193 5740 0 -1 4202560 28119 0 0 0 57445 4 0 0 15 0 20 0 522001574 16077312000 3835568 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463257 0 4 0 16800975 18446604453923297152 0 0 -1 0 0 0 0
[pid=6193/tid=6238] ppid=6191 vsize=15700500 CPUtime=540.88 cores=0,2,4,6
/proc/6193/task/6238/stat : 6238 (java) S 6191 6193 5740 0 -1 4202560 6345 0 0 0 54086 2 0 0 15 0 20 0 522001574 16077312000 3835568 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463257 0 4 0 16800975 18446604453923297152 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1913.79
Current children cumulated vsize (KiB) 15700500



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.01 2.43 3.46 3/217 6276
/proc/meminfo: memFree=99916/32951124 swapFree=67106928/67111528
[pid=6193] ppid=6191 vsize=15700500 CPUtime=1978.14 cores=0,2,4,6
/proc/6193/stat : 6193 (java) S 6191 6193 5740 0 -1 4202496 3994418 0 1 0 197180 634 0 0 23 0 20 0 521998977 16077312000 3835568 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/6193/statm: 3925125 3835568 2301 9 0 3915844 0
[pid=6193/tid=6195] ppid=6191 vsize=15700500 CPUtime=144.74 cores=0,2,4,6
/proc/6193/task/6195/stat : 6195 (java) S 6191 6193 5740 0 -1 4202560 590580 0 1 0 14395 79 0 0 25 0 20 0 521998978 16077312000 3835568 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463257 0 4 0 16800975 18446604453923297152 0 0 -1 2 0 0 0
[pid=6193/tid=6196] ppid=6191 vsize=15700500 CPUtime=14.55 cores=0,2,4,6
/proc/6193/task/6196/stat : 6196 (java) S 6191 6193 5740 0 -1 4202560 216260 0 0 0 1419 36 0 0 16 0 20 0 521998978 16077312000 3835568 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463257 0 4 0 16800975 18446604453923297152 0 0 -1 0 0 0 0
[pid=6193/tid=6197] ppid=6191 vsize=15700500 CPUtime=13.8 cores=0,2,4,6
/proc/6193/task/6197/stat : 6197 (java) S 6191 6193 5740 0 -1 4202560 243995 0 0 0 1342 38 0 0 16 0 20 0 521998978 16077312000 3835568 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463257 0 4 0 16800975 18446604453923297152 0 0 -1 0 0 0 0
[pid=6193/tid=6198] ppid=6191 vsize=15700500 CPUtime=15.2 cores=0,2,4,6
/proc/6193/task/6198/stat : 6198 (java) S 6191 6193 5740 0 -1 4202560 458045 0 0 0 1443 77 0 0 16 0 20 0 521998978 16077312000 3835568 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463257 0 4 0 16800975 18446604453923297152 0 0 -1 2 0 0 0
[pid=6193/tid=6199] ppid=6191 vsize=15700500 CPUtime=16.71 cores=0,2,4,6
/proc/6193/task/6199/stat : 6199 (java) S 6191 6193 5740 0 -1 4202560 309246 0 0 0 1620 51 0 0 16 0 20 0 521998978 16077312000 3835568 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463257 0 4 0 16800975 18446604453923297152 0 0 -1 2 0 0 0
[pid=6193/tid=6200] ppid=6191 vsize=15700500 CPUtime=14.89 cores=0,2,4,6
/proc/6193/task/6200/stat : 6200 (java) S 6191 6193 5740 0 -1 4202560 273079 0 0 0 1445 44 0 0 16 0 20 0 521998978 16077312000 3835568 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463257 0 4 0 16800975 18446604453923297152 0 0 -1 6 0 0 0
[pid=6193/tid=6201] ppid=6191 vsize=15700500 CPUtime=14.47 cores=0,2,4,6
/proc/6193/task/6201/stat : 6201 (java) S 6191 6193 5740 0 -1 4202560 445536 0 0 0 1378 69 0 0 16 0 20 0 521998978 16077312000 3835568 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463257 0 4 0 16800975 18446604453923297152 0 0 -1 6 0 0 0
[pid=6193/tid=6202] ppid=6191 vsize=15700500 CPUtime=16.97 cores=0,2,4,6
/proc/6193/task/6202/stat : 6202 (java) S 6191 6193 5740 0 -1 4202560 582185 0 0 0 1608 89 0 0 16 0 20 0 521998978 16077312000 3835568 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463257 0 4 0 16800975 18446604453923297152 0 0 -1 6 0 0 0
[pid=6193/tid=6203] ppid=6191 vsize=15700500 CPUtime=15.51 cores=0,2,4,6
/proc/6193/task/6203/stat : 6203 (java) S 6191 6193 5740 0 -1 4202560 550440 0 0 0 1458 93 0 0 16 0 20 0 521998978 16077312000 3835568 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463257 0 4 0 16800975 18446604453923297152 0 0 -1 6 0 0 0
[pid=6193/tid=6204] ppid=6191 vsize=15700500 CPUtime=537.4 cores=0,2,4,6
/proc/6193/task/6204/stat : 6204 (java) R 6191 6193 5740 0 -1 4202560 268952 0 0 0 53697 43 0 0 25 0 20 0 521998979 16077312000 3835568 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 47713638386090 0 0 0 16800975 0 0 0 -1 2 0 0 0
[pid=6193/tid=6205] ppid=6191 vsize=15700500 CPUtime=0 cores=0,2,4,6
/proc/6193/task/6205/stat : 6205 (java) S 6191 6193 5740 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 20 0 521998980 16077312000 3835568 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463257 0 4 0 16800975 18446604453923297152 0 0 -1 6 0 0 0
[pid=6193/tid=6206] ppid=6191 vsize=15700500 CPUtime=0 cores=0,2,4,6
/proc/6193/task/6206/stat : 6206 (java) S 6191 6193 5740 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 20 0 521998980 16077312000 3835568 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463257 0 4 0 16800975 18446604453923297152 0 0 -1 2 0 0 0
[pid=6193/tid=6207] ppid=6191 vsize=15700500 CPUtime=0 cores=0,2,4,6
/proc/6193/task/6207/stat : 6207 (java) S 6191 6193 5740 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 521998982 16077312000 3835568 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216470961 0 4 0 16800975 18446604453923297152 0 0 -1 6 0 0 0
[pid=6193/tid=6208] ppid=6191 vsize=15700500 CPUtime=1.34 cores=0,2,4,6
/proc/6193/task/6208/stat : 6208 (java) S 6191 6193 5740 0 -1 4202560 2195 0 0 0 134 0 0 0 15 0 20 0 521998982 16077312000 3835568 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463257 0 4 0 16800975 18446604453923297152 0 0 -1 2 0 0 0
[pid=6193/tid=6209] ppid=6191 vsize=15700500 CPUtime=2.77 cores=0,2,4,6
/proc/6193/task/6209/stat : 6209 (java) S 6191 6193 5740 0 -1 4202560 17795 0 0 0 275 2 0 0 16 0 20 0 521998982 16077312000 3835568 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463257 0 4 0 16800975 18446604453923297152 0 0 -1 6 0 0 0
[pid=6193/tid=6210] ppid=6191 vsize=15700500 CPUtime=0 cores=0,2,4,6
/proc/6193/task/6210/stat : 6210 (java) S 6191 6193 5740 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 521998982 16077312000 3835568 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463257 0 4 0 16800975 18446604453923297152 0 0 -1 6 0 0 0
[pid=6193/tid=6211] ppid=6191 vsize=15700500 CPUtime=0 cores=0,2,4,6
/proc/6193/task/6211/stat : 6211 (java) S 6191 6193 5740 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 20 0 521998982 16077312000 3835568 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463872 0 4 0 16800975 18446604453923297152 0 0 -1 2 0 0 0
[pid=6193/tid=6237] ppid=6191 vsize=15700500 CPUtime=581.12 cores=0,2,4,6
/proc/6193/task/6237/stat : 6237 (java) S 6191 6193 5740 0 -1 4202560 28134 0 0 0 58108 4 0 0 16 0 20 0 522001574 16077312000 3835568 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463257 0 4 0 16800975 18446604453923297152 0 0 -1 0 0 0 0
[pid=6193/tid=6238] ppid=6191 vsize=15700500 CPUtime=547.51 cores=0,2,4,6
/proc/6193/task/6238/stat : 6238 (java) S 6191 6193 5740 0 -1 4202560 6362 0 0 0 54749 2 0 0 15 0 20 0 522001574 16077312000 3835568 33554432000 1073741824 1073778376 140734268336928 18446744073709551615 210216463257 0 4 0 16800975 18446604453923297152 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1978.14
Current children cumulated vsize (KiB) 15700500

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -6193

[startup+1302.3 s]
/proc/loadavg: 2.01 2.43 3.46 3/218 6277
/proc/meminfo: memFree=99908/32951124 swapFree=67106928/67111528
[pid=6193] ppid=6191 vsize=0 CPUtime=1980.43 cores=0,2,4,6
/proc/6193/stat : 6193 (java) Z 6191 6193 5740 0 -1 4203548 3994425 0 1 0 197381 662 0 0 18 0 2 0 521998977 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/6193/statm: 0 0 0 0 0 0 0
[pid=6193/tid=6210] ppid=6191 vsize=0 CPUtime=0.28 cores=0,2,4,6
/proc/6193/task/6210/stat : 6210 (java) R 6191 6193 5740 0 -1 4203588 1 0 0 0 0 28 0 0 18 0 2 0 521998982 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1980.43
Current children cumulated vsize (KiB) 0

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

[startup+1302.4 s]
/proc/loadavg: 2.01 2.43 3.46 3/218 6277
/proc/meminfo: memFree=99908/32951124 swapFree=67106928/67111528
[pid=6193] ppid=6191 vsize=0 CPUtime=1980.53 cores=0,2,4,6
/proc/6193/stat : 6193 (java) Z 6191 6193 5740 0 -1 4203548 3994425 0 1 0 197381 672 0 0 18 0 2 0 521998977 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/6193/statm: 0 0 0 0 0 0 0
[pid=6193/tid=6210] ppid=6191 vsize=0 CPUtime=0.38 cores=0,2,4,6
/proc/6193/task/6210/stat : 6210 (java) R 6191 6193 5740 0 -1 4203588 1 0 0 0 0 38 0 0 18 0 2 0 521998982 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1980.53
Current children cumulated vsize (KiB) 0

[startup+1302.5 s]
/proc/loadavg: 2.01 2.43 3.46 3/218 6277
/proc/meminfo: memFree=99908/32951124 swapFree=67106928/67111528
[pid=6193] ppid=6191 vsize=0 CPUtime=1980.63 cores=0,2,4,6
/proc/6193/stat : 6193 (java) Z 6191 6193 5740 0 -1 4203548 3994425 0 1 0 197381 682 0 0 18 0 2 0 521998977 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/6193/statm: 0 0 0 0 0 0 0
[pid=6193/tid=6210] ppid=6191 vsize=0 CPUtime=0.48 cores=0,2,4,6
/proc/6193/task/6210/stat : 6210 (java) R 6191 6193 5740 0 -1 4203588 1 0 0 0 0 48 0 0 18 0 2 0 521998982 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1980.63
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1302.59
CPU time (s): 1980.73
CPU user time (s): 1973.82
CPU system time (s): 6.90895
CPU usage (%): 152.061
Max. virtual memory (cumulated for all children) (KiB): 15700500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1973.82
system time used= 6.90895
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3994425
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 69818
involuntary context switches= 51544

runsolver used 2.26666 second user time and 4.86826 second system time

The end

Launcher Data

Begin job on node130 at 2011-04-29 21:06:45
IDJOB=3313517
IDBENCH=82404
IDSOLVER=1699
FILE ID=node130/3313517-1304103999
RUNJOBID= node130-1304100078-5758
PBS_JOBID= 13170623
Free space on /tmp= 71672 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/application/rintanen/SATPlanning/transport-transport-three-cities-sequential-14nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.040-NOTKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3313517-1304103999/watcher-3313517-1304103999 -o /tmp/evaluation-result-3313517-1304103999/solver-3313517-1304103999 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3313517-1304103999.cnf

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

MD5SUM BENCH= 6c2d25eda70423643946d76935ceb950
RANDOM SEED=1501265162

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30755284 kB
Buffers:        246820 kB
Cached:        1534600 kB
SwapCached:       1276 kB
Active:         233348 kB
Inactive:      1612660 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30755284 kB
SwapTotal:    67111528 kB
SwapFree:     67107380 kB
Dirty:          331708 kB
Writeback:           0 kB
AnonPages:       64192 kB
Mapped:          14660 kB
Slab:           285412 kB
PageTables:       4560 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   192652 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= 71620 MiB
End job on node130 at 2011-04-29 21:28:27