Trace number 1083405

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.14 1806.7

General information on the benchmark

Namecsp/super-js/super-js-taillard-20/
normalized-super-js-taillard-20-7.xml
MD5SUMa5fe6063268d909d41d212ba29ec3b57
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints12940
Maximum constraint arity2
Maximum domain size1704
Number of constraints which are defined in extension0
Number of constraints which are defined in intension12940
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05/0.09	
0.05/0.09	Abscon 112 (May, 2008)
0.26/0.30	
0.26/0.30	   configuration
0.26/0.30	     name=esac.xml
0.26/0.34	   
0.26/0.34	   instance
0.26/0.34	     name=HOME/instance-1083405-1215227677.xml
0.26/0.38	   
0.26/0.38	   domains being loaded...
0.35/0.41	   
0.35/0.41	   variables being loaded...
0.55/0.62	     nbVariables=800  nbDomainTypes=98  minDomainSize=1606  maxDomainSize=1704  nbTotalValues=1321818
0.55/0.62	       =>  wckTime=0.322  cpuTime=0.23  mem=37M268
0.55/0.62	   
0.55/0.62	   predicates being loaded...
0.55/0.68	   
0.55/0.68	   constraints being loaded...
20.69/20.97	   
20.69/20.97	   INFO : Stopping converting binary constraints (cpu=20.06, mem = 63M392)
23.94/24.26	     nbConstraints=12960  nbGlobalConstraints=12044  nbConvertedConstraints=54  nbConvertConstraintsChecks=97841220
23.94/24.26	     nbExtensionStructures=36  nbSharedExtensionStructures=18  nbConflictsStructures=36  nbSharedConflictsStructures=18
23.94/24.26	     nbUnbuiltConflictsStructures=260  nbSharedBinaryRepresentations=58003  nbEvaluationManagers=260
23.94/24.26	     nbSharedEvaluationManagers=602  minDegree=21  maxDegree=44  minArity=2  avgArity=2.03  maxArity=21  nbGenerators=0
23.94/24.26	     nbFusions=0  symmetryWckTime=2.733  symmetryCpuTime=2.47  nbCliques=20
23.94/24.26	       =>  wckTime=23.963  cpuTime=22.86  mem=82M357
24.23/24.55	   
24.23/24.55	   solver IterativeSystematicSolver being built... 
24.32/24.67	   
24.32/24.67	   INFO : Forward propagation technique limited 
24.53/24.88	       =>  wckTime=24.577  cpuTime=23.09  mem=118M115
148.96/150.39	   
148.96/150.39	   preprocessing
148.96/150.39	     nbConstraintChecks=629918128  nbValidityChecks=2349531  nbPropagations=1604  nbRevisions=4188
148.96/150.39	     nbUselessRevisions=2881  nbRemovedValues=801458  detectedInconsistency=no
148.96/150.39	       =>  wckTime=125.462  cpuTime=124.36  mem=138M592
178.70/180.40	   
178.70/180.40	   INFO : Stopping use of transposition table (mapSize=0, nbTooLargekeys=103, mem=133M71)

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-1083405-1215227677/watcher-1083405-1215227677 -o /tmp/evaluation-result-1083405-1215227677/solver-1083405-1215227677 -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-1083405-1215227677.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: 1.99 1.98 1.99 3/73 16410
/proc/meminfo: memFree=1651112/2055912 swapFree=4178564/4192956
[pid=16410] ppid=16408 vsize=272 CPUtime=0
/proc/16410/stat : 16410 (java) D 16408 16410 12942 0 -1 0 217 0 0 0 0 0 0 0 18 0 1 0 246862779 278528 37 996147200 134512640 134550740 4294955968 18446744073709551615 9716516 0 2147483391 4096 0 18446744072099937270 0 0 17 1 0 0
/proc/16410/statm: 68 37 28 9 0 6 0

[startup+0.0696451 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 16410
/proc/meminfo: memFree=1651112/2055912 swapFree=4178564/4192956
[pid=16410] ppid=16408 vsize=864076 CPUtime=0.05
/proc/16410/stat : 16410 (java) S 16408 16410 12942 0 -1 0 2751 0 1 0 3 2 0 0 18 0 9 0 246862779 884813824 2298 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16410/statm: 216019 2298 1097 9 0 210976 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 864076

[startup+0.101648 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 16410
/proc/meminfo: memFree=1651112/2055912 swapFree=4178564/4192956
[pid=16410] ppid=16408 vsize=865884 CPUtime=0.08
/proc/16410/stat : 16410 (java) S 16408 16410 12942 0 -1 0 3639 0 1 0 6 2 0 0 18 0 9 0 246862779 886665216 3122 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16410/statm: 216471 3122 1671 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301677 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 16410
/proc/meminfo: memFree=1651112/2055912 swapFree=4178564/4192956
[pid=16410] ppid=16408 vsize=866208 CPUtime=0.26
/proc/16410/stat : 16410 (java) S 16408 16410 12942 0 -1 0 5277 0 1 0 21 5 0 0 18 0 9 0 246862779 886996992 4704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16410/statm: 216552 4704 1862 9 0 211100 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 866208

[startup+0.701708 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 16410
/proc/meminfo: memFree=1651112/2055912 swapFree=4178564/4192956
[pid=16410] ppid=16408 vsize=867096 CPUtime=0.65
/proc/16410/stat : 16410 (java) S 16408 16410 12942 0 -1 0 14510 0 4 0 55 10 0 0 18 0 9 0 246862779 887906304 13873 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16410/statm: 216774 13873 2007 9 0 211280 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 867096

[startup+1.5028 s]
/proc/loadavg: 2.07 2.00 2.00 4/82 16419
/proc/meminfo: memFree=1573984/2055912 swapFree=4178564/4192956
[pid=16410] ppid=16408 vsize=867624 CPUtime=1.45
/proc/16410/stat : 16410 (java) S 16408 16410 12942 0 -1 0 24357 0 4 0 130 15 0 0 18 0 9 0 246862779 888446976 23696 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16410/statm: 216906 23696 2005 9 0 211434 0
[pid=16410/tid=16412] ppid=16408 vsize=867624 CPUtime=1.15
/proc/16410/task/16412/stat : 16412 (java) R 16408 16410 12942 0 -1 64 15771 0 4 0 106 9 0 0 25 0 9 0 246862781 888446976 23696 996147200 134512640 134550740 4294955968 18446744073709551615 4126892120 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16410/tid=16413] ppid=16408 vsize=867624 CPUtime=0.08
/proc/16410/task/16413/stat : 16413 (java) S 16408 16410 12942 0 -1 64 7228 0 0 0 5 3 0 0 17 0 9 0 246862783 888446976 23696 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16410/tid=16414] ppid=16408 vsize=867624 CPUtime=0
/proc/16410/task/16414/stat : 16414 (java) S 16408 16410 12942 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 246862783 888446976 23696 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16410/tid=16415] ppid=16408 vsize=867624 CPUtime=0
/proc/16410/task/16415/stat : 16415 (java) S 16408 16410 12942 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 246862783 888446976 23696 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16410/tid=16416] ppid=16408 vsize=867624 CPUtime=0
/proc/16410/task/16416/stat : 16416 (java) S 16408 16410 12942 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 246862785 888446976 23696 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16410/tid=16417] ppid=16408 vsize=867624 CPUtime=0.18
/proc/16410/task/16417/stat : 16417 (java) S 16408 16410 12942 0 -1 64 661 0 0 0 18 0 0 0 16 0 9 0 246862785 888446976 23696 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16410/tid=16418] ppid=16408 vsize=867624 CPUtime=0
/proc/16410/task/16418/stat : 16418 (java) S 16408 16410 12942 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 246862785 888446976 23696 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16410/tid=16419] ppid=16408 vsize=867624 CPUtime=0
/proc/16410/task/16419/stat : 16419 (java) S 16408 16410 12942 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 246862785 888446976 23696 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 867624

[startup+3.10296 s]
/proc/loadavg: 2.07 2.00 2.00 3/82 16419
/proc/meminfo: memFree=1562464/2055912 swapFree=4178564/4192956
[pid=16410] ppid=16408 vsize=867624 CPUtime=3.04
/proc/16410/stat : 16410 (java) S 16408 16410 12942 0 -1 0 24375 0 4 0 288 16 0 0 18 0 9 0 246862779 888446976 23710 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16410/statm: 216906 23710 2006 9 0 211434 0
[pid=16410/tid=16412] ppid=16408 vsize=867624 CPUtime=2.73
/proc/16410/task/16412/stat : 16412 (java) R 16408 16410 12942 0 -1 64 15783 0 4 0 263 10 0 0 25 0 9 0 246862781 888446976 23710 996147200 134512640 134550740 4294955968 18446744073709551615 4126917090 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16410/tid=16413] ppid=16408 vsize=867624 CPUtime=0.08
/proc/16410/task/16413/stat : 16413 (java) S 16408 16410 12942 0 -1 64 7228 0 0 0 5 3 0 0 17 0 9 0 246862783 888446976 23710 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16410/tid=16414] ppid=16408 vsize=867624 CPUtime=0
/proc/16410/task/16414/stat : 16414 (java) S 16408 16410 12942 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 246862783 888446976 23710 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16410/tid=16415] ppid=16408 vsize=867624 CPUtime=0
/proc/16410/task/16415/stat : 16415 (java) S 16408 16410 12942 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 246862783 888446976 23710 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16410/tid=16416] ppid=16408 vsize=867624 CPUtime=0
/proc/16410/task/16416/stat : 16416 (java) S 16408 16410 12942 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 246862785 888446976 23710 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16410/tid=16417] ppid=16408 vsize=867624 CPUtime=0.19
/proc/16410/task/16417/stat : 16417 (java) S 16408 16410 12942 0 -1 64 667 0 0 0 19 0 0 0 15 0 9 0 246862785 888446976 23710 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16410/tid=16418] ppid=16408 vsize=867624 CPUtime=0
/proc/16410/task/16418/stat : 16418 (java) S 16408 16410 12942 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 246862785 888446976 23710 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16410/tid=16419] ppid=16408 vsize=867624 CPUtime=0
/proc/16410/task/16419/stat : 16419 (java) S 16408 16410 12942 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 246862785 888446976 23710 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 867624

[startup+6.30129 s]
/proc/loadavg: 2.07 2.00 2.00 3/82 16419
/proc/meminfo: memFree=1562144/2055912 swapFree=4178564/4192956
[pid=16410] ppid=16408 vsize=867624 CPUtime=6.21
/proc/16410/stat : 16410 (java) S 16408 16410 12942 0 -1 0 24394 0 4 0 603 18 0 0 18 0 9 0 246862779 888446976 23728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16410/statm: 216906 23728 2006 9 0 211434 0
[pid=16410/tid=16412] ppid=16408 vsize=867624 CPUtime=5.89
/proc/16410/task/16412/stat : 16412 (java) R 16408 16410 12942 0 -1 64 15788 0 4 0 577 12 0 0 25 0 9 0 246862781 888446976 23728 996147200 134512640 134550740 4294955968 18446744073709551615 4126911575 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16410/tid=16413] ppid=16408 vsize=867624 CPUtime=0.08
/proc/16410/task/16413/stat : 16413 (java) S 16408 16410 12942 0 -1 64 7228 0 0 0 5 3 0 0 17 0 9 0 246862783 888446976 23728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16410/tid=16414] ppid=16408 vsize=867624 CPUtime=0
/proc/16410/task/16414/stat : 16414 (java) S 16408 16410 12942 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 246862783 888446976 23728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16410/tid=16415] ppid=16408 vsize=867624 CPUtime=0
/proc/16410/task/16415/stat : 16415 (java) S 16408 16410 12942 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 246862783 888446976 23728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16410/tid=16416] ppid=16408 vsize=867624 CPUtime=0
/proc/16410/task/16416/stat : 16416 (java) S 16408 16410 12942 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 246862785 888446976 23728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16410/tid=16417] ppid=16408 vsize=867624 CPUtime=0.2
/proc/16410/task/16417/stat : 16417 (java) S 16408 16410 12942 0 -1 64 681 0 0 0 20 0 0 0 15 0 9 0 246862785 888446976 23728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16410/tid=16418] ppid=16408 vsize=867624 CPUtime=0
/proc/16410/task/16418/stat : 16418 (java) S 16408 16410 12942 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 246862785 888446976 23728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16410/tid=16419] ppid=16408 vsize=867624 CPUtime=0
/proc/16410/task/16419/stat : 16419 (java) S 16408 16410 12942 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 246862785 888446976 23728 996147200 134512640 134550740 4294955968 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) 867624

[startup+12.703 s]
/proc/loadavg: 2.06 2.00 2.00 3/82 16419
/proc/meminfo: memFree=1540128/2055912 swapFree=4178564/4192956
[pid=16410] ppid=16408 vsize=867624 CPUtime=12.55
/proc/16410/stat : 16410 (java) S 16408 16410 12942 0 -1 0 29865 0 4 0 1233 22 0 0 18 0 9 0 246862779 888446976 29196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16410/statm: 216906 29196 2006 9 0 211434 0
[pid=16410/tid=16412] ppid=16408 vsize=867624 CPUtime=12.05
/proc/16410/task/16412/stat : 16412 (java) R 16408 16410 12942 0 -1 64 15792 0 4 0 1191 14 0 0 25 0 9 0 246862781 888446976 29196 996147200 134512640 134550740 4294955968 18446744073709551615 4126911513 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16410/tid=16413] ppid=16408 vsize=867624 CPUtime=0.24
/proc/16410/task/16413/stat : 16413 (java) S 16408 16410 12942 0 -1 64 12687 0 0 0 19 5 0 0 17 0 9 0 246862783 888446976 29196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16410/tid=16414] ppid=16408 vsize=867624 CPUtime=0
/proc/16410/task/16414/stat : 16414 (java) S 16408 16410 12942 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 246862783 888446976 29196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16410/tid=16415] ppid=16408 vsize=867624 CPUtime=0
/proc/16410/task/16415/stat : 16415 (java) S 16408 16410 12942 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 246862783 888446976 29196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16410/tid=16416] ppid=16408 vsize=867624 CPUtime=0
/proc/16410/task/16416/stat : 16416 (java) S 16408 16410 12942 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 246862785 888446976 29196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16410/tid=16417] ppid=16408 vsize=867624 CPUtime=0.21
/proc/16410/task/16417/stat : 16417 (java) S 16408 16410 12942 0 -1 64 689 0 0 0 21 0 0 0 16 0 9 0 246862785 888446976 29196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16410/tid=16418] ppid=16408 vsize=867624 CPUtime=0
/proc/16410/task/16418/stat : 16418 (java) S 16408 16410 12942 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 246862785 888446976 29196 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16410/tid=16419] ppid=16408 vsize=867624 CPUtime=0
/proc/16410/task/16419/stat : 16419 (java) S 16408 16410 12942 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 246862785 888446976 29196 996147200 134512640 134550740 4294955968 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) 867624

[startup+25.5013 s]
/proc/loadavg: 2.05 2.00 2.00 3/82 16423
/proc/meminfo: memFree=1494552/2055912 swapFree=4178564/4192956
[pid=16410] ppid=16408 vsize=868036 CPUtime=25.22
/proc/16410/stat : 16410 (java) S 16408 16410 12942 0 -1 0 69626 892 5 2 2467 39 14 2 18 0 9 0 246862779 888868864 41155 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16410/statm: 217009 41155 2638 9 0 211515 0
[pid=16410/tid=16412] ppid=16408 vsize=868036 CPUtime=24.05
/proc/16410/task/16412/stat : 16412 (java) R 16408 16410 12942 0 -1 64 30875 892 4 2 2367 22 14 2 25 0 9 0 246862781 888868864 41155 996147200 134512640 134550740 4294955968 18446744073709551615 4126993412 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16410/tid=16413] ppid=16408 vsize=868036 CPUtime=0.92
/proc/16410/task/16413/stat : 16413 (java) S 16408 16410 12942 0 -1 64 36983 892 1 2 64 12 14 2 16 0 9 0 246862783 888868864 41155 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16410/tid=16414] ppid=16408 vsize=868036 CPUtime=0.16
/proc/16410/task/16414/stat : 16414 (java) S 16408 16410 12942 0 -1 64 18 892 0 2 0 0 14 2 16 0 9 0 246862783 888868864 41155 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16410/tid=16415] ppid=16408 vsize=868036 CPUtime=0.16
/proc/16410/task/16415/stat : 16415 (java) S 16408 16410 12942 0 -1 64 21 892 0 2 0 0 14 2 15 0 9 0 246862783 888868864 41155 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16410/tid=16416] ppid=16408 vsize=868036 CPUtime=0.16
/proc/16410/task/16416/stat : 16416 (java) S 16408 16410 12942 0 -1 64 0 892 0 2 0 0 14 2 18 0 9 0 246862785 888868864 41155 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16410/tid=16417] ppid=16408 vsize=868036 CPUtime=0.52
/proc/16410/task/16417/stat : 16417 (java) S 16408 16410 12942 0 -1 64 905 892 0 2 35 1 14 2 15 0 9 0 246862785 888868864 41155 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16410/tid=16418] ppid=16408 vsize=868036 CPUtime=0.16
/proc/16410/task/16418/stat : 16418 (java) S 16408 16410 12942 0 -1 64 2 892 0 2 0 0 14 2 19 0 9 0 246862785 888868864 41155 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16410/tid=16419] ppid=16408 vsize=868036 CPUtime=0.16
/proc/16410/task/16419/stat : 16419 (java) S 16408 16410 12942 0 -1 64 9 892 0 2 0 0 14 2 15 0 9 0 246862785 888868864 41155 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 868036

[startup+51.102 s]
/proc/loadavg: 2.03 2.00 2.00 3/82 16423
/proc/meminfo: memFree=1494680/2055912 swapFree=4178564/4192956
[pid=16410] ppid=16408 vsize=868036 CPUtime=50.6
/proc/16410/stat : 16410 (java) S 16408 16410 12942 0 -1 0 69929 892 5 2 5005 39 14 2 18 0 9 0 246862779 888868864 41156 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16410/statm: 217009 41156 2638 9 0 211515 0
[pid=16410/tid=16412] ppid=16408 vsize=868036 CPUtime=49.42
/proc/16410/task/16412/stat : 16412 (java) R 16408 16410 12942 0 -1 64 31172 892 4 2 4904 22 14 2 25 0 9 0 246862781 888868864 41156 996147200 134512640 134550740 4294955968 18446744073709551615 4126886093 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16410/tid=16413] ppid=16408 vsize=868036 CPUtime=0.92
/proc/16410/task/16413/stat : 16413 (java) S 16408 16410 12942 0 -1 64 36983 892 1 2 64 12 14 2 16 0 9 0 246862783 888868864 41156 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16410/tid=16414] ppid=16408 vsize=868036 CPUtime=0.16
/proc/16410/task/16414/stat : 16414 (java) S 16408 16410 12942 0 -1 64 18 892 0 2 0 0 14 2 16 0 9 0 246862783 888868864 41156 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16410/tid=16415] ppid=16408 vsize=868036 CPUtime=0.16
/proc/16410/task/16415/stat : 16415 (java) S 16408 16410 12942 0 -1 64 21 892 0 2 0 0 14 2 15 0 9 0 246862783 888868864 41156 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16410/tid=16416] ppid=16408 vsize=868036 CPUtime=0.16
/proc/16410/task/16416/stat : 16416 (java) S 16408 16410 12942 0 -1 64 0 892 0 2 0 0 14 2 18 0 9 0 246862785 888868864 41156 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16410/tid=16417] ppid=16408 vsize=868036 CPUtime=0.52
/proc/16410/task/16417/stat : 16417 (java) S 16408 16410 12942 0 -1 64 910 892 0 2 35 1 14 2 16 0 9 0 246862785 888868864 41156 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16410/tid=16418] ppid=16408 vsize=868036 CPUtime=0.16

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

/proc/16410/task/16415/stat : 16415 (java) S 16408 16410 12942 0 -1 64 21 892 0 2 0 0 14 2 15 0 9 0 246862783 888868864 49562 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16410/tid=16416] ppid=16408 vsize=868036 CPUtime=0.16
/proc/16410/task/16416/stat : 16416 (java) S 16408 16410 12942 0 -1 64 0 892 0 2 0 0 14 2 18 0 9 0 246862785 888868864 49562 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16410/tid=16417] ppid=16408 vsize=868036 CPUtime=0.61
/proc/16410/task/16417/stat : 16417 (java) S 16408 16410 12942 0 -1 64 964 892 0 2 44 1 14 2 16 0 9 0 246862785 888868864 49562 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16410/tid=16418] ppid=16408 vsize=868036 CPUtime=0.16
/proc/16410/task/16418/stat : 16418 (java) S 16408 16410 12942 0 -1 64 2 892 0 2 0 0 14 2 19 0 9 0 246862785 888868864 49562 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16410/tid=16419] ppid=16408 vsize=868036 CPUtime=0.16
/proc/16410/task/16419/stat : 16419 (java) S 16408 16410 12942 0 -1 64 10 892 0 2 0 0 14 2 15 0 9 0 246862785 888868864 49562 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1475.85
Current children cumulated vsize (KiB) 868036

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 16465
/proc/meminfo: memFree=1052624/2055912 swapFree=4178564/4192956
[pid=16410] ppid=16408 vsize=868036 CPUtime=1535.82
/proc/16410/stat : 16410 (java) S 16408 16410 12942 0 -1 0 80077 892 5 2 153517 49 14 2 18 0 9 0 246862779 888868864 49562 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16410/statm: 217009 49562 2638 9 0 211515 0
[pid=16410/tid=16412] ppid=16408 vsize=868036 CPUtime=1533.76
/proc/16410/task/16412/stat : 16412 (java) R 16408 16410 12942 0 -1 64 32885 892 4 2 153333 27 14 2 25 0 9 0 246862781 888868864 49562 996147200 134512640 134550740 4294955968 18446744073709551615 4127281589 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16410/tid=16413] ppid=16408 vsize=868036 CPUtime=1.73
/proc/16410/task/16413/stat : 16413 (java) S 16408 16410 12942 0 -1 64 45364 892 1 2 139 18 14 2 16 0 9 0 246862783 888868864 49562 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16410/tid=16414] ppid=16408 vsize=868036 CPUtime=0.16
/proc/16410/task/16414/stat : 16414 (java) S 16408 16410 12942 0 -1 64 18 892 0 2 0 0 14 2 16 0 9 0 246862783 888868864 49562 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16410/tid=16415] ppid=16408 vsize=868036 CPUtime=0.16
/proc/16410/task/16415/stat : 16415 (java) S 16408 16410 12942 0 -1 64 21 892 0 2 0 0 14 2 15 0 9 0 246862783 888868864 49562 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16410/tid=16416] ppid=16408 vsize=868036 CPUtime=0.16
/proc/16410/task/16416/stat : 16416 (java) S 16408 16410 12942 0 -1 64 0 892 0 2 0 0 14 2 18 0 9 0 246862785 888868864 49562 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16410/tid=16417] ppid=16408 vsize=868036 CPUtime=0.61
/proc/16410/task/16417/stat : 16417 (java) S 16408 16410 12942 0 -1 64 964 892 0 2 44 1 14 2 16 0 9 0 246862785 888868864 49562 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16410/tid=16418] ppid=16408 vsize=868036 CPUtime=0.16
/proc/16410/task/16418/stat : 16418 (java) S 16408 16410 12942 0 -1 64 2 892 0 2 0 0 14 2 19 0 9 0 246862785 888868864 49562 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16410/tid=16419] ppid=16408 vsize=868036 CPUtime=0.16
/proc/16410/task/16419/stat : 16419 (java) S 16408 16410 12942 0 -1 64 10 892 0 2 0 0 14 2 15 0 9 0 246862785 888868864 49562 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1535.82
Current children cumulated vsize (KiB) 868036

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 16465
/proc/meminfo: memFree=1052688/2055912 swapFree=4178564/4192956
[pid=16410] ppid=16408 vsize=868036 CPUtime=1595.8
/proc/16410/stat : 16410 (java) S 16408 16410 12942 0 -1 0 80083 892 5 2 159515 49 14 2 18 0 9 0 246862779 888868864 49562 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16410/statm: 217009 49562 2638 9 0 211515 0
[pid=16410/tid=16412] ppid=16408 vsize=868036 CPUtime=1593.72
/proc/16410/task/16412/stat : 16412 (java) R 16408 16410 12942 0 -1 64 32891 892 4 2 159329 27 14 2 25 0 9 0 246862781 888868864 49562 996147200 134512640 134550740 4294955968 18446744073709551615 4127122739 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16410/tid=16413] ppid=16408 vsize=868036 CPUtime=1.75
/proc/16410/task/16413/stat : 16413 (java) S 16408 16410 12942 0 -1 64 45364 892 1 2 141 18 14 2 16 0 9 0 246862783 888868864 49562 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16410/tid=16414] ppid=16408 vsize=868036 CPUtime=0.16
/proc/16410/task/16414/stat : 16414 (java) S 16408 16410 12942 0 -1 64 18 892 0 2 0 0 14 2 16 0 9 0 246862783 888868864 49562 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16410/tid=16415] ppid=16408 vsize=868036 CPUtime=0.16
/proc/16410/task/16415/stat : 16415 (java) S 16408 16410 12942 0 -1 64 21 892 0 2 0 0 14 2 15 0 9 0 246862783 888868864 49562 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16410/tid=16416] ppid=16408 vsize=868036 CPUtime=0.16
/proc/16410/task/16416/stat : 16416 (java) S 16408 16410 12942 0 -1 64 0 892 0 2 0 0 14 2 18 0 9 0 246862785 888868864 49562 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16410/tid=16417] ppid=16408 vsize=868036 CPUtime=0.61
/proc/16410/task/16417/stat : 16417 (java) S 16408 16410 12942 0 -1 64 964 892 0 2 44 1 14 2 16 0 9 0 246862785 888868864 49562 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16410/tid=16418] ppid=16408 vsize=868036 CPUtime=0.16
/proc/16410/task/16418/stat : 16418 (java) S 16408 16410 12942 0 -1 64 2 892 0 2 0 0 14 2 19 0 9 0 246862785 888868864 49562 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16410/tid=16419] ppid=16408 vsize=868036 CPUtime=0.16
/proc/16410/task/16419/stat : 16419 (java) S 16408 16410 12942 0 -1 64 10 892 0 2 0 0 14 2 15 0 9 0 246862785 888868864 49562 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1595.8
Current children cumulated vsize (KiB) 868036

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 16465
/proc/meminfo: memFree=1052624/2055912 swapFree=4178564/4192956
[pid=16410] ppid=16408 vsize=868036 CPUtime=1655.78
/proc/16410/stat : 16410 (java) S 16408 16410 12942 0 -1 0 80088 892 5 2 165513 49 14 2 18 0 9 0 246862779 888868864 49562 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16410/statm: 217009 49562 2638 9 0 211515 0
[pid=16410/tid=16412] ppid=16408 vsize=868036 CPUtime=1653.68
/proc/16410/task/16412/stat : 16412 (java) R 16408 16410 12942 0 -1 64 32896 892 4 2 165325 27 14 2 25 0 9 0 246862781 888868864 49562 996147200 134512640 134550740 4294955968 18446744073709551615 4127296209 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16410/tid=16413] ppid=16408 vsize=868036 CPUtime=1.76
/proc/16410/task/16413/stat : 16413 (java) S 16408 16410 12942 0 -1 64 45364 892 1 2 142 18 14 2 16 0 9 0 246862783 888868864 49562 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16410/tid=16414] ppid=16408 vsize=868036 CPUtime=0.16
/proc/16410/task/16414/stat : 16414 (java) S 16408 16410 12942 0 -1 64 18 892 0 2 0 0 14 2 16 0 9 0 246862783 888868864 49562 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16410/tid=16415] ppid=16408 vsize=868036 CPUtime=0.16
/proc/16410/task/16415/stat : 16415 (java) S 16408 16410 12942 0 -1 64 21 892 0 2 0 0 14 2 15 0 9 0 246862783 888868864 49562 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16410/tid=16416] ppid=16408 vsize=868036 CPUtime=0.16
/proc/16410/task/16416/stat : 16416 (java) S 16408 16410 12942 0 -1 64 0 892 0 2 0 0 14 2 18 0 9 0 246862785 888868864 49562 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16410/tid=16417] ppid=16408 vsize=868036 CPUtime=0.61
/proc/16410/task/16417/stat : 16417 (java) S 16408 16410 12942 0 -1 64 964 892 0 2 44 1 14 2 16 0 9 0 246862785 888868864 49562 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16410/tid=16418] ppid=16408 vsize=868036 CPUtime=0.16
/proc/16410/task/16418/stat : 16418 (java) S 16408 16410 12942 0 -1 64 2 892 0 2 0 0 14 2 19 0 9 0 246862785 888868864 49562 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16410/tid=16419] ppid=16408 vsize=868036 CPUtime=0.16
/proc/16410/task/16419/stat : 16419 (java) S 16408 16410 12942 0 -1 64 10 892 0 2 0 0 14 2 15 0 9 0 246862785 888868864 49562 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1655.78
Current children cumulated vsize (KiB) 868036

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 16465
/proc/meminfo: memFree=1052560/2055912 swapFree=4178564/4192956
[pid=16410] ppid=16408 vsize=868036 CPUtime=1715.76
/proc/16410/stat : 16410 (java) S 16408 16410 12942 0 -1 0 80107 892 5 2 171510 50 14 2 18 0 9 0 246862779 888868864 49574 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16410/statm: 217009 49574 2638 9 0 211515 0
[pid=16410/tid=16412] ppid=16408 vsize=868036 CPUtime=1713.64
/proc/16410/task/16412/stat : 16412 (java) R 16408 16410 12942 0 -1 64 32903 892 4 2 171321 27 14 2 25 0 9 0 246862781 888868864 49574 996147200 134512640 134550740 4294955968 18446744073709551615 4126993429 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16410/tid=16413] ppid=16408 vsize=868036 CPUtime=1.78
/proc/16410/task/16413/stat : 16413 (java) S 16408 16410 12942 0 -1 64 45376 892 1 2 144 18 14 2 16 0 9 0 246862783 888868864 49574 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16410/tid=16414] ppid=16408 vsize=868036 CPUtime=0.16
/proc/16410/task/16414/stat : 16414 (java) S 16408 16410 12942 0 -1 64 18 892 0 2 0 0 14 2 16 0 9 0 246862783 888868864 49574 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16410/tid=16415] ppid=16408 vsize=868036 CPUtime=0.16
/proc/16410/task/16415/stat : 16415 (java) S 16408 16410 12942 0 -1 64 21 892 0 2 0 0 14 2 15 0 9 0 246862783 888868864 49574 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16410/tid=16416] ppid=16408 vsize=868036 CPUtime=0.16
/proc/16410/task/16416/stat : 16416 (java) S 16408 16410 12942 0 -1 64 0 892 0 2 0 0 14 2 18 0 9 0 246862785 888868864 49574 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16410/tid=16417] ppid=16408 vsize=868036 CPUtime=0.61
/proc/16410/task/16417/stat : 16417 (java) S 16408 16410 12942 0 -1 64 964 892 0 2 44 1 14 2 16 0 9 0 246862785 888868864 49574 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16410/tid=16418] ppid=16408 vsize=868036 CPUtime=0.16
/proc/16410/task/16418/stat : 16418 (java) S 16408 16410 12942 0 -1 64 2 892 0 2 0 0 14 2 19 0 9 0 246862785 888868864 49574 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16410/tid=16419] ppid=16408 vsize=868036 CPUtime=0.16
/proc/16410/task/16419/stat : 16419 (java) S 16408 16410 12942 0 -1 64 10 892 0 2 0 0 14 2 15 0 9 0 246862785 888868864 49574 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1715.76
Current children cumulated vsize (KiB) 868036

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 16465
/proc/meminfo: memFree=1052368/2055912 swapFree=4178564/4192956
[pid=16410] ppid=16408 vsize=868036 CPUtime=1775.74
/proc/16410/stat : 16410 (java) S 16408 16410 12942 0 -1 0 80115 892 5 2 177508 50 14 2 18 0 9 0 246862779 888868864 49574 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16410/statm: 217009 49574 2638 9 0 211515 0
[pid=16410/tid=16412] ppid=16408 vsize=868036 CPUtime=1773.6
/proc/16410/task/16412/stat : 16412 (java) R 16408 16410 12942 0 -1 64 32911 892 4 2 177317 27 14 2 25 0 9 0 246862781 888868864 49574 996147200 134512640 134550740 4294955968 18446744073709551615 4127290917 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16410/tid=16413] ppid=16408 vsize=868036 CPUtime=1.8
/proc/16410/task/16413/stat : 16413 (java) S 16408 16410 12942 0 -1 64 45376 892 1 2 146 18 14 2 16 0 9 0 246862783 888868864 49574 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16410/tid=16414] ppid=16408 vsize=868036 CPUtime=0.16
/proc/16410/task/16414/stat : 16414 (java) S 16408 16410 12942 0 -1 64 18 892 0 2 0 0 14 2 16 0 9 0 246862783 888868864 49574 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16410/tid=16415] ppid=16408 vsize=868036 CPUtime=0.16
/proc/16410/task/16415/stat : 16415 (java) S 16408 16410 12942 0 -1 64 21 892 0 2 0 0 14 2 15 0 9 0 246862783 888868864 49574 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16410/tid=16416] ppid=16408 vsize=868036 CPUtime=0.16
/proc/16410/task/16416/stat : 16416 (java) S 16408 16410 12942 0 -1 64 0 892 0 2 0 0 14 2 18 0 9 0 246862785 888868864 49574 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16410/tid=16417] ppid=16408 vsize=868036 CPUtime=0.61
/proc/16410/task/16417/stat : 16417 (java) S 16408 16410 12942 0 -1 64 964 892 0 2 44 1 14 2 16 0 9 0 246862785 888868864 49574 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16410/tid=16418] ppid=16408 vsize=868036 CPUtime=0.16
/proc/16410/task/16418/stat : 16418 (java) S 16408 16410 12942 0 -1 64 2 892 0 2 0 0 14 2 19 0 9 0 246862785 888868864 49574 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16410/tid=16419] ppid=16408 vsize=868036 CPUtime=0.16
/proc/16410/task/16419/stat : 16419 (java) S 16408 16410 12942 0 -1 64 10 892 0 2 0 0 14 2 15 0 9 0 246862785 888868864 49574 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1775.74
Current children cumulated vsize (KiB) 868036



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 16465
/proc/meminfo: memFree=1052368/2055912 swapFree=4178564/4192956
[pid=16410] ppid=16408 vsize=868036 CPUtime=1800.04
/proc/16410/stat : 16410 (java) S 16408 16410 12942 0 -1 0 80118 892 5 2 179938 50 14 2 18 0 9 0 246862779 888868864 49574 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16410/statm: 217009 49574 2638 9 0 211515 0
[pid=16410/tid=16412] ppid=16408 vsize=868036 CPUtime=1797.89
/proc/16410/task/16412/stat : 16412 (java) R 16408 16410 12942 0 -1 64 32914 892 4 2 179746 27 14 2 25 0 9 0 246862781 888868864 49574 996147200 134512640 134550740 4294955968 18446744073709551615 4126994040 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16410/tid=16413] ppid=16408 vsize=868036 CPUtime=1.81
/proc/16410/task/16413/stat : 16413 (java) S 16408 16410 12942 0 -1 64 45376 892 1 2 147 18 14 2 16 0 9 0 246862783 888868864 49574 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16410/tid=16414] ppid=16408 vsize=868036 CPUtime=0.16
/proc/16410/task/16414/stat : 16414 (java) S 16408 16410 12942 0 -1 64 18 892 0 2 0 0 14 2 16 0 9 0 246862783 888868864 49574 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16410/tid=16415] ppid=16408 vsize=868036 CPUtime=0.16
/proc/16410/task/16415/stat : 16415 (java) S 16408 16410 12942 0 -1 64 21 892 0 2 0 0 14 2 15 0 9 0 246862783 888868864 49574 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16410/tid=16416] ppid=16408 vsize=868036 CPUtime=0.16
/proc/16410/task/16416/stat : 16416 (java) S 16408 16410 12942 0 -1 64 0 892 0 2 0 0 14 2 18 0 9 0 246862785 888868864 49574 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16410/tid=16417] ppid=16408 vsize=868036 CPUtime=0.61
/proc/16410/task/16417/stat : 16417 (java) S 16408 16410 12942 0 -1 64 964 892 0 2 44 1 14 2 16 0 9 0 246862785 888868864 49574 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16410/tid=16418] ppid=16408 vsize=868036 CPUtime=0.16
/proc/16410/task/16418/stat : 16418 (java) S 16408 16410 12942 0 -1 64 2 892 0 2 0 0 14 2 19 0 9 0 246862785 888868864 49574 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16410/tid=16419] ppid=16408 vsize=868036 CPUtime=0.16
/proc/16410/task/16419/stat : 16419 (java) S 16408 16410 12942 0 -1 64 10 892 0 2 0 0 14 2 15 0 9 0 246862785 888868864 49574 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 868036

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): 1806.7
CPU time (s): 1800.14
CPU user time (s): 1799.59
CPU system time (s): 0.554915
CPU usage (%): 99.6374
Max. virtual memory (cumulated for all children) (KiB): 868036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.59
system time used= 0.554915
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81042
page faults= 7
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40409
involuntary context switches= 36225

runsolver used 2.31365 second user time and 5.9311 second system time

The end

Launcher Data (download as text)

Begin job on node78 at 2008-07-05 05:14:38
IDJOB=1083405
IDBENCH=57473
IDSOLVER=364
FILE ID=node78/1083405-1215227677
PBS_JOBID= 7881789
Free space on /tmp= 126636 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/super-js/super-js-taillard-20/normalized-super-js-taillard-20-7.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-1083405-1215227677/watcher-1083405-1215227677 -o /tmp/evaluation-result-1083405-1215227677/solver-1083405-1215227677 -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-1083405-1215227677.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a5fe6063268d909d41d212ba29ec3b57
RANDOM SEED=986873384

node78.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.247
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.247
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:      2055912 kB
MemFree:       1651528 kB
Buffers:          6920 kB
Cached:          58856 kB
SwapCached:       7664 kB
Active:         317040 kB
Inactive:        22448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:       1651528 kB
SwapTotal:     4192956 kB
SwapFree:      4178564 kB
Dirty:            3764 kB
Writeback:           0 kB
Mapped:         282356 kB
Slab:            49752 kB
Committed_AS:  1017244 kB
PageTables:       2100 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126636 MiB
End job on node78 at 2008-07-05 05:44:46