Trace number 2094265

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 AC? (TO) 1800.23 1811.91

General information on the benchmark

Namecsp/compet08/
normalized-patat-08-comp-9.xml
MD5SUM4d24835c800de52d756640e8552cd3e9
Bench CategoryAlldiff (alldiff)
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 constraints32974
Maximum constraint arity24
Maximum domain size33
Number of constraints which are defined in extension0
Number of constraints which are defined in intension32474
Global constraints used (with number of constraints)alldifferent(500)

Solver Data

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=mac.xml
0.27/0.32	   
0.27/0.32	   instance
0.27/0.32	     name=HOME/instance-2094265-1247403138.xml
0.27/0.36	   
0.27/0.36	   domains being loaded...
0.48/0.55	   
0.48/0.55	   variables being loaded...
0.58/0.66	     nbVariables=800  nbDomainTypes=421  minDomainSize=1  maxDomainSize=33  nbTotalValues=11855
0.58/0.66	       =>  wckTime=0.419  cpuTime=0.29  mem=10M813
0.58/0.66	   
0.58/0.66	   predicates being loaded...
0.68/0.72	   
0.68/0.72	   constraints being loaded...
21.27/21.57	   
21.27/21.57	   INFO : Stopping converting binary constraints (cpu=20.06, mem = 108M745)
41.46/41.94	     nbConstraints=32974  nbGlobalConstraints=500  nbSingletonDomainVariables=94  nbConflictsStructures=17569
41.46/41.94	     nbSharedConflictsStructures=0  nbUnbuiltConflictsStructures=14905  nbSharedBinaryRepresentations=0
41.46/41.94	     nbEvaluationManagers=32474  nbSharedEvaluationManagers=0  minDegree=54  maxDegree=360  minArity=4  avgArity=4.26
41.46/41.94	     maxArity=24  nbGenerators=0  nbFusions=0  symmetryWckTime=1.849  symmetryCpuTime=0.64
41.46/41.94	       =>  wckTime=41.697  cpuTime=38.44  mem=225M234
42.16/42.63	   
42.16/42.63	   solver IterativeSystematicSolver being built... 
43.64/44.19	   
43.64/44.19	   INFO : Forward propagation technique limited 
43.73/44.29	       =>  wckTime=44.047  cpuTime=39.46  mem=296M588
44.64/45.11	   
44.64/45.11	   preprocessing
44.64/45.11	     nbConstraintChecks=925934  nbValidityChecks=51323  nbPropagations=800  nbRevisions=59620  nbUselessRevisions=59620
44.64/45.11	     nbRemovedValues=0  detectedInconsistency=no
44.64/45.11	       =>  wckTime=0.819  cpuTime=0.78  mem=301M663
60.98/61.65	   
60.98/61.65	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=291M441)

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2094265-1247403138/watcher-2094265-1247403138 -o /tmp/evaluation-result-2094265-1247403138/solver-2094265-1247403138 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2094265-1247403138.xml 

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


[startup+0 s]
/proc/loadavg: 1.92 1.95 1.73 3/80 31760
/proc/meminfo: memFree=1718176/2055920 swapFree=4192812/4192956
[pid=31760] ppid=31758 vsize=10676 CPUtime=0
/proc/31760/stat : 31760 (java) S 31758 31760 31459 0 -1 0 678 0 0 0 0 0 0 0 18 0 2 0 27381186 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/31760/statm: 2669 474 207 9 0 1184 0
[pid=31760/tid=31761] ppid=31758 vsize=10676 CPUtime=0
/proc/31760/task/31761/stat : 31761 (java) R 31758 31760 31459 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 27381187 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 11263960 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.101652 s]
/proc/loadavg: 1.92 1.95 1.73 3/80 31760
/proc/meminfo: memFree=1718176/2055920 swapFree=4192812/4192956
[pid=31760] ppid=31758 vsize=865984 CPUtime=0.08
/proc/31760/stat : 31760 (java) S 31758 31760 31459 0 -1 0 3725 0 1 0 6 2 0 0 18 0 9 0 27381186 886767616 3193 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31760/statm: 216496 3193 1690 9 0 210981 0
[pid=31760/tid=31761] ppid=31758 vsize=865984 CPUtime=0.07
/proc/31760/task/31761/stat : 31761 (java) R 31758 31760 31459 0 -1 64 2817 0 1 0 6 1 0 0 18 0 9 0 27381187 886767616 3193 996147200 134512640 134550932 4294955968 18446744073709551615 4125960324 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.201664 s]
/proc/loadavg: 1.92 1.95 1.73 3/80 31760
/proc/meminfo: memFree=1718176/2055920 swapFree=4192812/4192956
[pid=31760] ppid=31758 vsize=866144 CPUtime=0.18
/proc/31760/stat : 31760 (java) S 31758 31760 31459 0 -1 0 4695 0 1 0 14 4 0 0 18 0 9 0 27381186 886931456 4112 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31760/statm: 216536 4112 1875 9 0 211014 0
[pid=31760/tid=31761] ppid=31758 vsize=866144 CPUtime=0.17
/proc/31760/task/31761/stat : 31761 (java) R 31758 31760 31459 0 -1 64 3787 0 1 0 14 3 0 0 18 0 9 0 27381187 886931456 4112 996147200 134512640 134550932 4294955968 18446744073709551615 10884060 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 866144

[startup+0.301672 s]
/proc/loadavg: 1.92 1.95 1.73 3/80 31760
/proc/meminfo: memFree=1718176/2055920 swapFree=4192812/4192956
[pid=31760] ppid=31758 vsize=866296 CPUtime=0.27
/proc/31760/stat : 31760 (java) S 31758 31760 31459 0 -1 0 5691 0 1 0 23 4 0 0 18 0 9 0 27381186 887087104 5094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31760/statm: 216574 5094 1927 9 0 211052 0
[pid=31760/tid=31761] ppid=31758 vsize=866296 CPUtime=0.24
/proc/31760/task/31761/stat : 31761 (java) R 31758 31760 31459 0 -1 64 4726 0 1 0 21 3 0 0 19 0 9 0 27381187 887087104 5094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 2147483391 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 866296

[startup+0.701714 s]
/proc/loadavg: 1.92 1.95 1.73 3/80 31760
/proc/meminfo: memFree=1718176/2055920 swapFree=4192812/4192956
[pid=31760] ppid=31758 vsize=867200 CPUtime=0.68
/proc/31760/stat : 31760 (java) S 31758 31760 31459 0 -1 0 7997 0 1 0 61 7 0 0 18 0 9 0 27381186 888012800 7352 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31760/statm: 216800 7352 2027 9 0 211236 0
[pid=31760/tid=31761] ppid=31758 vsize=867200 CPUtime=0.53
/proc/31760/task/31761/stat : 31761 (java) R 31758 31760 31459 0 -1 64 6804 0 1 0 48 5 0 0 20 0 9 0 27381187 888012800 7352 996147200 134512640 134550932 4294955968 18446744073709551615 102337857 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867200

[startup+1.5018 s]
/proc/loadavg: 1.92 1.95 1.73 3/89 31769
/proc/meminfo: memFree=1677464/2055920 swapFree=4192812/4192956
[pid=31760] ppid=31758 vsize=867728 CPUtime=1.47
/proc/31760/stat : 31760 (java) S 31758 31760 31459 0 -1 0 18523 0 1 0 134 13 0 0 18 0 9 0 27381186 888553472 17851 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31760/statm: 216932 17851 2028 9 0 211390 0
[pid=31760/tid=31761] ppid=31758 vsize=867728 CPUtime=1.22
/proc/31760/task/31761/stat : 31761 (java) R 31758 31760 31459 0 -1 64 15802 0 1 0 111 11 0 0 25 0 9 0 27381187 888553472 17851 996147200 134512640 134550932 4294955968 18446744073709551615 102640177 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31760/tid=31763] ppid=31758 vsize=867728 CPUtime=0.06
/proc/31760/task/31763/stat : 31763 (java) S 31758 31760 31459 0 -1 64 1343 0 0 0 6 0 0 0 16 0 9 0 27381189 888553472 17851 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31760/tid=31764] ppid=31758 vsize=867728 CPUtime=0
/proc/31760/task/31764/stat : 31764 (java) S 31758 31760 31459 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27381189 888553472 17851 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31760/tid=31765] ppid=31758 vsize=867728 CPUtime=0
/proc/31760/task/31765/stat : 31765 (java) S 31758 31760 31459 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27381189 888553472 17851 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31760/tid=31766] ppid=31758 vsize=867728 CPUtime=0
/proc/31760/task/31766/stat : 31766 (java) S 31758 31760 31459 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 27381191 888553472 17851 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31760/tid=31767] ppid=31758 vsize=867728 CPUtime=0.17
/proc/31760/task/31767/stat : 31767 (java) S 31758 31760 31459 0 -1 64 675 0 0 0 17 0 0 0 16 0 9 0 27381191 888553472 17851 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31760/tid=31768] ppid=31758 vsize=867728 CPUtime=0
/proc/31760/task/31768/stat : 31768 (java) S 31758 31760 31459 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 27381191 888553472 17851 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31760/tid=31769] ppid=31758 vsize=867728 CPUtime=0
/proc/31760/task/31769/stat : 31769 (java) S 31758 31760 31459 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27381191 888553472 17851 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867728

[startup+3.10197 s]
/proc/loadavg: 1.92 1.95 1.73 4/89 31769
/proc/meminfo: memFree=1647832/2055920 swapFree=4192812/4192956
[pid=31760] ppid=31758 vsize=867728 CPUtime=3.05
/proc/31760/stat : 31760 (java) S 31758 31760 31459 0 -1 0 22792 0 1 0 290 15 0 0 18 0 9 0 27381186 888553472 22118 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31760/statm: 216932 22118 2029 9 0 211390 0
[pid=31760/tid=31761] ppid=31758 vsize=867728 CPUtime=2.57
/proc/31760/task/31761/stat : 31761 (java) R 31758 31760 31459 0 -1 64 15815 0 1 0 246 11 0 0 25 0 9 0 27381187 888553472 22118 996147200 134512640 134550932 4294955968 18446744073709551615 4126538858 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31760/tid=31763] ppid=31758 vsize=867728 CPUtime=0.27
/proc/31760/task/31763/stat : 31763 (java) S 31758 31760 31459 0 -1 64 5589 0 0 0 25 2 0 0 16 0 9 0 27381189 888553472 22118 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31760/tid=31764] ppid=31758 vsize=867728 CPUtime=0
/proc/31760/task/31764/stat : 31764 (java) S 31758 31760 31459 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27381189 888553472 22118 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31760/tid=31765] ppid=31758 vsize=867728 CPUtime=0
/proc/31760/task/31765/stat : 31765 (java) S 31758 31760 31459 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27381189 888553472 22118 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31760/tid=31766] ppid=31758 vsize=867728 CPUtime=0
/proc/31760/task/31766/stat : 31766 (java) S 31758 31760 31459 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 27381191 888553472 22118 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31760/tid=31767] ppid=31758 vsize=867728 CPUtime=0.18
/proc/31760/task/31767/stat : 31767 (java) S 31758 31760 31459 0 -1 64 685 0 0 0 18 0 0 0 16 0 9 0 27381191 888553472 22118 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31760/tid=31768] ppid=31758 vsize=867728 CPUtime=0
/proc/31760/task/31768/stat : 31768 (java) S 31758 31760 31459 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 27381191 888553472 22118 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31760/tid=31769] ppid=31758 vsize=867728 CPUtime=0
/proc/31760/task/31769/stat : 31769 (java) S 31758 31760 31459 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27381191 888553472 22118 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867728

[startup+6.3023 s]
/proc/loadavg: 1.93 1.95 1.73 3/89 31769
/proc/meminfo: memFree=1627608/2055920 swapFree=4192812/4192956
[pid=31760] ppid=31758 vsize=867728 CPUtime=6.22
/proc/31760/stat : 31760 (java) S 31758 31760 31459 0 -1 0 25131 0 1 0 596 26 0 0 18 0 9 0 27381186 888553472 24453 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31760/statm: 216932 24453 2029 9 0 211390 0
[pid=31760/tid=31761] ppid=31758 vsize=867728 CPUtime=5.58
/proc/31760/task/31761/stat : 31761 (java) R 31758 31760 31459 0 -1 64 15836 0 1 0 536 22 0 0 25 0 9 0 27381187 888553472 24453 996147200 134512640 134550932 4294955968 18446744073709551615 10739286 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31760/tid=31763] ppid=31758 vsize=867728 CPUtime=0.35
/proc/31760/task/31763/stat : 31763 (java) S 31758 31760 31459 0 -1 64 7850 0 0 0 33 2 0 0 17 0 9 0 27381189 888553472 24453 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31760/tid=31764] ppid=31758 vsize=867728 CPUtime=0
/proc/31760/task/31764/stat : 31764 (java) S 31758 31760 31459 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27381189 888553472 24453 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31760/tid=31765] ppid=31758 vsize=867728 CPUtime=0
/proc/31760/task/31765/stat : 31765 (java) S 31758 31760 31459 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27381189 888553472 24453 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31760/tid=31766] ppid=31758 vsize=867728 CPUtime=0
/proc/31760/task/31766/stat : 31766 (java) S 31758 31760 31459 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 27381191 888553472 24453 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31760/tid=31767] ppid=31758 vsize=867728 CPUtime=0.26
/proc/31760/task/31767/stat : 31767 (java) S 31758 31760 31459 0 -1 64 742 0 0 0 26 0 0 0 15 0 9 0 27381191 888553472 24453 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31760/tid=31768] ppid=31758 vsize=867728 CPUtime=0
/proc/31760/task/31768/stat : 31768 (java) S 31758 31760 31459 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 27381191 888553472 24453 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31760/tid=31769] ppid=31758 vsize=867728 CPUtime=0
/proc/31760/task/31769/stat : 31769 (java) S 31758 31760 31459 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27381191 888553472 24453 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 867728

[startup+12.703 s]
/proc/loadavg: 1.93 1.95 1.74 3/89 31769
/proc/meminfo: memFree=1606168/2055920 swapFree=4192812/4192956
[pid=31760] ppid=31758 vsize=867728 CPUtime=12.56
/proc/31760/stat : 31760 (java) S 31758 31760 31459 0 -1 0 32267 0 1 0 1203 53 0 0 18 0 9 0 27381186 888553472 31585 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31760/statm: 216932 31585 2029 9 0 211390 0
[pid=31760/tid=31761] ppid=31758 vsize=867728 CPUtime=11.71
/proc/31760/task/31761/stat : 31761 (java) R 31758 31760 31459 0 -1 64 15840 0 1 0 1124 47 0 0 25 0 9 0 27381187 888553472 31585 996147200 134512640 134550932 4294955968 18446744073709551615 102640086 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31760/tid=31763] ppid=31758 vsize=867728 CPUtime=0.57
/proc/31760/task/31763/stat : 31763 (java) S 31758 31760 31459 0 -1 64 14982 0 0 0 52 5 0 0 16 0 9 0 27381189 888553472 31585 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31760/tid=31764] ppid=31758 vsize=867728 CPUtime=0
/proc/31760/task/31764/stat : 31764 (java) S 31758 31760 31459 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27381189 888553472 31585 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31760/tid=31765] ppid=31758 vsize=867728 CPUtime=0
/proc/31760/task/31765/stat : 31765 (java) S 31758 31760 31459 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27381189 888553472 31585 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31760/tid=31766] ppid=31758 vsize=867728 CPUtime=0
/proc/31760/task/31766/stat : 31766 (java) S 31758 31760 31459 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 27381191 888553472 31585 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31760/tid=31767] ppid=31758 vsize=867728 CPUtime=0.26
/proc/31760/task/31767/stat : 31767 (java) S 31758 31760 31459 0 -1 64 742 0 0 0 26 0 0 0 15 0 9 0 27381191 888553472 31585 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31760/tid=31768] ppid=31758 vsize=867728 CPUtime=0
/proc/31760/task/31768/stat : 31768 (java) S 31758 31760 31459 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 27381191 888553472 31585 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31760/tid=31769] ppid=31758 vsize=867728 CPUtime=0
/proc/31760/task/31769/stat : 31769 (java) S 31758 31760 31459 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27381191 888553472 31585 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 867728

[startup+25.5023 s]
/proc/loadavg: 1.95 1.96 1.74 3/89 31769
/proc/meminfo: memFree=1549272/2055920 swapFree=4192812/4192956
[pid=31760] ppid=31758 vsize=867728 CPUtime=25.24
/proc/31760/stat : 31760 (java) S 31758 31760 31459 0 -1 0 44715 0 1 0 2436 88 0 0 18 0 9 0 27381186 888553472 44026 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31760/statm: 216932 44026 2029 9 0 211390 0
[pid=31760/tid=31761] ppid=31758 vsize=867728 CPUtime=23.99
/proc/31760/task/31761/stat : 31761 (java) R 31758 31760 31459 0 -1 64 15847 0 1 0 2323 76 0 0 25 0 9 0 27381187 888553472 44026 996147200 134512640 134550932 4294955968 18446744073709551615 4126965367 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31760/tid=31763] ppid=31758 vsize=867728 CPUtime=0.95
/proc/31760/task/31763/stat : 31763 (java) S 31758 31760 31459 0 -1 64 27422 0 0 0 85 10 0 0 16 0 9 0 27381189 888553472 44026 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31760/tid=31764] ppid=31758 vsize=867728 CPUtime=0
/proc/31760/task/31764/stat : 31764 (java) S 31758 31760 31459 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27381189 888553472 44026 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31760/tid=31765] ppid=31758 vsize=867728 CPUtime=0
/proc/31760/task/31765/stat : 31765 (java) S 31758 31760 31459 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27381189 888553472 44026 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31760/tid=31766] ppid=31758 vsize=867728 CPUtime=0
/proc/31760/task/31766/stat : 31766 (java) S 31758 31760 31459 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 27381191 888553472 44026 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31760/tid=31767] ppid=31758 vsize=867728 CPUtime=0.26
/proc/31760/task/31767/stat : 31767 (java) S 31758 31760 31459 0 -1 64 743 0 0 0 26 0 0 0 16 0 9 0 27381191 888553472 44026 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31760/tid=31768] ppid=31758 vsize=867728 CPUtime=0
/proc/31760/task/31768/stat : 31768 (java) S 31758 31760 31459 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 27381191 888553472 44026 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31760/tid=31769] ppid=31758 vsize=867728 CPUtime=0
/proc/31760/task/31769/stat : 31769 (java) S 31758 31760 31459 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27381191 888553472 44026 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 867728

[startup+51.103 s]
/proc/loadavg: 1.96 1.96 1.74 4/89 31773
/proc/meminfo: memFree=1376920/2055920 swapFree=4192812/4192956
[pid=31760] ppid=31758 vsize=868052 CPUtime=50.58
/proc/31760/stat : 31760 (java) S 31758 31760 31459 0 -1 0 147781 3112 1 0 4856 121 76 5 18 0 9 0 27381186 888885248 88657 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31760/statm: 217013 88657 2640 9 0 211471 0
[pid=31760/tid=31761] ppid=31758 vsize=868052 CPUtime=47.06
/proc/31760/task/31761/stat : 31761 (java) R 31758 31760 31459 0 -1 64 29215 3112 1 0 4543 82 76 5 25 0 9 0 27381187 888885248 88657 996147200 134512640 134550932 4294955968 18446744073709551615 4127411085 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31760/tid=31763] ppid=31758 vsize=868052 CPUtime=3.86
/proc/31760/task/31763/stat : 31763 (java) S 31758 31760 31459 0 -1 64 116655 3112 0 0 270 35 76 5 16 0 9 0 27381189 888885248 88657 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0

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

/proc/31760/task/31765/stat : 31765 (java) S 31758 31760 31459 0 -1 64 28 3112 0 0 0 0 76 5 16 0 9 0 27381189 888885248 90133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31760/tid=31766] ppid=31758 vsize=868052 CPUtime=0.81
/proc/31760/task/31766/stat : 31766 (java) S 31758 31760 31459 0 -1 64 2 3112 0 0 0 0 76 5 18 0 9 0 27381191 888885248 90133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31760/tid=31767] ppid=31758 vsize=868052 CPUtime=1.27
/proc/31760/task/31767/stat : 31767 (java) S 31758 31760 31459 0 -1 64 1058 3112 0 0 45 1 76 5 16 0 9 0 27381191 888885248 90133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31760/tid=31768] ppid=31758 vsize=868052 CPUtime=0.81
/proc/31760/task/31768/stat : 31768 (java) S 31758 31760 31459 0 -1 64 1 3112 0 0 0 0 76 5 19 0 9 0 27381191 888885248 90133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31760/tid=31769] ppid=31758 vsize=868052 CPUtime=0.81
/proc/31760/task/31769/stat : 31769 (java) S 31758 31760 31459 0 -1 64 16 3112 0 0 0 0 76 5 15 0 9 0 27381191 888885248 90133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1530.94
Current children cumulated vsize (KiB) 868052

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 1.92 3/89 31859
/proc/meminfo: memFree=1413144/2055920 swapFree=4192812/4192956
[pid=31760] ppid=31758 vsize=868052 CPUtime=1590.67
/proc/31760/stat : 31760 (java) S 31758 31760 31459 0 -1 0 149424 3112 1 0 158860 126 76 5 18 0 9 0 27381186 888885248 90133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31760/statm: 217013 90133 2640 9 0 211471 0
[pid=31760/tid=31761] ppid=31758 vsize=868052 CPUtime=1584.48
/proc/31760/task/31761/stat : 31761 (java) R 31758 31760 31459 0 -1 64 29378 3112 1 0 158282 85 76 5 25 0 9 0 27381187 888885248 90133 996147200 134512640 134550932 4294955968 18446744073709551615 4127388736 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31760/tid=31763] ppid=31758 vsize=868052 CPUtime=6.5
/proc/31760/task/31763/stat : 31763 (java) S 31758 31760 31459 0 -1 64 118112 3112 0 0 532 37 76 5 16 0 9 0 27381189 888885248 90133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31760/tid=31764] ppid=31758 vsize=868052 CPUtime=0.81
/proc/31760/task/31764/stat : 31764 (java) S 31758 31760 31459 0 -1 64 20 3112 0 0 0 0 76 5 16 0 9 0 27381189 888885248 90133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31760/tid=31765] ppid=31758 vsize=868052 CPUtime=0.81
/proc/31760/task/31765/stat : 31765 (java) S 31758 31760 31459 0 -1 64 28 3112 0 0 0 0 76 5 16 0 9 0 27381189 888885248 90133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31760/tid=31766] ppid=31758 vsize=868052 CPUtime=0.81
/proc/31760/task/31766/stat : 31766 (java) S 31758 31760 31459 0 -1 64 2 3112 0 0 0 0 76 5 18 0 9 0 27381191 888885248 90133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31760/tid=31767] ppid=31758 vsize=868052 CPUtime=1.27
/proc/31760/task/31767/stat : 31767 (java) S 31758 31760 31459 0 -1 64 1058 3112 0 0 45 1 76 5 16 0 9 0 27381191 888885248 90133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31760/tid=31768] ppid=31758 vsize=868052 CPUtime=0.81
/proc/31760/task/31768/stat : 31768 (java) S 31758 31760 31459 0 -1 64 1 3112 0 0 0 0 76 5 19 0 9 0 27381191 888885248 90133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31760/tid=31769] ppid=31758 vsize=868052 CPUtime=0.81
/proc/31760/task/31769/stat : 31769 (java) S 31758 31760 31459 0 -1 64 16 3112 0 0 0 0 76 5 15 0 9 0 27381191 888885248 90133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1590.67
Current children cumulated vsize (KiB) 868052

[startup+1662.3 s]
/proc/loadavg: 2.01 2.00 1.92 3/89 31859
/proc/meminfo: memFree=1413080/2055920 swapFree=4192812/4192956
[pid=31760] ppid=31758 vsize=868052 CPUtime=1650.65
/proc/31760/stat : 31760 (java) S 31758 31760 31459 0 -1 0 149429 3112 1 0 164857 127 76 5 18 0 9 0 27381186 888885248 90133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31760/statm: 217013 90133 2640 9 0 211471 0
[pid=31760/tid=31761] ppid=31758 vsize=868052 CPUtime=1644.39
/proc/31760/task/31761/stat : 31761 (java) R 31758 31760 31459 0 -1 64 29383 3112 1 0 164272 86 76 5 25 0 9 0 27381187 888885248 90133 996147200 134512640 134550932 4294955968 18446744073709551615 4127383474 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31760/tid=31763] ppid=31758 vsize=868052 CPUtime=6.56
/proc/31760/task/31763/stat : 31763 (java) S 31758 31760 31459 0 -1 64 118112 3112 0 0 538 37 76 5 16 0 9 0 27381189 888885248 90133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31760/tid=31764] ppid=31758 vsize=868052 CPUtime=0.81
/proc/31760/task/31764/stat : 31764 (java) S 31758 31760 31459 0 -1 64 20 3112 0 0 0 0 76 5 16 0 9 0 27381189 888885248 90133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31760/tid=31765] ppid=31758 vsize=868052 CPUtime=0.81
/proc/31760/task/31765/stat : 31765 (java) S 31758 31760 31459 0 -1 64 28 3112 0 0 0 0 76 5 16 0 9 0 27381189 888885248 90133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31760/tid=31766] ppid=31758 vsize=868052 CPUtime=0.81
/proc/31760/task/31766/stat : 31766 (java) S 31758 31760 31459 0 -1 64 2 3112 0 0 0 0 76 5 18 0 9 0 27381191 888885248 90133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31760/tid=31767] ppid=31758 vsize=868052 CPUtime=1.27
/proc/31760/task/31767/stat : 31767 (java) S 31758 31760 31459 0 -1 64 1058 3112 0 0 45 1 76 5 16 0 9 0 27381191 888885248 90133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31760/tid=31768] ppid=31758 vsize=868052 CPUtime=0.81
/proc/31760/task/31768/stat : 31768 (java) S 31758 31760 31459 0 -1 64 1 3112 0 0 0 0 76 5 19 0 9 0 27381191 888885248 90133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31760/tid=31769] ppid=31758 vsize=868052 CPUtime=0.81
/proc/31760/task/31769/stat : 31769 (java) S 31758 31760 31459 0 -1 64 16 3112 0 0 0 0 76 5 15 0 9 0 27381191 888885248 90133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1650.65
Current children cumulated vsize (KiB) 868052

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/89 31859
/proc/meminfo: memFree=1412952/2055920 swapFree=4192812/4192956
[pid=31760] ppid=31758 vsize=868052 CPUtime=1710.63
/proc/31760/stat : 31760 (java) S 31758 31760 31459 0 -1 0 149434 3112 1 0 170855 127 76 5 18 0 9 0 27381186 888885248 90133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31760/statm: 217013 90133 2640 9 0 211471 0
[pid=31760/tid=31761] ppid=31758 vsize=868052 CPUtime=1704.3
/proc/31760/task/31761/stat : 31761 (java) R 31758 31760 31459 0 -1 64 29388 3112 1 0 170263 86 76 5 25 0 9 0 27381187 888885248 90133 996147200 134512640 134550932 4294955968 18446744073709551615 4127404747 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31760/tid=31763] ppid=31758 vsize=868052 CPUtime=6.63
/proc/31760/task/31763/stat : 31763 (java) S 31758 31760 31459 0 -1 64 118112 3112 0 0 545 37 76 5 16 0 9 0 27381189 888885248 90133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31760/tid=31764] ppid=31758 vsize=868052 CPUtime=0.81
/proc/31760/task/31764/stat : 31764 (java) S 31758 31760 31459 0 -1 64 20 3112 0 0 0 0 76 5 16 0 9 0 27381189 888885248 90133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31760/tid=31765] ppid=31758 vsize=868052 CPUtime=0.81
/proc/31760/task/31765/stat : 31765 (java) S 31758 31760 31459 0 -1 64 28 3112 0 0 0 0 76 5 16 0 9 0 27381189 888885248 90133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31760/tid=31766] ppid=31758 vsize=868052 CPUtime=0.81
/proc/31760/task/31766/stat : 31766 (java) S 31758 31760 31459 0 -1 64 2 3112 0 0 0 0 76 5 18 0 9 0 27381191 888885248 90133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31760/tid=31767] ppid=31758 vsize=868052 CPUtime=1.27
/proc/31760/task/31767/stat : 31767 (java) S 31758 31760 31459 0 -1 64 1058 3112 0 0 45 1 76 5 16 0 9 0 27381191 888885248 90133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31760/tid=31768] ppid=31758 vsize=868052 CPUtime=0.81
/proc/31760/task/31768/stat : 31768 (java) S 31758 31760 31459 0 -1 64 1 3112 0 0 0 0 76 5 19 0 9 0 27381191 888885248 90133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31760/tid=31769] ppid=31758 vsize=868052 CPUtime=0.81
/proc/31760/task/31769/stat : 31769 (java) S 31758 31760 31459 0 -1 64 16 3112 0 0 0 0 76 5 15 0 9 0 27381191 888885248 90133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1710.63
Current children cumulated vsize (KiB) 868052

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/89 31859
/proc/meminfo: memFree=1412824/2055920 swapFree=4192812/4192956
[pid=31760] ppid=31758 vsize=868052 CPUtime=1770.6
/proc/31760/stat : 31760 (java) S 31758 31760 31459 0 -1 0 149439 3112 1 0 176852 127 76 5 18 0 9 0 27381186 888885248 90133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31760/statm: 217013 90133 2640 9 0 211471 0
[pid=31760/tid=31761] ppid=31758 vsize=868052 CPUtime=1764.22
/proc/31760/task/31761/stat : 31761 (java) R 31758 31760 31459 0 -1 64 29393 3112 1 0 176255 86 76 5 25 0 9 0 27381187 888885248 90133 996147200 134512640 134550932 4294955968 18446744073709551615 4127507939 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31760/tid=31763] ppid=31758 vsize=868052 CPUtime=6.69
/proc/31760/task/31763/stat : 31763 (java) S 31758 31760 31459 0 -1 64 118112 3112 0 0 551 37 76 5 16 0 9 0 27381189 888885248 90133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31760/tid=31764] ppid=31758 vsize=868052 CPUtime=0.81
/proc/31760/task/31764/stat : 31764 (java) S 31758 31760 31459 0 -1 64 20 3112 0 0 0 0 76 5 16 0 9 0 27381189 888885248 90133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31760/tid=31765] ppid=31758 vsize=868052 CPUtime=0.81
/proc/31760/task/31765/stat : 31765 (java) S 31758 31760 31459 0 -1 64 28 3112 0 0 0 0 76 5 16 0 9 0 27381189 888885248 90133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31760/tid=31766] ppid=31758 vsize=868052 CPUtime=0.81
/proc/31760/task/31766/stat : 31766 (java) S 31758 31760 31459 0 -1 64 2 3112 0 0 0 0 76 5 18 0 9 0 27381191 888885248 90133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31760/tid=31767] ppid=31758 vsize=868052 CPUtime=1.27
/proc/31760/task/31767/stat : 31767 (java) S 31758 31760 31459 0 -1 64 1058 3112 0 0 45 1 76 5 16 0 9 0 27381191 888885248 90133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31760/tid=31768] ppid=31758 vsize=868052 CPUtime=0.81
/proc/31760/task/31768/stat : 31768 (java) S 31758 31760 31459 0 -1 64 1 3112 0 0 0 0 76 5 19 0 9 0 27381191 888885248 90133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31760/tid=31769] ppid=31758 vsize=868052 CPUtime=0.81
/proc/31760/task/31769/stat : 31769 (java) S 31758 31760 31459 0 -1 64 16 3112 0 0 0 0 76 5 15 0 9 0 27381191 888885248 90133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1770.6
Current children cumulated vsize (KiB) 868052



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.81 s]
/proc/loadavg: 2.00 2.00 1.92 3/89 31859
/proc/meminfo: memFree=1412824/2055920 swapFree=4192812/4192956
[pid=31760] ppid=31758 vsize=868052 CPUtime=1800.1
/proc/31760/stat : 31760 (java) S 31758 31760 31459 0 -1 0 149441 3112 1 0 179802 127 76 5 18 0 9 0 27381186 888885248 90133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31760/statm: 217013 90133 2640 9 0 211471 0
[pid=31760/tid=31761] ppid=31758 vsize=868052 CPUtime=1793.69
/proc/31760/task/31761/stat : 31761 (java) R 31758 31760 31459 0 -1 64 29395 3112 1 0 179202 86 76 5 25 0 9 0 27381187 888885248 90133 996147200 134512640 134550932 4294955968 18446744073709551615 4127410128 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31760/tid=31763] ppid=31758 vsize=868052 CPUtime=6.72
/proc/31760/task/31763/stat : 31763 (java) S 31758 31760 31459 0 -1 64 118112 3112 0 0 554 37 76 5 16 0 9 0 27381189 888885248 90133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31760/tid=31764] ppid=31758 vsize=868052 CPUtime=0.81
/proc/31760/task/31764/stat : 31764 (java) S 31758 31760 31459 0 -1 64 20 3112 0 0 0 0 76 5 16 0 9 0 27381189 888885248 90133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31760/tid=31765] ppid=31758 vsize=868052 CPUtime=0.81
/proc/31760/task/31765/stat : 31765 (java) S 31758 31760 31459 0 -1 64 28 3112 0 0 0 0 76 5 16 0 9 0 27381189 888885248 90133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31760/tid=31766] ppid=31758 vsize=868052 CPUtime=0.81
/proc/31760/task/31766/stat : 31766 (java) S 31758 31760 31459 0 -1 64 2 3112 0 0 0 0 76 5 18 0 9 0 27381191 888885248 90133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31760/tid=31767] ppid=31758 vsize=868052 CPUtime=1.27
/proc/31760/task/31767/stat : 31767 (java) S 31758 31760 31459 0 -1 64 1058 3112 0 0 45 1 76 5 16 0 9 0 27381191 888885248 90133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31760/tid=31768] ppid=31758 vsize=868052 CPUtime=0.81
/proc/31760/task/31768/stat : 31768 (java) S 31758 31760 31459 0 -1 64 1 3112 0 0 0 0 76 5 19 0 9 0 27381191 888885248 90133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31760/tid=31769] ppid=31758 vsize=868052 CPUtime=0.81
/proc/31760/task/31769/stat : 31769 (java) S 31758 31760 31459 0 -1 64 16 3112 0 0 0 0 76 5 15 0 9 0 27381191 888885248 90133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 868052

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

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

[startup+1811.81 s]
/proc/loadavg: 2.00 2.00 1.92 3/89 31859
/proc/meminfo: memFree=1412824/2055920 swapFree=4192812/4192956
[pid=31760] ppid=31758 vsize=868052 CPUtime=1800.1
/proc/31760/stat : 31760 (java) S 31758 31760 31459 0 -1 0 149441 3112 1 0 179802 127 76 5 18 0 9 0 27381186 888885248 90133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31760/statm: 217013 90133 2640 9 0 211471 0
[pid=31760/tid=31761] ppid=31758 vsize=868052 CPUtime=1793.69
/proc/31760/task/31761/stat : 31761 (java) R 31758 31760 31459 0 -1 64 29395 3112 1 0 179202 86 76 5 25 0 9 0 27381187 888885248 90133 996147200 134512640 134550932 4294955968 18446744073709551615 4127410128 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31760/tid=31763] ppid=31758 vsize=868052 CPUtime=6.72
/proc/31760/task/31763/stat : 31763 (java) S 31758 31760 31459 0 -1 64 118112 3112 0 0 554 37 76 5 16 0 9 0 27381189 888885248 90133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31760/tid=31764] ppid=31758 vsize=868052 CPUtime=0.81
/proc/31760/task/31764/stat : 31764 (java) S 31758 31760 31459 0 -1 64 20 3112 0 0 0 0 76 5 16 0 9 0 27381189 888885248 90133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31760/tid=31765] ppid=31758 vsize=868052 CPUtime=0.81
/proc/31760/task/31765/stat : 31765 (java) S 31758 31760 31459 0 -1 64 28 3112 0 0 0 0 76 5 16 0 9 0 27381189 888885248 90133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31760/tid=31766] ppid=31758 vsize=868052 CPUtime=0.81
/proc/31760/task/31766/stat : 31766 (java) S 31758 31760 31459 0 -1 64 2 3112 0 0 0 0 76 5 18 0 9 0 27381191 888885248 90133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31760/tid=31767] ppid=31758 vsize=868052 CPUtime=1.27
/proc/31760/task/31767/stat : 31767 (java) S 31758 31760 31459 0 -1 64 1058 3112 0 0 45 1 76 5 16 0 9 0 27381191 888885248 90133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31760/tid=31768] ppid=31758 vsize=868052 CPUtime=0.81
/proc/31760/task/31768/stat : 31768 (java) S 31758 31760 31459 0 -1 64 1 3112 0 0 0 0 76 5 19 0 9 0 27381191 888885248 90133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31760/tid=31769] ppid=31758 vsize=868052 CPUtime=0.81
/proc/31760/task/31769/stat : 31769 (java) S 31758 31760 31459 0 -1 64 16 3112 0 0 0 0 76 5 15 0 9 0 27381191 888885248 90133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 868052

Child status: 143
Real time (s): 1811.91
CPU time (s): 1800.23
CPU user time (s): 1798.84
CPU system time (s): 1.38779
CPU usage (%): 99.3554
Max. virtual memory (cumulated for all children) (KiB): 868140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.84
system time used= 1.38779
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 152582
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= 40310
involuntary context switches= 63611

runsolver used 2.31365 second user time and 5.9411 second system time

The end

Launcher Data

Begin job on node7 at 2009-07-12 14:52:18
IDJOB=2094265
IDBENCH=54103
IDSOLVER=773
FILE ID=node7/2094265-1247403138
PBS_JOBID= 9510630
Free space on /tmp= 66128 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/compet08/normalized-patat-08-comp-9.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2094265-1247403138/watcher-2094265-1247403138 -o /tmp/evaluation-result-2094265-1247403138/solver-2094265-1247403138 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2094265-1247403138.xml

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

MD5SUM BENCH= 4d24835c800de52d756640e8552cd3e9
RANDOM SEED=684573125

node7.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.231
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.231
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:       1718656 kB
Buffers:         32892 kB
Cached:         143908 kB
SwapCached:          0 kB
Active:         199416 kB
Inactive:        80296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1718656 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            6736 kB
Writeback:           0 kB
Mapped:         123404 kB
Slab:            42536 kB
Committed_AS:  1001344 kB
PageTables:       2028 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= 66128 MiB
End job on node7 at 2009-07-12 15:22:32