Trace number 2078918

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 2.1.1UNSAT 44.1783 44.3152

General information on the benchmark

Namecsp/nengfa/
normalized-color.xml
MD5SUM868270618e65ac29a05492ece46ae30f
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.39879
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of constraints12458
Maximum constraint arity2
Maximum domain size5
Number of constraints which are defined in extension0
Number of constraints which are defined in intension12458
Global constraints used (with number of constraints)

Solver Data

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.13	c That software uses the Rhino library from the Mozilla project.
0.09/0.15	c version 2.1.1.v20090622
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0_12
0.09/0.15	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 671000808
0.09/0.15	c Max memory 672137216
0.09/0.15	c Total memory 672137216
0.09/0.15	c Number of processors 2
0.18/0.23	c c --- Begin Solver configuration ---
0.18/0.23	c Stops conflict analysis at the first Unique Implication Point
0.18/0.23	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.23	c Learn all clauses as in MiniSAT
0.18/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.23	c Expensive reason simplification
0.18/0.23	c MiniSAT restarts strategy
0.18/0.23	c Memory based learned constraints deletion strategy
0.18/0.23	c timeout=2147483s
0.18/0.23	c DB Simplification allowed=false
0.18/0.23	c --- End Solver configuration ---
0.18/0.23	c solving HOME/instance-2078918-1247367593.xml
0.18/0.23	c reading problem ... 
0.38/0.47	c reading problem named null
0.38/0.47	c reading domains done.
0.38/0.48	c reading variables done.
0.58/0.62	c reading predicates  done.
4.69/4.75	c reading constraints
39.70/39.81	c done with constraints.
39.70/39.83	c ... done. Wall clock time 39.595s.
39.70/39.83	c #vars     2500
39.70/39.83	c #constraints  125580
39.70/39.83	c constraints type 
39.70/39.83	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 125080
39.70/39.83	c org.sat4j.minisat.constraints.card.AtLeast => 500
44.08/44.26	c starts		: 6
44.08/44.26	c conflicts		: 1844
44.08/44.26	c decisions		: 2097
44.08/44.26	c propagations		: 491939
44.08/44.26	c inspects		: 20848204
44.08/44.26	c learnt literals	: 8
44.08/44.26	c learnt binary clauses	: 23
44.08/44.26	c learnt ternary clauses	: 31
44.08/44.26	c learnt clauses	: 1835
44.08/44.26	c ignored clauses	: 0
44.08/44.26	c root simplifications	: 0
44.08/44.26	c removed literals (reason simplification)	: 4604
44.08/44.26	c reason swapping (by a shorter reason)	: 0
44.08/44.26	c Calls to reduceDB	: 0
44.08/44.26	c speed (assignments/second)	: 111197.78481012657
44.08/44.26	c non guided choices	93
44.08/44.26	c learnt constraints type 
44.08/44.26	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 23
44.08/44.26	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 1812
44.08/44.26	c constraints type 
44.08/44.26	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 125080
44.08/44.26	c org.sat4j.minisat.constraints.card.AtLeast => 500
44.08/44.26	s UNSATISFIABLE
44.08/44.26	c Total wall clock time (in seconds) : 44.02

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2078918-1247367593/watcher-2078918-1247367593 -o /tmp/evaluation-result-2078918-1247367593/solver-2078918-1247367593 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2078918-1247367593.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.93 2.33 2.32 4/75 21728
/proc/meminfo: memFree=1784832/2055920 swapFree=4192812/4192956
[pid=21728] ppid=21726 vsize=152 CPUtime=0
/proc/21728/stat : 21728 (java6) R 21726 21728 21382 0 -1 0 41 0 0 0 0 0 0 0 19 0 1 0 23824546 155648 26 996147200 134512640 134550932 4294956176 18446744073709551615 10424619 0 0 4096 0 0 0 0 17 0 0 0
/proc/21728/statm: 38 26 19 9 0 4 0

[startup+0.0460889 s]
/proc/loadavg: 2.93 2.33 2.32 4/75 21728
/proc/meminfo: memFree=1784832/2055920 swapFree=4192812/4192956
[pid=21728] ppid=21726 vsize=801384 CPUtime=0.03
/proc/21728/stat : 21728 (java) S 21726 21728 21382 0 -1 0 2513 0 1 0 1 2 0 0 18 0 5 0 23824546 820617216 2260 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/21728/statm: 200346 2260 981 9 0 197697 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 801384

[startup+0.101098 s]
/proc/loadavg: 2.93 2.33 2.32 4/75 21728
/proc/meminfo: memFree=1784832/2055920 swapFree=4192812/4192956
[pid=21728] ppid=21726 vsize=804560 CPUtime=0.09
/proc/21728/stat : 21728 (java) S 21726 21728 21382 0 -1 0 3015 0 1 0 6 3 0 0 18 0 12 0 23824546 823869440 2758 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21728/statm: 201140 2758 1082 9 0 198474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.301138 s]
/proc/loadavg: 2.93 2.33 2.32 4/75 21728
/proc/meminfo: memFree=1784832/2055920 swapFree=4192812/4192956
[pid=21728] ppid=21726 vsize=805628 CPUtime=0.28
/proc/21728/stat : 21728 (java) S 21726 21728 21382 0 -1 0 4318 0 1 0 24 4 0 0 18 0 12 0 23824546 824963072 4055 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21728/statm: 201407 4055 1359 9 0 198734 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805628

[startup+0.70122 s]
/proc/loadavg: 2.93 2.33 2.32 4/75 21728
/proc/meminfo: memFree=1784832/2055920 swapFree=4192812/4192956
[pid=21728] ppid=21726 vsize=807316 CPUtime=0.69
/proc/21728/stat : 21728 (java) S 21726 21728 21382 0 -1 0 5987 0 1 0 63 6 0 0 18 0 12 0 23824546 826691584 5478 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21728/statm: 201829 5478 1389 9 0 199156 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 807316

[startup+1.50237 s]
/proc/loadavg: 2.93 2.33 2.32 3/87 21740
/proc/meminfo: memFree=1765472/2055920 swapFree=4192812/4192956
[pid=21728] ppid=21726 vsize=810240 CPUtime=1.48
/proc/21728/stat : 21728 (java) S 21726 21728 21382 0 -1 0 8499 0 1 0 140 8 0 0 18 0 12 0 23824546 829685760 7182 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21728/statm: 202560 7182 1401 9 0 199887 0
[pid=21728/tid=21730] ppid=21726 vsize=810240 CPUtime=0.91
/proc/21728/task/21730/stat : 21730 (java) R 21726 21728 21382 0 -1 64 5175 0 1 0 86 5 0 0 21 0 12 0 23824547 829685760 7182 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21728/tid=21731] ppid=21726 vsize=810240 CPUtime=0
/proc/21728/task/21731/stat : 21731 (java) S 21726 21728 21382 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 23824548 829685760 7182 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21728/tid=21732] ppid=21726 vsize=810240 CPUtime=0
/proc/21728/task/21732/stat : 21732 (java) S 21726 21728 21382 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 23824548 829685760 7182 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21728/tid=21733] ppid=21726 vsize=810240 CPUtime=0
/proc/21728/task/21733/stat : 21733 (java) S 21726 21728 21382 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 23824550 829685760 7182 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21728/tid=21734] ppid=21726 vsize=810240 CPUtime=0
/proc/21728/task/21734/stat : 21734 (java) S 21726 21728 21382 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 23824551 829685760 7182 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21728/tid=21735] ppid=21726 vsize=810240 CPUtime=0
/proc/21728/task/21735/stat : 21735 (java) S 21726 21728 21382 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 23824551 829685760 7182 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21728/tid=21736] ppid=21726 vsize=810240 CPUtime=0
/proc/21728/task/21736/stat : 21736 (java) S 21726 21728 21382 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23824555 829685760 7182 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21728/tid=21737] ppid=21726 vsize=810240 CPUtime=0
/proc/21728/task/21737/stat : 21737 (java) S 21726 21728 21382 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23824555 829685760 7182 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21728/tid=21738] ppid=21726 vsize=810240 CPUtime=0.55
/proc/21728/task/21738/stat : 21738 (java) R 21726 21728 21382 0 -1 64 2570 0 0 0 54 1 0 0 16 0 12 0 23824555 829685760 7182 996147200 134512640 134550932 4294956016 18446744073709551615 106797854 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21728/tid=21739] ppid=21726 vsize=810240 CPUtime=0
/proc/21728/task/21739/stat : 21739 (java) S 21726 21728 21382 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23824555 829685760 7182 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21728/tid=21740] ppid=21726 vsize=810240 CPUtime=0
/proc/21728/task/21740/stat : 21740 (java) S 21726 21728 21382 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23824555 829685760 7182 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 810240

[startup+3.10169 s]
/proc/loadavg: 2.93 2.33 2.32 3/87 21740
/proc/meminfo: memFree=1759008/2055920 swapFree=4192812/4192956
[pid=21728] ppid=21726 vsize=813048 CPUtime=3.08
/proc/21728/stat : 21728 (java) S 21726 21728 21382 0 -1 0 11133 0 1 0 299 9 0 0 18 0 12 0 23824546 832561152 9157 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21728/statm: 203262 9157 1413 9 0 200589 0
[pid=21728/tid=21730] ppid=21726 vsize=813048 CPUtime=1.4
/proc/21728/task/21730/stat : 21730 (java) R 21726 21728 21382 0 -1 64 6400 0 1 0 134 6 0 0 25 0 12 0 23824547 832561152 9157 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21728/tid=21731] ppid=21726 vsize=813048 CPUtime=0
/proc/21728/task/21731/stat : 21731 (java) S 21726 21728 21382 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 23824548 832561152 9157 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21728/tid=21732] ppid=21726 vsize=813048 CPUtime=0
/proc/21728/task/21732/stat : 21732 (java) S 21726 21728 21382 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 23824548 832561152 9157 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21728/tid=21733] ppid=21726 vsize=813048 CPUtime=0
/proc/21728/task/21733/stat : 21733 (java) S 21726 21728 21382 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 23824550 832561152 9157 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21728/tid=21734] ppid=21726 vsize=813048 CPUtime=0
/proc/21728/task/21734/stat : 21734 (java) S 21726 21728 21382 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 23824551 832561152 9157 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21728/tid=21735] ppid=21726 vsize=813048 CPUtime=0
/proc/21728/task/21735/stat : 21735 (java) S 21726 21728 21382 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 23824551 832561152 9157 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21728/tid=21736] ppid=21726 vsize=813048 CPUtime=0
/proc/21728/task/21736/stat : 21736 (java) S 21726 21728 21382 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23824555 832561152 9157 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21728/tid=21737] ppid=21726 vsize=813048 CPUtime=0.05
/proc/21728/task/21737/stat : 21737 (java) R 21726 21728 21382 0 -1 64 36 0 0 0 5 0 0 0 17 0 12 0 23824555 832561152 9157 996147200 134512640 134550932 4294956016 18446744073709551615 105495979 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21728/tid=21738] ppid=21726 vsize=813048 CPUtime=1.59
/proc/21728/task/21738/stat : 21738 (java) R 21726 21728 21382 0 -1 64 3956 0 0 0 158 1 0 0 19 0 12 0 23824555 832561152 9157 996147200 134512640 134550932 4294956016 18446744073709551615 105569458 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21728/tid=21739] ppid=21726 vsize=813048 CPUtime=0
/proc/21728/task/21739/stat : 21739 (java) S 21726 21728 21382 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23824555 832561152 9157 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21728/tid=21740] ppid=21726 vsize=813048 CPUtime=0
/proc/21728/task/21740/stat : 21740 (java) S 21726 21728 21382 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23824555 832561152 9157 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 813048

[startup+6.30232 s]
/proc/loadavg: 3.02 2.36 2.33 3/87 21740
/proc/meminfo: memFree=1718560/2055920 swapFree=4192812/4192956
[pid=21728] ppid=21726 vsize=814500 CPUtime=6.29
/proc/21728/stat : 21728 (java) S 21726 21728 21382 0 -1 0 24122 0 1 0 613 16 0 0 18 0 12 0 23824546 834048000 20900 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21728/statm: 203625 20900 1428 9 0 200952 0
[pid=21728/tid=21730] ppid=21726 vsize=814500 CPUtime=3.04
/proc/21728/task/21730/stat : 21730 (java) R 21726 21728 21382 0 -1 64 17604 0 1 0 291 13 0 0 25 0 12 0 23824547 834048000 20900 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21728/tid=21731] ppid=21726 vsize=814500 CPUtime=0
/proc/21728/task/21731/stat : 21731 (java) S 21726 21728 21382 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 23824548 834048000 20900 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21728/tid=21732] ppid=21726 vsize=814500 CPUtime=0
/proc/21728/task/21732/stat : 21732 (java) S 21726 21728 21382 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 23824548 834048000 20900 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21728/tid=21733] ppid=21726 vsize=814500 CPUtime=0
/proc/21728/task/21733/stat : 21733 (java) S 21726 21728 21382 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 23824550 834048000 20900 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21728/tid=21734] ppid=21726 vsize=814500 CPUtime=0
/proc/21728/task/21734/stat : 21734 (java) S 21726 21728 21382 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 23824551 834048000 20900 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21728/tid=21735] ppid=21726 vsize=814500 CPUtime=0
/proc/21728/task/21735/stat : 21735 (java) S 21726 21728 21382 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 23824551 834048000 20900 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21728/tid=21736] ppid=21726 vsize=814500 CPUtime=0
/proc/21728/task/21736/stat : 21736 (java) S 21726 21728 21382 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23824555 834048000 20900 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21728/tid=21737] ppid=21726 vsize=814500 CPUtime=1.59
/proc/21728/task/21737/stat : 21737 (java) R 21726 21728 21382 0 -1 64 1748 0 0 0 159 0 0 0 17 0 12 0 23824555 834048000 20900 996147200 134512640 134550932 4294956016 18446744073709551615 106251742 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21728/tid=21738] ppid=21726 vsize=814500 CPUtime=1.62
/proc/21728/task/21738/stat : 21738 (java) S 21726 21728 21382 0 -1 64 4029 0 0 0 161 1 0 0 19 0 12 0 23824555 834048000 20900 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21728/tid=21739] ppid=21726 vsize=814500 CPUtime=0
/proc/21728/task/21739/stat : 21739 (java) S 21726 21728 21382 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23824555 834048000 20900 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21728/tid=21740] ppid=21726 vsize=814500 CPUtime=0
/proc/21728/task/21740/stat : 21740 (java) S 21726 21728 21382 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23824555 834048000 20900 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 814500

[startup+12.7016 s]
/proc/loadavg: 2.94 2.35 2.33 5/87 21740
/proc/meminfo: memFree=1677408/2055920 swapFree=4192812/4192956
[pid=21728] ppid=21726 vsize=814540 CPUtime=12.65
/proc/21728/stat : 21728 (java) S 21726 21728 21382 0 -1 0 33660 0 1 0 1239 26 0 0 18 0 12 0 23824546 834088960 29356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21728/statm: 203635 29356 1450 9 0 200962 0
[pid=21728/tid=21730] ppid=21726 vsize=814540 CPUtime=7.73
/proc/21728/task/21730/stat : 21730 (java) R 21726 21728 21382 0 -1 64 20527 0 1 0 753 20 0 0 25 0 12 0 23824547 834088960 29356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21728/tid=21731] ppid=21726 vsize=814540 CPUtime=0.12
/proc/21728/task/21731/stat : 21731 (java) S 21726 21728 21382 0 -1 64 2975 0 0 0 12 0 0 0 17 0 12 0 23824548 834088960 29356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21728/tid=21732] ppid=21726 vsize=814540 CPUtime=0.11
/proc/21728/task/21732/stat : 21732 (java) S 21726 21728 21382 0 -1 64 2412 0 0 0 10 1 0 0 17 0 12 0 23824548 834088960 29356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21728/tid=21733] ppid=21726 vsize=814540 CPUtime=0
/proc/21728/task/21733/stat : 21733 (java) S 21726 21728 21382 0 -1 64 23 0 0 0 0 0 0 0 16 0 12 0 23824550 834088960 29356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21728/tid=21734] ppid=21726 vsize=814540 CPUtime=0
/proc/21728/task/21734/stat : 21734 (java) S 21726 21728 21382 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23824551 834088960 29356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21728/tid=21735] ppid=21726 vsize=814540 CPUtime=0
/proc/21728/task/21735/stat : 21735 (java) S 21726 21728 21382 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23824551 834088960 29356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21728/tid=21736] ppid=21726 vsize=814540 CPUtime=0
/proc/21728/task/21736/stat : 21736 (java) S 21726 21728 21382 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23824555 834088960 29356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21728/tid=21737] ppid=21726 vsize=814540 CPUtime=3
/proc/21728/task/21737/stat : 21737 (java) R 21726 21728 21382 0 -1 64 2955 0 0 0 299 1 0 0 16 0 12 0 23824555 834088960 29356 996147200 134512640 134550932 4294956016 18446744073709551615 106010288 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21728/tid=21738] ppid=21726 vsize=814540 CPUtime=1.62
/proc/21728/task/21738/stat : 21738 (java) S 21726 21728 21382 0 -1 64 4029 0 0 0 161 1 0 0 19 0 12 0 23824555 834088960 29356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21728/tid=21739] ppid=21726 vsize=814540 CPUtime=0
/proc/21728/task/21739/stat : 21739 (java) S 21726 21728 21382 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23824555 834088960 29356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21728/tid=21740] ppid=21726 vsize=814540 CPUtime=0
/proc/21728/task/21740/stat : 21740 (java) S 21726 21728 21382 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23824555 834088960 29356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 814540

[startup+25.5021 s]
/proc/loadavg: 2.73 2.33 2.33 3/87 21740
/proc/meminfo: memFree=1642464/2055920 swapFree=4192812/4192956
[pid=21728] ppid=21726 vsize=814540 CPUtime=25.46
/proc/21728/stat : 21728 (java) S 21726 21728 21382 0 -1 0 41269 0 1 0 2506 40 0 0 18 0 12 0 23824546 834088960 36881 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21728/statm: 203635 36881 1453 9 0 200962 0
[pid=21728/tid=21730] ppid=21726 vsize=814540 CPUtime=18.84
/proc/21728/task/21730/stat : 21730 (java) R 21726 21728 21382 0 -1 64 25221 0 1 0 1852 32 0 0 25 0 12 0 23824547 834088960 36881 996147200 134512640 134550932 4294956016 18446744073709551615 105500380 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21728/tid=21731] ppid=21726 vsize=814540 CPUtime=0.32
/proc/21728/task/21731/stat : 21731 (java) S 21726 21728 21382 0 -1 64 4221 0 0 0 31 1 0 0 16 0 12 0 23824548 834088960 36881 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21728/tid=21732] ppid=21726 vsize=814540 CPUtime=0.37
/proc/21728/task/21732/stat : 21732 (java) S 21726 21728 21382 0 -1 64 3986 0 0 0 36 1 0 0 17 0 12 0 23824548 834088960 36881 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21728/tid=21733] ppid=21726 vsize=814540 CPUtime=0.02
/proc/21728/task/21733/stat : 21733 (java) S 21726 21728 21382 0 -1 64 26 0 0 0 2 0 0 0 17 0 12 0 23824550 834088960 36881 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21728/tid=21734] ppid=21726 vsize=814540 CPUtime=0
/proc/21728/task/21734/stat : 21734 (java) S 21726 21728 21382 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23824551 834088960 36881 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21728/tid=21735] ppid=21726 vsize=814540 CPUtime=0
/proc/21728/task/21735/stat : 21735 (java) S 21726 21728 21382 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23824551 834088960 36881 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21728/tid=21736] ppid=21726 vsize=814540 CPUtime=0
/proc/21728/task/21736/stat : 21736 (java) S 21726 21728 21382 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23824555 834088960 36881 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21728/tid=21737] ppid=21726 vsize=814540 CPUtime=4.22

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


[startup+31.9074 s]
/proc/loadavg: 2.67 2.33 2.32 3/87 21740
/proc/meminfo: memFree=1631776/2055920 swapFree=4192812/4192956
[pid=21728] ppid=21726 vsize=814540 CPUtime=31.84
/proc/21728/stat : 21728 (java) S 21726 21728 21382 0 -1 0 44970 0 1 0 3138 46 0 0 18 0 12 0 23824546 834088960 39405 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21728/statm: 203635 39405 1459 9 0 200962 0
[pid=21728/tid=21730] ppid=21726 vsize=814540 CPUtime=24.24
/proc/21728/task/21730/stat : 21730 (java) R 21726 21728 21382 0 -1 64 26974 0 1 0 2387 37 0 0 25 0 12 0 23824547 834088960 39405 996147200 134512640 134550932 4294956016 18446744073709551615 105500397 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21728/tid=21731] ppid=21726 vsize=814540 CPUtime=0.37
/proc/21728/task/21731/stat : 21731 (java) S 21726 21728 21382 0 -1 64 4488 0 0 0 36 1 0 0 17 0 12 0 23824548 834088960 39405 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21728/tid=21732] ppid=21726 vsize=814540 CPUtime=0.42
/proc/21728/task/21732/stat : 21732 (java) S 21726 21728 21382 0 -1 64 4414 0 0 0 41 1 0 0 17 0 12 0 23824548 834088960 39405 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21728/tid=21733] ppid=21726 vsize=814540 CPUtime=0.02
/proc/21728/task/21733/stat : 21733 (java) S 21726 21728 21382 0 -1 64 26 0 0 0 2 0 0 0 16 0 12 0 23824550 834088960 39405 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21728/tid=21734] ppid=21726 vsize=814540 CPUtime=0
/proc/21728/task/21734/stat : 21734 (java) S 21726 21728 21382 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23824551 834088960 39405 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21728/tid=21735] ppid=21726 vsize=814540 CPUtime=0
/proc/21728/task/21735/stat : 21735 (java) S 21726 21728 21382 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23824551 834088960 39405 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21728/tid=21736] ppid=21726 vsize=814540 CPUtime=0
/proc/21728/task/21736/stat : 21736 (java) S 21726 21728 21382 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23824555 834088960 39405 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21728/tid=21737] ppid=21726 vsize=814540 CPUtime=5.1
/proc/21728/task/21737/stat : 21737 (java) S 21726 21728 21382 0 -1 64 4300 0 0 0 508 2 0 0 16 0 12 0 23824555 834088960 39405 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21728/tid=21738] ppid=21726 vsize=814540 CPUtime=1.62
/proc/21728/task/21738/stat : 21738 (java) S 21726 21728 21382 0 -1 64 4029 0 0 0 161 1 0 0 19 0 12 0 23824555 834088960 39405 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21728/tid=21739] ppid=21726 vsize=814540 CPUtime=0
/proc/21728/task/21739/stat : 21739 (java) S 21726 21728 21382 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23824555 834088960 39405 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21728/tid=21740] ppid=21726 vsize=814540 CPUtime=0
/proc/21728/task/21740/stat : 21740 (java) S 21726 21728 21382 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23824555 834088960 39405 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.84
Current children cumulated vsize (KiB) 814540

[startup+38.3016 s]
/proc/loadavg: 2.62 2.32 2.32 3/87 21740
/proc/meminfo: memFree=1618208/2055920 swapFree=4192812/4192956
[pid=21728] ppid=21726 vsize=815816 CPUtime=38.21
/proc/21728/stat : 21728 (java) S 21726 21728 21382 0 -1 0 49848 0 1 0 3769 52 0 0 18 0 12 0 23824546 835395584 43063 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21728/statm: 203954 43063 1459 9 0 201281 0
[pid=21728/tid=21730] ppid=21726 vsize=815816 CPUtime=30.2
/proc/21728/task/21730/stat : 21730 (java) R 21726 21728 21382 0 -1 64 29117 0 1 0 2978 42 0 0 25 0 12 0 23824547 835395584 43063 996147200 134512640 134550932 4294956016 18446744073709551615 105500380 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21728/tid=21731] ppid=21726 vsize=815816 CPUtime=0.47
/proc/21728/task/21731/stat : 21731 (java) S 21726 21728 21382 0 -1 64 5376 0 0 0 45 2 0 0 16 0 12 0 23824548 835395584 43063 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21728/tid=21732] ppid=21726 vsize=815816 CPUtime=0.52
/proc/21728/task/21732/stat : 21732 (java) S 21726 21728 21382 0 -1 64 5216 0 0 0 50 2 0 0 17 0 12 0 23824548 835395584 43063 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21728/tid=21733] ppid=21726 vsize=815816 CPUtime=0.03
/proc/21728/task/21733/stat : 21733 (java) S 21726 21728 21382 0 -1 64 26 0 0 0 3 0 0 0 16 0 12 0 23824550 835395584 43063 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21728/tid=21734] ppid=21726 vsize=815816 CPUtime=0
/proc/21728/task/21734/stat : 21734 (java) S 21726 21728 21382 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23824551 835395584 43063 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21728/tid=21735] ppid=21726 vsize=815816 CPUtime=0
/proc/21728/task/21735/stat : 21735 (java) S 21726 21728 21382 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23824551 835395584 43063 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21728/tid=21736] ppid=21726 vsize=815816 CPUtime=0
/proc/21728/task/21736/stat : 21736 (java) S 21726 21728 21382 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23824555 835395584 43063 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21728/tid=21737] ppid=21726 vsize=815816 CPUtime=5.31
/proc/21728/task/21737/stat : 21737 (java) S 21726 21728 21382 0 -1 64 5345 0 0 0 529 2 0 0 16 0 12 0 23824555 835395584 43063 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21728/tid=21738] ppid=21726 vsize=815816 CPUtime=1.62
/proc/21728/task/21738/stat : 21738 (java) S 21726 21728 21382 0 -1 64 4029 0 0 0 161 1 0 0 19 0 12 0 23824555 835395584 43063 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21728/tid=21739] ppid=21726 vsize=815816 CPUtime=0
/proc/21728/task/21739/stat : 21739 (java) S 21726 21728 21382 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23824555 835395584 43063 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21728/tid=21740] ppid=21726 vsize=815816 CPUtime=0
/proc/21728/task/21740/stat : 21740 (java) S 21726 21728 21382 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23824555 835395584 43063 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 38.21
Current children cumulated vsize (KiB) 815816

[startup+41.5023 s]
/proc/loadavg: 2.57 2.32 2.32 3/88 21741
/proc/meminfo: memFree=1610392/2055920 swapFree=4192812/4192956
[pid=21728] ppid=21726 vsize=816140 CPUtime=41.39
/proc/21728/stat : 21728 (java) S 21726 21728 21382 0 -1 0 52312 0 1 0 4084 55 0 0 18 0 13 0 23824546 835727360 44722 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21728/statm: 204035 44722 1463 9 0 201362 0
[pid=21728/tid=21730] ppid=21726 vsize=816140 CPUtime=32.9
/proc/21728/task/21730/stat : 21730 (java) R 21726 21728 21382 0 -1 64 30356 0 1 0 3246 44 0 0 25 0 13 0 23824547 835727360 44722 996147200 134512640 134550932 4294956016 18446744073709551615 4111400840 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21728/tid=21731] ppid=21726 vsize=816140 CPUtime=0.5
/proc/21728/task/21731/stat : 21731 (java) S 21726 21728 21382 0 -1 64 5701 0 0 0 48 2 0 0 17 0 13 0 23824548 835727360 44722 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21728/tid=21732] ppid=21726 vsize=816140 CPUtime=0.56
/proc/21728/task/21732/stat : 21732 (java) S 21726 21728 21382 0 -1 64 6084 0 0 0 54 2 0 0 17 0 13 0 23824548 835727360 44722 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21728/tid=21733] ppid=21726 vsize=816140 CPUtime=0.04
/proc/21728/task/21733/stat : 21733 (java) S 21726 21728 21382 0 -1 64 26 0 0 0 4 0 0 0 17 0 13 0 23824550 835727360 44722 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21728/tid=21734] ppid=21726 vsize=816140 CPUtime=0
/proc/21728/task/21734/stat : 21734 (java) S 21726 21728 21382 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 23824551 835727360 44722 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21728/tid=21735] ppid=21726 vsize=816140 CPUtime=0
/proc/21728/task/21735/stat : 21735 (java) S 21726 21728 21382 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 23824551 835727360 44722 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21728/tid=21736] ppid=21726 vsize=816140 CPUtime=0
/proc/21728/task/21736/stat : 21736 (java) S 21726 21728 21382 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 23824555 835727360 44722 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21728/tid=21737] ppid=21726 vsize=816140 CPUtime=5.7
/proc/21728/task/21737/stat : 21737 (java) S 21726 21728 21382 0 -1 64 5371 0 0 0 568 2 0 0 15 0 13 0 23824555 835727360 44722 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21728/tid=21738] ppid=21726 vsize=816140 CPUtime=1.62
/proc/21728/task/21738/stat : 21738 (java) S 21726 21728 21382 0 -1 64 4029 0 0 0 161 1 0 0 19 0 13 0 23824555 835727360 44722 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21728/tid=21739] ppid=21726 vsize=816140 CPUtime=0
/proc/21728/task/21739/stat : 21739 (java) S 21726 21728 21382 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 23824555 835727360 44722 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21728/tid=21740] ppid=21726 vsize=816140 CPUtime=0
/proc/21728/task/21740/stat : 21740 (java) S 21726 21728 21382 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 23824555 835727360 44722 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21728/tid=21741] ppid=21726 vsize=816140 CPUtime=0
/proc/21728/task/21741/stat : 21741 (java) S 21726 21728 21382 0 -1 64 6 0 0 0 0 0 0 0 24 0 13 0 23828531 835727360 44722 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 41.39
Current children cumulated vsize (KiB) 816140

[startup+43.1016 s]
/proc/loadavg: 2.57 2.32 2.32 3/88 21741
/proc/meminfo: memFree=1610328/2055920 swapFree=4192812/4192956
[pid=21728] ppid=21726 vsize=816140 CPUtime=42.98
/proc/21728/stat : 21728 (java) S 21726 21728 21382 0 -1 0 52315 0 1 0 4243 55 0 0 18 0 13 0 23824546 835727360 44723 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21728/statm: 204035 44723 1463 9 0 201362 0
[pid=21728/tid=21730] ppid=21726 vsize=816140 CPUtime=34.48
/proc/21728/task/21730/stat : 21730 (java) R 21726 21728 21382 0 -1 64 30359 0 1 0 3404 44 0 0 25 0 13 0 23824547 835727360 44723 996147200 134512640 134550932 4294956016 18446744073709551615 4111498915 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21728/tid=21731] ppid=21726 vsize=816140 CPUtime=0.5
/proc/21728/task/21731/stat : 21731 (java) S 21726 21728 21382 0 -1 64 5701 0 0 0 48 2 0 0 17 0 13 0 23824548 835727360 44723 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21728/tid=21732] ppid=21726 vsize=816140 CPUtime=0.56
/proc/21728/task/21732/stat : 21732 (java) S 21726 21728 21382 0 -1 64 6084 0 0 0 54 2 0 0 17 0 13 0 23824548 835727360 44723 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21728/tid=21733] ppid=21726 vsize=816140 CPUtime=0.05
/proc/21728/task/21733/stat : 21733 (java) S 21726 21728 21382 0 -1 64 26 0 0 0 5 0 0 0 17 0 13 0 23824550 835727360 44723 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21728/tid=21734] ppid=21726 vsize=816140 CPUtime=0
/proc/21728/task/21734/stat : 21734 (java) S 21726 21728 21382 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 23824551 835727360 44723 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21728/tid=21735] ppid=21726 vsize=816140 CPUtime=0
/proc/21728/task/21735/stat : 21735 (java) S 21726 21728 21382 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 23824551 835727360 44723 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21728/tid=21736] ppid=21726 vsize=816140 CPUtime=0
/proc/21728/task/21736/stat : 21736 (java) S 21726 21728 21382 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 23824555 835727360 44723 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21728/tid=21737] ppid=21726 vsize=816140 CPUtime=5.7
/proc/21728/task/21737/stat : 21737 (java) S 21726 21728 21382 0 -1 64 5371 0 0 0 568 2 0 0 17 0 13 0 23824555 835727360 44723 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21728/tid=21738] ppid=21726 vsize=816140 CPUtime=1.62
/proc/21728/task/21738/stat : 21738 (java) S 21726 21728 21382 0 -1 64 4029 0 0 0 161 1 0 0 19 0 13 0 23824555 835727360 44723 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21728/tid=21739] ppid=21726 vsize=816140 CPUtime=0
/proc/21728/task/21739/stat : 21739 (java) S 21726 21728 21382 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 23824555 835727360 44723 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21728/tid=21740] ppid=21726 vsize=816140 CPUtime=0
/proc/21728/task/21740/stat : 21740 (java) S 21726 21728 21382 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 23824555 835727360 44723 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21728/tid=21741] ppid=21726 vsize=816140 CPUtime=0
/proc/21728/task/21741/stat : 21741 (java) S 21726 21728 21382 0 -1 64 6 0 0 0 0 0 0 0 24 0 13 0 23828531 835727360 44723 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 42.98
Current children cumulated vsize (KiB) 816140

[startup+43.9028 s]
/proc/loadavg: 2.57 2.32 2.32 3/88 21741
/proc/meminfo: memFree=1610328/2055920 swapFree=4192812/4192956
[pid=21728] ppid=21726 vsize=816140 CPUtime=43.78
/proc/21728/stat : 21728 (java) S 21726 21728 21382 0 -1 0 52320 0 1 0 4323 55 0 0 18 0 13 0 23824546 835727360 44728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21728/statm: 204035 44728 1463 9 0 201362 0
[pid=21728/tid=21730] ppid=21726 vsize=816140 CPUtime=35.23
/proc/21728/task/21730/stat : 21730 (java) R 21726 21728 21382 0 -1 64 30360 0 1 0 3479 44 0 0 25 0 13 0 23824547 835727360 44728 996147200 134512640 134550932 4294956016 18446744073709551615 4111540608 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21728/tid=21731] ppid=21726 vsize=816140 CPUtime=0.5
/proc/21728/task/21731/stat : 21731 (java) S 21726 21728 21382 0 -1 64 5701 0 0 0 48 2 0 0 17 0 13 0 23824548 835727360 44728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21728/tid=21732] ppid=21726 vsize=816140 CPUtime=0.56
/proc/21728/task/21732/stat : 21732 (java) S 21726 21728 21382 0 -1 64 6084 0 0 0 54 2 0 0 17 0 13 0 23824548 835727360 44728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21728/tid=21733] ppid=21726 vsize=816140 CPUtime=0.05
/proc/21728/task/21733/stat : 21733 (java) S 21726 21728 21382 0 -1 64 26 0 0 0 5 0 0 0 17 0 13 0 23824550 835727360 44728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21728/tid=21734] ppid=21726 vsize=816140 CPUtime=0
/proc/21728/task/21734/stat : 21734 (java) S 21726 21728 21382 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 23824551 835727360 44728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21728/tid=21735] ppid=21726 vsize=816140 CPUtime=0
/proc/21728/task/21735/stat : 21735 (java) S 21726 21728 21382 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 23824551 835727360 44728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21728/tid=21736] ppid=21726 vsize=816140 CPUtime=0
/proc/21728/task/21736/stat : 21736 (java) S 21726 21728 21382 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 23824555 835727360 44728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21728/tid=21737] ppid=21726 vsize=816140 CPUtime=5.75
/proc/21728/task/21737/stat : 21737 (java) S 21726 21728 21382 0 -1 64 5375 0 0 0 573 2 0 0 16 0 13 0 23824555 835727360 44728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21728/tid=21738] ppid=21726 vsize=816140 CPUtime=1.62
/proc/21728/task/21738/stat : 21738 (java) S 21726 21728 21382 0 -1 64 4029 0 0 0 161 1 0 0 19 0 13 0 23824555 835727360 44728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21728/tid=21739] ppid=21726 vsize=816140 CPUtime=0
/proc/21728/task/21739/stat : 21739 (java) S 21726 21728 21382 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 23824555 835727360 44728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21728/tid=21740] ppid=21726 vsize=816140 CPUtime=0
/proc/21728/task/21740/stat : 21740 (java) S 21726 21728 21382 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 23824555 835727360 44728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21728/tid=21741] ppid=21726 vsize=816140 CPUtime=0
/proc/21728/task/21741/stat : 21741 (java) S 21726 21728 21382 0 -1 64 6 0 0 0 0 0 0 0 24 0 13 0 23828531 835727360 44728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 43.78
Current children cumulated vsize (KiB) 816140

[startup+44.3028 s]
/proc/loadavg: 2.57 2.32 2.32 3/88 21741
/proc/meminfo: memFree=1610328/2055920 swapFree=4192812/4192956
[pid=21728] ppid=21726 vsize=0 CPUtime=44.15
/proc/21728/stat : 21728 (java) Z 21726 21728 21382 0 -1 12 52330 0 1 0 4359 56 0 0 16 0 2 0 23824546 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21728/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 44.15
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 44.3152
CPU time (s): 44.1783
CPU user time (s): 43.5964
CPU system time (s): 0.581911
CPU usage (%): 99.691
Max. virtual memory (cumulated for all children) (KiB): 816140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 43.5964
system time used= 0.581911
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52330
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= 3120
involuntary context switches= 3433

runsolver used 0.070989 second user time and 0.145977 second system time

The end

Launcher Data

Begin job on node77 at 2009-07-12 04:59:53
IDJOB=2078918
IDBENCH=56825
IDSOLVER=731
FILE ID=node77/2078918-1247367593
PBS_JOBID= 9507138
Free space on /tmp= 66248 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/nengfa/normalized-color.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2078918-1247367593/watcher-2078918-1247367593 -o /tmp/evaluation-result-2078918-1247367593/solver-2078918-1247367593 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2078918-1247367593.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 868270618e65ac29a05492ece46ae30f
RANDOM SEED=105101194

node77.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.256
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.256
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:       1785312 kB
Buffers:         30304 kB
Cached:         157444 kB
SwapCached:        136 kB
Active:         161832 kB
Inactive:        55740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1785312 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4668 kB
Writeback:           0 kB
Mapped:          40860 kB
Slab:            38264 kB
Committed_AS:   185436 kB
PageTables:       1816 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= 66244 MiB
End job on node77 at 2009-07-12 05:00:38