Trace number 1083173

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.1 1803.95

General information on the benchmark

Namecsp/super-js/super-js-taillard-15/
normalized-super-js-taillard-15-12.xml
MD5SUM7160ac9735ff4cdf08aa3c1a73aa6e48
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark91.5701
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints5580
Maximum constraint arity2
Maximum domain size1326
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5580
Global constraints used (with number of constraints)

Solver Data (download as text)

0.06/0.08	
0.06/0.08	Abscon 112 (May, 2008)
0.18/0.26	
0.18/0.26	   configuration
0.18/0.26	     name=mac.xml
0.18/0.29	   
0.18/0.29	   instance
0.18/0.29	     name=HOME/instance-1083173-1215225626.xml
0.28/0.33	   
0.28/0.33	   domains being loaded...
0.28/0.35	   
0.28/0.35	   variables being loaded...
0.37/0.48	     nbVariables=450  nbDomainTypes=85  minDomainSize=1228  maxDomainSize=1326  nbTotalValues=574438
0.37/0.48	       =>  wckTime=0.22  cpuTime=0.18  mem=20M604
0.37/0.48	   
0.37/0.48	   predicates being loaded...
0.48/0.54	   
0.48/0.54	   constraints being loaded...
20.80/21.02	   
20.80/21.02	   INFO : Stopping converting binary constraints (cpu=20.31, mem = 54M461)
22.07/22.32	     nbConstraints=5595  nbGlobalConstraints=5106  nbConvertedConstraints=103  nbConvertConstraintsChecks=102426254
22.07/22.32	     nbExtensionStructures=63  nbSharedExtensionStructures=40  nbConflictsStructures=63  nbSharedConflictsStructures=40
22.07/22.32	     nbUnbuiltConflictsStructures=152  nbSharedBinaryRepresentations=79768  nbEvaluationManagers=152
22.07/22.32	     nbSharedEvaluationManagers=234  minDegree=16  maxDegree=34  minArity=2  avgArity=2.04  maxArity=16  nbGenerators=0
22.07/22.32	     nbFusions=0  symmetryWckTime=1.178  symmetryCpuTime=0.86  nbCliques=15
22.07/22.32	       =>  wckTime=22.064  cpuTime=21.26  mem=45M400
22.17/22.49	   
22.17/22.49	   solver IterativeSystematicSolver being built... 
22.27/22.58	   
22.27/22.58	   INFO : Forward propagation technique limited 
22.37/22.68	       =>  wckTime=22.425  cpuTime=21.43  mem=82M52
53.50/54.08	   
53.50/54.08	   preprocessing
53.50/54.08	     nbConstraintChecks=163467114  nbValidityChecks=804648  nbPropagations=887  nbRevisions=1916
53.50/54.08	     nbUselessRevisions=1268  nbRemovedValues=317968  detectedInconsistency=no
53.50/54.08	       =>  wckTime=31.372  cpuTime=31.02  mem=69M734
63.61/64.25	   
63.61/64.25	   INFO : Stopping use of transposition table (mapSize=0, nbTooLargekeys=101, mem=90M226)

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-1083173-1215225626/watcher-1083173-1215225626 -o /tmp/evaluation-result-1083173-1215225626/solver-1083173-1215225626 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1083173-1215225626.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.97 1.98 4/73 19620
/proc/meminfo: memFree=1449560/2055920 swapFree=4180412/4192956
[pid=19620] ppid=19618 vsize=18572 CPUtime=0
/proc/19620/stat : 19620 (runsolver) R 19618 19620 19318 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 2001536925 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 221236489511 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/19620/statm: 4643 292 257 25 0 2626 0

[startup+0.0799629 s]
/proc/loadavg: 1.99 1.97 1.98 4/73 19620
/proc/meminfo: memFree=1449560/2055920 swapFree=4180412/4192956
[pid=19620] ppid=19618 vsize=865856 CPUtime=0.06
/proc/19620/stat : 19620 (java) S 19618 19620 19318 0 -1 0 3510 0 1 0 5 1 0 0 18 0 9 0 2001536925 886636544 3000 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19620/statm: 216464 3000 1625 9 0 211026 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 865856

[startup+0.101967 s]
/proc/loadavg: 1.99 1.97 1.98 4/73 19620
/proc/meminfo: memFree=1449560/2055920 swapFree=4180412/4192956
[pid=19620] ppid=19618 vsize=865884 CPUtime=0.08
/proc/19620/stat : 19620 (java) S 19618 19620 19318 0 -1 0 3754 0 1 0 7 1 0 0 18 0 9 0 2001536925 886665216 3212 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19620/statm: 216471 3212 1704 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.302003 s]
/proc/loadavg: 1.99 1.97 1.98 4/73 19620
/proc/meminfo: memFree=1449560/2055920 swapFree=4180412/4192956
[pid=19620] ppid=19618 vsize=866372 CPUtime=0.28
/proc/19620/stat : 19620 (java) S 19618 19620 19318 0 -1 0 5796 0 1 0 25 3 0 0 18 0 9 0 2001536925 887164928 5170 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19620/statm: 216593 5170 1951 9 0 211121 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866372

[startup+0.70108 s]
/proc/loadavg: 1.99 1.97 1.98 4/73 19620
/proc/meminfo: memFree=1449560/2055920 swapFree=4180412/4192956
[pid=19620] ppid=19618 vsize=867636 CPUtime=0.67
/proc/19620/stat : 19620 (java) S 19618 19620 19318 0 -1 0 11261 0 1 0 61 6 0 0 18 0 9 0 2001536925 888459264 10621 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19620/statm: 216909 10621 2010 9 0 211415 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867636

[startup+1.50222 s]
/proc/loadavg: 1.99 1.97 1.98 3/82 19629
/proc/meminfo: memFree=1400976/2055920 swapFree=4180412/4192956
[pid=19620] ppid=19618 vsize=867636 CPUtime=1.47
/proc/19620/stat : 19620 (java) S 19618 19620 19318 0 -1 0 15054 0 1 0 138 9 0 0 18 0 9 0 2001536925 888459264 14411 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19620/statm: 216909 14411 2014 9 0 211415 0
[pid=19620/tid=19622] ppid=19618 vsize=867636 CPUtime=1.27
/proc/19620/task/19622/stat : 19622 (java) R 19618 19620 19318 0 -1 64 13683 0 1 0 119 8 0 0 25 0 9 0 2001536926 888459264 14411 996147200 134512640 134550740 4294955968 18446744073709551615 4126880792 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19620/tid=19623] ppid=19618 vsize=867636 CPUtime=0
/proc/19620/task/19623/stat : 19623 (java) S 19618 19620 19318 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 2001536927 888459264 14411 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19620/tid=19624] ppid=19618 vsize=867636 CPUtime=0
/proc/19620/task/19624/stat : 19624 (java) S 19618 19620 19318 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2001536928 888459264 14411 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19620/tid=19625] ppid=19618 vsize=867636 CPUtime=0
/proc/19620/task/19625/stat : 19625 (java) S 19618 19620 19318 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2001536928 888459264 14411 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19620/tid=19626] ppid=19618 vsize=867636 CPUtime=0
/proc/19620/task/19626/stat : 19626 (java) S 19618 19620 19318 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001536930 888459264 14411 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19620/tid=19627] ppid=19618 vsize=867636 CPUtime=0.17
/proc/19620/task/19627/stat : 19627 (java) S 19618 19620 19318 0 -1 64 674 0 0 0 17 0 0 0 15 0 9 0 2001536930 888459264 14411 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19620/tid=19628] ppid=19618 vsize=867636 CPUtime=0
/proc/19620/task/19628/stat : 19628 (java) S 19618 19620 19318 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001536930 888459264 14411 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19620/tid=19629] ppid=19618 vsize=867636 CPUtime=0
/proc/19620/task/19629/stat : 19629 (java) S 19618 19620 19318 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001536930 888459264 14411 996147200 134512640 134550740 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) 867636

[startup+3.10153 s]
/proc/loadavg: 1.99 1.97 1.98 3/82 19629
/proc/meminfo: memFree=1397968/2055920 swapFree=4180412/4192956
[pid=19620] ppid=19618 vsize=867636 CPUtime=3.05
/proc/19620/stat : 19620 (java) S 19618 19620 19318 0 -1 0 15912 0 1 0 295 10 0 0 18 0 9 0 2001536925 888459264 15268 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19620/statm: 216909 15268 2014 9 0 211415 0
[pid=19620/tid=19622] ppid=19618 vsize=867636 CPUtime=2.84
/proc/19620/task/19622/stat : 19622 (java) R 19618 19620 19318 0 -1 64 14527 0 1 0 275 9 0 0 25 0 9 0 2001536926 888459264 15268 996147200 134512640 134550740 4294955968 18446744073709551615 4126896486 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19620/tid=19623] ppid=19618 vsize=867636 CPUtime=0
/proc/19620/task/19623/stat : 19623 (java) S 19618 19620 19318 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 2001536927 888459264 15268 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19620/tid=19624] ppid=19618 vsize=867636 CPUtime=0
/proc/19620/task/19624/stat : 19624 (java) S 19618 19620 19318 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2001536928 888459264 15268 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19620/tid=19625] ppid=19618 vsize=867636 CPUtime=0
/proc/19620/task/19625/stat : 19625 (java) S 19618 19620 19318 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2001536928 888459264 15268 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19620/tid=19626] ppid=19618 vsize=867636 CPUtime=0
/proc/19620/task/19626/stat : 19626 (java) S 19618 19620 19318 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001536930 888459264 15268 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19620/tid=19627] ppid=19618 vsize=867636 CPUtime=0.19
/proc/19620/task/19627/stat : 19627 (java) S 19618 19620 19318 0 -1 64 688 0 0 0 19 0 0 0 15 0 9 0 2001536930 888459264 15268 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19620/tid=19628] ppid=19618 vsize=867636 CPUtime=0
/proc/19620/task/19628/stat : 19628 (java) S 19618 19620 19318 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001536930 888459264 15268 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19620/tid=19629] ppid=19618 vsize=867636 CPUtime=0
/proc/19620/task/19629/stat : 19629 (java) S 19618 19620 19318 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001536930 888459264 15268 996147200 134512640 134550740 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) 867636

[startup+6.30214 s]
/proc/loadavg: 1.99 1.97 1.98 3/82 19629
/proc/meminfo: memFree=1391056/2055920 swapFree=4180412/4192956
[pid=19620] ppid=19618 vsize=867548 CPUtime=6.23
/proc/19620/stat : 19620 (java) S 19618 19620 19318 0 -1 0 22187 0 1 0 609 14 0 0 18 0 9 0 2001536925 888369152 21515 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19620/statm: 216887 21515 2005 9 0 211415 0
[pid=19620/tid=19622] ppid=19618 vsize=867548 CPUtime=5.89
/proc/19620/task/19622/stat : 19622 (java) R 19618 19620 19318 0 -1 64 15778 0 1 0 578 11 0 0 25 0 9 0 2001536926 888369152 21515 996147200 134512640 134550740 4294955968 18446744073709551615 4126876097 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19620/tid=19623] ppid=19618 vsize=867548 CPUtime=0.09
/proc/19620/task/19623/stat : 19623 (java) S 19618 19620 19318 0 -1 64 5016 0 0 0 8 1 0 0 16 0 9 0 2001536927 888369152 21515 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19620/tid=19624] ppid=19618 vsize=867548 CPUtime=0
/proc/19620/task/19624/stat : 19624 (java) S 19618 19620 19318 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2001536928 888369152 21515 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19620/tid=19625] ppid=19618 vsize=867548 CPUtime=0
/proc/19620/task/19625/stat : 19625 (java) S 19618 19620 19318 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001536928 888369152 21515 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19620/tid=19626] ppid=19618 vsize=867548 CPUtime=0
/proc/19620/task/19626/stat : 19626 (java) S 19618 19620 19318 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001536930 888369152 21515 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19620/tid=19627] ppid=19618 vsize=867548 CPUtime=0.22
/proc/19620/task/19627/stat : 19627 (java) S 19618 19620 19318 0 -1 64 697 0 0 0 21 1 0 0 16 0 9 0 2001536930 888369152 21515 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19620/tid=19628] ppid=19618 vsize=867548 CPUtime=0
/proc/19620/task/19628/stat : 19628 (java) S 19618 19620 19318 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001536930 888369152 21515 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19620/tid=19629] ppid=19618 vsize=867548 CPUtime=0
/proc/19620/task/19629/stat : 19629 (java) S 19618 19620 19318 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001536930 888369152 21515 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 867548

[startup+12.7023 s]
/proc/loadavg: 1.99 1.97 1.98 3/82 19630
/proc/meminfo: memFree=1370384/2055920 swapFree=4180412/4192956
[pid=19620] ppid=19618 vsize=867548 CPUtime=12.57
/proc/19620/stat : 19620 (java) S 19618 19620 19318 0 -1 0 22202 0 1 0 1240 17 0 0 18 0 9 0 2001536925 888369152 21529 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19620/statm: 216887 21529 2005 9 0 211415 0
[pid=19620/tid=19622] ppid=19618 vsize=867548 CPUtime=12.22
/proc/19620/task/19622/stat : 19622 (java) R 19618 19620 19318 0 -1 64 15781 0 1 0 1208 14 0 0 25 0 9 0 2001536926 888369152 21529 996147200 134512640 134550740 4294955968 18446744073709551615 4126876065 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19620/tid=19623] ppid=19618 vsize=867548 CPUtime=0.09
/proc/19620/task/19623/stat : 19623 (java) S 19618 19620 19318 0 -1 64 5016 0 0 0 8 1 0 0 17 0 9 0 2001536927 888369152 21529 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19620/tid=19624] ppid=19618 vsize=867548 CPUtime=0
/proc/19620/task/19624/stat : 19624 (java) S 19618 19620 19318 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2001536928 888369152 21529 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19620/tid=19625] ppid=19618 vsize=867548 CPUtime=0
/proc/19620/task/19625/stat : 19625 (java) S 19618 19620 19318 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001536928 888369152 21529 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19620/tid=19626] ppid=19618 vsize=867548 CPUtime=0
/proc/19620/task/19626/stat : 19626 (java) S 19618 19620 19318 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001536930 888369152 21529 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19620/tid=19627] ppid=19618 vsize=867548 CPUtime=0.23
/proc/19620/task/19627/stat : 19627 (java) S 19618 19620 19318 0 -1 64 709 0 0 0 22 1 0 0 16 0 9 0 2001536930 888369152 21529 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19620/tid=19628] ppid=19618 vsize=867548 CPUtime=0
/proc/19620/task/19628/stat : 19628 (java) S 19618 19620 19318 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001536930 888369152 21529 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19620/tid=19629] ppid=19618 vsize=867548 CPUtime=0
/proc/19620/task/19629/stat : 19629 (java) S 19618 19620 19318 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001536930 888369152 21529 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 867548

[startup+25.5018 s]
/proc/loadavg: 1.99 1.97 1.98 3/82 19634
/proc/meminfo: memFree=1338448/2055920 swapFree=4180412/4192956
[pid=19620] ppid=19618 vsize=867960 CPUtime=25.25
/proc/19620/stat : 19620 (java) S 19618 19620 19318 0 -1 0 52782 600 1 0 2488 30 6 1 18 0 9 0 2001536925 888791040 30168 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19620/statm: 216990 30168 2638 9 0 211496 0
[pid=19620/tid=19622] ppid=19618 vsize=867960 CPUtime=24.44
/proc/19620/task/19622/stat : 19622 (java) R 19618 19620 19318 0 -1 64 28737 600 1 0 2417 20 6 1 25 0 9 0 2001536926 888791040 30168 996147200 134512640 134550740 4294955968 18446744073709551615 4126874631 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19620/tid=19623] ppid=19618 vsize=867960 CPUtime=0.51
/proc/19620/task/19623/stat : 19623 (java) S 19618 19620 19318 0 -1 64 22259 600 0 0 38 6 6 1 17 0 9 0 2001536927 888791040 30168 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19620/tid=19624] ppid=19618 vsize=867960 CPUtime=0.07
/proc/19620/task/19624/stat : 19624 (java) S 19618 19620 19318 0 -1 64 17 600 0 0 0 0 6 1 17 0 9 0 2001536928 888791040 30168 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19620/tid=19625] ppid=19618 vsize=867960 CPUtime=0.07
/proc/19620/task/19625/stat : 19625 (java) S 19618 19620 19318 0 -1 64 16 600 0 0 0 0 6 1 16 0 9 0 2001536928 888791040 30168 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19620/tid=19626] ppid=19618 vsize=867960 CPUtime=0.07
/proc/19620/task/19626/stat : 19626 (java) S 19618 19620 19318 0 -1 64 1 600 0 0 0 0 6 1 18 0 9 0 2001536930 888791040 30168 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19620/tid=19627] ppid=19618 vsize=867960 CPUtime=0.39
/proc/19620/task/19627/stat : 19627 (java) S 19618 19620 19318 0 -1 64 934 600 0 0 31 1 6 1 15 0 9 0 2001536930 888791040 30168 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19620/tid=19628] ppid=19618 vsize=867960 CPUtime=0.07
/proc/19620/task/19628/stat : 19628 (java) S 19618 19620 19318 0 -1 64 1 600 0 0 0 0 6 1 19 0 9 0 2001536930 888791040 30168 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19620/tid=19629] ppid=19618 vsize=867960 CPUtime=0.07
/proc/19620/task/19629/stat : 19629 (java) S 19618 19620 19318 0 -1 64 7 600 0 0 0 0 6 1 15 0 9 0 2001536930 888791040 30168 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 867960

[startup+51.1016 s]
/proc/loadavg: 1.99 1.97 1.98 3/82 19635
/proc/meminfo: memFree=1319504/2055920 swapFree=4180412/4192956
[pid=19620] ppid=19618 vsize=867960 CPUtime=50.63
/proc/19620/stat : 19620 (java) S 19618 19620 19318 0 -1 0 59939 600 1 0 5023 33 6 1 18 0 9 0 2001536925 888791040 34905 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19620/statm: 216990 34905 2638 9 0 211496 0
[pid=19620/tid=19622] ppid=19618 vsize=867960 CPUtime=49.76
/proc/19620/task/19622/stat : 19622 (java) R 19618 19620 19318 0 -1 64 29833 600 1 0 4948 21 6 1 25 0 9 0 2001536926 888791040 34905 996147200 134512640 134550740 4294955968 18446744073709551615 4126961340 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19620/tid=19623] ppid=19618 vsize=867960 CPUtime=0.56
/proc/19620/task/19623/stat : 19623 (java) S 19618 19620 19318 0 -1 64 28307 600 0 0 41 8 6 1 16 0 9 0 2001536927 888791040 34905 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19620/tid=19624] ppid=19618 vsize=867960 CPUtime=0.07
/proc/19620/task/19624/stat : 19624 (java) S 19618 19620 19318 0 -1 64 17 600 0 0 0 0 6 1 16 0 9 0 2001536928 888791040 34905 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19620/tid=19625] ppid=19618 vsize=867960 CPUtime=0.07
/proc/19620/task/19625/stat : 19625 (java) S 19618 19620 19318 0 -1 64 23 600 0 0 0 0 6 1 16 0 9 0 2001536928 888791040 34905 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19620/tid=19626] ppid=19618 vsize=867960 CPUtime=0.07
/proc/19620/task/19626/stat : 19626 (java) S 19618 19620 19318 0 -1 64 1 600 0 0 0 0 6 1 18 0 9 0 2001536930 888791040 34905 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19620/tid=19627] ppid=19618 vsize=867960 CPUtime=0.4
/proc/19620/task/19627/stat : 19627 (java) S 19618 19620 19318 0 -1 64 939 600 0 0 32 1 6 1 16 0 9 0 2001536930 888791040 34905 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19620/tid=19628] ppid=19618 vsize=867960 CPUtime=0.07

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

/proc/19620/task/19625/stat : 19625 (java) S 19618 19620 19318 0 -1 64 23 600 0 0 0 0 6 1 16 0 9 0 2001536928 888791040 36728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19620/tid=19626] ppid=19618 vsize=867960 CPUtime=0.07
/proc/19620/task/19626/stat : 19626 (java) S 19618 19620 19318 0 -1 64 1 600 0 0 0 0 6 1 18 0 9 0 2001536930 888791040 36728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19620/tid=19627] ppid=19618 vsize=867960 CPUtime=0.48
/proc/19620/task/19627/stat : 19627 (java) S 19618 19620 19318 0 -1 64 997 600 0 0 40 1 6 1 16 0 9 0 2001536930 888791040 36728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19620/tid=19628] ppid=19618 vsize=867960 CPUtime=0.07
/proc/19620/task/19628/stat : 19628 (java) S 19618 19620 19318 0 -1 64 1 600 0 0 0 0 6 1 19 0 9 0 2001536930 888791040 36728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19620/tid=19629] ppid=19618 vsize=867960 CPUtime=0.07
/proc/19620/task/19629/stat : 19629 (java) S 19618 19620 19318 0 -1 64 8 600 0 0 0 0 6 1 15 0 9 0 2001536930 888791040 36728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1538.55
Current children cumulated vsize (KiB) 867960

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 19855
/proc/meminfo: memFree=764352/2055920 swapFree=4180412/4192956
[pid=19620] ppid=19618 vsize=867960 CPUtime=1598.52
/proc/19620/stat : 19620 (java) S 19618 19620 19318 0 -1 0 62201 600 1 0 159797 48 6 1 18 0 9 0 2001536925 888791040 36728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19620/statm: 216990 36728 2638 9 0 211496 0
[pid=19620/tid=19622] ppid=19618 vsize=867960 CPUtime=1597.07
/proc/19620/task/19622/stat : 19622 (java) R 19618 19620 19318 0 -1 64 30119 600 1 0 159667 33 6 1 25 0 9 0 2001536926 888791040 36728 996147200 134512640 134550740 4294955968 18446744073709551615 4127118872 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19620/tid=19623] ppid=19618 vsize=867960 CPUtime=1.06
/proc/19620/task/19623/stat : 19623 (java) S 19618 19620 19318 0 -1 64 30225 600 0 0 88 11 6 1 16 0 9 0 2001536927 888791040 36728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19620/tid=19624] ppid=19618 vsize=867960 CPUtime=0.07
/proc/19620/task/19624/stat : 19624 (java) S 19618 19620 19318 0 -1 64 17 600 0 0 0 0 6 1 16 0 9 0 2001536928 888791040 36728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19620/tid=19625] ppid=19618 vsize=867960 CPUtime=0.07
/proc/19620/task/19625/stat : 19625 (java) S 19618 19620 19318 0 -1 64 23 600 0 0 0 0 6 1 16 0 9 0 2001536928 888791040 36728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19620/tid=19626] ppid=19618 vsize=867960 CPUtime=0.07
/proc/19620/task/19626/stat : 19626 (java) S 19618 19620 19318 0 -1 64 1 600 0 0 0 0 6 1 18 0 9 0 2001536930 888791040 36728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19620/tid=19627] ppid=19618 vsize=867960 CPUtime=0.48
/proc/19620/task/19627/stat : 19627 (java) S 19618 19620 19318 0 -1 64 997 600 0 0 40 1 6 1 16 0 9 0 2001536930 888791040 36728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19620/tid=19628] ppid=19618 vsize=867960 CPUtime=0.07
/proc/19620/task/19628/stat : 19628 (java) S 19618 19620 19318 0 -1 64 1 600 0 0 0 0 6 1 19 0 9 0 2001536930 888791040 36728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19620/tid=19629] ppid=19618 vsize=867960 CPUtime=0.07
/proc/19620/task/19629/stat : 19629 (java) S 19618 19620 19318 0 -1 64 8 600 0 0 0 0 6 1 15 0 9 0 2001536930 888791040 36728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1598.52
Current children cumulated vsize (KiB) 867960

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 19855
/proc/meminfo: memFree=764096/2055920 swapFree=4180412/4192956
[pid=19620] ppid=19618 vsize=867960 CPUtime=1658.5
/proc/19620/stat : 19620 (java) S 19618 19620 19318 0 -1 0 62207 600 1 0 165794 49 6 1 18 0 9 0 2001536925 888791040 36728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19620/statm: 216990 36728 2638 9 0 211496 0
[pid=19620/tid=19622] ppid=19618 vsize=867960 CPUtime=1657.03
/proc/19620/task/19622/stat : 19622 (java) R 19618 19620 19318 0 -1 64 30125 600 1 0 165662 34 6 1 25 0 9 0 2001536926 888791040 36728 996147200 134512640 134550740 4294955968 18446744073709551615 4127100201 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19620/tid=19623] ppid=19618 vsize=867960 CPUtime=1.07
/proc/19620/task/19623/stat : 19623 (java) S 19618 19620 19318 0 -1 64 30225 600 0 0 89 11 6 1 16 0 9 0 2001536927 888791040 36728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19620/tid=19624] ppid=19618 vsize=867960 CPUtime=0.07
/proc/19620/task/19624/stat : 19624 (java) S 19618 19620 19318 0 -1 64 17 600 0 0 0 0 6 1 16 0 9 0 2001536928 888791040 36728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19620/tid=19625] ppid=19618 vsize=867960 CPUtime=0.07
/proc/19620/task/19625/stat : 19625 (java) S 19618 19620 19318 0 -1 64 23 600 0 0 0 0 6 1 16 0 9 0 2001536928 888791040 36728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19620/tid=19626] ppid=19618 vsize=867960 CPUtime=0.07
/proc/19620/task/19626/stat : 19626 (java) S 19618 19620 19318 0 -1 64 1 600 0 0 0 0 6 1 18 0 9 0 2001536930 888791040 36728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19620/tid=19627] ppid=19618 vsize=867960 CPUtime=0.48
/proc/19620/task/19627/stat : 19627 (java) S 19618 19620 19318 0 -1 64 997 600 0 0 40 1 6 1 16 0 9 0 2001536930 888791040 36728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19620/tid=19628] ppid=19618 vsize=867960 CPUtime=0.07
/proc/19620/task/19628/stat : 19628 (java) S 19618 19620 19318 0 -1 64 1 600 0 0 0 0 6 1 19 0 9 0 2001536930 888791040 36728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19620/tid=19629] ppid=19618 vsize=867960 CPUtime=0.07
/proc/19620/task/19629/stat : 19629 (java) S 19618 19620 19318 0 -1 64 8 600 0 0 0 0 6 1 15 0 9 0 2001536930 888791040 36728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1658.5
Current children cumulated vsize (KiB) 867960

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 19855
/proc/meminfo: memFree=763712/2055920 swapFree=4180412/4192956
[pid=19620] ppid=19618 vsize=867960 CPUtime=1718.47
/proc/19620/stat : 19620 (java) S 19618 19620 19318 0 -1 0 62214 600 1 0 171791 49 6 1 18 0 9 0 2001536925 888791040 36728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19620/statm: 216990 36728 2638 9 0 211496 0
[pid=19620/tid=19622] ppid=19618 vsize=867960 CPUtime=1716.99
/proc/19620/task/19622/stat : 19622 (java) R 19618 19620 19318 0 -1 64 30132 600 1 0 171658 34 6 1 25 0 9 0 2001536926 888791040 36728 996147200 134512640 134550740 4294955968 18446744073709551615 4127101378 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19620/tid=19623] ppid=19618 vsize=867960 CPUtime=1.09
/proc/19620/task/19623/stat : 19623 (java) S 19618 19620 19318 0 -1 64 30225 600 0 0 91 11 6 1 16 0 9 0 2001536927 888791040 36728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19620/tid=19624] ppid=19618 vsize=867960 CPUtime=0.07
/proc/19620/task/19624/stat : 19624 (java) S 19618 19620 19318 0 -1 64 17 600 0 0 0 0 6 1 16 0 9 0 2001536928 888791040 36728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19620/tid=19625] ppid=19618 vsize=867960 CPUtime=0.07
/proc/19620/task/19625/stat : 19625 (java) S 19618 19620 19318 0 -1 64 23 600 0 0 0 0 6 1 16 0 9 0 2001536928 888791040 36728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19620/tid=19626] ppid=19618 vsize=867960 CPUtime=0.07
/proc/19620/task/19626/stat : 19626 (java) S 19618 19620 19318 0 -1 64 1 600 0 0 0 0 6 1 18 0 9 0 2001536930 888791040 36728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19620/tid=19627] ppid=19618 vsize=867960 CPUtime=0.48
/proc/19620/task/19627/stat : 19627 (java) S 19618 19620 19318 0 -1 64 997 600 0 0 40 1 6 1 16 0 9 0 2001536930 888791040 36728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19620/tid=19628] ppid=19618 vsize=867960 CPUtime=0.07
/proc/19620/task/19628/stat : 19628 (java) S 19618 19620 19318 0 -1 64 1 600 0 0 0 0 6 1 19 0 9 0 2001536930 888791040 36728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19620/tid=19629] ppid=19618 vsize=867960 CPUtime=0.07
/proc/19620/task/19629/stat : 19629 (java) S 19618 19620 19318 0 -1 64 8 600 0 0 0 0 6 1 15 0 9 0 2001536930 888791040 36728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1718.47
Current children cumulated vsize (KiB) 867960

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 19855
/proc/meminfo: memFree=763264/2055920 swapFree=4180412/4192956
[pid=19620] ppid=19618 vsize=867960 CPUtime=1778.43
/proc/19620/stat : 19620 (java) S 19618 19620 19318 0 -1 0 62220 600 1 0 177787 49 6 1 18 0 9 0 2001536925 888791040 36728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19620/statm: 216990 36728 2638 9 0 211496 0
[pid=19620/tid=19622] ppid=19618 vsize=867960 CPUtime=1776.94
/proc/19620/task/19622/stat : 19622 (java) R 19618 19620 19318 0 -1 64 30138 600 1 0 177653 34 6 1 25 0 9 0 2001536926 888791040 36728 996147200 134512640 134550740 4294955968 18446744073709551615 4127118881 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19620/tid=19623] ppid=19618 vsize=867960 CPUtime=1.1
/proc/19620/task/19623/stat : 19623 (java) S 19618 19620 19318 0 -1 64 30225 600 0 0 92 11 6 1 16 0 9 0 2001536927 888791040 36728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19620/tid=19624] ppid=19618 vsize=867960 CPUtime=0.07
/proc/19620/task/19624/stat : 19624 (java) S 19618 19620 19318 0 -1 64 17 600 0 0 0 0 6 1 16 0 9 0 2001536928 888791040 36728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19620/tid=19625] ppid=19618 vsize=867960 CPUtime=0.07
/proc/19620/task/19625/stat : 19625 (java) S 19618 19620 19318 0 -1 64 23 600 0 0 0 0 6 1 16 0 9 0 2001536928 888791040 36728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19620/tid=19626] ppid=19618 vsize=867960 CPUtime=0.07
/proc/19620/task/19626/stat : 19626 (java) S 19618 19620 19318 0 -1 64 1 600 0 0 0 0 6 1 18 0 9 0 2001536930 888791040 36728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19620/tid=19627] ppid=19618 vsize=867960 CPUtime=0.48
/proc/19620/task/19627/stat : 19627 (java) S 19618 19620 19318 0 -1 64 997 600 0 0 40 1 6 1 16 0 9 0 2001536930 888791040 36728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19620/tid=19628] ppid=19618 vsize=867960 CPUtime=0.07
/proc/19620/task/19628/stat : 19628 (java) S 19618 19620 19318 0 -1 64 1 600 0 0 0 0 6 1 19 0 9 0 2001536930 888791040 36728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19620/tid=19629] ppid=19618 vsize=867960 CPUtime=0.07
/proc/19620/task/19629/stat : 19629 (java) S 19618 19620 19318 0 -1 64 8 600 0 0 0 0 6 1 15 0 9 0 2001536930 888791040 36728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1778.43
Current children cumulated vsize (KiB) 867960



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 19855
/proc/meminfo: memFree=763200/2055920 swapFree=4180412/4192956
[pid=19620] ppid=19618 vsize=867960 CPUtime=1800.04
/proc/19620/stat : 19620 (java) S 19618 19620 19318 0 -1 0 62222 600 1 0 179948 49 6 1 18 0 9 0 2001536925 888791040 36728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19620/statm: 216990 36728 2638 9 0 211496 0
[pid=19620/tid=19622] ppid=19618 vsize=867960 CPUtime=1798.54
/proc/19620/task/19622/stat : 19622 (java) R 19618 19620 19318 0 -1 64 30140 600 1 0 179813 34 6 1 25 0 9 0 2001536926 888791040 36728 996147200 134512640 134550740 4294955968 18446744073709551615 4126960280 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19620/tid=19623] ppid=19618 vsize=867960 CPUtime=1.11
/proc/19620/task/19623/stat : 19623 (java) S 19618 19620 19318 0 -1 64 30225 600 0 0 93 11 6 1 16 0 9 0 2001536927 888791040 36728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19620/tid=19624] ppid=19618 vsize=867960 CPUtime=0.07
/proc/19620/task/19624/stat : 19624 (java) S 19618 19620 19318 0 -1 64 17 600 0 0 0 0 6 1 16 0 9 0 2001536928 888791040 36728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19620/tid=19625] ppid=19618 vsize=867960 CPUtime=0.07
/proc/19620/task/19625/stat : 19625 (java) S 19618 19620 19318 0 -1 64 23 600 0 0 0 0 6 1 16 0 9 0 2001536928 888791040 36728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19620/tid=19626] ppid=19618 vsize=867960 CPUtime=0.07
/proc/19620/task/19626/stat : 19626 (java) S 19618 19620 19318 0 -1 64 1 600 0 0 0 0 6 1 18 0 9 0 2001536930 888791040 36728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19620/tid=19627] ppid=19618 vsize=867960 CPUtime=0.48
/proc/19620/task/19627/stat : 19627 (java) S 19618 19620 19318 0 -1 64 997 600 0 0 40 1 6 1 16 0 9 0 2001536930 888791040 36728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19620/tid=19628] ppid=19618 vsize=867960 CPUtime=0.07
/proc/19620/task/19628/stat : 19628 (java) S 19618 19620 19318 0 -1 64 1 600 0 0 0 0 6 1 19 0 9 0 2001536930 888791040 36728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19620/tid=19629] ppid=19618 vsize=867960 CPUtime=0.07
/proc/19620/task/19629/stat : 19629 (java) S 19618 19620 19318 0 -1 64 8 600 0 0 0 0 6 1 15 0 9 0 2001536930 888791040 36728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 867960

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

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

[startup+1803.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 19855
/proc/meminfo: memFree=763200/2055920 swapFree=4180412/4192956
[pid=19620] ppid=19618 vsize=867960 CPUtime=1800.04
/proc/19620/stat : 19620 (java) S 19618 19620 19318 0 -1 0 62222 600 1 0 179948 49 6 1 18 0 9 0 2001536925 888791040 36728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19620/statm: 216990 36728 2638 9 0 211496 0
[pid=19620/tid=19622] ppid=19618 vsize=867960 CPUtime=1798.54
/proc/19620/task/19622/stat : 19622 (java) R 19618 19620 19318 0 -1 64 30140 600 1 0 179813 34 6 1 25 0 9 0 2001536926 888791040 36728 996147200 134512640 134550740 4294955968 18446744073709551615 4126960280 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19620/tid=19623] ppid=19618 vsize=867960 CPUtime=1.11
/proc/19620/task/19623/stat : 19623 (java) S 19618 19620 19318 0 -1 64 30225 600 0 0 93 11 6 1 16 0 9 0 2001536927 888791040 36728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19620/tid=19624] ppid=19618 vsize=867960 CPUtime=0.07
/proc/19620/task/19624/stat : 19624 (java) S 19618 19620 19318 0 -1 64 17 600 0 0 0 0 6 1 16 0 9 0 2001536928 888791040 36728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19620/tid=19625] ppid=19618 vsize=867960 CPUtime=0.07
/proc/19620/task/19625/stat : 19625 (java) S 19618 19620 19318 0 -1 64 23 600 0 0 0 0 6 1 16 0 9 0 2001536928 888791040 36728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19620/tid=19626] ppid=19618 vsize=867960 CPUtime=0.07
/proc/19620/task/19626/stat : 19626 (java) S 19618 19620 19318 0 -1 64 1 600 0 0 0 0 6 1 18 0 9 0 2001536930 888791040 36728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19620/tid=19627] ppid=19618 vsize=867960 CPUtime=0.48
/proc/19620/task/19627/stat : 19627 (java) S 19618 19620 19318 0 -1 64 997 600 0 0 40 1 6 1 16 0 9 0 2001536930 888791040 36728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19620/tid=19628] ppid=19618 vsize=867960 CPUtime=0.07
/proc/19620/task/19628/stat : 19628 (java) S 19618 19620 19318 0 -1 64 1 600 0 0 0 0 6 1 19 0 9 0 2001536930 888791040 36728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19620/tid=19629] ppid=19618 vsize=867960 CPUtime=0.07
/proc/19620/task/19629/stat : 19629 (java) S 19618 19620 19318 0 -1 64 8 600 0 0 0 0 6 1 15 0 9 0 2001536930 888791040 36728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 867960

Child status: 143
Real time (s): 1803.95
CPU time (s): 1800.1
CPU user time (s): 1799.56
CPU system time (s): 0.536918
CPU usage (%): 99.7864
Max. virtual memory (cumulated for all children) (KiB): 867960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.56
system time used= 0.536918
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62852
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= 40051
involuntary context switches= 49541

runsolver used 2.24166 second user time and 5.98509 second system time

The end

Launcher Data (download as text)

Begin job on node21 at 2008-07-05 04:40:27
IDJOB=1083173
IDBENCH=57422
IDSOLVER=363
FILE ID=node21/1083173-1215225626
PBS_JOBID= 7881850
Free space on /tmp= 66480 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/super-js/super-js-taillard-15/normalized-super-js-taillard-15-12.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= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1083173-1215225626/watcher-1083173-1215225626 -o /tmp/evaluation-result-1083173-1215225626/solver-1083173-1215225626 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1083173-1215225626.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7160ac9735ff4cdf08aa3c1a73aa6e48
RANDOM SEED=697078939

node21.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.263
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 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.263
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1450040 kB
Buffers:         95516 kB
Cached:         427256 kB
SwapCached:       6472 kB
Active:         207292 kB
Inactive:       330572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1450040 kB
SwapTotal:     4192956 kB
SwapFree:      4180412 kB
Dirty:            2728 kB
Writeback:           0 kB
Mapped:          20476 kB
Slab:            53340 kB
Committed_AS:  3587756 kB
PageTables:       1788 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= 66300 MiB
End job on node21 at 2008-07-05 05:10:32