Trace number 2085309

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J CSP 2.1.1UNSAT 42.5865 42.7919

General information on the benchmark

Namecsp/graphColoring/sgb/
queen/normalized-queen10-10-9.xml
MD5SUM51291e1b71eb35fa08b130a5ff6a75f3
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.062989
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints1470
Maximum constraint arity2
Maximum domain size9
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1470
Global constraints used (with number of constraints)

Solver Data

0.12/0.25	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.12/0.25	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.25	c See www.sat4j.org for details.
0.12/0.25	c That software uses the Rhino library from the Mozilla project.
0.12/0.27	c version 2.1.1.v20090622
0.12/0.27	c sun.arch.data.model	32
0.12/0.27	c java.version	1.6.0_12
0.12/0.27	c os.name	Linux
0.12/0.27	c os.version	2.6.9-22.EL.rootsmp
0.12/0.27	c os.arch	i386
0.12/0.27	c Free memory 671000808
0.12/0.27	c Max memory 672137216
0.12/0.27	c Total memory 672137216
0.12/0.27	c Number of processors 2
0.21/0.35	c c --- Begin Solver configuration ---
0.21/0.35	c Stops conflict analysis at the first Unique Implication Point
0.21/0.35	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.21/0.35	c Learn all clauses as in MiniSAT
0.21/0.35	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.35	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.21/0.35	c Expensive reason simplification
0.21/0.35	c MiniSAT restarts strategy
0.21/0.35	c Memory based learned constraints deletion strategy
0.21/0.35	c timeout=2147483s
0.21/0.35	c DB Simplification allowed=false
0.21/0.35	c --- End Solver configuration ---
0.21/0.35	c solving HOME/instance-2085309-1247381493.xml
0.21/0.35	c reading problem ... 
0.46/0.65	c reading problem named null
0.46/0.65	c reading domains done.
0.46/0.66	c reading variables done.
0.46/0.69	c reading predicates  done.
0.74/0.92	c reading constraints
3.24/3.42	c done with constraints.
3.24/3.42	c ... done. Wall clock time 3.066s.
3.24/3.42	c #vars     900
3.24/3.42	c #constraints  26660
3.24/3.42	c constraints type 
3.24/3.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26560
3.24/3.42	c org.sat4j.minisat.constraints.card.AtLeast => 100
42.43/42.69	c starts		: 13
42.43/42.69	c conflicts		: 38642
42.43/42.69	c decisions		: 39468
42.43/42.69	c propagations		: 1555585
42.43/42.69	c inspects		: 169706526
42.43/42.69	c learnt literals	: 8
42.43/42.69	c learnt binary clauses	: 34
42.43/42.69	c learnt ternary clauses	: 108
42.43/42.69	c learnt clauses	: 38633
42.43/42.69	c ignored clauses	: 0
42.43/42.69	c root simplifications	: 0
42.43/42.69	c removed literals (reason simplification)	: 272923
42.43/42.69	c reason swapping (by a shorter reason)	: 0
42.43/42.69	c Calls to reduceDB	: 0
42.43/42.69	c speed (assignments/second)	: 39613.56286129008
42.43/42.69	c non guided choices	97
42.53/42.74	c learnt constraints type 
42.53/42.74	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 34
42.53/42.74	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 38599
42.53/42.74	c constraints type 
42.53/42.74	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26560
42.53/42.74	c org.sat4j.minisat.constraints.card.AtLeast => 100
42.53/42.74	s UNSATISFIABLE
42.53/42.74	c Total wall clock time (in seconds) : 42.337

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2085309-1247381493/watcher-2085309-1247381493 -o /tmp/evaluation-result-2085309-1247381493/solver-2085309-1247381493 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2085309-1247381493.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.07 2.03 2.08 3/81 24491
/proc/meminfo: memFree=1883024/2055920 swapFree=4192812/4192956
[pid=24491] ppid=24489 vsize=152 CPUtime=0
/proc/24491/stat : 24491 (java) R 24489 24491 23972 0 -1 0 204 0 0 0 0 0 0 0 18 0 1 0 25214011 155648 26 996147200 134512640 134550932 4294956016 18446744073709551615 8921892 0 0 4096 0 0 0 0 17 0 0 0
/proc/24491/statm: 38 26 19 9 0 4 0

[startup+0.0773719 s]
/proc/loadavg: 2.07 2.03 2.08 3/81 24491
/proc/meminfo: memFree=1883024/2055920 swapFree=4192812/4192956
[pid=24491] ppid=24489 vsize=797436 CPUtime=0.04
/proc/24491/stat : 24491 (java) S 24489 24491 23972 0 -1 0 1525 0 26 0 0 4 0 0 18 0 2 0 25214011 816574464 1299 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/24491/statm: 199359 1311 406 9 0 197111 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 797436

[startup+0.102369 s]
/proc/loadavg: 2.07 2.03 2.08 3/81 24491
/proc/meminfo: memFree=1883024/2055920 swapFree=4192812/4192956
[pid=24491] ppid=24489 vsize=800696 CPUtime=0.05
/proc/24491/stat : 24491 (java) S 24489 24491 23972 0 -1 0 2387 0 26 0 1 4 0 0 18 0 4 0 25214011 819912704 2159 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/24491/statm: 200174 2159 938 9 0 197525 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 800696

[startup+0.301391 s]
/proc/loadavg: 2.07 2.03 2.08 3/81 24491
/proc/meminfo: memFree=1883024/2055920 swapFree=4192812/4192956
[pid=24491] ppid=24489 vsize=805356 CPUtime=0.21
/proc/24491/stat : 24491 (java) S 24489 24491 23972 0 -1 0 3748 0 26 0 14 7 0 0 18 0 12 0 25214011 824684544 3511 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24491/statm: 201339 3511 1332 9 0 198673 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 805356

[startup+0.702431 s]
/proc/loadavg: 2.07 2.03 2.08 3/81 24491
/proc/meminfo: memFree=1883024/2055920 swapFree=4192812/4192956
[pid=24491] ppid=24489 vsize=807180 CPUtime=0.55
/proc/24491/stat : 24491 (java) S 24489 24491 23972 0 -1 0 5414 0 26 0 46 9 0 0 18 0 12 0 25214011 826552320 4964 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24491/statm: 201795 4964 1384 9 0 199122 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 807180

[startup+1.50251 s]
/proc/loadavg: 2.07 2.03 2.08 3/93 24503
/proc/meminfo: memFree=1855856/2055920 swapFree=4192812/4192956
[pid=24491] ppid=24489 vsize=809644 CPUtime=1.34
/proc/24491/stat : 24491 (java) S 24489 24491 23972 0 -1 0 8396 0 26 0 123 11 0 0 18 0 12 0 25214011 829075456 6788 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24491/statm: 202411 6789 1407 9 0 199738 0
[pid=24491/tid=24493] ppid=24489 vsize=809644 CPUtime=0.76
/proc/24491/task/24493/stat : 24493 (java) R 24489 24491 23972 0 -1 64 4940 0 1 0 69 7 0 0 24 0 12 0 25214018 829075456 6789 996147200 134512640 134550932 4294956016 18446744073709551615 4109511604 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24494] ppid=24489 vsize=809644 CPUtime=0
/proc/24491/task/24494/stat : 24494 (java) S 24489 24491 23972 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 25214019 829075456 6789 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24495] ppid=24489 vsize=809644 CPUtime=0
/proc/24491/task/24495/stat : 24495 (java) S 24489 24491 23972 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 25214019 829075456 6789 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24496] ppid=24489 vsize=809644 CPUtime=0
/proc/24491/task/24496/stat : 24496 (java) S 24489 24491 23972 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 25214022 829075456 6789 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24497] ppid=24489 vsize=809644 CPUtime=0
/proc/24491/task/24497/stat : 24497 (java) S 24489 24491 23972 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 25214023 829075456 6790 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24498] ppid=24489 vsize=809644 CPUtime=0
/proc/24491/task/24498/stat : 24498 (java) S 24489 24491 23972 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 25214023 829075456 6790 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24499] ppid=24489 vsize=809644 CPUtime=0
/proc/24491/task/24499/stat : 24499 (java) S 24489 24491 23972 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 25214030 829075456 6790 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24500] ppid=24489 vsize=809644 CPUtime=0
/proc/24491/task/24500/stat : 24500 (java) S 24489 24491 23972 0 -1 64 13 0 0 0 0 0 0 0 23 0 12 0 25214030 829075456 6790 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24501] ppid=24489 vsize=809644 CPUtime=0.54
/proc/24491/task/24501/stat : 24501 (java) S 24489 24491 23972 0 -1 64 2729 0 0 0 53 1 0 0 17 0 12 0 25214030 829075456 6790 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24502] ppid=24489 vsize=809644 CPUtime=0
/proc/24491/task/24502/stat : 24502 (java) S 24489 24491 23972 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 25214030 829075456 6790 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24503] ppid=24489 vsize=809644 CPUtime=0
/proc/24491/task/24503/stat : 24503 (java) S 24489 24491 23972 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 25214030 829075456 6790 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 809644

[startup+3.10167 s]
/proc/loadavg: 2.07 2.03 2.08 3/93 24503
/proc/meminfo: memFree=1844464/2055920 swapFree=4192812/4192956
[pid=24491] ppid=24489 vsize=810084 CPUtime=2.94
/proc/24491/stat : 24491 (java) S 24489 24491 23972 0 -1 0 15067 0 26 0 279 15 0 0 18 0 12 0 25214011 829526016 11759 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24491/statm: 202521 11759 1421 9 0 199848 0
[pid=24491/tid=24493] ppid=24489 vsize=810084 CPUtime=1.5
/proc/24491/task/24493/stat : 24493 (java) R 24489 24491 23972 0 -1 64 9683 0 1 0 140 10 0 0 25 0 12 0 25214018 829526016 11759 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24494] ppid=24489 vsize=810084 CPUtime=0
/proc/24491/task/24494/stat : 24494 (java) S 24489 24491 23972 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 25214019 829526016 11759 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24495] ppid=24489 vsize=810084 CPUtime=0
/proc/24491/task/24495/stat : 24495 (java) S 24489 24491 23972 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 25214019 829526016 11759 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24496] ppid=24489 vsize=810084 CPUtime=0
/proc/24491/task/24496/stat : 24496 (java) S 24489 24491 23972 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 25214022 829526016 11759 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24497] ppid=24489 vsize=810084 CPUtime=0
/proc/24491/task/24497/stat : 24497 (java) S 24489 24491 23972 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 25214023 829526016 11759 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24498] ppid=24489 vsize=810084 CPUtime=0
/proc/24491/task/24498/stat : 24498 (java) S 24489 24491 23972 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 25214023 829526016 11759 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24499] ppid=24489 vsize=810084 CPUtime=0
/proc/24491/task/24499/stat : 24499 (java) S 24489 24491 23972 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 25214030 829526016 11759 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24500] ppid=24489 vsize=810084 CPUtime=0
/proc/24491/task/24500/stat : 24500 (java) S 24489 24491 23972 0 -1 64 13 0 0 0 0 0 0 0 23 0 12 0 25214030 829526016 11759 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24501] ppid=24489 vsize=810084 CPUtime=1.39
/proc/24491/task/24501/stat : 24501 (java) R 24489 24491 23972 0 -1 64 4655 0 0 0 138 1 0 0 17 0 12 0 25214030 829526016 11759 996147200 134512640 134550932 4294956016 18446744073709551615 103976723 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24502] ppid=24489 vsize=810084 CPUtime=0
/proc/24491/task/24502/stat : 24502 (java) S 24489 24491 23972 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 25214030 829526016 11759 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24503] ppid=24489 vsize=810084 CPUtime=0
/proc/24491/task/24503/stat : 24503 (java) S 24489 24491 23972 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 25214030 829526016 11759 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 810084

[startup+6.30299 s]
/proc/loadavg: 2.06 2.03 2.08 4/94 24504
/proc/meminfo: memFree=1824680/2055920 swapFree=4192812/4192956
[pid=24491] ppid=24489 vsize=810408 CPUtime=6.14
/proc/24491/stat : 24491 (java) S 24489 24491 23972 0 -1 0 17176 0 26 0 597 17 0 0 18 0 13 0 25214011 829857792 13830 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24491/statm: 202602 13830 1434 9 0 199929 0
[pid=24491/tid=24493] ppid=24489 vsize=810408 CPUtime=4.02
/proc/24491/task/24493/stat : 24493 (java) R 24489 24491 23972 0 -1 64 11696 0 1 0 391 11 0 0 25 0 13 0 25214018 829857792 13830 996147200 134512640 134550932 4294956016 18446744073709551615 4109917720 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24494] ppid=24489 vsize=810408 CPUtime=0
/proc/24491/task/24494/stat : 24494 (java) S 24489 24491 23972 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 25214019 829857792 13830 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24495] ppid=24489 vsize=810408 CPUtime=0
/proc/24491/task/24495/stat : 24495 (java) S 24489 24491 23972 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 25214019 829857792 13830 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24496] ppid=24489 vsize=810408 CPUtime=0
/proc/24491/task/24496/stat : 24496 (java) S 24489 24491 23972 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 25214022 829857792 13830 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24497] ppid=24489 vsize=810408 CPUtime=0
/proc/24491/task/24497/stat : 24497 (java) S 24489 24491 23972 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 25214023 829857792 13830 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24498] ppid=24489 vsize=810408 CPUtime=0
/proc/24491/task/24498/stat : 24498 (java) S 24489 24491 23972 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 25214023 829857792 13830 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24499] ppid=24489 vsize=810408 CPUtime=0
/proc/24491/task/24499/stat : 24499 (java) S 24489 24491 23972 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 25214030 829857792 13830 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24500] ppid=24489 vsize=810408 CPUtime=0
/proc/24491/task/24500/stat : 24500 (java) S 24489 24491 23972 0 -1 64 13 0 0 0 0 0 0 0 23 0 13 0 25214030 829857792 13830 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24501] ppid=24489 vsize=810408 CPUtime=2.06
/proc/24491/task/24501/stat : 24501 (java) S 24489 24491 23972 0 -1 64 4747 0 0 0 204 2 0 0 16 0 13 0 25214030 829857792 13830 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24502] ppid=24489 vsize=810408 CPUtime=0
/proc/24491/task/24502/stat : 24502 (java) S 24489 24491 23972 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 25214030 829857792 13830 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24503] ppid=24489 vsize=810408 CPUtime=0
/proc/24491/task/24503/stat : 24503 (java) S 24489 24491 23972 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 25214030 829857792 13830 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24504] ppid=24489 vsize=810408 CPUtime=0
/proc/24491/task/24504/stat : 24504 (java) S 24489 24491 23972 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 25214354 829857792 13830 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 810408

[startup+12.7026 s]
/proc/loadavg: 2.06 2.03 2.08 3/94 24504
/proc/meminfo: memFree=1820008/2055920 swapFree=4192812/4192956
[pid=24491] ppid=24489 vsize=810408 CPUtime=12.54
/proc/24491/stat : 24491 (java) S 24489 24491 23972 0 -1 0 18202 0 26 0 1236 18 0 0 18 0 13 0 25214011 829857792 14853 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24491/statm: 202602 14853 1434 9 0 199929 0
[pid=24491/tid=24493] ppid=24489 vsize=810408 CPUtime=10.29
/proc/24491/task/24493/stat : 24493 (java) R 24489 24491 23972 0 -1 64 12714 0 1 0 1017 12 0 0 25 0 13 0 25214018 829857792 14853 996147200 134512640 134550932 4294956016 18446744073709551615 4109972386 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24494] ppid=24489 vsize=810408 CPUtime=0
/proc/24491/task/24494/stat : 24494 (java) S 24489 24491 23972 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 25214019 829857792 14853 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24495] ppid=24489 vsize=810408 CPUtime=0
/proc/24491/task/24495/stat : 24495 (java) S 24489 24491 23972 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 25214019 829857792 14853 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24496] ppid=24489 vsize=810408 CPUtime=0
/proc/24491/task/24496/stat : 24496 (java) S 24489 24491 23972 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 25214022 829857792 14853 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24497] ppid=24489 vsize=810408 CPUtime=0
/proc/24491/task/24497/stat : 24497 (java) S 24489 24491 23972 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 25214023 829857792 14853 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24498] ppid=24489 vsize=810408 CPUtime=0
/proc/24491/task/24498/stat : 24498 (java) S 24489 24491 23972 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 25214023 829857792 14853 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24499] ppid=24489 vsize=810408 CPUtime=0
/proc/24491/task/24499/stat : 24499 (java) S 24489 24491 23972 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 25214030 829857792 14853 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24500] ppid=24489 vsize=810408 CPUtime=0
/proc/24491/task/24500/stat : 24500 (java) S 24489 24491 23972 0 -1 64 13 0 0 0 0 0 0 0 23 0 13 0 25214030 829857792 14853 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24501] ppid=24489 vsize=810408 CPUtime=2.2
/proc/24491/task/24501/stat : 24501 (java) S 24489 24491 23972 0 -1 64 4755 0 0 0 218 2 0 0 17 0 13 0 25214030 829857792 14853 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24502] ppid=24489 vsize=810408 CPUtime=0
/proc/24491/task/24502/stat : 24502 (java) S 24489 24491 23972 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 25214030 829857792 14853 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24503] ppid=24489 vsize=810408 CPUtime=0
/proc/24491/task/24503/stat : 24503 (java) S 24489 24491 23972 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 25214030 829857792 14853 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24504] ppid=24489 vsize=810408 CPUtime=0
/proc/24491/task/24504/stat : 24504 (java) S 24489 24491 23972 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 25214354 829857792 14853 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 810408

[startup+25.5029 s]
/proc/loadavg: 2.05 2.03 2.08 3/94 24504
/proc/meminfo: memFree=1815912/2055920 swapFree=4192812/4192956
[pid=24491] ppid=24489 vsize=810408 CPUtime=25.33
/proc/24491/stat : 24491 (java) S 24489 24491 23972 0 -1 0 19215 0 26 0 2514 19 0 0 18 0 13 0 25214011 829857792 15866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24491/statm: 202602 15866 1434 9 0 199929 0
[pid=24491/tid=24493] ppid=24489 vsize=810408 CPUtime=23.06
/proc/24491/task/24493/stat : 24493 (java) R 24489 24491 23972 0 -1 64 13726 0 1 0 2293 13 0 0 25 0 13 0 25214018 829857792 15866 996147200 134512640 134550932 4294956016 18446744073709551615 4109916895 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24494] ppid=24489 vsize=810408 CPUtime=0
/proc/24491/task/24494/stat : 24494 (java) S 24489 24491 23972 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 25214019 829857792 15866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24495] ppid=24489 vsize=810408 CPUtime=0
/proc/24491/task/24495/stat : 24495 (java) S 24489 24491 23972 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 25214019 829857792 15866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24496] ppid=24489 vsize=810408 CPUtime=0
/proc/24491/task/24496/stat : 24496 (java) S 24489 24491 23972 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 25214022 829857792 15866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24497] ppid=24489 vsize=810408 CPUtime=0
/proc/24491/task/24497/stat : 24497 (java) S 24489 24491 23972 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 25214023 829857792 15866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24498] ppid=24489 vsize=810408 CPUtime=0

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

/proc/24491/task/24502/stat : 24502 (java) S 24489 24491 23972 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 25214030 829857792 16088 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24503] ppid=24489 vsize=810408 CPUtime=0
/proc/24491/task/24503/stat : 24503 (java) S 24489 24491 23972 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 25214030 829857792 16088 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24504] ppid=24489 vsize=810408 CPUtime=0
/proc/24491/task/24504/stat : 24504 (java) S 24489 24491 23972 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 25214354 829857792 16088 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.73
Current children cumulated vsize (KiB) 810408

[startup+38.3022 s]
/proc/loadavg: 2.04 2.03 2.07 3/94 24504
/proc/meminfo: memFree=1813928/2055920 swapFree=4192812/4192956
[pid=24491] ppid=24489 vsize=810408 CPUtime=38.13
/proc/24491/stat : 24491 (java) S 24489 24491 23972 0 -1 0 19803 0 26 0 3793 20 0 0 18 0 13 0 25214011 829857792 16454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24491/statm: 202602 16454 1434 9 0 199929 0
[pid=24491/tid=24493] ppid=24489 vsize=810408 CPUtime=35.86
/proc/24491/task/24493/stat : 24493 (java) R 24489 24491 23972 0 -1 64 14314 0 1 0 3572 14 0 0 25 0 13 0 25214018 829857792 16454 996147200 134512640 134550932 4294956016 18446744073709551615 4109962751 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24494] ppid=24489 vsize=810408 CPUtime=0
/proc/24491/task/24494/stat : 24494 (java) S 24489 24491 23972 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 25214019 829857792 16454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24495] ppid=24489 vsize=810408 CPUtime=0
/proc/24491/task/24495/stat : 24495 (java) S 24489 24491 23972 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 25214019 829857792 16454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24496] ppid=24489 vsize=810408 CPUtime=0
/proc/24491/task/24496/stat : 24496 (java) S 24489 24491 23972 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 25214022 829857792 16454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24497] ppid=24489 vsize=810408 CPUtime=0
/proc/24491/task/24497/stat : 24497 (java) S 24489 24491 23972 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 25214023 829857792 16454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24498] ppid=24489 vsize=810408 CPUtime=0
/proc/24491/task/24498/stat : 24498 (java) S 24489 24491 23972 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 25214023 829857792 16454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24499] ppid=24489 vsize=810408 CPUtime=0
/proc/24491/task/24499/stat : 24499 (java) S 24489 24491 23972 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 25214030 829857792 16454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24500] ppid=24489 vsize=810408 CPUtime=0
/proc/24491/task/24500/stat : 24500 (java) S 24489 24491 23972 0 -1 64 13 0 0 0 0 0 0 0 23 0 13 0 25214030 829857792 16454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24501] ppid=24489 vsize=810408 CPUtime=2.22
/proc/24491/task/24501/stat : 24501 (java) S 24489 24491 23972 0 -1 64 4756 0 0 0 220 2 0 0 16 0 13 0 25214030 829857792 16454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24502] ppid=24489 vsize=810408 CPUtime=0
/proc/24491/task/24502/stat : 24502 (java) S 24489 24491 23972 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 25214030 829857792 16454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24503] ppid=24489 vsize=810408 CPUtime=0
/proc/24491/task/24503/stat : 24503 (java) S 24489 24491 23972 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 25214030 829857792 16454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24504] ppid=24489 vsize=810408 CPUtime=0
/proc/24491/task/24504/stat : 24504 (java) S 24489 24491 23972 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 25214354 829857792 16454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 38.13
Current children cumulated vsize (KiB) 810408

[startup+39.9023 s]
/proc/loadavg: 2.04 2.03 2.07 3/94 24504
/proc/meminfo: memFree=1813096/2055920 swapFree=4192812/4192956
[pid=24491] ppid=24489 vsize=810408 CPUtime=39.73
/proc/24491/stat : 24491 (java) S 24489 24491 23972 0 -1 0 19911 0 26 0 3953 20 0 0 18 0 13 0 25214011 829857792 16562 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24491/statm: 202602 16562 1434 9 0 199929 0
[pid=24491/tid=24493] ppid=24489 vsize=810408 CPUtime=37.46
/proc/24491/task/24493/stat : 24493 (java) R 24489 24491 23972 0 -1 64 14422 0 1 0 3732 14 0 0 25 0 13 0 25214018 829857792 16562 996147200 134512640 134550932 4294956016 18446744073709551615 4109908981 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24494] ppid=24489 vsize=810408 CPUtime=0
/proc/24491/task/24494/stat : 24494 (java) S 24489 24491 23972 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 25214019 829857792 16562 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24495] ppid=24489 vsize=810408 CPUtime=0
/proc/24491/task/24495/stat : 24495 (java) S 24489 24491 23972 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 25214019 829857792 16562 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24496] ppid=24489 vsize=810408 CPUtime=0
/proc/24491/task/24496/stat : 24496 (java) S 24489 24491 23972 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 25214022 829857792 16562 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24497] ppid=24489 vsize=810408 CPUtime=0
/proc/24491/task/24497/stat : 24497 (java) S 24489 24491 23972 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 25214023 829857792 16562 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24498] ppid=24489 vsize=810408 CPUtime=0
/proc/24491/task/24498/stat : 24498 (java) S 24489 24491 23972 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 25214023 829857792 16562 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24499] ppid=24489 vsize=810408 CPUtime=0
/proc/24491/task/24499/stat : 24499 (java) S 24489 24491 23972 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 25214030 829857792 16562 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24500] ppid=24489 vsize=810408 CPUtime=0
/proc/24491/task/24500/stat : 24500 (java) S 24489 24491 23972 0 -1 64 13 0 0 0 0 0 0 0 23 0 13 0 25214030 829857792 16562 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24501] ppid=24489 vsize=810408 CPUtime=2.22
/proc/24491/task/24501/stat : 24501 (java) S 24489 24491 23972 0 -1 64 4756 0 0 0 220 2 0 0 16 0 13 0 25214030 829857792 16562 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24502] ppid=24489 vsize=810408 CPUtime=0
/proc/24491/task/24502/stat : 24502 (java) S 24489 24491 23972 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 25214030 829857792 16562 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24503] ppid=24489 vsize=810408 CPUtime=0
/proc/24491/task/24503/stat : 24503 (java) S 24489 24491 23972 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 25214030 829857792 16562 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24504] ppid=24489 vsize=810408 CPUtime=0
/proc/24491/task/24504/stat : 24504 (java) S 24489 24491 23972 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 25214354 829857792 16562 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 39.73
Current children cumulated vsize (KiB) 810408

[startup+41.5025 s]
/proc/loadavg: 2.03 2.03 2.07 3/94 24504
/proc/meminfo: memFree=1812712/2055920 swapFree=4192812/4192956
[pid=24491] ppid=24489 vsize=810408 CPUtime=41.33
/proc/24491/stat : 24491 (java) S 24489 24491 23972 0 -1 0 19992 0 26 0 4113 20 0 0 18 0 13 0 25214011 829857792 16643 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24491/statm: 202602 16643 1434 9 0 199929 0
[pid=24491/tid=24493] ppid=24489 vsize=810408 CPUtime=39.06
/proc/24491/task/24493/stat : 24493 (java) R 24489 24491 23972 0 -1 64 14503 0 1 0 3892 14 0 0 25 0 13 0 25214018 829857792 16643 996147200 134512640 134550932 4294956016 18446744073709551615 4109909064 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24494] ppid=24489 vsize=810408 CPUtime=0
/proc/24491/task/24494/stat : 24494 (java) S 24489 24491 23972 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 25214019 829857792 16643 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24495] ppid=24489 vsize=810408 CPUtime=0
/proc/24491/task/24495/stat : 24495 (java) S 24489 24491 23972 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 25214019 829857792 16643 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24496] ppid=24489 vsize=810408 CPUtime=0
/proc/24491/task/24496/stat : 24496 (java) S 24489 24491 23972 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 25214022 829857792 16643 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24497] ppid=24489 vsize=810408 CPUtime=0
/proc/24491/task/24497/stat : 24497 (java) S 24489 24491 23972 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 25214023 829857792 16643 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24498] ppid=24489 vsize=810408 CPUtime=0
/proc/24491/task/24498/stat : 24498 (java) S 24489 24491 23972 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 25214023 829857792 16643 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24499] ppid=24489 vsize=810408 CPUtime=0
/proc/24491/task/24499/stat : 24499 (java) S 24489 24491 23972 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 25214030 829857792 16643 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24500] ppid=24489 vsize=810408 CPUtime=0
/proc/24491/task/24500/stat : 24500 (java) S 24489 24491 23972 0 -1 64 13 0 0 0 0 0 0 0 23 0 13 0 25214030 829857792 16643 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24501] ppid=24489 vsize=810408 CPUtime=2.22
/proc/24491/task/24501/stat : 24501 (java) S 24489 24491 23972 0 -1 64 4756 0 0 0 220 2 0 0 16 0 13 0 25214030 829857792 16643 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24502] ppid=24489 vsize=810408 CPUtime=0
/proc/24491/task/24502/stat : 24502 (java) S 24489 24491 23972 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 25214030 829857792 16643 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24503] ppid=24489 vsize=810408 CPUtime=0
/proc/24491/task/24503/stat : 24503 (java) S 24489 24491 23972 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 25214030 829857792 16643 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24504] ppid=24489 vsize=810408 CPUtime=0
/proc/24491/task/24504/stat : 24504 (java) S 24489 24491 23972 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 25214354 829857792 16643 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 41.33
Current children cumulated vsize (KiB) 810408

[startup+42.3026 s]
/proc/loadavg: 2.03 2.03 2.07 3/94 24504
/proc/meminfo: memFree=1812648/2055920 swapFree=4192812/4192956
[pid=24491] ppid=24489 vsize=810408 CPUtime=42.13
/proc/24491/stat : 24491 (java) S 24489 24491 23972 0 -1 0 20002 0 26 0 4193 20 0 0 18 0 13 0 25214011 829857792 16653 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24491/statm: 202602 16653 1434 9 0 199929 0
[pid=24491/tid=24493] ppid=24489 vsize=810408 CPUtime=39.86
/proc/24491/task/24493/stat : 24493 (java) R 24489 24491 23972 0 -1 64 14513 0 1 0 3972 14 0 0 25 0 13 0 25214018 829857792 16653 996147200 134512640 134550932 4294956016 18446744073709551615 4109962751 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24494] ppid=24489 vsize=810408 CPUtime=0
/proc/24491/task/24494/stat : 24494 (java) S 24489 24491 23972 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 25214019 829857792 16653 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24495] ppid=24489 vsize=810408 CPUtime=0
/proc/24491/task/24495/stat : 24495 (java) S 24489 24491 23972 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 25214019 829857792 16653 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24496] ppid=24489 vsize=810408 CPUtime=0
/proc/24491/task/24496/stat : 24496 (java) S 24489 24491 23972 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 25214022 829857792 16653 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24497] ppid=24489 vsize=810408 CPUtime=0
/proc/24491/task/24497/stat : 24497 (java) S 24489 24491 23972 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 25214023 829857792 16653 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24498] ppid=24489 vsize=810408 CPUtime=0
/proc/24491/task/24498/stat : 24498 (java) S 24489 24491 23972 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 25214023 829857792 16653 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24499] ppid=24489 vsize=810408 CPUtime=0
/proc/24491/task/24499/stat : 24499 (java) S 24489 24491 23972 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 25214030 829857792 16653 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24500] ppid=24489 vsize=810408 CPUtime=0
/proc/24491/task/24500/stat : 24500 (java) S 24489 24491 23972 0 -1 64 13 0 0 0 0 0 0 0 23 0 13 0 25214030 829857792 16653 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24501] ppid=24489 vsize=810408 CPUtime=2.22
/proc/24491/task/24501/stat : 24501 (java) S 24489 24491 23972 0 -1 64 4756 0 0 0 220 2 0 0 16 0 13 0 25214030 829857792 16653 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24502] ppid=24489 vsize=810408 CPUtime=0
/proc/24491/task/24502/stat : 24502 (java) S 24489 24491 23972 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 25214030 829857792 16653 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24503] ppid=24489 vsize=810408 CPUtime=0
/proc/24491/task/24503/stat : 24503 (java) S 24489 24491 23972 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 25214030 829857792 16653 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24504] ppid=24489 vsize=810408 CPUtime=0
/proc/24491/task/24504/stat : 24504 (java) S 24489 24491 23972 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 25214354 829857792 16653 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 42.13
Current children cumulated vsize (KiB) 810408

[startup+42.7026 s]
/proc/loadavg: 2.03 2.03 2.07 3/94 24504
/proc/meminfo: memFree=1812648/2055920 swapFree=4192812/4192956
[pid=24491] ppid=24489 vsize=810408 CPUtime=42.53
/proc/24491/stat : 24491 (java) S 24489 24491 23972 0 -1 0 20040 0 26 0 4233 20 0 0 18 0 13 0 25214011 829857792 16691 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24491/statm: 202602 16691 1435 9 0 199929 0
[pid=24491/tid=24493] ppid=24489 vsize=810408 CPUtime=40.25
/proc/24491/task/24493/stat : 24493 (java) S 24489 24491 23972 0 -1 64 14545 0 1 0 4011 14 0 0 25 0 13 0 25214018 829857792 16691 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24494] ppid=24489 vsize=810408 CPUtime=0
/proc/24491/task/24494/stat : 24494 (java) S 24489 24491 23972 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 25214019 829857792 16691 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24495] ppid=24489 vsize=810408 CPUtime=0
/proc/24491/task/24495/stat : 24495 (java) S 24489 24491 23972 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 25214019 829857792 16691 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24496] ppid=24489 vsize=810408 CPUtime=0
/proc/24491/task/24496/stat : 24496 (java) S 24489 24491 23972 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 25214022 829857792 16691 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24497] ppid=24489 vsize=810408 CPUtime=0
/proc/24491/task/24497/stat : 24497 (java) S 24489 24491 23972 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 25214023 829857792 16691 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24498] ppid=24489 vsize=810408 CPUtime=0
/proc/24491/task/24498/stat : 24498 (java) S 24489 24491 23972 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 25214023 829857792 16691 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24499] ppid=24489 vsize=810408 CPUtime=0
/proc/24491/task/24499/stat : 24499 (java) S 24489 24491 23972 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 25214030 829857792 16691 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24500] ppid=24489 vsize=810408 CPUtime=0
/proc/24491/task/24500/stat : 24500 (java) S 24489 24491 23972 0 -1 64 13 0 0 0 0 0 0 0 23 0 13 0 25214030 829857792 16691 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24501] ppid=24489 vsize=810408 CPUtime=2.22
/proc/24491/task/24501/stat : 24501 (java) S 24489 24491 23972 0 -1 64 4756 0 0 0 220 2 0 0 17 0 13 0 25214030 829857792 16691 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24502] ppid=24489 vsize=810408 CPUtime=0
/proc/24491/task/24502/stat : 24502 (java) S 24489 24491 23972 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 25214030 829857792 16691 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24491/tid=24503] ppid=24489 vsize=810408 CPUtime=0
/proc/24491/task/24503/stat : 24503 (java) S 24489 24491 23972 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 25214030 829857792 16691 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 42.53
Current children cumulated vsize (KiB) 810408

Child status: 0
Real time (s): 42.7919
CPU time (s): 42.5865
CPU user time (s): 42.3706
CPU system time (s): 0.215967
CPU usage (%): 99.52
Max. virtual memory (cumulated for all children) (KiB): 810928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 42.3706
system time used= 0.215967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20049
page faults= 26
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2274
involuntary context switches= 1826

runsolver used 0.055991 second user time and 0.157975 second system time

The end

Launcher Data

Begin job on node36 at 2009-07-12 08:51:33
IDJOB=2085309
IDBENCH=58366
IDSOLVER=731
FILE ID=node36/2085309-1247381493
PBS_JOBID= 9507195
Free space on /tmp= 66392 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/graphColoring/sgb/queen/normalized-queen10-10-9.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2085309-1247381493/watcher-2085309-1247381493 -o /tmp/evaluation-result-2085309-1247381493/solver-2085309-1247381493 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2085309-1247381493.xml

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

MD5SUM BENCH= 51291e1b71eb35fa08b130a5ff6a75f3
RANDOM SEED=1182893637

node36.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.238
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.238
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:       1883504 kB
Buffers:          6284 kB
Cached:          42064 kB
SwapCached:          0 kB
Active:         110932 kB
Inactive:        10152 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1883504 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1384 kB
Writeback:           0 kB
Mapped:          93192 kB
Slab:            36472 kB
Committed_AS:   268432 kB
PageTables:       1896 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= 66392 MiB
End job on node36 at 2009-07-12 08:52:16