Trace number 1083098

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
SAT4J CSP 2008-06-13? (exit code) 223.419 223.673

General information on the benchmark

Namecsp/super-js/super-js-taillard-15/
normalized-super-js-taillard-15-14.xml
MD5SUM706565457ea7a4d0a1ce73135f4ed524
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark106.091
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints5580
Maximum constraint arity2
Maximum domain size1240
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5580
Global constraints used (with number of constraints)

Solver Data (download as text)

0.28/0.31	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.28/0.31	c This is free software under the dual EPL/GNU LGPL licenses.
0.28/0.31	c See www.sat4j.org for details.
0.28/0.31	c That software uses the Rhino library from the Mozilla project.
0.28/0.36	c version 9.9.9.token
0.28/0.36	c sun.arch.data.model	32
0.28/0.36	c java.version	1.6.0_06
0.28/0.36	c os.name	Linux
0.28/0.36	c os.version	2.6.9-22.EL.rootsmp
0.28/0.36	c os.arch	i386
0.28/0.36	c Free memory 669864272
0.28/0.36	c Max memory 672137216
0.28/0.36	c Total memory 672137216
0.28/0.36	c Number of processors 2
0.38/0.40	c c --- Begin Solver configuration ---
0.38/0.40	c Stops conflict analysis at the first Unique Implication Point
0.38/0.40	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.38/0.40	c Learn all clauses as in MiniSAT
0.38/0.40	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.40	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.38/0.40	c Expensive reason simplification
0.38/0.40	c MiniSAT restarts strategy
0.38/0.40	c timeout=2147483s
0.38/0.40	c DB Simplification allowed=false
0.38/0.40	c --- End Solver configuration ---
0.38/0.40	c solving HOME/instance-1083098-1215225088.xml
0.38/0.40	c reading problem ... 
0.58/0.68	c reading problem named null
0.58/0.68	c reading domains done.
0.68/0.71	c reading variables done.
1.85/1.64	c reading predicates  done.
2.05/1.83	c reading constraints
217.56/217.88	Exception in thread "main" Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
223.16/223.43		at java.lang.AbstractStringBuilder.(Unknown Source)
223.16/223.43		at java.lang.StringBuilder.(Unknown Source)
223.16/223.43		at org.sat4j.minisat.core.SolverStats.printStat(SolverStats.java:91)
223.16/223.43		at org.sat4j.minisat.core.Solver.printStat(Solver.java:1232)
223.16/223.43		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:94)
223.16/223.43		at org.sat4j.AbstractLauncher$1.run(AbstractLauncher.java:79)

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1083098-1215225088/watcher-1083098-1215225088 -o /tmp/evaluation-result-1083098-1215225088/solver-1083098-1215225088 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1083098-1215225088.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.95 2.01 1.99 5/73 19509
/proc/meminfo: memFree=1698672/2055920 swapFree=4137208/4192956
[pid=19509] ppid=19507 vsize=18572 CPUtime=0
/proc/19509/stat : 19509 (runsolver) R 19507 19509 15628 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 1006963688 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 269028486439 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/19509/statm: 4643 292 257 25 0 2626 0

[startup+0.036349 s]
/proc/loadavg: 1.95 2.01 1.99 5/73 19509
/proc/meminfo: memFree=1698672/2055920 swapFree=4137208/4192956
[pid=19509] ppid=19507 vsize=800744 CPUtime=0.02
/proc/19509/stat : 19509 (java) S 19507 19509 15628 0 -1 0 2328 0 1 0 1 1 0 0 18 0 4 0 1006963688 819961856 2066 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/19509/statm: 200186 2068 911 9 0 197569 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 800744

[startup+0.10135 s]
/proc/loadavg: 1.95 2.01 1.99 5/73 19509
/proc/meminfo: memFree=1698672/2055920 swapFree=4137208/4192956
[pid=19509] ppid=19507 vsize=804612 CPUtime=0.08
/proc/19509/stat : 19509 (java) S 19507 19509 15628 0 -1 0 2997 0 1 0 5 3 0 0 18 0 12 0 1006963688 823922688 2730 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19509/statm: 201153 2730 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.301369 s]
/proc/loadavg: 1.95 2.01 1.99 5/73 19509
/proc/meminfo: memFree=1698672/2055920 swapFree=4137208/4192956
[pid=19509] ppid=19507 vsize=808276 CPUtime=0.28
/proc/19509/stat : 19509 (java) S 19507 19509 15628 0 -1 0 4967 0 1 0 24 4 0 0 18 0 12 0 1006963688 827674624 4294 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19509/statm: 202069 4294 1297 9 0 199438 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808276

[startup+0.701399 s]
/proc/loadavg: 1.95 2.01 1.99 5/73 19509
/proc/meminfo: memFree=1698672/2055920 swapFree=4137208/4192956
[pid=19509] ppid=19507 vsize=808304 CPUtime=0.68
/proc/19509/stat : 19509 (java) S 19507 19509 15628 0 -1 0 6368 0 1 0 62 6 0 0 18 0 12 0 1006963688 827703296 5496 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19509/statm: 202076 5496 1335 9 0 199438 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808304

[startup+1.50247 s]
/proc/loadavg: 1.95 2.01 1.99 4/85 19521
/proc/meminfo: memFree=1667144/2055920 swapFree=4137208/4192956
[pid=19509] ppid=19507 vsize=812152 CPUtime=1.75
/proc/19509/stat : 19509 (java) S 19507 19509 15628 0 -1 0 34990 0 1 0 156 19 0 0 18 0 12 0 1006963688 831643648 32022 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19509/statm: 203038 32024 1345 9 0 200400 0
[pid=19509/tid=19511] ppid=19507 vsize=812152 CPUtime=0.68
/proc/19509/task/19511/stat : 19511 (java) R 19507 19509 15628 0 -1 64 16952 0 1 0 58 10 0 0 23 0 12 0 1006963690 831643648 32025 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19509/tid=19512] ppid=19507 vsize=812152 CPUtime=0.31
/proc/19509/task/19512/stat : 19512 (java) R 19507 19509 15628 0 -1 64 7961 0 0 0 28 3 0 0 19 0 12 0 1006963691 831643648 32026 996147200 134512640 134550740 4294956016 18446744073709551615 104146006 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19509/tid=19513] ppid=19507 vsize=812152 CPUtime=0.28
/proc/19509/task/19513/stat : 19513 (java) R 19507 19509 15628 0 -1 64 7496 0 0 0 25 3 0 0 18 0 12 0 1006963691 831643648 32027 996147200 134512640 134550740 4294956016 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19509/tid=19514] ppid=19507 vsize=812152 CPUtime=0
/proc/19509/task/19514/stat : 19514 (java) S 19507 19509 15628 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 1006963693 831643648 32028 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19509/tid=19515] ppid=19507 vsize=812152 CPUtime=0
/proc/19509/task/19515/stat : 19515 (java) S 19507 19509 15628 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 1006963693 831643648 32029 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19509/tid=19516] ppid=19507 vsize=812152 CPUtime=0
/proc/19509/task/19516/stat : 19516 (java) S 19507 19509 15628 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1006963693 831643648 32030 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19509/tid=19517] ppid=19507 vsize=812152 CPUtime=0
/proc/19509/task/19517/stat : 19517 (java) S 19507 19509 15628 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1006963697 831643648 32031 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19509/tid=19518] ppid=19507 vsize=812152 CPUtime=0.19
/proc/19509/task/19518/stat : 19518 (java) S 19507 19509 15628 0 -1 64 642 0 0 0 19 0 0 0 16 0 12 0 1006963697 831643648 32032 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19509/tid=19519] ppid=19507 vsize=812152 CPUtime=0.23
/proc/19509/task/19519/stat : 19519 (java) S 19507 19509 15628 0 -1 64 1182 0 0 0 23 0 0 0 16 0 12 0 1006963697 831643648 32033 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19509/tid=19520] ppid=19507 vsize=812152 CPUtime=0
/proc/19509/task/19520/stat : 19520 (java) S 19507 19509 15628 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1006963697 831643648 32034 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19509/tid=19521] ppid=19507 vsize=812152 CPUtime=0
/proc/19509/task/19521/stat : 19521 (java) S 19507 19509 15628 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1006963697 831643648 32035 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.75
Current children cumulated vsize (KiB) 812152

[startup+3.10259 s]
/proc/loadavg: 1.95 2.01 1.99 4/85 19521
/proc/meminfo: memFree=1568904/2055920 swapFree=4137208/4192956
[pid=19509] ppid=19507 vsize=818948 CPUtime=3.34
/proc/19509/stat : 19509 (java) S 19507 19509 15628 0 -1 0 53241 0 1 0 308 26 0 0 18 0 12 0 1006963688 838602752 48396 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19509/statm: 204737 48396 1373 9 0 202099 0
[pid=19509/tid=19511] ppid=19507 vsize=818948 CPUtime=1.42
/proc/19509/task/19511/stat : 19511 (java) R 19507 19509 15628 0 -1 64 17263 0 1 0 132 10 0 0 18 0 12 0 1006963690 838602752 48396 996147200 134512640 134550740 4294956016 18446744073709551615 4109628274 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19509/tid=19512] ppid=19507 vsize=818948 CPUtime=0.61
/proc/19509/task/19512/stat : 19512 (java) S 19507 19509 15628 0 -1 64 18844 0 0 0 54 7 0 0 18 0 12 0 1006963691 838602752 48396 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19509/tid=19513] ppid=19507 vsize=818948 CPUtime=0.47
/proc/19509/task/19513/stat : 19513 (java) S 19507 19509 15628 0 -1 64 12823 0 0 0 42 5 0 0 16 0 12 0 1006963691 838602752 48396 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19509/tid=19514] ppid=19507 vsize=818948 CPUtime=0
/proc/19509/task/19514/stat : 19514 (java) S 19507 19509 15628 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1006963693 838602752 48396 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19509/tid=19515] ppid=19507 vsize=818948 CPUtime=0
/proc/19509/task/19515/stat : 19515 (java) S 19507 19509 15628 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1006963693 838602752 48396 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19509/tid=19516] ppid=19507 vsize=818948 CPUtime=0
/proc/19509/task/19516/stat : 19516 (java) S 19507 19509 15628 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1006963693 838602752 48396 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19509/tid=19517] ppid=19507 vsize=818948 CPUtime=0
/proc/19509/task/19517/stat : 19517 (java) S 19507 19509 15628 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1006963697 838602752 48396 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19509/tid=19518] ppid=19507 vsize=818948 CPUtime=0.27
/proc/19509/task/19518/stat : 19518 (java) S 19507 19509 15628 0 -1 64 655 0 0 0 27 0 0 0 16 0 12 0 1006963697 838602752 48396 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19509/tid=19519] ppid=19507 vsize=818948 CPUtime=0.52
/proc/19509/task/19519/stat : 19519 (java) S 19507 19509 15628 0 -1 64 2863 0 0 0 51 1 0 0 16 0 12 0 1006963697 838602752 48396 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19509/tid=19520] ppid=19507 vsize=818948 CPUtime=0
/proc/19509/task/19520/stat : 19520 (java) S 19507 19509 15628 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1006963697 838602752 48396 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19509/tid=19521] ppid=19507 vsize=818948 CPUtime=0
/proc/19509/task/19521/stat : 19521 (java) S 19507 19509 15628 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1006963697 838602752 48396 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.34
Current children cumulated vsize (KiB) 818948

[startup+6.30184 s]
/proc/loadavg: 2.03 2.03 2.00 3/85 19521
/proc/meminfo: memFree=1477000/2055920 swapFree=4137208/4192956
[pid=19509] ppid=19507 vsize=820736 CPUtime=6.58
/proc/19509/stat : 19509 (java) S 19507 19509 15628 0 -1 0 64856 0 1 0 627 31 0 0 18 0 12 0 1006963688 840433664 58606 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19509/statm: 205184 58606 1385 9 0 202546 0
[pid=19509/tid=19511] ppid=19507 vsize=820736 CPUtime=3.87
/proc/19509/task/19511/stat : 19511 (java) R 19507 19509 15628 0 -1 64 17275 0 1 0 376 11 0 0 25 0 12 0 1006963690 840433664 58606 996147200 134512640 134550740 4294956016 18446744073709551615 4109638870 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19509/tid=19512] ppid=19507 vsize=820736 CPUtime=0.8
/proc/19509/task/19512/stat : 19512 (java) S 19507 19509 15628 0 -1 64 25754 0 0 0 70 10 0 0 16 0 12 0 1006963691 840433664 58606 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19509/tid=19513] ppid=19507 vsize=820736 CPUtime=0.63
/proc/19509/task/19513/stat : 19513 (java) S 19507 19509 15628 0 -1 64 15920 0 0 0 57 6 0 0 17 0 12 0 1006963691 840433664 58606 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19509/tid=19514] ppid=19507 vsize=820736 CPUtime=0
/proc/19509/task/19514/stat : 19514 (java) S 19507 19509 15628 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1006963693 840433664 58606 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19509/tid=19515] ppid=19507 vsize=820736 CPUtime=0
/proc/19509/task/19515/stat : 19515 (java) S 19507 19509 15628 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1006963693 840433664 58606 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19509/tid=19516] ppid=19507 vsize=820736 CPUtime=0
/proc/19509/task/19516/stat : 19516 (java) S 19507 19509 15628 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1006963693 840433664 58606 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19509/tid=19517] ppid=19507 vsize=820736 CPUtime=0
/proc/19509/task/19517/stat : 19517 (java) S 19507 19509 15628 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1006963697 840433664 58606 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19509/tid=19518] ppid=19507 vsize=820736 CPUtime=0.62
/proc/19509/task/19518/stat : 19518 (java) S 19507 19509 15628 0 -1 64 2246 0 0 0 61 1 0 0 16 0 12 0 1006963697 840433664 58606 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19509/tid=19519] ppid=19507 vsize=820736 CPUtime=0.61
/proc/19509/task/19519/stat : 19519 (java) S 19507 19509 15628 0 -1 64 2868 0 0 0 60 1 0 0 16 0 12 0 1006963697 840433664 58606 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19509/tid=19520] ppid=19507 vsize=820736 CPUtime=0
/proc/19509/task/19520/stat : 19520 (java) S 19507 19509 15628 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1006963697 840433664 58606 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19509/tid=19521] ppid=19507 vsize=820736 CPUtime=0
/proc/19509/task/19521/stat : 19521 (java) S 19507 19509 15628 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1006963697 840433664 58606 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.58
Current children cumulated vsize (KiB) 820736

[startup+12.7023 s]
/proc/loadavg: 2.03 2.03 2.00 3/85 19521
/proc/meminfo: memFree=1425096/2055920 swapFree=4137208/4192956
[pid=19509] ppid=19507 vsize=819848 CPUtime=12.95
/proc/19509/stat : 19509 (java) S 19507 19509 15628 0 -1 0 79197 0 1 0 1259 36 0 0 18 0 12 0 1006963688 839524352 72701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19509/statm: 204962 72701 1385 9 0 202324 0
[pid=19509/tid=19511] ppid=19507 vsize=819848 CPUtime=9.76
/proc/19509/task/19511/stat : 19511 (java) R 19507 19509 15628 0 -1 64 17300 0 1 0 965 11 0 0 25 0 12 0 1006963690 839524352 72701 996147200 134512640 134550740 4294956016 18446744073709551615 4109773641 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19509/tid=19512] ppid=19507 vsize=819848 CPUtime=0.97
/proc/19509/task/19512/stat : 19512 (java) S 19507 19509 15628 0 -1 64 31438 0 0 0 85 12 0 0 16 0 12 0 1006963691 839524352 72701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19509/tid=19513] ppid=19507 vsize=819848 CPUtime=0.81
/proc/19509/task/19513/stat : 19513 (java) S 19507 19509 15628 0 -1 64 24545 0 0 0 72 9 0 0 16 0 12 0 1006963691 839524352 72701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19509/tid=19514] ppid=19507 vsize=819848 CPUtime=0.01
/proc/19509/task/19514/stat : 19514 (java) S 19507 19509 15628 0 -1 64 30 0 0 0 1 0 0 0 16 0 12 0 1006963693 839524352 72701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19509/tid=19515] ppid=19507 vsize=819848 CPUtime=0
/proc/19509/task/19515/stat : 19515 (java) S 19507 19509 15628 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1006963693 839524352 72701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19509/tid=19516] ppid=19507 vsize=819848 CPUtime=0
/proc/19509/task/19516/stat : 19516 (java) S 19507 19509 15628 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1006963693 839524352 72701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19509/tid=19517] ppid=19507 vsize=819848 CPUtime=0
/proc/19509/task/19517/stat : 19517 (java) S 19507 19509 15628 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1006963697 839524352 72701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19509/tid=19518] ppid=19507 vsize=819848 CPUtime=0.68
/proc/19509/task/19518/stat : 19518 (java) S 19507 19509 15628 0 -1 64 2250 0 0 0 67 1 0 0 16 0 12 0 1006963697 839524352 72701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19509/tid=19519] ppid=19507 vsize=819848 CPUtime=0.66
/proc/19509/task/19519/stat : 19519 (java) S 19507 19509 15628 0 -1 64 2871 0 0 0 65 1 0 0 16 0 12 0 1006963697 839524352 72701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19509/tid=19520] ppid=19507 vsize=819848 CPUtime=0
/proc/19509/task/19520/stat : 19520 (java) S 19507 19509 15628 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1006963697 839524352 72701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19509/tid=19521] ppid=19507 vsize=819848 CPUtime=0
/proc/19509/task/19521/stat : 19521 (java) S 19507 19509 15628 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1006963697 839524352 72701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.95
Current children cumulated vsize (KiB) 819848

[startup+25.5024 s]
/proc/loadavg: 2.02 2.03 2.00 3/85 19521
/proc/meminfo: memFree=1311696/2055920 swapFree=4137208/4192956
[pid=19509] ppid=19507 vsize=819848 CPUtime=25.68
/proc/19509/stat : 19509 (java) S 19507 19509 15628 0 -1 0 104493 0 1 0 2523 45 0 0 18 0 12 0 1006963688 839524352 97967 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19509/statm: 204962 97967 1385 9 0 202324 0
[pid=19509/tid=19511] ppid=19507 vsize=819848 CPUtime=21.92
/proc/19509/task/19511/stat : 19511 (java) R 19507 19509 15628 0 -1 64 17331 0 1 0 2181 11 0 0 25 0 12 0 1006963690 839524352 97967 996147200 134512640 134550740 4294956016 18446744073709551615 4109757480 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19509/tid=19512] ppid=19507 vsize=819848 CPUtime=1.23
/proc/19509/task/19512/stat : 19512 (java) S 19507 19509 15628 0 -1 64 44594 0 0 0 107 16 0 0 16 0 12 0 1006963691 839524352 97967 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19509/tid=19513] ppid=19507 vsize=819848 CPUtime=1.08
/proc/19509/task/19513/stat : 19513 (java) S 19507 19509 15628 0 -1 64 36653 0 0 0 95 13 0 0 16 0 12 0 1006963691 839524352 97967 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19509/tid=19514] ppid=19507 vsize=819848 CPUtime=0.01
/proc/19509/task/19514/stat : 19514 (java) S 19507 19509 15628 0 -1 64 31 0 0 0 1 0 0 0 15 0 12 0 1006963693 839524352 97967 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19509/tid=19515] ppid=19507 vsize=819848 CPUtime=0
/proc/19509/task/19515/stat : 19515 (java) S 19507 19509 15628 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1006963693 839524352 97967 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19509/tid=19516] ppid=19507 vsize=819848 CPUtime=0
/proc/19509/task/19516/stat : 19516 (java) S 19507 19509 15628 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1006963693 839524352 97967 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19509/tid=19517] ppid=19507 vsize=819848 CPUtime=0
/proc/19509/task/19517/stat : 19517 (java) S 19507 19509 15628 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1006963697 839524352 97967 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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


[startup+102.31 s]
/proc/loadavg: 2.13 2.05 2.01 3/85 19521
/proc/meminfo: memFree=1004944/2055920 swapFree=4137208/4192956
[pid=19509] ppid=19507 vsize=819848 CPUtime=102.13
/proc/19509/stat : 19509 (java) S 19507 19509 15628 0 -1 0 186959 0 1 0 10137 76 0 0 18 0 12 0 1006963688 839524352 174205 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19509/statm: 204962 174205 1388 9 0 202324 0
[pid=19509/tid=19511] ppid=19507 vsize=819848 CPUtime=93.83
/proc/19509/task/19511/stat : 19511 (java) R 19507 19509 15628 0 -1 64 17487 0 1 0 9372 11 0 0 25 0 12 0 1006963690 839524352 174205 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19509/tid=19512] ppid=19507 vsize=819848 CPUtime=2.71
/proc/19509/task/19512/stat : 19512 (java) R 19507 19509 15628 0 -1 64 81410 0 0 0 243 28 0 0 15 0 12 0 1006963691 839524352 174205 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19509/tid=19513] ppid=19507 vsize=819848 CPUtime=2.68
/proc/19509/task/19513/stat : 19513 (java) S 19507 19509 15628 0 -1 64 76140 0 0 0 241 27 0 0 15 0 12 0 1006963691 839524352 174205 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19509/tid=19514] ppid=19507 vsize=819848 CPUtime=1.44
/proc/19509/task/19514/stat : 19514 (java) S 19507 19509 15628 0 -1 64 6038 0 0 0 139 5 0 0 15 0 12 0 1006963693 839524352 174205 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19509/tid=19515] ppid=19507 vsize=819848 CPUtime=0
/proc/19509/task/19515/stat : 19515 (java) S 19507 19509 15628 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1006963693 839524352 174205 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19509/tid=19516] ppid=19507 vsize=819848 CPUtime=0
/proc/19509/task/19516/stat : 19516 (java) S 19507 19509 15628 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1006963693 839524352 174205 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19509/tid=19517] ppid=19507 vsize=819848 CPUtime=0
/proc/19509/task/19517/stat : 19517 (java) S 19507 19509 15628 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1006963697 839524352 174205 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19509/tid=19518] ppid=19507 vsize=819848 CPUtime=0.69
/proc/19509/task/19518/stat : 19518 (java) S 19507 19509 15628 0 -1 64 2250 0 0 0 68 1 0 0 17 0 12 0 1006963697 839524352 174205 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19509/tid=19519] ppid=19507 vsize=819848 CPUtime=0.72
/proc/19509/task/19519/stat : 19519 (java) S 19507 19509 15628 0 -1 64 2871 0 0 0 71 1 0 0 16 0 12 0 1006963697 839524352 174205 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19509/tid=19520] ppid=19507 vsize=819848 CPUtime=0
/proc/19509/task/19520/stat : 19520 (java) S 19507 19509 15628 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1006963697 839524352 174205 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19509/tid=19521] ppid=19507 vsize=819848 CPUtime=0
/proc/19509/task/19521/stat : 19521 (java) S 19507 19509 15628 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1006963697 839524352 174205 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.13
Current children cumulated vsize (KiB) 819848

[startup+162.302 s]
/proc/loadavg: 2.05 2.04 2.00 3/85 19521
/proc/meminfo: memFree=1004944/2055920 swapFree=4137208/4192956
[pid=19509] ppid=19507 vsize=819848 CPUtime=162.09
/proc/19509/stat : 19509 (java) S 19507 19509 15628 0 -1 0 202093 0 1 0 16125 84 0 0 18 0 12 0 1006963688 839524352 174205 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19509/statm: 204962 174205 1388 9 0 202324 0
[pid=19509/tid=19511] ppid=19507 vsize=819848 CPUtime=147.87
/proc/19509/task/19511/stat : 19511 (java) R 19507 19509 15628 0 -1 64 17611 0 1 0 14775 12 0 0 25 0 12 0 1006963690 839524352 174205 996147200 134512640 134550740 4294956016 18446744073709551615 4109708492 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19509/tid=19512] ppid=19507 vsize=819848 CPUtime=3.85
/proc/19509/task/19512/stat : 19512 (java) S 19507 19509 15628 0 -1 64 81410 0 0 0 357 28 0 0 16 0 12 0 1006963691 839524352 174205 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19509/tid=19513] ppid=19507 vsize=819848 CPUtime=3.92
/proc/19509/task/19513/stat : 19513 (java) S 19507 19509 15628 0 -1 64 76140 0 0 0 365 27 0 0 16 0 12 0 1006963691 839524352 174205 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19509/tid=19514] ppid=19507 vsize=819848 CPUtime=4.97
/proc/19509/task/19514/stat : 19514 (java) S 19507 19509 15628 0 -1 64 21048 0 0 0 485 12 0 0 15 0 12 0 1006963693 839524352 174205 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19509/tid=19515] ppid=19507 vsize=819848 CPUtime=0
/proc/19509/task/19515/stat : 19515 (java) S 19507 19509 15628 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1006963693 839524352 174205 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19509/tid=19516] ppid=19507 vsize=819848 CPUtime=0
/proc/19509/task/19516/stat : 19516 (java) S 19507 19509 15628 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1006963693 839524352 174205 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19509/tid=19517] ppid=19507 vsize=819848 CPUtime=0
/proc/19509/task/19517/stat : 19517 (java) S 19507 19509 15628 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1006963697 839524352 174205 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19509/tid=19518] ppid=19507 vsize=819848 CPUtime=0.7
/proc/19509/task/19518/stat : 19518 (java) S 19507 19509 15628 0 -1 64 2250 0 0 0 69 1 0 0 16 0 12 0 1006963697 839524352 174205 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19509/tid=19519] ppid=19507 vsize=819848 CPUtime=0.73
/proc/19509/task/19519/stat : 19519 (java) S 19507 19509 15628 0 -1 64 2871 0 0 0 72 1 0 0 16 0 12 0 1006963697 839524352 174205 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19509/tid=19520] ppid=19507 vsize=819848 CPUtime=0
/proc/19509/task/19520/stat : 19520 (java) S 19507 19509 15628 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1006963697 839524352 174205 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19509/tid=19521] ppid=19507 vsize=819848 CPUtime=0
/proc/19509/task/19521/stat : 19521 (java) S 19507 19509 15628 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1006963697 839524352 174205 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 162.09
Current children cumulated vsize (KiB) 819848

[startup+222.302 s]
/proc/loadavg: 2.33 2.12 2.03 3/86 19522
/proc/meminfo: memFree=995592/2055920 swapFree=4137208/4192956
[pid=19509] ppid=19507 vsize=828176 CPUtime=222.06
/proc/19509/stat : 19509 (java) S 19507 19509 15628 0 -1 0 406662 0 1 0 22037 169 0 0 18 0 13 0 1006963688 848052224 176549 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19509/statm: 207044 176549 1388 9 0 204406 0
[pid=19509/tid=19511] ppid=19507 vsize=828176 CPUtime=163.58
/proc/19509/task/19511/stat : 19511 (java) S 19507 19509 15628 0 -1 64 17701 0 1 0 16346 12 0 0 18 0 13 0 1006963690 848052224 176549 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19509/tid=19512] ppid=19507 vsize=828176 CPUtime=4.14
/proc/19509/task/19512/stat : 19512 (java) S 19507 19509 15628 0 -1 64 81458 0 0 0 386 28 0 0 15 0 13 0 1006963691 848052224 176549 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19509/tid=19513] ppid=19507 vsize=828176 CPUtime=4.15
/proc/19509/task/19513/stat : 19513 (java) S 19507 19509 15628 0 -1 64 76140 0 0 0 388 27 0 0 16 0 13 0 1006963691 848052224 176549 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19509/tid=19514] ppid=19507 vsize=828176 CPUtime=48.7
/proc/19509/task/19514/stat : 19514 (java) R 19507 19509 15628 0 -1 64 225473 0 0 0 4774 96 0 0 25 0 13 0 1006963693 848052224 176549 996147200 134512640 134550740 4294956016 18446744073709551615 106123419 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19509/tid=19515] ppid=19507 vsize=828176 CPUtime=0
/proc/19509/task/19515/stat : 19515 (java) S 19507 19509 15628 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1006963693 848052224 176549 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19509/tid=19516] ppid=19507 vsize=828176 CPUtime=0
/proc/19509/task/19516/stat : 19516 (java) S 19507 19509 15628 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 1006963693 848052224 176549 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19509/tid=19517] ppid=19507 vsize=828176 CPUtime=0
/proc/19509/task/19517/stat : 19517 (java) S 19507 19509 15628 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 1006963697 848052224 176549 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19509/tid=19518] ppid=19507 vsize=828176 CPUtime=0.7
/proc/19509/task/19518/stat : 19518 (java) S 19507 19509 15628 0 -1 64 2250 0 0 0 69 1 0 0 16 0 13 0 1006963697 848052224 176549 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19509/tid=19519] ppid=19507 vsize=828176 CPUtime=0.73
/proc/19509/task/19519/stat : 19519 (java) S 19507 19509 15628 0 -1 64 2871 0 0 0 72 1 0 0 16 0 13 0 1006963697 848052224 176549 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19509/tid=19520] ppid=19507 vsize=828176 CPUtime=0
/proc/19509/task/19520/stat : 19520 (java) S 19507 19509 15628 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1006963697 848052224 176549 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19509/tid=19521] ppid=19507 vsize=828176 CPUtime=0
/proc/19509/task/19521/stat : 19521 (java) S 19507 19509 15628 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1006963697 848052224 176549 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19509/tid=19522] ppid=19507 vsize=828176 CPUtime=0
/proc/19509/task/19522/stat : 19522 (java) S 19507 19509 15628 0 -1 64 4 0 0 0 0 0 0 0 15 0 13 0 1006985755 848052224 176549 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 222.06
Current children cumulated vsize (KiB) 828176

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

[startup+223.102 s]
/proc/loadavg: 2.33 2.12 2.03 3/86 19522
/proc/meminfo: memFree=995592/2055920 swapFree=4137208/4192956
[pid=19509] ppid=19507 vsize=828176 CPUtime=222.86
/proc/19509/stat : 19509 (java) S 19507 19509 15628 0 -1 0 409665 0 1 0 22116 170 0 0 18 0 13 0 1006963688 848052224 176549 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19509/statm: 207044 176549 1388 9 0 204406 0
[pid=19509/tid=19511] ppid=19507 vsize=828176 CPUtime=163.58
/proc/19509/task/19511/stat : 19511 (java) S 19507 19509 15628 0 -1 64 17701 0 1 0 16346 12 0 0 18 0 13 0 1006963690 848052224 176549 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19509/tid=19512] ppid=19507 vsize=828176 CPUtime=4.14
/proc/19509/task/19512/stat : 19512 (java) S 19507 19509 15628 0 -1 64 81458 0 0 0 386 28 0 0 15 0 13 0 1006963691 848052224 176549 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19509/tid=19513] ppid=19507 vsize=828176 CPUtime=4.15
/proc/19509/task/19513/stat : 19513 (java) S 19507 19509 15628 0 -1 64 76140 0 0 0 388 27 0 0 16 0 13 0 1006963691 848052224 176549 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19509/tid=19514] ppid=19507 vsize=828176 CPUtime=49.49
/proc/19509/task/19514/stat : 19514 (java) R 19507 19509 15628 0 -1 64 228475 0 0 0 4852 97 0 0 25 0 13 0 1006963693 848052224 176549 996147200 134512640 134550740 4294956016 18446744073709551615 106123838 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19509/tid=19515] ppid=19507 vsize=828176 CPUtime=0
/proc/19509/task/19515/stat : 19515 (java) S 19507 19509 15628 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1006963693 848052224 176549 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19509/tid=19516] ppid=19507 vsize=828176 CPUtime=0
/proc/19509/task/19516/stat : 19516 (java) S 19507 19509 15628 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 1006963693 848052224 176549 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19509/tid=19517] ppid=19507 vsize=828176 CPUtime=0
/proc/19509/task/19517/stat : 19517 (java) S 19507 19509 15628 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 1006963697 848052224 176549 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19509/tid=19518] ppid=19507 vsize=828176 CPUtime=0.7
/proc/19509/task/19518/stat : 19518 (java) S 19507 19509 15628 0 -1 64 2250 0 0 0 69 1 0 0 16 0 13 0 1006963697 848052224 176549 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19509/tid=19519] ppid=19507 vsize=828176 CPUtime=0.73
/proc/19509/task/19519/stat : 19519 (java) S 19507 19509 15628 0 -1 64 2871 0 0 0 72 1 0 0 16 0 13 0 1006963697 848052224 176549 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19509/tid=19520] ppid=19507 vsize=828176 CPUtime=0
/proc/19509/task/19520/stat : 19520 (java) S 19507 19509 15628 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1006963697 848052224 176549 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19509/tid=19521] ppid=19507 vsize=828176 CPUtime=0
/proc/19509/task/19521/stat : 19521 (java) S 19507 19509 15628 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1006963697 848052224 176549 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19509/tid=19522] ppid=19507 vsize=828176 CPUtime=0
/proc/19509/task/19522/stat : 19522 (java) S 19507 19509 15628 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 1006985755 848052224 176549 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 222.86
Current children cumulated vsize (KiB) 828176

[startup+223.502 s]
/proc/loadavg: 2.31 2.12 2.03 3/86 19522
/proc/meminfo: memFree=995592/2055920 swapFree=4137208/4192956
[pid=19509] ppid=19507 vsize=820172 CPUtime=223.26
/proc/19509/stat : 19509 (java) S 19507 19509 15628 0 -1 0 409668 0 1 0 22156 170 0 0 18 0 12 0 1006963688 839856128 174550 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19509/statm: 205043 174550 1389 9 0 202405 0
[pid=19509/tid=19511] ppid=19507 vsize=820172 CPUtime=163.58
/proc/19509/task/19511/stat : 19511 (java) S 19507 19509 15628 0 -1 64 17702 0 1 0 16346 12 0 0 16 0 12 0 1006963690 839856128 174550 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19509/tid=19512] ppid=19507 vsize=820172 CPUtime=4.14
/proc/19509/task/19512/stat : 19512 (java) S 19507 19509 15628 0 -1 64 81458 0 0 0 386 28 0 0 15 0 12 0 1006963691 839856128 174550 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19509/tid=19513] ppid=19507 vsize=820172 CPUtime=4.15
/proc/19509/task/19513/stat : 19513 (java) S 19507 19509 15628 0 -1 64 76140 0 0 0 388 27 0 0 16 0 12 0 1006963691 839856128 174550 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19509/tid=19514] ppid=19507 vsize=820172 CPUtime=49.9
/proc/19509/task/19514/stat : 19514 (java) R 19507 19509 15628 0 -1 64 228475 0 0 0 4892 98 0 0 25 0 12 0 1006963693 839856128 174550 996147200 134512640 134550740 4294956016 18446744073709551615 106122630 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19509/tid=19515] ppid=19507 vsize=820172 CPUtime=0
/proc/19509/task/19515/stat : 19515 (java) S 19507 19509 15628 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1006963693 839856128 174550 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19509/tid=19516] ppid=19507 vsize=820172 CPUtime=0
/proc/19509/task/19516/stat : 19516 (java) S 19507 19509 15628 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1006963693 839856128 174550 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19509/tid=19517] ppid=19507 vsize=820172 CPUtime=0
/proc/19509/task/19517/stat : 19517 (java) S 19507 19509 15628 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1006963697 839856128 174550 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19509/tid=19518] ppid=19507 vsize=820172 CPUtime=0.7
/proc/19509/task/19518/stat : 19518 (java) S 19507 19509 15628 0 -1 64 2250 0 0 0 69 1 0 0 16 0 12 0 1006963697 839856128 174550 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19509/tid=19519] ppid=19507 vsize=820172 CPUtime=0.73
/proc/19509/task/19519/stat : 19519 (java) S 19507 19509 15628 0 -1 64 2871 0 0 0 72 1 0 0 16 0 12 0 1006963697 839856128 174550 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19509/tid=19520] ppid=19507 vsize=820172 CPUtime=0
/proc/19509/task/19520/stat : 19520 (java) S 19507 19509 15628 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1006963697 839856128 174550 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19509/tid=19521] ppid=19507 vsize=820172 CPUtime=0
/proc/19509/task/19521/stat : 19521 (java) S 19507 19509 15628 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1006963697 839856128 174550 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 223.26
Current children cumulated vsize (KiB) 820172

[startup+223.602 s]
/proc/loadavg: 2.31 2.12 2.03 3/86 19522
/proc/meminfo: memFree=995592/2055920 swapFree=4137208/4192956
[pid=19509] ppid=19507 vsize=0 CPUtime=223.34
/proc/19509/stat : 19509 (java) Z 19507 19509 15628 0 -1 12 409672 0 1 0 22160 174 0 0 16 0 2 0 1006963688 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19509/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 223.34
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 223.673
CPU time (s): 223.419
CPU user time (s): 221.607
CPU system time (s): 1.81172
CPU usage (%): 99.8867
Max. virtual memory (cumulated for all children) (KiB): 831856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 221.607
system time used= 1.81172
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 409672
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= 10420
involuntary context switches= 10044

runsolver used 0.278957 second user time and 0.757884 second system time

The end

Launcher Data (download as text)

Begin job on node26 at 2008-07-05 04:31:28
IDJOB=1083098
IDBENCH=57411
IDSOLVER=344
FILE ID=node26/1083098-1215225088
PBS_JOBID= 7881677
Free space on /tmp= 66440 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/super-js/super-js-taillard-15/normalized-super-js-taillard-15-14.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1083098-1215225088/watcher-1083098-1215225088 -o /tmp/evaluation-result-1083098-1215225088/solver-1083098-1215225088 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1083098-1215225088.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 706565457ea7a4d0a1ce73135f4ed524
RANDOM SEED=670659226

node26.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.221
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.221
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1699152 kB
Buffers:         37244 kB
Cached:         191996 kB
SwapCached:      49628 kB
Active:         226864 kB
Inactive:        70808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1699152 kB
SwapTotal:     4192956 kB
SwapFree:      4137208 kB
Dirty:            1896 kB
Writeback:           0 kB
Mapped:          75924 kB
Slab:            44488 kB
Committed_AS:  1727676 kB
PageTables:       1868 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66440 MiB
End job on node26 at 2008-07-05 04:35:11