Trace number 1074868

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J CSP 2008-06-13UNSAT 38.2102 38.6005

General information on the benchmark

Namecsp/os-taillard-4/
normalized-os-taillard-4-95-4.xml
MD5SUM0dc881dcf5f24d5a75bda8e44ec68a89
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 benchmark0.009997
Satisfiable
(Un)Satisfiability was proved
Number of variables16
Number of constraints48
Maximum constraint arity2
Maximum domain size255
Number of constraints which are defined in extension0
Number of constraints which are defined in intension48
Global constraints used (with number of constraints)

Solver Data (download as text)

0.28/0.32	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.28/0.32	c This is free software under the dual EPL/GNU LGPL licenses.
0.28/0.32	c See www.sat4j.org for details.
0.28/0.32	c That software uses the Rhino library from the Mozilla project.
0.28/0.36	c version 9.9.9.token
0.28/0.36	c sun.arch.data.model	32
0.28/0.36	c java.version	1.6.0_06
0.28/0.36	c os.name	Linux
0.28/0.36	c os.version	2.6.9-22.EL.rootsmp
0.28/0.36	c os.arch	i386
0.28/0.36	c Free memory 669864272
0.28/0.36	c Max memory 672137216
0.28/0.36	c Total memory 672137216
0.28/0.37	c Number of processors 2
0.38/0.41	c c --- Begin Solver configuration ---
0.38/0.41	c Stops conflict analysis at the first Unique Implication Point
0.38/0.41	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.38/0.41	c Learn all clauses as in MiniSAT
0.38/0.41	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.41	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.38/0.41	c Expensive reason simplification
0.38/0.41	c MiniSAT restarts strategy
0.38/0.41	c timeout=2147483s
0.38/0.41	c DB Simplification allowed=false
0.38/0.41	c --- End Solver configuration ---
0.38/0.41	c solving HOME/instance-1074868-1215179941.xml
0.38/0.41	c reading problem ... 
0.58/0.67	c reading problem named null
0.58/0.67	c reading domains done.
0.58/0.68	c reading variables done.
0.78/0.86	c reading predicates  done.
0.98/1.07	c reading constraints
8.61/8.74	c done with constraints.
8.61/8.74	c ... done. Wall clock time 8.323s.
8.61/8.74	c #vars     3456
8.61/8.74	c #constraints  20768
8.61/8.74	c constraints type 
8.61/8.74	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 20752
8.61/8.74	c org.sat4j.minisat.constraints.card.AtLeast => 16
38.13/38.56	c starts		: 10
38.13/38.56	c conflicts		: 10073
38.13/38.56	c decisions		: 36884
38.13/38.56	c propagations		: 1278781
38.13/38.56	c inspects		: 14093734
38.13/38.56	c learnt literals	: 7
38.13/38.56	c learnt binary clauses	: 11
38.13/38.56	c learnt ternary clauses	: 57
38.13/38.56	c learnt clauses	: 10065
38.13/38.56	c ignored clauses	: 0
38.13/38.56	c root simplifications	: 0
38.13/38.56	c removed literals (reason simplification)	: 456092
38.13/38.56	c reason swapping (by a shorter reason)	: 0
38.13/38.56	c Calls to reduceDB	: 0
38.13/38.56	c speed (assignments/second)	: 42896.279896682434
38.13/38.56	c non guided choices	293
38.13/38.56	s UNSATISFIABLE
38.13/38.56	c Total wall clock time (in seconds) : 38.143

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1074868-1215179941/watcher-1074868-1215179941 -o /tmp/evaluation-result-1074868-1215179941/solver-1074868-1215179941 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1074868-1215179941.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.05 2.01 2.00 2/72 26380
/proc/meminfo: memFree=1790936/2055920 swapFree=4179464/4192956
[pid=26380] ppid=26378 vsize=18572 CPUtime=0
/proc/26380/stat : 26380 (runsolver) R 26378 26380 23573 0 -1 4194368 16 0 0 0 0 0 0 0 22 0 1 0 1996968953 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 214919867687 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/26380/statm: 4643 292 257 25 0 2626 0

[startup+0.105615 s]
/proc/loadavg: 2.05 2.01 2.00 2/72 26380
/proc/meminfo: memFree=1790936/2055920 swapFree=4179464/4192956
[pid=26380] ppid=26378 vsize=804612 CPUtime=0.08
/proc/26380/stat : 26380 (java) S 26378 26380 23573 0 -1 0 2993 0 1 0 7 1 0 0 18 0 12 0 1996968953 823922688 2726 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26380/statm: 201153 2726 1047 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.202627 s]
/proc/loadavg: 2.05 2.01 2.00 2/72 26380
/proc/meminfo: memFree=1790936/2055920 swapFree=4179464/4192956
[pid=26380] ppid=26378 vsize=808276 CPUtime=0.18
/proc/26380/stat : 26380 (java) S 26378 26380 23573 0 -1 0 4499 0 1 0 16 2 0 0 18 0 12 0 1996968953 827674624 3826 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26380/statm: 202069 3826 1290 9 0 199438 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 808276

[startup+0.302658 s]
/proc/loadavg: 2.05 2.01 2.00 2/72 26380
/proc/meminfo: memFree=1790936/2055920 swapFree=4179464/4192956
[pid=26380] ppid=26378 vsize=808276 CPUtime=0.28
/proc/26380/stat : 26380 (java) S 26378 26380 23573 0 -1 0 4920 0 1 0 25 3 0 0 18 0 12 0 1996968953 827674624 4247 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26380/statm: 202069 4247 1298 9 0 199438 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808276

[startup+0.701692 s]
/proc/loadavg: 2.05 2.01 2.00 2/72 26380
/proc/meminfo: memFree=1790936/2055920 swapFree=4179464/4192956
[pid=26380] ppid=26378 vsize=808304 CPUtime=0.68
/proc/26380/stat : 26380 (java) S 26378 26380 23573 0 -1 0 6384 0 1 0 63 5 0 0 18 0 12 0 1996968953 827703296 5512 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26380/statm: 202076 5512 1335 9 0 199438 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808304

[startup+1.50181 s]
/proc/loadavg: 2.28 2.06 2.02 3/84 26392
/proc/meminfo: memFree=1770104/2055920 swapFree=4179464/4192956
[pid=26380] ppid=26378 vsize=815164 CPUtime=1.47
/proc/26380/stat : 26380 (java) S 26378 26380 23573 0 -1 0 11094 0 1 0 139 8 0 0 18 0 12 0 1996968953 834727936 8191 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26380/statm: 203791 8191 1348 9 0 201153 0
[pid=26380/tid=26382] ppid=26378 vsize=815164 CPUtime=0.72
/proc/26380/task/26382/stat : 26382 (java) R 26378 26380 23573 0 -1 64 4854 0 1 0 67 5 0 0 19 0 12 0 1996968955 834727936 8191 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26383] ppid=26378 vsize=815164 CPUtime=0
/proc/26380/task/26383/stat : 26383 (java) S 26378 26380 23573 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1996968956 834727936 8191 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26384] ppid=26378 vsize=815164 CPUtime=0
/proc/26380/task/26384/stat : 26384 (java) S 26378 26380 23573 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1996968956 834727936 8191 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26385] ppid=26378 vsize=815164 CPUtime=0
/proc/26380/task/26385/stat : 26385 (java) S 26378 26380 23573 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1996968958 834727936 8191 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26386] ppid=26378 vsize=815164 CPUtime=0
/proc/26380/task/26386/stat : 26386 (java) S 26378 26380 23573 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 1996968959 834727936 8191 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26387] ppid=26378 vsize=815164 CPUtime=0
/proc/26380/task/26387/stat : 26387 (java) S 26378 26380 23573 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 1996968959 834727936 8191 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26388] ppid=26378 vsize=815164 CPUtime=0
/proc/26380/task/26388/stat : 26388 (java) S 26378 26380 23573 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1996968963 834727936 8191 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26389] ppid=26378 vsize=815164 CPUtime=0.43
/proc/26380/task/26389/stat : 26389 (java) R 26378 26380 23573 0 -1 64 3679 0 0 0 42 1 0 0 18 0 12 0 1996968963 834727936 8191 996147200 134512640 134550740 4294956016 18446744073709551615 106225055 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26390] ppid=26378 vsize=815164 CPUtime=0.29
/proc/26380/task/26390/stat : 26390 (java) S 26378 26380 23573 0 -1 64 1796 0 0 0 29 0 0 0 16 0 12 0 1996968963 834727936 8191 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26391] ppid=26378 vsize=815164 CPUtime=0
/proc/26380/task/26391/stat : 26391 (java) S 26378 26380 23573 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1996968963 834727936 8191 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26392] ppid=26378 vsize=815164 CPUtime=0
/proc/26380/task/26392/stat : 26392 (java) S 26378 26380 23573 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1996968963 834727936 8191 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 815164

[startup+3.10202 s]
/proc/loadavg: 2.28 2.06 2.02 3/84 26392
/proc/meminfo: memFree=1745528/2055920 swapFree=4179464/4192956
[pid=26380] ppid=26378 vsize=815764 CPUtime=3.05
/proc/26380/stat : 26380 (java) S 26378 26380 23573 0 -1 0 24976 0 1 0 290 15 0 0 18 0 12 0 1996968953 835342336 21427 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26380/statm: 203941 21427 1382 9 0 201303 0
[pid=26380/tid=26382] ppid=26378 vsize=815764 CPUtime=1.91
/proc/26380/task/26382/stat : 26382 (java) R 26378 26380 23573 0 -1 64 17261 0 1 0 180 11 0 0 25 0 12 0 1996968955 835342336 21427 996147200 134512640 134550740 4294956016 18446744073709551615 4109644030 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26383] ppid=26378 vsize=815764 CPUtime=0.01
/proc/26380/task/26383/stat : 26383 (java) S 26378 26380 23573 0 -1 64 575 0 0 0 1 0 0 0 17 0 12 0 1996968956 835342336 21427 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26384] ppid=26378 vsize=815764 CPUtime=0
/proc/26380/task/26384/stat : 26384 (java) S 26378 26380 23573 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1996968956 835342336 21427 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26385] ppid=26378 vsize=815764 CPUtime=0
/proc/26380/task/26385/stat : 26385 (java) S 26378 26380 23573 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1996968958 835342336 21427 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26386] ppid=26378 vsize=815764 CPUtime=0
/proc/26380/task/26386/stat : 26386 (java) S 26378 26380 23573 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1996968959 835342336 21427 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26387] ppid=26378 vsize=815764 CPUtime=0
/proc/26380/task/26387/stat : 26387 (java) S 26378 26380 23573 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1996968959 835342336 21427 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26388] ppid=26378 vsize=815764 CPUtime=0
/proc/26380/task/26388/stat : 26388 (java) S 26378 26380 23573 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1996968963 835342336 21427 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26389] ppid=26378 vsize=815764 CPUtime=0.59
/proc/26380/task/26389/stat : 26389 (java) S 26378 26380 23573 0 -1 64 4109 0 0 0 58 1 0 0 16 0 12 0 1996968963 835342336 21427 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26390] ppid=26378 vsize=815764 CPUtime=0.49
/proc/26380/task/26390/stat : 26390 (java) S 26378 26380 23573 0 -1 64 2237 0 0 0 49 0 0 0 16 0 12 0 1996968963 835342336 21427 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26391] ppid=26378 vsize=815764 CPUtime=0
/proc/26380/task/26391/stat : 26391 (java) S 26378 26380 23573 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1996968963 835342336 21427 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26392] ppid=26378 vsize=815764 CPUtime=0
/proc/26380/task/26392/stat : 26392 (java) S 26378 26380 23573 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1996968963 835342336 21427 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 815764

[startup+6.30344 s]
/proc/loadavg: 2.26 2.06 2.02 3/84 26392
/proc/meminfo: memFree=1700984/2055920 swapFree=4179464/4192956
[pid=26380] ppid=26378 vsize=815196 CPUtime=6.23
/proc/26380/stat : 26380 (java) S 26378 26380 23573 0 -1 0 28054 0 1 0 607 16 0 0 18 0 12 0 1996968953 834760704 24351 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26380/statm: 203799 24351 1382 9 0 201161 0
[pid=26380/tid=26382] ppid=26378 vsize=815196 CPUtime=4.88
/proc/26380/task/26382/stat : 26382 (java) R 26378 26380 23573 0 -1 64 17266 0 1 0 477 11 0 0 25 0 12 0 1996968955 834760704 24351 996147200 134512640 134550740 4294956016 18446744073709551615 4109684088 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26383] ppid=26378 vsize=815196 CPUtime=0.05
/proc/26380/task/26383/stat : 26383 (java) S 26378 26380 23573 0 -1 64 2298 0 0 0 4 1 0 0 17 0 12 0 1996968956 834760704 24351 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26384] ppid=26378 vsize=815196 CPUtime=0.04
/proc/26380/task/26384/stat : 26384 (java) S 26378 26380 23573 0 -1 64 1232 0 0 0 4 0 0 0 17 0 12 0 1996968956 834760704 24351 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26385] ppid=26378 vsize=815196 CPUtime=0
/proc/26380/task/26385/stat : 26385 (java) S 26378 26380 23573 0 -1 64 138 0 0 0 0 0 0 0 16 0 12 0 1996968958 834760704 24351 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26386] ppid=26378 vsize=815196 CPUtime=0
/proc/26380/task/26386/stat : 26386 (java) S 26378 26380 23573 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1996968959 834760704 24351 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26387] ppid=26378 vsize=815196 CPUtime=0
/proc/26380/task/26387/stat : 26387 (java) S 26378 26380 23573 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1996968959 834760704 24351 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26388] ppid=26378 vsize=815196 CPUtime=0
/proc/26380/task/26388/stat : 26388 (java) S 26378 26380 23573 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1996968963 834760704 24351 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26389] ppid=26378 vsize=815196 CPUtime=0.66
/proc/26380/task/26389/stat : 26389 (java) S 26378 26380 23573 0 -1 64 4114 0 0 0 65 1 0 0 16 0 12 0 1996968963 834760704 24351 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26390] ppid=26378 vsize=815196 CPUtime=0.54
/proc/26380/task/26390/stat : 26390 (java) S 26378 26380 23573 0 -1 64 2243 0 0 0 54 0 0 0 16 0 12 0 1996968963 834760704 24351 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26391] ppid=26378 vsize=815196 CPUtime=0
/proc/26380/task/26391/stat : 26391 (java) S 26378 26380 23573 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1996968963 834760704 24351 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26392] ppid=26378 vsize=815196 CPUtime=0
/proc/26380/task/26392/stat : 26392 (java) S 26378 26380 23573 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1996968963 834760704 24351 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 815196

[startup+12.7023 s]
/proc/loadavg: 2.24 2.06 2.02 3/85 26393
/proc/meminfo: memFree=1687472/2055920 swapFree=4179464/4192956
[pid=26380] ppid=26378 vsize=815520 CPUtime=12.57
/proc/26380/stat : 26380 (java) S 26378 26380 23573 0 -1 0 30701 0 1 0 1239 18 0 0 18 0 13 0 1996968953 835092480 26992 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26380/statm: 203880 26992 1389 9 0 201242 0
[pid=26380/tid=26382] ppid=26378 vsize=815520 CPUtime=10.33
/proc/26380/task/26382/stat : 26382 (java) R 26378 26380 23573 0 -1 64 17284 0 1 0 1021 12 0 0 25 0 13 0 1996968955 835092480 26992 996147200 134512640 134550740 4294956016 18446744073709551615 4109608714 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26383] ppid=26378 vsize=815520 CPUtime=0.1
/proc/26380/task/26383/stat : 26383 (java) S 26378 26380 23573 0 -1 64 2941 0 0 0 9 1 0 0 16 0 13 0 1996968956 835092480 26992 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26384] ppid=26378 vsize=815520 CPUtime=0.08
/proc/26380/task/26384/stat : 26384 (java) S 26378 26380 23573 0 -1 64 3099 0 0 0 7 1 0 0 16 0 13 0 1996968956 835092480 26992 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26385] ppid=26378 vsize=815520 CPUtime=0
/proc/26380/task/26385/stat : 26385 (java) S 26378 26380 23573 0 -1 64 165 0 0 0 0 0 0 0 16 0 13 0 1996968958 835092480 26992 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26386] ppid=26378 vsize=815520 CPUtime=0
/proc/26380/task/26386/stat : 26386 (java) S 26378 26380 23573 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1996968959 835092480 26992 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26387] ppid=26378 vsize=815520 CPUtime=0
/proc/26380/task/26387/stat : 26387 (java) S 26378 26380 23573 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 1996968959 835092480 26992 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26388] ppid=26378 vsize=815520 CPUtime=0
/proc/26380/task/26388/stat : 26388 (java) S 26378 26380 23573 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 1996968963 835092480 26992 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26389] ppid=26378 vsize=815520 CPUtime=1.06
/proc/26380/task/26389/stat : 26389 (java) S 26378 26380 23573 0 -1 64 4147 0 0 0 105 1 0 0 16 0 13 0 1996968963 835092480 26992 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26390] ppid=26378 vsize=815520 CPUtime=0.94
/proc/26380/task/26390/stat : 26390 (java) S 26378 26380 23573 0 -1 64 2297 0 0 0 94 0 0 0 16 0 13 0 1996968963 835092480 26992 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26391] ppid=26378 vsize=815520 CPUtime=0
/proc/26380/task/26391/stat : 26391 (java) S 26378 26380 23573 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1996968963 835092480 26992 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26392] ppid=26378 vsize=815520 CPUtime=0
/proc/26380/task/26392/stat : 26392 (java) S 26378 26380 23573 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 1996968963 835092480 26992 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26393] ppid=26378 vsize=815520 CPUtime=0
/proc/26380/task/26393/stat : 26393 (java) S 26378 26380 23573 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 1996969829 835092480 26992 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 815520

[startup+25.502 s]
/proc/loadavg: 2.18 2.06 2.01 3/85 26393
/proc/meminfo: memFree=1687216/2055920 swapFree=4179464/4192956
[pid=26380] ppid=26378 vsize=815520 CPUtime=25.25
/proc/26380/stat : 26380 (java) S 26378 26380 23573 0 -1 0 30714 0 1 0 2506 19 0 0 18 0 13 0 1996968953 835092480 27003 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26380/statm: 203880 27003 1392 9 0 201242 0
[pid=26380/tid=26382] ppid=26378 vsize=815520 CPUtime=22.9
/proc/26380/task/26382/stat : 26382 (java) R 26378 26380 23573 0 -1 64 17287 0 1 0 2278 12 0 0 25 0 13 0 1996968955 835092480 27003 996147200 134512640 134550740 4294956016 18446744073709551615 4109811926 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26383] ppid=26378 vsize=815520 CPUtime=0.1
/proc/26380/task/26383/stat : 26383 (java) S 26378 26380 23573 0 -1 64 2941 0 0 0 9 1 0 0 16 0 13 0 1996968956 835092480 27003 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26384] ppid=26378 vsize=815520 CPUtime=0.08
/proc/26380/task/26384/stat : 26384 (java) S 26378 26380 23573 0 -1 64 3099 0 0 0 7 1 0 0 16 0 13 0 1996968956 835092480 27003 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26385] ppid=26378 vsize=815520 CPUtime=0
/proc/26380/task/26385/stat : 26385 (java) S 26378 26380 23573 0 -1 64 165 0 0 0 0 0 0 0 16 0 13 0 1996968958 835092480 27003 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26386] ppid=26378 vsize=815520 CPUtime=0
/proc/26380/task/26386/stat : 26386 (java) S 26378 26380 23573 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1996968959 835092480 27003 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26387] ppid=26378 vsize=815520 CPUtime=0
/proc/26380/task/26387/stat : 26387 (java) S 26378 26380 23573 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 1996968959 835092480 27003 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/26380/task/26392/stat : 26392 (java) S 26378 26380 23573 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 1996968963 835092480 27003 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26393] ppid=26378 vsize=815520 CPUtime=0
/proc/26380/task/26393/stat : 26393 (java) S 26378 26380 23573 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 1996969829 835092480 27003 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 34.86
Current children cumulated vsize (KiB) 815520

[startup+36.8016 s]
/proc/loadavg: 2.16 2.05 2.01 3/85 26393
/proc/meminfo: memFree=1687216/2055920 swapFree=4179464/4192956
[pid=26380] ppid=26378 vsize=815520 CPUtime=36.44
/proc/26380/stat : 26380 (java) S 26378 26380 23573 0 -1 0 30714 0 1 0 3625 19 0 0 18 0 13 0 1996968953 835092480 27003 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26380/statm: 203880 27003 1392 9 0 201242 0
[pid=26380/tid=26382] ppid=26378 vsize=815520 CPUtime=34.09
/proc/26380/task/26382/stat : 26382 (java) R 26378 26380 23573 0 -1 64 17287 0 1 0 3397 12 0 0 25 0 13 0 1996968955 835092480 27003 996147200 134512640 134550740 4294956016 18446744073709551615 4109989305 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26383] ppid=26378 vsize=815520 CPUtime=0.1
/proc/26380/task/26383/stat : 26383 (java) S 26378 26380 23573 0 -1 64 2941 0 0 0 9 1 0 0 16 0 13 0 1996968956 835092480 27003 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26384] ppid=26378 vsize=815520 CPUtime=0.08
/proc/26380/task/26384/stat : 26384 (java) S 26378 26380 23573 0 -1 64 3099 0 0 0 7 1 0 0 16 0 13 0 1996968956 835092480 27003 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26385] ppid=26378 vsize=815520 CPUtime=0
/proc/26380/task/26385/stat : 26385 (java) S 26378 26380 23573 0 -1 64 165 0 0 0 0 0 0 0 16 0 13 0 1996968958 835092480 27003 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26386] ppid=26378 vsize=815520 CPUtime=0
/proc/26380/task/26386/stat : 26386 (java) S 26378 26380 23573 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1996968959 835092480 27003 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26387] ppid=26378 vsize=815520 CPUtime=0
/proc/26380/task/26387/stat : 26387 (java) S 26378 26380 23573 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 1996968959 835092480 27003 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26388] ppid=26378 vsize=815520 CPUtime=0
/proc/26380/task/26388/stat : 26388 (java) S 26378 26380 23573 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 1996968963 835092480 27003 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26389] ppid=26378 vsize=815520 CPUtime=1.1
/proc/26380/task/26389/stat : 26389 (java) S 26378 26380 23573 0 -1 64 4150 0 0 0 109 1 0 0 17 0 13 0 1996968963 835092480 27003 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26390] ppid=26378 vsize=815520 CPUtime=1
/proc/26380/task/26390/stat : 26390 (java) S 26378 26380 23573 0 -1 64 2304 0 0 0 100 0 0 0 16 0 13 0 1996968963 835092480 27003 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26391] ppid=26378 vsize=815520 CPUtime=0
/proc/26380/task/26391/stat : 26391 (java) S 26378 26380 23573 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1996968963 835092480 27003 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26392] ppid=26378 vsize=815520 CPUtime=0
/proc/26380/task/26392/stat : 26392 (java) S 26378 26380 23573 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 1996968963 835092480 27003 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26393] ppid=26378 vsize=815520 CPUtime=0
/proc/26380/task/26393/stat : 26393 (java) S 26378 26380 23573 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 1996969829 835092480 27003 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 36.44
Current children cumulated vsize (KiB) 815520

[startup+37.6017 s]
/proc/loadavg: 2.16 2.05 2.01 3/85 26393
/proc/meminfo: memFree=1687216/2055920 swapFree=4179464/4192956
[pid=26380] ppid=26378 vsize=815520 CPUtime=37.23
/proc/26380/stat : 26380 (java) S 26378 26380 23573 0 -1 0 30714 0 1 0 3704 19 0 0 18 0 13 0 1996968953 835092480 27003 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26380/statm: 203880 27003 1392 9 0 201242 0
[pid=26380/tid=26382] ppid=26378 vsize=815520 CPUtime=34.88
/proc/26380/task/26382/stat : 26382 (java) R 26378 26380 23573 0 -1 64 17287 0 1 0 3476 12 0 0 25 0 13 0 1996968955 835092480 27003 996147200 134512640 134550740 4294956016 18446744073709551615 4109608724 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26383] ppid=26378 vsize=815520 CPUtime=0.1
/proc/26380/task/26383/stat : 26383 (java) S 26378 26380 23573 0 -1 64 2941 0 0 0 9 1 0 0 16 0 13 0 1996968956 835092480 27003 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26384] ppid=26378 vsize=815520 CPUtime=0.08
/proc/26380/task/26384/stat : 26384 (java) S 26378 26380 23573 0 -1 64 3099 0 0 0 7 1 0 0 16 0 13 0 1996968956 835092480 27003 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26385] ppid=26378 vsize=815520 CPUtime=0
/proc/26380/task/26385/stat : 26385 (java) S 26378 26380 23573 0 -1 64 165 0 0 0 0 0 0 0 16 0 13 0 1996968958 835092480 27003 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26386] ppid=26378 vsize=815520 CPUtime=0
/proc/26380/task/26386/stat : 26386 (java) S 26378 26380 23573 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1996968959 835092480 27003 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26387] ppid=26378 vsize=815520 CPUtime=0
/proc/26380/task/26387/stat : 26387 (java) S 26378 26380 23573 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 1996968959 835092480 27003 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26388] ppid=26378 vsize=815520 CPUtime=0
/proc/26380/task/26388/stat : 26388 (java) S 26378 26380 23573 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 1996968963 835092480 27003 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26389] ppid=26378 vsize=815520 CPUtime=1.1
/proc/26380/task/26389/stat : 26389 (java) S 26378 26380 23573 0 -1 64 4150 0 0 0 109 1 0 0 17 0 13 0 1996968963 835092480 27003 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26390] ppid=26378 vsize=815520 CPUtime=1
/proc/26380/task/26390/stat : 26390 (java) S 26378 26380 23573 0 -1 64 2304 0 0 0 100 0 0 0 16 0 13 0 1996968963 835092480 27003 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26391] ppid=26378 vsize=815520 CPUtime=0
/proc/26380/task/26391/stat : 26391 (java) S 26378 26380 23573 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1996968963 835092480 27003 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26392] ppid=26378 vsize=815520 CPUtime=0
/proc/26380/task/26392/stat : 26392 (java) S 26378 26380 23573 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 1996968963 835092480 27003 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26393] ppid=26378 vsize=815520 CPUtime=0
/proc/26380/task/26393/stat : 26393 (java) S 26378 26380 23573 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 1996969829 835092480 27003 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 37.23
Current children cumulated vsize (KiB) 815520

[startup+38.0027 s]
/proc/loadavg: 2.16 2.05 2.01 3/85 26393
/proc/meminfo: memFree=1687216/2055920 swapFree=4179464/4192956
[pid=26380] ppid=26378 vsize=815520 CPUtime=37.64
/proc/26380/stat : 26380 (java) S 26378 26380 23573 0 -1 0 30714 0 1 0 3745 19 0 0 18 0 13 0 1996968953 835092480 27003 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26380/statm: 203880 27003 1392 9 0 201242 0
[pid=26380/tid=26382] ppid=26378 vsize=815520 CPUtime=35.28
/proc/26380/task/26382/stat : 26382 (java) R 26378 26380 23573 0 -1 64 17287 0 1 0 3516 12 0 0 25 0 13 0 1996968955 835092480 27003 996147200 134512640 134550740 4294956016 18446744073709551615 4109989329 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26383] ppid=26378 vsize=815520 CPUtime=0.1
/proc/26380/task/26383/stat : 26383 (java) S 26378 26380 23573 0 -1 64 2941 0 0 0 9 1 0 0 16 0 13 0 1996968956 835092480 27003 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26384] ppid=26378 vsize=815520 CPUtime=0.08
/proc/26380/task/26384/stat : 26384 (java) S 26378 26380 23573 0 -1 64 3099 0 0 0 7 1 0 0 16 0 13 0 1996968956 835092480 27003 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26385] ppid=26378 vsize=815520 CPUtime=0
/proc/26380/task/26385/stat : 26385 (java) S 26378 26380 23573 0 -1 64 165 0 0 0 0 0 0 0 16 0 13 0 1996968958 835092480 27003 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26386] ppid=26378 vsize=815520 CPUtime=0
/proc/26380/task/26386/stat : 26386 (java) S 26378 26380 23573 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1996968959 835092480 27003 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26387] ppid=26378 vsize=815520 CPUtime=0
/proc/26380/task/26387/stat : 26387 (java) S 26378 26380 23573 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 1996968959 835092480 27003 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26388] ppid=26378 vsize=815520 CPUtime=0
/proc/26380/task/26388/stat : 26388 (java) S 26378 26380 23573 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 1996968963 835092480 27003 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26389] ppid=26378 vsize=815520 CPUtime=1.1
/proc/26380/task/26389/stat : 26389 (java) S 26378 26380 23573 0 -1 64 4150 0 0 0 109 1 0 0 17 0 13 0 1996968963 835092480 27003 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26390] ppid=26378 vsize=815520 CPUtime=1
/proc/26380/task/26390/stat : 26390 (java) S 26378 26380 23573 0 -1 64 2304 0 0 0 100 0 0 0 16 0 13 0 1996968963 835092480 27003 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26391] ppid=26378 vsize=815520 CPUtime=0
/proc/26380/task/26391/stat : 26391 (java) S 26378 26380 23573 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1996968963 835092480 27003 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26392] ppid=26378 vsize=815520 CPUtime=0
/proc/26380/task/26392/stat : 26392 (java) S 26378 26380 23573 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 1996968963 835092480 27003 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26393] ppid=26378 vsize=815520 CPUtime=0
/proc/26380/task/26393/stat : 26393 (java) S 26378 26380 23573 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 1996969829 835092480 27003 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 37.64
Current children cumulated vsize (KiB) 815520

[startup+38.4028 s]
/proc/loadavg: 2.16 2.05 2.01 3/85 26393
/proc/meminfo: memFree=1687216/2055920 swapFree=4179464/4192956
[pid=26380] ppid=26378 vsize=815520 CPUtime=38.03
/proc/26380/stat : 26380 (java) S 26378 26380 23573 0 -1 0 30714 0 1 0 3784 19 0 0 18 0 13 0 1996968953 835092480 27003 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26380/statm: 203880 27003 1392 9 0 201242 0
[pid=26380/tid=26382] ppid=26378 vsize=815520 CPUtime=35.67
/proc/26380/task/26382/stat : 26382 (java) R 26378 26380 23573 0 -1 64 17287 0 1 0 3555 12 0 0 25 0 13 0 1996968955 835092480 27003 996147200 134512640 134550740 4294956016 18446744073709551615 4109962460 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26383] ppid=26378 vsize=815520 CPUtime=0.1
/proc/26380/task/26383/stat : 26383 (java) S 26378 26380 23573 0 -1 64 2941 0 0 0 9 1 0 0 16 0 13 0 1996968956 835092480 27003 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26384] ppid=26378 vsize=815520 CPUtime=0.08
/proc/26380/task/26384/stat : 26384 (java) S 26378 26380 23573 0 -1 64 3099 0 0 0 7 1 0 0 16 0 13 0 1996968956 835092480 27003 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26385] ppid=26378 vsize=815520 CPUtime=0
/proc/26380/task/26385/stat : 26385 (java) S 26378 26380 23573 0 -1 64 165 0 0 0 0 0 0 0 16 0 13 0 1996968958 835092480 27003 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26386] ppid=26378 vsize=815520 CPUtime=0
/proc/26380/task/26386/stat : 26386 (java) S 26378 26380 23573 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1996968959 835092480 27003 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26387] ppid=26378 vsize=815520 CPUtime=0
/proc/26380/task/26387/stat : 26387 (java) S 26378 26380 23573 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 1996968959 835092480 27003 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26388] ppid=26378 vsize=815520 CPUtime=0
/proc/26380/task/26388/stat : 26388 (java) S 26378 26380 23573 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 1996968963 835092480 27003 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26389] ppid=26378 vsize=815520 CPUtime=1.1
/proc/26380/task/26389/stat : 26389 (java) S 26378 26380 23573 0 -1 64 4150 0 0 0 109 1 0 0 16 0 13 0 1996968963 835092480 27003 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26390] ppid=26378 vsize=815520 CPUtime=1.01
/proc/26380/task/26390/stat : 26390 (java) S 26378 26380 23573 0 -1 64 2304 0 0 0 101 0 0 0 17 0 13 0 1996968963 835092480 27003 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26391] ppid=26378 vsize=815520 CPUtime=0
/proc/26380/task/26391/stat : 26391 (java) S 26378 26380 23573 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1996968963 835092480 27003 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26392] ppid=26378 vsize=815520 CPUtime=0
/proc/26380/task/26392/stat : 26392 (java) S 26378 26380 23573 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 1996968963 835092480 27003 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26393] ppid=26378 vsize=815520 CPUtime=0
/proc/26380/task/26393/stat : 26393 (java) S 26378 26380 23573 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 1996969829 835092480 27003 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 38.03
Current children cumulated vsize (KiB) 815520

[startup+38.5028 s]
/proc/loadavg: 2.16 2.05 2.01 4/85 26393
/proc/meminfo: memFree=1687216/2055920 swapFree=4179464/4192956
[pid=26380] ppid=26378 vsize=815520 CPUtime=38.13
/proc/26380/stat : 26380 (java) S 26378 26380 23573 0 -1 0 30719 0 1 0 3794 19 0 0 18 0 13 0 1996968953 835092480 27008 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26380/statm: 203880 27008 1392 9 0 201242 0
[pid=26380/tid=26382] ppid=26378 vsize=815520 CPUtime=35.71
/proc/26380/task/26382/stat : 26382 (java) R 26378 26380 23573 0 -1 64 17287 0 1 0 3559 12 0 0 25 0 13 0 1996968955 835092480 27008 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26383] ppid=26378 vsize=815520 CPUtime=0.1
/proc/26380/task/26383/stat : 26383 (java) S 26378 26380 23573 0 -1 64 2941 0 0 0 9 1 0 0 16 0 13 0 1996968956 835092480 27008 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26384] ppid=26378 vsize=815520 CPUtime=0.08
/proc/26380/task/26384/stat : 26384 (java) S 26378 26380 23573 0 -1 64 3099 0 0 0 7 1 0 0 16 0 13 0 1996968956 835092480 27008 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26385] ppid=26378 vsize=815520 CPUtime=0
/proc/26380/task/26385/stat : 26385 (java) S 26378 26380 23573 0 -1 64 165 0 0 0 0 0 0 0 16 0 13 0 1996968958 835092480 27008 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26386] ppid=26378 vsize=815520 CPUtime=0
/proc/26380/task/26386/stat : 26386 (java) S 26378 26380 23573 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1996968959 835092480 27008 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26387] ppid=26378 vsize=815520 CPUtime=0
/proc/26380/task/26387/stat : 26387 (java) S 26378 26380 23573 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 1996968959 835092480 27008 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26388] ppid=26378 vsize=815520 CPUtime=0
/proc/26380/task/26388/stat : 26388 (java) S 26378 26380 23573 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 1996968963 835092480 27008 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26389] ppid=26378 vsize=815520 CPUtime=1.15
/proc/26380/task/26389/stat : 26389 (java) R 26378 26380 23573 0 -1 64 4154 0 0 0 114 1 0 0 16 0 13 0 1996968963 835092480 27008 996147200 134512640 134550740 4294956016 18446744073709551615 105563957 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26390] ppid=26378 vsize=815520 CPUtime=1.03
/proc/26380/task/26390/stat : 26390 (java) S 26378 26380 23573 0 -1 64 2305 0 0 0 103 0 0 0 16 0 13 0 1996968963 835092480 27008 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26391] ppid=26378 vsize=815520 CPUtime=0
/proc/26380/task/26391/stat : 26391 (java) S 26378 26380 23573 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1996968963 835092480 27008 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26392] ppid=26378 vsize=815520 CPUtime=0
/proc/26380/task/26392/stat : 26392 (java) S 26378 26380 23573 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 1996968963 835092480 27008 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26380/tid=26393] ppid=26378 vsize=815520 CPUtime=0
/proc/26380/task/26393/stat : 26393 (java) S 26378 26380 23573 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 1996969829 835092480 27008 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 38.13
Current children cumulated vsize (KiB) 815520

Child status: 0
Real time (s): 38.6005
CPU time (s): 38.2102
CPU user time (s): 38.0002
CPU system time (s): 0.209968
CPU usage (%): 98.9888
Max. virtual memory (cumulated for all children) (KiB): 816128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 38.0002
system time used= 0.209968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30730
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= 1597
involuntary context switches= 2333

runsolver used 0.06499 second user time and 0.136979 second system time

The end

Launcher Data (download as text)

Begin job on node10 at 2008-07-04 15:59:01
IDJOB=1074868
IDBENCH=56457
IDSOLVER=344
FILE ID=node10/1074868-1215179941
PBS_JOBID= 7881433
Free space on /tmp= 66528 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0dc881dcf5f24d5a75bda8e44ec68a89
RANDOM SEED=73382142

node10.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.229
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.229
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:       1791416 kB
Buffers:         40520 kB
Cached:         147100 kB
SwapCached:       7540 kB
Active:         154128 kB
Inactive:        56524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1791416 kB
SwapTotal:     4192956 kB
SwapFree:      4179464 kB
Dirty:            1092 kB
Writeback:           0 kB
Mapped:          30872 kB
Slab:            39028 kB
Committed_AS:  3435832 kB
PageTables:       1948 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= 66524 MiB
End job on node10 at 2008-07-04 15:59:40