Trace number 2095421

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 ACSAT 93.9137 94.8146

DiagnosticValue
CHECKS245428
NODES81118

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg7-7_ext.xml
MD5SUMa96151d3498ebe0012a14188188ea74b
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark19.469
Satisfiable
(Un)Satisfiability was proved
Number of variables49
Number of constraints14
Maximum constraint arity7
Maximum domain size26
Number of constraints which are defined in extension14
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.05/0.09	
0.05/0.09	Abscon 112 (May, 2008)
0.18/0.27	
0.18/0.27	   configuration
0.18/0.27	     name=mac.xml
0.28/0.31	   
0.28/0.31	   instance
0.28/0.31	     name=HOME/instance-2095421-1247407570.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=1  minDomainSize=26  maxDomainSize=26  nbTotalValues=1274
0.28/0.39	       =>  wckTime=0.115  cpuTime=0.11  mem=7M892
0.28/0.39	   
0.28/0.39	   relations being loaded...
0.38/0.43	   
0.38/0.43	   constraints being loaded...
0.38/0.49	   Too large in ConstraintConflictsSTructure
0.48/0.55	     nbConstraints=15  nbRelationTypes=1  nbGlobalConstraints=15  nbExtensionStructures=1
0.48/0.55	     nbSharedExtensionStructures=13  nbUnbuiltConflictsStructures=1  nbSharedBinaryRepresentations=0  minDegree=2
0.48/0.55	     maxDegree=3  minArity=7  avgArity=9.33  maxArity=42  nbGenerators=1  nbFusions=0  symmetryWckTime=0.049
0.48/0.55	     symmetryCpuTime=0.03
0.48/0.55	       =>  wckTime=0.278  cpuTime=0.21  mem=16M796
0.56/0.60	   
0.56/0.60	   solver IterativeSystematicSolver being built... 
0.56/0.68	   
0.56/0.68	   INFO : Forward propagation technique limited 
0.67/0.75	       =>  wckTime=0.481  cpuTime=0.33  mem=21M157
0.67/0.80	   
0.67/0.80	   preprocessing
0.67/0.80	     nbConstraintChecks=0  nbValidityChecks=218136  nbPropagations=50  nbRevisions=0  nbUselessRevisions=0
0.67/0.80	     nbRemovedValues=48  detectedInconsistency=no
0.67/0.80	       =>  wckTime=0.041  cpuTime=0.03  mem=21M157
1.45/1.53	   
1.45/1.53	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=22M165)
93.82/94.76	   
93.82/94.76	   search
93.82/94.76	     run=18  nbConstraintChecks=245428  nbValidityChecks=868085440  minDepth=3  maxDepth=49  nbPropagations=8636577
93.82/94.76	     nbRevisions=0  nbUselessRevisions=0  nbAssignments=81118  nbFailedAssignments=36854  nbInferredBacktracks=1
93.82/94.76	     nbBacktracks=44062  nbVisitedNodes=138900  nbRestartNogoods=179  nbFoundSolutions=1  nbSEliminables=0
93.82/94.76	     nbREliminables=1.59  nbIEliminables=38.54  nbDEliminables=0  nbPEliminables=0
93.82/94.76	       =>  wckTime=94.004  cpuTime=93.06  mem=24M115
93.82/94.76	   
93.82/94.76	   global
93.82/94.76	     nbConstraintChecks=245428  nbValidityChecks=868303576  nbPropagations=8636627  nbRestartNogoods=179
93.82/94.76	     solvingWckTime=94.008  solvingCpuTime=93.06  expiredTime=no  totalExploration=no  nbFoundSolutions=1
93.82/94.76	     firstSolutionCpuTime=93.39  globalCpuTime=93.42
93.82/94.76	       =>  wckTime=94.492  cpuTime=93.39  mem=24M115
93.82/94.76	   
93.82/94.76	s SATISFIABLE
93.82/94.76	v 15 17 4 15 0 17 4 17 4 12 14 3 4 11 4 12 20 11 0 19 4 15 14 11 4 12 8 2 0 3 0 12 0 13 19 17 4 19 8 13 20 4 4 11 4 2 19 4 3 
93.82/94.76	d NODES 81118
93.82/94.76	d CHECKS 245428
93.82/94.77	   
93.82/94.77	   totalWckTime=94.564  totalCpuTime=93.42

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-2095421-1247407570/watcher-2095421-1247407570 -o /tmp/evaluation-result-2095421-1247407570/solver-2095421-1247407570 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2095421-1247407570.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.93 2.01 1.99 4/80 31286
/proc/meminfo: memFree=1637552/2055920 swapFree=4192812/4192956
[pid=31286] ppid=31284 vsize=18576 CPUtime=0
/proc/31286/stat : 31286 (runsolver) R 31284 31286 30585 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 27823832 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 231962373415 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/31286/statm: 4644 284 249 26 0 2626 0

[startup+0.0715631 s]
/proc/loadavg: 1.93 2.01 1.99 4/80 31286
/proc/meminfo: memFree=1637552/2055920 swapFree=4192812/4192956
[pid=31286] ppid=31284 vsize=864024 CPUtime=0.05
/proc/31286/stat : 31286 (java) S 31284 31286 30585 0 -1 0 2896 0 1 0 4 1 0 0 18 0 9 0 27823832 884760576 2414 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31286/statm: 216006 2414 1147 9 0 210899 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 864024

[startup+0.101553 s]
/proc/loadavg: 1.93 2.01 1.99 4/80 31286
/proc/meminfo: memFree=1637552/2055920 swapFree=4192812/4192956
[pid=31286] ppid=31284 vsize=865984 CPUtime=0.08
/proc/31286/stat : 31286 (java) S 31284 31286 30585 0 -1 0 3726 0 1 0 7 1 0 0 18 0 9 0 27823832 886767616 3194 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31286/statm: 216496 3194 1695 9 0 210981 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.301498 s]
/proc/loadavg: 1.93 2.01 1.99 4/80 31286
/proc/meminfo: memFree=1637552/2055920 swapFree=4192812/4192956
[pid=31286] ppid=31284 vsize=866300 CPUtime=0.28
/proc/31286/stat : 31286 (java) S 31284 31286 30585 0 -1 0 5697 0 1 0 25 3 0 0 18 0 9 0 27823832 887091200 5104 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31286/statm: 216575 5104 1923 9 0 211053 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866300

[startup+0.701388 s]
/proc/loadavg: 1.93 2.01 1.99 4/80 31286
/proc/meminfo: memFree=1637552/2055920 swapFree=4192812/4192956
[pid=31286] ppid=31284 vsize=867356 CPUtime=0.67
/proc/31286/stat : 31286 (java) S 31284 31286 30585 0 -1 0 13897 276 1 0 60 7 0 0 18 0 9 0 27823832 888172544 9217 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31286/statm: 216839 9217 2652 9 0 211275 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867356

[startup+1.50115 s]
/proc/loadavg: 1.93 2.01 1.99 3/89 31299
/proc/meminfo: memFree=1605672/2055920 swapFree=4192812/4192956
[pid=31286] ppid=31284 vsize=867352 CPUtime=1.45
/proc/31286/stat : 31286 (java) S 31284 31286 30585 0 -1 0 16320 276 1 0 137 8 0 0 18 0 9 0 27823832 888168448 10570 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31286/statm: 216838 10570 2656 9 0 211274 0
[pid=31286/tid=31288] ppid=31284 vsize=867352 CPUtime=1.19
/proc/31286/task/31288/stat : 31288 (java) R 31284 31286 30585 0 -1 64 12245 276 1 0 113 6 0 0 25 0 9 0 27823834 888168448 10570 996147200 134512640 134550932 4294955968 18446744073709551615 4126755632 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31289] ppid=31284 vsize=867352 CPUtime=0.04
/proc/31286/task/31289/stat : 31289 (java) S 31284 31286 30585 0 -1 64 2684 276 0 0 4 0 0 0 16 0 9 0 27823835 888168448 10570 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31290] ppid=31284 vsize=867352 CPUtime=0
/proc/31286/task/31290/stat : 31290 (java) S 31284 31286 30585 0 -1 64 19 276 0 0 0 0 0 0 16 0 9 0 27823835 888168448 10570 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31291] ppid=31284 vsize=867352 CPUtime=0
/proc/31286/task/31291/stat : 31291 (java) S 31284 31286 30585 0 -1 64 9 276 0 0 0 0 0 0 15 0 9 0 27823835 888168448 10570 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31292] ppid=31284 vsize=867352 CPUtime=0
/proc/31286/task/31292/stat : 31292 (java) S 31284 31286 30585 0 -1 64 2 276 0 0 0 0 0 0 18 0 9 0 27823837 888168448 10570 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31293] ppid=31284 vsize=867352 CPUtime=0.19
/proc/31286/task/31293/stat : 31293 (java) S 31284 31286 30585 0 -1 64 551 276 0 0 19 0 0 0 15 0 9 0 27823837 888168448 10570 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31294] ppid=31284 vsize=867352 CPUtime=0
/proc/31286/task/31294/stat : 31294 (java) S 31284 31286 30585 0 -1 64 0 276 0 0 0 0 0 0 19 0 9 0 27823837 888168448 10570 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31295] ppid=31284 vsize=867352 CPUtime=0
/proc/31286/task/31295/stat : 31295 (java) S 31284 31286 30585 0 -1 64 3 276 0 0 0 0 0 0 15 0 9 0 27823837 888168448 10570 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 867352

[startup+3.10169 s]
/proc/loadavg: 1.93 2.01 1.99 3/89 31299
/proc/meminfo: memFree=1605288/2055920 swapFree=4192812/4192956
[pid=31286] ppid=31284 vsize=867484 CPUtime=3.05
/proc/31286/stat : 31286 (java) S 31284 31286 30585 0 -1 0 16344 276 1 0 296 9 0 0 18 0 9 0 27823832 888303616 10592 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31286/statm: 216871 10592 2656 9 0 211307 0
[pid=31286/tid=31288] ppid=31284 vsize=867484 CPUtime=2.76
/proc/31286/task/31288/stat : 31288 (java) R 31284 31286 30585 0 -1 64 12258 276 1 0 270 6 0 0 25 0 9 0 27823834 888303616 10592 996147200 134512640 134550932 4294955968 18446744073709551615 4126755489 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31289] ppid=31284 vsize=867484 CPUtime=0.04
/proc/31286/task/31289/stat : 31289 (java) S 31284 31286 30585 0 -1 64 2684 276 0 0 4 0 0 0 17 0 9 0 27823835 888303616 10592 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31290] ppid=31284 vsize=867484 CPUtime=0
/proc/31286/task/31290/stat : 31290 (java) S 31284 31286 30585 0 -1 64 19 276 0 0 0 0 0 0 16 0 9 0 27823835 888303616 10592 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31291] ppid=31284 vsize=867484 CPUtime=0
/proc/31286/task/31291/stat : 31291 (java) S 31284 31286 30585 0 -1 64 9 276 0 0 0 0 0 0 15 0 9 0 27823835 888303616 10592 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31292] ppid=31284 vsize=867484 CPUtime=0
/proc/31286/task/31292/stat : 31292 (java) S 31284 31286 30585 0 -1 64 2 276 0 0 0 0 0 0 18 0 9 0 27823837 888303616 10592 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31293] ppid=31284 vsize=867484 CPUtime=0.21
/proc/31286/task/31293/stat : 31293 (java) S 31284 31286 30585 0 -1 64 562 276 0 0 21 0 0 0 16 0 9 0 27823837 888303616 10592 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31294] ppid=31284 vsize=867484 CPUtime=0
/proc/31286/task/31294/stat : 31294 (java) S 31284 31286 30585 0 -1 64 0 276 0 0 0 0 0 0 19 0 9 0 27823837 888303616 10592 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31295] ppid=31284 vsize=867484 CPUtime=0
/proc/31286/task/31295/stat : 31295 (java) S 31284 31286 30585 0 -1 64 3 276 0 0 0 0 0 0 15 0 9 0 27823837 888303616 10592 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867484

[startup+6.30276 s]
/proc/loadavg: 1.94 2.01 1.99 3/89 31299
/proc/meminfo: memFree=1604968/2055920 swapFree=4192812/4192956
[pid=31286] ppid=31284 vsize=867484 CPUtime=6.22
/proc/31286/stat : 31286 (java) S 31284 31286 30585 0 -1 0 16374 276 1 0 613 9 0 0 18 0 9 0 27823832 888303616 10619 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31286/statm: 216871 10619 2656 9 0 211307 0
[pid=31286/tid=31288] ppid=31284 vsize=867484 CPUtime=5.91
/proc/31286/task/31288/stat : 31288 (java) R 31284 31286 30585 0 -1 64 12275 276 1 0 585 6 0 0 25 0 9 0 27823834 888303616 10619 996147200 134512640 134550932 4294955968 18446744073709551615 4126755284 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31289] ppid=31284 vsize=867484 CPUtime=0.04
/proc/31286/task/31289/stat : 31289 (java) S 31284 31286 30585 0 -1 64 2684 276 0 0 4 0 0 0 17 0 9 0 27823835 888303616 10619 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31290] ppid=31284 vsize=867484 CPUtime=0
/proc/31286/task/31290/stat : 31290 (java) S 31284 31286 30585 0 -1 64 19 276 0 0 0 0 0 0 16 0 9 0 27823835 888303616 10619 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31291] ppid=31284 vsize=867484 CPUtime=0
/proc/31286/task/31291/stat : 31291 (java) S 31284 31286 30585 0 -1 64 9 276 0 0 0 0 0 0 15 0 9 0 27823835 888303616 10619 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31292] ppid=31284 vsize=867484 CPUtime=0
/proc/31286/task/31292/stat : 31292 (java) S 31284 31286 30585 0 -1 64 2 276 0 0 0 0 0 0 18 0 9 0 27823837 888303616 10619 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31293] ppid=31284 vsize=867484 CPUtime=0.24
/proc/31286/task/31293/stat : 31293 (java) S 31284 31286 30585 0 -1 64 575 276 0 0 23 1 0 0 16 0 9 0 27823837 888303616 10619 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31294] ppid=31284 vsize=867484 CPUtime=0
/proc/31286/task/31294/stat : 31294 (java) S 31284 31286 30585 0 -1 64 0 276 0 0 0 0 0 0 19 0 9 0 27823837 888303616 10619 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31295] ppid=31284 vsize=867484 CPUtime=0
/proc/31286/task/31295/stat : 31295 (java) S 31284 31286 30585 0 -1 64 3 276 0 0 0 0 0 0 15 0 9 0 27823837 888303616 10619 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 867484

[startup+12.7019 s]
/proc/loadavg: 1.94 2.00 1.99 3/89 31299
/proc/meminfo: memFree=1604840/2055920 swapFree=4192812/4192956
[pid=31286] ppid=31284 vsize=867484 CPUtime=12.56
/proc/31286/stat : 31286 (java) S 31284 31286 30585 0 -1 0 16408 276 1 0 1247 9 0 0 18 0 9 0 27823832 888303616 10650 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31286/statm: 216871 10650 2656 9 0 211307 0
[pid=31286/tid=31288] ppid=31284 vsize=867484 CPUtime=12.25
/proc/31286/task/31288/stat : 31288 (java) R 31284 31286 30585 0 -1 64 12306 276 1 0 1219 6 0 0 25 0 9 0 27823834 888303616 10650 996147200 134512640 134550932 4294955968 18446744073709551615 4126755404 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31289] ppid=31284 vsize=867484 CPUtime=0.04
/proc/31286/task/31289/stat : 31289 (java) S 31284 31286 30585 0 -1 64 2684 276 0 0 4 0 0 0 16 0 9 0 27823835 888303616 10650 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31290] ppid=31284 vsize=867484 CPUtime=0
/proc/31286/task/31290/stat : 31290 (java) S 31284 31286 30585 0 -1 64 19 276 0 0 0 0 0 0 16 0 9 0 27823835 888303616 10650 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31291] ppid=31284 vsize=867484 CPUtime=0
/proc/31286/task/31291/stat : 31291 (java) S 31284 31286 30585 0 -1 64 9 276 0 0 0 0 0 0 15 0 9 0 27823835 888303616 10650 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31292] ppid=31284 vsize=867484 CPUtime=0
/proc/31286/task/31292/stat : 31292 (java) S 31284 31286 30585 0 -1 64 2 276 0 0 0 0 0 0 18 0 9 0 27823837 888303616 10650 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31293] ppid=31284 vsize=867484 CPUtime=0.24
/proc/31286/task/31293/stat : 31293 (java) S 31284 31286 30585 0 -1 64 578 276 0 0 23 1 0 0 16 0 9 0 27823837 888303616 10650 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31294] ppid=31284 vsize=867484 CPUtime=0
/proc/31286/task/31294/stat : 31294 (java) S 31284 31286 30585 0 -1 64 0 276 0 0 0 0 0 0 19 0 9 0 27823837 888303616 10650 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31295] ppid=31284 vsize=867484 CPUtime=0
/proc/31286/task/31295/stat : 31295 (java) S 31284 31286 30585 0 -1 64 3 276 0 0 0 0 0 0 15 0 9 0 27823837 888303616 10650 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 867484

[startup+25.5022 s]
/proc/loadavg: 1.95 2.00 1.99 3/89 31299
/proc/meminfo: memFree=1604520/2055920 swapFree=4192812/4192956
[pid=31286] ppid=31284 vsize=867484 CPUtime=25.24
/proc/31286/stat : 31286 (java) S 31284 31286 30585 0 -1 0 16478 276 1 0 2515 9 0 0 18 0 9 0 27823832 888303616 10720 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31286/statm: 216871 10720 2656 9 0 211307 0
[pid=31286/tid=31288] ppid=31284 vsize=867484 CPUtime=24.93
/proc/31286/task/31288/stat : 31288 (java) R 31284 31286 30585 0 -1 64 12375 276 1 0 2487 6 0 0 25 0 9 0 27823834 888303616 10720 996147200 134512640 134550932 4294955968 18446744073709551615 4126755218 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31289] ppid=31284 vsize=867484 CPUtime=0.04
/proc/31286/task/31289/stat : 31289 (java) S 31284 31286 30585 0 -1 64 2684 276 0 0 4 0 0 0 16 0 9 0 27823835 888303616 10720 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31290] ppid=31284 vsize=867484 CPUtime=0
/proc/31286/task/31290/stat : 31290 (java) S 31284 31286 30585 0 -1 64 19 276 0 0 0 0 0 0 16 0 9 0 27823835 888303616 10720 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31291] ppid=31284 vsize=867484 CPUtime=0
/proc/31286/task/31291/stat : 31291 (java) S 31284 31286 30585 0 -1 64 9 276 0 0 0 0 0 0 15 0 9 0 27823835 888303616 10720 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31292] ppid=31284 vsize=867484 CPUtime=0
/proc/31286/task/31292/stat : 31292 (java) S 31284 31286 30585 0 -1 64 2 276 0 0 0 0 0 0 18 0 9 0 27823837 888303616 10720 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31293] ppid=31284 vsize=867484 CPUtime=0.24
/proc/31286/task/31293/stat : 31293 (java) S 31284 31286 30585 0 -1 64 579 276 0 0 23 1 0 0 17 0 9 0 27823837 888303616 10720 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31294] ppid=31284 vsize=867484 CPUtime=0
/proc/31286/task/31294/stat : 31294 (java) S 31284 31286 30585 0 -1 64 0 276 0 0 0 0 0 0 19 0 9 0 27823837 888303616 10720 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31295] ppid=31284 vsize=867484 CPUtime=0
/proc/31286/task/31295/stat : 31295 (java) S 31284 31286 30585 0 -1 64 3 276 0 0 0 0 0 0 15 0 9 0 27823837 888303616 10720 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 867484

[startup+51.1029 s]
/proc/loadavg: 1.97 2.00 1.99 3/89 31299
/proc/meminfo: memFree=1604008/2055920 swapFree=4192812/4192956
[pid=31286] ppid=31284 vsize=867484 CPUtime=50.61
/proc/31286/stat : 31286 (java) S 31284 31286 30585 0 -1 0 16618 276 1 0 5052 9 0 0 18 0 9 0 27823832 888303616 10859 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31286/statm: 216871 10859 2656 9 0 211307 0
[pid=31286/tid=31288] ppid=31284 vsize=867484 CPUtime=50.3
/proc/31286/task/31288/stat : 31288 (java) R 31284 31286 30585 0 -1 64 12515 276 1 0 5024 6 0 0 25 0 9 0 27823834 888303616 10859 996147200 134512640 134550932 4294955968 18446744073709551615 4126755031 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31289] ppid=31284 vsize=867484 CPUtime=0.04
/proc/31286/task/31289/stat : 31289 (java) S 31284 31286 30585 0 -1 64 2684 276 0 0 4 0 0 0 16 0 9 0 27823835 888303616 10859 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31290] ppid=31284 vsize=867484 CPUtime=0
/proc/31286/task/31290/stat : 31290 (java) S 31284 31286 30585 0 -1 64 19 276 0 0 0 0 0 0 16 0 9 0 27823835 888303616 10859 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31291] ppid=31284 vsize=867484 CPUtime=0
/proc/31286/task/31291/stat : 31291 (java) S 31284 31286 30585 0 -1 64 9 276 0 0 0 0 0 0 15 0 9 0 27823835 888303616 10859 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31292] ppid=31284 vsize=867484 CPUtime=0
/proc/31286/task/31292/stat : 31292 (java) S 31284 31286 30585 0 -1 64 2 276 0 0 0 0 0 0 18 0 9 0 27823837 888303616 10859 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31293] ppid=31284 vsize=867484 CPUtime=0.24
/proc/31286/task/31293/stat : 31293 (java) S 31284 31286 30585 0 -1 64 579 276 0 0 23 1 0 0 16 0 9 0 27823837 888303616 10859 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31294] ppid=31284 vsize=867484 CPUtime=0
/proc/31286/task/31294/stat : 31294 (java) S 31284 31286 30585 0 -1 64 0 276 0 0 0 0 0 0 19 0 9 0 27823837 888303616 10859 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/31286/stat : 31286 (java) S 31284 31286 30585 0 -1 0 16782 276 1 0 8223 9 0 0 18 0 9 0 27823832 888303616 11021 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31286/statm: 216871 11021 2656 9 0 211307 0
[pid=31286/tid=31288] ppid=31284 vsize=867484 CPUtime=82.02
/proc/31286/task/31288/stat : 31288 (java) R 31284 31286 30585 0 -1 64 12678 276 1 0 8195 7 0 0 25 0 9 0 27823834 888303616 11021 996147200 134512640 134550932 4294955968 18446744073709551615 4126755338 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31289] ppid=31284 vsize=867484 CPUtime=0.04
/proc/31286/task/31289/stat : 31289 (java) S 31284 31286 30585 0 -1 64 2684 276 0 0 4 0 0 0 16 0 9 0 27823835 888303616 11021 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31290] ppid=31284 vsize=867484 CPUtime=0
/proc/31286/task/31290/stat : 31290 (java) S 31284 31286 30585 0 -1 64 19 276 0 0 0 0 0 0 16 0 9 0 27823835 888303616 11021 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31291] ppid=31284 vsize=867484 CPUtime=0
/proc/31286/task/31291/stat : 31291 (java) S 31284 31286 30585 0 -1 64 9 276 0 0 0 0 0 0 15 0 9 0 27823835 888303616 11021 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31292] ppid=31284 vsize=867484 CPUtime=0
/proc/31286/task/31292/stat : 31292 (java) S 31284 31286 30585 0 -1 64 2 276 0 0 0 0 0 0 18 0 9 0 27823837 888303616 11021 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31293] ppid=31284 vsize=867484 CPUtime=0.24
/proc/31286/task/31293/stat : 31293 (java) S 31284 31286 30585 0 -1 64 580 276 0 0 23 1 0 0 16 0 9 0 27823837 888303616 11021 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31294] ppid=31284 vsize=867484 CPUtime=0
/proc/31286/task/31294/stat : 31294 (java) S 31284 31286 30585 0 -1 64 0 276 0 0 0 0 0 0 19 0 9 0 27823837 888303616 11021 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31295] ppid=31284 vsize=867484 CPUtime=0
/proc/31286/task/31295/stat : 31295 (java) S 31284 31286 30585 0 -1 64 3 276 0 0 0 0 0 0 15 0 9 0 27823837 888303616 11021 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 82.32
Current children cumulated vsize (KiB) 867484

[startup+89.5018 s]
/proc/loadavg: 2.06 2.02 2.00 3/89 31299
/proc/meminfo: memFree=1603176/2055920 swapFree=4192812/4192956
[pid=31286] ppid=31284 vsize=867484 CPUtime=88.66
/proc/31286/stat : 31286 (java) S 31284 31286 30585 0 -1 0 16814 276 1 0 8857 9 0 0 18 0 9 0 27823832 888303616 11053 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31286/statm: 216871 11053 2656 9 0 211307 0
[pid=31286/tid=31288] ppid=31284 vsize=867484 CPUtime=88.36
/proc/31286/task/31288/stat : 31288 (java) R 31284 31286 30585 0 -1 64 12710 276 1 0 8829 7 0 0 25 0 9 0 27823834 888303616 11053 996147200 134512640 134550932 4294955968 18446744073709551615 4126744356 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31289] ppid=31284 vsize=867484 CPUtime=0.04
/proc/31286/task/31289/stat : 31289 (java) S 31284 31286 30585 0 -1 64 2684 276 0 0 4 0 0 0 16 0 9 0 27823835 888303616 11053 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31290] ppid=31284 vsize=867484 CPUtime=0
/proc/31286/task/31290/stat : 31290 (java) S 31284 31286 30585 0 -1 64 19 276 0 0 0 0 0 0 16 0 9 0 27823835 888303616 11053 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31291] ppid=31284 vsize=867484 CPUtime=0
/proc/31286/task/31291/stat : 31291 (java) S 31284 31286 30585 0 -1 64 9 276 0 0 0 0 0 0 15 0 9 0 27823835 888303616 11053 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31292] ppid=31284 vsize=867484 CPUtime=0
/proc/31286/task/31292/stat : 31292 (java) S 31284 31286 30585 0 -1 64 2 276 0 0 0 0 0 0 18 0 9 0 27823837 888303616 11053 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31293] ppid=31284 vsize=867484 CPUtime=0.24
/proc/31286/task/31293/stat : 31293 (java) S 31284 31286 30585 0 -1 64 580 276 0 0 23 1 0 0 16 0 9 0 27823837 888303616 11053 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31294] ppid=31284 vsize=867484 CPUtime=0
/proc/31286/task/31294/stat : 31294 (java) S 31284 31286 30585 0 -1 64 0 276 0 0 0 0 0 0 19 0 9 0 27823837 888303616 11053 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31295] ppid=31284 vsize=867484 CPUtime=0
/proc/31286/task/31295/stat : 31295 (java) S 31284 31286 30585 0 -1 64 3 276 0 0 0 0 0 0 15 0 9 0 27823837 888303616 11053 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 88.66
Current children cumulated vsize (KiB) 867484

[startup+92.7029 s]
/proc/loadavg: 2.06 2.02 2.00 3/89 31299
/proc/meminfo: memFree=1603112/2055920 swapFree=4192812/4192956
[pid=31286] ppid=31284 vsize=867484 CPUtime=91.84
/proc/31286/stat : 31286 (java) S 31284 31286 30585 0 -1 0 16831 276 1 0 9175 9 0 0 18 0 9 0 27823832 888303616 11070 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31286/statm: 216871 11070 2656 9 0 211307 0
[pid=31286/tid=31288] ppid=31284 vsize=867484 CPUtime=91.53
/proc/31286/task/31288/stat : 31288 (java) R 31284 31286 30585 0 -1 64 12727 276 1 0 9146 7 0 0 25 0 9 0 27823834 888303616 11070 996147200 134512640 134550932 4294955968 18446744073709551615 4126755235 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31289] ppid=31284 vsize=867484 CPUtime=0.04
/proc/31286/task/31289/stat : 31289 (java) S 31284 31286 30585 0 -1 64 2684 276 0 0 4 0 0 0 16 0 9 0 27823835 888303616 11070 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31290] ppid=31284 vsize=867484 CPUtime=0
/proc/31286/task/31290/stat : 31290 (java) S 31284 31286 30585 0 -1 64 19 276 0 0 0 0 0 0 16 0 9 0 27823835 888303616 11070 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31291] ppid=31284 vsize=867484 CPUtime=0
/proc/31286/task/31291/stat : 31291 (java) S 31284 31286 30585 0 -1 64 9 276 0 0 0 0 0 0 15 0 9 0 27823835 888303616 11070 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31292] ppid=31284 vsize=867484 CPUtime=0
/proc/31286/task/31292/stat : 31292 (java) S 31284 31286 30585 0 -1 64 2 276 0 0 0 0 0 0 18 0 9 0 27823837 888303616 11070 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31293] ppid=31284 vsize=867484 CPUtime=0.24
/proc/31286/task/31293/stat : 31293 (java) S 31284 31286 30585 0 -1 64 580 276 0 0 23 1 0 0 16 0 9 0 27823837 888303616 11070 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31294] ppid=31284 vsize=867484 CPUtime=0
/proc/31286/task/31294/stat : 31294 (java) S 31284 31286 30585 0 -1 64 0 276 0 0 0 0 0 0 19 0 9 0 27823837 888303616 11070 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31295] ppid=31284 vsize=867484 CPUtime=0
/proc/31286/task/31295/stat : 31295 (java) S 31284 31286 30585 0 -1 64 3 276 0 0 0 0 0 0 15 0 9 0 27823837 888303616 11070 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 91.84
Current children cumulated vsize (KiB) 867484

[startup+93.5077 s]
/proc/loadavg: 2.06 2.02 2.00 3/89 31299
/proc/meminfo: memFree=1603048/2055920 swapFree=4192812/4192956
[pid=31286] ppid=31284 vsize=867484 CPUtime=92.63
/proc/31286/stat : 31286 (java) S 31284 31286 30585 0 -1 0 16835 276 1 0 9254 9 0 0 18 0 9 0 27823832 888303616 11074 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31286/statm: 216871 11074 2656 9 0 211307 0
[pid=31286/tid=31288] ppid=31284 vsize=867484 CPUtime=92.33
/proc/31286/task/31288/stat : 31288 (java) R 31284 31286 30585 0 -1 64 12731 276 1 0 9226 7 0 0 25 0 9 0 27823834 888303616 11074 996147200 134512640 134550932 4294955968 18446744073709551615 4126744347 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31289] ppid=31284 vsize=867484 CPUtime=0.04
/proc/31286/task/31289/stat : 31289 (java) S 31284 31286 30585 0 -1 64 2684 276 0 0 4 0 0 0 16 0 9 0 27823835 888303616 11074 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31290] ppid=31284 vsize=867484 CPUtime=0
/proc/31286/task/31290/stat : 31290 (java) S 31284 31286 30585 0 -1 64 19 276 0 0 0 0 0 0 16 0 9 0 27823835 888303616 11074 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31291] ppid=31284 vsize=867484 CPUtime=0
/proc/31286/task/31291/stat : 31291 (java) S 31284 31286 30585 0 -1 64 9 276 0 0 0 0 0 0 15 0 9 0 27823835 888303616 11074 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31292] ppid=31284 vsize=867484 CPUtime=0
/proc/31286/task/31292/stat : 31292 (java) S 31284 31286 30585 0 -1 64 2 276 0 0 0 0 0 0 18 0 9 0 27823837 888303616 11074 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31293] ppid=31284 vsize=867484 CPUtime=0.24
/proc/31286/task/31293/stat : 31293 (java) S 31284 31286 30585 0 -1 64 580 276 0 0 23 1 0 0 16 0 9 0 27823837 888303616 11074 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31294] ppid=31284 vsize=867484 CPUtime=0
/proc/31286/task/31294/stat : 31294 (java) S 31284 31286 30585 0 -1 64 0 276 0 0 0 0 0 0 19 0 9 0 27823837 888303616 11074 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31295] ppid=31284 vsize=867484 CPUtime=0
/proc/31286/task/31295/stat : 31295 (java) S 31284 31286 30585 0 -1 64 3 276 0 0 0 0 0 0 15 0 9 0 27823837 888303616 11074 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 92.63
Current children cumulated vsize (KiB) 867484

[startup+94.3015 s]
/proc/loadavg: 2.06 2.02 2.00 3/89 31299
/proc/meminfo: memFree=1603048/2055920 swapFree=4192812/4192956
[pid=31286] ppid=31284 vsize=867484 CPUtime=93.42
/proc/31286/stat : 31286 (java) S 31284 31286 30585 0 -1 0 16838 276 1 0 9333 9 0 0 18 0 9 0 27823832 888303616 11077 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31286/statm: 216871 11077 2656 9 0 211307 0
[pid=31286/tid=31288] ppid=31284 vsize=867484 CPUtime=93.12
/proc/31286/task/31288/stat : 31288 (java) R 31284 31286 30585 0 -1 64 12734 276 1 0 9305 7 0 0 25 0 9 0 27823834 888303616 11077 996147200 134512640 134550932 4294955968 18446744073709551615 4126785003 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31289] ppid=31284 vsize=867484 CPUtime=0.04
/proc/31286/task/31289/stat : 31289 (java) S 31284 31286 30585 0 -1 64 2684 276 0 0 4 0 0 0 16 0 9 0 27823835 888303616 11077 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31290] ppid=31284 vsize=867484 CPUtime=0
/proc/31286/task/31290/stat : 31290 (java) S 31284 31286 30585 0 -1 64 19 276 0 0 0 0 0 0 16 0 9 0 27823835 888303616 11077 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31291] ppid=31284 vsize=867484 CPUtime=0
/proc/31286/task/31291/stat : 31291 (java) S 31284 31286 30585 0 -1 64 9 276 0 0 0 0 0 0 15 0 9 0 27823835 888303616 11077 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31292] ppid=31284 vsize=867484 CPUtime=0
/proc/31286/task/31292/stat : 31292 (java) S 31284 31286 30585 0 -1 64 2 276 0 0 0 0 0 0 18 0 9 0 27823837 888303616 11077 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31293] ppid=31284 vsize=867484 CPUtime=0.24
/proc/31286/task/31293/stat : 31293 (java) S 31284 31286 30585 0 -1 64 580 276 0 0 23 1 0 0 16 0 9 0 27823837 888303616 11077 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31294] ppid=31284 vsize=867484 CPUtime=0
/proc/31286/task/31294/stat : 31294 (java) S 31284 31286 30585 0 -1 64 0 276 0 0 0 0 0 0 19 0 9 0 27823837 888303616 11077 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31295] ppid=31284 vsize=867484 CPUtime=0
/proc/31286/task/31295/stat : 31295 (java) S 31284 31286 30585 0 -1 64 3 276 0 0 0 0 0 0 15 0 9 0 27823837 888303616 11077 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 93.42
Current children cumulated vsize (KiB) 867484

[startup+94.7013 s]
/proc/loadavg: 2.05 2.02 2.00 3/89 31299
/proc/meminfo: memFree=1603048/2055920 swapFree=4192812/4192956
[pid=31286] ppid=31284 vsize=867484 CPUtime=93.82
/proc/31286/stat : 31286 (java) S 31284 31286 30585 0 -1 0 16840 276 1 0 9373 9 0 0 18 0 9 0 27823832 888303616 11079 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31286/statm: 216871 11079 2656 9 0 211307 0
[pid=31286/tid=31288] ppid=31284 vsize=867484 CPUtime=93.52
/proc/31286/task/31288/stat : 31288 (java) R 31284 31286 30585 0 -1 64 12736 276 1 0 9345 7 0 0 25 0 9 0 27823834 888303616 11079 996147200 134512640 134550932 4294955968 18446744073709551615 4125952294 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31289] ppid=31284 vsize=867484 CPUtime=0.04
/proc/31286/task/31289/stat : 31289 (java) S 31284 31286 30585 0 -1 64 2684 276 0 0 4 0 0 0 16 0 9 0 27823835 888303616 11079 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31290] ppid=31284 vsize=867484 CPUtime=0
/proc/31286/task/31290/stat : 31290 (java) S 31284 31286 30585 0 -1 64 19 276 0 0 0 0 0 0 16 0 9 0 27823835 888303616 11079 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31291] ppid=31284 vsize=867484 CPUtime=0
/proc/31286/task/31291/stat : 31291 (java) S 31284 31286 30585 0 -1 64 9 276 0 0 0 0 0 0 15 0 9 0 27823835 888303616 11079 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31292] ppid=31284 vsize=867484 CPUtime=0
/proc/31286/task/31292/stat : 31292 (java) S 31284 31286 30585 0 -1 64 2 276 0 0 0 0 0 0 18 0 9 0 27823837 888303616 11079 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31293] ppid=31284 vsize=867484 CPUtime=0.24
/proc/31286/task/31293/stat : 31293 (java) S 31284 31286 30585 0 -1 64 580 276 0 0 23 1 0 0 16 0 9 0 27823837 888303616 11079 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31294] ppid=31284 vsize=867484 CPUtime=0
/proc/31286/task/31294/stat : 31294 (java) S 31284 31286 30585 0 -1 64 0 276 0 0 0 0 0 0 19 0 9 0 27823837 888303616 11079 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31295] ppid=31284 vsize=867484 CPUtime=0
/proc/31286/task/31295/stat : 31295 (java) S 31284 31286 30585 0 -1 64 3 276 0 0 0 0 0 0 15 0 9 0 27823837 888303616 11079 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 93.82
Current children cumulated vsize (KiB) 867484

[startup+94.8013 s]
/proc/loadavg: 2.05 2.02 2.00 3/89 31299
/proc/meminfo: memFree=1603048/2055920 swapFree=4192812/4192956
[pid=31286] ppid=31284 vsize=867484 CPUtime=93.88
/proc/31286/stat : 31286 (java) S 31284 31286 30585 0 -1 0 16938 276 1 0 9379 9 0 0 18 0 9 0 27823832 888303616 11174 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31286/statm: 216871 11174 2656 9 0 211307 0
[pid=31286/tid=31288] ppid=31284 vsize=867484 CPUtime=93.58
/proc/31286/task/31288/stat : 31288 (java) S 31284 31286 30585 0 -1 64 12834 276 1 0 9351 7 0 0 24 0 9 0 27823834 888303616 11174 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31289] ppid=31284 vsize=867484 CPUtime=0.04
/proc/31286/task/31289/stat : 31289 (java) S 31284 31286 30585 0 -1 64 2684 276 0 0 4 0 0 0 16 0 9 0 27823835 888303616 11174 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31290] ppid=31284 vsize=867484 CPUtime=0
/proc/31286/task/31290/stat : 31290 (java) S 31284 31286 30585 0 -1 64 19 276 0 0 0 0 0 0 16 0 9 0 27823835 888303616 11174 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31291] ppid=31284 vsize=867484 CPUtime=0
/proc/31286/task/31291/stat : 31291 (java) S 31284 31286 30585 0 -1 64 9 276 0 0 0 0 0 0 15 0 9 0 27823835 888303616 11174 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31292] ppid=31284 vsize=867484 CPUtime=0
/proc/31286/task/31292/stat : 31292 (java) S 31284 31286 30585 0 -1 64 2 276 0 0 0 0 0 0 18 0 9 0 27823837 888303616 11174 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31293] ppid=31284 vsize=867484 CPUtime=0.24
/proc/31286/task/31293/stat : 31293 (java) S 31284 31286 30585 0 -1 64 580 276 0 0 23 1 0 0 16 0 9 0 27823837 888303616 11174 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31294] ppid=31284 vsize=867484 CPUtime=0
/proc/31286/task/31294/stat : 31294 (java) S 31284 31286 30585 0 -1 64 0 276 0 0 0 0 0 0 19 0 9 0 27823837 888303616 11174 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31286/tid=31295] ppid=31284 vsize=867484 CPUtime=0
/proc/31286/task/31295/stat : 31295 (java) S 31284 31286 30585 0 -1 64 3 276 0 0 0 0 0 0 15 0 9 0 27823837 888303616 11174 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 93.88
Current children cumulated vsize (KiB) 867484

Child status: 0
Real time (s): 94.8146
CPU time (s): 93.9137
CPU user time (s): 93.8017
CPU system time (s): 0.111982
CPU usage (%): 99.0499
Max. virtual memory (cumulated for all children) (KiB): 867484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 93.8017
system time used= 0.111982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17241
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= 3182
involuntary context switches= 7111

runsolver used 0.124981 second user time and 0.321951 second system time

The end

Launcher Data

Begin job on node16 at 2009-07-12 16:06:10
IDJOB=2095421
IDBENCH=55159
IDSOLVER=773
FILE ID=node16/2095421-1247407570
PBS_JOBID= 9510611
Free space on /tmp= 66452 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg7-7_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2095421-1247407570/watcher-2095421-1247407570 -o /tmp/evaluation-result-2095421-1247407570/solver-2095421-1247407570 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2095421-1247407570.xml

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

MD5SUM BENCH= a96151d3498ebe0012a14188188ea74b
RANDOM SEED=1243344693

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1638032 kB
Buffers:         36200 kB
Cached:         138560 kB
SwapCached:          0 kB
Active:         283544 kB
Inactive:        77156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1638032 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2148 kB
Writeback:           0 kB
Mapped:         206404 kB
Slab:            42020 kB
Committed_AS:   994080 kB
PageTables:       2196 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= 66448 MiB
End job on node16 at 2009-07-12 16:07:45