Trace number 2098608

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 ESACSAT 74.3897 74.4444

DiagnosticValue
CHECKS22402000
NODES158889

General information on the benchmark

Namecsp/os-taillard-7/
normalized-os-taillard-7-100-7.xml
MD5SUMa55ee0905232b4c6d55882a96504a02c
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 benchmark0.300953
Satisfiable
(Un)Satisfiability was proved
Number of variables49
Number of constraints294
Maximum constraint arity2
Maximum domain size424
Number of constraints which are defined in extension0
Number of constraints which are defined in intension294
Global constraints used (with number of constraints)

Solver Data

0.05/0.09	
0.05/0.09	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=esac.xml
0.28/0.30	   
0.28/0.30	   instance
0.28/0.30	     name=HOME/instance-2098608-1247416170.xml
0.28/0.34	   
0.28/0.34	   domains being loaded...
0.28/0.35	   
0.28/0.35	   variables being loaded...
0.28/0.39	     nbVariables=49  nbDomainTypes=49  minDomainSize=327  maxDomainSize=424  nbTotalValues=18326
0.28/0.39	       =>  wckTime=0.149  cpuTime=0.11  mem=7M894
0.28/0.39	   
0.28/0.39	   predicates being loaded...
0.38/0.46	   
0.38/0.46	   constraints being loaded...
0.59/0.70	java.lang.NullPointerException
0.68/0.70		at abscon.tools.graphers.SaucySaver.runSaucy(SaucySaver.java:293)
0.68/0.70		at abscon.tools.graphers.SaucySaver.<init>(SaucySaver.java:321)
0.68/0.70		at abscon.problem.Problem.buildSymmetries(Problem.java:859)
0.68/0.70		at abscon.problem.Problem.storeConstraintsToArray(Problem.java:1002)
0.68/0.70		at problems.XSax.InstanceHandler.endElement(InstanceHandler.java:502)
0.68/0.70		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
0.68/0.70		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
0.68/0.70		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
0.68/0.70		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
0.68/0.70		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
0.68/0.70		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
0.68/0.70		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
0.68/0.70		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
0.68/0.70		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
0.68/0.70		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
0.68/0.70		at javax.xml.parsers.SAXParser.parse(Unknown Source)
0.68/0.70		at javax.xml.parsers.SAXParser.parse(Unknown Source)
0.68/0.70		at problems.XSax.Problem0.addVariables(Problem0.java:74)
0.68/0.70		at problems.XSax.Problem0.attachToCore(Problem0.java:86)
0.68/0.70		at abscon.problem.Problem.attachTo(Problem.java:1190)
0.68/0.70		at abscon.Resolution.buildProblemInstance(Resolution.java:313)
0.68/0.70		at abscon.Resolution.solveInstance(Resolution.java:439)
0.68/0.70		at abscon.Resolution.solveInstances(Resolution.java:649)
0.68/0.70		at abscon.Resolution.main(Resolution.java:747)
0.68/0.74	     nbConstraints=301  nbGlobalConstraints=301  nbSharedBinaryRepresentations=0  minDegree=13  maxDegree=13  minArity=2
0.68/0.74	     avgArity=2.12  maxArity=7  nbGenerators=0  nbFusions=0  symmetryWckTime=0.085  symmetryCpuTime=0.04  nbCliques=7
0.68/0.74	       =>  wckTime=0.501  cpuTime=0.36  mem=15M767
0.77/0.80	   
0.77/0.80	   solver IterativeSystematicSolver being built... 
0.77/0.87	   
0.77/0.87	   INFO : Forward propagation technique limited 
0.87/0.94	       =>  wckTime=0.701  cpuTime=0.49  mem=21M265
0.98/1.03	   
0.98/1.03	   preprocessing
0.98/1.03	     nbConstraintChecks=0  nbPropagations=710  nbRevisions=0  nbUselessRevisions=0  nbSingletonTests=54
0.98/1.03	     nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0  detectedInconsistency=no
0.98/1.03	       =>  wckTime=0.086  cpuTime=0.07  mem=25M169
2.18/2.29	   
2.18/2.29	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=47M787)
74.25/74.40	   
74.25/74.40	   search
74.25/74.40	     run=22  nbConstraintChecks=22401958  minDepth=7  maxDepth=49  nbPropagations=4855638  nbRevisions=0
74.35/74.40	     nbUselessRevisions=0  nbAssignments=158889  nbFailedAssignments=149832  nbInferredBacktracks=27  nbBacktracks=8789
74.35/74.40	     nbVisitedNodes=316500  nbRestartNogoods=1481  nbFoundSolutions=1  nbSEliminables=0  nbREliminables=6.5
74.35/74.40	     nbIEliminables=0  nbDEliminables=0  nbPEliminables=0
74.35/74.40	       =>  wckTime=73.452  cpuTime=73.22  mem=45M31
74.35/74.40	   
74.35/74.40	   global
74.35/74.40	     nbConstraintChecks=22401958  nbPropagations=4856348  nbRestartNogoods=1481  solvingWckTime=73.454
74.35/74.40	     solvingCpuTime=73.22  expiredTime=no  totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=73.71
74.35/74.40	     globalCpuTime=73.77
74.35/74.40	       =>  wckTime=74.158  cpuTime=73.72  mem=45M31
74.35/74.40	   
74.35/74.40	s SATISFIABLE
74.35/74.40	v 296 219 202 260 0 92 341 359 54 208 256 0 118 298 363 198 313 57 0 216 80 96 276 208 0 129 341 314 0 363 129 201 54 253 71 57 219 202 109 62 314 0 118 176 341 92 260 62 0 
74.35/74.40	d NODES 158889
74.35/74.40	d CHECKS 22401958
74.35/74.40	   
74.35/74.40	   totalWckTime=74.21  totalCpuTime=73.77

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2098608-1247416170/watcher-2098608-1247416170 -o /tmp/evaluation-result-2098608-1247416170/solver-2098608-1247416170 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2098608-1247416170.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.91 2.00 2.00 4/80 31929
/proc/meminfo: memFree=1686216/2055920 swapFree=4192812/4192956
[pid=31929] ppid=31927 vsize=18576 CPUtime=0
/proc/31929/stat : 31929 (runsolver) R 31927 31929 31855 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 28683299 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 233588714791 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/31929/statm: 4644 284 249 26 0 2626 0

[startup+0.0683929 s]
/proc/loadavg: 1.91 2.00 2.00 4/80 31929
/proc/meminfo: memFree=1686216/2055920 swapFree=4192812/4192956
[pid=31929] ppid=31927 vsize=864024 CPUtime=0.05
/proc/31929/stat : 31929 (java) S 31927 31929 31855 0 -1 0 2832 0 1 0 4 1 0 0 18 0 9 0 28683299 884760576 2366 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31929/statm: 216006 2366 1121 9 0 210899 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 864024

[startup+0.101395 s]
/proc/loadavg: 1.91 2.00 2.00 4/80 31929
/proc/meminfo: memFree=1686216/2055920 swapFree=4192812/4192956
[pid=31929] ppid=31927 vsize=865984 CPUtime=0.08
/proc/31929/stat : 31929 (java) S 31927 31929 31855 0 -1 0 3727 0 1 0 6 2 0 0 18 0 9 0 28683299 886767616 3195 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31929/statm: 216496 3195 1695 9 0 210981 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.301433 s]
/proc/loadavg: 1.91 2.00 2.00 4/80 31929
/proc/meminfo: memFree=1686216/2055920 swapFree=4192812/4192956
[pid=31929] ppid=31927 vsize=866508 CPUtime=0.28
/proc/31929/stat : 31929 (java) S 31927 31929 31855 0 -1 0 5809 0 1 0 25 3 0 0 18 0 9 0 28683299 887304192 5191 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31929/statm: 216627 5191 1966 9 0 211085 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866508

[startup+0.701508 s]
/proc/loadavg: 1.91 2.00 2.00 4/80 31929
/proc/meminfo: memFree=1686216/2055920 swapFree=4192812/4192956
[pid=31929] ppid=31927 vsize=867508 CPUtime=0.68
/proc/31929/stat : 31929 (java) S 31927 31929 31855 0 -1 0 8611 0 1 0 61 7 0 0 18 0 10 0 28683299 888328192 7834 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31929/statm: 216877 7834 2041 9 0 211313 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867508

[startup+1.50265 s]
/proc/loadavg: 1.91 2.00 2.00 3/89 31940
/proc/meminfo: memFree=1652544/2055920 swapFree=4192812/4192956
[pid=31929] ppid=31927 vsize=867636 CPUtime=1.48
/proc/31929/stat : 31929 (java) S 31927 31929 31855 0 -1 0 22780 172 1 0 135 13 0 0 18 0 9 0 28683299 888459264 17243 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31929/statm: 216909 17244 2658 9 0 211345 0
[pid=31929/tid=31931] ppid=31927 vsize=867636 CPUtime=1.19
/proc/31929/task/31931/stat : 31931 (java) R 31927 31929 31855 0 -1 64 18610 172 1 0 109 10 0 0 25 0 9 0 28683301 888459264 17244 996147200 134512640 134550932 4294955968 18446744073709551615 4126886542 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31932] ppid=31927 vsize=867636 CPUtime=0.04
/proc/31929/task/31932/stat : 31932 (java) S 31927 31929 31855 0 -1 64 2662 172 0 0 4 0 0 0 16 0 9 0 28683302 888459264 17246 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31933] ppid=31927 vsize=867636 CPUtime=0
/proc/31929/task/31933/stat : 31933 (java) S 31927 31929 31855 0 -1 64 16 172 0 0 0 0 0 0 16 0 9 0 28683302 888459264 17248 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31934] ppid=31927 vsize=867636 CPUtime=0
/proc/31929/task/31934/stat : 31934 (java) S 31927 31929 31855 0 -1 64 9 172 0 0 0 0 0 0 15 0 9 0 28683302 888459264 17248 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31935] ppid=31927 vsize=867636 CPUtime=0
/proc/31929/task/31935/stat : 31935 (java) S 31927 31929 31855 0 -1 64 2 172 0 0 0 0 0 0 18 0 9 0 28683304 888459264 17250 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31936] ppid=31927 vsize=867636 CPUtime=0.22
/proc/31929/task/31936/stat : 31936 (java) S 31927 31929 31855 0 -1 64 728 172 0 0 21 1 0 0 15 0 9 0 28683304 888459264 17251 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31937] ppid=31927 vsize=867636 CPUtime=0
/proc/31929/task/31937/stat : 31937 (java) S 31927 31929 31855 0 -1 64 1 172 0 0 0 0 0 0 19 0 9 0 28683304 888459264 17251 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31938] ppid=31927 vsize=867636 CPUtime=0
/proc/31929/task/31938/stat : 31938 (java) S 31927 31929 31855 0 -1 64 7 172 0 0 0 0 0 0 15 0 9 0 28683304 888459264 17251 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867636

[startup+3.10294 s]
/proc/loadavg: 1.91 2.00 2.00 3/89 31940
/proc/meminfo: memFree=1620544/2055920 swapFree=4192812/4192956
[pid=31929] ppid=31927 vsize=867548 CPUtime=3.08
/proc/31929/stat : 31929 (java) S 31927 31929 31855 0 -1 0 25755 172 1 0 293 15 0 0 18 0 9 0 28683299 888369152 20066 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31929/statm: 216887 20066 2639 9 0 211345 0
[pid=31929/tid=31931] ppid=31927 vsize=867548 CPUtime=2.73
/proc/31929/task/31931/stat : 31931 (java) R 31927 31929 31855 0 -1 64 19180 172 1 0 262 11 0 0 25 0 9 0 28683301 888369152 20066 996147200 134512640 134550932 4294955968 18446744073709551615 4126800935 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31932] ppid=31927 vsize=867548 CPUtime=0.07
/proc/31929/task/31932/stat : 31932 (java) S 31927 31929 31855 0 -1 64 5048 172 0 0 6 1 0 0 17 0 9 0 28683302 888369152 20066 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31933] ppid=31927 vsize=867548 CPUtime=0
/proc/31929/task/31933/stat : 31933 (java) S 31927 31929 31855 0 -1 64 16 172 0 0 0 0 0 0 16 0 9 0 28683302 888369152 20066 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31934] ppid=31927 vsize=867548 CPUtime=0
/proc/31929/task/31934/stat : 31934 (java) S 31927 31929 31855 0 -1 64 9 172 0 0 0 0 0 0 15 0 9 0 28683302 888369152 20066 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31935] ppid=31927 vsize=867548 CPUtime=0
/proc/31929/task/31935/stat : 31935 (java) S 31927 31929 31855 0 -1 64 2 172 0 0 0 0 0 0 18 0 9 0 28683304 888369152 20066 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31936] ppid=31927 vsize=867548 CPUtime=0.25
/proc/31929/task/31936/stat : 31936 (java) S 31927 31929 31855 0 -1 64 746 172 0 0 24 1 0 0 16 0 9 0 28683304 888369152 20066 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31937] ppid=31927 vsize=867548 CPUtime=0
/proc/31929/task/31937/stat : 31937 (java) S 31927 31929 31855 0 -1 64 1 172 0 0 0 0 0 0 19 0 9 0 28683304 888369152 20066 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31938] ppid=31927 vsize=867548 CPUtime=0
/proc/31929/task/31938/stat : 31938 (java) S 31927 31929 31855 0 -1 64 7 172 0 0 0 0 0 0 15 0 9 0 28683304 888369152 20066 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 867548

[startup+6.30152 s]
/proc/loadavg: 1.92 2.00 2.00 3/89 31940
/proc/meminfo: memFree=1615424/2055920 swapFree=4192812/4192956
[pid=31929] ppid=31927 vsize=867548 CPUtime=6.27
/proc/31929/stat : 31929 (java) S 31927 31929 31855 0 -1 0 25791 172 1 0 612 15 0 0 18 0 9 0 28683299 888369152 20084 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31929/statm: 216887 20084 2639 9 0 211345 0
[pid=31929/tid=31931] ppid=31927 vsize=867548 CPUtime=5.92
/proc/31929/task/31931/stat : 31931 (java) R 31927 31929 31855 0 -1 64 19186 172 1 0 581 11 0 0 25 0 9 0 28683301 888369152 20084 996147200 134512640 134550932 4294955968 18446744073709551615 4126800961 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31932] ppid=31927 vsize=867548 CPUtime=0.07
/proc/31929/task/31932/stat : 31932 (java) S 31927 31929 31855 0 -1 64 5064 172 0 0 6 1 0 0 16 0 9 0 28683302 888369152 20084 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31933] ppid=31927 vsize=867548 CPUtime=0
/proc/31929/task/31933/stat : 31933 (java) S 31927 31929 31855 0 -1 64 16 172 0 0 0 0 0 0 16 0 9 0 28683302 888369152 20084 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31934] ppid=31927 vsize=867548 CPUtime=0
/proc/31929/task/31934/stat : 31934 (java) S 31927 31929 31855 0 -1 64 9 172 0 0 0 0 0 0 15 0 9 0 28683302 888369152 20084 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31935] ppid=31927 vsize=867548 CPUtime=0
/proc/31929/task/31935/stat : 31935 (java) S 31927 31929 31855 0 -1 64 2 172 0 0 0 0 0 0 18 0 9 0 28683304 888369152 20084 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31936] ppid=31927 vsize=867548 CPUtime=0.25
/proc/31929/task/31936/stat : 31936 (java) S 31927 31929 31855 0 -1 64 748 172 0 0 24 1 0 0 16 0 9 0 28683304 888369152 20084 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31937] ppid=31927 vsize=867548 CPUtime=0
/proc/31929/task/31937/stat : 31937 (java) S 31927 31929 31855 0 -1 64 1 172 0 0 0 0 0 0 19 0 9 0 28683304 888369152 20084 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31938] ppid=31927 vsize=867548 CPUtime=0
/proc/31929/task/31938/stat : 31938 (java) S 31927 31929 31855 0 -1 64 19 172 0 0 0 0 0 0 15 0 9 0 28683304 888369152 20084 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 867548

[startup+12.7027 s]
/proc/loadavg: 2.00 2.02 2.00 3/89 31940
/proc/meminfo: memFree=1615368/2055920 swapFree=4192812/4192956
[pid=31929] ppid=31927 vsize=867548 CPUtime=12.67
/proc/31929/stat : 31929 (java) S 31927 31929 31855 0 -1 0 25811 172 1 0 1252 15 0 0 18 0 9 0 28683299 888369152 20096 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31929/statm: 216887 20096 2639 9 0 211345 0
[pid=31929/tid=31931] ppid=31927 vsize=867548 CPUtime=12.3
/proc/31929/task/31931/stat : 31931 (java) R 31927 31929 31855 0 -1 64 19193 172 1 0 1219 11 0 0 25 0 9 0 28683301 888369152 20096 996147200 134512640 134550932 4294955968 18446744073709551615 4126802364 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31932] ppid=31927 vsize=867548 CPUtime=0.08
/proc/31929/task/31932/stat : 31932 (java) S 31927 31929 31855 0 -1 64 5073 172 0 0 7 1 0 0 16 0 9 0 28683302 888369152 20096 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31933] ppid=31927 vsize=867548 CPUtime=0
/proc/31929/task/31933/stat : 31933 (java) S 31927 31929 31855 0 -1 64 16 172 0 0 0 0 0 0 16 0 9 0 28683302 888369152 20096 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31934] ppid=31927 vsize=867548 CPUtime=0
/proc/31929/task/31934/stat : 31934 (java) S 31927 31929 31855 0 -1 64 9 172 0 0 0 0 0 0 15 0 9 0 28683302 888369152 20096 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31935] ppid=31927 vsize=867548 CPUtime=0
/proc/31929/task/31935/stat : 31935 (java) S 31927 31929 31855 0 -1 64 2 172 0 0 0 0 0 0 18 0 9 0 28683304 888369152 20096 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31936] ppid=31927 vsize=867548 CPUtime=0.26
/proc/31929/task/31936/stat : 31936 (java) S 31927 31929 31855 0 -1 64 752 172 0 0 25 1 0 0 16 0 9 0 28683304 888369152 20096 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31937] ppid=31927 vsize=867548 CPUtime=0
/proc/31929/task/31937/stat : 31937 (java) S 31927 31929 31855 0 -1 64 1 172 0 0 0 0 0 0 19 0 9 0 28683304 888369152 20096 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31938] ppid=31927 vsize=867548 CPUtime=0
/proc/31929/task/31938/stat : 31938 (java) S 31927 31929 31855 0 -1 64 19 172 0 0 0 0 0 0 15 0 9 0 28683304 888369152 20096 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 867548

[startup+25.502 s]
/proc/loadavg: 2.00 2.02 2.00 3/89 31940
/proc/meminfo: memFree=1615176/2055920 swapFree=4192812/4192956
[pid=31929] ppid=31927 vsize=867548 CPUtime=25.47
/proc/31929/stat : 31929 (java) S 31927 31929 31855 0 -1 0 25865 172 1 0 2532 15 0 0 18 0 9 0 28683299 888369152 20132 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31929/statm: 216887 20132 2639 9 0 211345 0
[pid=31929/tid=31931] ppid=31927 vsize=867548 CPUtime=25.07
/proc/31929/task/31931/stat : 31931 (java) R 31927 31929 31855 0 -1 64 19211 172 1 0 2496 11 0 0 25 0 9 0 28683301 888369152 20132 996147200 134512640 134550932 4294955968 18446744073709551615 4126915342 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31932] ppid=31927 vsize=867548 CPUtime=0.1
/proc/31929/task/31932/stat : 31932 (java) S 31927 31929 31855 0 -1 64 5108 172 0 0 9 1 0 0 16 0 9 0 28683302 888369152 20132 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31933] ppid=31927 vsize=867548 CPUtime=0
/proc/31929/task/31933/stat : 31933 (java) S 31927 31929 31855 0 -1 64 16 172 0 0 0 0 0 0 16 0 9 0 28683302 888369152 20132 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31934] ppid=31927 vsize=867548 CPUtime=0
/proc/31929/task/31934/stat : 31934 (java) S 31927 31929 31855 0 -1 64 9 172 0 0 0 0 0 0 15 0 9 0 28683302 888369152 20132 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31935] ppid=31927 vsize=867548 CPUtime=0
/proc/31929/task/31935/stat : 31935 (java) S 31927 31929 31855 0 -1 64 2 172 0 0 0 0 0 0 18 0 9 0 28683304 888369152 20132 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31936] ppid=31927 vsize=867548 CPUtime=0.26
/proc/31929/task/31936/stat : 31936 (java) S 31927 31929 31855 0 -1 64 753 172 0 0 25 1 0 0 16 0 9 0 28683304 888369152 20132 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31937] ppid=31927 vsize=867548 CPUtime=0
/proc/31929/task/31937/stat : 31937 (java) S 31927 31929 31855 0 -1 64 1 172 0 0 0 0 0 0 19 0 9 0 28683304 888369152 20132 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31938] ppid=31927 vsize=867548 CPUtime=0
/proc/31929/task/31938/stat : 31938 (java) S 31927 31929 31855 0 -1 64 19 172 0 0 0 0 0 0 15 0 9 0 28683304 888369152 20132 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 867548

[startup+51.1016 s]
/proc/loadavg: 2.00 2.01 2.00 3/89 31940
/proc/meminfo: memFree=1615176/2055920 swapFree=4192812/4192956
[pid=31929] ppid=31927 vsize=867548 CPUtime=51.06
/proc/31929/stat : 31929 (java) S 31927 31929 31855 0 -1 0 25899 172 1 0 5090 16 0 0 18 0 9 0 28683299 888369152 20136 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31929/statm: 216887 20136 2639 9 0 211345 0
[pid=31929/tid=31931] ppid=31927 vsize=867548 CPUtime=50.64
/proc/31929/task/31931/stat : 31931 (java) R 31927 31929 31855 0 -1 64 19241 172 1 0 5053 11 0 0 25 0 9 0 28683301 888369152 20136 996147200 134512640 134550932 4294955968 18446744073709551615 4126780049 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31932] ppid=31927 vsize=867548 CPUtime=0.13
/proc/31929/task/31932/stat : 31932 (java) S 31927 31929 31855 0 -1 64 5112 172 0 0 11 2 0 0 16 0 9 0 28683302 888369152 20136 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31933] ppid=31927 vsize=867548 CPUtime=0
/proc/31929/task/31933/stat : 31933 (java) S 31927 31929 31855 0 -1 64 16 172 0 0 0 0 0 0 16 0 9 0 28683302 888369152 20136 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31934] ppid=31927 vsize=867548 CPUtime=0
/proc/31929/task/31934/stat : 31934 (java) S 31927 31929 31855 0 -1 64 9 172 0 0 0 0 0 0 15 0 9 0 28683302 888369152 20136 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31935] ppid=31927 vsize=867548 CPUtime=0
/proc/31929/task/31935/stat : 31935 (java) S 31927 31929 31855 0 -1 64 2 172 0 0 0 0 0 0 18 0 9 0 28683304 888369152 20136 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31936] ppid=31927 vsize=867548 CPUtime=0.26
/proc/31929/task/31936/stat : 31936 (java) S 31927 31929 31855 0 -1 64 753 172 0 0 25 1 0 0 16 0 9 0 28683304 888369152 20136 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31937] ppid=31927 vsize=867548 CPUtime=0
/proc/31929/task/31937/stat : 31937 (java) S 31927 31929 31855 0 -1 64 1 172 0 0 0 0 0 0 19 0 9 0 28683304 888369152 20136 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/31929/stat : 31929 (java) S 31927 31929 31855 0 -1 0 25911 172 1 0 6370 16 0 0 18 0 9 0 28683299 888369152 20136 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31929/statm: 216887 20136 2639 9 0 211345 0
[pid=31929/tid=31931] ppid=31927 vsize=867548 CPUtime=63.42
/proc/31929/task/31931/stat : 31931 (java) R 31927 31929 31855 0 -1 64 19253 172 1 0 6331 11 0 0 25 0 9 0 28683301 888369152 20136 996147200 134512640 134550932 4294955968 18446744073709551615 4126708711 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31932] ppid=31927 vsize=867548 CPUtime=0.14
/proc/31929/task/31932/stat : 31932 (java) S 31927 31929 31855 0 -1 64 5112 172 0 0 12 2 0 0 16 0 9 0 28683302 888369152 20136 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31933] ppid=31927 vsize=867548 CPUtime=0
/proc/31929/task/31933/stat : 31933 (java) S 31927 31929 31855 0 -1 64 16 172 0 0 0 0 0 0 16 0 9 0 28683302 888369152 20136 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31934] ppid=31927 vsize=867548 CPUtime=0
/proc/31929/task/31934/stat : 31934 (java) S 31927 31929 31855 0 -1 64 9 172 0 0 0 0 0 0 15 0 9 0 28683302 888369152 20136 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31935] ppid=31927 vsize=867548 CPUtime=0
/proc/31929/task/31935/stat : 31935 (java) S 31927 31929 31855 0 -1 64 2 172 0 0 0 0 0 0 18 0 9 0 28683304 888369152 20136 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31936] ppid=31927 vsize=867548 CPUtime=0.26
/proc/31929/task/31936/stat : 31936 (java) S 31927 31929 31855 0 -1 64 753 172 0 0 25 1 0 0 16 0 9 0 28683304 888369152 20136 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31937] ppid=31927 vsize=867548 CPUtime=0
/proc/31929/task/31937/stat : 31937 (java) S 31927 31929 31855 0 -1 64 1 172 0 0 0 0 0 0 19 0 9 0 28683304 888369152 20136 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31938] ppid=31927 vsize=867548 CPUtime=0
/proc/31929/task/31938/stat : 31938 (java) S 31927 31929 31855 0 -1 64 19 172 0 0 0 0 0 0 15 0 9 0 28683304 888369152 20136 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 63.86
Current children cumulated vsize (KiB) 867548

[startup+70.3021 s]
/proc/loadavg: 2.07 2.03 2.00 3/89 31940
/proc/meminfo: memFree=1615176/2055920 swapFree=4192812/4192956
[pid=31929] ppid=31927 vsize=867548 CPUtime=70.26
/proc/31929/stat : 31929 (java) S 31927 31929 31855 0 -1 0 25924 172 1 0 7010 16 0 0 18 0 9 0 28683299 888369152 20143 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31929/statm: 216887 20143 2639 9 0 211345 0
[pid=31929/tid=31931] ppid=31927 vsize=867548 CPUtime=69.82
/proc/31929/task/31931/stat : 31931 (java) R 31927 31929 31855 0 -1 64 19259 172 1 0 6971 11 0 0 25 0 9 0 28683301 888369152 20143 996147200 134512640 134550932 4294955968 18446744073709551615 4126897497 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31932] ppid=31927 vsize=867548 CPUtime=0.15
/proc/31929/task/31932/stat : 31932 (java) S 31927 31929 31855 0 -1 64 5119 172 0 0 13 2 0 0 16 0 9 0 28683302 888369152 20143 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31933] ppid=31927 vsize=867548 CPUtime=0
/proc/31929/task/31933/stat : 31933 (java) S 31927 31929 31855 0 -1 64 16 172 0 0 0 0 0 0 16 0 9 0 28683302 888369152 20143 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31934] ppid=31927 vsize=867548 CPUtime=0
/proc/31929/task/31934/stat : 31934 (java) S 31927 31929 31855 0 -1 64 9 172 0 0 0 0 0 0 15 0 9 0 28683302 888369152 20143 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31935] ppid=31927 vsize=867548 CPUtime=0
/proc/31929/task/31935/stat : 31935 (java) S 31927 31929 31855 0 -1 64 2 172 0 0 0 0 0 0 18 0 9 0 28683304 888369152 20143 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31936] ppid=31927 vsize=867548 CPUtime=0.26
/proc/31929/task/31936/stat : 31936 (java) S 31927 31929 31855 0 -1 64 753 172 0 0 25 1 0 0 16 0 9 0 28683304 888369152 20143 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31937] ppid=31927 vsize=867548 CPUtime=0
/proc/31929/task/31937/stat : 31937 (java) S 31927 31929 31855 0 -1 64 1 172 0 0 0 0 0 0 19 0 9 0 28683304 888369152 20143 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31938] ppid=31927 vsize=867548 CPUtime=0
/proc/31929/task/31938/stat : 31938 (java) S 31927 31929 31855 0 -1 64 19 172 0 0 0 0 0 0 15 0 9 0 28683304 888369152 20143 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 70.26
Current children cumulated vsize (KiB) 867548

[startup+71.9014 s]
/proc/loadavg: 2.07 2.03 2.00 3/89 31940
/proc/meminfo: memFree=1615176/2055920 swapFree=4192812/4192956
[pid=31929] ppid=31927 vsize=867548 CPUtime=71.85
/proc/31929/stat : 31929 (java) S 31927 31929 31855 0 -1 0 25925 172 1 0 7169 16 0 0 18 0 9 0 28683299 888369152 20143 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31929/statm: 216887 20143 2639 9 0 211345 0
[pid=31929/tid=31931] ppid=31927 vsize=867548 CPUtime=71.41
/proc/31929/task/31931/stat : 31931 (java) R 31927 31929 31855 0 -1 64 19260 172 1 0 7130 11 0 0 25 0 9 0 28683301 888369152 20143 996147200 134512640 134550932 4294955968 18446744073709551615 4126915417 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31932] ppid=31927 vsize=867548 CPUtime=0.15
/proc/31929/task/31932/stat : 31932 (java) S 31927 31929 31855 0 -1 64 5119 172 0 0 13 2 0 0 16 0 9 0 28683302 888369152 20143 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31933] ppid=31927 vsize=867548 CPUtime=0
/proc/31929/task/31933/stat : 31933 (java) S 31927 31929 31855 0 -1 64 16 172 0 0 0 0 0 0 16 0 9 0 28683302 888369152 20143 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31934] ppid=31927 vsize=867548 CPUtime=0
/proc/31929/task/31934/stat : 31934 (java) S 31927 31929 31855 0 -1 64 9 172 0 0 0 0 0 0 15 0 9 0 28683302 888369152 20143 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31935] ppid=31927 vsize=867548 CPUtime=0
/proc/31929/task/31935/stat : 31935 (java) S 31927 31929 31855 0 -1 64 2 172 0 0 0 0 0 0 18 0 9 0 28683304 888369152 20143 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31936] ppid=31927 vsize=867548 CPUtime=0.26
/proc/31929/task/31936/stat : 31936 (java) S 31927 31929 31855 0 -1 64 753 172 0 0 25 1 0 0 16 0 9 0 28683304 888369152 20143 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31937] ppid=31927 vsize=867548 CPUtime=0
/proc/31929/task/31937/stat : 31937 (java) S 31927 31929 31855 0 -1 64 1 172 0 0 0 0 0 0 19 0 9 0 28683304 888369152 20143 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31938] ppid=31927 vsize=867548 CPUtime=0
/proc/31929/task/31938/stat : 31938 (java) S 31927 31929 31855 0 -1 64 19 172 0 0 0 0 0 0 15 0 9 0 28683304 888369152 20143 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 71.85
Current children cumulated vsize (KiB) 867548

[startup+73.5027 s]
/proc/loadavg: 2.07 2.03 2.00 3/89 31940
/proc/meminfo: memFree=1615176/2055920 swapFree=4192812/4192956
[pid=31929] ppid=31927 vsize=867548 CPUtime=73.45
/proc/31929/stat : 31929 (java) S 31927 31929 31855 0 -1 0 25926 172 1 0 7329 16 0 0 18 0 9 0 28683299 888369152 20143 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31929/statm: 216887 20143 2639 9 0 211345 0
[pid=31929/tid=31931] ppid=31927 vsize=867548 CPUtime=73.01
/proc/31929/task/31931/stat : 31931 (java) R 31927 31929 31855 0 -1 64 19261 172 1 0 7290 11 0 0 25 0 9 0 28683301 888369152 20143 996147200 134512640 134550932 4294955968 18446744073709551615 4126912634 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31932] ppid=31927 vsize=867548 CPUtime=0.15
/proc/31929/task/31932/stat : 31932 (java) S 31927 31929 31855 0 -1 64 5119 172 0 0 13 2 0 0 16 0 9 0 28683302 888369152 20143 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31933] ppid=31927 vsize=867548 CPUtime=0
/proc/31929/task/31933/stat : 31933 (java) S 31927 31929 31855 0 -1 64 16 172 0 0 0 0 0 0 16 0 9 0 28683302 888369152 20143 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31934] ppid=31927 vsize=867548 CPUtime=0
/proc/31929/task/31934/stat : 31934 (java) S 31927 31929 31855 0 -1 64 9 172 0 0 0 0 0 0 15 0 9 0 28683302 888369152 20143 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31935] ppid=31927 vsize=867548 CPUtime=0
/proc/31929/task/31935/stat : 31935 (java) S 31927 31929 31855 0 -1 64 2 172 0 0 0 0 0 0 18 0 9 0 28683304 888369152 20143 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31936] ppid=31927 vsize=867548 CPUtime=0.26
/proc/31929/task/31936/stat : 31936 (java) S 31927 31929 31855 0 -1 64 753 172 0 0 25 1 0 0 16 0 9 0 28683304 888369152 20143 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31937] ppid=31927 vsize=867548 CPUtime=0
/proc/31929/task/31937/stat : 31937 (java) S 31927 31929 31855 0 -1 64 1 172 0 0 0 0 0 0 19 0 9 0 28683304 888369152 20143 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31938] ppid=31927 vsize=867548 CPUtime=0
/proc/31929/task/31938/stat : 31938 (java) S 31927 31929 31855 0 -1 64 19 172 0 0 0 0 0 0 15 0 9 0 28683304 888369152 20143 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 73.45
Current children cumulated vsize (KiB) 867548

[startup+73.9028 s]
/proc/loadavg: 2.07 2.03 2.00 3/89 31940
/proc/meminfo: memFree=1615176/2055920 swapFree=4192812/4192956
[pid=31929] ppid=31927 vsize=867548 CPUtime=73.85
/proc/31929/stat : 31929 (java) S 31927 31929 31855 0 -1 0 25927 172 1 0 7369 16 0 0 18 0 9 0 28683299 888369152 20143 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31929/statm: 216887 20143 2639 9 0 211345 0
[pid=31929/tid=31931] ppid=31927 vsize=867548 CPUtime=73.41
/proc/31929/task/31931/stat : 31931 (java) R 31927 31929 31855 0 -1 64 19262 172 1 0 7330 11 0 0 25 0 9 0 28683301 888369152 20143 996147200 134512640 134550932 4294955968 18446744073709551615 4126913488 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31932] ppid=31927 vsize=867548 CPUtime=0.15
/proc/31929/task/31932/stat : 31932 (java) S 31927 31929 31855 0 -1 64 5119 172 0 0 13 2 0 0 16 0 9 0 28683302 888369152 20143 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31933] ppid=31927 vsize=867548 CPUtime=0
/proc/31929/task/31933/stat : 31933 (java) S 31927 31929 31855 0 -1 64 16 172 0 0 0 0 0 0 16 0 9 0 28683302 888369152 20143 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31934] ppid=31927 vsize=867548 CPUtime=0
/proc/31929/task/31934/stat : 31934 (java) S 31927 31929 31855 0 -1 64 9 172 0 0 0 0 0 0 15 0 9 0 28683302 888369152 20143 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31935] ppid=31927 vsize=867548 CPUtime=0
/proc/31929/task/31935/stat : 31935 (java) S 31927 31929 31855 0 -1 64 2 172 0 0 0 0 0 0 18 0 9 0 28683304 888369152 20143 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31936] ppid=31927 vsize=867548 CPUtime=0.26
/proc/31929/task/31936/stat : 31936 (java) S 31927 31929 31855 0 -1 64 753 172 0 0 25 1 0 0 16 0 9 0 28683304 888369152 20143 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31937] ppid=31927 vsize=867548 CPUtime=0
/proc/31929/task/31937/stat : 31937 (java) S 31927 31929 31855 0 -1 64 1 172 0 0 0 0 0 0 19 0 9 0 28683304 888369152 20143 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31938] ppid=31927 vsize=867548 CPUtime=0
/proc/31929/task/31938/stat : 31938 (java) S 31927 31929 31855 0 -1 64 19 172 0 0 0 0 0 0 15 0 9 0 28683304 888369152 20143 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 73.85
Current children cumulated vsize (KiB) 867548

[startup+74.3028 s]
/proc/loadavg: 2.07 2.03 2.00 3/89 31940
/proc/meminfo: memFree=1615176/2055920 swapFree=4192812/4192956
[pid=31929] ppid=31927 vsize=867548 CPUtime=74.25
/proc/31929/stat : 31929 (java) S 31927 31929 31855 0 -1 0 25927 172 1 0 7409 16 0 0 18 0 9 0 28683299 888369152 20143 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31929/statm: 216887 20143 2639 9 0 211345 0
[pid=31929/tid=31931] ppid=31927 vsize=867548 CPUtime=73.81
/proc/31929/task/31931/stat : 31931 (java) R 31927 31929 31855 0 -1 64 19262 172 1 0 7370 11 0 0 25 0 9 0 28683301 888369152 20143 996147200 134512640 134550932 4294955968 18446744073709551615 4126894194 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31932] ppid=31927 vsize=867548 CPUtime=0.15
/proc/31929/task/31932/stat : 31932 (java) S 31927 31929 31855 0 -1 64 5119 172 0 0 13 2 0 0 16 0 9 0 28683302 888369152 20143 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31933] ppid=31927 vsize=867548 CPUtime=0
/proc/31929/task/31933/stat : 31933 (java) S 31927 31929 31855 0 -1 64 16 172 0 0 0 0 0 0 16 0 9 0 28683302 888369152 20143 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31934] ppid=31927 vsize=867548 CPUtime=0
/proc/31929/task/31934/stat : 31934 (java) S 31927 31929 31855 0 -1 64 9 172 0 0 0 0 0 0 15 0 9 0 28683302 888369152 20143 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31935] ppid=31927 vsize=867548 CPUtime=0
/proc/31929/task/31935/stat : 31935 (java) S 31927 31929 31855 0 -1 64 2 172 0 0 0 0 0 0 18 0 9 0 28683304 888369152 20143 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31936] ppid=31927 vsize=867548 CPUtime=0.26
/proc/31929/task/31936/stat : 31936 (java) S 31927 31929 31855 0 -1 64 753 172 0 0 25 1 0 0 16 0 9 0 28683304 888369152 20143 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31937] ppid=31927 vsize=867548 CPUtime=0
/proc/31929/task/31937/stat : 31937 (java) S 31927 31929 31855 0 -1 64 1 172 0 0 0 0 0 0 19 0 9 0 28683304 888369152 20143 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31938] ppid=31927 vsize=867548 CPUtime=0
/proc/31929/task/31938/stat : 31938 (java) S 31927 31929 31855 0 -1 64 19 172 0 0 0 0 0 0 15 0 9 0 28683304 888369152 20143 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 74.25
Current children cumulated vsize (KiB) 867548

[startup+74.4028 s]
/proc/loadavg: 2.07 2.03 2.00 3/89 31940
/proc/meminfo: memFree=1615176/2055920 swapFree=4192812/4192956
[pid=31929] ppid=31927 vsize=867548 CPUtime=74.35
/proc/31929/stat : 31929 (java) S 31927 31929 31855 0 -1 0 25933 172 1 0 7419 16 0 0 18 0 9 0 28683299 888369152 20146 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31929/statm: 216887 20146 2639 9 0 211345 0
[pid=31929/tid=31931] ppid=31927 vsize=867548 CPUtime=73.91
/proc/31929/task/31931/stat : 31931 (java) R 31927 31929 31855 0 -1 64 19268 172 1 0 7380 11 0 0 25 0 9 0 28683301 888369152 20146 996147200 134512640 134550932 4294955968 18446744073709551615 4125958478 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31932] ppid=31927 vsize=867548 CPUtime=0.15
/proc/31929/task/31932/stat : 31932 (java) S 31927 31929 31855 0 -1 64 5119 172 0 0 13 2 0 0 16 0 9 0 28683302 888369152 20146 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31933] ppid=31927 vsize=867548 CPUtime=0
/proc/31929/task/31933/stat : 31933 (java) S 31927 31929 31855 0 -1 64 16 172 0 0 0 0 0 0 16 0 9 0 28683302 888369152 20146 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31934] ppid=31927 vsize=867548 CPUtime=0
/proc/31929/task/31934/stat : 31934 (java) S 31927 31929 31855 0 -1 64 9 172 0 0 0 0 0 0 15 0 9 0 28683302 888369152 20146 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31935] ppid=31927 vsize=867548 CPUtime=0
/proc/31929/task/31935/stat : 31935 (java) S 31927 31929 31855 0 -1 64 2 172 0 0 0 0 0 0 18 0 9 0 28683304 888369152 20146 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31936] ppid=31927 vsize=867548 CPUtime=0.26
/proc/31929/task/31936/stat : 31936 (java) S 31927 31929 31855 0 -1 64 753 172 0 0 25 1 0 0 16 0 9 0 28683304 888369152 20146 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31937] ppid=31927 vsize=867548 CPUtime=0
/proc/31929/task/31937/stat : 31937 (java) S 31927 31929 31855 0 -1 64 1 172 0 0 0 0 0 0 19 0 9 0 28683304 888369152 20146 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31929/tid=31938] ppid=31927 vsize=867548 CPUtime=0
/proc/31929/task/31938/stat : 31938 (java) S 31927 31929 31855 0 -1 64 19 172 0 0 0 0 0 0 15 0 9 0 28683304 888369152 20146 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 74.35
Current children cumulated vsize (KiB) 867548

Child status: 0
Real time (s): 74.4444
CPU time (s): 74.3897
CPU user time (s): 74.2047
CPU system time (s): 0.184971
CPU usage (%): 99.9265
Max. virtual memory (cumulated for all children) (KiB): 867636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 74.2047
system time used= 0.184971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26132
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= 3431
involuntary context switches= 5111

runsolver used 0.112982 second user time and 0.236963 second system time

The end

Launcher Data

Begin job on node27 at 2009-07-12 18:29:30
IDJOB=2098608
IDBENCH=58794
IDSOLVER=774
FILE ID=node27/2098608-1247416170
PBS_JOBID= 9510750
Free space on /tmp= 66320 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/os-taillard-7/normalized-os-taillard-7-100-7.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2098608-1247416170/watcher-2098608-1247416170 -o /tmp/evaluation-result-2098608-1247416170/solver-2098608-1247416170 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2098608-1247416170.xml

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

MD5SUM BENCH= a55ee0905232b4c6d55882a96504a02c
RANDOM SEED=26403513

node27.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		: 2800.239
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	: 5521.40
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		: 2800.239
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:       1686632 kB
Buffers:         42620 kB
Cached:         141592 kB
SwapCached:          0 kB
Active:         222468 kB
Inactive:        88848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1686632 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2356 kB
Writeback:           0 kB
Mapped:         147480 kB
Slab:            42948 kB
Committed_AS:  1006080 kB
PageTables:       1976 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66320 MiB
End job on node27 at 2009-07-12 18:30:45