Trace number 3312476

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) 2160.77 1302.56

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v30000-c126000-S1354319962-100-UNKNOWN.cnf
MD5SUM54460fee539c424ee8b11c1bf37a8da6
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark52.893
Satisfiable
(Un)Satisfiability was proved
Number of variables30000
Number of clauses126000
Sum of the clauses size378000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3126000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.10/0.12	45:12 INFO : Reading from input HOME/instance-3312476-1304117112.cnf
0.93/0.76	Executor set job limit to 1000000
0.93/0.76	Executor set job limit to 1000000
0.93/0.76	Executor set job limit to 1000000
0.93/0.76	Executor set job limit to 1000000
0.93/0.76	Starting Executor!
0.93/0.76	Starting Executor!
0.93/0.76	Starting Executor!
0.93/0.76	Starting Executor!
3.92/2.29	45:14 INFO : 29890 variables remaining out of 30000
3.92/2.29	45:14 INFO : 501220 literals remaining out of 504000
1227.66/369.85	51:20 ERROR: Failed to solve instance
1227.66/369.85	java.lang.OutOfMemoryError: Java heap space
1227.66/369.85		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:222)
1227.66/369.85		at gnu.trove.THash.postInsertHook(THash.java:370)
1227.66/369.85		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1227.66/369.85		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1227.66/369.85		at ibis.structure.Subsumming.run(Subsumming.java:58)
1227.66/369.85		at ibis.structure.Solver.simplify(Solver.java:205)
1227.66/369.85		at ibis.structure.Solver.solve(Solver.java:113)
1227.66/369.85		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1227.66/369.85		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1227.66/369.85		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1227.66/369.85		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1227.66/369.85		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1227.66/369.85		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1227.66/369.85		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1227.66/369.85		at ibis.constellation.Executor.processActivities(Executor.java:75)
1227.66/369.85		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1227.66/369.85		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1227.66/369.85		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1791.04/933.02	54:03 ERROR: Failed to solve instance
1791.04/933.02	java.lang.OutOfMemoryError: Java heap space
1791.04/933.02		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:222)
1791.04/933.02		at gnu.trove.THash.postInsertHook(THash.java:370)
1791.04/933.02		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1791.04/933.02		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1791.04/933.02		at ibis.structure.Subsumming.run(Subsumming.java:58)
1791.04/933.02		at ibis.structure.Solver.simplify(Solver.java:205)
1791.04/933.02		at ibis.structure.Solver.solve(Solver.java:113)
1791.04/933.02		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1791.04/933.02		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1791.04/933.02		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1791.04/933.02		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1791.04/933.02		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1791.04/933.02		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1791.04/933.02		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1791.04/933.02		at ibis.constellation.Executor.processActivities(Executor.java:75)
1791.04/933.02		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1791.04/933.02		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1791.04/933.02		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)

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

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: 4.59 6.91 7.51 1/171 8974
/proc/meminfo: memFree=19919664/32950904 swapFree=67082284/67111528
[pid=8974] ppid=8972 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/8974/stat : 8974 (java) R 8972 8974 8531 0 -1 4202496 813 0 0 0 0 0 0 0 25 0 1 0 523310946 23580672 299 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237273917184 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/8974/statm: 5757 311 245 9 0 124 0

[startup+0.081546 s]
/proc/loadavg: 4.59 6.91 7.51 1/171 8974
/proc/meminfo: memFree=19919664/32950904 swapFree=67082284/67111528
[pid=8974] ppid=8972 vsize=15610064 CPUtime=0.08 cores=1,3,5,7
/proc/8974/stat : 8974 (java) S 8972 8974 8531 0 -1 4202496 4763 0 1 0 7 1 0 0 25 0 18 0 523310946 15984705536 4202 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/8974/statm: 3902516 4215 1978 9 0 3893235 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 15610064

[startup+0.100438 s]
/proc/loadavg: 4.59 6.91 7.51 1/171 8974
/proc/meminfo: memFree=19919664/32950904 swapFree=67082284/67111528
[pid=8974] ppid=8972 vsize=15742112 CPUtime=0.1 cores=1,3,5,7
/proc/8974/stat : 8974 (java) S 8972 8974 8531 0 -1 4202496 5564 0 1 0 9 1 0 0 25 0 18 0 523310946 16119922688 4980 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/8974/statm: 3935528 4980 2117 9 0 3926247 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15742112

[startup+0.300385 s]
/proc/loadavg: 4.59 6.91 7.51 1/171 8974
/proc/meminfo: memFree=19919664/32950904 swapFree=67082284/67111528
[pid=8974] ppid=8972 vsize=15745176 CPUtime=0.52 cores=1,3,5,7
/proc/8974/stat : 8974 (java) S 8972 8974 8531 0 -1 4202496 15414 0 1 0 49 3 0 0 25 0 18 0 523310946 16123060224 13878 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/8974/statm: 3936294 13884 2207 9 0 3927013 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15745176

[startup+0.700316 s]
/proc/loadavg: 4.59 6.91 7.51 1/171 8974
/proc/meminfo: memFree=19919664/32950904 swapFree=67082284/67111528
[pid=8974] ppid=8972 vsize=15745176 CPUtime=0.93 cores=1,3,5,7
/proc/8974/stat : 8974 (java) S 8972 8974 8531 0 -1 4202496 41819 0 1 0 86 7 0 0 25 0 18 0 523310946 16123060224 40279 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/8974/statm: 3936294 40279 2223 9 0 3927013 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 15745176

[startup+1.50117 s]
/proc/loadavg: 4.59 6.91 7.51 3/193 8996
/proc/meminfo: memFree=19746768/32950904 swapFree=67082284/67111528
[pid=8974] ppid=8972 vsize=15783924 CPUtime=2.46 cores=1,3,5,7
/proc/8974/stat : 8974 (java) S 8972 8974 8531 0 -1 4202496 57850 0 1 0 237 9 0 0 25 0 22 0 523310946 16162738176 51626 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/8974/statm: 3945981 51626 2259 9 0 3936700 0
[pid=8974/tid=8976] ppid=8972 vsize=15783924 CPUtime=1.47 cores=1,3,5,7
/proc/8974/task/8976/stat : 8976 (java) R 8972 8974 8531 0 -1 4202560 35669 0 1 0 142 5 0 0 25 0 22 0 523310947 16162738176 51626 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 46912505217056 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=8974/tid=8977] ppid=8972 vsize=15783924 CPUtime=0 cores=1,3,5,7
/proc/8974/task/8977/stat : 8977 (java) S 8972 8974 8531 0 -1 4202560 1517 0 0 0 0 0 0 0 18 0 22 0 523310948 16162738176 51626 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 7 0 0 0
[pid=8974/tid=8978] ppid=8972 vsize=15783924 CPUtime=0 cores=1,3,5,7
/proc/8974/task/8978/stat : 8978 (java) S 8972 8974 8531 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 523310948 16162738176 51626 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 7 0 0 0
[pid=8974/tid=8979] ppid=8972 vsize=15783924 CPUtime=0 cores=1,3,5,7
/proc/8974/task/8979/stat : 8979 (java) S 8972 8974 8531 0 -1 4202560 455 0 0 0 0 0 0 0 18 0 22 0 523310948 16162738176 51626 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 1 0 0 0
[pid=8974/tid=8980] ppid=8972 vsize=15783924 CPUtime=0 cores=1,3,5,7
/proc/8974/task/8980/stat : 8980 (java) S 8972 8974 8531 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 523310948 16162738176 51626 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 7 0 0 0
[pid=8974/tid=8981] ppid=8972 vsize=15783924 CPUtime=0 cores=1,3,5,7
/proc/8974/task/8981/stat : 8981 (java) S 8972 8974 8531 0 -1 4202560 15 0 0 0 0 0 0 0 18 0 22 0 523310948 16162738176 51626 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 1 0 0 0
[pid=8974/tid=8982] ppid=8972 vsize=15783924 CPUtime=0 cores=1,3,5,7
/proc/8974/task/8982/stat : 8982 (java) S 8972 8974 8531 0 -1 4202560 26 0 0 0 0 0 0 0 18 0 22 0 523310948 16162738176 51626 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 5 0 0 0
[pid=8974/tid=8983] ppid=8972 vsize=15783924 CPUtime=0 cores=1,3,5,7
/proc/8974/task/8983/stat : 8983 (java) S 8972 8974 8531 0 -1 4202560 838 0 0 0 0 0 0 0 18 0 22 0 523310948 16162738176 51626 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 3 0 0 0
[pid=8974/tid=8984] ppid=8972 vsize=15783924 CPUtime=0 cores=1,3,5,7
/proc/8974/task/8984/stat : 8984 (java) S 8972 8974 8531 0 -1 4202560 826 0 0 0 0 0 0 0 18 0 22 0 523310948 16162738176 51626 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 5 0 0 0
[pid=8974/tid=8985] ppid=8972 vsize=15783924 CPUtime=0 cores=1,3,5,7
/proc/8974/task/8985/stat : 8985 (java) S 8972 8974 8531 0 -1 4202560 71 0 0 0 0 0 0 0 18 0 22 0 523310949 16162738176 51626 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290696192 0 0 0 16800975 18446604471151491840 0 0 -1 5 0 0 0
[pid=8974/tid=8986] ppid=8972 vsize=15783924 CPUtime=0 cores=1,3,5,7
/proc/8974/task/8986/stat : 8986 (java) S 8972 8974 8531 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 523310949 16162738176 51626 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 5 0 0 0
[pid=8974/tid=8987] ppid=8972 vsize=15783924 CPUtime=0 cores=1,3,5,7
/proc/8974/task/8987/stat : 8987 (java) S 8972 8974 8531 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 523310949 16162738176 51626 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 7 0 0 0
[pid=8974/tid=8988] ppid=8972 vsize=15783924 CPUtime=0 cores=1,3,5,7
/proc/8974/task/8988/stat : 8988 (java) S 8972 8974 8531 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523310951 16162738176 51626 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290703281 0 4 0 16800975 18446604471151491840 0 0 -1 5 0 0 0
[pid=8974/tid=8989] ppid=8972 vsize=15783924 CPUtime=0.73 cores=1,3,5,7
/proc/8974/task/8989/stat : 8989 (java) R 8972 8974 8531 0 -1 4202560 14470 0 0 0 71 2 0 0 21 0 22 0 523310951 16162738176 51626 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 47063787316329 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=8974/tid=8990] ppid=8972 vsize=15783924 CPUtime=0.2 cores=1,3,5,7
/proc/8974/task/8990/stat : 8990 (java) S 8972 8974 8531 0 -1 4202560 2532 0 0 0 20 0 0 0 15 0 22 0 523310951 16162738176 51626 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 1 0 0 0
[pid=8974/tid=8991] ppid=8972 vsize=15783924 CPUtime=0 cores=1,3,5,7
/proc/8974/task/8991/stat : 8991 (java) S 8972 8974 8531 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523310951 16162738176 51626 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 5 0 0 0
[pid=8974/tid=8992] ppid=8972 vsize=15783924 CPUtime=0 cores=1,3,5,7
/proc/8974/task/8992/stat : 8992 (java) S 8972 8974 8531 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523310951 16162738176 51626 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290696192 0 4 0 16800975 18446604471151491840 0 0 -1 7 0 0 0
[pid=8974/tid=8993] ppid=8972 vsize=15783924 CPUtime=0 cores=1,3,5,7
/proc/8974/task/8993/stat : 8993 (java) S 8972 8974 8531 0 -1 4202560 13 0 0 0 0 0 0 0 18 0 22 0 523311023 16162738176 51626 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290696192 0 4 0 16800975 18446604471151491840 0 0 -1 1 0 0 0
[pid=8974/tid=8994] ppid=8972 vsize=15783924 CPUtime=0 cores=1,3,5,7
/proc/8974/task/8994/stat : 8994 (java) S 8972 8974 8531 0 -1 4202560 13 0 0 0 0 0 0 0 18 0 22 0 523311023 16162738176 51626 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290696192 0 4 0 16800975 18446604471151491840 0 0 -1 1 0 0 0
[pid=8974/tid=8995] ppid=8972 vsize=15783924 CPUtime=0 cores=1,3,5,7
/proc/8974/task/8995/stat : 8995 (java) S 8972 8974 8531 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 523311023 16162738176 51626 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290696192 0 4 0 16800975 18446604471151491840 0 0 -1 7 0 0 0
[pid=8974/tid=8996] ppid=8972 vsize=15783924 CPUtime=0 cores=1,3,5,7
/proc/8974/task/8996/stat : 8996 (java) S 8972 8974 8531 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 22 0 523311023 16162738176 51626 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290696192 0 4 0 16800975 18446604471151491840 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.46
Current children cumulated vsize (KiB) 15783924

[startup+3.10694 s]
/proc/loadavg: 4.59 6.91 7.51 4/193 8996
/proc/meminfo: memFree=19722216/32950904 swapFree=67082284/67111528
[pid=8974] ppid=8972 vsize=15780968 CPUtime=5.6 cores=1,3,5,7
/proc/8974/stat : 8974 (java) S 8972 8974 8531 0 -1 4202496 72170 0 1 0 548 12 0 0 25 0 22 0 523310946 16159711232 60174 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/8974/statm: 3945242 60177 2275 9 0 3935961 0
[pid=8974/tid=8976] ppid=8972 vsize=15780968 CPUtime=2.27 cores=1,3,5,7
/proc/8974/task/8976/stat : 8976 (java) S 8972 8974 8531 0 -1 4202560 35726 0 1 0 222 5 0 0 25 0 22 0 523310947 16159711232 60178 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 5 0 0 0
[pid=8974/tid=8977] ppid=8972 vsize=15780968 CPUtime=0.01 cores=1,3,5,7
/proc/8974/task/8977/stat : 8977 (java) S 8972 8974 8531 0 -1 4202560 2894 0 0 0 1 0 0 0 18 0 22 0 523310948 16159711232 60179 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 3 0 0 0
[pid=8974/tid=8978] ppid=8972 vsize=15780968 CPUtime=0 cores=1,3,5,7
/proc/8974/task/8978/stat : 8978 (java) S 8972 8974 8531 0 -1 4202560 2017 0 0 0 0 0 0 0 18 0 22 0 523310948 16159711232 60180 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 7 0 0 0
[pid=8974/tid=8979] ppid=8972 vsize=15780968 CPUtime=0 cores=1,3,5,7
/proc/8974/task/8979/stat : 8979 (java) S 8972 8974 8531 0 -1 4202560 455 0 0 0 0 0 0 0 17 0 22 0 523310948 16159711232 60182 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 3 0 0 0
[pid=8974/tid=8980] ppid=8972 vsize=15780968 CPUtime=0 cores=1,3,5,7
/proc/8974/task/8980/stat : 8980 (java) S 8972 8974 8531 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 523310948 16159711232 60184 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 3 0 0 0
[pid=8974/tid=8981] ppid=8972 vsize=15780968 CPUtime=0 cores=1,3,5,7
/proc/8974/task/8981/stat : 8981 (java) S 8972 8974 8531 0 -1 4202560 15 0 0 0 0 0 0 0 18 0 22 0 523310948 16159711232 60184 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 1 0 0 0
[pid=8974/tid=8982] ppid=8972 vsize=15780968 CPUtime=0 cores=1,3,5,7
/proc/8974/task/8982/stat : 8982 (java) S 8972 8974 8531 0 -1 4202560 26 0 0 0 0 0 0 0 18 0 22 0 523310948 16159711232 60186 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 5 0 0 0
[pid=8974/tid=8983] ppid=8972 vsize=15780968 CPUtime=0.01 cores=1,3,5,7
/proc/8974/task/8983/stat : 8983 (java) S 8972 8974 8531 0 -1 4202560 2640 0 0 0 1 0 0 0 18 0 22 0 523310948 16159711232 60188 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 3 0 0 0
[pid=8974/tid=8984] ppid=8972 vsize=15780968 CPUtime=0.01 cores=1,3,5,7
/proc/8974/task/8984/stat : 8984 (java) S 8972 8974 8531 0 -1 4202560 2321 0 0 0 1 0 0 0 17 0 22 0 523310948 16159711232 60189 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 3 0 0 0
[pid=8974/tid=8985] ppid=8972 vsize=15780968 CPUtime=0 cores=1,3,5,7
/proc/8974/task/8985/stat : 8985 (java) S 8972 8974 8531 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 22 0 523310949 16159711232 60190 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290696192 0 0 0 16800975 18446604471151491840 0 0 -1 7 0 0 0
[pid=8974/tid=8986] ppid=8972 vsize=15780968 CPUtime=0 cores=1,3,5,7
/proc/8974/task/8986/stat : 8986 (java) S 8972 8974 8531 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 523310949 16159711232 60192 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 5 0 0 0
[pid=8974/tid=8987] ppid=8972 vsize=15780968 CPUtime=0 cores=1,3,5,7
/proc/8974/task/8987/stat : 8987 (java) S 8972 8974 8531 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 523310949 16159711232 60192 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 7 0 0 0
[pid=8974/tid=8988] ppid=8972 vsize=15780968 CPUtime=0 cores=1,3,5,7
/proc/8974/task/8988/stat : 8988 (java) S 8972 8974 8531 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523310951 16159711232 60194 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290703281 0 4 0 16800975 18446604471151491840 0 0 -1 5 0 0 0
[pid=8974/tid=8989] ppid=8972 vsize=15780968 CPUtime=1.4 cores=1,3,5,7
/proc/8974/task/8989/stat : 8989 (java) S 8972 8974 8531 0 -1 4202560 16858 0 0 0 138 2 0 0 16 0 22 0 523310951 16159711232 60195 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 3 0 0 0
[pid=8974/tid=8990] ppid=8972 vsize=15780968 CPUtime=0.71 cores=1,3,5,7
/proc/8974/task/8990/stat : 8990 (java) S 8972 8974 8531 0 -1 4202560 5471 0 0 0 70 1 0 0 15 0 22 0 523310951 16159711232 60197 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 7 0 0 0
[pid=8974/tid=8991] ppid=8972 vsize=15780968 CPUtime=0 cores=1,3,5,7
/proc/8974/task/8991/stat : 8991 (java) S 8972 8974 8531 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523310951 16159711232 60197 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 5 0 0 0
[pid=8974/tid=8992] ppid=8972 vsize=15780968 CPUtime=0 cores=1,3,5,7
/proc/8974/task/8992/stat : 8992 (java) S 8972 8974 8531 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523310951 16159711232 60199 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290696192 0 4 0 16800975 18446604471151491840 0 0 -1 3 0 0 0
[pid=8974/tid=8993] ppid=8972 vsize=15780968 CPUtime=0.33 cores=1,3,5,7
/proc/8974/task/8993/stat : 8993 (java) R 8972 8974 8531 0 -1 4202560 822 0 0 0 33 0 0 0 15 0 22 0 523311023 16159711232 60201 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 46912506200918 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=8974/tid=8994] ppid=8972 vsize=15780968 CPUtime=0.14 cores=1,3,5,7
/proc/8974/task/8994/stat : 8994 (java) R 8972 8974 8531 0 -1 4202560 708 0 0 0 14 0 0 0 16 0 22 0 523311023 16159711232 60201 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 46912506200918 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=8974/tid=8995] ppid=8972 vsize=15780968 CPUtime=0.34 cores=1,3,5,7
/proc/8974/task/8995/stat : 8995 (java) S 8972 8974 8531 0 -1 4202560 22 0 0 0 34 0 0 0 15 0 22 0 523311023 16159711232 60203 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290696192 0 4 0 16800975 18446604471151491840 0 0 -1 3 0 0 0
[pid=8974/tid=8996] ppid=8972 vsize=15780968 CPUtime=0.28 cores=1,3,5,7
/proc/8974/task/8996/stat : 8996 (java) R 8972 8974 8531 0 -1 4202560 761 0 0 0 28 0 0 0 15 0 22 0 523311023 16159711232 60205 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 46912506206921 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.6
Current children cumulated vsize (KiB) 15780968

[startup+6.30132 s]
/proc/loadavg: 4.62 6.88 7.50 9/193 8996
/proc/meminfo: memFree=18973604/32950904 swapFree=67082284/67111528
[pid=8974] ppid=8972 vsize=15780968 CPUtime=18.09 cores=1,3,5,7
/proc/8974/stat : 8974 (java) S 8972 8974 8531 0 -1 4202496 251797 0 1 0 1770 39 0 0 25 0 22 0 523310946 16159711232 239233 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/8974/statm: 3945242 239233 2275 9 0 3935961 0
[pid=8974/tid=8976] ppid=8972 vsize=15780968 CPUtime=2.27 cores=1,3,5,7
/proc/8974/task/8976/stat : 8976 (java) S 8972 8974 8531 0 -1 4202560 35726 0 1 0 222 5 0 0 25 0 22 0 523310947 16159711232 239233 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 5 0 0 0
[pid=8974/tid=8977] ppid=8972 vsize=15780968 CPUtime=0.17 cores=1,3,5,7
/proc/8974/task/8977/stat : 8977 (java) S 8972 8974 8531 0 -1 4202560 26789 0 0 0 13 4 0 0 16 0 22 0 523310948 16159711232 239233 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 3 0 0 0
[pid=8974/tid=8978] ppid=8972 vsize=15780968 CPUtime=0.09 cores=1,3,5,7
/proc/8974/task/8978/stat : 8978 (java) S 8972 8974 8531 0 -1 4202560 14518 0 0 0 7 2 0 0 16 0 22 0 523310948 16159711232 239233 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 3 0 0 0
[pid=8974/tid=8979] ppid=8972 vsize=15780968 CPUtime=0.15 cores=1,3,5,7
/proc/8974/task/8979/stat : 8979 (java) S 8972 8974 8531 0 -1 4202560 24015 0 0 0 12 3 0 0 16 0 22 0 523310948 16159711232 239233 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 5 0 0 0
[pid=8974/tid=8980] ppid=8972 vsize=15780968 CPUtime=0 cores=1,3,5,7
/proc/8974/task/8980/stat : 8980 (java) S 8972 8974 8531 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523310948 16159711232 239233 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 1 0 0 0
[pid=8974/tid=8981] ppid=8972 vsize=15780968 CPUtime=0.09 cores=1,3,5,7
/proc/8974/task/8981/stat : 8981 (java) S 8972 8974 8531 0 -1 4202560 16424 0 0 0 7 2 0 0 16 0 22 0 523310948 16159711232 239233 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 3 0 0 0
[pid=8974/tid=8982] ppid=8972 vsize=15780968 CPUtime=0.06 cores=1,3,5,7
/proc/8974/task/8982/stat : 8982 (java) S 8972 8974 8531 0 -1 4202560 8116 0 0 0 5 1 0 0 15 0 22 0 523310948 16159711232 239233 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 5 0 0 0
[pid=8974/tid=8983] ppid=8972 vsize=15780968 CPUtime=0.14 cores=1,3,5,7
/proc/8974/task/8983/stat : 8983 (java) S 8972 8974 8531 0 -1 4202560 26193 0 0 0 10 4 0 0 16 0 22 0 523310948 16159711232 239233 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 1 0 0 0
[pid=8974/tid=8984] ppid=8972 vsize=15780968 CPUtime=0.02 cores=1,3,5,7
/proc/8974/task/8984/stat : 8984 (java) S 8972 8974 8531 0 -1 4202560 3521 0 0 0 2 0 0 0 16 0 22 0 523310948 16159711232 239233 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 1 0 0 0
[pid=8974/tid=8985] ppid=8972 vsize=15780968 CPUtime=0 cores=1,3,5,7
/proc/8974/task/8985/stat : 8985 (java) S 8972 8974 8531 0 -1 4202560 554 0 0 0 0 0 0 0 16 0 22 0 523310949 16159711232 239233 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290696192 0 0 0 16800975 18446604471151491840 0 0 -1 7 0 0 0
[pid=8974/tid=8986] ppid=8972 vsize=15780968 CPUtime=0 cores=1,3,5,7
/proc/8974/task/8986/stat : 8986 (java) S 8972 8974 8531 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 523310949 16159711232 239233 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 5 0 0 0
[pid=8974/tid=8987] ppid=8972 vsize=15780968 CPUtime=0 cores=1,3,5,7
/proc/8974/task/8987/stat : 8987 (java) S 8972 8974 8531 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 523310949 16159711232 239233 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 7 0 0 0
[pid=8974/tid=8988] ppid=8972 vsize=15780968 CPUtime=0 cores=1,3,5,7
/proc/8974/task/8988/stat : 8988 (java) S 8972 8974 8531 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523310951 16159711232 239233 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290703281 0 4 0 16800975 18446604471151491840 0 0 -1 5 0 0 0
[pid=8974/tid=8989] ppid=8972 vsize=15780968 CPUtime=1.4 cores=1,3,5,7
/proc/8974/task/8989/stat : 8989 (java) S 8972 8974 8531 0 -1 4202560 16858 0 0 0 138 2 0 0 16 0 22 0 523310951 16159711232 239233 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 3 0 0 0

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

/proc/8974/task/8981/stat : 8981 (java) S 8972 8974 8531 0 -1 4202560 253375 0 0 0 168 41 0 0 16 0 22 0 523310948 16159711232 3846639 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 5 0 0 0
[pid=8974/tid=8982] ppid=8972 vsize=15780968 CPUtime=2.42 cores=1,3,5,7
/proc/8974/task/8982/stat : 8982 (java) S 8972 8974 8531 0 -1 4202560 324848 0 0 0 188 54 0 0 16 0 22 0 523310948 16159711232 3846639 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 7 0 0 0
[pid=8974/tid=8983] ppid=8972 vsize=15780968 CPUtime=2.4 cores=1,3,5,7
/proc/8974/task/8983/stat : 8983 (java) S 8972 8974 8531 0 -1 4202560 314008 0 0 0 187 53 0 0 16 0 22 0 523310948 16159711232 3846639 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 1 0 0 0
[pid=8974/tid=8984] ppid=8972 vsize=15780968 CPUtime=2.32 cores=1,3,5,7
/proc/8974/task/8984/stat : 8984 (java) S 8972 8974 8531 0 -1 4202560 349030 0 0 0 171 61 0 0 16 0 22 0 523310948 16159711232 3846639 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 1 0 0 0
[pid=8974/tid=8985] ppid=8972 vsize=15780968 CPUtime=893.02 cores=1,3,5,7
/proc/8974/task/8985/stat : 8985 (java) R 8972 8974 8531 0 -1 4202560 750816 0 0 0 89196 106 0 0 19 0 22 0 523310949 16159711232 3846639 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 47063790083872 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=8974/tid=8986] ppid=8972 vsize=15780968 CPUtime=0 cores=1,3,5,7
/proc/8974/task/8986/stat : 8986 (java) S 8972 8974 8531 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 22 0 523310949 16159711232 3846639 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 3 0 0 0
[pid=8974/tid=8987] ppid=8972 vsize=15780968 CPUtime=0 cores=1,3,5,7
/proc/8974/task/8987/stat : 8987 (java) S 8972 8974 8531 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 523310949 16159711232 3846639 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 7 0 0 0
[pid=8974/tid=8988] ppid=8972 vsize=15780968 CPUtime=0 cores=1,3,5,7
/proc/8974/task/8988/stat : 8988 (java) S 8972 8974 8531 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523310951 16159711232 3846639 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290703281 0 4 0 16800975 18446604471151491840 0 0 -1 5 0 0 0
[pid=8974/tid=8989] ppid=8972 vsize=15780968 CPUtime=1.49 cores=1,3,5,7
/proc/8974/task/8989/stat : 8989 (java) S 8972 8974 8531 0 -1 4202560 16887 0 0 0 147 2 0 0 15 0 22 0 523310951 16159711232 3846639 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 3 0 0 0
[pid=8974/tid=8990] ppid=8972 vsize=15780968 CPUtime=0.89 cores=1,3,5,7
/proc/8974/task/8990/stat : 8990 (java) S 8972 8974 8531 0 -1 4202560 5688 0 0 0 88 1 0 0 16 0 22 0 523310951 16159711232 3846639 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 7 0 0 0
[pid=8974/tid=8991] ppid=8972 vsize=15780968 CPUtime=0 cores=1,3,5,7
/proc/8974/task/8991/stat : 8991 (java) S 8972 8974 8531 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523310951 16159711232 3846639 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 5 0 0 0
[pid=8974/tid=8992] ppid=8972 vsize=15780968 CPUtime=0 cores=1,3,5,7
/proc/8974/task/8992/stat : 8992 (java) S 8972 8974 8531 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 22 0 523310951 16159711232 3846639 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290696192 0 4 0 16800975 18446604471151491840 0 0 -1 5 0 0 0
[pid=8974/tid=8993] ppid=8972 vsize=15780968 CPUtime=280.33 cores=1,3,5,7
/proc/8974/task/8993/stat : 8993 (java) S 8972 8974 8531 0 -1 4202560 111133 0 0 0 28013 20 0 0 15 0 22 0 523311023 16159711232 3846639 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 1 0 0 0
[pid=8974/tid=8994] ppid=8972 vsize=15780968 CPUtime=281.11 cores=1,3,5,7
/proc/8974/task/8994/stat : 8994 (java) S 8972 8974 8531 0 -1 4202560 115575 0 0 0 28092 19 0 0 15 0 22 0 523311023 16159711232 3846639 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 3 0 0 0
[pid=8974/tid=8995] ppid=8972 vsize=15780968 CPUtime=281.11 cores=1,3,5,7
/proc/8974/task/8995/stat : 8995 (java) S 8972 8974 8531 0 -1 4202560 110925 0 0 0 28091 20 0 0 15 0 22 0 523311023 16159711232 3846639 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 5 0 0 0
[pid=8974/tid=8996] ppid=8972 vsize=15780968 CPUtime=280.35 cores=1,3,5,7
/proc/8974/task/8996/stat : 8996 (java) S 8972 8974 8531 0 -1 4202560 106597 0 0 0 28015 20 0 0 15 0 22 0 523311023 16159711232 3846639 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2040.46
Current children cumulated vsize (KiB) 15780968

[startup+1242.3 s]
/proc/loadavg: 1.00 1.16 2.99 2/193 9041
/proc/meminfo: memFree=4511604/32950904 swapFree=67082284/67111528
[pid=8974] ppid=8972 vsize=15780968 CPUtime=2100.49 cores=1,3,5,7
/proc/8974/stat : 8974 (java) S 8972 8974 8531 0 -1 4202496 3894168 0 1 0 209404 645 0 0 25 0 22 0 523310946 16159711232 3846639 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/8974/statm: 3945242 3846639 2293 9 0 3935961 0
[pid=8974/tid=8976] ppid=8972 vsize=15780968 CPUtime=2.27 cores=1,3,5,7
/proc/8974/task/8976/stat : 8976 (java) S 8972 8974 8531 0 -1 4202560 35726 0 1 0 222 5 0 0 25 0 22 0 523310947 16159711232 3846639 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 5 0 0 0
[pid=8974/tid=8977] ppid=8972 vsize=15780968 CPUtime=2.52 cores=1,3,5,7
/proc/8974/task/8977/stat : 8977 (java) S 8972 8974 8531 0 -1 4202560 354632 0 0 0 192 60 0 0 16 0 22 0 523310948 16159711232 3846639 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 1 0 0 0
[pid=8974/tid=8978] ppid=8972 vsize=15780968 CPUtime=2.67 cores=1,3,5,7
/proc/8974/task/8978/stat : 8978 (java) S 8972 8974 8531 0 -1 4202560 363528 0 0 0 208 59 0 0 16 0 22 0 523310948 16159711232 3846639 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 7 0 0 0
[pid=8974/tid=8979] ppid=8972 vsize=15780968 CPUtime=2.67 cores=1,3,5,7
/proc/8974/task/8979/stat : 8979 (java) S 8972 8974 8531 0 -1 4202560 310245 0 0 0 217 50 0 0 16 0 22 0 523310948 16159711232 3846639 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 5 0 0 0
[pid=8974/tid=8980] ppid=8972 vsize=15780968 CPUtime=2.64 cores=1,3,5,7
/proc/8974/task/8980/stat : 8980 (java) S 8972 8974 8531 0 -1 4202560 369111 0 0 0 203 61 0 0 15 0 22 0 523310948 16159711232 3846639 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 7 0 0 0
[pid=8974/tid=8981] ppid=8972 vsize=15780968 CPUtime=2.09 cores=1,3,5,7
/proc/8974/task/8981/stat : 8981 (java) S 8972 8974 8531 0 -1 4202560 253375 0 0 0 168 41 0 0 16 0 22 0 523310948 16159711232 3846639 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 5 0 0 0
[pid=8974/tid=8982] ppid=8972 vsize=15780968 CPUtime=2.42 cores=1,3,5,7
/proc/8974/task/8982/stat : 8982 (java) S 8972 8974 8531 0 -1 4202560 324848 0 0 0 188 54 0 0 16 0 22 0 523310948 16159711232 3846639 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 7 0 0 0
[pid=8974/tid=8983] ppid=8972 vsize=15780968 CPUtime=2.4 cores=1,3,5,7
/proc/8974/task/8983/stat : 8983 (java) S 8972 8974 8531 0 -1 4202560 314008 0 0 0 187 53 0 0 16 0 22 0 523310948 16159711232 3846639 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 1 0 0 0
[pid=8974/tid=8984] ppid=8972 vsize=15780968 CPUtime=2.32 cores=1,3,5,7
/proc/8974/task/8984/stat : 8984 (java) S 8972 8974 8531 0 -1 4202560 349030 0 0 0 171 61 0 0 16 0 22 0 523310948 16159711232 3846639 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 1 0 0 0
[pid=8974/tid=8985] ppid=8972 vsize=15780968 CPUtime=952.99 cores=1,3,5,7
/proc/8974/task/8985/stat : 8985 (java) R 8972 8974 8531 0 -1 4202560 750818 0 0 0 95191 108 0 0 18 0 22 0 523310949 16159711232 3846639 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 47063786754615 0 0 0 16800975 0 0 0 -1 3 0 0 0
[pid=8974/tid=8986] ppid=8972 vsize=15780968 CPUtime=0 cores=1,3,5,7
/proc/8974/task/8986/stat : 8986 (java) S 8972 8974 8531 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 22 0 523310949 16159711232 3846639 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 3 0 0 0
[pid=8974/tid=8987] ppid=8972 vsize=15780968 CPUtime=0 cores=1,3,5,7
/proc/8974/task/8987/stat : 8987 (java) S 8972 8974 8531 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 523310949 16159711232 3846639 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 7 0 0 0
[pid=8974/tid=8988] ppid=8972 vsize=15780968 CPUtime=0 cores=1,3,5,7
/proc/8974/task/8988/stat : 8988 (java) S 8972 8974 8531 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523310951 16159711232 3846639 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290703281 0 4 0 16800975 18446604471151491840 0 0 -1 5 0 0 0
[pid=8974/tid=8989] ppid=8972 vsize=15780968 CPUtime=1.49 cores=1,3,5,7
/proc/8974/task/8989/stat : 8989 (java) S 8972 8974 8531 0 -1 4202560 16887 0 0 0 147 2 0 0 15 0 22 0 523310951 16159711232 3846639 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 3 0 0 0
[pid=8974/tid=8990] ppid=8972 vsize=15780968 CPUtime=0.89 cores=1,3,5,7
/proc/8974/task/8990/stat : 8990 (java) S 8972 8974 8531 0 -1 4202560 5688 0 0 0 88 1 0 0 16 0 22 0 523310951 16159711232 3846639 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 7 0 0 0
[pid=8974/tid=8991] ppid=8972 vsize=15780968 CPUtime=0 cores=1,3,5,7
/proc/8974/task/8991/stat : 8991 (java) S 8972 8974 8531 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523310951 16159711232 3846639 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 5 0 0 0
[pid=8974/tid=8992] ppid=8972 vsize=15780968 CPUtime=0 cores=1,3,5,7
/proc/8974/task/8992/stat : 8992 (java) S 8972 8974 8531 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 22 0 523310951 16159711232 3846639 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290696192 0 4 0 16800975 18446604471151491840 0 0 -1 5 0 0 0
[pid=8974/tid=8993] ppid=8972 vsize=15780968 CPUtime=280.35 cores=1,3,5,7
/proc/8974/task/8993/stat : 8993 (java) S 8972 8974 8531 0 -1 4202560 111237 0 0 0 28014 21 0 0 15 0 22 0 523311023 16159711232 3846639 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 1 0 0 0
[pid=8974/tid=8994] ppid=8972 vsize=15780968 CPUtime=281.13 cores=1,3,5,7
/proc/8974/task/8994/stat : 8994 (java) S 8972 8974 8531 0 -1 4202560 115814 0 0 0 28093 20 0 0 15 0 22 0 523311023 16159711232 3846639 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 1 0 0 0
[pid=8974/tid=8995] ppid=8972 vsize=15780968 CPUtime=281.11 cores=1,3,5,7
/proc/8974/task/8995/stat : 8995 (java) S 8972 8974 8531 0 -1 4202560 111028 0 0 0 28091 20 0 0 15 0 22 0 523311023 16159711232 3846639 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 5 0 0 0
[pid=8974/tid=8996] ppid=8972 vsize=15780968 CPUtime=280.37 cores=1,3,5,7
/proc/8974/task/8996/stat : 8996 (java) S 8972 8974 8531 0 -1 4202560 106734 0 0 0 28016 21 0 0 15 0 22 0 523311023 16159711232 3846639 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2100.49
Current children cumulated vsize (KiB) 15780968



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.00 1.13 2.86 2/193 9042
/proc/meminfo: memFree=4511372/32950904 swapFree=67082284/67111528
[pid=8974] ppid=8972 vsize=15780968 CPUtime=2158.21 cores=1,3,5,7
/proc/8974/stat : 8974 (java) S 8972 8974 8531 0 -1 4202496 3894740 0 1 0 215173 648 0 0 25 0 22 0 523310946 16159711232 3846639 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/8974/statm: 3945242 3846639 2293 9 0 3935961 0
[pid=8974/tid=8976] ppid=8972 vsize=15780968 CPUtime=2.27 cores=1,3,5,7
/proc/8974/task/8976/stat : 8976 (java) S 8972 8974 8531 0 -1 4202560 35726 0 1 0 222 5 0 0 25 0 22 0 523310947 16159711232 3846639 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 5 0 0 0
[pid=8974/tid=8977] ppid=8972 vsize=15780968 CPUtime=2.52 cores=1,3,5,7
/proc/8974/task/8977/stat : 8977 (java) S 8972 8974 8531 0 -1 4202560 354632 0 0 0 192 60 0 0 16 0 22 0 523310948 16159711232 3846639 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 1 0 0 0
[pid=8974/tid=8978] ppid=8972 vsize=15780968 CPUtime=2.67 cores=1,3,5,7
/proc/8974/task/8978/stat : 8978 (java) S 8972 8974 8531 0 -1 4202560 363528 0 0 0 208 59 0 0 16 0 22 0 523310948 16159711232 3846639 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 7 0 0 0
[pid=8974/tid=8979] ppid=8972 vsize=15780968 CPUtime=2.67 cores=1,3,5,7
/proc/8974/task/8979/stat : 8979 (java) S 8972 8974 8531 0 -1 4202560 310245 0 0 0 217 50 0 0 16 0 22 0 523310948 16159711232 3846639 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 5 0 0 0
[pid=8974/tid=8980] ppid=8972 vsize=15780968 CPUtime=2.64 cores=1,3,5,7
/proc/8974/task/8980/stat : 8980 (java) S 8972 8974 8531 0 -1 4202560 369111 0 0 0 203 61 0 0 15 0 22 0 523310948 16159711232 3846639 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 7 0 0 0
[pid=8974/tid=8981] ppid=8972 vsize=15780968 CPUtime=2.09 cores=1,3,5,7
/proc/8974/task/8981/stat : 8981 (java) S 8972 8974 8531 0 -1 4202560 253375 0 0 0 168 41 0 0 16 0 22 0 523310948 16159711232 3846639 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 5 0 0 0
[pid=8974/tid=8982] ppid=8972 vsize=15780968 CPUtime=2.42 cores=1,3,5,7
/proc/8974/task/8982/stat : 8982 (java) S 8972 8974 8531 0 -1 4202560 324848 0 0 0 188 54 0 0 16 0 22 0 523310948 16159711232 3846639 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 7 0 0 0
[pid=8974/tid=8983] ppid=8972 vsize=15780968 CPUtime=2.4 cores=1,3,5,7
/proc/8974/task/8983/stat : 8983 (java) S 8972 8974 8531 0 -1 4202560 314008 0 0 0 187 53 0 0 16 0 22 0 523310948 16159711232 3846639 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 1 0 0 0
[pid=8974/tid=8984] ppid=8972 vsize=15780968 CPUtime=2.32 cores=1,3,5,7
/proc/8974/task/8984/stat : 8984 (java) S 8972 8974 8531 0 -1 4202560 349030 0 0 0 171 61 0 0 16 0 22 0 523310948 16159711232 3846639 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 1 0 0 0
[pid=8974/tid=8985] ppid=8972 vsize=15780968 CPUtime=1010.67 cores=1,3,5,7
/proc/8974/task/8985/stat : 8985 (java) R 8972 8974 8531 0 -1 4202560 750823 0 0 0 100958 109 0 0 18 0 22 0 523310949 16159711232 3846639 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 47063787364701 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=8974/tid=8986] ppid=8972 vsize=15780968 CPUtime=0 cores=1,3,5,7
/proc/8974/task/8986/stat : 8986 (java) S 8972 8974 8531 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 22 0 523310949 16159711232 3846639 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 3 0 0 0
[pid=8974/tid=8987] ppid=8972 vsize=15780968 CPUtime=0 cores=1,3,5,7
/proc/8974/task/8987/stat : 8987 (java) S 8972 8974 8531 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 523310949 16159711232 3846639 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 7 0 0 0
[pid=8974/tid=8988] ppid=8972 vsize=15780968 CPUtime=0 cores=1,3,5,7
/proc/8974/task/8988/stat : 8988 (java) S 8972 8974 8531 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523310951 16159711232 3846639 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290703281 0 4 0 16800975 18446604471151491840 0 0 -1 5 0 0 0
[pid=8974/tid=8989] ppid=8972 vsize=15780968 CPUtime=1.49 cores=1,3,5,7
/proc/8974/task/8989/stat : 8989 (java) S 8972 8974 8531 0 -1 4202560 16887 0 0 0 147 2 0 0 15 0 22 0 523310951 16159711232 3846639 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 3 0 0 0
[pid=8974/tid=8990] ppid=8972 vsize=15780968 CPUtime=0.89 cores=1,3,5,7
/proc/8974/task/8990/stat : 8990 (java) S 8972 8974 8531 0 -1 4202560 5688 0 0 0 88 1 0 0 16 0 22 0 523310951 16159711232 3846639 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 7 0 0 0
[pid=8974/tid=8991] ppid=8972 vsize=15780968 CPUtime=0 cores=1,3,5,7
/proc/8974/task/8991/stat : 8991 (java) S 8972 8974 8531 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523310951 16159711232 3846639 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 5 0 0 0
[pid=8974/tid=8992] ppid=8972 vsize=15780968 CPUtime=0 cores=1,3,5,7
/proc/8974/task/8992/stat : 8992 (java) S 8972 8974 8531 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 22 0 523310951 16159711232 3846639 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290696192 0 4 0 16800975 18446604471151491840 0 0 -1 5 0 0 0
[pid=8974/tid=8993] ppid=8972 vsize=15780968 CPUtime=280.35 cores=1,3,5,7
/proc/8974/task/8993/stat : 8993 (java) S 8972 8974 8531 0 -1 4202560 111294 0 0 0 28014 21 0 0 15 0 22 0 523311023 16159711232 3846639 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 3 0 0 0
[pid=8974/tid=8994] ppid=8972 vsize=15780968 CPUtime=281.15 cores=1,3,5,7
/proc/8974/task/8994/stat : 8994 (java) S 8972 8974 8531 0 -1 4202560 116215 0 0 0 28094 21 0 0 15 0 22 0 523311023 16159711232 3846639 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 1 0 0 0
[pid=8974/tid=8995] ppid=8972 vsize=15780968 CPUtime=281.11 cores=1,3,5,7
/proc/8974/task/8995/stat : 8995 (java) S 8972 8974 8531 0 -1 4202560 111067 0 0 0 28091 20 0 0 15 0 22 0 523311023 16159711232 3846639 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 5 0 0 0
[pid=8974/tid=8996] ppid=8972 vsize=15780968 CPUtime=280.38 cores=1,3,5,7
/proc/8974/task/8996/stat : 8996 (java) S 8972 8974 8531 0 -1 4202560 106801 0 0 0 28017 21 0 0 15 0 22 0 523311023 16159711232 3846639 33554432000 1073741824 1073778376 140734208782544 18446744073709551615 237290695577 0 4 0 16800975 18446604471151491840 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2158.21
Current children cumulated vsize (KiB) 15780968

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -8974

[startup+1302.3 s]
/proc/loadavg: 1.00 1.13 2.86 2/194 9043
/proc/meminfo: memFree=4511364/32950904 swapFree=67082284/67111528
[pid=8974] ppid=8972 vsize=0 CPUtime=2160.5 cores=1,3,5,7
/proc/8974/stat : 8974 (java) Z 8972 8974 8531 0 -1 4203548 3894766 0 1 0 215374 676 0 0 18 0 2 0 523310946 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/8974/statm: 0 0 0 0 0 0 0
[pid=8974/tid=8985] ppid=8972 vsize=0 CPUtime=1012.96 cores=1,3,5,7
/proc/8974/task/8985/stat : 8985 (java) R 8972 8974 8531 0 -1 4203588 750823 0 0 0 101159 137 0 0 20 0 2 0 523310949 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2160.5
Current children cumulated vsize (KiB) 0

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

[startup+1302.51 s]
/proc/loadavg: 1.00 1.13 2.86 2/173 9043
/proc/meminfo: memFree=15266164/32950904 swapFree=67082284/67111528
[pid=8974] ppid=8972 vsize=0 CPUtime=2160.71 cores=1,3,5,7
/proc/8974/stat : 8974 (java) Z 8972 8974 8531 0 -1 4203548 3894766 0 1 0 215374 697 0 0 18 0 2 0 523310946 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/8974/statm: 0 0 0 0 0 0 0
[pid=8974/tid=8985] ppid=8972 vsize=0 CPUtime=1013.17 cores=1,3,5,7
/proc/8974/task/8985/stat : 8985 (java) R 8972 8974 8531 0 -1 4203588 750823 0 0 0 101159 158 0 0 20 0 2 0 523310949 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2160.71
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1302.56
CPU time (s): 2160.77
CPU user time (s): 2153.74
CPU system time (s): 7.02793
CPU usage (%): 165.886
Max. virtual memory (cumulated for all children) (KiB): 15783960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2153.74
system time used= 7.02793
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3894766
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= 69184
involuntary context switches= 30975

runsolver used 2.05669 second user time and 5.09422 second system time

The end

Launcher Data

Begin job on node121 at 2011-04-30 00:45:12
IDJOB=3312476
IDBENCH=82661
IDSOLVER=1699
FILE ID=node121/3312476-1304117112
RUNJOBID= node121-1304113393-8550
PBS_JOBID= 13170701
Free space on /tmp= 72652 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v30000-c126000-S1354319962-100-UNKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312476-1304117112/watcher-3312476-1304117112 -o /tmp/evaluation-result-3312476-1304117112/solver-3312476-1304117112 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312476-1304117112.cnf

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

MD5SUM BENCH= 54460fee539c424ee8b11c1bf37a8da6
RANDOM SEED=953241682

node121.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.817
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.63
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.817
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	: 5226.07
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.817
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.84
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.817
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.77
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.817
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.82
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.817
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.74
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.817
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.817
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:     32950904 kB
MemFree:      19919936 kB
Buffers:       2184584 kB
Cached:       10285588 kB
SwapCached:       2776 kB
Active:        9135528 kB
Inactive:      3373068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      19919936 kB
SwapTotal:    67111528 kB
SwapFree:     67082284 kB
Dirty:            3948 kB
Writeback:           0 kB
AnonPages:       36124 kB
Mapped:          13748 kB
Slab:           456136 kB
PageTables:       4412 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:   190688 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= 72652 MiB
End job on node121 at 2011-04-30 01:06:55