Trace number 1057179

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
Abscon 112v4 ESAC? (TO) 1800.12 1814.95

General information on the benchmark

Namecsp/rand-3-24-24/
normalized-rand-3-24-24-76-632-9_ext.xml
MD5SUM91180e29a988ca34a244a536c02ca463
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark877.378
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints74
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension74
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=esac.xml
0.29/0.32	   
0.29/0.32	   instance
0.29/0.32	     name=HOME/instance-1057179-1215109378.xml
0.29/0.36	   
0.29/0.36	   domains being loaded...
0.29/0.37	   
0.29/0.37	   variables being loaded...
0.29/0.39	     nbVariables=24  nbDomainTypes=1  minDomainSize=24  maxDomainSize=24  nbTotalValues=576
0.29/0.39	       =>  wckTime=0.146  cpuTime=0.1  mem=7M919
0.29/0.39	   
0.29/0.39	   relations being loaded...
0.98/1.06	   
0.98/1.06	   constraints being loaded...
1.37/1.43	     nbConstraints=74  nbRelationTypes=74  nbGlobalConstraints=74  nbExtensionStructures=74
1.37/1.43	     nbSharedExtensionStructures=0  nbConflictsStructures=74  nbSharedConflictsStructures=0
1.37/1.43	     nbSharedBinaryRepresentations=0  minDegree=4  maxDegree=22  minArity=3  maxArity=3  nbGenerators=0  nbFusions=0
1.37/1.43	     symmetryWckTime=0.049  symmetryCpuTime=0.03
1.37/1.43	       =>  wckTime=1.186  cpuTime=0.97  mem=50M783
1.56/1.61	   
1.56/1.62	   solver IterativeSystematicSolver being built... 
1.56/1.69	   
1.65/1.70	   INFO : Forward propagation technique limited 
1.65/1.76	       =>  wckTime=1.516  cpuTime=1.1  mem=41M992
1.97/2.02	   
1.97/2.02	   preprocessing
1.97/2.02	     nbConstraintChecks=0  nbValidityChecks=3185129  nbPropagations=242  nbRevisions=0  nbUselessRevisions=0
1.97/2.02	     nbSingletonTests=35  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0
1.97/2.02	     detectedInconsistency=no
1.97/2.02	       =>  wckTime=0.259  cpuTime=0.24  mem=41M992
2.96/3.03	   
2.96/3.03	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=43M27)

Verifier Data (download as text)

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

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-1057179-1215109378/watcher-1057179-1215109378 -o /tmp/evaluation-result-1057179-1215109378/solver-1057179-1215109378 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1057179-1215109378.xml 

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


[startup+0 s]
/proc/loadavg: 2.05 2.07 2.00 3/74 23963
/proc/meminfo: memFree=1661608/2055920 swapFree=4180456/4192956
[pid=23963] ppid=23961 vsize=10616 CPUtime=0
/proc/23963/stat : 23963 (java) S 23961 23963 23759 0 -1 0 676 0 0 0 0 0 0 0 18 0 2 0 1989912257 10870784 472 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/23963/statm: 2654 472 209 9 0 1184 0
[pid=23963/tid=23964] ppid=23961 vsize=10616 CPUtime=0
/proc/23963/task/23964/stat : 23964 (java) R 23961 23963 23759 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 1989912258 10870784 472 996147200 134512640 134550740 4294955968 18446744073709551615 8331224 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.113752 s]
/proc/loadavg: 2.05 2.07 2.00 3/74 23963
/proc/meminfo: memFree=1661608/2055920 swapFree=4180456/4192956
[pid=23963] ppid=23961 vsize=865884 CPUtime=0.1
/proc/23963/stat : 23963 (java) S 23961 23963 23759 0 -1 0 3855 0 1 0 7 3 0 0 18 0 9 0 1989912257 886665216 3296 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23963/statm: 216471 3296 1737 9 0 211026 0
[pid=23963/tid=23964] ppid=23961 vsize=865884 CPUtime=0.08
/proc/23963/task/23964/stat : 23964 (java) R 23961 23963 23759 0 -1 64 2952 0 1 0 6 2 0 0 18 0 9 0 1989912258 886665216 3296 996147200 134512640 134550740 4294955968 18446744073709551615 102212398 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 865884

[startup+0.202774 s]
/proc/loadavg: 2.05 2.07 2.00 3/74 23963
/proc/meminfo: memFree=1661608/2055920 swapFree=4180456/4192956
[pid=23963] ppid=23961 vsize=866048 CPUtime=0.18
/proc/23963/stat : 23963 (java) S 23961 23963 23759 0 -1 0 4636 0 1 0 15 3 0 0 18 0 9 0 1989912257 886833152 4063 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23963/statm: 216512 4063 1851 9 0 211060 0
[pid=23963/tid=23964] ppid=23961 vsize=866048 CPUtime=0.17
/proc/23963/task/23964/stat : 23964 (java) R 23961 23963 23759 0 -1 64 3733 0 1 0 15 2 0 0 18 0 9 0 1989912258 886833152 4063 996147200 134512640 134550740 4294955968 18446744073709551615 104250936 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 866048

[startup+0.302789 s]
/proc/loadavg: 2.05 2.07 2.00 3/74 23963
/proc/meminfo: memFree=1661608/2055920 swapFree=4180456/4192956
[pid=23963] ppid=23961 vsize=866196 CPUtime=0.29
/proc/23963/stat : 23963 (java) S 23961 23963 23759 0 -1 0 5616 0 1 0 25 4 0 0 18 0 9 0 1989912257 886984704 5030 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23963/statm: 216549 5030 1902 9 0 211097 0
[pid=23963/tid=23964] ppid=23961 vsize=866196 CPUtime=0.25
/proc/23963/task/23964/stat : 23964 (java) R 23961 23963 23759 0 -1 64 4655 0 1 0 22 3 0 0 19 0 9 0 1989912258 886984704 5030 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 2147483391 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866196

[startup+0.701865 s]
/proc/loadavg: 2.05 2.07 2.00 3/74 23963
/proc/meminfo: memFree=1661608/2055920 swapFree=4180456/4192956
[pid=23963] ppid=23961 vsize=866408 CPUtime=0.67
/proc/23963/stat : 23963 (java) S 23961 23963 23759 0 -1 0 10350 0 1 0 60 7 0 0 18 0 9 0 1989912257 887201792 9720 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23963/statm: 216602 9720 1969 9 0 211130 0
[pid=23963/tid=23964] ppid=23961 vsize=866408 CPUtime=0.59
/proc/23963/task/23964/stat : 23964 (java) R 23961 23963 23759 0 -1 64 9331 0 1 0 53 6 0 0 20 0 9 0 1989912258 887201792 9720 996147200 134512640 134550740 4294955968 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) 866408

[startup+1.50101 s]
/proc/loadavg: 2.13 2.09 2.00 4/83 23972
/proc/meminfo: memFree=1594144/2055920 swapFree=4180456/4192956
[pid=23963] ppid=23961 vsize=867188 CPUtime=1.46
/proc/23963/stat : 23963 (java) S 23961 23963 23759 0 -1 0 26022 149 1 0 131 15 0 0 18 0 10 0 1989912257 888000512 18924 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23963/statm: 216797 18924 2062 9 0 211325 0
[pid=23963/tid=23964] ppid=23961 vsize=867188 CPUtime=1.19
/proc/23963/task/23964/stat : 23964 (java) S 23961 23963 23759 0 -1 64 16368 149 1 0 108 11 0 0 24 0 10 0 1989912258 888000512 18924 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23963/tid=23966] ppid=23961 vsize=867188 CPUtime=0.12
/proc/23963/task/23966/stat : 23966 (java) R 23961 23963 23759 0 -1 64 8457 149 0 0 11 1 0 0 16 0 10 0 1989912260 888000512 18924 996147200 134512640 134550740 4294955968 18446744073709551615 104181586 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23963/tid=23967] ppid=23961 vsize=867188 CPUtime=0
/proc/23963/task/23967/stat : 23967 (java) S 23961 23963 23759 0 -1 64 13 149 0 0 0 0 0 0 16 0 10 0 1989912260 888000512 18924 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23963/tid=23968] ppid=23961 vsize=867188 CPUtime=0
/proc/23963/task/23968/stat : 23968 (java) S 23961 23963 23759 0 -1 64 5 149 0 0 0 0 0 0 16 0 10 0 1989912260 888000512 18924 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23963/tid=23969] ppid=23961 vsize=867188 CPUtime=0
/proc/23963/task/23969/stat : 23969 (java) S 23961 23963 23759 0 -1 64 0 149 0 0 0 0 0 0 18 0 10 0 1989912262 888000512 18924 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23963/tid=23970] ppid=23961 vsize=867188 CPUtime=0.1
/proc/23963/task/23970/stat : 23970 (java) S 23961 23963 23759 0 -1 64 360 149 0 0 10 0 0 0 16 0 10 0 1989912262 888000512 18924 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23963/tid=23971] ppid=23961 vsize=867188 CPUtime=0
/proc/23963/task/23971/stat : 23971 (java) S 23961 23963 23759 0 -1 64 2 149 0 0 0 0 0 0 19 0 10 0 1989912262 888000512 18924 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23963/tid=23972] ppid=23961 vsize=867188 CPUtime=0
/proc/23963/task/23972/stat : 23972 (java) S 23961 23963 23759 0 -1 64 8 149 0 0 0 0 0 0 15 0 10 0 1989912262 888000512 18924 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867188

[startup+3.10232 s]
/proc/loadavg: 2.13 2.09 2.00 3/83 23976
/proc/meminfo: memFree=1574176/2055920 swapFree=4180456/4192956
[pid=23963] ppid=23961 vsize=867276 CPUtime=3.06
/proc/23963/stat : 23963 (java) S 23961 23963 23759 0 -1 0 35390 272 1 0 287 18 0 1 18 0 9 0 1989912257 888090624 24284 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23963/statm: 216819 24284 2634 9 0 211325 0
[pid=23963/tid=23964] ppid=23961 vsize=867276 CPUtime=2.6
/proc/23963/task/23964/stat : 23964 (java) R 23961 23963 23759 0 -1 64 19774 272 1 0 247 12 0 1 25 0 9 0 1989912258 888090624 24284 996147200 134512640 134550740 4294955968 18446744073709551615 4126765259 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23963/tid=23966] ppid=23961 vsize=867276 CPUtime=0.24
/proc/23963/task/23966/stat : 23966 (java) S 23961 23963 23759 0 -1 64 14248 272 0 0 20 3 0 1 17 0 9 0 1989912260 888090624 24284 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23963/tid=23967] ppid=23961 vsize=867276 CPUtime=0.01
/proc/23963/task/23967/stat : 23967 (java) S 23961 23963 23759 0 -1 64 16 272 0 0 0 0 0 1 15 0 9 0 1989912260 888090624 24284 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23963/tid=23968] ppid=23961 vsize=867276 CPUtime=0.01
/proc/23963/task/23968/stat : 23968 (java) S 23961 23963 23759 0 -1 64 8 272 0 0 0 0 0 1 15 0 9 0 1989912260 888090624 24284 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23963/tid=23969] ppid=23961 vsize=867276 CPUtime=0.01
/proc/23963/task/23969/stat : 23969 (java) S 23961 23963 23759 0 -1 64 0 272 0 0 0 0 0 1 18 0 9 0 1989912262 888090624 24284 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23963/tid=23970] ppid=23961 vsize=867276 CPUtime=0.19
/proc/23963/task/23970/stat : 23970 (java) S 23961 23963 23759 0 -1 64 525 272 0 0 18 0 0 1 15 0 9 0 1989912262 888090624 24284 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23963/tid=23971] ppid=23961 vsize=867276 CPUtime=0.01
/proc/23963/task/23971/stat : 23971 (java) S 23961 23963 23759 0 -1 64 2 272 0 0 0 0 0 1 19 0 9 0 1989912262 888090624 24284 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23963/tid=23972] ppid=23961 vsize=867276 CPUtime=0.01
/proc/23963/task/23972/stat : 23972 (java) S 23961 23963 23759 0 -1 64 8 272 0 0 0 0 0 1 15 0 9 0 1989912262 888090624 24284 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867276

[startup+6.30192 s]
/proc/loadavg: 2.13 2.09 2.00 3/83 23976
/proc/meminfo: memFree=1573856/2055920 swapFree=4180456/4192956
[pid=23963] ppid=23961 vsize=867276 CPUtime=6.23
/proc/23963/stat : 23963 (java) S 23961 23963 23759 0 -1 0 35407 272 1 0 604 18 0 1 18 0 9 0 1989912257 888090624 24291 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23963/statm: 216819 24291 2634 9 0 211325 0
[pid=23963/tid=23964] ppid=23961 vsize=867276 CPUtime=5.76
/proc/23963/task/23964/stat : 23964 (java) R 23961 23963 23759 0 -1 64 19785 272 1 0 563 12 0 1 25 0 9 0 1989912258 888090624 24291 996147200 134512640 134550740 4294955968 18446744073709551615 4126765375 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23963/tid=23966] ppid=23961 vsize=867276 CPUtime=0.24
/proc/23963/task/23966/stat : 23966 (java) S 23961 23963 23759 0 -1 64 14248 272 0 0 20 3 0 1 17 0 9 0 1989912260 888090624 24291 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23963/tid=23967] ppid=23961 vsize=867276 CPUtime=0.01
/proc/23963/task/23967/stat : 23967 (java) S 23961 23963 23759 0 -1 64 16 272 0 0 0 0 0 1 15 0 9 0 1989912260 888090624 24291 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23963/tid=23968] ppid=23961 vsize=867276 CPUtime=0.01
/proc/23963/task/23968/stat : 23968 (java) S 23961 23963 23759 0 -1 64 8 272 0 0 0 0 0 1 15 0 9 0 1989912260 888090624 24291 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23963/tid=23969] ppid=23961 vsize=867276 CPUtime=0.01
/proc/23963/task/23969/stat : 23969 (java) S 23961 23963 23759 0 -1 64 0 272 0 0 0 0 0 1 18 0 9 0 1989912262 888090624 24291 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23963/tid=23970] ppid=23961 vsize=867276 CPUtime=0.21
/proc/23963/task/23970/stat : 23970 (java) S 23961 23963 23759 0 -1 64 531 272 0 0 20 0 0 1 15 0 9 0 1989912262 888090624 24291 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23963/tid=23971] ppid=23961 vsize=867276 CPUtime=0.01
/proc/23963/task/23971/stat : 23971 (java) S 23961 23963 23759 0 -1 64 2 272 0 0 0 0 0 1 19 0 9 0 1989912262 888090624 24291 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23963/tid=23972] ppid=23961 vsize=867276 CPUtime=0.01
/proc/23963/task/23972/stat : 23972 (java) S 23961 23963 23759 0 -1 64 8 272 0 0 0 0 0 1 15 0 9 0 1989912262 888090624 24291 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 867276

[startup+12.7021 s]
/proc/loadavg: 2.11 2.08 2.00 3/83 23976
/proc/meminfo: memFree=1573408/2055920 swapFree=4180456/4192956
[pid=23963] ppid=23961 vsize=867276 CPUtime=12.57
/proc/23963/stat : 23963 (java) S 23961 23963 23759 0 -1 0 35434 272 1 0 1237 19 0 1 18 0 9 0 1989912257 888090624 24301 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23963/statm: 216819 24301 2634 9 0 211325 0
[pid=23963/tid=23964] ppid=23961 vsize=867276 CPUtime=12.07
/proc/23963/task/23964/stat : 23964 (java) R 23961 23963 23759 0 -1 64 19799 272 1 0 1194 12 0 1 25 0 9 0 1989912258 888090624 24301 996147200 134512640 134550740 4294955968 18446744073709551615 4126754160 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23963/tid=23966] ppid=23961 vsize=867276 CPUtime=0.24
/proc/23963/task/23966/stat : 23966 (java) S 23961 23963 23759 0 -1 64 14248 272 0 0 20 3 0 1 17 0 9 0 1989912260 888090624 24301 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23963/tid=23967] ppid=23961 vsize=867276 CPUtime=0.01
/proc/23963/task/23967/stat : 23967 (java) S 23961 23963 23759 0 -1 64 16 272 0 0 0 0 0 1 15 0 9 0 1989912260 888090624 24301 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23963/tid=23968] ppid=23961 vsize=867276 CPUtime=0.01
/proc/23963/task/23968/stat : 23968 (java) S 23961 23963 23759 0 -1 64 8 272 0 0 0 0 0 1 15 0 9 0 1989912260 888090624 24301 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23963/tid=23969] ppid=23961 vsize=867276 CPUtime=0.01
/proc/23963/task/23969/stat : 23969 (java) S 23961 23963 23759 0 -1 64 0 272 0 0 0 0 0 1 18 0 9 0 1989912262 888090624 24301 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23963/tid=23970] ppid=23961 vsize=867276 CPUtime=0.23
/proc/23963/task/23970/stat : 23970 (java) S 23961 23963 23759 0 -1 64 544 272 0 0 22 0 0 1 17 0 9 0 1989912262 888090624 24301 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23963/tid=23971] ppid=23961 vsize=867276 CPUtime=0.01
/proc/23963/task/23971/stat : 23971 (java) S 23961 23963 23759 0 -1 64 2 272 0 0 0 0 0 1 19 0 9 0 1989912262 888090624 24301 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23963/tid=23972] ppid=23961 vsize=867276 CPUtime=0.01
/proc/23963/task/23972/stat : 23972 (java) S 23961 23963 23759 0 -1 64 8 272 0 0 0 0 0 1 15 0 9 0 1989912262 888090624 24301 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 867276

[startup+25.5025 s]
/proc/loadavg: 2.09 2.08 2.00 3/83 23976
/proc/meminfo: memFree=1572768/2055920 swapFree=4180456/4192956
[pid=23963] ppid=23961 vsize=867276 CPUtime=25.25
/proc/23963/stat : 23963 (java) S 23961 23963 23759 0 -1 0 35453 272 1 0 2505 19 0 1 18 0 9 0 1989912257 888090624 24304 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23963/statm: 216819 24304 2634 9 0 211325 0
[pid=23963/tid=23964] ppid=23961 vsize=867276 CPUtime=24.74
/proc/23963/task/23964/stat : 23964 (java) R 23961 23963 23759 0 -1 64 19812 272 1 0 2461 12 0 1 25 0 9 0 1989912258 888090624 24304 996147200 134512640 134550740 4294955968 18446744073709551615 4126765285 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23963/tid=23966] ppid=23961 vsize=867276 CPUtime=0.24
/proc/23963/task/23966/stat : 23966 (java) S 23961 23963 23759 0 -1 64 14248 272 0 0 20 3 0 1 16 0 9 0 1989912260 888090624 24304 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23963/tid=23967] ppid=23961 vsize=867276 CPUtime=0.01
/proc/23963/task/23967/stat : 23967 (java) S 23961 23963 23759 0 -1 64 16 272 0 0 0 0 0 1 15 0 9 0 1989912260 888090624 24304 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23963/tid=23968] ppid=23961 vsize=867276 CPUtime=0.01
/proc/23963/task/23968/stat : 23968 (java) S 23961 23963 23759 0 -1 64 8 272 0 0 0 0 0 1 15 0 9 0 1989912260 888090624 24304 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23963/tid=23969] ppid=23961 vsize=867276 CPUtime=0.01
/proc/23963/task/23969/stat : 23969 (java) S 23961 23963 23759 0 -1 64 0 272 0 0 0 0 0 1 18 0 9 0 1989912262 888090624 24304 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23963/tid=23970] ppid=23961 vsize=867276 CPUtime=0.24
/proc/23963/task/23970/stat : 23970 (java) S 23961 23963 23759 0 -1 64 550 272 0 0 23 0 0 1 16 0 9 0 1989912262 888090624 24304 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23963/tid=23971] ppid=23961 vsize=867276 CPUtime=0.01
/proc/23963/task/23971/stat : 23971 (java) S 23961 23963 23759 0 -1 64 2 272 0 0 0 0 0 1 19 0 9 0 1989912262 888090624 24304 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23963/tid=23972] ppid=23961 vsize=867276 CPUtime=0.01
/proc/23963/task/23972/stat : 23972 (java) S 23961 23963 23759 0 -1 64 8 272 0 0 0 0 0 1 15 0 9 0 1989912262 888090624 24304 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 867276

[startup+51.1023 s]
/proc/loadavg: 2.14 2.09 2.01 3/83 23976
/proc/meminfo: memFree=1571296/2055920 swapFree=4180456/4192956
[pid=23963] ppid=23961 vsize=867276 CPUtime=50.6
/proc/23963/stat : 23963 (java) S 23961 23963 23759 0 -1 0 35486 272 1 0 5040 19 0 1 18 0 9 0 1989912257 888090624 24305 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23963/statm: 216819 24305 2634 9 0 211325 0
[pid=23963/tid=23964] ppid=23961 vsize=867276 CPUtime=50.09
/proc/23963/task/23964/stat : 23964 (java) R 23961 23963 23759 0 -1 64 19844 272 1 0 4996 12 0 1 25 0 9 0 1989912258 888090624 24305 996147200 134512640 134550740 4294955968 18446744073709551615 4126765442 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23963/tid=23966] ppid=23961 vsize=867276 CPUtime=0.24

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

/proc/23963/task/23968/stat : 23968 (java) S 23961 23963 23759 0 -1 64 8 272 0 0 0 0 0 1 15 0 9 0 1989912260 888090624 24307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23963/tid=23969] ppid=23961 vsize=867276 CPUtime=0.01
/proc/23963/task/23969/stat : 23969 (java) S 23961 23963 23759 0 -1 64 0 272 0 0 0 0 0 1 18 0 9 0 1989912262 888090624 24307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23963/tid=23970] ppid=23961 vsize=867276 CPUtime=0.25
/proc/23963/task/23970/stat : 23970 (java) S 23961 23963 23759 0 -1 64 553 272 0 0 24 0 0 1 16 0 9 0 1989912262 888090624 24307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23963/tid=23971] ppid=23961 vsize=867276 CPUtime=0.01
/proc/23963/task/23971/stat : 23971 (java) S 23961 23963 23759 0 -1 64 2 272 0 0 0 0 0 1 19 0 9 0 1989912262 888090624 24307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23963/tid=23972] ppid=23961 vsize=867276 CPUtime=0.01
/proc/23963/task/23972/stat : 23972 (java) S 23961 23963 23759 0 -1 64 8 272 0 0 0 0 0 1 15 0 9 0 1989912262 888090624 24307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1468.29
Current children cumulated vsize (KiB) 867276

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 23978
/proc/meminfo: memFree=1538592/2055920 swapFree=4180456/4192956
[pid=23963] ppid=23961 vsize=867276 CPUtime=1527.73
/proc/23963/stat : 23963 (java) S 23961 23963 23759 0 -1 0 36996 272 1 0 152751 21 0 1 18 0 9 0 1989912257 888090624 24307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23963/statm: 216819 24307 2634 9 0 211325 0
[pid=23963/tid=23964] ppid=23961 vsize=867276 CPUtime=1527.22
/proc/23963/task/23964/stat : 23964 (java) R 23961 23963 23759 0 -1 64 21352 272 1 0 152707 14 0 1 25 0 9 0 1989912258 888090624 24307 996147200 134512640 134550740 4294955968 18446744073709551615 4126765285 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23963/tid=23966] ppid=23961 vsize=867276 CPUtime=0.24
/proc/23963/task/23966/stat : 23966 (java) S 23961 23963 23759 0 -1 64 14248 272 0 0 20 3 0 1 16 0 9 0 1989912260 888090624 24307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23963/tid=23967] ppid=23961 vsize=867276 CPUtime=0.01
/proc/23963/task/23967/stat : 23967 (java) S 23961 23963 23759 0 -1 64 16 272 0 0 0 0 0 1 15 0 9 0 1989912260 888090624 24307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23963/tid=23968] ppid=23961 vsize=867276 CPUtime=0.01
/proc/23963/task/23968/stat : 23968 (java) S 23961 23963 23759 0 -1 64 8 272 0 0 0 0 0 1 15 0 9 0 1989912260 888090624 24307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23963/tid=23969] ppid=23961 vsize=867276 CPUtime=0.01
/proc/23963/task/23969/stat : 23969 (java) S 23961 23963 23759 0 -1 64 0 272 0 0 0 0 0 1 18 0 9 0 1989912262 888090624 24307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23963/tid=23970] ppid=23961 vsize=867276 CPUtime=0.25
/proc/23963/task/23970/stat : 23970 (java) S 23961 23963 23759 0 -1 64 553 272 0 0 24 0 0 1 16 0 9 0 1989912262 888090624 24307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23963/tid=23971] ppid=23961 vsize=867276 CPUtime=0.01
/proc/23963/task/23971/stat : 23971 (java) S 23961 23963 23759 0 -1 64 2 272 0 0 0 0 0 1 19 0 9 0 1989912262 888090624 24307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23963/tid=23972] ppid=23961 vsize=867276 CPUtime=0.01
/proc/23963/task/23972/stat : 23972 (java) S 23961 23963 23759 0 -1 64 8 272 0 0 0 0 0 1 15 0 9 0 1989912262 888090624 24307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1527.73
Current children cumulated vsize (KiB) 867276

[startup+1602.3 s]
/proc/loadavg: 1.96 1.98 1.99 3/89 24015
/proc/meminfo: memFree=1555120/2055920 swapFree=4180456/4192956
[pid=23963] ppid=23961 vsize=867276 CPUtime=1587.57
/proc/23963/stat : 23963 (java) S 23961 23963 23759 0 -1 0 37079 272 1 0 158734 22 0 1 18 0 9 0 1989912257 888090624 24307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23963/statm: 216819 24307 2634 9 0 211325 0
[pid=23963/tid=23964] ppid=23961 vsize=867276 CPUtime=1587.05
/proc/23963/task/23964/stat : 23964 (java) R 23961 23963 23759 0 -1 64 21435 272 1 0 158689 15 0 1 25 0 9 0 1989912258 888090624 24307 996147200 134512640 134550740 4294955968 18446744073709551615 4126765442 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23963/tid=23966] ppid=23961 vsize=867276 CPUtime=0.24
/proc/23963/task/23966/stat : 23966 (java) S 23961 23963 23759 0 -1 64 14248 272 0 0 20 3 0 1 16 0 9 0 1989912260 888090624 24307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23963/tid=23967] ppid=23961 vsize=867276 CPUtime=0.01
/proc/23963/task/23967/stat : 23967 (java) S 23961 23963 23759 0 -1 64 16 272 0 0 0 0 0 1 15 0 9 0 1989912260 888090624 24307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23963/tid=23968] ppid=23961 vsize=867276 CPUtime=0.01
/proc/23963/task/23968/stat : 23968 (java) S 23961 23963 23759 0 -1 64 8 272 0 0 0 0 0 1 15 0 9 0 1989912260 888090624 24307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23963/tid=23969] ppid=23961 vsize=867276 CPUtime=0.01
/proc/23963/task/23969/stat : 23969 (java) S 23961 23963 23759 0 -1 64 0 272 0 0 0 0 0 1 18 0 9 0 1989912262 888090624 24307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23963/tid=23970] ppid=23961 vsize=867276 CPUtime=0.25
/proc/23963/task/23970/stat : 23970 (java) S 23961 23963 23759 0 -1 64 553 272 0 0 24 0 0 1 16 0 9 0 1989912262 888090624 24307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23963/tid=23971] ppid=23961 vsize=867276 CPUtime=0.01
/proc/23963/task/23971/stat : 23971 (java) S 23961 23963 23759 0 -1 64 2 272 0 0 0 0 0 1 19 0 9 0 1989912262 888090624 24307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23963/tid=23972] ppid=23961 vsize=867276 CPUtime=0.01
/proc/23963/task/23972/stat : 23972 (java) S 23961 23963 23759 0 -1 64 8 272 0 0 0 0 0 1 15 0 9 0 1989912262 888090624 24307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1587.57
Current children cumulated vsize (KiB) 867276

[startup+1662.3 s]
/proc/loadavg: 2.02 2.00 2.00 3/89 24015
/proc/meminfo: memFree=1553904/2055920 swapFree=4180456/4192956
[pid=23963] ppid=23961 vsize=867276 CPUtime=1647.54
/proc/23963/stat : 23963 (java) S 23961 23963 23759 0 -1 0 37161 272 1 0 164731 22 0 1 18 0 9 0 1989912257 888090624 24307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23963/statm: 216819 24307 2634 9 0 211325 0
[pid=23963/tid=23964] ppid=23961 vsize=867276 CPUtime=1647.02
/proc/23963/task/23964/stat : 23964 (java) R 23961 23963 23759 0 -1 64 21517 272 1 0 164686 15 0 1 25 0 9 0 1989912258 888090624 24307 996147200 134512640 134550740 4294955968 18446744073709551615 4126783314 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23963/tid=23966] ppid=23961 vsize=867276 CPUtime=0.24
/proc/23963/task/23966/stat : 23966 (java) S 23961 23963 23759 0 -1 64 14248 272 0 0 20 3 0 1 16 0 9 0 1989912260 888090624 24307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23963/tid=23967] ppid=23961 vsize=867276 CPUtime=0.01
/proc/23963/task/23967/stat : 23967 (java) S 23961 23963 23759 0 -1 64 16 272 0 0 0 0 0 1 15 0 9 0 1989912260 888090624 24307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23963/tid=23968] ppid=23961 vsize=867276 CPUtime=0.01
/proc/23963/task/23968/stat : 23968 (java) S 23961 23963 23759 0 -1 64 8 272 0 0 0 0 0 1 15 0 9 0 1989912260 888090624 24307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23963/tid=23969] ppid=23961 vsize=867276 CPUtime=0.01
/proc/23963/task/23969/stat : 23969 (java) S 23961 23963 23759 0 -1 64 0 272 0 0 0 0 0 1 18 0 9 0 1989912262 888090624 24307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23963/tid=23970] ppid=23961 vsize=867276 CPUtime=0.25
/proc/23963/task/23970/stat : 23970 (java) S 23961 23963 23759 0 -1 64 553 272 0 0 24 0 0 1 16 0 9 0 1989912262 888090624 24307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23963/tid=23971] ppid=23961 vsize=867276 CPUtime=0.01
/proc/23963/task/23971/stat : 23971 (java) S 23961 23963 23759 0 -1 64 2 272 0 0 0 0 0 1 19 0 9 0 1989912262 888090624 24307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23963/tid=23972] ppid=23961 vsize=867276 CPUtime=0.01
/proc/23963/task/23972/stat : 23972 (java) S 23961 23963 23759 0 -1 64 8 272 0 0 0 0 0 1 15 0 9 0 1989912262 888090624 24307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1647.54
Current children cumulated vsize (KiB) 867276

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 24015
/proc/meminfo: memFree=1553776/2055920 swapFree=4180456/4192956
[pid=23963] ppid=23961 vsize=867276 CPUtime=1707.5
/proc/23963/stat : 23963 (java) S 23961 23963 23759 0 -1 0 37236 272 1 0 170727 22 0 1 18 0 9 0 1989912257 888090624 24307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23963/statm: 216819 24307 2634 9 0 211325 0
[pid=23963/tid=23964] ppid=23961 vsize=867276 CPUtime=1706.99
/proc/23963/task/23964/stat : 23964 (java) R 23961 23963 23759 0 -1 64 21592 272 1 0 170683 15 0 1 25 0 9 0 1989912258 888090624 24307 996147200 134512640 134550740 4294955968 18446744073709551615 4126754163 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23963/tid=23966] ppid=23961 vsize=867276 CPUtime=0.24
/proc/23963/task/23966/stat : 23966 (java) S 23961 23963 23759 0 -1 64 14248 272 0 0 20 3 0 1 16 0 9 0 1989912260 888090624 24307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23963/tid=23967] ppid=23961 vsize=867276 CPUtime=0.01
/proc/23963/task/23967/stat : 23967 (java) S 23961 23963 23759 0 -1 64 16 272 0 0 0 0 0 1 15 0 9 0 1989912260 888090624 24307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23963/tid=23968] ppid=23961 vsize=867276 CPUtime=0.01
/proc/23963/task/23968/stat : 23968 (java) S 23961 23963 23759 0 -1 64 8 272 0 0 0 0 0 1 15 0 9 0 1989912260 888090624 24307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23963/tid=23969] ppid=23961 vsize=867276 CPUtime=0.01
/proc/23963/task/23969/stat : 23969 (java) S 23961 23963 23759 0 -1 64 0 272 0 0 0 0 0 1 18 0 9 0 1989912262 888090624 24307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23963/tid=23970] ppid=23961 vsize=867276 CPUtime=0.25
/proc/23963/task/23970/stat : 23970 (java) S 23961 23963 23759 0 -1 64 553 272 0 0 24 0 0 1 16 0 9 0 1989912262 888090624 24307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23963/tid=23971] ppid=23961 vsize=867276 CPUtime=0.01
/proc/23963/task/23971/stat : 23971 (java) S 23961 23963 23759 0 -1 64 2 272 0 0 0 0 0 1 19 0 9 0 1989912262 888090624 24307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23963/tid=23972] ppid=23961 vsize=867276 CPUtime=0.01
/proc/23963/task/23972/stat : 23972 (java) S 23961 23963 23759 0 -1 64 8 272 0 0 0 0 0 1 15 0 9 0 1989912262 888090624 24307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1707.5
Current children cumulated vsize (KiB) 867276

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 24015
/proc/meminfo: memFree=1553648/2055920 swapFree=4180456/4192956
[pid=23963] ppid=23961 vsize=867276 CPUtime=1767.47
/proc/23963/stat : 23963 (java) S 23961 23963 23759 0 -1 0 37321 272 1 0 176724 22 0 1 18 0 9 0 1989912257 888090624 24307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23963/statm: 216819 24307 2634 9 0 211325 0
[pid=23963/tid=23964] ppid=23961 vsize=867276 CPUtime=1766.97
/proc/23963/task/23964/stat : 23964 (java) R 23961 23963 23759 0 -1 64 21677 272 1 0 176680 16 0 1 25 0 9 0 1989912258 888090624 24307 996147200 134512640 134550740 4294955968 18446744073709551615 4126765269 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23963/tid=23966] ppid=23961 vsize=867276 CPUtime=0.24
/proc/23963/task/23966/stat : 23966 (java) S 23961 23963 23759 0 -1 64 14248 272 0 0 20 3 0 1 16 0 9 0 1989912260 888090624 24307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23963/tid=23967] ppid=23961 vsize=867276 CPUtime=0.01
/proc/23963/task/23967/stat : 23967 (java) S 23961 23963 23759 0 -1 64 16 272 0 0 0 0 0 1 15 0 9 0 1989912260 888090624 24307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23963/tid=23968] ppid=23961 vsize=867276 CPUtime=0.01
/proc/23963/task/23968/stat : 23968 (java) S 23961 23963 23759 0 -1 64 8 272 0 0 0 0 0 1 15 0 9 0 1989912260 888090624 24307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23963/tid=23969] ppid=23961 vsize=867276 CPUtime=0.01
/proc/23963/task/23969/stat : 23969 (java) S 23961 23963 23759 0 -1 64 0 272 0 0 0 0 0 1 18 0 9 0 1989912262 888090624 24307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23963/tid=23970] ppid=23961 vsize=867276 CPUtime=0.25
/proc/23963/task/23970/stat : 23970 (java) S 23961 23963 23759 0 -1 64 553 272 0 0 24 0 0 1 16 0 9 0 1989912262 888090624 24307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23963/tid=23971] ppid=23961 vsize=867276 CPUtime=0.01
/proc/23963/task/23971/stat : 23971 (java) S 23961 23963 23759 0 -1 64 2 272 0 0 0 0 0 1 19 0 9 0 1989912262 888090624 24307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23963/tid=23972] ppid=23961 vsize=867276 CPUtime=0.01
/proc/23963/task/23972/stat : 23972 (java) S 23961 23963 23759 0 -1 64 8 272 0 0 0 0 0 1 15 0 9 0 1989912262 888090624 24307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1767.47
Current children cumulated vsize (KiB) 867276



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 24015
/proc/meminfo: memFree=1553648/2055920 swapFree=4180456/4192956
[pid=23963] ppid=23961 vsize=867276 CPUtime=1800.07
/proc/23963/stat : 23963 (java) S 23961 23963 23759 0 -1 0 37358 272 1 0 179983 23 0 1 18 0 9 0 1989912257 888090624 24307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23963/statm: 216819 24307 2634 9 0 211325 0
[pid=23963/tid=23964] ppid=23961 vsize=867276 CPUtime=1799.55
/proc/23963/task/23964/stat : 23964 (java) R 23961 23963 23759 0 -1 64 21714 272 1 0 179938 16 0 1 25 0 9 0 1989912258 888090624 24307 996147200 134512640 134550740 4294955968 18446744073709551615 4126765406 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23963/tid=23966] ppid=23961 vsize=867276 CPUtime=0.24
/proc/23963/task/23966/stat : 23966 (java) S 23961 23963 23759 0 -1 64 14248 272 0 0 20 3 0 1 16 0 9 0 1989912260 888090624 24307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23963/tid=23967] ppid=23961 vsize=867276 CPUtime=0.01
/proc/23963/task/23967/stat : 23967 (java) S 23961 23963 23759 0 -1 64 16 272 0 0 0 0 0 1 15 0 9 0 1989912260 888090624 24307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23963/tid=23968] ppid=23961 vsize=867276 CPUtime=0.01
/proc/23963/task/23968/stat : 23968 (java) S 23961 23963 23759 0 -1 64 8 272 0 0 0 0 0 1 15 0 9 0 1989912260 888090624 24307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23963/tid=23969] ppid=23961 vsize=867276 CPUtime=0.01
/proc/23963/task/23969/stat : 23969 (java) S 23961 23963 23759 0 -1 64 0 272 0 0 0 0 0 1 18 0 9 0 1989912262 888090624 24307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23963/tid=23970] ppid=23961 vsize=867276 CPUtime=0.25
/proc/23963/task/23970/stat : 23970 (java) S 23961 23963 23759 0 -1 64 553 272 0 0 24 0 0 1 16 0 9 0 1989912262 888090624 24307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23963/tid=23971] ppid=23961 vsize=867276 CPUtime=0.01
/proc/23963/task/23971/stat : 23971 (java) S 23961 23963 23759 0 -1 64 2 272 0 0 0 0 0 1 19 0 9 0 1989912262 888090624 24307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23963/tid=23972] ppid=23961 vsize=867276 CPUtime=0.01
/proc/23963/task/23972/stat : 23972 (java) S 23961 23963 23759 0 -1 64 8 272 0 0 0 0 0 1 15 0 9 0 1989912262 888090624 24307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 867276

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): 1814.95
CPU time (s): 1800.12
CPU user time (s): 1799.86
CPU system time (s): 0.25996
CPU usage (%): 99.183
Max. virtual memory (cumulated for all children) (KiB): 867276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.86
system time used= 0.25996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37661
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= 37595
involuntary context switches= 66897

runsolver used 2.12568 second user time and 6.13907 second system time

The end

Launcher Data (download as text)

Begin job on node19 at 2008-07-03 20:22:59
IDJOB=1057179
IDBENCH=54002
IDSOLVER=364
FILE ID=node19/1057179-1215109378
PBS_JOBID= 7877166
Free space on /tmp= 66536 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/rand-3-24-24/normalized-rand-3-24-24-76-632-9_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1057179-1215109378/watcher-1057179-1215109378 -o /tmp/evaluation-result-1057179-1215109378/solver-1057179-1215109378 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1057179-1215109378.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 91180e29a988ca34a244a536c02ca463
RANDOM SEED=1004098073

node19.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.263
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	: 5931.00
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.263
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:       1662088 kB
Buffers:         51236 kB
Cached:         231292 kB
SwapCached:       6540 kB
Active:         193308 kB
Inactive:       133388 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1662088 kB
SwapTotal:     4192956 kB
SwapFree:      4180456 kB
Dirty:            4836 kB
Writeback:           0 kB
Mapped:          51380 kB
Slab:            52392 kB
Committed_AS:  3366428 kB
PageTables:       1952 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= 66544 MiB
End job on node19 at 2008-07-03 20:53:16