Trace number 1100624

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-13UNSAT 84.3062 84.755

General information on the benchmark

Namecsp/tightness0.9/
normalized-rand-2-40-180-84-900-35_ext.xml
MD5SUMc7f9b743b9ebf6f69a5c9d77e719e07d
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.05653
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints84
Maximum constraint arity2
Maximum domain size180
Number of constraints which are defined in extension84
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.19/0.24	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.19/0.24	c This is free software under the dual EPL/GNU LGPL licenses.
0.19/0.24	c See www.sat4j.org for details.
0.19/0.24	c That software uses the Rhino library from the Mozilla project.
0.29/0.34	c version 9.9.9.token
0.29/0.34	c sun.arch.data.model	32
0.29/0.34	c java.version	1.6.0_06
0.29/0.34	c os.name	Linux
0.29/0.34	c os.version	2.6.9-22.EL.rootsmp
0.29/0.34	c os.arch	i386
0.29/0.34	c Free memory 669864272
0.29/0.34	c Max memory 672137216
0.29/0.34	c Total memory 672137216
0.29/0.34	c Number of processors 2
0.29/0.38	c c --- Begin Solver configuration ---
0.29/0.38	c Stops conflict analysis at the first Unique Implication Point
0.29/0.38	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.29/0.38	c Learn all clauses as in MiniSAT
0.29/0.38	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.29/0.38	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.29/0.38	c Expensive reason simplification
0.29/0.38	c MiniSAT restarts strategy
0.29/0.38	c timeout=2147483s
0.29/0.38	c DB Simplification allowed=false
0.29/0.38	c --- End Solver configuration ---
0.29/0.38	c solving HOME/instance-1100624-1215287466.xml
0.29/0.38	c reading problem ... 
0.59/0.63	c reading problem named null
0.59/0.63	c reading domains done.
0.59/0.64	c reading variables done.
0.78/0.85	c reading relations done.
2.77/2.85	c reading constraints
3.49/3.58	c done with constraints.
3.49/3.58	c ... done. Wall clock time 3.203s.
3.49/3.58	c #vars     7200
3.49/3.58	c #constraints  30320
3.49/3.58	c constraints type 
3.49/3.58	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30280
3.49/3.58	c org.sat4j.minisat.constraints.card.AtLeast => 40
84.27/84.71	c starts		: 10
84.27/84.71	c conflicts		: 10974
84.27/84.71	c decisions		: 18433
84.27/84.71	c propagations		: 9912231
84.27/84.71	c inspects		: 140018921
84.27/84.72	c learnt literals	: 12
84.27/84.72	c learnt binary clauses	: 13
84.27/84.72	c learnt ternary clauses	: 8
84.27/84.72	c learnt clauses	: 10961
84.27/84.72	c ignored clauses	: 0
84.27/84.72	c root simplifications	: 0
84.27/84.72	c removed literals (reason simplification)	: 1369989
84.27/84.72	c reason swapping (by a shorter reason)	: 0
84.27/84.72	c Calls to reduceDB	: 0
84.27/84.72	c speed (assignments/second)	: 122195.2094479647
84.27/84.72	c non guided choices	511
84.27/84.72	s UNSATISFIABLE
84.27/84.72	c Total wall clock time (in seconds) : 84.334

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1100624-1215287466/watcher-1100624-1215287466 -o /tmp/evaluation-result-1100624-1215287466/solver-1100624-1215287466 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1100624-1215287466.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: 2.06 2.05 2.01 4/88 7547
/proc/meminfo: memFree=1575656/2055920 swapFree=4178892/4192956
[pid=7547] ppid=7545 vsize=1804 CPUtime=0
/proc/7547/stat : 7547 (java6) D 7545 7547 4015 0 -1 0 177 0 0 0 0 0 0 0 20 0 1 0 684475587 1847296 150 996147200 134512640 134550740 4294956176 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/7547/statm: 459 155 111 9 0 101 0

[startup+0.00992395 s]
/proc/loadavg: 2.06 2.05 2.01 4/88 7547
/proc/meminfo: memFree=1575656/2055920 swapFree=4178892/4192956
[pid=7547] ppid=7545 vsize=1804 CPUtime=0
/proc/7547/stat : 7547 (java) D 7545 7547 4015 0 -1 0 361 0 0 0 0 0 0 0 18 0 1 0 684475587 1847296 163 996147200 134512640 134550740 4294956016 18446744073709551615 6378276 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/7547/statm: 451 163 118 9 0 93 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1804

[startup+0.107798 s]
/proc/loadavg: 2.06 2.05 2.01 4/88 7547
/proc/meminfo: memFree=1575656/2055920 swapFree=4178892/4192956
[pid=7547] ppid=7545 vsize=805076 CPUtime=0.1
/proc/7547/stat : 7547 (java) S 7545 7547 4015 0 -1 0 3347 0 1 0 8 2 0 0 18 0 12 0 684475587 824397824 3078 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7547/statm: 201269 3078 1272 9 0 198638 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 805076

[startup+0.301818 s]
/proc/loadavg: 2.06 2.05 2.01 4/88 7547
/proc/meminfo: memFree=1575656/2055920 swapFree=4178892/4192956
[pid=7547] ppid=7545 vsize=807912 CPUtime=0.29
/proc/7547/stat : 7547 (java) S 7545 7547 4015 0 -1 0 5019 0 1 0 27 2 0 0 18 0 12 0 684475587 827301888 4347 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7547/statm: 201978 4347 1307 9 0 199347 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 807912

[startup+0.701864 s]
/proc/loadavg: 2.06 2.05 2.01 4/88 7547
/proc/meminfo: memFree=1575656/2055920 swapFree=4178892/4192956
[pid=7547] ppid=7545 vsize=807940 CPUtime=0.68
/proc/7547/stat : 7547 (java) S 7545 7547 4015 0 -1 0 6220 0 1 0 64 4 0 0 18 0 12 0 684475587 827330560 5545 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7547/statm: 201985 5545 1335 9 0 199347 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807940

[startup+1.50295 s]
/proc/loadavg: 2.06 2.05 2.01 4/100 7559
/proc/meminfo: memFree=1556872/2055920 swapFree=4178892/4192956
[pid=7547] ppid=7545 vsize=807940 CPUtime=1.48
/proc/7547/stat : 7547 (java) S 7545 7547 4015 0 -1 0 8318 0 1 0 143 5 0 0 18 0 12 0 684475587 827330560 7054 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7547/statm: 201985 7054 1350 9 0 199347 0
[pid=7547/tid=7549] ppid=7545 vsize=807940 CPUtime=0.62
/proc/7547/task/7549/stat : 7549 (java) R 7545 7547 4015 0 -1 64 5400 0 1 0 58 4 0 0 25 0 12 0 684475588 827330560 7054 996147200 134512640 134550740 4294956016 18446744073709551615 4109175658 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7550] ppid=7545 vsize=807940 CPUtime=0
/proc/7547/task/7550/stat : 7550 (java) S 7545 7547 4015 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 684475589 827330560 7054 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7551] ppid=7545 vsize=807940 CPUtime=0
/proc/7547/task/7551/stat : 7551 (java) S 7545 7547 4015 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 684475589 827330560 7054 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7552] ppid=7545 vsize=807940 CPUtime=0
/proc/7547/task/7552/stat : 7552 (java) S 7545 7547 4015 0 -1 64 0 0 0 0 0 0 0 0 17 0 12 0 684475590 827330560 7054 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7553] ppid=7545 vsize=807940 CPUtime=0
/proc/7547/task/7553/stat : 7553 (java) S 7545 7547 4015 0 -1 64 8 0 0 0 0 0 0 0 24 0 12 0 684475591 827330560 7054 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7554] ppid=7545 vsize=807940 CPUtime=0
/proc/7547/task/7554/stat : 7554 (java) S 7545 7547 4015 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 684475591 827330560 7054 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7555] ppid=7545 vsize=807940 CPUtime=0
/proc/7547/task/7555/stat : 7555 (java) S 7545 7547 4015 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 684475595 827330560 7054 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7556] ppid=7545 vsize=807940 CPUtime=0.28
/proc/7547/task/7556/stat : 7556 (java) S 7545 7547 4015 0 -1 64 493 0 0 0 28 0 0 0 16 0 12 0 684475595 827330560 7054 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7557] ppid=7545 vsize=807940 CPUtime=0.56
/proc/7547/task/7557/stat : 7557 (java) S 7545 7547 4015 0 -1 64 1664 0 0 0 56 0 0 0 16 0 12 0 684475595 827330560 7054 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7558] ppid=7545 vsize=807940 CPUtime=0
/proc/7547/task/7558/stat : 7558 (java) S 7545 7547 4015 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 684475595 827330560 7054 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7559] ppid=7545 vsize=807940 CPUtime=0
/proc/7547/task/7559/stat : 7559 (java) S 7545 7547 4015 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 684475595 827330560 7054 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 807940

[startup+3.10213 s]
/proc/loadavg: 2.06 2.05 2.01 3/100 7559
/proc/meminfo: memFree=1501768/2055920 swapFree=4178892/4192956
[pid=7547] ppid=7545 vsize=809836 CPUtime=3.08
/proc/7547/stat : 7547 (java) S 7545 7547 4015 0 -1 0 25182 0 1 0 295 13 0 0 18 0 12 0 684475587 829272064 23200 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7547/statm: 202459 23200 1359 9 0 199821 0
[pid=7547/tid=7549] ppid=7545 vsize=809836 CPUtime=1.66
/proc/7547/task/7549/stat : 7549 (java) R 7545 7547 4015 0 -1 64 17025 0 1 0 157 9 0 0 25 0 12 0 684475588 829272064 23200 996147200 134512640 134550740 4294956016 18446744073709551615 4109777804 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7550] ppid=7545 vsize=809836 CPUtime=0.07
/proc/7547/task/7550/stat : 7550 (java) S 7545 7547 4015 0 -1 64 1671 0 0 0 7 0 0 0 16 0 12 0 684475589 829272064 23200 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7551] ppid=7545 vsize=809836 CPUtime=0.08
/proc/7547/task/7551/stat : 7551 (java) S 7545 7547 4015 0 -1 64 2272 0 0 0 8 0 0 0 16 0 12 0 684475589 829272064 23200 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7552] ppid=7545 vsize=809836 CPUtime=0
/proc/7547/task/7552/stat : 7552 (java) S 7545 7547 4015 0 -1 64 111 0 0 0 0 0 0 0 16 0 12 0 684475590 829272064 23200 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7553] ppid=7545 vsize=809836 CPUtime=0
/proc/7547/task/7553/stat : 7553 (java) S 7545 7547 4015 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 684475591 829272064 23200 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7554] ppid=7545 vsize=809836 CPUtime=0
/proc/7547/task/7554/stat : 7554 (java) S 7545 7547 4015 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 684475591 829272064 23200 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7555] ppid=7545 vsize=809836 CPUtime=0
/proc/7547/task/7555/stat : 7555 (java) S 7545 7547 4015 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 684475595 829272064 23200 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7556] ppid=7545 vsize=809836 CPUtime=0.48
/proc/7547/task/7556/stat : 7556 (java) S 7545 7547 4015 0 -1 64 1640 0 0 0 48 0 0 0 17 0 12 0 684475595 829272064 23200 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7557] ppid=7545 vsize=809836 CPUtime=0.72
/proc/7547/task/7557/stat : 7557 (java) S 7545 7547 4015 0 -1 64 1702 0 0 0 72 0 0 0 16 0 12 0 684475595 829272064 23200 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7558] ppid=7545 vsize=809836 CPUtime=0
/proc/7547/task/7558/stat : 7558 (java) S 7545 7547 4015 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 684475595 829272064 23200 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7559] ppid=7545 vsize=809836 CPUtime=0
/proc/7547/task/7559/stat : 7559 (java) S 7545 7547 4015 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 684475595 829272064 23200 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 809836

[startup+6.30249 s]
/proc/loadavg: 2.05 2.05 2.01 3/101 7560
/proc/meminfo: memFree=1481216/2055920 swapFree=4178892/4192956
[pid=7547] ppid=7545 vsize=810160 CPUtime=6.26
/proc/7547/stat : 7547 (java) S 7545 7547 4015 0 -1 0 26756 0 1 0 612 14 0 0 18 0 13 0 684475587 829603840 24771 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7547/statm: 202540 24771 1380 9 0 199902 0
[pid=7547/tid=7549] ppid=7545 vsize=810160 CPUtime=4.07
/proc/7547/task/7549/stat : 7549 (java) R 7545 7547 4015 0 -1 64 17040 0 1 0 398 9 0 0 25 0 13 0 684475588 829603840 24771 996147200 134512640 134550740 4294956016 18446744073709551615 4109858301 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7550] ppid=7545 vsize=810160 CPUtime=0.1
/proc/7547/task/7550/stat : 7550 (java) S 7545 7547 4015 0 -1 64 2415 0 0 0 10 0 0 0 16 0 13 0 684475589 829603840 24771 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7551] ppid=7545 vsize=810160 CPUtime=0.12
/proc/7547/task/7551/stat : 7551 (java) S 7545 7547 4015 0 -1 64 2981 0 0 0 11 1 0 0 16 0 13 0 684475589 829603840 24771 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7552] ppid=7545 vsize=810160 CPUtime=0
/proc/7547/task/7552/stat : 7552 (java) S 7545 7547 4015 0 -1 64 137 0 0 0 0 0 0 0 17 0 13 0 684475590 829603840 24771 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7553] ppid=7545 vsize=810160 CPUtime=0
/proc/7547/task/7553/stat : 7553 (java) S 7545 7547 4015 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 684475591 829603840 24771 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7554] ppid=7545 vsize=810160 CPUtime=0
/proc/7547/task/7554/stat : 7554 (java) S 7545 7547 4015 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 684475591 829603840 24771 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7555] ppid=7545 vsize=810160 CPUtime=0
/proc/7547/task/7555/stat : 7555 (java) S 7545 7547 4015 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 684475595 829603840 24771 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7556] ppid=7545 vsize=810160 CPUtime=0.88
/proc/7547/task/7556/stat : 7556 (java) S 7545 7547 4015 0 -1 64 1683 0 0 0 88 0 0 0 16 0 13 0 684475595 829603840 24771 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7557] ppid=7545 vsize=810160 CPUtime=1.01
/proc/7547/task/7557/stat : 7557 (java) S 7545 7547 4015 0 -1 64 1735 0 0 0 101 0 0 0 16 0 13 0 684475595 829603840 24771 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7558] ppid=7545 vsize=810160 CPUtime=0
/proc/7547/task/7558/stat : 7558 (java) S 7545 7547 4015 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 684475595 829603840 24771 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7559] ppid=7545 vsize=810160 CPUtime=0
/proc/7547/task/7559/stat : 7559 (java) S 7545 7547 4015 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 684475595 829603840 24771 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7560] ppid=7545 vsize=810160 CPUtime=0
/proc/7547/task/7560/stat : 7560 (java) S 7545 7547 4015 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 684475947 829603840 24771 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 810160

[startup+12.7012 s]
/proc/loadavg: 2.05 2.05 2.01 3/101 7560
/proc/meminfo: memFree=1481032/2055920 swapFree=4178892/4192956
[pid=7547] ppid=7545 vsize=810160 CPUtime=12.62
/proc/7547/stat : 7547 (java) S 7545 7547 4015 0 -1 0 26761 0 1 0 1248 14 0 0 18 0 13 0 684475587 829603840 24775 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7547/statm: 202540 24775 1380 9 0 199902 0
[pid=7547/tid=7549] ppid=7545 vsize=810160 CPUtime=10.38
/proc/7547/task/7549/stat : 7549 (java) R 7545 7547 4015 0 -1 64 17042 0 1 0 1029 9 0 0 25 0 13 0 684475588 829603840 24775 996147200 134512640 134550740 4294956016 18446744073709551615 4110005010 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7550] ppid=7545 vsize=810160 CPUtime=0.1
/proc/7547/task/7550/stat : 7550 (java) S 7545 7547 4015 0 -1 64 2415 0 0 0 10 0 0 0 16 0 13 0 684475589 829603840 24775 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7551] ppid=7545 vsize=810160 CPUtime=0.12
/proc/7547/task/7551/stat : 7551 (java) S 7545 7547 4015 0 -1 64 2981 0 0 0 11 1 0 0 16 0 13 0 684475589 829603840 24775 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7552] ppid=7545 vsize=810160 CPUtime=0
/proc/7547/task/7552/stat : 7552 (java) S 7545 7547 4015 0 -1 64 137 0 0 0 0 0 0 0 16 0 13 0 684475590 829603840 24775 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7553] ppid=7545 vsize=810160 CPUtime=0
/proc/7547/task/7553/stat : 7553 (java) S 7545 7547 4015 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 684475591 829603840 24775 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7554] ppid=7545 vsize=810160 CPUtime=0
/proc/7547/task/7554/stat : 7554 (java) S 7545 7547 4015 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 684475591 829603840 24775 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7555] ppid=7545 vsize=810160 CPUtime=0
/proc/7547/task/7555/stat : 7555 (java) S 7545 7547 4015 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 684475595 829603840 24775 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7556] ppid=7545 vsize=810160 CPUtime=0.89
/proc/7547/task/7556/stat : 7556 (java) S 7545 7547 4015 0 -1 64 1683 0 0 0 89 0 0 0 15 0 13 0 684475595 829603840 24775 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7557] ppid=7545 vsize=810160 CPUtime=1.05
/proc/7547/task/7557/stat : 7557 (java) S 7545 7547 4015 0 -1 64 1738 0 0 0 105 0 0 0 17 0 13 0 684475595 829603840 24775 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7558] ppid=7545 vsize=810160 CPUtime=0
/proc/7547/task/7558/stat : 7558 (java) S 7545 7547 4015 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 684475595 829603840 24775 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7559] ppid=7545 vsize=810160 CPUtime=0
/proc/7547/task/7559/stat : 7559 (java) S 7545 7547 4015 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 684475595 829603840 24775 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7560] ppid=7545 vsize=810160 CPUtime=0
/proc/7547/task/7560/stat : 7560 (java) S 7545 7547 4015 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 684475947 829603840 24775 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 810160

[startup+25.5026 s]
/proc/loadavg: 2.04 2.05 2.01 3/101 7560
/proc/meminfo: memFree=1481040/2055920 swapFree=4178892/4192956
[pid=7547] ppid=7545 vsize=810160 CPUtime=25.35
/proc/7547/stat : 7547 (java) S 7545 7547 4015 0 -1 0 26769 0 1 0 2521 14 0 0 18 0 13 0 684475587 829603840 24783 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7547/statm: 202540 24783 1383 9 0 199902 0
[pid=7547/tid=7549] ppid=7545 vsize=810160 CPUtime=23.07
/proc/7547/task/7549/stat : 7549 (java) R 7545 7547 4015 0 -1 64 17042 0 1 0 2297 10 0 0 25 0 13 0 684475588 829603840 24783 996147200 134512640 134550740 4294956016 18446744073709551615 4109858210 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7550] ppid=7545 vsize=810160 CPUtime=0.1
/proc/7547/task/7550/stat : 7550 (java) S 7545 7547 4015 0 -1 64 2415 0 0 0 10 0 0 0 16 0 13 0 684475589 829603840 24783 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7551] ppid=7545 vsize=810160 CPUtime=0.12
/proc/7547/task/7551/stat : 7551 (java) S 7545 7547 4015 0 -1 64 2981 0 0 0 11 1 0 0 16 0 13 0 684475589 829603840 24783 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7552] ppid=7545 vsize=810160 CPUtime=0
/proc/7547/task/7552/stat : 7552 (java) S 7545 7547 4015 0 -1 64 137 0 0 0 0 0 0 0 16 0 13 0 684475590 829603840 24783 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7553] ppid=7545 vsize=810160 CPUtime=0
/proc/7547/task/7553/stat : 7553 (java) S 7545 7547 4015 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 684475591 829603840 24783 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/7547/task/7559/stat : 7559 (java) S 7545 7547 4015 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 684475595 829603840 24786 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7560] ppid=7545 vsize=810160 CPUtime=0
/proc/7547/task/7560/stat : 7560 (java) S 7545 7547 4015 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 684475947 829603840 24786 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 76.31
Current children cumulated vsize (KiB) 810160

[startup+79.9027 s]
/proc/loadavg: 2.01 2.04 2.00 3/101 7560
/proc/meminfo: memFree=1480976/2055920 swapFree=4178892/4192956
[pid=7547] ppid=7545 vsize=810160 CPUtime=79.49
/proc/7547/stat : 7547 (java) S 7545 7547 4015 0 -1 0 26780 0 1 0 7934 15 0 0 18 0 13 0 684475587 829603840 24791 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7547/statm: 202540 24791 1383 9 0 199902 0
[pid=7547/tid=7549] ppid=7545 vsize=810160 CPUtime=77.09
/proc/7547/task/7549/stat : 7549 (java) R 7545 7547 4015 0 -1 64 17045 0 1 0 7699 10 0 0 25 0 13 0 684475588 829603840 24791 996147200 134512640 134550740 4294956016 18446744073709551615 4109864159 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7550] ppid=7545 vsize=810160 CPUtime=0.1
/proc/7547/task/7550/stat : 7550 (java) S 7545 7547 4015 0 -1 64 2415 0 0 0 10 0 0 0 16 0 13 0 684475589 829603840 24791 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7551] ppid=7545 vsize=810160 CPUtime=0.12
/proc/7547/task/7551/stat : 7551 (java) S 7545 7547 4015 0 -1 64 2981 0 0 0 11 1 0 0 16 0 13 0 684475589 829603840 24791 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7552] ppid=7545 vsize=810160 CPUtime=0
/proc/7547/task/7552/stat : 7552 (java) S 7545 7547 4015 0 -1 64 137 0 0 0 0 0 0 0 17 0 13 0 684475590 829603840 24791 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7553] ppid=7545 vsize=810160 CPUtime=0
/proc/7547/task/7553/stat : 7553 (java) S 7545 7547 4015 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 684475591 829603840 24791 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7554] ppid=7545 vsize=810160 CPUtime=0
/proc/7547/task/7554/stat : 7554 (java) S 7545 7547 4015 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 684475591 829603840 24791 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7555] ppid=7545 vsize=810160 CPUtime=0
/proc/7547/task/7555/stat : 7555 (java) S 7545 7547 4015 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 684475595 829603840 24791 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7556] ppid=7545 vsize=810160 CPUtime=0.99
/proc/7547/task/7556/stat : 7556 (java) S 7545 7547 4015 0 -1 64 1690 0 0 0 99 0 0 0 16 0 13 0 684475595 829603840 24791 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7557] ppid=7545 vsize=810160 CPUtime=1.12
/proc/7547/task/7557/stat : 7557 (java) S 7545 7547 4015 0 -1 64 1747 0 0 0 112 0 0 0 16 0 13 0 684475595 829603840 24791 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7558] ppid=7545 vsize=810160 CPUtime=0
/proc/7547/task/7558/stat : 7558 (java) S 7545 7547 4015 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 684475595 829603840 24791 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7559] ppid=7545 vsize=810160 CPUtime=0
/proc/7547/task/7559/stat : 7559 (java) S 7545 7547 4015 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 684475595 829603840 24791 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7560] ppid=7545 vsize=810160 CPUtime=0
/proc/7547/task/7560/stat : 7560 (java) S 7545 7547 4015 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 684475947 829603840 24791 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 79.49
Current children cumulated vsize (KiB) 810160

[startup+83.1021 s]
/proc/loadavg: 2.01 2.04 2.00 3/101 7560
/proc/meminfo: memFree=1480912/2055920 swapFree=4178892/4192956
[pid=7547] ppid=7545 vsize=810160 CPUtime=82.68
/proc/7547/stat : 7547 (java) S 7545 7547 4015 0 -1 0 26781 0 1 0 8253 15 0 0 18 0 13 0 684475587 829603840 24791 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7547/statm: 202540 24791 1383 9 0 199902 0
[pid=7547/tid=7549] ppid=7545 vsize=810160 CPUtime=80.27
/proc/7547/task/7549/stat : 7549 (java) R 7545 7547 4015 0 -1 64 17046 0 1 0 8017 10 0 0 25 0 13 0 684475588 829603840 24791 996147200 134512640 134550740 4294956016 18446744073709551615 4109858378 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7550] ppid=7545 vsize=810160 CPUtime=0.1
/proc/7547/task/7550/stat : 7550 (java) S 7545 7547 4015 0 -1 64 2415 0 0 0 10 0 0 0 16 0 13 0 684475589 829603840 24791 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7551] ppid=7545 vsize=810160 CPUtime=0.12
/proc/7547/task/7551/stat : 7551 (java) S 7545 7547 4015 0 -1 64 2981 0 0 0 11 1 0 0 16 0 13 0 684475589 829603840 24791 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7552] ppid=7545 vsize=810160 CPUtime=0
/proc/7547/task/7552/stat : 7552 (java) S 7545 7547 4015 0 -1 64 137 0 0 0 0 0 0 0 16 0 13 0 684475590 829603840 24791 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7553] ppid=7545 vsize=810160 CPUtime=0
/proc/7547/task/7553/stat : 7553 (java) S 7545 7547 4015 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 684475591 829603840 24791 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7554] ppid=7545 vsize=810160 CPUtime=0
/proc/7547/task/7554/stat : 7554 (java) S 7545 7547 4015 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 684475591 829603840 24791 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7555] ppid=7545 vsize=810160 CPUtime=0
/proc/7547/task/7555/stat : 7555 (java) S 7545 7547 4015 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 684475595 829603840 24791 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7556] ppid=7545 vsize=810160 CPUtime=0.99
/proc/7547/task/7556/stat : 7556 (java) S 7545 7547 4015 0 -1 64 1690 0 0 0 99 0 0 0 16 0 13 0 684475595 829603840 24791 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7557] ppid=7545 vsize=810160 CPUtime=1.12
/proc/7547/task/7557/stat : 7557 (java) S 7545 7547 4015 0 -1 64 1747 0 0 0 112 0 0 0 16 0 13 0 684475595 829603840 24791 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7558] ppid=7545 vsize=810160 CPUtime=0
/proc/7547/task/7558/stat : 7558 (java) S 7545 7547 4015 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 684475595 829603840 24791 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7559] ppid=7545 vsize=810160 CPUtime=0
/proc/7547/task/7559/stat : 7559 (java) S 7545 7547 4015 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 684475595 829603840 24791 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7560] ppid=7545 vsize=810160 CPUtime=0
/proc/7547/task/7560/stat : 7560 (java) S 7545 7547 4015 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 684475947 829603840 24791 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 82.68
Current children cumulated vsize (KiB) 810160

[startup+83.9021 s]
/proc/loadavg: 2.01 2.04 2.00 3/101 7560
/proc/meminfo: memFree=1480912/2055920 swapFree=4178892/4192956
[pid=7547] ppid=7545 vsize=810160 CPUtime=83.47
/proc/7547/stat : 7547 (java) S 7545 7547 4015 0 -1 0 26781 0 1 0 8332 15 0 0 18 0 13 0 684475587 829603840 24791 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7547/statm: 202540 24791 1383 9 0 199902 0
[pid=7547/tid=7549] ppid=7545 vsize=810160 CPUtime=81.07
/proc/7547/task/7549/stat : 7549 (java) R 7545 7547 4015 0 -1 64 17046 0 1 0 8097 10 0 0 25 0 13 0 684475588 829603840 24791 996147200 134512640 134550740 4294956016 18446744073709551615 4109864159 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7550] ppid=7545 vsize=810160 CPUtime=0.1
/proc/7547/task/7550/stat : 7550 (java) S 7545 7547 4015 0 -1 64 2415 0 0 0 10 0 0 0 16 0 13 0 684475589 829603840 24791 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7551] ppid=7545 vsize=810160 CPUtime=0.12
/proc/7547/task/7551/stat : 7551 (java) S 7545 7547 4015 0 -1 64 2981 0 0 0 11 1 0 0 16 0 13 0 684475589 829603840 24791 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7552] ppid=7545 vsize=810160 CPUtime=0
/proc/7547/task/7552/stat : 7552 (java) S 7545 7547 4015 0 -1 64 137 0 0 0 0 0 0 0 16 0 13 0 684475590 829603840 24791 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7553] ppid=7545 vsize=810160 CPUtime=0
/proc/7547/task/7553/stat : 7553 (java) S 7545 7547 4015 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 684475591 829603840 24791 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7554] ppid=7545 vsize=810160 CPUtime=0
/proc/7547/task/7554/stat : 7554 (java) S 7545 7547 4015 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 684475591 829603840 24791 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7555] ppid=7545 vsize=810160 CPUtime=0
/proc/7547/task/7555/stat : 7555 (java) S 7545 7547 4015 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 684475595 829603840 24791 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7556] ppid=7545 vsize=810160 CPUtime=0.99
/proc/7547/task/7556/stat : 7556 (java) S 7545 7547 4015 0 -1 64 1690 0 0 0 99 0 0 0 16 0 13 0 684475595 829603840 24791 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7557] ppid=7545 vsize=810160 CPUtime=1.12
/proc/7547/task/7557/stat : 7557 (java) S 7545 7547 4015 0 -1 64 1747 0 0 0 112 0 0 0 16 0 13 0 684475595 829603840 24791 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7558] ppid=7545 vsize=810160 CPUtime=0
/proc/7547/task/7558/stat : 7558 (java) S 7545 7547 4015 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 684475595 829603840 24791 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7559] ppid=7545 vsize=810160 CPUtime=0
/proc/7547/task/7559/stat : 7559 (java) S 7545 7547 4015 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 684475595 829603840 24791 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7560] ppid=7545 vsize=810160 CPUtime=0
/proc/7547/task/7560/stat : 7560 (java) S 7545 7547 4015 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 684475947 829603840 24791 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 83.47
Current children cumulated vsize (KiB) 810160

[startup+84.3022 s]
/proc/loadavg: 2.01 2.04 2.00 3/101 7560
/proc/meminfo: memFree=1480912/2055920 swapFree=4178892/4192956
[pid=7547] ppid=7545 vsize=810160 CPUtime=83.87
/proc/7547/stat : 7547 (java) S 7545 7547 4015 0 -1 0 26781 0 1 0 8372 15 0 0 18 0 13 0 684475587 829603840 24791 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7547/statm: 202540 24791 1383 9 0 199902 0
[pid=7547/tid=7549] ppid=7545 vsize=810160 CPUtime=81.47
/proc/7547/task/7549/stat : 7549 (java) R 7545 7547 4015 0 -1 64 17046 0 1 0 8137 10 0 0 25 0 13 0 684475588 829603840 24791 996147200 134512640 134550740 4294956016 18446744073709551615 4109858422 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7550] ppid=7545 vsize=810160 CPUtime=0.1
/proc/7547/task/7550/stat : 7550 (java) S 7545 7547 4015 0 -1 64 2415 0 0 0 10 0 0 0 16 0 13 0 684475589 829603840 24791 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7551] ppid=7545 vsize=810160 CPUtime=0.12
/proc/7547/task/7551/stat : 7551 (java) S 7545 7547 4015 0 -1 64 2981 0 0 0 11 1 0 0 16 0 13 0 684475589 829603840 24791 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7552] ppid=7545 vsize=810160 CPUtime=0
/proc/7547/task/7552/stat : 7552 (java) S 7545 7547 4015 0 -1 64 137 0 0 0 0 0 0 0 16 0 13 0 684475590 829603840 24791 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7553] ppid=7545 vsize=810160 CPUtime=0
/proc/7547/task/7553/stat : 7553 (java) S 7545 7547 4015 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 684475591 829603840 24791 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7554] ppid=7545 vsize=810160 CPUtime=0
/proc/7547/task/7554/stat : 7554 (java) S 7545 7547 4015 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 684475591 829603840 24791 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7555] ppid=7545 vsize=810160 CPUtime=0
/proc/7547/task/7555/stat : 7555 (java) S 7545 7547 4015 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 684475595 829603840 24791 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7556] ppid=7545 vsize=810160 CPUtime=0.99
/proc/7547/task/7556/stat : 7556 (java) S 7545 7547 4015 0 -1 64 1690 0 0 0 99 0 0 0 16 0 13 0 684475595 829603840 24791 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7557] ppid=7545 vsize=810160 CPUtime=1.12
/proc/7547/task/7557/stat : 7557 (java) S 7545 7547 4015 0 -1 64 1747 0 0 0 112 0 0 0 16 0 13 0 684475595 829603840 24791 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7558] ppid=7545 vsize=810160 CPUtime=0
/proc/7547/task/7558/stat : 7558 (java) S 7545 7547 4015 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 684475595 829603840 24791 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7559] ppid=7545 vsize=810160 CPUtime=0
/proc/7547/task/7559/stat : 7559 (java) S 7545 7547 4015 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 684475595 829603840 24791 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7560] ppid=7545 vsize=810160 CPUtime=0
/proc/7547/task/7560/stat : 7560 (java) S 7545 7547 4015 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 684475947 829603840 24791 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 83.87
Current children cumulated vsize (KiB) 810160

[startup+84.7072 s]
/proc/loadavg: 2.01 2.04 2.00 3/101 7560
/proc/meminfo: memFree=1480912/2055920 swapFree=4178892/4192956
[pid=7547] ppid=7545 vsize=810160 CPUtime=84.27
/proc/7547/stat : 7547 (java) S 7545 7547 4015 0 -1 0 26781 0 1 0 8412 15 0 0 18 0 13 0 684475587 829603840 24791 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7547/statm: 202540 24791 1383 9 0 199902 0
[pid=7547/tid=7549] ppid=7545 vsize=810160 CPUtime=81.87
/proc/7547/task/7549/stat : 7549 (java) R 7545 7547 4015 0 -1 64 17046 0 1 0 8177 10 0 0 25 0 13 0 684475588 829603840 24791 996147200 134512640 134550740 4294956016 18446744073709551615 4109557036 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7550] ppid=7545 vsize=810160 CPUtime=0.1
/proc/7547/task/7550/stat : 7550 (java) S 7545 7547 4015 0 -1 64 2415 0 0 0 10 0 0 0 16 0 13 0 684475589 829603840 24791 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7551] ppid=7545 vsize=810160 CPUtime=0.12
/proc/7547/task/7551/stat : 7551 (java) S 7545 7547 4015 0 -1 64 2981 0 0 0 11 1 0 0 16 0 13 0 684475589 829603840 24791 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7552] ppid=7545 vsize=810160 CPUtime=0
/proc/7547/task/7552/stat : 7552 (java) S 7545 7547 4015 0 -1 64 137 0 0 0 0 0 0 0 16 0 13 0 684475590 829603840 24791 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7553] ppid=7545 vsize=810160 CPUtime=0
/proc/7547/task/7553/stat : 7553 (java) S 7545 7547 4015 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 684475591 829603840 24791 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7554] ppid=7545 vsize=810160 CPUtime=0
/proc/7547/task/7554/stat : 7554 (java) S 7545 7547 4015 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 684475591 829603840 24791 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7555] ppid=7545 vsize=810160 CPUtime=0
/proc/7547/task/7555/stat : 7555 (java) S 7545 7547 4015 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 684475595 829603840 24791 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7556] ppid=7545 vsize=810160 CPUtime=0.99
/proc/7547/task/7556/stat : 7556 (java) S 7545 7547 4015 0 -1 64 1690 0 0 0 99 0 0 0 16 0 13 0 684475595 829603840 24791 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7557] ppid=7545 vsize=810160 CPUtime=1.12
/proc/7547/task/7557/stat : 7557 (java) S 7545 7547 4015 0 -1 64 1747 0 0 0 112 0 0 0 16 0 13 0 684475595 829603840 24791 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7558] ppid=7545 vsize=810160 CPUtime=0
/proc/7547/task/7558/stat : 7558 (java) S 7545 7547 4015 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 684475595 829603840 24791 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7559] ppid=7545 vsize=810160 CPUtime=0
/proc/7547/task/7559/stat : 7559 (java) S 7545 7547 4015 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 684475595 829603840 24791 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7547/tid=7560] ppid=7545 vsize=810160 CPUtime=0
/proc/7547/task/7560/stat : 7560 (java) S 7545 7547 4015 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 684475947 829603840 24791 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 84.27
Current children cumulated vsize (KiB) 810160

Child status: 0
Real time (s): 84.755
CPU time (s): 84.3062
CPU user time (s): 84.1402
CPU system time (s): 0.165974
CPU usage (%): 99.4704
Max. virtual memory (cumulated for all children) (KiB): 810160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 84.1402
system time used= 0.165974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26788
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= 2531
involuntary context switches= 3669

runsolver used 0.097985 second user time and 0.305953 second system time

The end

Launcher Data (download as text)

Begin job on node86 at 2008-07-05 21:51:06
IDJOB=1100624
IDBENCH=59946
IDSOLVER=344
FILE ID=node86/1100624-1215287466
PBS_JOBID= 7882287
Free space on /tmp= 66556 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/tightness0.9/normalized-rand-2-40-180-84-900-35_ext.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-1100624-1215287466/watcher-1100624-1215287466 -o /tmp/evaluation-result-1100624-1215287466/solver-1100624-1215287466 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1100624-1215287466.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c7f9b743b9ebf6f69a5c9d77e719e07d
RANDOM SEED=1945192271

node86.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.220
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.220
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1576136 kB
Buffers:        102232 kB
Cached:         284348 kB
SwapCached:       6392 kB
Active:         289468 kB
Inactive:       134700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1576136 kB
SwapTotal:     4192956 kB
SwapFree:      4178892 kB
Dirty:            3052 kB
Writeback:           0 kB
Mapped:          51128 kB
Slab:            40160 kB
Committed_AS:  1321168 kB
PageTables:       2444 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= 66556 MiB
End job on node86 at 2008-07-05 21:52:31