Trace number 1041168

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-13SAT 189.949 191.402

General information on the benchmark

Namecsp/costasArray/
normalized-costasArray-16.xml
MD5SUMd5a4e42e307e2dee4bd264daf195f681
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.03769
Satisfiable
(Un)Satisfiability was proved
Number of variables133
Number of constraints132
Maximum constraint arity16
Maximum domain size30
Number of constraints which are defined in extension0
Number of constraints which are defined in intension118
Global constraints used (with number of constraints)alldifferent(14)

Solver Data (download as text)

0.25/0.37	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.25/0.37	c This is free software under the dual EPL/GNU LGPL licenses.
0.25/0.37	c See www.sat4j.org for details.
0.25/0.37	c That software uses the Rhino library from the Mozilla project.
0.34/0.41	c version 9.9.9.token
0.34/0.41	c sun.arch.data.model	32
0.34/0.41	c java.version	1.6.0_06
0.34/0.41	c os.name	Linux
0.34/0.41	c os.version	2.6.9-22.EL.rootsmp
0.34/0.41	c os.arch	i386
0.34/0.41	c Free memory 669864272
0.34/0.41	c Max memory 672137216
0.34/0.41	c Total memory 672137216
0.34/0.41	c Number of processors 2
0.34/0.46	c c --- Begin Solver configuration ---
0.34/0.46	c Stops conflict analysis at the first Unique Implication Point
0.34/0.46	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.34/0.46	c Learn all clauses as in MiniSAT
0.34/0.46	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.34/0.46	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.34/0.46	c Expensive reason simplification
0.34/0.46	c MiniSAT restarts strategy
0.34/0.46	c timeout=2147483s
0.34/0.46	c DB Simplification allowed=false
0.34/0.46	c --- End Solver configuration ---
0.34/0.46	c solving HOME/instance-1041168-1215000381.xml
0.34/0.46	c reading problem ... 
0.62/0.73	c reading problem named null
0.62/0.74	c reading domains done.
0.62/0.74	c reading variables done.
0.73/0.83	c reading predicates  done.
0.91/1.01	c reading constraints
5.50/5.66	c done with constraints.
5.50/5.66	c ... done. Wall clock time 5.2s.
5.50/5.66	c #vars     3766
5.50/5.66	c #constraints  892172
5.50/5.66	c constraints type 
5.50/5.66	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 892039
5.50/5.66	c org.sat4j.minisat.constraints.card.AtLeast => 133
189.88/191.32	c starts		: 16
189.88/191.32	c conflicts		: 113274
189.88/191.32	c decisions		: 182621
189.88/191.32	c propagations		: 58826511
189.88/191.32	c inspects		: 600831710
189.88/191.32	c learnt literals	: 0
189.88/191.32	c learnt binary clauses	: 2
189.88/191.32	c learnt ternary clauses	: 4159
189.88/191.32	c learnt clauses	: 113274
189.88/191.32	c ignored clauses	: 0
189.88/191.32	c root simplifications	: 0
189.88/191.32	c removed literals (reason simplification)	: 2437661
189.88/191.32	c reason swapping (by a shorter reason)	: 0
189.88/191.32	c Calls to reduceDB	: 0
189.88/191.32	c speed (assignments/second)	: 316859.2873878969
189.88/191.32	c non guided choices	3969
189.88/191.32	s SATISFIABLE
189.88/191.32	v 5 2 13 6 10 11 16 12 7 15 9 1 8 14 4 3 3 -11 7 -4 -1 -5 4 5 -8 6 8 -7 -6 10 1 -8 -4 3 -5 -6 -1 9 -3 -2 14 1 -13 4 11 -1 -8 2 -10 -2 4 1 3 6 7 -5 -3 5 -5 -9 -3 -6 3 -4 7 11 -1 1 5 -2 -6 -14 1 -1 -5 2 15 4 -7 11 6 -11 -10 6 -9 1 10 8 -2 3 12 -7 -5 -2 -3 9 3 2 8 4 -2 -13 4 5 2 -3 12 9 -10 -7 12 -2 -4 7 13 -4 1 5 -8 6 8 4 -6 -1 2 7 -3 -12 9 3 -9 -2 10 
189.88/191.32	c Total wall clock time (in seconds) : 190.863

Verifier Data (download as text)

OK

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-1041168-1215000381/watcher-1041168-1215000381 -o /tmp/evaluation-result-1041168-1215000381/solver-1041168-1215000381 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1041168-1215000381.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.00 2.02 1.91 3/72 23444
/proc/meminfo: memFree=1920168/2055920 swapFree=4180076/4192956
[pid=23444] ppid=23442 vsize=1836 CPUtime=0
/proc/23444/stat : 23444 (java6) R 23442 23444 23010 0 -1 0 183 0 0 0 0 0 0 0 18 0 1 0 1979012111 1880064 156 996147200 134512640 134550740 4294956192 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/23444/statm: 451 155 111 9 0 93 0

[startup+0.045429 s]
/proc/loadavg: 2.00 2.02 1.91 3/72 23444
/proc/meminfo: memFree=1920168/2055920 swapFree=4180076/4192956
[pid=23444] ppid=23442 vsize=13012 CPUtime=0.02
/proc/23444/stat : 23444 (java) R 23442 23444 23010 0 -1 0 389 0 16 0 0 2 0 0 18 0 1 0 1979012111 13324288 206 996147200 134512640 134550740 4294956032 18446744073709551615 1143594 0 0 4096 0 0 0 0 17 0 0 0
/proc/23444/statm: 3253 206 136 9 0 1151 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13012

[startup+0.10143 s]
/proc/loadavg: 2.00 2.02 1.91 3/72 23444
/proc/meminfo: memFree=1920168/2055920 swapFree=4180076/4192956
[pid=23444] ppid=23442 vsize=801432 CPUtime=0.05
/proc/23444/stat : 23444 (java) S 23442 23444 23010 0 -1 0 2473 0 29 0 2 3 0 0 18 0 5 0 1979012111 820666368 2238 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/23444/statm: 200358 2238 949 9 0 197741 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 801432

[startup+0.301448 s]
/proc/loadavg: 2.00 2.02 1.91 3/72 23444
/proc/meminfo: memFree=1920168/2055920 swapFree=4180076/4192956
[pid=23444] ppid=23442 vsize=808308 CPUtime=0.25
/proc/23444/stat : 23444 (java) S 23442 23444 23010 0 -1 0 4672 0 29 0 20 5 0 0 18 0 12 0 1979012111 827707392 4029 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23444/statm: 202077 4029 1298 9 0 199446 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 808308

[startup+0.701484 s]
/proc/loadavg: 2.00 2.02 1.91 3/72 23444
/proc/meminfo: memFree=1920168/2055920 swapFree=4180076/4192956
[pid=23444] ppid=23442 vsize=808336 CPUtime=0.62
/proc/23444/stat : 23444 (java) S 23442 23444 23010 0 -1 0 6281 0 30 0 55 7 0 0 18 0 12 0 1979012111 827736064 5440 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23444/statm: 202084 5440 1335 9 0 199446 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 808336

[startup+1.50255 s]
/proc/loadavg: 2.08 2.03 1.92 3/84 23456
/proc/meminfo: memFree=1892552/2055920 swapFree=4180076/4192956
[pid=23444] ppid=23442 vsize=818368 CPUtime=1.4
/proc/23444/stat : 23444 (java) S 23442 23444 23010 0 -1 0 12103 0 30 0 130 10 0 0 18 0 12 0 1979012111 838008832 8805 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23444/statm: 204592 8805 1351 9 0 201954 0
[pid=23444/tid=23446] ppid=23442 vsize=818368 CPUtime=0.72
/proc/23444/task/23446/stat : 23446 (java) R 23442 23444 23010 0 -1 64 4911 0 2 0 67 5 0 0 25 0 12 0 1979012118 838008832 8805 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23444/tid=23447] ppid=23442 vsize=818368 CPUtime=0
/proc/23444/task/23447/stat : 23447 (java) S 23442 23444 23010 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 1979012119 838008832 8805 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23444/tid=23448] ppid=23442 vsize=818368 CPUtime=0
/proc/23444/task/23448/stat : 23448 (java) S 23442 23444 23010 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 1979012119 838008832 8805 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23444/tid=23449] ppid=23442 vsize=818368 CPUtime=0
/proc/23444/task/23449/stat : 23449 (java) S 23442 23444 23010 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1979012121 838008832 8805 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23444/tid=23450] ppid=23442 vsize=818368 CPUtime=0
/proc/23444/task/23450/stat : 23450 (java) S 23442 23444 23010 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 1979012121 838008832 8805 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23444/tid=23451] ppid=23442 vsize=818368 CPUtime=0
/proc/23444/task/23451/stat : 23451 (java) S 23442 23444 23010 0 -1 64 3 0 0 0 0 0 0 0 24 0 12 0 1979012121 838008832 8805 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23444/tid=23452] ppid=23442 vsize=818368 CPUtime=0
/proc/23444/task/23452/stat : 23452 (java) S 23442 23444 23010 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1979012126 838008832 8805 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23444/tid=23453] ppid=23442 vsize=818368 CPUtime=0.45
/proc/23444/task/23453/stat : 23453 (java) R 23442 23444 23010 0 -1 64 5046 0 0 0 43 2 0 0 18 0 12 0 1979012126 838008832 8805 996147200 134512640 134550740 4294956032 18446744073709551615 103115362 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23444/tid=23454] ppid=23442 vsize=818368 CPUtime=0.19
/proc/23444/task/23454/stat : 23454 (java) S 23442 23444 23010 0 -1 64 1410 0 0 0 19 0 0 0 16 0 12 0 1979012126 838008832 8805 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23444/tid=23455] ppid=23442 vsize=818368 CPUtime=0
/proc/23444/task/23455/stat : 23455 (java) S 23442 23444 23010 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1979012126 838008832 8805 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23444/tid=23456] ppid=23442 vsize=818368 CPUtime=0
/proc/23444/task/23456/stat : 23456 (java) S 23442 23444 23010 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1979012126 838008832 8805 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 818368

[startup+3.10269 s]
/proc/loadavg: 2.08 2.03 1.92 5/84 23456
/proc/meminfo: memFree=1879432/2055920 swapFree=4180076/4192956
[pid=23444] ppid=23442 vsize=819552 CPUtime=3.01
/proc/23444/stat : 23444 (java) S 23442 23444 23010 0 -1 0 28965 0 30 0 281 20 0 0 18 0 12 0 1979012111 839221248 23858 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23444/statm: 204888 23860 1373 9 0 202250 0
[pid=23444/tid=23446] ppid=23442 vsize=819552 CPUtime=1.69
/proc/23444/task/23446/stat : 23446 (java) R 23442 23444 23010 0 -1 64 17257 0 2 0 157 12 0 0 25 0 12 0 1979012118 839221248 23861 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23444/tid=23447] ppid=23442 vsize=819552 CPUtime=0.04
/proc/23444/task/23447/stat : 23447 (java) R 23442 23444 23010 0 -1 64 1291 0 0 0 4 0 0 0 17 0 12 0 1979012119 839221248 23863 996147200 134512640 134550740 4294956032 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23444/tid=23448] ppid=23442 vsize=819552 CPUtime=0.04
/proc/23444/task/23448/stat : 23448 (java) R 23442 23444 23010 0 -1 64 1360 0 0 0 4 0 0 0 17 0 12 0 1979012119 839221248 23864 996147200 134512640 134550740 4294956032 18446744073709551615 104137011 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23444/tid=23449] ppid=23442 vsize=819552 CPUtime=0
/proc/23444/task/23449/stat : 23449 (java) S 23442 23444 23010 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 1979012121 839221248 23865 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23444/tid=23450] ppid=23442 vsize=819552 CPUtime=0
/proc/23444/task/23450/stat : 23450 (java) S 23442 23444 23010 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 1979012121 839221248 23868 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23444/tid=23451] ppid=23442 vsize=819552 CPUtime=0
/proc/23444/task/23451/stat : 23451 (java) S 23442 23444 23010 0 -1 64 3 0 0 0 0 0 0 0 24 0 12 0 1979012121 839221248 23868 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23444/tid=23452] ppid=23442 vsize=819552 CPUtime=0
/proc/23444/task/23452/stat : 23452 (java) S 23442 23444 23010 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1979012126 839221248 23868 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23444/tid=23453] ppid=23442 vsize=819552 CPUtime=0.73
/proc/23444/task/23453/stat : 23453 (java) S 23442 23444 23010 0 -1 64 6188 0 0 0 70 3 0 0 16 0 12 0 1979012126 839221248 23868 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23444/tid=23454] ppid=23442 vsize=819552 CPUtime=0.44
/proc/23444/task/23454/stat : 23454 (java) S 23442 23444 23010 0 -1 64 2141 0 0 0 44 0 0 0 16 0 12 0 1979012126 839221248 23870 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23444/tid=23455] ppid=23442 vsize=819552 CPUtime=0
/proc/23444/task/23455/stat : 23455 (java) S 23442 23444 23010 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1979012126 839221248 23871 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23444/tid=23456] ppid=23442 vsize=819552 CPUtime=0
/proc/23444/task/23456/stat : 23456 (java) S 23442 23444 23010 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1979012126 839221248 23873 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 819552

[startup+6.30196 s]
/proc/loadavg: 2.08 2.03 1.92 3/84 23456
/proc/meminfo: memFree=1774792/2055920 swapFree=4180076/4192956
[pid=23444] ppid=23442 vsize=820844 CPUtime=6.21
/proc/23444/stat : 23444 (java) S 23442 23444 23010 0 -1 0 44648 0 30 0 594 27 0 0 18 0 13 0 1979012111 840544256 35750 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23444/statm: 205211 35750 1388 9 0 202573 0
[pid=23444/tid=23446] ppid=23442 vsize=820844 CPUtime=3.09
/proc/23444/task/23446/stat : 23446 (java) R 23442 23444 23010 0 -1 64 17287 0 2 0 297 12 0 0 24 0 13 0 1979012118 840544256 35750 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23444/tid=23447] ppid=23442 vsize=820844 CPUtime=0.26
/proc/23444/task/23447/stat : 23447 (java) S 23442 23444 23010 0 -1 64 7553 0 0 0 24 2 0 0 17 0 13 0 1979012119 840544256 35750 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23444/tid=23448] ppid=23442 vsize=820844 CPUtime=0.25
/proc/23444/task/23448/stat : 23448 (java) S 23442 23444 23010 0 -1 64 7094 0 0 0 23 2 0 0 17 0 13 0 1979012119 840544256 35750 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23444/tid=23449] ppid=23442 vsize=820844 CPUtime=0
/proc/23444/task/23449/stat : 23449 (java) S 23442 23444 23010 0 -1 64 30 0 0 0 0 0 0 0 17 0 13 0 1979012121 840544256 35750 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23444/tid=23450] ppid=23442 vsize=820844 CPUtime=0
/proc/23444/task/23450/stat : 23450 (java) S 23442 23444 23010 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1979012121 840544256 35750 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23444/tid=23451] ppid=23442 vsize=820844 CPUtime=0
/proc/23444/task/23451/stat : 23451 (java) S 23442 23444 23010 0 -1 64 3 0 0 0 0 0 0 0 24 0 13 0 1979012121 840544256 35750 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23444/tid=23452] ppid=23442 vsize=820844 CPUtime=0
/proc/23444/task/23452/stat : 23452 (java) S 23442 23444 23010 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1979012126 840544256 35750 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23444/tid=23453] ppid=23442 vsize=820844 CPUtime=1.32
/proc/23444/task/23453/stat : 23453 (java) R 23442 23444 23010 0 -1 64 7222 0 0 0 129 3 0 0 16 0 13 0 1979012126 840544256 35750 996147200 134512640 134550740 4294956032 18446744073709551615 103114045 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23444/tid=23454] ppid=23442 vsize=820844 CPUtime=1.2
/proc/23444/task/23454/stat : 23454 (java) S 23442 23444 23010 0 -1 64 4725 0 0 0 118 2 0 0 16 0 13 0 1979012126 840544256 35750 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23444/tid=23455] ppid=23442 vsize=820844 CPUtime=0
/proc/23444/task/23455/stat : 23455 (java) S 23442 23444 23010 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1979012126 840544256 35750 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23444/tid=23456] ppid=23442 vsize=820844 CPUtime=0
/proc/23444/task/23456/stat : 23456 (java) S 23442 23444 23010 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1979012126 840544256 35750 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 820844

[startup+12.7025 s]
/proc/loadavg: 2.07 2.03 1.92 3/85 23457
/proc/meminfo: memFree=1742912/2055920 swapFree=4180076/4192956
[pid=23444] ppid=23442 vsize=825964 CPUtime=12.93
/proc/23444/stat : 23444 (java) S 23442 23444 23010 0 -1 0 53507 0 30 0 1262 31 0 0 18 0 13 0 1979012111 845787136 43653 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23444/statm: 206491 43653 1393 9 0 203853 0
[pid=23444/tid=23446] ppid=23442 vsize=825964 CPUtime=8.85
/proc/23444/task/23446/stat : 23446 (java) R 23442 23444 23010 0 -1 64 17292 0 2 0 873 12 0 0 25 0 13 0 1979012118 845787136 43653 996147200 134512640 134550740 4294956032 18446744073709551615 4109988517 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23444/tid=23447] ppid=23442 vsize=825964 CPUtime=0.61
/proc/23444/task/23447/stat : 23447 (java) S 23442 23444 23010 0 -1 64 13484 0 0 0 56 5 0 0 20 0 13 0 1979012119 845787136 43653 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23444/tid=23448] ppid=23442 vsize=825964 CPUtime=0.54
/proc/23444/task/23448/stat : 23448 (java) S 23442 23444 23010 0 -1 64 9994 0 0 0 50 4 0 0 19 0 13 0 1979012119 845787136 43653 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23444/tid=23449] ppid=23442 vsize=825964 CPUtime=0
/proc/23444/task/23449/stat : 23449 (java) S 23442 23444 23010 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 1979012121 845787136 43653 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23444/tid=23450] ppid=23442 vsize=825964 CPUtime=0
/proc/23444/task/23450/stat : 23450 (java) S 23442 23444 23010 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1979012121 845787136 43653 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23444/tid=23451] ppid=23442 vsize=825964 CPUtime=0
/proc/23444/task/23451/stat : 23451 (java) S 23442 23444 23010 0 -1 64 3 0 0 0 0 0 0 0 24 0 13 0 1979012121 845787136 43653 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23444/tid=23452] ppid=23442 vsize=825964 CPUtime=0
/proc/23444/task/23452/stat : 23452 (java) S 23442 23444 23010 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1979012126 845787136 43653 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23444/tid=23453] ppid=23442 vsize=825964 CPUtime=1.51
/proc/23444/task/23453/stat : 23453 (java) S 23442 23444 23010 0 -1 64 7234 0 0 0 148 3 0 0 16 0 13 0 1979012126 845787136 43653 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23444/tid=23454] ppid=23442 vsize=825964 CPUtime=1.34
/proc/23444/task/23454/stat : 23454 (java) S 23442 23444 23010 0 -1 64 4736 0 0 0 132 2 0 0 17 0 13 0 1979012126 845787136 43653 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23444/tid=23455] ppid=23442 vsize=825964 CPUtime=0
/proc/23444/task/23455/stat : 23455 (java) S 23442 23444 23010 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1979012126 845787136 43653 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23444/tid=23456] ppid=23442 vsize=825964 CPUtime=0
/proc/23444/task/23456/stat : 23456 (java) S 23442 23444 23010 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1979012126 845787136 43653 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23444/tid=23457] ppid=23442 vsize=825964 CPUtime=0
/proc/23444/task/23457/stat : 23457 (java) S 23442 23444 23010 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1979012679 845787136 43653 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.93
Current children cumulated vsize (KiB) 825964

[startup+25.5026 s]
/proc/loadavg: 2.06 2.03 1.92 3/85 23457
/proc/meminfo: memFree=1742848/2055920 swapFree=4180076/4192956
[pid=23444] ppid=23442 vsize=825964 CPUtime=25.6
/proc/23444/stat : 23444 (java) S 23442 23444 23010 0 -1 0 53511 0 30 0 2529 31 0 0 18 0 13 0 1979012111 845787136 43656 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23444/statm: 206491 43656 1393 9 0 203853 0
[pid=23444/tid=23446] ppid=23442 vsize=825964 CPUtime=21.45
/proc/23444/task/23446/stat : 23446 (java) R 23442 23444 23010 0 -1 64 17293 0 2 0 2133 12 0 0 25 0 13 0 1979012118 845787136 43656 996147200 134512640 134550740 4294956032 18446744073709551615 4110064227 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23444/tid=23447] ppid=23442 vsize=825964 CPUtime=0.61
/proc/23444/task/23447/stat : 23447 (java) S 23442 23444 23010 0 -1 64 13484 0 0 0 56 5 0 0 20 0 13 0 1979012119 845787136 43656 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23444/tid=23448] ppid=23442 vsize=825964 CPUtime=0.54
/proc/23444/task/23448/stat : 23448 (java) S 23442 23444 23010 0 -1 64 9994 0 0 0 50 4 0 0 19 0 13 0 1979012119 845787136 43656 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23444/tid=23449] ppid=23442 vsize=825964 CPUtime=0
/proc/23444/task/23449/stat : 23449 (java) S 23442 23444 23010 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 1979012121 845787136 43656 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23444/tid=23450] ppid=23442 vsize=825964 CPUtime=0
/proc/23444/task/23450/stat : 23450 (java) S 23442 23444 23010 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1979012121 845787136 43656 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23444/tid=23451] ppid=23442 vsize=825964 CPUtime=0
/proc/23444/task/23451/stat : 23451 (java) S 23442 23444 23010 0 -1 64 3 0 0 0 0 0 0 0 24 0 13 0 1979012121 845787136 43656 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/23444/task/23456/stat : 23456 (java) S 23442 23444 23010 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1979012126 845787136 43657 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23444/tid=23457] ppid=23442 vsize=825964 CPUtime=0
/proc/23444/task/23457/stat : 23457 (java) S 23442 23444 23010 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1979012679 845787136 43657 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 177.8
Current children cumulated vsize (KiB) 825964

[startup+185.501 s]
/proc/loadavg: 2.00 2.01 1.92 3/85 23457
/proc/meminfo: memFree=1742528/2055920 swapFree=4180076/4192956
[pid=23444] ppid=23442 vsize=825964 CPUtime=184.13
/proc/23444/stat : 23444 (java) S 23442 23444 23010 0 -1 0 53512 0 30 0 18381 32 0 0 18 0 13 0 1979012111 845787136 43657 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23444/statm: 206491 43657 1393 9 0 203853 0
[pid=23444/tid=23446] ppid=23442 vsize=825964 CPUtime=179.96
/proc/23444/task/23446/stat : 23446 (java) R 23442 23444 23010 0 -1 64 17293 0 2 0 17983 13 0 0 25 0 13 0 1979012118 845787136 43657 996147200 134512640 134550740 4294956032 18446744073709551615 4110051647 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23444/tid=23447] ppid=23442 vsize=825964 CPUtime=0.61
/proc/23444/task/23447/stat : 23447 (java) S 23442 23444 23010 0 -1 64 13484 0 0 0 56 5 0 0 20 0 13 0 1979012119 845787136 43657 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23444/tid=23448] ppid=23442 vsize=825964 CPUtime=0.54
/proc/23444/task/23448/stat : 23448 (java) S 23442 23444 23010 0 -1 64 9994 0 0 0 50 4 0 0 19 0 13 0 1979012119 845787136 43657 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23444/tid=23449] ppid=23442 vsize=825964 CPUtime=0
/proc/23444/task/23449/stat : 23449 (java) S 23442 23444 23010 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 1979012121 845787136 43657 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23444/tid=23450] ppid=23442 vsize=825964 CPUtime=0
/proc/23444/task/23450/stat : 23450 (java) S 23442 23444 23010 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1979012121 845787136 43657 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23444/tid=23451] ppid=23442 vsize=825964 CPUtime=0
/proc/23444/task/23451/stat : 23451 (java) S 23442 23444 23010 0 -1 64 3 0 0 0 0 0 0 0 24 0 13 0 1979012121 845787136 43657 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23444/tid=23452] ppid=23442 vsize=825964 CPUtime=0
/proc/23444/task/23452/stat : 23452 (java) S 23442 23444 23010 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1979012126 845787136 43657 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23444/tid=23453] ppid=23442 vsize=825964 CPUtime=1.54
/proc/23444/task/23453/stat : 23453 (java) S 23442 23444 23010 0 -1 64 7234 0 0 0 151 3 0 0 17 0 13 0 1979012126 845787136 43657 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23444/tid=23454] ppid=23442 vsize=825964 CPUtime=1.41
/proc/23444/task/23454/stat : 23454 (java) S 23442 23444 23010 0 -1 64 4740 0 0 0 139 2 0 0 16 0 13 0 1979012126 845787136 43657 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23444/tid=23455] ppid=23442 vsize=825964 CPUtime=0
/proc/23444/task/23455/stat : 23455 (java) S 23442 23444 23010 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1979012126 845787136 43657 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23444/tid=23456] ppid=23442 vsize=825964 CPUtime=0
/proc/23444/task/23456/stat : 23456 (java) S 23442 23444 23010 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1979012126 845787136 43657 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23444/tid=23457] ppid=23442 vsize=825964 CPUtime=0
/proc/23444/task/23457/stat : 23457 (java) S 23442 23444 23010 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1979012679 845787136 43657 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 184.13
Current children cumulated vsize (KiB) 825964

[startup+188.703 s]
/proc/loadavg: 2.00 2.01 1.92 3/85 23457
/proc/meminfo: memFree=1742528/2055920 swapFree=4180076/4192956
[pid=23444] ppid=23442 vsize=825964 CPUtime=187.31
/proc/23444/stat : 23444 (java) S 23442 23444 23010 0 -1 0 53512 0 30 0 18699 32 0 0 18 0 13 0 1979012111 845787136 43657 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23444/statm: 206491 43657 1393 9 0 203853 0
[pid=23444/tid=23446] ppid=23442 vsize=825964 CPUtime=183.14
/proc/23444/task/23446/stat : 23446 (java) R 23442 23444 23010 0 -1 64 17293 0 2 0 18301 13 0 0 25 0 13 0 1979012118 845787136 43657 996147200 134512640 134550740 4294956032 18446744073709551615 4110051647 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23444/tid=23447] ppid=23442 vsize=825964 CPUtime=0.61
/proc/23444/task/23447/stat : 23447 (java) S 23442 23444 23010 0 -1 64 13484 0 0 0 56 5 0 0 20 0 13 0 1979012119 845787136 43657 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23444/tid=23448] ppid=23442 vsize=825964 CPUtime=0.54
/proc/23444/task/23448/stat : 23448 (java) S 23442 23444 23010 0 -1 64 9994 0 0 0 50 4 0 0 19 0 13 0 1979012119 845787136 43657 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23444/tid=23449] ppid=23442 vsize=825964 CPUtime=0
/proc/23444/task/23449/stat : 23449 (java) S 23442 23444 23010 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 1979012121 845787136 43657 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23444/tid=23450] ppid=23442 vsize=825964 CPUtime=0
/proc/23444/task/23450/stat : 23450 (java) S 23442 23444 23010 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1979012121 845787136 43657 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23444/tid=23451] ppid=23442 vsize=825964 CPUtime=0
/proc/23444/task/23451/stat : 23451 (java) S 23442 23444 23010 0 -1 64 3 0 0 0 0 0 0 0 24 0 13 0 1979012121 845787136 43657 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23444/tid=23452] ppid=23442 vsize=825964 CPUtime=0
/proc/23444/task/23452/stat : 23452 (java) S 23442 23444 23010 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1979012126 845787136 43657 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23444/tid=23453] ppid=23442 vsize=825964 CPUtime=1.54
/proc/23444/task/23453/stat : 23453 (java) S 23442 23444 23010 0 -1 64 7234 0 0 0 151 3 0 0 17 0 13 0 1979012126 845787136 43657 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23444/tid=23454] ppid=23442 vsize=825964 CPUtime=1.41
/proc/23444/task/23454/stat : 23454 (java) S 23442 23444 23010 0 -1 64 4740 0 0 0 139 2 0 0 16 0 13 0 1979012126 845787136 43657 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23444/tid=23455] ppid=23442 vsize=825964 CPUtime=0
/proc/23444/task/23455/stat : 23455 (java) S 23442 23444 23010 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1979012126 845787136 43657 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23444/tid=23456] ppid=23442 vsize=825964 CPUtime=0
/proc/23444/task/23456/stat : 23456 (java) S 23442 23444 23010 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1979012126 845787136 43657 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23444/tid=23457] ppid=23442 vsize=825964 CPUtime=0
/proc/23444/task/23457/stat : 23457 (java) S 23442 23444 23010 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1979012679 845787136 43657 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 187.31
Current children cumulated vsize (KiB) 825964

[startup+190.308 s]
/proc/loadavg: 2.00 2.01 1.92 3/85 23457
/proc/meminfo: memFree=1742528/2055920 swapFree=4180076/4192956
[pid=23444] ppid=23442 vsize=825964 CPUtime=188.89
/proc/23444/stat : 23444 (java) S 23442 23444 23010 0 -1 0 53512 0 30 0 18857 32 0 0 18 0 13 0 1979012111 845787136 43657 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23444/statm: 206491 43657 1393 9 0 203853 0
[pid=23444/tid=23446] ppid=23442 vsize=825964 CPUtime=184.72
/proc/23444/task/23446/stat : 23446 (java) R 23442 23444 23010 0 -1 64 17293 0 2 0 18459 13 0 0 25 0 13 0 1979012118 845787136 43657 996147200 134512640 134550740 4294956032 18446744073709551615 4109717922 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23444/tid=23447] ppid=23442 vsize=825964 CPUtime=0.61
/proc/23444/task/23447/stat : 23447 (java) S 23442 23444 23010 0 -1 64 13484 0 0 0 56 5 0 0 20 0 13 0 1979012119 845787136 43657 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23444/tid=23448] ppid=23442 vsize=825964 CPUtime=0.54
/proc/23444/task/23448/stat : 23448 (java) S 23442 23444 23010 0 -1 64 9994 0 0 0 50 4 0 0 19 0 13 0 1979012119 845787136 43657 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23444/tid=23449] ppid=23442 vsize=825964 CPUtime=0
/proc/23444/task/23449/stat : 23449 (java) S 23442 23444 23010 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 1979012121 845787136 43657 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23444/tid=23450] ppid=23442 vsize=825964 CPUtime=0
/proc/23444/task/23450/stat : 23450 (java) S 23442 23444 23010 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1979012121 845787136 43657 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23444/tid=23451] ppid=23442 vsize=825964 CPUtime=0
/proc/23444/task/23451/stat : 23451 (java) S 23442 23444 23010 0 -1 64 3 0 0 0 0 0 0 0 24 0 13 0 1979012121 845787136 43657 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23444/tid=23452] ppid=23442 vsize=825964 CPUtime=0
/proc/23444/task/23452/stat : 23452 (java) S 23442 23444 23010 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1979012126 845787136 43657 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23444/tid=23453] ppid=23442 vsize=825964 CPUtime=1.54
/proc/23444/task/23453/stat : 23453 (java) S 23442 23444 23010 0 -1 64 7234 0 0 0 151 3 0 0 17 0 13 0 1979012126 845787136 43657 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23444/tid=23454] ppid=23442 vsize=825964 CPUtime=1.41
/proc/23444/task/23454/stat : 23454 (java) S 23442 23444 23010 0 -1 64 4740 0 0 0 139 2 0 0 16 0 13 0 1979012126 845787136 43657 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23444/tid=23455] ppid=23442 vsize=825964 CPUtime=0
/proc/23444/task/23455/stat : 23455 (java) S 23442 23444 23010 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1979012126 845787136 43657 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23444/tid=23456] ppid=23442 vsize=825964 CPUtime=0
/proc/23444/task/23456/stat : 23456 (java) S 23442 23444 23010 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1979012126 845787136 43657 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23444/tid=23457] ppid=23442 vsize=825964 CPUtime=0
/proc/23444/task/23457/stat : 23457 (java) S 23442 23444 23010 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1979012679 845787136 43657 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 188.89
Current children cumulated vsize (KiB) 825964

[startup+191.103 s]
/proc/loadavg: 2.00 2.01 1.92 3/85 23457
/proc/meminfo: memFree=1742528/2055920 swapFree=4180076/4192956
[pid=23444] ppid=23442 vsize=825964 CPUtime=189.68
/proc/23444/stat : 23444 (java) S 23442 23444 23010 0 -1 0 53512 0 30 0 18936 32 0 0 18 0 13 0 1979012111 845787136 43657 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23444/statm: 206491 43657 1393 9 0 203853 0
[pid=23444/tid=23446] ppid=23442 vsize=825964 CPUtime=185.51
/proc/23444/task/23446/stat : 23446 (java) R 23442 23444 23010 0 -1 64 17293 0 2 0 18538 13 0 0 25 0 13 0 1979012118 845787136 43657 996147200 134512640 134550740 4294956032 18446744073709551615 4110051647 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23444/tid=23447] ppid=23442 vsize=825964 CPUtime=0.61
/proc/23444/task/23447/stat : 23447 (java) S 23442 23444 23010 0 -1 64 13484 0 0 0 56 5 0 0 20 0 13 0 1979012119 845787136 43657 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23444/tid=23448] ppid=23442 vsize=825964 CPUtime=0.54
/proc/23444/task/23448/stat : 23448 (java) S 23442 23444 23010 0 -1 64 9994 0 0 0 50 4 0 0 19 0 13 0 1979012119 845787136 43657 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23444/tid=23449] ppid=23442 vsize=825964 CPUtime=0
/proc/23444/task/23449/stat : 23449 (java) S 23442 23444 23010 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 1979012121 845787136 43657 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23444/tid=23450] ppid=23442 vsize=825964 CPUtime=0
/proc/23444/task/23450/stat : 23450 (java) S 23442 23444 23010 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1979012121 845787136 43657 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23444/tid=23451] ppid=23442 vsize=825964 CPUtime=0
/proc/23444/task/23451/stat : 23451 (java) S 23442 23444 23010 0 -1 64 3 0 0 0 0 0 0 0 24 0 13 0 1979012121 845787136 43657 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23444/tid=23452] ppid=23442 vsize=825964 CPUtime=0
/proc/23444/task/23452/stat : 23452 (java) S 23442 23444 23010 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1979012126 845787136 43657 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23444/tid=23453] ppid=23442 vsize=825964 CPUtime=1.54
/proc/23444/task/23453/stat : 23453 (java) S 23442 23444 23010 0 -1 64 7234 0 0 0 151 3 0 0 17 0 13 0 1979012126 845787136 43657 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23444/tid=23454] ppid=23442 vsize=825964 CPUtime=1.41
/proc/23444/task/23454/stat : 23454 (java) S 23442 23444 23010 0 -1 64 4740 0 0 0 139 2 0 0 16 0 13 0 1979012126 845787136 43657 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23444/tid=23455] ppid=23442 vsize=825964 CPUtime=0
/proc/23444/task/23455/stat : 23455 (java) S 23442 23444 23010 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1979012126 845787136 43657 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23444/tid=23456] ppid=23442 vsize=825964 CPUtime=0
/proc/23444/task/23456/stat : 23456 (java) S 23442 23444 23010 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1979012126 845787136 43657 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23444/tid=23457] ppid=23442 vsize=825964 CPUtime=0
/proc/23444/task/23457/stat : 23457 (java) S 23442 23444 23010 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1979012679 845787136 43657 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 189.68
Current children cumulated vsize (KiB) 825964

[startup+191.303 s]
/proc/loadavg: 2.00 2.01 1.92 3/85 23457
/proc/meminfo: memFree=1742528/2055920 swapFree=4180076/4192956
[pid=23444] ppid=23442 vsize=825964 CPUtime=189.88
/proc/23444/stat : 23444 (java) S 23442 23444 23010 0 -1 0 53512 0 30 0 18956 32 0 0 18 0 13 0 1979012111 845787136 43657 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23444/statm: 206491 43657 1393 9 0 203853 0
[pid=23444/tid=23446] ppid=23442 vsize=825964 CPUtime=185.71
/proc/23444/task/23446/stat : 23446 (java) R 23442 23444 23010 0 -1 64 17293 0 2 0 18558 13 0 0 25 0 13 0 1979012118 845787136 43657 996147200 134512640 134550740 4294956032 18446744073709551615 4110051647 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23444/tid=23447] ppid=23442 vsize=825964 CPUtime=0.61
/proc/23444/task/23447/stat : 23447 (java) S 23442 23444 23010 0 -1 64 13484 0 0 0 56 5 0 0 20 0 13 0 1979012119 845787136 43657 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23444/tid=23448] ppid=23442 vsize=825964 CPUtime=0.54
/proc/23444/task/23448/stat : 23448 (java) S 23442 23444 23010 0 -1 64 9994 0 0 0 50 4 0 0 19 0 13 0 1979012119 845787136 43657 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23444/tid=23449] ppid=23442 vsize=825964 CPUtime=0
/proc/23444/task/23449/stat : 23449 (java) S 23442 23444 23010 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 1979012121 845787136 43657 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23444/tid=23450] ppid=23442 vsize=825964 CPUtime=0
/proc/23444/task/23450/stat : 23450 (java) S 23442 23444 23010 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1979012121 845787136 43657 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23444/tid=23451] ppid=23442 vsize=825964 CPUtime=0
/proc/23444/task/23451/stat : 23451 (java) S 23442 23444 23010 0 -1 64 3 0 0 0 0 0 0 0 24 0 13 0 1979012121 845787136 43657 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23444/tid=23452] ppid=23442 vsize=825964 CPUtime=0
/proc/23444/task/23452/stat : 23452 (java) S 23442 23444 23010 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1979012126 845787136 43657 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23444/tid=23453] ppid=23442 vsize=825964 CPUtime=1.54
/proc/23444/task/23453/stat : 23453 (java) S 23442 23444 23010 0 -1 64 7234 0 0 0 151 3 0 0 17 0 13 0 1979012126 845787136 43657 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23444/tid=23454] ppid=23442 vsize=825964 CPUtime=1.41
/proc/23444/task/23454/stat : 23454 (java) S 23442 23444 23010 0 -1 64 4740 0 0 0 139 2 0 0 16 0 13 0 1979012126 845787136 43657 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23444/tid=23455] ppid=23442 vsize=825964 CPUtime=0
/proc/23444/task/23455/stat : 23455 (java) S 23442 23444 23010 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1979012126 845787136 43657 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23444/tid=23456] ppid=23442 vsize=825964 CPUtime=0
/proc/23444/task/23456/stat : 23456 (java) S 23442 23444 23010 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1979012126 845787136 43657 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23444/tid=23457] ppid=23442 vsize=825964 CPUtime=0
/proc/23444/task/23457/stat : 23457 (java) S 23442 23444 23010 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1979012679 845787136 43657 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 189.88
Current children cumulated vsize (KiB) 825964

Child status: 0
Real time (s): 191.402
CPU time (s): 189.949
CPU user time (s): 189.59
CPU system time (s): 0.358945
CPU usage (%): 99.241
Max. virtual memory (cumulated for all children) (KiB): 825964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 189.59
system time used= 0.358945
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53522
page faults= 30
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4798
involuntary context switches= 5059

runsolver used 0.292955 second user time and 0.601908 second system time

The end

Launcher Data (download as text)

Begin job on node31 at 2008-07-02 14:06:21
IDJOB=1041168
IDBENCH=53779
IDSOLVER=344
FILE ID=node31/1041168-1215000381
PBS_JOBID= 7870861
Free space on /tmp= 66548 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/costasArray/normalized-costasArray-16.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-1041168-1215000381/watcher-1041168-1215000381 -o /tmp/evaluation-result-1041168-1215000381/solver-1041168-1215000381 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1041168-1215000381.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d5a4e42e307e2dee4bd264daf195f681
RANDOM SEED=1502566541

node31.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.232
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.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1920648 kB
Buffers:          4300 kB
Cached:          50796 kB
SwapCached:       5764 kB
Active:          50168 kB
Inactive:        24248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1920648 kB
SwapTotal:     4192956 kB
SwapFree:      4180076 kB
Dirty:            1096 kB
Writeback:           0 kB
Mapped:          27024 kB
Slab:            45792 kB
Committed_AS:  2908928 kB
PageTables:       1932 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66548 MiB
End job on node31 at 2008-07-02 14:09:32