Trace number 1098534

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-13? (TO) 1800.16 1804.11

General information on the benchmark

Namecsp/rand-2-40-19/
normalized-rand-2-40-19-443-230-24_ext.xml
MD5SUM82e68fa0fd533f7bfa00e75283a1c751
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark53.8678
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints342
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension342
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.27/0.32	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.27/0.32	c This is free software under the dual EPL/GNU LGPL licenses.
0.27/0.32	c See www.sat4j.org for details.
0.27/0.32	c That software uses the Rhino library from the Mozilla project.
0.27/0.36	c version 9.9.9.token
0.27/0.36	c sun.arch.data.model	32
0.27/0.36	c java.version	1.6.0_06
0.27/0.36	c os.name	Linux
0.27/0.37	c os.version	2.6.9-22.EL.rootsmp
0.27/0.37	c os.arch	i386
0.27/0.37	c Free memory 669864272
0.27/0.37	c Max memory 672137216
0.27/0.37	c Total memory 672137216
0.27/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-1098534-1215284355.xml
0.38/0.41	c reading problem ... 
0.57/0.69	c reading problem named null
0.57/0.69	c reading domains done.
0.57/0.69	c reading variables done.
0.68/0.73	c reading relations done.
1.86/1.92	c reading constraints
2.36/2.49	c done with constraints.
2.45/2.50	c ... done. Wall clock time 2.087s.
2.45/2.50	c #vars     760
2.45/2.50	c #constraints  32216
2.45/2.50	c constraints type 
2.45/2.50	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 32176
2.45/2.50	c org.sat4j.minisat.constraints.card.AtLeast => 40
1800.06/1804.02	c starts		: 19
1800.06/1804.02	c conflicts		: 335567
1800.06/1804.02	c decisions		: 411447
1800.06/1804.02	c propagations		: 30329881
1800.06/1804.02	c inspects		: 4481400173
1800.06/1804.02	c learnt literals	: 2
1800.06/1804.02	c learnt binary clauses	: 18
1800.06/1804.02	c learnt ternary clauses	: 107
1800.06/1804.02	c learnt clauses	: 335565
1800.06/1804.02	c ignored clauses	: 0
1800.06/1804.02	c root simplifications	: 0
1800.06/1804.02	c removed literals (reason simplification)	: 17833617
1800.06/1804.02	c reason swapping (by a shorter reason)	: 0
1800.06/1804.02	c Calls to reduceDB	: 0
1800.06/1804.02	c speed (assignments/second)	: 16835.745097048766
1800.06/1804.02	c non guided choices	79
1800.06/1804.02	s UNKNOWN
1800.06/1804.02	c Total wall clock time (in seconds) : 1803.606

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

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-1098534-1215284355/watcher-1098534-1215284355 -o /tmp/evaluation-result-1098534-1215284355/solver-1098534-1215284355 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1098534-1215284355.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 22923
/proc/meminfo: memFree=1709160/2055920 swapFree=4174728/4192956
[pid=22923] ppid=22921 vsize=13288 CPUtime=0
/proc/22923/stat : 22923 (java) S 22921 22923 22469 0 -1 0 744 0 0 0 0 0 0 0 18 0 2 0 1012838054 13606912 538 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/22923/statm: 3322 538 219 9 0 1232 0
[pid=22923/tid=22924] ppid=22921 vsize=13288 CPUtime=0
/proc/22923/task/22924/stat : 22924 (java) R 22921 22923 22469 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 1012838056 13606912 538 996147200 134512640 134550740 4294956016 18446744073709551615 2310104 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0788029 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 22923
/proc/meminfo: memFree=1709160/2055920 swapFree=4174728/4192956
[pid=22923] ppid=22921 vsize=802236 CPUtime=0.06
/proc/22923/stat : 22923 (java) S 22921 22923 22469 0 -1 0 2792 0 1 0 4 2 0 0 18 0 7 0 1012838054 821489664 2527 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/22923/statm: 200559 2527 1008 9 0 197942 0
[pid=22923/tid=22924] ppid=22921 vsize=802236 CPUtime=0.05
/proc/22923/task/22924/stat : 22924 (java) D 22921 22923 22469 0 -1 64 2033 0 1 0 4 1 0 0 17 0 7 0 1012838056 821489664 2527 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 2147483391 0 16800971 18446744072099781622 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802236

[startup+0.103628 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 22923
/proc/meminfo: memFree=1709160/2055920 swapFree=4174728/4192956
[pid=22923] ppid=22921 vsize=804612 CPUtime=0.08
/proc/22923/stat : 22923 (java) S 22921 22923 22469 0 -1 0 2998 0 1 0 6 2 0 0 18 0 12 0 1012838054 823922688 2731 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22923/statm: 201153 2731 1048 9 0 198522 0
[pid=22923/tid=22924] ppid=22921 vsize=804612 CPUtime=0.07
/proc/22923/task/22924/stat : 22924 (java) R 22921 22923 22469 0 -1 64 2223 0 1 0 6 1 0 0 21 0 12 0 1012838056 823922688 2731 996147200 134512640 134550740 4294956016 18446744073709551615 4109195427 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.302664 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 22923
/proc/meminfo: memFree=1709160/2055920 swapFree=4174728/4192956
[pid=22923] ppid=22921 vsize=808276 CPUtime=0.27
/proc/22923/stat : 22923 (java) S 22921 22923 22469 0 -1 0 4925 0 1 0 24 3 0 0 18 0 12 0 1012838054 827674624 4252 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22923/statm: 202069 4252 1296 9 0 199438 0
[pid=22923/tid=22924] ppid=22921 vsize=808276 CPUtime=0.17
/proc/22923/task/22924/stat : 22924 (java) R 22921 22923 22469 0 -1 64 2665 0 1 0 15 2 0 0 18 0 12 0 1012838056 827674624 4252 996147200 134512640 134550740 4294956016 18446744073709551615 4109199906 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 808276

[startup+0.702738 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 22923
/proc/meminfo: memFree=1709160/2055920 swapFree=4174728/4192956
[pid=22923] ppid=22921 vsize=808304 CPUtime=0.68
/proc/22923/stat : 22923 (java) S 22921 22923 22469 0 -1 0 6350 0 1 0 63 5 0 0 18 0 12 0 1012838054 827703296 5478 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22923/statm: 202076 5478 1335 9 0 199438 0
[pid=22923/tid=22924] ppid=22921 vsize=808304 CPUtime=0.4
/proc/22923/task/22924/stat : 22924 (java) R 22921 22923 22469 0 -1 64 3783 0 1 0 37 3 0 0 20 0 12 0 1012838056 827703296 5478 996147200 134512640 134550740 4294956016 18446744073709551615 4109210314 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808304

[startup+1.50189 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 22935
/proc/meminfo: memFree=1689800/2055920 swapFree=4174728/4192956
[pid=22923] ppid=22921 vsize=809572 CPUtime=1.47
/proc/22923/stat : 22923 (java) S 22921 22923 22469 0 -1 0 9194 0 1 0 140 7 0 0 18 0 12 0 1012838054 829001728 7480 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22923/statm: 202393 7480 1350 9 0 199755 0
[pid=22923/tid=22924] ppid=22921 vsize=809572 CPUtime=0.69
/proc/22923/task/22924/stat : 22924 (java) R 22921 22923 22469 0 -1 64 5419 0 1 0 64 5 0 0 22 0 12 0 1012838056 829001728 7480 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22926] ppid=22921 vsize=809572 CPUtime=0
/proc/22923/task/22926/stat : 22926 (java) S 22921 22923 22469 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1012838057 829001728 7480 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22927] ppid=22921 vsize=809572 CPUtime=0
/proc/22923/task/22927/stat : 22927 (java) S 22921 22923 22469 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 1012838057 829001728 7480 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22928] ppid=22921 vsize=809572 CPUtime=0
/proc/22923/task/22928/stat : 22928 (java) S 22921 22923 22469 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 1012838059 829001728 7480 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22929] ppid=22921 vsize=809572 CPUtime=0
/proc/22923/task/22929/stat : 22929 (java) S 22921 22923 22469 0 -1 64 8 0 0 0 0 0 0 0 20 0 12 0 1012838059 829001728 7480 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22930] ppid=22921 vsize=809572 CPUtime=0
/proc/22923/task/22930/stat : 22930 (java) S 22921 22923 22469 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 1012838059 829001728 7480 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22931] ppid=22921 vsize=809572 CPUtime=0
/proc/22923/task/22931/stat : 22931 (java) S 22921 22923 22469 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1012838063 829001728 7480 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22932] ppid=22921 vsize=809572 CPUtime=0.28
/proc/22923/task/22932/stat : 22932 (java) S 22921 22923 22469 0 -1 64 862 0 0 0 28 0 0 0 16 0 12 0 1012838063 829001728 7480 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22933] ppid=22921 vsize=809572 CPUtime=0.48
/proc/22923/task/22933/stat : 22933 (java) R 22921 22923 22469 0 -1 64 2152 0 0 0 47 1 0 0 16 0 12 0 1012838064 829001728 7480 996147200 134512640 134550740 4294956016 18446744073709551615 102182090 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22934] ppid=22921 vsize=809572 CPUtime=0
/proc/22923/task/22934/stat : 22934 (java) S 22921 22923 22469 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1012838064 829001728 7480 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22935] ppid=22921 vsize=809572 CPUtime=0
/proc/22923/task/22935/stat : 22935 (java) S 22921 22923 22469 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1012838064 829001728 7480 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) 809572

[startup+3.1022 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 22935
/proc/meminfo: memFree=1658760/2055920 swapFree=4174728/4192956
[pid=22923] ppid=22921 vsize=809896 CPUtime=3.05
/proc/22923/stat : 22923 (java) S 22921 22923 22469 0 -1 0 16689 0 1 0 295 10 0 0 18 0 13 0 1012838054 829333504 14803 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22923/statm: 202474 14803 1374 9 0 199836 0
[pid=22923/tid=22924] ppid=22921 vsize=809896 CPUtime=1.34
/proc/22923/task/22924/stat : 22924 (java) R 22921 22923 22469 0 -1 64 12650 0 1 0 126 8 0 0 25 0 13 0 1012838056 829333504 14803 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22926] ppid=22921 vsize=809896 CPUtime=0
/proc/22923/task/22926/stat : 22926 (java) S 22921 22923 22469 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 1012838057 829333504 14803 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22927] ppid=22921 vsize=809896 CPUtime=0
/proc/22923/task/22927/stat : 22927 (java) S 22921 22923 22469 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 1012838057 829333504 14803 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22928] ppid=22921 vsize=809896 CPUtime=0
/proc/22923/task/22928/stat : 22928 (java) S 22921 22923 22469 0 -1 64 0 0 0 0 0 0 0 0 17 0 13 0 1012838059 829333504 14803 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22929] ppid=22921 vsize=809896 CPUtime=0
/proc/22923/task/22929/stat : 22929 (java) S 22921 22923 22469 0 -1 64 8 0 0 0 0 0 0 0 20 0 13 0 1012838059 829333504 14803 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22930] ppid=22921 vsize=809896 CPUtime=0
/proc/22923/task/22930/stat : 22930 (java) S 22921 22923 22469 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 1012838059 829333504 14803 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22931] ppid=22921 vsize=809896 CPUtime=0
/proc/22923/task/22931/stat : 22931 (java) S 22921 22923 22469 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1012838063 829333504 14803 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22932] ppid=22921 vsize=809896 CPUtime=0.7
/proc/22923/task/22932/stat : 22932 (java) S 22921 22923 22469 0 -1 64 894 0 0 0 70 0 0 0 16 0 13 0 1012838063 829333504 14803 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22933] ppid=22921 vsize=809896 CPUtime=0.98
/proc/22923/task/22933/stat : 22933 (java) R 22921 22923 22469 0 -1 64 2380 0 0 0 97 1 0 0 16 0 13 0 1012838064 829333504 14803 996147200 134512640 134550740 4294956016 18446744073709551615 104032300 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22934] ppid=22921 vsize=809896 CPUtime=0
/proc/22923/task/22934/stat : 22934 (java) S 22921 22923 22469 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1012838064 829333504 14803 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22935] ppid=22921 vsize=809896 CPUtime=0
/proc/22923/task/22935/stat : 22935 (java) S 22921 22923 22469 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1012838064 829333504 14803 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) 809896

[startup+6.30281 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 22936
/proc/meminfo: memFree=1651776/2055920 swapFree=4174728/4192956
[pid=22923] ppid=22921 vsize=809864 CPUtime=6.22
/proc/22923/stat : 22923 (java) S 22921 22923 22469 0 -1 0 17823 0 1 0 611 11 0 0 18 0 13 0 1012838054 829300736 15742 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22923/statm: 202466 15742 1378 9 0 199828 0
[pid=22923/tid=22924] ppid=22921 vsize=809864 CPUtime=4.25
/proc/22923/task/22924/stat : 22924 (java) R 22921 22923 22469 0 -1 64 13571 0 1 0 416 9 0 0 25 0 13 0 1012838056 829300736 15742 996147200 134512640 134550740 4294956016 18446744073709551615 4109889293 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22926] ppid=22921 vsize=809864 CPUtime=0
/proc/22923/task/22926/stat : 22926 (java) S 22921 22923 22469 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 1012838057 829300736 15742 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22927] ppid=22921 vsize=809864 CPUtime=0
/proc/22923/task/22927/stat : 22927 (java) S 22921 22923 22469 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 1012838057 829300736 15742 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22928] ppid=22921 vsize=809864 CPUtime=0
/proc/22923/task/22928/stat : 22928 (java) S 22921 22923 22469 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 1012838059 829300736 15742 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22929] ppid=22921 vsize=809864 CPUtime=0
/proc/22923/task/22929/stat : 22929 (java) S 22921 22923 22469 0 -1 64 8 0 0 0 0 0 0 0 20 0 13 0 1012838059 829300736 15742 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22930] ppid=22921 vsize=809864 CPUtime=0
/proc/22923/task/22930/stat : 22930 (java) S 22921 22923 22469 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 1012838059 829300736 15742 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22931] ppid=22921 vsize=809864 CPUtime=0
/proc/22923/task/22931/stat : 22931 (java) S 22921 22923 22469 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1012838063 829300736 15742 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22932] ppid=22921 vsize=809864 CPUtime=0.85
/proc/22923/task/22932/stat : 22932 (java) S 22921 22923 22469 0 -1 64 1096 0 0 0 85 0 0 0 16 0 13 0 1012838063 829300736 15742 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22933] ppid=22921 vsize=809864 CPUtime=1.09
/proc/22923/task/22933/stat : 22933 (java) S 22921 22923 22469 0 -1 64 2390 0 0 0 108 1 0 0 16 0 13 0 1012838064 829300736 15742 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22934] ppid=22921 vsize=809864 CPUtime=0
/proc/22923/task/22934/stat : 22934 (java) S 22921 22923 22469 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1012838064 829300736 15742 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22935] ppid=22921 vsize=809864 CPUtime=0
/proc/22923/task/22935/stat : 22935 (java) S 22921 22923 22469 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1012838064 829300736 15742 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22936] ppid=22921 vsize=809864 CPUtime=0
/proc/22923/task/22936/stat : 22936 (java) S 22921 22923 22469 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 1012838305 829300736 15742 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 809864

[startup+12.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 22936
/proc/meminfo: memFree=1646208/2055920 swapFree=4174728/4192956
[pid=22923] ppid=22921 vsize=809800 CPUtime=12.55
/proc/22923/stat : 22923 (java) S 22921 22923 22469 0 -1 0 19031 0 1 0 1243 12 0 0 18 0 13 0 1012838054 829235200 16948 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22923/statm: 202450 16948 1378 9 0 199812 0
[pid=22923/tid=22924] ppid=22921 vsize=809800 CPUtime=10.54
/proc/22923/task/22924/stat : 22924 (java) R 22921 22923 22469 0 -1 64 14776 0 1 0 1044 10 0 0 25 0 13 0 1012838056 829235200 16948 996147200 134512640 134550740 4294956016 18446744073709551615 4109816154 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22926] ppid=22921 vsize=809800 CPUtime=0
/proc/22923/task/22926/stat : 22926 (java) S 22921 22923 22469 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 1012838057 829235200 16948 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22927] ppid=22921 vsize=809800 CPUtime=0
/proc/22923/task/22927/stat : 22927 (java) S 22921 22923 22469 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 1012838057 829235200 16948 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22928] ppid=22921 vsize=809800 CPUtime=0
/proc/22923/task/22928/stat : 22928 (java) S 22921 22923 22469 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 1012838059 829235200 16948 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22929] ppid=22921 vsize=809800 CPUtime=0
/proc/22923/task/22929/stat : 22929 (java) S 22921 22923 22469 0 -1 64 8 0 0 0 0 0 0 0 20 0 13 0 1012838059 829235200 16948 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22930] ppid=22921 vsize=809800 CPUtime=0
/proc/22923/task/22930/stat : 22930 (java) S 22921 22923 22469 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 1012838059 829235200 16948 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22931] ppid=22921 vsize=809800 CPUtime=0
/proc/22923/task/22931/stat : 22931 (java) S 22921 22923 22469 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1012838063 829235200 16948 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22932] ppid=22921 vsize=809800 CPUtime=0.88
/proc/22923/task/22932/stat : 22932 (java) S 22921 22923 22469 0 -1 64 1098 0 0 0 88 0 0 0 16 0 13 0 1012838063 829235200 16948 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22933] ppid=22921 vsize=809800 CPUtime=1.1
/proc/22923/task/22933/stat : 22933 (java) S 22921 22923 22469 0 -1 64 2391 0 0 0 109 1 0 0 17 0 13 0 1012838064 829235200 16948 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22934] ppid=22921 vsize=809800 CPUtime=0
/proc/22923/task/22934/stat : 22934 (java) S 22921 22923 22469 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1012838064 829235200 16948 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22935] ppid=22921 vsize=809800 CPUtime=0
/proc/22923/task/22935/stat : 22935 (java) S 22921 22923 22469 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1012838064 829235200 16948 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22936] ppid=22921 vsize=809800 CPUtime=0
/proc/22923/task/22936/stat : 22936 (java) S 22921 22923 22469 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 1012838305 829235200 16948 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 809800

[startup+25.5025 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 22936
/proc/meminfo: memFree=1640576/2055920 swapFree=4174728/4192956
[pid=22923] ppid=22921 vsize=809800 CPUtime=25.24
/proc/22923/stat : 22923 (java) S 22921 22923 22469 0 -1 0 20391 0 1 0 2510 14 0 0 18 0 13 0 1012838054 829235200 18308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22923/statm: 202450 18308 1378 9 0 199812 0

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

[pid=22923] ppid=22921 vsize=814928 CPUtime=1600.26
/proc/22923/stat : 22923 (java) S 22921 22923 22469 0 -1 0 57330 0 1 0 159992 34 0 0 18 0 13 0 1012838054 834486272 52887 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22923/statm: 203732 52887 1383 9 0 201094 0
[pid=22923/tid=22924] ppid=22921 vsize=814928 CPUtime=1596.89
/proc/22923/task/22924/stat : 22924 (java) R 22921 22923 22469 0 -1 64 17000 0 1 0 159672 17 0 0 25 0 13 0 1012838056 834486272 52887 996147200 134512640 134550740 4294956016 18446744073709551615 4109856255 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22926] ppid=22921 vsize=814928 CPUtime=0.7
/proc/22923/task/22926/stat : 22926 (java) S 22921 22923 22469 0 -1 64 20292 0 0 0 62 8 0 0 20 0 13 0 1012838057 834486272 52887 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22927] ppid=22921 vsize=814928 CPUtime=0.6
/proc/22923/task/22927/stat : 22927 (java) S 22921 22923 22469 0 -1 64 15754 0 0 0 54 6 0 0 16 0 13 0 1012838057 834486272 52887 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22928] ppid=22921 vsize=814928 CPUtime=0
/proc/22923/task/22928/stat : 22928 (java) S 22921 22923 22469 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 1012838059 834486272 52887 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22929] ppid=22921 vsize=814928 CPUtime=0
/proc/22923/task/22929/stat : 22929 (java) S 22921 22923 22469 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 1012838059 834486272 52887 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22930] ppid=22921 vsize=814928 CPUtime=0
/proc/22923/task/22930/stat : 22930 (java) S 22921 22923 22469 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1012838059 834486272 52887 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22931] ppid=22921 vsize=814928 CPUtime=0
/proc/22923/task/22931/stat : 22931 (java) S 22921 22923 22469 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1012838063 834486272 52887 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22932] ppid=22921 vsize=814928 CPUtime=0.9
/proc/22923/task/22932/stat : 22932 (java) S 22921 22923 22469 0 -1 64 1099 0 0 0 90 0 0 0 16 0 13 0 1012838063 834486272 52887 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22923/tid=22933] ppid=22921 vsize=814928 CPUtime=1.12
/proc/22923/task/22933/stat : 22933 (java) S 22921 22923 22469 0 -1 64 2391 0 0 0 111 1 0 0 17 0 13 0 1012838064 834486272 52887 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22934] ppid=22921 vsize=814928 CPUtime=0
/proc/22923/task/22934/stat : 22934 (java) S 22921 22923 22469 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1012838064 834486272 52887 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22935] ppid=22921 vsize=814928 CPUtime=0
/proc/22923/task/22935/stat : 22935 (java) S 22921 22923 22469 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1012838064 834486272 52887 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22936] ppid=22921 vsize=814928 CPUtime=0
/proc/22923/task/22936/stat : 22936 (java) S 22921 22923 22469 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 1012838305 834486272 52887 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1600.26
Current children cumulated vsize (KiB) 814928

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 22992
/proc/meminfo: memFree=1512632/2055920 swapFree=4174728/4192956
[pid=22923] ppid=22921 vsize=814928 CPUtime=1659.7
/proc/22923/stat : 22923 (java) S 22921 22923 22469 0 -1 0 57330 0 1 0 165935 35 0 0 18 0 13 0 1012838054 834486272 52887 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22923/statm: 203732 52887 1383 9 0 201094 0
[pid=22923/tid=22924] ppid=22921 vsize=814928 CPUtime=1656.32
/proc/22923/task/22924/stat : 22924 (java) R 22921 22923 22469 0 -1 64 17000 0 1 0 165615 17 0 0 25 0 13 0 1012838056 834486272 52887 996147200 134512640 134550740 4294956016 18446744073709551615 4109815994 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22926] ppid=22921 vsize=814928 CPUtime=0.7
/proc/22923/task/22926/stat : 22926 (java) S 22921 22923 22469 0 -1 64 20292 0 0 0 62 8 0 0 20 0 13 0 1012838057 834486272 52887 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22927] ppid=22921 vsize=814928 CPUtime=0.6
/proc/22923/task/22927/stat : 22927 (java) S 22921 22923 22469 0 -1 64 15754 0 0 0 54 6 0 0 16 0 13 0 1012838057 834486272 52887 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22928] ppid=22921 vsize=814928 CPUtime=0
/proc/22923/task/22928/stat : 22928 (java) S 22921 22923 22469 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 1012838059 834486272 52887 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22929] ppid=22921 vsize=814928 CPUtime=0
/proc/22923/task/22929/stat : 22929 (java) S 22921 22923 22469 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 1012838059 834486272 52887 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22930] ppid=22921 vsize=814928 CPUtime=0
/proc/22923/task/22930/stat : 22930 (java) S 22921 22923 22469 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1012838059 834486272 52887 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22931] ppid=22921 vsize=814928 CPUtime=0
/proc/22923/task/22931/stat : 22931 (java) S 22921 22923 22469 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1012838063 834486272 52887 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22932] ppid=22921 vsize=814928 CPUtime=0.9
/proc/22923/task/22932/stat : 22932 (java) S 22921 22923 22469 0 -1 64 1099 0 0 0 90 0 0 0 16 0 13 0 1012838063 834486272 52887 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22923/tid=22933] ppid=22921 vsize=814928 CPUtime=1.12
/proc/22923/task/22933/stat : 22933 (java) S 22921 22923 22469 0 -1 64 2391 0 0 0 111 1 0 0 17 0 13 0 1012838064 834486272 52887 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22934] ppid=22921 vsize=814928 CPUtime=0
/proc/22923/task/22934/stat : 22934 (java) S 22921 22923 22469 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1012838064 834486272 52887 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22935] ppid=22921 vsize=814928 CPUtime=0
/proc/22923/task/22935/stat : 22935 (java) S 22921 22923 22469 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1012838064 834486272 52887 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22936] ppid=22921 vsize=814928 CPUtime=0
/proc/22923/task/22936/stat : 22936 (java) S 22921 22923 22469 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 1012838305 834486272 52887 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1659.7
Current children cumulated vsize (KiB) 814928

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 22992
/proc/meminfo: memFree=1512504/2055920 swapFree=4174728/4192956
[pid=22923] ppid=22921 vsize=814928 CPUtime=1719.13
/proc/22923/stat : 22923 (java) S 22921 22923 22469 0 -1 0 57330 0 1 0 171878 35 0 0 18 0 13 0 1012838054 834486272 52887 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22923/statm: 203732 52887 1383 9 0 201094 0
[pid=22923/tid=22924] ppid=22921 vsize=814928 CPUtime=1715.76
/proc/22923/task/22924/stat : 22924 (java) R 22921 22923 22469 0 -1 64 17000 0 1 0 171559 17 0 0 25 0 13 0 1012838056 834486272 52887 996147200 134512640 134550740 4294956016 18446744073709551615 4109856255 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22926] ppid=22921 vsize=814928 CPUtime=0.7
/proc/22923/task/22926/stat : 22926 (java) S 22921 22923 22469 0 -1 64 20292 0 0 0 62 8 0 0 20 0 13 0 1012838057 834486272 52887 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22927] ppid=22921 vsize=814928 CPUtime=0.6
/proc/22923/task/22927/stat : 22927 (java) S 22921 22923 22469 0 -1 64 15754 0 0 0 54 6 0 0 16 0 13 0 1012838057 834486272 52887 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22928] ppid=22921 vsize=814928 CPUtime=0
/proc/22923/task/22928/stat : 22928 (java) S 22921 22923 22469 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 1012838059 834486272 52887 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22929] ppid=22921 vsize=814928 CPUtime=0
/proc/22923/task/22929/stat : 22929 (java) S 22921 22923 22469 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 1012838059 834486272 52887 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22930] ppid=22921 vsize=814928 CPUtime=0
/proc/22923/task/22930/stat : 22930 (java) S 22921 22923 22469 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1012838059 834486272 52887 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22931] ppid=22921 vsize=814928 CPUtime=0
/proc/22923/task/22931/stat : 22931 (java) S 22921 22923 22469 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1012838063 834486272 52887 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22932] ppid=22921 vsize=814928 CPUtime=0.9
/proc/22923/task/22932/stat : 22932 (java) S 22921 22923 22469 0 -1 64 1099 0 0 0 90 0 0 0 16 0 13 0 1012838063 834486272 52887 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22923/tid=22933] ppid=22921 vsize=814928 CPUtime=1.12
/proc/22923/task/22933/stat : 22933 (java) S 22921 22923 22469 0 -1 64 2391 0 0 0 111 1 0 0 17 0 13 0 1012838064 834486272 52887 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22934] ppid=22921 vsize=814928 CPUtime=0
/proc/22923/task/22934/stat : 22934 (java) S 22921 22923 22469 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1012838064 834486272 52887 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22935] ppid=22921 vsize=814928 CPUtime=0
/proc/22923/task/22935/stat : 22935 (java) S 22921 22923 22469 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1012838064 834486272 52887 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22936] ppid=22921 vsize=814928 CPUtime=0
/proc/22923/task/22936/stat : 22936 (java) S 22921 22923 22469 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 1012838305 834486272 52887 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1719.13
Current children cumulated vsize (KiB) 814928

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 22992
/proc/meminfo: memFree=1512184/2055920 swapFree=4174728/4192956
[pid=22923] ppid=22921 vsize=814928 CPUtime=1778.56
/proc/22923/stat : 22923 (java) S 22921 22923 22469 0 -1 0 57330 0 1 0 177821 35 0 0 18 0 13 0 1012838054 834486272 52887 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22923/statm: 203732 52887 1383 9 0 201094 0
[pid=22923/tid=22924] ppid=22921 vsize=814928 CPUtime=1775.19
/proc/22923/task/22924/stat : 22924 (java) R 22921 22923 22469 0 -1 64 17000 0 1 0 177502 17 0 0 25 0 13 0 1012838056 834486272 52887 996147200 134512640 134550740 4294956016 18446744073709551615 4109856255 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22926] ppid=22921 vsize=814928 CPUtime=0.7
/proc/22923/task/22926/stat : 22926 (java) S 22921 22923 22469 0 -1 64 20292 0 0 0 62 8 0 0 20 0 13 0 1012838057 834486272 52887 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22927] ppid=22921 vsize=814928 CPUtime=0.6
/proc/22923/task/22927/stat : 22927 (java) S 22921 22923 22469 0 -1 64 15754 0 0 0 54 6 0 0 16 0 13 0 1012838057 834486272 52887 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22928] ppid=22921 vsize=814928 CPUtime=0
/proc/22923/task/22928/stat : 22928 (java) S 22921 22923 22469 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 1012838059 834486272 52887 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22929] ppid=22921 vsize=814928 CPUtime=0
/proc/22923/task/22929/stat : 22929 (java) S 22921 22923 22469 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 1012838059 834486272 52887 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22930] ppid=22921 vsize=814928 CPUtime=0
/proc/22923/task/22930/stat : 22930 (java) S 22921 22923 22469 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1012838059 834486272 52887 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22931] ppid=22921 vsize=814928 CPUtime=0
/proc/22923/task/22931/stat : 22931 (java) S 22921 22923 22469 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1012838063 834486272 52887 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22932] ppid=22921 vsize=814928 CPUtime=0.9
/proc/22923/task/22932/stat : 22932 (java) S 22921 22923 22469 0 -1 64 1099 0 0 0 90 0 0 0 16 0 13 0 1012838063 834486272 52887 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22923/tid=22933] ppid=22921 vsize=814928 CPUtime=1.12
/proc/22923/task/22933/stat : 22933 (java) S 22921 22923 22469 0 -1 64 2391 0 0 0 111 1 0 0 17 0 13 0 1012838064 834486272 52887 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22934] ppid=22921 vsize=814928 CPUtime=0
/proc/22923/task/22934/stat : 22934 (java) S 22921 22923 22469 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1012838064 834486272 52887 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22935] ppid=22921 vsize=814928 CPUtime=0
/proc/22923/task/22935/stat : 22935 (java) S 22921 22923 22469 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1012838064 834486272 52887 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22936] ppid=22921 vsize=814928 CPUtime=0
/proc/22923/task/22936/stat : 22936 (java) S 22921 22923 22469 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 1012838305 834486272 52887 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1778.56
Current children cumulated vsize (KiB) 814928



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.01 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 22992
/proc/meminfo: memFree=1512120/2055920 swapFree=4174728/4192956
[pid=22923] ppid=22921 vsize=814928 CPUtime=1800.06
/proc/22923/stat : 22923 (java) S 22921 22923 22469 0 -1 0 57330 0 1 0 179971 35 0 0 18 0 13 0 1012838054 834486272 52887 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22923/statm: 203732 52887 1383 9 0 201094 0
[pid=22923/tid=22924] ppid=22921 vsize=814928 CPUtime=1796.68
/proc/22923/task/22924/stat : 22924 (java) R 22921 22923 22469 0 -1 64 17000 0 1 0 179651 17 0 0 25 0 13 0 1012838056 834486272 52887 996147200 134512640 134550740 4294956016 18446744073709551615 4109816043 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22926] ppid=22921 vsize=814928 CPUtime=0.7
/proc/22923/task/22926/stat : 22926 (java) S 22921 22923 22469 0 -1 64 20292 0 0 0 62 8 0 0 20 0 13 0 1012838057 834486272 52887 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22927] ppid=22921 vsize=814928 CPUtime=0.6
/proc/22923/task/22927/stat : 22927 (java) S 22921 22923 22469 0 -1 64 15754 0 0 0 54 6 0 0 16 0 13 0 1012838057 834486272 52887 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22928] ppid=22921 vsize=814928 CPUtime=0
/proc/22923/task/22928/stat : 22928 (java) S 22921 22923 22469 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 1012838059 834486272 52887 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22929] ppid=22921 vsize=814928 CPUtime=0
/proc/22923/task/22929/stat : 22929 (java) S 22921 22923 22469 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 1012838059 834486272 52887 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22930] ppid=22921 vsize=814928 CPUtime=0
/proc/22923/task/22930/stat : 22930 (java) S 22921 22923 22469 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1012838059 834486272 52887 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22931] ppid=22921 vsize=814928 CPUtime=0
/proc/22923/task/22931/stat : 22931 (java) S 22921 22923 22469 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1012838063 834486272 52887 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22932] ppid=22921 vsize=814928 CPUtime=0.9
/proc/22923/task/22932/stat : 22932 (java) S 22921 22923 22469 0 -1 64 1099 0 0 0 90 0 0 0 16 0 13 0 1012838063 834486272 52887 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22923/tid=22933] ppid=22921 vsize=814928 CPUtime=1.12
/proc/22923/task/22933/stat : 22933 (java) S 22921 22923 22469 0 -1 64 2391 0 0 0 111 1 0 0 17 0 13 0 1012838064 834486272 52887 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22934] ppid=22921 vsize=814928 CPUtime=0
/proc/22923/task/22934/stat : 22934 (java) S 22921 22923 22469 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1012838064 834486272 52887 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22935] ppid=22921 vsize=814928 CPUtime=0
/proc/22923/task/22935/stat : 22935 (java) S 22921 22923 22469 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1012838064 834486272 52887 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22936] ppid=22921 vsize=814928 CPUtime=0
/proc/22923/task/22936/stat : 22936 (java) S 22921 22923 22469 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 1012838305 834486272 52887 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 814928

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 143
Real time (s): 1804.11
CPU time (s): 1800.16
CPU user time (s): 1799.77
CPU system time (s): 0.386941
CPU usage (%): 99.7811
Max. virtual memory (cumulated for all children) (KiB): 814928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.77
system time used= 0.386941
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57348
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= 37225
involuntary context switches= 23738

runsolver used 2.21866 second user time and 6.03808 second system time

The end

Launcher Data (download as text)

Begin job on node35 at 2008-07-05 20:59:15
IDJOB=1098534
IDBENCH=59634
IDSOLVER=344
FILE ID=node35/1098534-1215284355
PBS_JOBID= 7882326
Free space on /tmp= 66444 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/rand-2-40-19/normalized-rand-2-40-19-443-230-24_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1098534-1215284355/watcher-1098534-1215284355 -o /tmp/evaluation-result-1098534-1215284355/solver-1098534-1215284355 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1098534-1215284355.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 82e68fa0fd533f7bfa00e75283a1c751
RANDOM SEED=341115123

node35.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.261
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.261
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:       1709640 kB
Buffers:         49220 kB
Cached:         221120 kB
SwapCached:      12200 kB
Active:         197616 kB
Inactive:        92976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1709640 kB
SwapTotal:     4192956 kB
SwapFree:      4174728 kB
Dirty:            1412 kB
Writeback:           0 kB
Mapped:          27692 kB
Slab:            41000 kB
Committed_AS:  1657048 kB
PageTables:       1824 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= 66472 MiB
End job on node35 at 2008-07-05 21:29:21