Trace number 2093349

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.09 1816.97

General information on the benchmark

Namecsp/QCP-20/
normalized-qcp-20-187-2_ext.xml
MD5SUMe9b732fe17396018a0922ed0007fb34a
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.13237
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints5540
Maximum constraint arity2
Maximum domain size20
Number of constraints which are defined in extension5540
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.03/0.08	
0.03/0.08	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.18/0.27	   
0.18/0.28	   instance
0.18/0.28	     name=HOME/instance-2093349-1247401168.xml
0.28/0.31	   
0.28/0.31	   domains being loaded...
0.28/0.32	   
0.28/0.32	   variables being loaded...
0.39/0.40	     nbVariables=400  nbDomainTypes=21  minDomainSize=1  maxDomainSize=20  nbTotalValues=3953
0.39/0.40	       =>  wckTime=0.161  cpuTime=0.12  mem=8M867
0.39/0.40	   
0.39/0.40	   relations being loaded...
0.39/0.42	   
0.39/0.42	   constraints being loaded...
0.96/1.07	     nbConstraints=5564  nbRelationTypes=21  nbGlobalConstraints=24  nbSingletonDomainVariables=213
0.96/1.07	     nbExtensionStructures=41  nbSharedExtensionStructures=5499  nbConflictsStructures=41
0.96/1.07	     nbSharedConflictsStructures=5499  nbSharedBinaryRepresentations=858  minDegree=18  maxDegree=39  minArity=2
0.96/1.07	     avgArity=2.03  maxArity=11  nbGenerators=0  nbFusions=0  symmetryWckTime=0.272  symmetryCpuTime=0.16  nbCliques=24
0.96/1.07	       =>  wckTime=0.83  cpuTime=0.55  mem=42M141
1.07/1.19	   
1.07/1.19	   solver IterativeSystematicSolver being built... 
1.17/1.27	   
1.17/1.27	   INFO : Forward propagation technique limited 
1.26/1.34	       =>  wckTime=1.1  cpuTime=0.66  mem=26M630
1.26/1.39	   
1.26/1.39	   preprocessing
1.26/1.39	     nbConstraintChecks=45059  nbPropagations=400  nbRevisions=3974  nbUselessRevisions=1046  nbRemovedValues=2928
1.26/1.39	     detectedInconsistency=no
1.26/1.39	       =>  wckTime=0.047  cpuTime=0.03  mem=26M630
1.66/1.78	   
1.66/1.78	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=28M596)

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-2093349-1247401168/watcher-2093349-1247401168 -o /tmp/evaluation-result-2093349-1247401168/solver-2093349-1247401168 -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-2093349-1247401168.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: 0.68 0.16 0.17 4/81 29348
/proc/meminfo: memFree=1794752/2055920 swapFree=4192812/4192956
[pid=29348] ppid=29346 vsize=18576 CPUtime=0
/proc/29348/stat : 29348 (runsolver) R 29346 29348 29154 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 27181401 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 251601153319 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/29348/statm: 4644 284 249 26 0 2626 0

[startup+0.0412679 s]
/proc/loadavg: 0.68 0.16 0.17 4/81 29348
/proc/meminfo: memFree=1794752/2055920 swapFree=4192812/4192956
[pid=29348] ppid=29346 vsize=861936 CPUtime=0.03
/proc/29348/stat : 29348 (java) S 29346 29348 29154 0 -1 0 2280 0 1 0 2 1 0 0 18 0 5 0 27181401 882622464 1882 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/29348/statm: 215484 1896 867 9 0 210399 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 861936

[startup+0.107376 s]
/proc/loadavg: 0.68 0.16 0.17 4/81 29348
/proc/meminfo: memFree=1794752/2055920 swapFree=4192812/4192956
[pid=29348] ppid=29346 vsize=865984 CPUtime=0.09
/proc/29348/stat : 29348 (java) S 29346 29348 29154 0 -1 0 3863 0 1 0 7 2 0 0 18 0 9 0 27181401 886767616 3306 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29348/statm: 216496 3306 1740 9 0 210981 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865984

[startup+0.301398 s]
/proc/loadavg: 0.68 0.16 0.17 4/81 29348
/proc/meminfo: memFree=1794752/2055920 swapFree=4192812/4192956
[pid=29348] ppid=29346 vsize=866380 CPUtime=0.28
/proc/29348/stat : 29348 (java) S 29346 29348 29154 0 -1 0 6015 0 1 0 24 4 0 0 18 0 9 0 27181401 887173120 5381 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29348/statm: 216595 5381 1986 9 0 211053 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.701441 s]
/proc/loadavg: 0.68 0.16 0.17 4/81 29348
/proc/meminfo: memFree=1794752/2055920 swapFree=4192812/4192956
[pid=29348] ppid=29346 vsize=867532 CPUtime=0.68
/proc/29348/stat : 29348 (java) S 29346 29348 29154 0 -1 0 9899 0 1 0 61 7 0 0 18 0 9 0 27181401 888352768 9252 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29348/statm: 216883 9252 2013 9 0 211341 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867532

[startup+1.50153 s]
/proc/loadavg: 0.68 0.16 0.17 5/92 29361
/proc/meminfo: memFree=1739560/2055920 swapFree=4192812/4192956
[pid=29348] ppid=29346 vsize=868268 CPUtime=1.46
/proc/29348/stat : 29348 (java) S 29346 29348 29154 0 -1 0 26429 590 1 0 128 12 6 0 18 0 9 0 27181401 889106432 16796 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29348/statm: 217067 16796 2657 9 0 211503 0
[pid=29348/tid=29350] ppid=29346 vsize=868268 CPUtime=1.02
/proc/29348/task/29350/stat : 29350 (java) R 29346 29348 29154 0 -1 64 20032 590 1 0 87 9 6 0 20 0 9 0 27181402 889106432 16796 996147200 134512640 134550932 4294955968 18446744073709551615 4127164542 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29351] ppid=29346 vsize=868268 CPUtime=0.17
/proc/29348/task/29351/stat : 29351 (java) S 29346 29348 29154 0 -1 64 4659 590 0 0 10 1 6 0 17 0 9 0 27181403 889106432 16796 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29352] ppid=29346 vsize=868268 CPUtime=0.06
/proc/29348/task/29352/stat : 29352 (java) S 29346 29348 29154 0 -1 64 19 590 0 0 0 0 6 0 17 0 9 0 27181404 889106432 16796 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29353] ppid=29346 vsize=868268 CPUtime=0.06
/proc/29348/task/29353/stat : 29353 (java) S 29346 29348 29154 0 -1 64 9 590 0 0 0 0 6 0 16 0 9 0 27181404 889106432 16796 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29354] ppid=29346 vsize=868268 CPUtime=0.06
/proc/29348/task/29354/stat : 29354 (java) S 29346 29348 29154 0 -1 64 2 590 0 0 0 0 6 0 18 0 9 0 27181405 889106432 16796 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29355] ppid=29346 vsize=868268 CPUtime=0.36
/proc/29348/task/29355/stat : 29355 (java) S 29346 29348 29154 0 -1 64 887 590 0 0 30 0 6 0 15 0 9 0 27181406 889106432 16796 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29356] ppid=29346 vsize=868268 CPUtime=0.06
/proc/29348/task/29356/stat : 29356 (java) S 29346 29348 29154 0 -1 64 0 590 0 0 0 0 6 0 19 0 9 0 27181406 889106432 16796 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29357] ppid=29346 vsize=868268 CPUtime=0.06
/proc/29348/task/29357/stat : 29357 (java) S 29346 29348 29154 0 -1 64 9 590 0 0 0 0 6 0 15 0 9 0 27181406 889106432 16796 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 868268

[startup+3.10271 s]
/proc/loadavg: 0.68 0.16 0.17 3/90 29361
/proc/meminfo: memFree=1731056/2055920 swapFree=4192812/4192956
[pid=29348] ppid=29346 vsize=868400 CPUtime=3.05
/proc/29348/stat : 29348 (java) S 29346 29348 29154 0 -1 0 26469 590 1 0 287 12 6 0 18 0 9 0 27181401 889241600 16830 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29348/statm: 217100 16830 2657 9 0 211536 0
[pid=29348/tid=29350] ppid=29346 vsize=868400 CPUtime=2.56
/proc/29348/task/29350/stat : 29350 (java) R 29346 29348 29154 0 -1 64 20038 590 1 0 241 9 6 0 25 0 9 0 27181402 889241600 16830 996147200 134512640 134550932 4294955968 18446744073709551615 4127167971 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29351] ppid=29346 vsize=868400 CPUtime=0.17
/proc/29348/task/29351/stat : 29351 (java) S 29346 29348 29154 0 -1 64 4659 590 0 0 10 1 6 0 17 0 9 0 27181403 889241600 16830 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29352] ppid=29346 vsize=868400 CPUtime=0.06
/proc/29348/task/29352/stat : 29352 (java) S 29346 29348 29154 0 -1 64 19 590 0 0 0 0 6 0 17 0 9 0 27181404 889241600 16830 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29353] ppid=29346 vsize=868400 CPUtime=0.06
/proc/29348/task/29353/stat : 29353 (java) S 29346 29348 29154 0 -1 64 9 590 0 0 0 0 6 0 16 0 9 0 27181404 889241600 16830 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29354] ppid=29346 vsize=868400 CPUtime=0.06
/proc/29348/task/29354/stat : 29354 (java) S 29346 29348 29154 0 -1 64 2 590 0 0 0 0 6 0 18 0 9 0 27181405 889241600 16830 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29355] ppid=29346 vsize=868400 CPUtime=0.41
/proc/29348/task/29355/stat : 29355 (java) S 29346 29348 29154 0 -1 64 921 590 0 0 35 0 6 0 15 0 9 0 27181406 889241600 16830 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29356] ppid=29346 vsize=868400 CPUtime=0.06
/proc/29348/task/29356/stat : 29356 (java) S 29346 29348 29154 0 -1 64 0 590 0 0 0 0 6 0 19 0 9 0 27181406 889241600 16830 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29357] ppid=29346 vsize=868400 CPUtime=0.06
/proc/29348/task/29357/stat : 29357 (java) S 29346 29348 29154 0 -1 64 9 590 0 0 0 0 6 0 15 0 9 0 27181406 889241600 16830 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) 868400

[startup+6.30206 s]
/proc/loadavg: 0.79 0.19 0.18 3/90 29361
/proc/meminfo: memFree=1730800/2055920 swapFree=4192812/4192956
[pid=29348] ppid=29346 vsize=868400 CPUtime=6.24
/proc/29348/stat : 29348 (java) S 29346 29348 29154 0 -1 0 27523 590 1 0 605 13 6 0 18 0 9 0 27181401 889241600 16833 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29348/statm: 217100 16833 2657 9 0 211536 0
[pid=29348/tid=29350] ppid=29346 vsize=868400 CPUtime=5.75
/proc/29348/task/29350/stat : 29350 (java) R 29346 29348 29154 0 -1 64 21070 590 1 0 559 10 6 0 25 0 9 0 27181402 889241600 16833 996147200 134512640 134550932 4294955968 18446744073709551615 4127132274 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29351] ppid=29346 vsize=868400 CPUtime=0.17
/proc/29348/task/29351/stat : 29351 (java) S 29346 29348 29154 0 -1 64 4659 590 0 0 10 1 6 0 16 0 9 0 27181403 889241600 16833 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29352] ppid=29346 vsize=868400 CPUtime=0.06
/proc/29348/task/29352/stat : 29352 (java) S 29346 29348 29154 0 -1 64 19 590 0 0 0 0 6 0 17 0 9 0 27181404 889241600 16833 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29353] ppid=29346 vsize=868400 CPUtime=0.06
/proc/29348/task/29353/stat : 29353 (java) S 29346 29348 29154 0 -1 64 9 590 0 0 0 0 6 0 16 0 9 0 27181404 889241600 16833 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29354] ppid=29346 vsize=868400 CPUtime=0.06
/proc/29348/task/29354/stat : 29354 (java) S 29346 29348 29154 0 -1 64 2 590 0 0 0 0 6 0 18 0 9 0 27181405 889241600 16833 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29355] ppid=29346 vsize=868400 CPUtime=0.41
/proc/29348/task/29355/stat : 29355 (java) S 29346 29348 29154 0 -1 64 921 590 0 0 35 0 6 0 17 0 9 0 27181406 889241600 16833 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29356] ppid=29346 vsize=868400 CPUtime=0.06
/proc/29348/task/29356/stat : 29356 (java) S 29346 29348 29154 0 -1 64 0 590 0 0 0 0 6 0 19 0 9 0 27181406 889241600 16833 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29357] ppid=29346 vsize=868400 CPUtime=0.06
/proc/29348/task/29357/stat : 29357 (java) S 29346 29348 29154 0 -1 64 31 590 0 0 0 0 6 0 15 0 9 0 27181406 889241600 16833 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 868400

[startup+12.7028 s]
/proc/loadavg: 0.88 0.22 0.19 3/90 29361
/proc/meminfo: memFree=1717552/2055920 swapFree=4192812/4192956
[pid=29348] ppid=29346 vsize=868312 CPUtime=12.61
/proc/29348/stat : 29348 (java) S 29346 29348 29154 0 -1 0 31904 590 1 0 1241 14 6 0 18 0 9 0 27181401 889151488 20082 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29348/statm: 217078 20082 2638 9 0 211536 0
[pid=29348/tid=29350] ppid=29346 vsize=868312 CPUtime=12.1
/proc/29348/task/29350/stat : 29350 (java) R 29346 29348 29154 0 -1 64 24368 590 1 0 1193 11 6 0 25 0 9 0 27181402 889151488 20082 996147200 134512640 134550932 4294955968 18446744073709551615 4127164542 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29351] ppid=29346 vsize=868312 CPUtime=0.18
/proc/29348/task/29351/stat : 29351 (java) S 29346 29348 29154 0 -1 64 5740 590 0 0 11 1 6 0 16 0 9 0 27181403 889151488 20082 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29352] ppid=29346 vsize=868312 CPUtime=0.06
/proc/29348/task/29352/stat : 29352 (java) S 29346 29348 29154 0 -1 64 19 590 0 0 0 0 6 0 16 0 9 0 27181404 889151488 20082 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29353] ppid=29346 vsize=868312 CPUtime=0.06
/proc/29348/task/29353/stat : 29353 (java) S 29346 29348 29154 0 -1 64 10 590 0 0 0 0 6 0 16 0 9 0 27181404 889151488 20082 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29354] ppid=29346 vsize=868312 CPUtime=0.06
/proc/29348/task/29354/stat : 29354 (java) S 29346 29348 29154 0 -1 64 2 590 0 0 0 0 6 0 18 0 9 0 27181405 889151488 20082 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29355] ppid=29346 vsize=868312 CPUtime=0.41
/proc/29348/task/29355/stat : 29355 (java) S 29346 29348 29154 0 -1 64 922 590 0 0 35 0 6 0 16 0 9 0 27181406 889151488 20082 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29356] ppid=29346 vsize=868312 CPUtime=0.06
/proc/29348/task/29356/stat : 29356 (java) S 29346 29348 29154 0 -1 64 0 590 0 0 0 0 6 0 19 0 9 0 27181406 889151488 20082 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29357] ppid=29346 vsize=868312 CPUtime=0.06
/proc/29348/task/29357/stat : 29357 (java) S 29346 29348 29154 0 -1 64 31 590 0 0 0 0 6 0 15 0 9 0 27181406 889151488 20082 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 868312

[startup+25.5012 s]
/proc/loadavg: 1.13 0.30 0.22 4/90 29361
/proc/meminfo: memFree=1713392/2055920 swapFree=4192812/4192956
[pid=29348] ppid=29346 vsize=868312 CPUtime=25.34
/proc/29348/stat : 29348 (java) S 29346 29348 29154 0 -1 0 31905 590 1 0 2514 14 6 0 18 0 9 0 27181401 889151488 20082 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29348/statm: 217078 20082 2638 9 0 211536 0
[pid=29348/tid=29350] ppid=29346 vsize=868312 CPUtime=24.84
/proc/29348/task/29350/stat : 29350 (java) R 29346 29348 29154 0 -1 64 24369 590 1 0 2467 11 6 0 25 0 9 0 27181402 889151488 20082 996147200 134512640 134550932 4294955968 18446744073709551615 4127132252 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29351] ppid=29346 vsize=868312 CPUtime=0.18
/proc/29348/task/29351/stat : 29351 (java) S 29346 29348 29154 0 -1 64 5740 590 0 0 11 1 6 0 16 0 9 0 27181403 889151488 20082 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29352] ppid=29346 vsize=868312 CPUtime=0.06
/proc/29348/task/29352/stat : 29352 (java) S 29346 29348 29154 0 -1 64 19 590 0 0 0 0 6 0 16 0 9 0 27181404 889151488 20082 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29353] ppid=29346 vsize=868312 CPUtime=0.06
/proc/29348/task/29353/stat : 29353 (java) S 29346 29348 29154 0 -1 64 10 590 0 0 0 0 6 0 16 0 9 0 27181404 889151488 20082 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29354] ppid=29346 vsize=868312 CPUtime=0.06
/proc/29348/task/29354/stat : 29354 (java) S 29346 29348 29154 0 -1 64 2 590 0 0 0 0 6 0 18 0 9 0 27181405 889151488 20082 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29355] ppid=29346 vsize=868312 CPUtime=0.41
/proc/29348/task/29355/stat : 29355 (java) S 29346 29348 29154 0 -1 64 922 590 0 0 35 0 6 0 16 0 9 0 27181406 889151488 20082 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29356] ppid=29346 vsize=868312 CPUtime=0.06
/proc/29348/task/29356/stat : 29356 (java) S 29346 29348 29154 0 -1 64 0 590 0 0 0 0 6 0 19 0 9 0 27181406 889151488 20082 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29357] ppid=29346 vsize=868312 CPUtime=0.06
/proc/29348/task/29357/stat : 29357 (java) S 29346 29348 29154 0 -1 64 31 590 0 0 0 0 6 0 15 0 9 0 27181406 889151488 20082 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 868312

[startup+51.101 s]
/proc/loadavg: 1.43 0.44 0.26 3/90 29400
/proc/meminfo: memFree=1706104/2055920 swapFree=4192812/4192956
[pid=29348] ppid=29346 vsize=868312 CPUtime=50.77
/proc/29348/stat : 29348 (java) S 29346 29348 29154 0 -1 0 32990 590 1 0 5056 15 6 0 18 0 9 0 27181401 889151488 21162 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29348/statm: 217078 21162 2638 9 0 211536 0
[pid=29348/tid=29350] ppid=29346 vsize=868312 CPUtime=50.25
/proc/29348/task/29350/stat : 29350 (java) R 29346 29348 29154 0 -1 64 24372 590 1 0 5008 11 6 0 25 0 9 0 27181402 889151488 21162 996147200 134512640 134550932 4294955968 18446744073709551615 4127114347 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29351] ppid=29346 vsize=868312 CPUtime=0.19
/proc/29348/task/29351/stat : 29351 (java) S 29346 29348 29154 0 -1 64 6822 590 0 0 11 2 6 0 16 0 9 0 27181403 889151488 21162 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29352] ppid=29346 vsize=868312 CPUtime=0.06
/proc/29348/task/29352/stat : 29352 (java) S 29346 29348 29154 0 -1 64 19 590 0 0 0 0 6 0 16 0 9 0 27181404 889151488 21162 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29353] ppid=29346 vsize=868312 CPUtime=0.06
/proc/29348/task/29353/stat : 29353 (java) S 29346 29348 29154 0 -1 64 10 590 0 0 0 0 6 0 16 0 9 0 27181404 889151488 21162 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29354] ppid=29346 vsize=868312 CPUtime=0.06
/proc/29348/task/29354/stat : 29354 (java) S 29346 29348 29154 0 -1 64 2 590 0 0 0 0 6 0 18 0 9 0 27181405 889151488 21162 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29355] ppid=29346 vsize=868312 CPUtime=0.41
/proc/29348/task/29355/stat : 29355 (java) S 29346 29348 29154 0 -1 64 922 590 0 0 35 0 6 0 16 0 9 0 27181406 889151488 21162 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29356] ppid=29346 vsize=868312 CPUtime=0.06
/proc/29348/task/29356/stat : 29356 (java) S 29346 29348 29154 0 -1 64 0 590 0 0 0 0 6 0 19 0 9 0 27181406 889151488 21162 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/29348/task/29353/stat : 29353 (java) S 29346 29348 29154 0 -1 64 10 590 0 0 0 0 6 0 16 0 9 0 27181404 889151488 21176 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29354] ppid=29346 vsize=868312 CPUtime=0.06
/proc/29348/task/29354/stat : 29354 (java) S 29346 29348 29154 0 -1 64 2 590 0 0 0 0 6 0 18 0 9 0 27181405 889151488 21176 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29355] ppid=29346 vsize=868312 CPUtime=0.42
/proc/29348/task/29355/stat : 29355 (java) S 29346 29348 29154 0 -1 64 925 590 0 0 36 0 6 0 16 0 9 0 27181406 889151488 21176 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29356] ppid=29346 vsize=868312 CPUtime=0.06
/proc/29348/task/29356/stat : 29356 (java) S 29346 29348 29154 0 -1 64 0 590 0 0 0 0 6 0 19 0 9 0 27181406 889151488 21176 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29357] ppid=29346 vsize=868312 CPUtime=0.06
/proc/29348/task/29357/stat : 29357 (java) S 29346 29348 29154 0 -1 64 31 590 0 0 0 0 6 0 15 0 9 0 27181406 889151488 21176 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1527.98
Current children cumulated vsize (KiB) 868312

[startup+1602.3 s]
/proc/loadavg: 2.00 1.97 1.64 3/90 29400
/proc/meminfo: memFree=1695672/2055920 swapFree=4192812/4192956
[pid=29348] ppid=29346 vsize=868312 CPUtime=1587.42
/proc/29348/stat : 29348 (java) S 29346 29348 29154 0 -1 0 33095 590 1 0 158719 17 6 0 18 0 9 0 27181401 889151488 21177 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29348/statm: 217078 21177 2638 9 0 211536 0
[pid=29348/tid=29350] ppid=29346 vsize=868312 CPUtime=1586.78
/proc/29348/task/29350/stat : 29350 (java) R 29346 29348 29154 0 -1 64 24461 590 1 0 158660 12 6 0 25 0 9 0 27181402 889151488 21177 996147200 134512640 134550932 4294955968 18446744073709551615 4127165468 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29351] ppid=29346 vsize=868312 CPUtime=0.31
/proc/29348/task/29351/stat : 29351 (java) S 29346 29348 29154 0 -1 64 6835 590 0 0 23 2 6 0 16 0 9 0 27181403 889151488 21177 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29352] ppid=29346 vsize=868312 CPUtime=0.06
/proc/29348/task/29352/stat : 29352 (java) S 29346 29348 29154 0 -1 64 19 590 0 0 0 0 6 0 16 0 9 0 27181404 889151488 21177 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29353] ppid=29346 vsize=868312 CPUtime=0.06
/proc/29348/task/29353/stat : 29353 (java) S 29346 29348 29154 0 -1 64 10 590 0 0 0 0 6 0 16 0 9 0 27181404 889151488 21177 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29354] ppid=29346 vsize=868312 CPUtime=0.06
/proc/29348/task/29354/stat : 29354 (java) S 29346 29348 29154 0 -1 64 2 590 0 0 0 0 6 0 18 0 9 0 27181405 889151488 21177 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29355] ppid=29346 vsize=868312 CPUtime=0.42
/proc/29348/task/29355/stat : 29355 (java) S 29346 29348 29154 0 -1 64 925 590 0 0 36 0 6 0 16 0 9 0 27181406 889151488 21177 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29356] ppid=29346 vsize=868312 CPUtime=0.06
/proc/29348/task/29356/stat : 29356 (java) S 29346 29348 29154 0 -1 64 0 590 0 0 0 0 6 0 19 0 9 0 27181406 889151488 21177 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29357] ppid=29346 vsize=868312 CPUtime=0.06
/proc/29348/task/29357/stat : 29357 (java) S 29346 29348 29154 0 -1 64 31 590 0 0 0 0 6 0 15 0 9 0 27181406 889151488 21177 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1587.42
Current children cumulated vsize (KiB) 868312

[startup+1662.3 s]
/proc/loadavg: 2.00 1.97 1.66 3/90 29400
/proc/meminfo: memFree=1695608/2055920 swapFree=4192812/4192956
[pid=29348] ppid=29346 vsize=868312 CPUtime=1646.86
/proc/29348/stat : 29348 (java) S 29346 29348 29154 0 -1 0 33099 590 1 0 164663 17 6 0 18 0 9 0 27181401 889151488 21177 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29348/statm: 217078 21177 2638 9 0 211536 0
[pid=29348/tid=29350] ppid=29346 vsize=868312 CPUtime=1646.2
/proc/29348/task/29350/stat : 29350 (java) R 29346 29348 29154 0 -1 64 24465 590 1 0 164602 12 6 0 25 0 9 0 27181402 889151488 21177 996147200 134512640 134550932 4294955968 18446744073709551615 4127127631 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29351] ppid=29346 vsize=868312 CPUtime=0.31
/proc/29348/task/29351/stat : 29351 (java) S 29346 29348 29154 0 -1 64 6835 590 0 0 23 2 6 0 16 0 9 0 27181403 889151488 21177 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29352] ppid=29346 vsize=868312 CPUtime=0.06
/proc/29348/task/29352/stat : 29352 (java) S 29346 29348 29154 0 -1 64 19 590 0 0 0 0 6 0 16 0 9 0 27181404 889151488 21177 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29353] ppid=29346 vsize=868312 CPUtime=0.06
/proc/29348/task/29353/stat : 29353 (java) S 29346 29348 29154 0 -1 64 10 590 0 0 0 0 6 0 16 0 9 0 27181404 889151488 21177 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29354] ppid=29346 vsize=868312 CPUtime=0.06
/proc/29348/task/29354/stat : 29354 (java) S 29346 29348 29154 0 -1 64 2 590 0 0 0 0 6 0 18 0 9 0 27181405 889151488 21177 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29355] ppid=29346 vsize=868312 CPUtime=0.42
/proc/29348/task/29355/stat : 29355 (java) S 29346 29348 29154 0 -1 64 925 590 0 0 36 0 6 0 16 0 9 0 27181406 889151488 21177 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29356] ppid=29346 vsize=868312 CPUtime=0.06
/proc/29348/task/29356/stat : 29356 (java) S 29346 29348 29154 0 -1 64 0 590 0 0 0 0 6 0 19 0 9 0 27181406 889151488 21177 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29357] ppid=29346 vsize=868312 CPUtime=0.06
/proc/29348/task/29357/stat : 29357 (java) S 29346 29348 29154 0 -1 64 31 590 0 0 0 0 6 0 15 0 9 0 27181406 889151488 21177 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1646.86
Current children cumulated vsize (KiB) 868312

[startup+1722.3 s]
/proc/loadavg: 2.00 1.97 1.67 3/90 29400
/proc/meminfo: memFree=1695544/2055920 swapFree=4192812/4192956
[pid=29348] ppid=29346 vsize=868312 CPUtime=1706.3
/proc/29348/stat : 29348 (java) S 29346 29348 29154 0 -1 0 33102 590 1 0 170607 17 6 0 18 0 9 0 27181401 889151488 21177 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29348/statm: 217078 21177 2638 9 0 211536 0
[pid=29348/tid=29350] ppid=29346 vsize=868312 CPUtime=1705.64
/proc/29348/task/29350/stat : 29350 (java) R 29346 29348 29154 0 -1 64 24468 590 1 0 170546 12 6 0 25 0 9 0 27181402 889151488 21177 996147200 134512640 134550932 4294955968 18446744073709551615 4127165471 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29351] ppid=29346 vsize=868312 CPUtime=0.31
/proc/29348/task/29351/stat : 29351 (java) S 29346 29348 29154 0 -1 64 6835 590 0 0 23 2 6 0 16 0 9 0 27181403 889151488 21177 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29352] ppid=29346 vsize=868312 CPUtime=0.06
/proc/29348/task/29352/stat : 29352 (java) S 29346 29348 29154 0 -1 64 19 590 0 0 0 0 6 0 16 0 9 0 27181404 889151488 21177 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29353] ppid=29346 vsize=868312 CPUtime=0.06
/proc/29348/task/29353/stat : 29353 (java) S 29346 29348 29154 0 -1 64 10 590 0 0 0 0 6 0 16 0 9 0 27181404 889151488 21177 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29354] ppid=29346 vsize=868312 CPUtime=0.06
/proc/29348/task/29354/stat : 29354 (java) S 29346 29348 29154 0 -1 64 2 590 0 0 0 0 6 0 18 0 9 0 27181405 889151488 21177 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29355] ppid=29346 vsize=868312 CPUtime=0.42
/proc/29348/task/29355/stat : 29355 (java) S 29346 29348 29154 0 -1 64 925 590 0 0 36 0 6 0 16 0 9 0 27181406 889151488 21177 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29356] ppid=29346 vsize=868312 CPUtime=0.06
/proc/29348/task/29356/stat : 29356 (java) S 29346 29348 29154 0 -1 64 0 590 0 0 0 0 6 0 19 0 9 0 27181406 889151488 21177 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29357] ppid=29346 vsize=868312 CPUtime=0.06
/proc/29348/task/29357/stat : 29357 (java) S 29346 29348 29154 0 -1 64 31 590 0 0 0 0 6 0 15 0 9 0 27181406 889151488 21177 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1706.3
Current children cumulated vsize (KiB) 868312

[startup+1782.3 s]
/proc/loadavg: 2.00 1.97 1.69 3/90 29400
/proc/meminfo: memFree=1695480/2055920 swapFree=4192812/4192956
[pid=29348] ppid=29346 vsize=868312 CPUtime=1765.73
/proc/29348/stat : 29348 (java) S 29346 29348 29154 0 -1 0 33106 590 1 0 176550 17 6 0 18 0 9 0 27181401 889151488 21177 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29348/statm: 217078 21177 2638 9 0 211536 0
[pid=29348/tid=29350] ppid=29346 vsize=868312 CPUtime=1765.07
/proc/29348/task/29350/stat : 29350 (java) R 29346 29348 29154 0 -1 64 24472 590 1 0 176489 12 6 0 25 0 9 0 27181402 889151488 21177 996147200 134512640 134550932 4294955968 18446744073709551615 4127125140 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29351] ppid=29346 vsize=868312 CPUtime=0.32
/proc/29348/task/29351/stat : 29351 (java) S 29346 29348 29154 0 -1 64 6835 590 0 0 24 2 6 0 16 0 9 0 27181403 889151488 21177 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29352] ppid=29346 vsize=868312 CPUtime=0.06
/proc/29348/task/29352/stat : 29352 (java) S 29346 29348 29154 0 -1 64 19 590 0 0 0 0 6 0 16 0 9 0 27181404 889151488 21177 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29353] ppid=29346 vsize=868312 CPUtime=0.06
/proc/29348/task/29353/stat : 29353 (java) S 29346 29348 29154 0 -1 64 10 590 0 0 0 0 6 0 16 0 9 0 27181404 889151488 21177 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29354] ppid=29346 vsize=868312 CPUtime=0.06
/proc/29348/task/29354/stat : 29354 (java) S 29346 29348 29154 0 -1 64 2 590 0 0 0 0 6 0 18 0 9 0 27181405 889151488 21177 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29355] ppid=29346 vsize=868312 CPUtime=0.42
/proc/29348/task/29355/stat : 29355 (java) S 29346 29348 29154 0 -1 64 925 590 0 0 36 0 6 0 16 0 9 0 27181406 889151488 21177 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29356] ppid=29346 vsize=868312 CPUtime=0.06
/proc/29348/task/29356/stat : 29356 (java) S 29346 29348 29154 0 -1 64 0 590 0 0 0 0 6 0 19 0 9 0 27181406 889151488 21177 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29357] ppid=29346 vsize=868312 CPUtime=0.06
/proc/29348/task/29357/stat : 29357 (java) S 29346 29348 29154 0 -1 64 31 590 0 0 0 0 6 0 15 0 9 0 27181406 889151488 21177 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1765.73
Current children cumulated vsize (KiB) 868312



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.9 s]
/proc/loadavg: 2.00 1.97 1.70 3/90 29400
/proc/meminfo: memFree=1695480/2055920 swapFree=4192812/4192956
[pid=29348] ppid=29346 vsize=868312 CPUtime=1800.01
/proc/29348/stat : 29348 (java) S 29346 29348 29154 0 -1 0 33108 590 1 0 179978 17 6 0 18 0 9 0 27181401 889151488 21177 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29348/statm: 217078 21177 2638 9 0 211536 0
[pid=29348/tid=29350] ppid=29346 vsize=868312 CPUtime=1799.35
/proc/29348/task/29350/stat : 29350 (java) R 29346 29348 29154 0 -1 64 24474 590 1 0 179917 12 6 0 25 0 9 0 27181402 889151488 21177 996147200 134512640 134550932 4294955968 18446744073709551615 4127164499 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29351] ppid=29346 vsize=868312 CPUtime=0.32
/proc/29348/task/29351/stat : 29351 (java) S 29346 29348 29154 0 -1 64 6835 590 0 0 24 2 6 0 16 0 9 0 27181403 889151488 21177 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29352] ppid=29346 vsize=868312 CPUtime=0.06
/proc/29348/task/29352/stat : 29352 (java) S 29346 29348 29154 0 -1 64 19 590 0 0 0 0 6 0 16 0 9 0 27181404 889151488 21177 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29353] ppid=29346 vsize=868312 CPUtime=0.06
/proc/29348/task/29353/stat : 29353 (java) S 29346 29348 29154 0 -1 64 10 590 0 0 0 0 6 0 16 0 9 0 27181404 889151488 21177 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29354] ppid=29346 vsize=868312 CPUtime=0.06
/proc/29348/task/29354/stat : 29354 (java) S 29346 29348 29154 0 -1 64 2 590 0 0 0 0 6 0 18 0 9 0 27181405 889151488 21177 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29355] ppid=29346 vsize=868312 CPUtime=0.42
/proc/29348/task/29355/stat : 29355 (java) S 29346 29348 29154 0 -1 64 925 590 0 0 36 0 6 0 16 0 9 0 27181406 889151488 21177 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29356] ppid=29346 vsize=868312 CPUtime=0.06
/proc/29348/task/29356/stat : 29356 (java) S 29346 29348 29154 0 -1 64 0 590 0 0 0 0 6 0 19 0 9 0 27181406 889151488 21177 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29357] ppid=29346 vsize=868312 CPUtime=0.06
/proc/29348/task/29357/stat : 29357 (java) S 29346 29348 29154 0 -1 64 31 590 0 0 0 0 6 0 15 0 9 0 27181406 889151488 21177 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 868312

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

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

[startup+1816.9 s]
/proc/loadavg: 2.00 1.97 1.70 3/90 29400
/proc/meminfo: memFree=1695480/2055920 swapFree=4192812/4192956
[pid=29348] ppid=29346 vsize=868312 CPUtime=1800.01
/proc/29348/stat : 29348 (java) S 29346 29348 29154 0 -1 0 33108 590 1 0 179978 17 6 0 18 0 9 0 27181401 889151488 21177 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29348/statm: 217078 21177 2638 9 0 211536 0
[pid=29348/tid=29350] ppid=29346 vsize=868312 CPUtime=1799.35
/proc/29348/task/29350/stat : 29350 (java) R 29346 29348 29154 0 -1 64 24474 590 1 0 179917 12 6 0 25 0 9 0 27181402 889151488 21177 996147200 134512640 134550932 4294955968 18446744073709551615 4127164499 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29351] ppid=29346 vsize=868312 CPUtime=0.32
/proc/29348/task/29351/stat : 29351 (java) S 29346 29348 29154 0 -1 64 6835 590 0 0 24 2 6 0 16 0 9 0 27181403 889151488 21177 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29352] ppid=29346 vsize=868312 CPUtime=0.06
/proc/29348/task/29352/stat : 29352 (java) S 29346 29348 29154 0 -1 64 19 590 0 0 0 0 6 0 16 0 9 0 27181404 889151488 21177 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29353] ppid=29346 vsize=868312 CPUtime=0.06
/proc/29348/task/29353/stat : 29353 (java) S 29346 29348 29154 0 -1 64 10 590 0 0 0 0 6 0 16 0 9 0 27181404 889151488 21177 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29354] ppid=29346 vsize=868312 CPUtime=0.06
/proc/29348/task/29354/stat : 29354 (java) S 29346 29348 29154 0 -1 64 2 590 0 0 0 0 6 0 18 0 9 0 27181405 889151488 21177 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29355] ppid=29346 vsize=868312 CPUtime=0.42
/proc/29348/task/29355/stat : 29355 (java) S 29346 29348 29154 0 -1 64 925 590 0 0 36 0 6 0 16 0 9 0 27181406 889151488 21177 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29356] ppid=29346 vsize=868312 CPUtime=0.06
/proc/29348/task/29356/stat : 29356 (java) S 29346 29348 29154 0 -1 64 0 590 0 0 0 0 6 0 19 0 9 0 27181406 889151488 21177 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29348/tid=29357] ppid=29346 vsize=868312 CPUtime=0.06
/proc/29348/task/29357/stat : 29357 (java) S 29346 29348 29154 0 -1 64 31 590 0 0 0 0 6 0 15 0 9 0 27181406 889151488 21177 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 868312

Child status: 143
Real time (s): 1816.97
CPU time (s): 1800.09
CPU user time (s): 1799.89
CPU system time (s): 0.19497
CPU usage (%): 99.071
Max. virtual memory (cumulated for all children) (KiB): 868400

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

runsolver used 2.40063 second user time and 5.87111 second system time

The end

Launcher Data

Begin job on node91 at 2009-07-12 14:19:28
IDJOB=2093349
IDBENCH=53528
IDSOLVER=773
FILE ID=node91/2093349-1247401168
PBS_JOBID= 9510470
Free space on /tmp= 66220 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/QCP-20/normalized-qcp-20-187-2_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-2093349-1247401168/watcher-2093349-1247401168 -o /tmp/evaluation-result-2093349-1247401168/solver-2093349-1247401168 -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-2093349-1247401168.xml

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

MD5SUM BENCH= e9b732fe17396018a0922ed0007fb34a
RANDOM SEED=330965007

node91.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.241
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.241
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1795296 kB
Buffers:         31364 kB
Cached:          97156 kB
SwapCached:          0 kB
Active:         165948 kB
Inactive:        42376 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1795296 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4960 kB
Writeback:           0 kB
Mapped:         100292 kB
Slab:            37464 kB
Committed_AS:  1000240 kB
PageTables:       1868 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66216 MiB
End job on node91 at 2009-07-12 14:49:47