Trace number 2091139

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.1? (TO) 1800.49 1805.77

General information on the benchmark

Namecsp/rand-2-50-23/
normalized-rand-2-50-23-587-230-27_ext.xml
MD5SUMc035e9e17573b95fb664175671593747
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark931.788
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints470
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension470
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.14	c That software uses the Rhino library from the Mozilla project.
0.08/0.16	c version 2.1.1.v20090622
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version	1.6.0_12
0.08/0.16	c os.name	Linux
0.08/0.16	c os.version	2.6.9-22.EL.rootsmp
0.08/0.16	c os.arch	i386
0.08/0.16	c Free memory 671000808
0.08/0.16	c Max memory 672137216
0.08/0.16	c Total memory 672137216
0.08/0.16	c Number of processors 2
0.18/0.26	c c --- Begin Solver configuration ---
0.18/0.26	c Stops conflict analysis at the first Unique Implication Point
0.18/0.26	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.26	c Learn all clauses as in MiniSAT
0.18/0.26	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.26	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.26	c Expensive reason simplification
0.18/0.26	c MiniSAT restarts strategy
0.18/0.26	c Memory based learned constraints deletion strategy
0.18/0.26	c timeout=2147483s
0.18/0.26	c DB Simplification allowed=false
0.18/0.26	c --- End Solver configuration ---
0.18/0.26	c solving HOME/instance-2091139-1247392802.xml
0.18/0.26	c reading problem ... 
0.47/0.51	c reading problem named null
0.47/0.51	c reading domains done.
0.47/0.52	c reading variables done.
0.47/0.55	c reading relations done.
1.96/2.00	c reading constraints
2.55/2.62	c done with constraints.
2.55/2.62	c ... done. Wall clock time 2.362s.
2.55/2.62	c #vars     1150
2.55/2.62	c #constraints  63442
2.55/2.62	c constraints type 
2.55/2.62	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 785
2.55/2.62	c org.sat4j.minisat.constraints.card.AtLeast => 50
2.55/2.62	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 62607
1800.09/1805.51	c starts		: 19
1800.09/1805.51	c conflicts		: 388236
1800.09/1805.51	c decisions		: 513332
1800.09/1805.51	c propagations		: 36216497
1800.09/1805.51	c inspects		: 4345691972
1800.09/1805.51	c learnt literals	: 0
1800.09/1805.51	c learnt binary clauses	: 0
1800.09/1805.51	c learnt ternary clauses	: 8
1800.09/1805.51	c learnt clauses	: 388236
1800.09/1805.51	c ignored clauses	: 0
1800.09/1805.51	c root simplifications	: 0
1800.09/1805.51	c removed literals (reason simplification)	: 29736657
1800.09/1805.51	c reason swapping (by a shorter reason)	: 0
1800.09/1805.51	c Calls to reduceDB	: 0
1800.09/1805.51	c speed (assignments/second)	: 20088.01530430847
1800.09/1805.51	c non guided choices	142
1800.39/1805.71	c learnt constraints type 
1800.39/1805.71	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 388251
1800.39/1805.71	c constraints type 
1800.39/1805.71	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 785
1800.39/1805.71	c org.sat4j.minisat.constraints.card.AtLeast => 50
1800.39/1805.72	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 62607
1800.39/1805.72	s UNKNOWN
1800.39/1805.72	c Total wall clock time (in seconds) : 1805.254

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2091139-1247392802/watcher-2091139-1247392802 -o /tmp/evaluation-result-2091139-1247392802/solver-2091139-1247392802 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2091139-1247392802.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.18 2.13 2.00 3/74 26062
/proc/meminfo: memFree=1797520/2055920 swapFree=4192812/4192956
[pid=26062] ppid=26060 vsize=13208 CPUtime=0
/proc/26062/stat : 26062 (java) S 26060 26062 23899 0 -1 0 721 0 0 0 0 0 0 0 18 0 2 0 26347211 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/26062/statm: 3302 521 219 9 0 1186 0
[pid=26062/tid=26063] ppid=26060 vsize=13208 CPUtime=0
/proc/26062/task/26063/stat : 26063 (java) R 26060 26062 23899 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 26347212 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 10543064 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0946839 s]
/proc/loadavg: 2.18 2.13 2.00 3/74 26062
/proc/meminfo: memFree=1797520/2055920 swapFree=4192812/4192956
[pid=26062] ppid=26060 vsize=802164 CPUtime=0.08
/proc/26062/stat : 26062 (java) S 26060 26062 23899 0 -1 0 2886 0 1 0 6 2 0 0 18 0 7 0 26347211 821415936 2631 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/26062/statm: 200541 2631 1040 9 0 197892 0
[pid=26062/tid=26063] ppid=26060 vsize=802164 CPUtime=0.06
/proc/26062/task/26063/stat : 26063 (java) R 26060 26062 23899 0 -1 64 2145 0 1 0 5 1 0 0 17 0 7 0 26347212 821415936 2631 996147200 134512640 134550932 4294956016 18446744073709551615 10163164 0 4 0 16800971 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 802164

[startup+0.102681 s]
/proc/loadavg: 2.18 2.13 2.00 3/74 26062
/proc/meminfo: memFree=1797520/2055920 swapFree=4192812/4192956
[pid=26062] ppid=26060 vsize=804428 CPUtime=0.08
/proc/26062/stat : 26062 (java) S 26060 26062 23899 0 -1 0 2974 0 1 0 6 2 0 0 18 0 12 0 26347211 823734272 2717 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26062/statm: 201107 2717 1077 9 0 198441 0
[pid=26062/tid=26063] ppid=26060 vsize=804428 CPUtime=0.07
/proc/26062/task/26063/stat : 26063 (java) R 26060 26062 23899 0 -1 64 2217 0 1 0 6 1 0 0 21 0 12 0 26347212 823734272 2717 996147200 134512640 134550932 4294956016 18446744073709551615 10163164 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804428

[startup+0.301706 s]
/proc/loadavg: 2.18 2.13 2.00 3/74 26062
/proc/meminfo: memFree=1797520/2055920 swapFree=4192812/4192956
[pid=26062] ppid=26060 vsize=805628 CPUtime=0.27
/proc/26062/stat : 26062 (java) S 26060 26062 23899 0 -1 0 4244 0 1 0 23 4 0 0 18 0 12 0 26347211 824963072 3981 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26062/statm: 201407 3981 1358 9 0 198734 0
[pid=26062/tid=26063] ppid=26060 vsize=805628 CPUtime=0.2
/proc/26062/task/26063/stat : 26063 (java) R 26060 26062 23899 0 -1 64 3005 0 1 0 17 3 0 0 18 0 12 0 26347212 824963072 3981 996147200 134512640 134550932 4294956016 18446744073709551615 105892959 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 805628

[startup+0.701745 s]
/proc/loadavg: 2.18 2.13 2.00 3/74 26062
/proc/meminfo: memFree=1797520/2055920 swapFree=4192812/4192956
[pid=26062] ppid=26060 vsize=807356 CPUtime=0.67
/proc/26062/stat : 26062 (java) S 26060 26062 23899 0 -1 0 5748 0 1 0 61 6 0 0 18 0 12 0 26347211 826732544 5241 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26062/statm: 201839 5241 1389 9 0 199166 0
[pid=26062/tid=26063] ppid=26060 vsize=807356 CPUtime=0.42
/proc/26062/task/26063/stat : 26063 (java) R 26060 26062 23899 0 -1 64 3836 0 1 0 38 4 0 0 20 0 12 0 26347212 826732544 5241 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 807356

[startup+1.50282 s]
/proc/loadavg: 2.18 2.13 2.00 4/86 26074
/proc/meminfo: memFree=1779952/2055920 swapFree=4192812/4192956
[pid=26062] ppid=26060 vsize=809008 CPUtime=1.47
/proc/26062/stat : 26062 (java) S 26060 26062 23899 0 -1 0 9298 0 1 0 139 8 0 0 18 0 12 0 26347211 828424192 7753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26062/statm: 202252 7753 1407 9 0 199579 0
[pid=26062/tid=26063] ppid=26060 vsize=809008 CPUtime=0.68
/proc/26062/task/26063/stat : 26063 (java) R 26060 26062 23899 0 -1 64 5864 0 1 0 63 5 0 0 22 0 12 0 26347212 828424192 7753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26065] ppid=26060 vsize=809008 CPUtime=0
/proc/26062/task/26065/stat : 26065 (java) S 26060 26062 23899 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 26347214 828424192 7753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26066] ppid=26060 vsize=809008 CPUtime=0
/proc/26062/task/26066/stat : 26066 (java) S 26060 26062 23899 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 26347214 828424192 7753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26067] ppid=26060 vsize=809008 CPUtime=0
/proc/26062/task/26067/stat : 26067 (java) S 26060 26062 23899 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 26347216 828424192 7753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26068] ppid=26060 vsize=809008 CPUtime=0
/proc/26062/task/26068/stat : 26068 (java) S 26060 26062 23899 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 26347216 828424192 7753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26069] ppid=26060 vsize=809008 CPUtime=0
/proc/26062/task/26069/stat : 26069 (java) S 26060 26062 23899 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 26347216 828424192 7753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26070] ppid=26060 vsize=809008 CPUtime=0
/proc/26062/task/26070/stat : 26070 (java) S 26060 26062 23899 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 26347221 828424192 7753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26071] ppid=26060 vsize=809008 CPUtime=0
/proc/26062/task/26071/stat : 26071 (java) S 26060 26062 23899 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 26347221 828424192 7753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26072] ppid=26060 vsize=809008 CPUtime=0.76
/proc/26062/task/26072/stat : 26072 (java) R 26060 26062 23899 0 -1 64 2677 0 0 0 75 1 0 0 17 0 12 0 26347221 828424192 7753 996147200 134512640 134550932 4294956016 18446744073709551615 103986924 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26073] ppid=26060 vsize=809008 CPUtime=0
/proc/26062/task/26073/stat : 26073 (java) S 26060 26062 23899 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 26347221 828424192 7753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26074] ppid=26060 vsize=809008 CPUtime=0
/proc/26062/task/26074/stat : 26074 (java) S 26060 26062 23899 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 26347221 828424192 7753 996147200 134512640 134550932 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) 809008

[startup+3.10299 s]
/proc/loadavg: 2.18 2.13 2.00 4/86 26074
/proc/meminfo: memFree=1724912/2055920 swapFree=4192812/4192956
[pid=26062] ppid=26060 vsize=810244 CPUtime=3.05
/proc/26062/stat : 26062 (java) S 26060 26062 23899 0 -1 0 21798 0 1 0 290 15 0 0 18 0 13 0 26347211 829689856 19725 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26062/statm: 202561 19725 1441 9 0 199888 0
[pid=26062/tid=26063] ppid=26060 vsize=810244 CPUtime=1.42
/proc/26062/task/26063/stat : 26063 (java) R 26060 26062 23899 0 -1 64 16933 0 1 0 130 12 0 0 25 0 13 0 26347212 829689856 19725 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26065] ppid=26060 vsize=810244 CPUtime=0.01
/proc/26062/task/26065/stat : 26065 (java) S 26060 26062 23899 0 -1 64 438 0 0 0 1 0 0 0 17 0 13 0 26347214 829689856 19725 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26066] ppid=26060 vsize=810244 CPUtime=0
/proc/26062/task/26066/stat : 26066 (java) S 26060 26062 23899 0 -1 64 156 0 0 0 0 0 0 0 17 0 13 0 26347214 829689856 19725 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26067] ppid=26060 vsize=810244 CPUtime=0
/proc/26062/task/26067/stat : 26067 (java) S 26060 26062 23899 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 26347216 829689856 19725 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26068] ppid=26060 vsize=810244 CPUtime=0
/proc/26062/task/26068/stat : 26068 (java) S 26060 26062 23899 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 26347216 829689856 19725 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26069] ppid=26060 vsize=810244 CPUtime=0
/proc/26062/task/26069/stat : 26069 (java) S 26060 26062 23899 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 26347216 829689856 19725 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26070] ppid=26060 vsize=810244 CPUtime=0
/proc/26062/task/26070/stat : 26070 (java) S 26060 26062 23899 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 26347221 829689856 19725 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26071] ppid=26060 vsize=810244 CPUtime=0
/proc/26062/task/26071/stat : 26071 (java) S 26060 26062 23899 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 26347221 829689856 19725 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26072] ppid=26060 vsize=810244 CPUtime=1.58
/proc/26062/task/26072/stat : 26072 (java) R 26060 26062 23899 0 -1 64 3503 0 0 0 156 2 0 0 17 0 13 0 26347221 829689856 19725 996147200 134512640 134550932 4294956016 18446744073709551615 102394026 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26073] ppid=26060 vsize=810244 CPUtime=0
/proc/26062/task/26073/stat : 26073 (java) S 26060 26062 23899 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 26347221 829689856 19725 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26074] ppid=26060 vsize=810244 CPUtime=0
/proc/26062/task/26074/stat : 26074 (java) S 26060 26062 23899 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 26347221 829689856 19725 996147200 134512640 134550932 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) 810244

[startup+6.3023 s]
/proc/loadavg: 2.32 2.16 2.01 3/87 26075
/proc/meminfo: memFree=1723240/2055920 swapFree=4192812/4192956
[pid=26062] ppid=26060 vsize=810148 CPUtime=6.21
/proc/26062/stat : 26062 (java) S 26060 26062 23899 0 -1 0 22000 0 1 0 606 15 0 0 18 0 13 0 26347211 829591552 19746 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26062/statm: 202537 19746 1445 9 0 199864 0
[pid=26062/tid=26063] ppid=26060 vsize=810148 CPUtime=4.3
/proc/26062/task/26063/stat : 26063 (java) R 26060 26062 23899 0 -1 64 16938 0 1 0 418 12 0 0 25 0 13 0 26347212 829591552 19746 996147200 134512640 134550932 4294956016 18446744073709551615 4109787954 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26065] ppid=26060 vsize=810148 CPUtime=0.01
/proc/26062/task/26065/stat : 26065 (java) S 26060 26062 23899 0 -1 64 438 0 0 0 1 0 0 0 17 0 13 0 26347214 829591552 19746 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26066] ppid=26060 vsize=810148 CPUtime=0
/proc/26062/task/26066/stat : 26066 (java) S 26060 26062 23899 0 -1 64 156 0 0 0 0 0 0 0 17 0 13 0 26347214 829591552 19746 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26067] ppid=26060 vsize=810148 CPUtime=0
/proc/26062/task/26067/stat : 26067 (java) S 26060 26062 23899 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 26347216 829591552 19746 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26068] ppid=26060 vsize=810148 CPUtime=0
/proc/26062/task/26068/stat : 26068 (java) S 26060 26062 23899 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 26347216 829591552 19746 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26069] ppid=26060 vsize=810148 CPUtime=0
/proc/26062/task/26069/stat : 26069 (java) S 26060 26062 23899 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 26347216 829591552 19746 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26070] ppid=26060 vsize=810148 CPUtime=0
/proc/26062/task/26070/stat : 26070 (java) S 26060 26062 23899 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 26347221 829591552 19746 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26071] ppid=26060 vsize=810148 CPUtime=0
/proc/26062/task/26071/stat : 26071 (java) S 26060 26062 23899 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 26347221 829591552 19746 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26072] ppid=26060 vsize=810148 CPUtime=1.87
/proc/26062/task/26072/stat : 26072 (java) S 26060 26062 23899 0 -1 64 3700 0 0 0 185 2 0 0 16 0 13 0 26347221 829591552 19746 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26073] ppid=26060 vsize=810148 CPUtime=0
/proc/26062/task/26073/stat : 26073 (java) S 26060 26062 23899 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 26347221 829591552 19746 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26074] ppid=26060 vsize=810148 CPUtime=0
/proc/26062/task/26074/stat : 26074 (java) S 26060 26062 23899 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 26347221 829591552 19746 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26075] ppid=26060 vsize=810148 CPUtime=0
/proc/26062/task/26075/stat : 26075 (java) S 26060 26062 23899 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 26347474 829591552 19746 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 810148

[startup+12.7019 s]
/proc/loadavg: 2.38 2.17 2.01 3/87 26075
/proc/meminfo: memFree=1723304/2055920 swapFree=4192812/4192956
[pid=26062] ppid=26060 vsize=810148 CPUtime=12.55
/proc/26062/stat : 26062 (java) S 26060 26062 23899 0 -1 0 22006 0 1 0 1240 15 0 0 18 0 13 0 26347211 829591552 19750 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26062/statm: 202537 19750 1445 9 0 199864 0
[pid=26062/tid=26063] ppid=26060 vsize=810148 CPUtime=10.54
/proc/26062/task/26063/stat : 26063 (java) R 26060 26062 23899 0 -1 64 16940 0 1 0 1042 12 0 0 25 0 13 0 26347212 829591552 19750 996147200 134512640 134550932 4294956016 18446744073709551615 4109742399 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26065] ppid=26060 vsize=810148 CPUtime=0.01
/proc/26062/task/26065/stat : 26065 (java) S 26060 26062 23899 0 -1 64 438 0 0 0 1 0 0 0 17 0 13 0 26347214 829591552 19750 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26066] ppid=26060 vsize=810148 CPUtime=0
/proc/26062/task/26066/stat : 26066 (java) S 26060 26062 23899 0 -1 64 156 0 0 0 0 0 0 0 17 0 13 0 26347214 829591552 19750 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26067] ppid=26060 vsize=810148 CPUtime=0
/proc/26062/task/26067/stat : 26067 (java) S 26060 26062 23899 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 26347216 829591552 19750 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26068] ppid=26060 vsize=810148 CPUtime=0
/proc/26062/task/26068/stat : 26068 (java) S 26060 26062 23899 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 26347216 829591552 19750 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26069] ppid=26060 vsize=810148 CPUtime=0
/proc/26062/task/26069/stat : 26069 (java) S 26060 26062 23899 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 26347216 829591552 19750 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26070] ppid=26060 vsize=810148 CPUtime=0
/proc/26062/task/26070/stat : 26070 (java) S 26060 26062 23899 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 26347221 829591552 19750 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26071] ppid=26060 vsize=810148 CPUtime=0
/proc/26062/task/26071/stat : 26071 (java) S 26060 26062 23899 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 26347221 829591552 19750 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26072] ppid=26060 vsize=810148 CPUtime=1.97
/proc/26062/task/26072/stat : 26072 (java) S 26060 26062 23899 0 -1 64 3704 0 0 0 195 2 0 0 17 0 13 0 26347221 829591552 19750 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26073] ppid=26060 vsize=810148 CPUtime=0
/proc/26062/task/26073/stat : 26073 (java) S 26060 26062 23899 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 26347221 829591552 19750 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26074] ppid=26060 vsize=810148 CPUtime=0
/proc/26062/task/26074/stat : 26074 (java) S 26060 26062 23899 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 26347221 829591552 19750 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26075] ppid=26060 vsize=810148 CPUtime=0
/proc/26062/task/26075/stat : 26075 (java) S 26060 26062 23899 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 26347474 829591552 19750 996147200 134512640 134550932 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) 810148

[startup+25.5022 s]
/proc/loadavg: 2.43 2.20 2.02 3/87 26075
/proc/meminfo: memFree=1723304/2055920 swapFree=4192812/4192956
[pid=26062] ppid=26060 vsize=810148 CPUtime=25.23
/proc/26062/stat : 26062 (java) S 26060 26062 23899 0 -1 0 22006 0 1 0 2508 15 0 0 18 0 13 0 26347211 829591552 19750 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26062/statm: 202537 19750 1445 9 0 199864 0
[pid=26062/tid=26063] ppid=26060 vsize=810148 CPUtime=23.21

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

[pid=26062] ppid=26060 vsize=810148 CPUtime=1716.92
/proc/26062/stat : 26062 (java) S 26060 26062 23899 0 -1 0 67260 0 1 0 171652 40 0 0 18 0 13 0 26347211 829591552 60014 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26062/statm: 202537 60014 1445 9 0 199864 0
[pid=26062/tid=26063] ppid=26060 vsize=810148 CPUtime=1714.01
/proc/26062/task/26063/stat : 26063 (java) R 26060 26062 23899 0 -1 64 16943 0 1 0 171384 17 0 0 25 0 13 0 26347212 829591552 60014 996147200 134512640 134550932 4294956016 18446744073709551615 4109742399 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26062/tid=26065] ppid=26060 vsize=810148 CPUtime=0.42
/proc/26062/task/26065/stat : 26065 (java) S 26060 26062 23899 0 -1 64 21895 0 0 0 33 9 0 0 16 0 13 0 26347214 829591552 60014 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26066] ppid=26060 vsize=810148 CPUtime=0.46
/proc/26062/task/26066/stat : 26066 (java) S 26060 26062 23899 0 -1 64 23949 0 0 0 36 10 0 0 18 0 13 0 26347214 829591552 60014 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26067] ppid=26060 vsize=810148 CPUtime=0
/proc/26062/task/26067/stat : 26067 (java) S 26060 26062 23899 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 26347216 829591552 60014 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26068] ppid=26060 vsize=810148 CPUtime=0
/proc/26062/task/26068/stat : 26068 (java) S 26060 26062 23899 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 26347216 829591552 60014 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26069] ppid=26060 vsize=810148 CPUtime=0
/proc/26062/task/26069/stat : 26069 (java) S 26060 26062 23899 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 26347216 829591552 60014 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26070] ppid=26060 vsize=810148 CPUtime=0
/proc/26062/task/26070/stat : 26070 (java) S 26060 26062 23899 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 26347221 829591552 60014 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26071] ppid=26060 vsize=810148 CPUtime=0
/proc/26062/task/26071/stat : 26071 (java) S 26060 26062 23899 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 26347221 829591552 60014 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26072] ppid=26060 vsize=810148 CPUtime=1.99
/proc/26062/task/26072/stat : 26072 (java) S 26060 26062 23899 0 -1 64 3704 0 0 0 197 2 0 0 17 0 13 0 26347221 829591552 60014 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26073] ppid=26060 vsize=810148 CPUtime=0
/proc/26062/task/26073/stat : 26073 (java) S 26060 26062 23899 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 26347221 829591552 60014 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26074] ppid=26060 vsize=810148 CPUtime=0
/proc/26062/task/26074/stat : 26074 (java) S 26060 26062 23899 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 26347221 829591552 60014 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26062/tid=26075] ppid=26060 vsize=810148 CPUtime=0
/proc/26062/task/26075/stat : 26075 (java) S 26060 26062 23899 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 26347474 829591552 60014 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1716.92
Current children cumulated vsize (KiB) 810148

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 26226
/proc/meminfo: memFree=1578976/2055920 swapFree=4192812/4192956
[pid=26062] ppid=26060 vsize=810148 CPUtime=1776.89
/proc/26062/stat : 26062 (java) S 26060 26062 23899 0 -1 0 67260 0 1 0 177649 40 0 0 18 0 13 0 26347211 829591552 60014 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26062/statm: 202537 60014 1445 9 0 199864 0
[pid=26062/tid=26063] ppid=26060 vsize=810148 CPUtime=1773.98
/proc/26062/task/26063/stat : 26063 (java) R 26060 26062 23899 0 -1 64 16943 0 1 0 177381 17 0 0 25 0 13 0 26347212 829591552 60014 996147200 134512640 134550932 4294956016 18446744073709551615 4109746118 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26062/tid=26065] ppid=26060 vsize=810148 CPUtime=0.42
/proc/26062/task/26065/stat : 26065 (java) S 26060 26062 23899 0 -1 64 21895 0 0 0 33 9 0 0 16 0 13 0 26347214 829591552 60014 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26066] ppid=26060 vsize=810148 CPUtime=0.46
/proc/26062/task/26066/stat : 26066 (java) S 26060 26062 23899 0 -1 64 23949 0 0 0 36 10 0 0 18 0 13 0 26347214 829591552 60014 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26067] ppid=26060 vsize=810148 CPUtime=0
/proc/26062/task/26067/stat : 26067 (java) S 26060 26062 23899 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 26347216 829591552 60014 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26068] ppid=26060 vsize=810148 CPUtime=0
/proc/26062/task/26068/stat : 26068 (java) S 26060 26062 23899 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 26347216 829591552 60014 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26069] ppid=26060 vsize=810148 CPUtime=0
/proc/26062/task/26069/stat : 26069 (java) S 26060 26062 23899 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 26347216 829591552 60014 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26070] ppid=26060 vsize=810148 CPUtime=0
/proc/26062/task/26070/stat : 26070 (java) S 26060 26062 23899 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 26347221 829591552 60014 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26071] ppid=26060 vsize=810148 CPUtime=0
/proc/26062/task/26071/stat : 26071 (java) S 26060 26062 23899 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 26347221 829591552 60014 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26072] ppid=26060 vsize=810148 CPUtime=1.99
/proc/26062/task/26072/stat : 26072 (java) S 26060 26062 23899 0 -1 64 3704 0 0 0 197 2 0 0 17 0 13 0 26347221 829591552 60014 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26073] ppid=26060 vsize=810148 CPUtime=0
/proc/26062/task/26073/stat : 26073 (java) S 26060 26062 23899 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 26347221 829591552 60014 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26074] ppid=26060 vsize=810148 CPUtime=0
/proc/26062/task/26074/stat : 26074 (java) S 26060 26062 23899 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 26347221 829591552 60014 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26062/tid=26075] ppid=26060 vsize=810148 CPUtime=0
/proc/26062/task/26075/stat : 26075 (java) S 26060 26062 23899 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 26347474 829591552 60014 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1776.89
Current children cumulated vsize (KiB) 810148



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 26226
/proc/meminfo: memFree=1578656/2055920 swapFree=4192812/4192956
[pid=26062] ppid=26060 vsize=810148 CPUtime=1800.09
/proc/26062/stat : 26062 (java) S 26060 26062 23899 0 -1 0 67260 0 1 0 179969 40 0 0 18 0 13 0 26347211 829591552 60014 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26062/statm: 202537 60014 1445 9 0 199864 0
[pid=26062/tid=26063] ppid=26060 vsize=810148 CPUtime=1797.18
/proc/26062/task/26063/stat : 26063 (java) R 26060 26062 23899 0 -1 64 16943 0 1 0 179701 17 0 0 25 0 13 0 26347212 829591552 60014 996147200 134512640 134550932 4294956016 18446744073709551615 4109742399 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26062/tid=26065] ppid=26060 vsize=810148 CPUtime=0.42
/proc/26062/task/26065/stat : 26065 (java) S 26060 26062 23899 0 -1 64 21895 0 0 0 33 9 0 0 16 0 13 0 26347214 829591552 60014 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26066] ppid=26060 vsize=810148 CPUtime=0.46
/proc/26062/task/26066/stat : 26066 (java) S 26060 26062 23899 0 -1 64 23949 0 0 0 36 10 0 0 18 0 13 0 26347214 829591552 60014 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26067] ppid=26060 vsize=810148 CPUtime=0
/proc/26062/task/26067/stat : 26067 (java) S 26060 26062 23899 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 26347216 829591552 60014 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26068] ppid=26060 vsize=810148 CPUtime=0
/proc/26062/task/26068/stat : 26068 (java) S 26060 26062 23899 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 26347216 829591552 60014 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26069] ppid=26060 vsize=810148 CPUtime=0
/proc/26062/task/26069/stat : 26069 (java) S 26060 26062 23899 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 26347216 829591552 60014 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26070] ppid=26060 vsize=810148 CPUtime=0
/proc/26062/task/26070/stat : 26070 (java) S 26060 26062 23899 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 26347221 829591552 60014 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26071] ppid=26060 vsize=810148 CPUtime=0
/proc/26062/task/26071/stat : 26071 (java) S 26060 26062 23899 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 26347221 829591552 60014 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26072] ppid=26060 vsize=810148 CPUtime=1.99
/proc/26062/task/26072/stat : 26072 (java) S 26060 26062 23899 0 -1 64 3704 0 0 0 197 2 0 0 17 0 13 0 26347221 829591552 60014 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26073] ppid=26060 vsize=810148 CPUtime=0
/proc/26062/task/26073/stat : 26073 (java) S 26060 26062 23899 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 26347221 829591552 60014 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26074] ppid=26060 vsize=810148 CPUtime=0
/proc/26062/task/26074/stat : 26074 (java) S 26060 26062 23899 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 26347221 829591552 60014 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26062/tid=26075] ppid=26060 vsize=810148 CPUtime=0
/proc/26062/task/26075/stat : 26075 (java) S 26060 26062 23899 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 26347474 829591552 60014 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 810148

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

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

[startup+1805.61 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 26226
/proc/meminfo: memFree=1578656/2055920 swapFree=4192812/4192956
[pid=26062] ppid=26060 vsize=810796 CPUtime=1800.22
/proc/26062/stat : 26062 (java) S 26060 26062 23899 0 -1 0 67278 0 1 0 179982 40 0 0 16 0 15 0 26347211 830255104 60032 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26062/statm: 202699 60032 1445 9 0 200026 0
[pid=26062/tid=26063] ppid=26060 vsize=810796 CPUtime=1797.28
/proc/26062/task/26063/stat : 26063 (java) R 26060 26062 23899 0 -1 64 16943 0 1 0 179711 17 0 0 25 0 15 0 26347212 830255104 60032 996147200 134512640 134550932 4294956016 18446744073709551615 4109746392 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26062/tid=26065] ppid=26060 vsize=810796 CPUtime=0.42
/proc/26062/task/26065/stat : 26065 (java) S 26060 26062 23899 0 -1 64 21895 0 0 0 33 9 0 0 16 0 15 0 26347214 830255104 60032 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26066] ppid=26060 vsize=810796 CPUtime=0.46
/proc/26062/task/26066/stat : 26066 (java) S 26060 26062 23899 0 -1 64 23949 0 0 0 36 10 0 0 18 0 15 0 26347214 830255104 60032 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26067] ppid=26060 vsize=810796 CPUtime=0
/proc/26062/task/26067/stat : 26067 (java) S 26060 26062 23899 0 -1 64 11 0 0 0 0 0 0 0 16 0 15 0 26347216 830255104 60032 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26068] ppid=26060 vsize=810796 CPUtime=0
/proc/26062/task/26068/stat : 26068 (java) S 26060 26062 23899 0 -1 64 10 0 0 0 0 0 0 0 16 0 15 0 26347216 830255104 60032 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26069] ppid=26060 vsize=810796 CPUtime=0
/proc/26062/task/26069/stat : 26069 (java) S 26060 26062 23899 0 -1 64 7 0 0 0 0 0 0 0 16 0 15 0 26347216 830255104 60032 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26070] ppid=26060 vsize=810796 CPUtime=0
/proc/26062/task/26070/stat : 26070 (java) S 26060 26062 23899 0 -1 64 5 0 0 0 0 0 0 0 18 0 15 0 26347221 830255104 60032 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26071] ppid=26060 vsize=810796 CPUtime=0
/proc/26062/task/26071/stat : 26071 (java) S 26060 26062 23899 0 -1 64 13 0 0 0 0 0 0 0 19 0 15 0 26347221 830255104 60032 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26072] ppid=26060 vsize=810796 CPUtime=2
/proc/26062/task/26072/stat : 26072 (java) R 26060 26062 23899 0 -1 64 3704 0 0 0 198 2 0 0 16 0 15 0 26347221 830255104 60032 996147200 134512640 134550932 4294956016 18446744073709551615 102535956 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26073] ppid=26060 vsize=810796 CPUtime=0
/proc/26062/task/26073/stat : 26073 (java) S 26060 26062 23899 0 -1 64 1 0 0 0 0 0 0 0 20 0 15 0 26347221 830255104 60032 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26074] ppid=26060 vsize=810796 CPUtime=0
/proc/26062/task/26074/stat : 26074 (java) S 26060 26062 23899 0 -1 64 1 0 0 0 0 0 0 0 15 0 15 0 26347221 830255104 60032 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26062/tid=26075] ppid=26060 vsize=810796 CPUtime=0
/proc/26062/task/26075/stat : 26075 (java) S 26060 26062 23899 0 -1 64 4 0 0 0 0 0 0 0 21 0 15 0 26347474 830255104 60032 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.22
Current children cumulated vsize (KiB) 810796

[startup+1805.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 26226
/proc/meminfo: memFree=1578656/2055920 swapFree=4192812/4192956
[pid=26062] ppid=26060 vsize=810796 CPUtime=1800.39
/proc/26062/stat : 26062 (java) S 26060 26062 23899 0 -1 0 67280 0 1 0 179999 40 0 0 16 0 15 0 26347211 830255104 60034 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26062/statm: 202699 60034 1445 9 0 200026 0
[pid=26062/tid=26063] ppid=26060 vsize=810796 CPUtime=1797.37
/proc/26062/task/26063/stat : 26063 (java) R 26060 26062 23899 0 -1 64 16943 0 1 0 179720 17 0 0 25 0 15 0 26347212 830255104 60034 996147200 134512640 134550932 4294956016 18446744073709551615 4109746224 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26062/tid=26065] ppid=26060 vsize=810796 CPUtime=0.42
/proc/26062/task/26065/stat : 26065 (java) S 26060 26062 23899 0 -1 64 21895 0 0 0 33 9 0 0 16 0 15 0 26347214 830255104 60034 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26066] ppid=26060 vsize=810796 CPUtime=0.46
/proc/26062/task/26066/stat : 26066 (java) S 26060 26062 23899 0 -1 64 23949 0 0 0 36 10 0 0 18 0 15 0 26347214 830255104 60034 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26067] ppid=26060 vsize=810796 CPUtime=0
/proc/26062/task/26067/stat : 26067 (java) S 26060 26062 23899 0 -1 64 11 0 0 0 0 0 0 0 16 0 15 0 26347216 830255104 60034 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26068] ppid=26060 vsize=810796 CPUtime=0
/proc/26062/task/26068/stat : 26068 (java) S 26060 26062 23899 0 -1 64 10 0 0 0 0 0 0 0 16 0 15 0 26347216 830255104 60034 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26069] ppid=26060 vsize=810796 CPUtime=0
/proc/26062/task/26069/stat : 26069 (java) S 26060 26062 23899 0 -1 64 7 0 0 0 0 0 0 0 16 0 15 0 26347216 830255104 60034 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26070] ppid=26060 vsize=810796 CPUtime=0
/proc/26062/task/26070/stat : 26070 (java) S 26060 26062 23899 0 -1 64 5 0 0 0 0 0 0 0 18 0 15 0 26347221 830255104 60034 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26071] ppid=26060 vsize=810796 CPUtime=0
/proc/26062/task/26071/stat : 26071 (java) S 26060 26062 23899 0 -1 64 13 0 0 0 0 0 0 0 19 0 15 0 26347221 830255104 60034 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26072] ppid=26060 vsize=810796 CPUtime=2.02
/proc/26062/task/26072/stat : 26072 (java) S 26060 26062 23899 0 -1 64 3706 0 0 0 200 2 0 0 16 0 15 0 26347221 830255104 60034 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26073] ppid=26060 vsize=810796 CPUtime=0
/proc/26062/task/26073/stat : 26073 (java) S 26060 26062 23899 0 -1 64 1 0 0 0 0 0 0 0 20 0 15 0 26347221 830255104 60034 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26062/tid=26074] ppid=26060 vsize=810796 CPUtime=0
/proc/26062/task/26074/stat : 26074 (java) S 26060 26062 23899 0 -1 64 1 0 0 0 0 0 0 0 15 0 15 0 26347221 830255104 60034 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26062/tid=26075] ppid=26060 vsize=810796 CPUtime=0
/proc/26062/task/26075/stat : 26075 (java) S 26060 26062 23899 0 -1 64 4 0 0 0 0 0 0 0 21 0 15 0 26347474 830255104 60034 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.39
Current children cumulated vsize (KiB) 810796

Child status: 143
Real time (s): 1805.77
CPU time (s): 1800.49
CPU user time (s): 1800.04
CPU system time (s): 0.445932
CPU usage (%): 99.7078
Max. virtual memory (cumulated for all children) (KiB): 810796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.04
system time used= 0.445932
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67283
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= 37361
involuntary context switches= 44149

runsolver used 2.15767 second user time and 6.24705 second system time

The end

Launcher Data

Begin job on node12 at 2009-07-12 12:00:02
IDJOB=2091139
IDBENCH=60001
IDSOLVER=731
FILE ID=node12/2091139-1247392802
PBS_JOBID= 9507199
Free space on /tmp= 66216 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/rand-2-50-23/normalized-rand-2-50-23-587-230-27_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2091139-1247392802/watcher-2091139-1247392802 -o /tmp/evaluation-result-2091139-1247392802/solver-2091139-1247392802 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2091139-1247392802.xml

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

MD5SUM BENCH= c035e9e17573b95fb664175671593747
RANDOM SEED=2073601927

node12.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.240
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.240
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:       1798000 kB
Buffers:         28568 kB
Cached:         125992 kB
SwapCached:        140 kB
Active:         122884 kB
Inactive:        72124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1798000 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1636 kB
Writeback:           0 kB
Mapped:          51568 kB
Slab:            48072 kB
Committed_AS:   200540 kB
PageTables:       1840 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= 66212 MiB
End job on node12 at 2009-07-12 12:30:09