Trace number 2099483

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 AC? (TO) 1800.14 1805.05

General information on the benchmark

Namecsp/CabinetStart1/
normalized-cabinet-5596.xml
MD5SUM4287de5de5a4cea96e00eb98ebb52fb2
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.024995
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of constraints126
Maximum constraint arity15
Maximum domain size84591
Number of constraints which are defined in extension0
Number of constraints which are defined in intension21
Global constraints used (with number of constraints)element(98),weightedsum(7)

Solver Data

0.00/0.08	
0.00/0.08	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=mac.xml
0.19/0.27	   
0.19/0.27	   instance
0.19/0.27	     name=HOME/instance-2099483-1247418194.xml
0.29/0.31	   
0.29/0.31	   domains being loaded...
0.29/0.34	   
0.29/0.34	   variables being loaded...
0.39/0.41	     nbVariables=120  nbDomainTypes=107  minDomainSize=2  maxDomainSize=84591  nbTotalValues=319063
0.39/0.41	       =>  wckTime=0.166  cpuTime=0.14  mem=14M3
0.39/0.41	   
0.39/0.41	   predicates being loaded...
0.39/0.47	   
0.39/0.47	   constraints being loaded...
0.87/0.92	     nbConstraints=126  nbUnaryConstraints=7  nbGlobalConstraints=14  nbPurgedValues=273966  nbConvertedConstraints=13
0.87/0.92	     nbConvertConstraintsChecks=1421  nbExtensionStructures=1  nbSharedExtensionStructures=12  nbConflictsStructures=99
0.87/0.92	     nbSharedConflictsStructures=12  nbUnbuiltConflictsStructures=1  nbSharedBinaryRepresentations=7
0.87/0.92	     nbEvaluationManagers=99  nbSharedEvaluationManagers=0  minDegree=1  maxDegree=11  minArity=2  avgArity=3.49
0.87/0.92	     maxArity=15  nbGenerators=0  nbFusions=0  symmetryWckTime=0.068  symmetryCpuTime=0.04
0.87/0.92	       =>  wckTime=0.668  cpuTime=0.51  mem=32M613
0.97/1.01	   
0.97/1.01	   solver IterativeSystematicSolver being built... 
1.07/1.12	   
1.07/1.13	   INFO : Forward propagation technique limited 
1.07/1.19	       =>  wckTime=0.949  cpuTime=0.68  mem=44M836
1.16/1.22	   
1.16/1.22	   preprocessing
1.16/1.22	     nbConstraintChecks=0  nbPropagations=120  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.16/1.22	     detectedInconsistency=no
1.16/1.22	       =>  wckTime=0.024  cpuTime=0.02  mem=45M688
2.56/2.69	   
2.56/2.69	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=50M71)

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2099483-1247418194/watcher-2099483-1247418194 -o /tmp/evaluation-result-2099483-1247418194/solver-2099483-1247418194 -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-2099483-1247418194.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: 2.00 2.00 2.00 3/80 3389
/proc/meminfo: memFree=1676568/2055920 swapFree=4192812/4192956
[pid=3389] ppid=3387 vsize=272 CPUtime=0
/proc/3389/stat : 3389 (java) R 3387 3389 2917 0 -1 0 217 0 0 0 0 0 0 0 18 0 1 0 28882553 278528 37 996147200 134512640 134550932 4294955968 18446744073709551615 4870948 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/3389/statm: 68 37 28 9 0 6 0

[startup+0.0882159 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 3389
/proc/meminfo: memFree=1676568/2055920 swapFree=4192812/4192956
[pid=3389] ppid=3387 vsize=865980 CPUtime=0.08
/proc/3389/stat : 3389 (java) S 3387 3389 2917 0 -1 0 3701 0 1 0 6 2 0 0 18 0 9 0 28882553 886763520 3177 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3389/statm: 216495 3180 1693 9 0 210980 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865980

[startup+0.101216 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 3389
/proc/meminfo: memFree=1676568/2055920 swapFree=4192812/4192956
[pid=3389] ppid=3387 vsize=865980 CPUtime=0.09
/proc/3389/stat : 3389 (java) S 3387 3389 2917 0 -1 0 3787 0 1 0 7 2 0 0 18 0 9 0 28882553 886763520 3242 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3389/statm: 216495 3243 1711 9 0 210980 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865980

[startup+0.301233 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 3389
/proc/meminfo: memFree=1676568/2055920 swapFree=4192812/4192956
[pid=3389] ppid=3387 vsize=866380 CPUtime=0.29
/proc/3389/stat : 3389 (java) S 3387 3389 2917 0 -1 0 6014 0 1 0 24 5 0 0 18 0 9 0 28882553 887173120 5380 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3389/statm: 216595 5380 1986 9 0 211053 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866380

[startup+0.701269 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 3389
/proc/meminfo: memFree=1676568/2055920 swapFree=4192812/4192956
[pid=3389] ppid=3387 vsize=867248 CPUtime=0.69
/proc/3389/stat : 3389 (java) S 3387 3389 2917 0 -1 0 11291 0 1 0 61 8 0 0 18 0 9 0 28882553 888061952 10645 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3389/statm: 216812 10645 2036 9 0 211248 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 867248

[startup+1.50233 s]
/proc/loadavg: 2.16 2.03 2.01 7/91 3402
/proc/meminfo: memFree=1627896/2055920 swapFree=4192812/4192956
[pid=3389] ppid=3387 vsize=868168 CPUtime=1.47
/proc/3389/stat : 3389 (java) S 3387 3389 2917 0 -1 0 26150 281 1 0 134 13 0 0 18 0 9 0 28882553 889004032 16679 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3389/statm: 217042 16679 2658 9 0 211478 0
[pid=3389/tid=3391] ppid=3387 vsize=868168 CPUtime=1.16
/proc/3389/task/3391/stat : 3391 (java) R 3387 3389 2917 0 -1 64 19094 281 1 0 107 9 0 0 19 0 9 0 28882554 889004032 16679 996147200 134512640 134550932 4294955968 18446744073709551615 4127049709 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3389/tid=3392] ppid=3387 vsize=868168 CPUtime=0.06
/proc/3389/task/3392/stat : 3392 (java) S 3387 3389 2917 0 -1 64 5335 281 0 0 6 0 0 0 17 0 9 0 28882555 889004032 16679 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3389/tid=3393] ppid=3387 vsize=868168 CPUtime=0
/proc/3389/task/3393/stat : 3393 (java) S 3387 3389 2917 0 -1 64 19 281 0 0 0 0 0 0 16 0 9 0 28882555 889004032 16679 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3389/tid=3394] ppid=3387 vsize=868168 CPUtime=0
/proc/3389/task/3394/stat : 3394 (java) S 3387 3389 2917 0 -1 64 11 281 0 0 0 0 0 0 16 0 9 0 28882555 889004032 16679 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3389/tid=3395] ppid=3387 vsize=868168 CPUtime=0
/proc/3389/task/3395/stat : 3395 (java) S 3387 3389 2917 0 -1 64 2 281 0 0 0 0 0 0 24 0 9 0 28882557 889004032 16679 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3389/tid=3396] ppid=3387 vsize=868168 CPUtime=0.2
/proc/3389/task/3396/stat : 3396 (java) S 3387 3389 2917 0 -1 64 878 281 0 0 20 0 0 0 15 0 9 0 28882557 889004032 16679 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3389/tid=3397] ppid=3387 vsize=868168 CPUtime=0
/proc/3389/task/3397/stat : 3397 (java) S 3387 3389 2917 0 -1 64 0 281 0 0 0 0 0 0 25 0 9 0 28882557 889004032 16679 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3389/tid=3398] ppid=3387 vsize=868168 CPUtime=0
/proc/3389/task/3398/stat : 3398 (java) S 3387 3389 2917 0 -1 64 8 281 0 0 0 0 0 0 15 0 9 0 28882557 889004032 16679 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 868168

[startup+3.10248 s]
/proc/loadavg: 2.16 2.03 2.01 3/89 3402
/proc/meminfo: memFree=1619840/2055920 swapFree=4192812/4192956
[pid=3389] ppid=3387 vsize=868168 CPUtime=3.05
/proc/3389/stat : 3389 (java) S 3387 3389 2917 0 -1 0 27286 281 1 0 292 13 0 0 18 0 9 0 28882553 889004032 17806 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3389/statm: 217042 17806 2659 9 0 211478 0
[pid=3389/tid=3391] ppid=3387 vsize=868168 CPUtime=2.67
/proc/3389/task/3391/stat : 3391 (java) R 3387 3389 2917 0 -1 64 20178 281 1 0 257 10 0 0 16 0 9 0 28882554 889004032 17806 996147200 134512640 134550932 4294955968 18446744073709551615 4126929177 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3389/tid=3392] ppid=3387 vsize=868168 CPUtime=0.06
/proc/3389/task/3392/stat : 3392 (java) S 3387 3389 2917 0 -1 64 5335 281 0 0 6 0 0 0 16 0 9 0 28882555 889004032 17806 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3389/tid=3393] ppid=3387 vsize=868168 CPUtime=0
/proc/3389/task/3393/stat : 3393 (java) S 3387 3389 2917 0 -1 64 19 281 0 0 0 0 0 0 16 0 9 0 28882555 889004032 17806 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3389/tid=3394] ppid=3387 vsize=868168 CPUtime=0
/proc/3389/task/3394/stat : 3394 (java) S 3387 3389 2917 0 -1 64 11 281 0 0 0 0 0 0 16 0 9 0 28882555 889004032 17806 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3389/tid=3395] ppid=3387 vsize=868168 CPUtime=0
/proc/3389/task/3395/stat : 3395 (java) S 3387 3389 2917 0 -1 64 2 281 0 0 0 0 0 0 24 0 9 0 28882557 889004032 17806 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3389/tid=3396] ppid=3387 vsize=868168 CPUtime=0.28
/proc/3389/task/3396/stat : 3396 (java) R 3387 3389 2917 0 -1 64 930 281 0 0 28 0 0 0 16 0 9 0 28882557 889004032 17806 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3389/tid=3397] ppid=3387 vsize=868168 CPUtime=0
/proc/3389/task/3397/stat : 3397 (java) S 3387 3389 2917 0 -1 64 0 281 0 0 0 0 0 0 25 0 9 0 28882557 889004032 17806 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3389/tid=3398] ppid=3387 vsize=868168 CPUtime=0
/proc/3389/task/3398/stat : 3398 (java) S 3387 3389 2917 0 -1 64 8 281 0 0 0 0 0 0 15 0 9 0 28882557 889004032 17806 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 868168

[startup+6.30175 s]
/proc/loadavg: 2.16 2.03 2.01 3/89 3402
/proc/meminfo: memFree=1615232/2055920 swapFree=4192812/4192956
[pid=3389] ppid=3387 vsize=868168 CPUtime=6.23
/proc/3389/stat : 3389 (java) S 3387 3389 2917 0 -1 0 27328 281 1 0 609 14 0 0 18 0 9 0 28882553 889004032 17814 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3389/statm: 217042 17814 2659 9 0 211478 0
[pid=3389/tid=3391] ppid=3387 vsize=868168 CPUtime=5.83
/proc/3389/task/3391/stat : 3391 (java) R 3387 3389 2917 0 -1 64 20182 281 1 0 573 10 0 0 25 0 9 0 28882554 889004032 17814 996147200 134512640 134550932 4294955968 18446744073709551615 4127093774 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3389/tid=3392] ppid=3387 vsize=868168 CPUtime=0.06
/proc/3389/task/3392/stat : 3392 (java) S 3387 3389 2917 0 -1 64 5335 281 0 0 6 0 0 0 16 0 9 0 28882555 889004032 17814 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3389/tid=3393] ppid=3387 vsize=868168 CPUtime=0
/proc/3389/task/3393/stat : 3393 (java) S 3387 3389 2917 0 -1 64 19 281 0 0 0 0 0 0 16 0 9 0 28882555 889004032 17814 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3389/tid=3394] ppid=3387 vsize=868168 CPUtime=0
/proc/3389/task/3394/stat : 3394 (java) S 3387 3389 2917 0 -1 64 11 281 0 0 0 0 0 0 16 0 9 0 28882555 889004032 17814 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3389/tid=3395] ppid=3387 vsize=868168 CPUtime=0
/proc/3389/task/3395/stat : 3395 (java) S 3387 3389 2917 0 -1 64 2 281 0 0 0 0 0 0 24 0 9 0 28882557 889004032 17814 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3389/tid=3396] ppid=3387 vsize=868168 CPUtime=0.3
/proc/3389/task/3396/stat : 3396 (java) S 3387 3389 2917 0 -1 64 936 281 0 0 29 1 0 0 16 0 9 0 28882557 889004032 17814 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3389/tid=3397] ppid=3387 vsize=868168 CPUtime=0
/proc/3389/task/3397/stat : 3397 (java) S 3387 3389 2917 0 -1 64 0 281 0 0 0 0 0 0 25 0 9 0 28882557 889004032 17814 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3389/tid=3398] ppid=3387 vsize=868168 CPUtime=0
/proc/3389/task/3398/stat : 3398 (java) S 3387 3389 2917 0 -1 64 40 281 0 0 0 0 0 0 15 0 9 0 28882557 889004032 17814 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 868168

[startup+12.7023 s]
/proc/loadavg: 2.13 2.03 2.01 3/89 3402
/proc/meminfo: memFree=1615048/2055920 swapFree=4192812/4192956
[pid=3389] ppid=3387 vsize=868168 CPUtime=12.57
/proc/3389/stat : 3389 (java) S 3387 3389 2917 0 -1 0 27329 281 1 0 1243 14 0 0 18 0 9 0 28882553 889004032 17815 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3389/statm: 217042 17815 2659 9 0 211478 0
[pid=3389/tid=3391] ppid=3387 vsize=868168 CPUtime=12.17
/proc/3389/task/3391/stat : 3391 (java) R 3387 3389 2917 0 -1 64 20183 281 1 0 1207 10 0 0 25 0 9 0 28882554 889004032 17815 996147200 134512640 134550932 4294955968 18446744073709551615 4126925821 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3389/tid=3392] ppid=3387 vsize=868168 CPUtime=0.06
/proc/3389/task/3392/stat : 3392 (java) S 3387 3389 2917 0 -1 64 5335 281 0 0 6 0 0 0 16 0 9 0 28882555 889004032 17815 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3389/tid=3393] ppid=3387 vsize=868168 CPUtime=0
/proc/3389/task/3393/stat : 3393 (java) S 3387 3389 2917 0 -1 64 19 281 0 0 0 0 0 0 16 0 9 0 28882555 889004032 17815 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3389/tid=3394] ppid=3387 vsize=868168 CPUtime=0
/proc/3389/task/3394/stat : 3394 (java) S 3387 3389 2917 0 -1 64 11 281 0 0 0 0 0 0 16 0 9 0 28882555 889004032 17815 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3389/tid=3395] ppid=3387 vsize=868168 CPUtime=0
/proc/3389/task/3395/stat : 3395 (java) S 3387 3389 2917 0 -1 64 2 281 0 0 0 0 0 0 24 0 9 0 28882557 889004032 17815 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3389/tid=3396] ppid=3387 vsize=868168 CPUtime=0.3
/proc/3389/task/3396/stat : 3396 (java) S 3387 3389 2917 0 -1 64 936 281 0 0 29 1 0 0 16 0 9 0 28882557 889004032 17815 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3389/tid=3397] ppid=3387 vsize=868168 CPUtime=0
/proc/3389/task/3397/stat : 3397 (java) S 3387 3389 2917 0 -1 64 0 281 0 0 0 0 0 0 25 0 9 0 28882557 889004032 17815 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3389/tid=3398] ppid=3387 vsize=868168 CPUtime=0
/proc/3389/task/3398/stat : 3398 (java) S 3387 3389 2917 0 -1 64 40 281 0 0 0 0 0 0 15 0 9 0 28882557 889004032 17815 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 868168

[startup+25.5014 s]
/proc/loadavg: 2.11 2.03 2.01 3/89 3402
/proc/meminfo: memFree=1615048/2055920 swapFree=4192812/4192956
[pid=3389] ppid=3387 vsize=868168 CPUtime=25.24
/proc/3389/stat : 3389 (java) S 3387 3389 2917 0 -1 0 27331 281 1 0 2510 14 0 0 18 0 9 0 28882553 889004032 17816 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3389/statm: 217042 17816 2659 9 0 211478 0
[pid=3389/tid=3391] ppid=3387 vsize=868168 CPUtime=24.84
/proc/3389/task/3391/stat : 3391 (java) R 3387 3389 2917 0 -1 64 20185 281 1 0 2474 10 0 0 25 0 9 0 28882554 889004032 17816 996147200 134512640 134550932 4294955968 18446744073709551615 4127090768 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3389/tid=3392] ppid=3387 vsize=868168 CPUtime=0.06
/proc/3389/task/3392/stat : 3392 (java) S 3387 3389 2917 0 -1 64 5335 281 0 0 6 0 0 0 16 0 9 0 28882555 889004032 17816 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3389/tid=3393] ppid=3387 vsize=868168 CPUtime=0
/proc/3389/task/3393/stat : 3393 (java) S 3387 3389 2917 0 -1 64 19 281 0 0 0 0 0 0 16 0 9 0 28882555 889004032 17816 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3389/tid=3394] ppid=3387 vsize=868168 CPUtime=0
/proc/3389/task/3394/stat : 3394 (java) S 3387 3389 2917 0 -1 64 11 281 0 0 0 0 0 0 16 0 9 0 28882555 889004032 17816 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3389/tid=3395] ppid=3387 vsize=868168 CPUtime=0
/proc/3389/task/3395/stat : 3395 (java) S 3387 3389 2917 0 -1 64 2 281 0 0 0 0 0 0 24 0 9 0 28882557 889004032 17816 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3389/tid=3396] ppid=3387 vsize=868168 CPUtime=0.3
/proc/3389/task/3396/stat : 3396 (java) S 3387 3389 2917 0 -1 64 936 281 0 0 29 1 0 0 16 0 9 0 28882557 889004032 17816 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3389/tid=3397] ppid=3387 vsize=868168 CPUtime=0
/proc/3389/task/3397/stat : 3397 (java) S 3387 3389 2917 0 -1 64 0 281 0 0 0 0 0 0 25 0 9 0 28882557 889004032 17816 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3389/tid=3398] ppid=3387 vsize=868168 CPUtime=0
/proc/3389/task/3398/stat : 3398 (java) S 3387 3389 2917 0 -1 64 40 281 0 0 0 0 0 0 15 0 9 0 28882557 889004032 17816 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 868168

[startup+51.1017 s]
/proc/loadavg: 2.07 2.03 2.01 3/89 3402
/proc/meminfo: memFree=1615176/2055920 swapFree=4192812/4192956
[pid=3389] ppid=3387 vsize=868168 CPUtime=50.6
/proc/3389/stat : 3389 (java) S 3387 3389 2917 0 -1 0 27332 281 1 0 5046 14 0 0 18 0 9 0 28882553 889004032 17817 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3389/statm: 217042 17817 2659 9 0 211478 0
[pid=3389/tid=3391] ppid=3387 vsize=868168 CPUtime=50.21
/proc/3389/task/3391/stat : 3391 (java) R 3387 3389 2917 0 -1 64 20186 281 1 0 5010 11 0 0 25 0 9 0 28882554 889004032 17817 996147200 134512640 134550932 4294955968 18446744073709551615 4126929177 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3389/tid=3392] ppid=3387 vsize=868168 CPUtime=0.06
/proc/3389/task/3392/stat : 3392 (java) S 3387 3389 2917 0 -1 64 5335 281 0 0 6 0 0 0 16 0 9 0 28882555 889004032 17817 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3389/tid=3393] ppid=3387 vsize=868168 CPUtime=0
/proc/3389/task/3393/stat : 3393 (java) S 3387 3389 2917 0 -1 64 19 281 0 0 0 0 0 0 16 0 9 0 28882555 889004032 17817 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3389/tid=3394] ppid=3387 vsize=868168 CPUtime=0
/proc/3389/task/3394/stat : 3394 (java) S 3387 3389 2917 0 -1 64 11 281 0 0 0 0 0 0 16 0 9 0 28882555 889004032 17817 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3389/tid=3395] ppid=3387 vsize=868168 CPUtime=0
/proc/3389/task/3395/stat : 3395 (java) S 3387 3389 2917 0 -1 64 2 281 0 0 0 0 0 0 24 0 9 0 28882557 889004032 17817 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3389/tid=3396] ppid=3387 vsize=868168 CPUtime=0.3
/proc/3389/task/3396/stat : 3396 (java) S 3387 3389 2917 0 -1 64 936 281 0 0 29 1 0 0 16 0 9 0 28882557 889004032 17817 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3389/tid=3397] ppid=3387 vsize=868168 CPUtime=0
/proc/3389/task/3397/stat : 3397 (java) S 3387 3389 2917 0 -1 64 0 281 0 0 0 0 0 0 25 0 9 0 28882557 889004032 17817 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/3389/task/3394/stat : 3394 (java) S 3387 3389 2917 0 -1 64 11 281 0 0 0 0 0 0 16 0 9 0 28882555 889004032 17823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3389/tid=3395] ppid=3387 vsize=868168 CPUtime=0
/proc/3389/task/3395/stat : 3395 (java) S 3387 3389 2917 0 -1 64 2 281 0 0 0 0 0 0 24 0 9 0 28882557 889004032 17823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3389/tid=3396] ppid=3387 vsize=868168 CPUtime=0.3
/proc/3389/task/3396/stat : 3396 (java) S 3387 3389 2917 0 -1 64 937 281 0 0 29 1 0 0 16 0 9 0 28882557 889004032 17823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3389/tid=3397] ppid=3387 vsize=868168 CPUtime=0
/proc/3389/task/3397/stat : 3397 (java) S 3387 3389 2917 0 -1 64 0 281 0 0 0 0 0 0 25 0 9 0 28882557 889004032 17823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3389/tid=3398] ppid=3387 vsize=868168 CPUtime=0
/proc/3389/task/3398/stat : 3398 (java) S 3387 3389 2917 0 -1 64 40 281 0 0 0 0 0 0 15 0 9 0 28882557 889004032 17823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1477.5
Current children cumulated vsize (KiB) 868168

[startup+1542.3 s]
/proc/loadavg: 1.00 1.03 1.29 2/73 4052
/proc/meminfo: memFree=1738960/2055920 swapFree=4192812/4192956
[pid=3389] ppid=3387 vsize=868168 CPUtime=1537.47
/proc/3389/stat : 3389 (java) S 3387 3389 2917 0 -1 0 27338 281 1 0 153725 22 0 0 18 0 9 0 28882553 889004032 17823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3389/statm: 217042 17823 2659 9 0 211478 0
[pid=3389/tid=3391] ppid=3387 vsize=868168 CPUtime=1537.08
/proc/3389/task/3391/stat : 3391 (java) R 3387 3389 2917 0 -1 64 20191 281 1 0 153689 19 0 0 25 0 9 0 28882554 889004032 17823 996147200 134512640 134550932 4294955968 18446744073709551615 4126929102 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3389/tid=3392] ppid=3387 vsize=868168 CPUtime=0.06
/proc/3389/task/3392/stat : 3392 (java) S 3387 3389 2917 0 -1 64 5335 281 0 0 6 0 0 0 16 0 9 0 28882555 889004032 17823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3389/tid=3393] ppid=3387 vsize=868168 CPUtime=0
/proc/3389/task/3393/stat : 3393 (java) S 3387 3389 2917 0 -1 64 19 281 0 0 0 0 0 0 16 0 9 0 28882555 889004032 17823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3389/tid=3394] ppid=3387 vsize=868168 CPUtime=0
/proc/3389/task/3394/stat : 3394 (java) S 3387 3389 2917 0 -1 64 11 281 0 0 0 0 0 0 16 0 9 0 28882555 889004032 17823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3389/tid=3395] ppid=3387 vsize=868168 CPUtime=0
/proc/3389/task/3395/stat : 3395 (java) S 3387 3389 2917 0 -1 64 2 281 0 0 0 0 0 0 24 0 9 0 28882557 889004032 17823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3389/tid=3396] ppid=3387 vsize=868168 CPUtime=0.3
/proc/3389/task/3396/stat : 3396 (java) S 3387 3389 2917 0 -1 64 937 281 0 0 29 1 0 0 16 0 9 0 28882557 889004032 17823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3389/tid=3397] ppid=3387 vsize=868168 CPUtime=0
/proc/3389/task/3397/stat : 3397 (java) S 3387 3389 2917 0 -1 64 0 281 0 0 0 0 0 0 25 0 9 0 28882557 889004032 17823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3389/tid=3398] ppid=3387 vsize=868168 CPUtime=0
/proc/3389/task/3398/stat : 3398 (java) S 3387 3389 2917 0 -1 64 40 281 0 0 0 0 0 0 15 0 9 0 28882557 889004032 17823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1537.47
Current children cumulated vsize (KiB) 868168

[startup+1602.3 s]
/proc/loadavg: 1.00 1.02 1.27 2/73 4052
/proc/meminfo: memFree=1738960/2055920 swapFree=4192812/4192956
[pid=3389] ppid=3387 vsize=868168 CPUtime=1597.45
/proc/3389/stat : 3389 (java) S 3387 3389 2917 0 -1 0 27338 281 1 0 159723 22 0 0 18 0 9 0 28882553 889004032 17823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3389/statm: 217042 17823 2659 9 0 211478 0
[pid=3389/tid=3391] ppid=3387 vsize=868168 CPUtime=1597.06
/proc/3389/task/3391/stat : 3391 (java) R 3387 3389 2917 0 -1 64 20191 281 1 0 159687 19 0 0 25 0 9 0 28882554 889004032 17823 996147200 134512640 134550932 4294955968 18446744073709551615 4125952251 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3389/tid=3392] ppid=3387 vsize=868168 CPUtime=0.06
/proc/3389/task/3392/stat : 3392 (java) S 3387 3389 2917 0 -1 64 5335 281 0 0 6 0 0 0 16 0 9 0 28882555 889004032 17823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3389/tid=3393] ppid=3387 vsize=868168 CPUtime=0
/proc/3389/task/3393/stat : 3393 (java) S 3387 3389 2917 0 -1 64 19 281 0 0 0 0 0 0 16 0 9 0 28882555 889004032 17823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3389/tid=3394] ppid=3387 vsize=868168 CPUtime=0
/proc/3389/task/3394/stat : 3394 (java) S 3387 3389 2917 0 -1 64 11 281 0 0 0 0 0 0 16 0 9 0 28882555 889004032 17823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3389/tid=3395] ppid=3387 vsize=868168 CPUtime=0
/proc/3389/task/3395/stat : 3395 (java) S 3387 3389 2917 0 -1 64 2 281 0 0 0 0 0 0 24 0 9 0 28882557 889004032 17823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3389/tid=3396] ppid=3387 vsize=868168 CPUtime=0.3
/proc/3389/task/3396/stat : 3396 (java) S 3387 3389 2917 0 -1 64 937 281 0 0 29 1 0 0 16 0 9 0 28882557 889004032 17823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3389/tid=3397] ppid=3387 vsize=868168 CPUtime=0
/proc/3389/task/3397/stat : 3397 (java) S 3387 3389 2917 0 -1 64 0 281 0 0 0 0 0 0 25 0 9 0 28882557 889004032 17823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3389/tid=3398] ppid=3387 vsize=868168 CPUtime=0
/proc/3389/task/3398/stat : 3398 (java) S 3387 3389 2917 0 -1 64 40 281 0 0 0 0 0 0 15 0 9 0 28882557 889004032 17823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1597.45
Current children cumulated vsize (KiB) 868168

[startup+1662.3 s]
/proc/loadavg: 1.00 1.02 1.25 2/73 4052
/proc/meminfo: memFree=1738960/2055920 swapFree=4192812/4192956
[pid=3389] ppid=3387 vsize=868168 CPUtime=1657.43
/proc/3389/stat : 3389 (java) S 3387 3389 2917 0 -1 0 27338 281 1 0 165721 22 0 0 18 0 9 0 28882553 889004032 17823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3389/statm: 217042 17823 2659 9 0 211478 0
[pid=3389/tid=3391] ppid=3387 vsize=868168 CPUtime=1657.04
/proc/3389/task/3391/stat : 3391 (java) R 3387 3389 2917 0 -1 64 20191 281 1 0 165685 19 0 0 25 0 9 0 28882554 889004032 17823 996147200 134512640 134550932 4294955968 18446744073709551615 4126929964 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3389/tid=3392] ppid=3387 vsize=868168 CPUtime=0.06
/proc/3389/task/3392/stat : 3392 (java) S 3387 3389 2917 0 -1 64 5335 281 0 0 6 0 0 0 16 0 9 0 28882555 889004032 17823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3389/tid=3393] ppid=3387 vsize=868168 CPUtime=0
/proc/3389/task/3393/stat : 3393 (java) S 3387 3389 2917 0 -1 64 19 281 0 0 0 0 0 0 16 0 9 0 28882555 889004032 17823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3389/tid=3394] ppid=3387 vsize=868168 CPUtime=0
/proc/3389/task/3394/stat : 3394 (java) S 3387 3389 2917 0 -1 64 11 281 0 0 0 0 0 0 16 0 9 0 28882555 889004032 17823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3389/tid=3395] ppid=3387 vsize=868168 CPUtime=0
/proc/3389/task/3395/stat : 3395 (java) S 3387 3389 2917 0 -1 64 2 281 0 0 0 0 0 0 24 0 9 0 28882557 889004032 17823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3389/tid=3396] ppid=3387 vsize=868168 CPUtime=0.3
/proc/3389/task/3396/stat : 3396 (java) S 3387 3389 2917 0 -1 64 937 281 0 0 29 1 0 0 16 0 9 0 28882557 889004032 17823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3389/tid=3397] ppid=3387 vsize=868168 CPUtime=0
/proc/3389/task/3397/stat : 3397 (java) S 3387 3389 2917 0 -1 64 0 281 0 0 0 0 0 0 25 0 9 0 28882557 889004032 17823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3389/tid=3398] ppid=3387 vsize=868168 CPUtime=0
/proc/3389/task/3398/stat : 3398 (java) S 3387 3389 2917 0 -1 64 40 281 0 0 0 0 0 0 15 0 9 0 28882557 889004032 17823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1657.43
Current children cumulated vsize (KiB) 868168

[startup+1722.3 s]
/proc/loadavg: 1.00 1.01 1.23 2/73 4052
/proc/meminfo: memFree=1738960/2055920 swapFree=4192812/4192956
[pid=3389] ppid=3387 vsize=868168 CPUtime=1717.4
/proc/3389/stat : 3389 (java) S 3387 3389 2917 0 -1 0 27338 281 1 0 171718 22 0 0 18 0 9 0 28882553 889004032 17823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3389/statm: 217042 17823 2659 9 0 211478 0
[pid=3389/tid=3391] ppid=3387 vsize=868168 CPUtime=1717.01
/proc/3389/task/3391/stat : 3391 (java) R 3387 3389 2917 0 -1 64 20191 281 1 0 171682 19 0 0 25 0 9 0 28882554 889004032 17823 996147200 134512640 134550932 4294955968 18446744073709551615 4127112974 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3389/tid=3392] ppid=3387 vsize=868168 CPUtime=0.06
/proc/3389/task/3392/stat : 3392 (java) S 3387 3389 2917 0 -1 64 5335 281 0 0 6 0 0 0 16 0 9 0 28882555 889004032 17823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3389/tid=3393] ppid=3387 vsize=868168 CPUtime=0
/proc/3389/task/3393/stat : 3393 (java) S 3387 3389 2917 0 -1 64 19 281 0 0 0 0 0 0 16 0 9 0 28882555 889004032 17823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3389/tid=3394] ppid=3387 vsize=868168 CPUtime=0
/proc/3389/task/3394/stat : 3394 (java) S 3387 3389 2917 0 -1 64 11 281 0 0 0 0 0 0 16 0 9 0 28882555 889004032 17823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3389/tid=3395] ppid=3387 vsize=868168 CPUtime=0
/proc/3389/task/3395/stat : 3395 (java) S 3387 3389 2917 0 -1 64 2 281 0 0 0 0 0 0 24 0 9 0 28882557 889004032 17823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3389/tid=3396] ppid=3387 vsize=868168 CPUtime=0.3
/proc/3389/task/3396/stat : 3396 (java) S 3387 3389 2917 0 -1 64 937 281 0 0 29 1 0 0 16 0 9 0 28882557 889004032 17823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3389/tid=3397] ppid=3387 vsize=868168 CPUtime=0
/proc/3389/task/3397/stat : 3397 (java) S 3387 3389 2917 0 -1 64 0 281 0 0 0 0 0 0 25 0 9 0 28882557 889004032 17823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3389/tid=3398] ppid=3387 vsize=868168 CPUtime=0
/proc/3389/task/3398/stat : 3398 (java) S 3387 3389 2917 0 -1 64 40 281 0 0 0 0 0 0 15 0 9 0 28882557 889004032 17823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1717.4
Current children cumulated vsize (KiB) 868168

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.22 2/73 4052
/proc/meminfo: memFree=1738832/2055920 swapFree=4192812/4192956
[pid=3389] ppid=3387 vsize=868168 CPUtime=1777.38
/proc/3389/stat : 3389 (java) S 3387 3389 2917 0 -1 0 27338 281 1 0 177716 22 0 0 18 0 9 0 28882553 889004032 17823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3389/statm: 217042 17823 2659 9 0 211478 0
[pid=3389/tid=3391] ppid=3387 vsize=868168 CPUtime=1776.99
/proc/3389/task/3391/stat : 3391 (java) R 3387 3389 2917 0 -1 64 20191 281 1 0 177680 19 0 0 25 0 9 0 28882554 889004032 17823 996147200 134512640 134550932 4294955968 18446744073709551615 4126929102 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3389/tid=3392] ppid=3387 vsize=868168 CPUtime=0.06
/proc/3389/task/3392/stat : 3392 (java) S 3387 3389 2917 0 -1 64 5335 281 0 0 6 0 0 0 16 0 9 0 28882555 889004032 17823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3389/tid=3393] ppid=3387 vsize=868168 CPUtime=0
/proc/3389/task/3393/stat : 3393 (java) S 3387 3389 2917 0 -1 64 19 281 0 0 0 0 0 0 16 0 9 0 28882555 889004032 17823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3389/tid=3394] ppid=3387 vsize=868168 CPUtime=0
/proc/3389/task/3394/stat : 3394 (java) S 3387 3389 2917 0 -1 64 11 281 0 0 0 0 0 0 16 0 9 0 28882555 889004032 17823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3389/tid=3395] ppid=3387 vsize=868168 CPUtime=0
/proc/3389/task/3395/stat : 3395 (java) S 3387 3389 2917 0 -1 64 2 281 0 0 0 0 0 0 24 0 9 0 28882557 889004032 17823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3389/tid=3396] ppid=3387 vsize=868168 CPUtime=0.3
/proc/3389/task/3396/stat : 3396 (java) S 3387 3389 2917 0 -1 64 937 281 0 0 29 1 0 0 16 0 9 0 28882557 889004032 17823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3389/tid=3397] ppid=3387 vsize=868168 CPUtime=0
/proc/3389/task/3397/stat : 3397 (java) S 3387 3389 2917 0 -1 64 0 281 0 0 0 0 0 0 25 0 9 0 28882557 889004032 17823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3389/tid=3398] ppid=3387 vsize=868168 CPUtime=0
/proc/3389/task/3398/stat : 3398 (java) S 3387 3389 2917 0 -1 64 40 281 0 0 0 0 0 0 15 0 9 0 28882557 889004032 17823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1777.38
Current children cumulated vsize (KiB) 868168



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805 s]
/proc/loadavg: 1.00 1.00 1.21 2/73 4052
/proc/meminfo: memFree=1738832/2055920 swapFree=4192812/4192956
[pid=3389] ppid=3387 vsize=868168 CPUtime=1800.07
/proc/3389/stat : 3389 (java) S 3387 3389 2917 0 -1 0 27338 281 1 0 179985 22 0 0 18 0 9 0 28882553 889004032 17823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3389/statm: 217042 17823 2659 9 0 211478 0
[pid=3389/tid=3391] ppid=3387 vsize=868168 CPUtime=1799.68
/proc/3389/task/3391/stat : 3391 (java) R 3387 3389 2917 0 -1 64 20191 281 1 0 179949 19 0 0 25 0 9 0 28882554 889004032 17823 996147200 134512640 134550932 4294955968 18446744073709551615 4127081315 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3389/tid=3392] ppid=3387 vsize=868168 CPUtime=0.06
/proc/3389/task/3392/stat : 3392 (java) S 3387 3389 2917 0 -1 64 5335 281 0 0 6 0 0 0 16 0 9 0 28882555 889004032 17823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3389/tid=3393] ppid=3387 vsize=868168 CPUtime=0
/proc/3389/task/3393/stat : 3393 (java) S 3387 3389 2917 0 -1 64 19 281 0 0 0 0 0 0 16 0 9 0 28882555 889004032 17823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3389/tid=3394] ppid=3387 vsize=868168 CPUtime=0
/proc/3389/task/3394/stat : 3394 (java) S 3387 3389 2917 0 -1 64 11 281 0 0 0 0 0 0 16 0 9 0 28882555 889004032 17823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3389/tid=3395] ppid=3387 vsize=868168 CPUtime=0
/proc/3389/task/3395/stat : 3395 (java) S 3387 3389 2917 0 -1 64 2 281 0 0 0 0 0 0 24 0 9 0 28882557 889004032 17823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3389/tid=3396] ppid=3387 vsize=868168 CPUtime=0.3
/proc/3389/task/3396/stat : 3396 (java) S 3387 3389 2917 0 -1 64 937 281 0 0 29 1 0 0 16 0 9 0 28882557 889004032 17823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3389/tid=3397] ppid=3387 vsize=868168 CPUtime=0
/proc/3389/task/3397/stat : 3397 (java) S 3387 3389 2917 0 -1 64 0 281 0 0 0 0 0 0 25 0 9 0 28882557 889004032 17823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3389/tid=3398] ppid=3387 vsize=868168 CPUtime=0
/proc/3389/task/3398/stat : 3398 (java) S 3387 3389 2917 0 -1 64 40 281 0 0 0 0 0 0 15 0 9 0 28882557 889004032 17823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 868168

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

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

Child status: 143
Real time (s): 1805.05
CPU time (s): 1800.14
CPU user time (s): 1799.89
CPU system time (s): 0.248962
CPU usage (%): 99.728
Max. virtual memory (cumulated for all children) (KiB): 868212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.89
system time used= 0.248962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27651
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= 37863
involuntary context switches= 49168

runsolver used 2.04169 second user time and 4.97824 second system time

The end

Launcher Data

Begin job on node58 at 2009-07-12 19:03:14
IDJOB=2099483
IDBENCH=66149
IDSOLVER=773
FILE ID=node58/2099483-1247418194
PBS_JOBID= 9510776
Free space on /tmp= 66308 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/CabinetStart1/normalized-cabinet-5596.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-2099483-1247418194/watcher-2099483-1247418194 -o /tmp/evaluation-result-2099483-1247418194/solver-2099483-1247418194 -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-2099483-1247418194.xml

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

MD5SUM BENCH= 4287de5de5a4cea96e00eb98ebb52fb2
RANDOM SEED=801656606

node58.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.234
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.234
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:       1677048 kB
Buffers:         48820 kB
Cached:         139812 kB
SwapCached:          0 kB
Active:         235016 kB
Inactive:        84608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1677048 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2380 kB
Writeback:           0 kB
Mapped:         151392 kB
Slab:            44384 kB
Committed_AS:  1022044 kB
PageTables:       1948 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= 66312 MiB
End job on node58 at 2009-07-12 19:33:21