Trace number 2094316

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 ESAC? (TO) 1800.22 1814.12

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-20.xml
MD5SUMbe35789960256c589543366605c747b5
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark109.014
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of constraints46582
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension46282
Global constraints used (with number of constraints)alldifferent(300)

Solver Data

0.02/0.09	
0.02/0.09	Abscon 112 (May, 2008)
0.18/0.25	
0.18/0.25	   configuration
0.18/0.25	     name=esac.xml
0.18/0.29	   
0.18/0.29	   instance
0.18/0.29	     name=HOME/instance-2094316-1247403406.xml
0.27/0.32	   
0.27/0.32	   domains being loaded...
0.27/0.34	   
0.27/0.34	   variables being loaded...
0.37/0.47	     nbVariables=700  nbDomainTypes=25  minDomainSize=1  maxDomainSize=45  nbTotalValues=16951
0.37/0.47	       =>  wckTime=0.213  cpuTime=0.15  mem=9M844
0.37/0.47	   
0.37/0.47	   predicates being loaded...
0.47/0.53	   
0.47/0.53	   constraints being loaded...
12.09/12.28	     nbConstraints=46584  nbGlobalConstraints=302  nbSingletonDomainVariables=28  nbConflictsStructures=18
12.09/12.28	     nbSharedConflictsStructures=7371  nbUnbuiltConflictsStructures=273  nbSharedBinaryRepresentations=0
12.09/12.28	     nbEvaluationManagers=291  nbSharedEvaluationManagers=45991  minDegree=202  maxDegree=351  minArity=4  avgArity=4.09
12.09/12.28	     maxArity=20  nbGenerators=2  nbFusions=0  symmetryWckTime=2.286  symmetryCpuTime=0.76
12.09/12.28	       =>  wckTime=12.023  cpuTime=8.97  mem=255M828
12.90/13.05	   
12.90/13.05	   solver IterativeSystematicSolver being built... 
15.38/15.59	   
15.48/15.60	   INFO : Forward propagation technique limited 
15.48/15.67	       =>  wckTime=15.414  cpuTime=10.46  mem=409M588
61.45/61.82	   
61.45/61.82	   INFO : Stopping ESAC
61.45/61.82	   
61.45/61.82	   preprocessing
61.45/61.82	     nbConstraintChecks=53725014  nbValidityChecks=90709646  nbPropagations=11494  nbRevisions=3735724
61.45/61.82	     nbUselessRevisions=3730203  nbSingletonTests=447  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0
61.45/61.82	     nbRemovedValues=0  detectedInconsistency=no
61.45/61.83	       =>  wckTime=46.151  cpuTime=45.88  mem=415M676
117.88/118.51	   
117.88/118.51	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=418M771)

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-2094316-1247403406/watcher-2094316-1247403406 -o /tmp/evaluation-result-2094316-1247403406/solver-2094316-1247403406 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2094316-1247403406.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 1.82 4/81 31897
/proc/meminfo: memFree=1680816/2055920 swapFree=4192812/4192956
[pid=31897] ppid=31895 vsize=1520 CPUtime=0
/proc/31897/stat : 31897 (java) R 31895 31897 31350 0 -1 0 92 0 0 0 0 0 0 0 19 0 1 0 27406001 1556480 74 996147200 134512640 134550932 4294956128 18446744073709551615 6751362 0 0 4096 0 0 0 0 17 0 0 0
/proc/31897/statm: 380 74 55 9 0 10 0

[startup+0.041362 s]
/proc/loadavg: 2.00 2.00 1.82 4/81 31897
/proc/meminfo: memFree=1680816/2055920 swapFree=4192812/4192956
[pid=31897] ppid=31895 vsize=861936 CPUtime=0.02
/proc/31897/stat : 31897 (java) S 31895 31897 31350 0 -1 0 2214 0 1 0 2 0 0 0 19 0 5 0 27406001 882622464 1832 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/31897/statm: 215484 1832 847 9 0 210399 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 861936

[startup+0.10137 s]
/proc/loadavg: 2.00 2.00 1.82 4/81 31897
/proc/meminfo: memFree=1680816/2055920 swapFree=4192812/4192956
[pid=31897] ppid=31895 vsize=865980 CPUtime=0.08
/proc/31897/stat : 31897 (java) S 31895 31897 31350 0 -1 0 3731 0 1 0 7 1 0 0 19 0 9 0 27406001 886763520 3199 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31897/statm: 216495 3199 1700 9 0 210980 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865980

[startup+0.301406 s]
/proc/loadavg: 2.00 2.00 1.82 4/81 31897
/proc/meminfo: memFree=1680816/2055920 swapFree=4192812/4192956
[pid=31897] ppid=31895 vsize=866380 CPUtime=0.27
/proc/31897/stat : 31897 (java) S 31895 31897 31350 0 -1 0 5897 0 1 0 24 3 0 0 19 0 9 0 27406001 887173120 5263 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31897/statm: 216595 5263 1983 9 0 211053 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 866380

[startup+0.701481 s]
/proc/loadavg: 2.00 2.00 1.82 4/81 31897
/proc/meminfo: memFree=1680816/2055920 swapFree=4192812/4192956
[pid=31897] ppid=31895 vsize=867780 CPUtime=0.68
/proc/31897/stat : 31897 (java) S 31895 31897 31350 0 -1 0 9248 0 1 0 63 5 0 0 19 0 9 0 27406001 888606720 8602 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31897/statm: 216945 8603 2038 9 0 211381 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867780

[startup+1.50262 s]
/proc/loadavg: 2.00 2.00 1.82 3/90 31906
/proc/meminfo: memFree=1634984/2055920 swapFree=4192812/4192956
[pid=31897] ppid=31895 vsize=867692 CPUtime=1.47
/proc/31897/stat : 31897 (java) S 31895 31897 31350 0 -1 0 18536 0 1 0 136 11 0 0 19 0 9 0 27406001 888516608 17864 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31897/statm: 216923 17864 2028 9 0 211381 0
[pid=31897/tid=31899] ppid=31895 vsize=867692 CPUtime=1.22
/proc/31897/task/31899/stat : 31899 (java) R 31895 31897 31350 0 -1 64 15794 0 1 0 113 9 0 0 25 0 9 0 27406002 888516608 17864 996147200 134512640 134550932 4294955968 18446744073709551615 4126562334 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31897/tid=31900] ppid=31895 vsize=867692 CPUtime=0.05
/proc/31897/task/31900/stat : 31900 (java) S 31895 31897 31350 0 -1 64 1361 0 0 0 5 0 0 0 16 0 9 0 27406004 888516608 17864 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31897/tid=31901] ppid=31895 vsize=867692 CPUtime=0
/proc/31897/task/31901/stat : 31901 (java) S 31895 31897 31350 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 27406004 888516608 17864 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31897/tid=31902] ppid=31895 vsize=867692 CPUtime=0
/proc/31897/task/31902/stat : 31902 (java) S 31895 31897 31350 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27406004 888516608 17864 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31897/tid=31903] ppid=31895 vsize=867692 CPUtime=0
/proc/31897/task/31903/stat : 31903 (java) S 31895 31897 31350 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 27406006 888516608 17864 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31897/tid=31904] ppid=31895 vsize=867692 CPUtime=0.17
/proc/31897/task/31904/stat : 31904 (java) S 31895 31897 31350 0 -1 64 680 0 0 0 17 0 0 0 16 0 9 0 27406006 888516608 17864 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31897/tid=31905] ppid=31895 vsize=867692 CPUtime=0
/proc/31897/task/31905/stat : 31905 (java) S 31895 31897 31350 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 27406006 888516608 17864 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31897/tid=31906] ppid=31895 vsize=867692 CPUtime=0
/proc/31897/task/31906/stat : 31906 (java) S 31895 31897 31350 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27406006 888516608 17864 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) 867692

[startup+3.10291 s]
/proc/loadavg: 2.00 2.00 1.82 3/90 31906
/proc/meminfo: memFree=1605928/2055920 swapFree=4192812/4192956
[pid=31897] ppid=31895 vsize=867692 CPUtime=3.07
/proc/31897/stat : 31897 (java) S 31895 31897 31350 0 -1 0 22788 0 1 0 293 14 0 0 19 0 9 0 27406001 888516608 22114 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31897/statm: 216923 22114 2028 9 0 211381 0
[pid=31897/tid=31899] ppid=31895 vsize=867692 CPUtime=2.61
/proc/31897/task/31899/stat : 31899 (java) R 31895 31897 31350 0 -1 64 15796 0 1 0 251 10 0 0 25 0 9 0 27406002 888516608 22114 996147200 134512640 134550932 4294955968 18446744073709551615 101450296 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31897/tid=31900] ppid=31895 vsize=867692 CPUtime=0.25
/proc/31897/task/31900/stat : 31900 (java) S 31895 31897 31350 0 -1 64 5610 0 0 0 23 2 0 0 16 0 9 0 27406004 888516608 22114 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31897/tid=31901] ppid=31895 vsize=867692 CPUtime=0
/proc/31897/task/31901/stat : 31901 (java) S 31895 31897 31350 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 27406004 888516608 22114 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31897/tid=31902] ppid=31895 vsize=867692 CPUtime=0
/proc/31897/task/31902/stat : 31902 (java) S 31895 31897 31350 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27406004 888516608 22114 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31897/tid=31903] ppid=31895 vsize=867692 CPUtime=0
/proc/31897/task/31903/stat : 31903 (java) S 31895 31897 31350 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 27406006 888516608 22114 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31897/tid=31904] ppid=31895 vsize=867692 CPUtime=0.17
/proc/31897/task/31904/stat : 31904 (java) S 31895 31897 31350 0 -1 64 681 0 0 0 17 0 0 0 17 0 9 0 27406006 888516608 22114 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31897/tid=31905] ppid=31895 vsize=867692 CPUtime=0
/proc/31897/task/31905/stat : 31905 (java) S 31895 31897 31350 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 27406006 888516608 22114 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31897/tid=31906] ppid=31895 vsize=867692 CPUtime=0
/proc/31897/task/31906/stat : 31906 (java) S 31895 31897 31350 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27406006 888516608 22114 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 867692

[startup+6.3015 s]
/proc/loadavg: 2.00 2.00 1.82 3/90 31906
/proc/meminfo: memFree=1556072/2055920 swapFree=4192812/4192956
[pid=31897] ppid=31895 vsize=867692 CPUtime=6.25
/proc/31897/stat : 31897 (java) S 31895 31897 31350 0 -1 0 39011 0 1 0 547 78 0 0 19 0 9 0 27406001 888516608 38332 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31897/statm: 216923 38332 2029 9 0 211381 0
[pid=31897/tid=31899] ppid=31895 vsize=867696 CPUtime=5.27
/proc/31897/task/31899/stat : 31899 (java) R 31895 31897 31350 0 -1 64 15822 0 1 0 460 67 0 0 25 0 9 0 27406002 888520704 38332 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31897/tid=31900] ppid=31895 vsize=867692 CPUtime=0.69
/proc/31897/task/31900/stat : 31900 (java) S 31895 31897 31350 0 -1 64 21741 0 0 0 60 9 0 0 17 0 9 0 27406004 888516608 38332 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31897/tid=31901] ppid=31895 vsize=867696 CPUtime=0
/proc/31897/task/31901/stat : 31901 (java) S 31895 31897 31350 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 27406004 888520704 38332 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31897/tid=31902] ppid=31895 vsize=867692 CPUtime=0
/proc/31897/task/31902/stat : 31902 (java) S 31895 31897 31350 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27406004 888516608 38332 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31897/tid=31903] ppid=31895 vsize=867692 CPUtime=0
/proc/31897/task/31903/stat : 31903 (java) S 31895 31897 31350 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 27406006 888516608 38332 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31897/tid=31904] ppid=31895 vsize=867696 CPUtime=0.25
/proc/31897/task/31904/stat : 31904 (java) S 31895 31897 31350 0 -1 64 747 0 0 0 25 0 0 0 15 0 9 0 27406006 888520704 38332 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31897/tid=31905] ppid=31895 vsize=867692 CPUtime=0
/proc/31897/task/31905/stat : 31905 (java) S 31895 31897 31350 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 27406006 888516608 38332 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31897/tid=31906] ppid=31895 vsize=867692 CPUtime=0
/proc/31897/task/31906/stat : 31906 (java) S 31895 31897 31350 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27406006 888516608 38332 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 867692

[startup+12.7027 s]
/proc/loadavg: 2.00 2.00 1.82 5/92 31910
/proc/meminfo: memFree=1402200/2055920 swapFree=4192812/4192956
[pid=31897] ppid=31895 vsize=868844 CPUtime=12.6
/proc/31897/stat : 31897 (java) S 31895 31897 31350 0 -1 0 124481 4136 1 0 927 206 121 6 19 0 9 0 27406001 889696256 69922 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31897/statm: 217211 69922 2091 9 0 211669 0
[pid=31897/tid=31899] ppid=31895 vsize=868844 CPUtime=10.42
/proc/31897/task/31899/stat : 31899 (java) S 31895 31897 31350 0 -1 64 20686 4136 1 0 743 172 121 6 18 0 9 0 27406002 889696256 69922 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31897/tid=31900] ppid=31895 vsize=868844 CPUtime=3.1
/proc/31897/task/31900/stat : 31900 (java) R 31895 31897 31350 0 -1 64 101994 4136 0 0 153 30 121 6 19 0 9 0 27406004 889696256 69922 996147200 134512640 134550932 4294955968 18446744073709551615 102758168 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31897/tid=31901] ppid=31895 vsize=868844 CPUtime=1.27
/proc/31897/task/31901/stat : 31901 (java) S 31895 31897 31350 0 -1 64 15 4136 0 0 0 0 121 6 16 0 9 0 27406004 889696256 69922 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31897/tid=31902] ppid=31895 vsize=868844 CPUtime=1.27
/proc/31897/task/31902/stat : 31902 (java) S 31895 31897 31350 0 -1 64 5 4136 0 0 0 0 121 6 16 0 9 0 27406004 889696256 69922 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31897/tid=31903] ppid=31895 vsize=868844 CPUtime=1.27
/proc/31897/task/31903/stat : 31903 (java) S 31895 31897 31350 0 -1 64 1 4136 0 0 0 0 121 6 24 0 9 0 27406006 889696256 69922 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31897/tid=31904] ppid=31895 vsize=868844 CPUtime=1.56
/proc/31897/task/31904/stat : 31904 (java) S 31895 31897 31350 0 -1 64 951 4136 0 0 29 0 121 6 15 0 9 0 27406006 889696256 69922 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31897/tid=31905] ppid=31895 vsize=868844 CPUtime=1.27
/proc/31897/task/31905/stat : 31905 (java) S 31895 31897 31350 0 -1 64 1 4136 0 0 0 0 121 6 24 0 9 0 27406006 889696256 69922 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31897/tid=31906] ppid=31895 vsize=868844 CPUtime=1.27
/proc/31897/task/31906/stat : 31906 (java) S 31895 31897 31350 0 -1 64 16 4136 0 0 0 0 121 6 15 0 9 0 27406006 889696256 69922 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 868844

[startup+25.502 s]
/proc/loadavg: 2.07 2.02 1.83 3/90 31910
/proc/meminfo: memFree=1243488/2055920 swapFree=4192812/4192956
[pid=31897] ppid=31895 vsize=868428 CPUtime=25.33
/proc/31897/stat : 31897 (java) S 31895 31897 31350 0 -1 0 176697 4136 1 0 2181 225 121 6 19 0 9 0 27406001 889270272 111579 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31897/statm: 217107 111579 2662 9 0 211543 0
[pid=31897/tid=31899] ppid=31895 vsize=868428 CPUtime=21.66
/proc/31897/task/31899/stat : 31899 (java) R 31895 31897 31350 0 -1 64 28946 4136 1 0 1866 173 121 6 25 0 9 0 27406002 889270272 111579 996147200 134512640 134550932 4294955968 18446744073709551615 4126952743 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31897/tid=31900] ppid=31895 vsize=868428 CPUtime=4.52
/proc/31897/task/31900/stat : 31900 (java) S 31895 31897 31350 0 -1 64 145864 4136 0 0 278 47 121 6 16 0 9 0 27406004 889270272 111579 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31897/tid=31901] ppid=31895 vsize=868428 CPUtime=1.27
/proc/31897/task/31901/stat : 31901 (java) S 31895 31897 31350 0 -1 64 18 4136 0 0 0 0 121 6 15 0 9 0 27406004 889270272 111579 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31897/tid=31902] ppid=31895 vsize=868428 CPUtime=1.27
/proc/31897/task/31902/stat : 31902 (java) S 31895 31897 31350 0 -1 64 26 4136 0 0 0 0 121 6 16 0 9 0 27406004 889270272 111579 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31897/tid=31903] ppid=31895 vsize=868428 CPUtime=1.27
/proc/31897/task/31903/stat : 31903 (java) S 31895 31897 31350 0 -1 64 1 4136 0 0 0 0 121 6 24 0 9 0 27406006 889270272 111579 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31897/tid=31904] ppid=31895 vsize=868428 CPUtime=1.63
/proc/31897/task/31904/stat : 31904 (java) S 31895 31897 31350 0 -1 64 1013 4136 0 0 36 0 121 6 15 0 9 0 27406006 889270272 111579 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31897/tid=31905] ppid=31895 vsize=868428 CPUtime=1.27
/proc/31897/task/31905/stat : 31905 (java) S 31895 31897 31350 0 -1 64 1 4136 0 0 0 0 121 6 24 0 9 0 27406006 889270272 111579 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31897/tid=31906] ppid=31895 vsize=868428 CPUtime=1.27
/proc/31897/task/31906/stat : 31906 (java) S 31895 31897 31350 0 -1 64 16 4136 0 0 0 0 121 6 15 0 9 0 27406006 889270272 111579 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 868428

[startup+51.1016 s]
/proc/loadavg: 2.05 2.01 1.83 3/90 31910
/proc/meminfo: memFree=1243424/2055920 swapFree=4192812/4192956
[pid=31897] ppid=31895 vsize=868428 CPUtime=50.8
/proc/31897/stat : 31897 (java) S 31895 31897 31350 0 -1 0 176702 4136 1 0 4728 225 121 6 19 0 9 0 27406001 889270272 111581 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31897/statm: 217107 111581 2662 9 0 211543 0
[pid=31897/tid=31899] ppid=31895 vsize=868428 CPUtime=47.12
/proc/31897/task/31899/stat : 31899 (java) R 31895 31897 31350 0 -1 64 28946 4136 1 0 4412 173 121 6 25 0 9 0 27406002 889270272 111581 996147200 134512640 134550932 4294955968 18446744073709551615 4126947600 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31897/tid=31900] ppid=31895 vsize=868428 CPUtime=4.52
/proc/31897/task/31900/stat : 31900 (java) S 31895 31897 31350 0 -1 64 145864 4136 0 0 278 47 121 6 16 0 9 0 27406004 889270272 111581 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31897/tid=31901] ppid=31895 vsize=868428 CPUtime=1.27
/proc/31897/task/31901/stat : 31901 (java) S 31895 31897 31350 0 -1 64 18 4136 0 0 0 0 121 6 15 0 9 0 27406004 889270272 111581 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31897/tid=31902] ppid=31895 vsize=868428 CPUtime=1.27
/proc/31897/task/31902/stat : 31902 (java) S 31895 31897 31350 0 -1 64 26 4136 0 0 0 0 121 6 16 0 9 0 27406004 889270272 111581 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31897/tid=31903] ppid=31895 vsize=868428 CPUtime=1.27
/proc/31897/task/31903/stat : 31903 (java) S 31895 31897 31350 0 -1 64 1 4136 0 0 0 0 121 6 24 0 9 0 27406006 889270272 111581 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31897/tid=31904] ppid=31895 vsize=868428 CPUtime=1.63
/proc/31897/task/31904/stat : 31904 (java) S 31895 31897 31350 0 -1 64 1018 4136 0 0 36 0 121 6 16 0 9 0 27406006 889270272 111581 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31897/tid=31905] ppid=31895 vsize=868428 CPUtime=1.27
/proc/31897/task/31905/stat : 31905 (java) S 31895 31897 31350 0 -1 64 1 4136 0 0 0 0 121 6 24 0 9 0 27406006 889270272 111581 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

Current children cumulated CPU time (s) 1471.52
Current children cumulated vsize (KiB) 868428

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/90 31957
/proc/meminfo: memFree=1262712/2055920 swapFree=4192812/4192956
[pid=31897] ppid=31895 vsize=868428 CPUtime=1530.95
/proc/31897/stat : 31897 (java) S 31895 31897 31350 0 -1 0 176789 4136 1 0 152741 227 121 6 19 0 9 0 27406001 889270272 111626 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31897/statm: 217107 111626 2662 9 0 211543 0
[pid=31897/tid=31899] ppid=31895 vsize=868428 CPUtime=1527.2
/proc/31897/task/31899/stat : 31899 (java) R 31895 31897 31350 0 -1 64 28979 4136 1 0 152418 175 121 6 25 0 9 0 27406002 889270272 111626 996147200 134512640 134550932 4294955968 18446744073709551615 4127391195 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31897/tid=31900] ppid=31895 vsize=868428 CPUtime=4.52
/proc/31897/task/31900/stat : 31900 (java) S 31895 31897 31350 0 -1 64 145864 4136 0 0 278 47 121 6 16 0 9 0 27406004 889270272 111626 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31897/tid=31901] ppid=31895 vsize=868428 CPUtime=1.27
/proc/31897/task/31901/stat : 31901 (java) S 31895 31897 31350 0 -1 64 18 4136 0 0 0 0 121 6 15 0 9 0 27406004 889270272 111626 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31897/tid=31902] ppid=31895 vsize=868428 CPUtime=1.27
/proc/31897/task/31902/stat : 31902 (java) S 31895 31897 31350 0 -1 64 26 4136 0 0 0 0 121 6 16 0 9 0 27406004 889270272 111626 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31897/tid=31903] ppid=31895 vsize=868428 CPUtime=1.27
/proc/31897/task/31903/stat : 31903 (java) S 31895 31897 31350 0 -1 64 1 4136 0 0 0 0 121 6 24 0 9 0 27406006 889270272 111626 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31897/tid=31904] ppid=31895 vsize=868428 CPUtime=1.72
/proc/31897/task/31904/stat : 31904 (java) S 31895 31897 31350 0 -1 64 1072 4136 0 0 44 1 121 6 16 0 9 0 27406006 889270272 111626 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31897/tid=31905] ppid=31895 vsize=868428 CPUtime=1.27
/proc/31897/task/31905/stat : 31905 (java) S 31895 31897 31350 0 -1 64 1 4136 0 0 0 0 121 6 24 0 9 0 27406006 889270272 111626 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31897/tid=31906] ppid=31895 vsize=868428 CPUtime=1.27
/proc/31897/task/31906/stat : 31906 (java) S 31895 31897 31350 0 -1 64 16 4136 0 0 0 0 121 6 15 0 9 0 27406006 889270272 111626 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1530.95
Current children cumulated vsize (KiB) 868428

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/90 31957
/proc/meminfo: memFree=1262776/2055920 swapFree=4192812/4192956
[pid=31897] ppid=31895 vsize=868428 CPUtime=1590.39
/proc/31897/stat : 31897 (java) S 31895 31897 31350 0 -1 0 176789 4136 1 0 158685 227 121 6 19 0 9 0 27406001 889270272 111626 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31897/statm: 217107 111626 2662 9 0 211543 0
[pid=31897/tid=31899] ppid=31895 vsize=868428 CPUtime=1586.63
/proc/31897/task/31899/stat : 31899 (java) R 31895 31897 31350 0 -1 64 28979 4136 1 0 158361 175 121 6 25 0 9 0 27406002 889270272 111626 996147200 134512640 134550932 4294955968 18446744073709551615 4126949975 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31897/tid=31900] ppid=31895 vsize=868428 CPUtime=4.52
/proc/31897/task/31900/stat : 31900 (java) S 31895 31897 31350 0 -1 64 145864 4136 0 0 278 47 121 6 16 0 9 0 27406004 889270272 111626 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31897/tid=31901] ppid=31895 vsize=868428 CPUtime=1.27
/proc/31897/task/31901/stat : 31901 (java) S 31895 31897 31350 0 -1 64 18 4136 0 0 0 0 121 6 15 0 9 0 27406004 889270272 111626 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31897/tid=31902] ppid=31895 vsize=868428 CPUtime=1.27
/proc/31897/task/31902/stat : 31902 (java) S 31895 31897 31350 0 -1 64 26 4136 0 0 0 0 121 6 16 0 9 0 27406004 889270272 111626 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31897/tid=31903] ppid=31895 vsize=868428 CPUtime=1.27
/proc/31897/task/31903/stat : 31903 (java) S 31895 31897 31350 0 -1 64 1 4136 0 0 0 0 121 6 24 0 9 0 27406006 889270272 111626 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31897/tid=31904] ppid=31895 vsize=868428 CPUtime=1.72
/proc/31897/task/31904/stat : 31904 (java) S 31895 31897 31350 0 -1 64 1072 4136 0 0 44 1 121 6 16 0 9 0 27406006 889270272 111626 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31897/tid=31905] ppid=31895 vsize=868428 CPUtime=1.27
/proc/31897/task/31905/stat : 31905 (java) S 31895 31897 31350 0 -1 64 1 4136 0 0 0 0 121 6 24 0 9 0 27406006 889270272 111626 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31897/tid=31906] ppid=31895 vsize=868428 CPUtime=1.27
/proc/31897/task/31906/stat : 31906 (java) S 31895 31897 31350 0 -1 64 16 4136 0 0 0 0 121 6 15 0 9 0 27406006 889270272 111626 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1590.39
Current children cumulated vsize (KiB) 868428

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/90 31957
/proc/meminfo: memFree=1262776/2055920 swapFree=4192812/4192956
[pid=31897] ppid=31895 vsize=868428 CPUtime=1649.82
/proc/31897/stat : 31897 (java) S 31895 31897 31350 0 -1 0 176789 4136 1 0 164628 227 121 6 19 0 9 0 27406001 889270272 111626 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31897/statm: 217107 111626 2662 9 0 211543 0
[pid=31897/tid=31899] ppid=31895 vsize=868428 CPUtime=1646.06
/proc/31897/task/31899/stat : 31899 (java) R 31895 31897 31350 0 -1 64 28979 4136 1 0 164304 175 121 6 25 0 9 0 27406002 889270272 111626 996147200 134512640 134550932 4294955968 18446744073709551615 4127402381 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31897/tid=31900] ppid=31895 vsize=868428 CPUtime=4.52
/proc/31897/task/31900/stat : 31900 (java) S 31895 31897 31350 0 -1 64 145864 4136 0 0 278 47 121 6 16 0 9 0 27406004 889270272 111626 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31897/tid=31901] ppid=31895 vsize=868428 CPUtime=1.27
/proc/31897/task/31901/stat : 31901 (java) S 31895 31897 31350 0 -1 64 18 4136 0 0 0 0 121 6 15 0 9 0 27406004 889270272 111626 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31897/tid=31902] ppid=31895 vsize=868428 CPUtime=1.27
/proc/31897/task/31902/stat : 31902 (java) S 31895 31897 31350 0 -1 64 26 4136 0 0 0 0 121 6 16 0 9 0 27406004 889270272 111626 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31897/tid=31903] ppid=31895 vsize=868428 CPUtime=1.27
/proc/31897/task/31903/stat : 31903 (java) S 31895 31897 31350 0 -1 64 1 4136 0 0 0 0 121 6 24 0 9 0 27406006 889270272 111626 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31897/tid=31904] ppid=31895 vsize=868428 CPUtime=1.72
/proc/31897/task/31904/stat : 31904 (java) S 31895 31897 31350 0 -1 64 1072 4136 0 0 44 1 121 6 16 0 9 0 27406006 889270272 111626 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31897/tid=31905] ppid=31895 vsize=868428 CPUtime=1.27
/proc/31897/task/31905/stat : 31905 (java) S 31895 31897 31350 0 -1 64 1 4136 0 0 0 0 121 6 24 0 9 0 27406006 889270272 111626 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31897/tid=31906] ppid=31895 vsize=868428 CPUtime=1.27
/proc/31897/task/31906/stat : 31906 (java) S 31895 31897 31350 0 -1 64 16 4136 0 0 0 0 121 6 15 0 9 0 27406006 889270272 111626 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1649.82
Current children cumulated vsize (KiB) 868428

[startup+1722.3 s]
/proc/loadavg: 2.10 2.03 1.92 3/90 31957
/proc/meminfo: memFree=1262712/2055920 swapFree=4192812/4192956
[pid=31897] ppid=31895 vsize=868428 CPUtime=1709.26
/proc/31897/stat : 31897 (java) S 31895 31897 31350 0 -1 0 176789 4136 1 0 170572 227 121 6 19 0 9 0 27406001 889270272 111626 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31897/statm: 217107 111626 2662 9 0 211543 0
[pid=31897/tid=31899] ppid=31895 vsize=868428 CPUtime=1705.5
/proc/31897/task/31899/stat : 31899 (java) R 31895 31897 31350 0 -1 64 28979 4136 1 0 170248 175 121 6 25 0 9 0 27406002 889270272 111626 996147200 134512640 134550932 4294955968 18446744073709551615 4126466664 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31897/tid=31900] ppid=31895 vsize=868428 CPUtime=4.52
/proc/31897/task/31900/stat : 31900 (java) S 31895 31897 31350 0 -1 64 145864 4136 0 0 278 47 121 6 16 0 9 0 27406004 889270272 111626 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31897/tid=31901] ppid=31895 vsize=868428 CPUtime=1.27
/proc/31897/task/31901/stat : 31901 (java) S 31895 31897 31350 0 -1 64 18 4136 0 0 0 0 121 6 15 0 9 0 27406004 889270272 111626 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31897/tid=31902] ppid=31895 vsize=868428 CPUtime=1.27
/proc/31897/task/31902/stat : 31902 (java) S 31895 31897 31350 0 -1 64 26 4136 0 0 0 0 121 6 16 0 9 0 27406004 889270272 111626 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31897/tid=31903] ppid=31895 vsize=868428 CPUtime=1.27
/proc/31897/task/31903/stat : 31903 (java) S 31895 31897 31350 0 -1 64 1 4136 0 0 0 0 121 6 24 0 9 0 27406006 889270272 111626 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31897/tid=31904] ppid=31895 vsize=868428 CPUtime=1.72
/proc/31897/task/31904/stat : 31904 (java) S 31895 31897 31350 0 -1 64 1072 4136 0 0 44 1 121 6 16 0 9 0 27406006 889270272 111626 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31897/tid=31905] ppid=31895 vsize=868428 CPUtime=1.27
/proc/31897/task/31905/stat : 31905 (java) S 31895 31897 31350 0 -1 64 1 4136 0 0 0 0 121 6 24 0 9 0 27406006 889270272 111626 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31897/tid=31906] ppid=31895 vsize=868428 CPUtime=1.27
/proc/31897/task/31906/stat : 31906 (java) S 31895 31897 31350 0 -1 64 16 4136 0 0 0 0 121 6 15 0 9 0 27406006 889270272 111626 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1709.26
Current children cumulated vsize (KiB) 868428

[startup+1782.3 s]
/proc/loadavg: 2.12 2.05 1.93 3/90 31957
/proc/meminfo: memFree=1262584/2055920 swapFree=4192812/4192956
[pid=31897] ppid=31895 vsize=868428 CPUtime=1768.69
/proc/31897/stat : 31897 (java) S 31895 31897 31350 0 -1 0 176789 4136 1 0 176515 227 121 6 19 0 9 0 27406001 889270272 111626 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31897/statm: 217107 111626 2662 9 0 211543 0
[pid=31897/tid=31899] ppid=31895 vsize=868428 CPUtime=1764.93
/proc/31897/task/31899/stat : 31899 (java) R 31895 31897 31350 0 -1 64 28979 4136 1 0 176191 175 121 6 25 0 9 0 27406002 889270272 111626 996147200 134512640 134550932 4294955968 18446744073709551615 4126095954 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31897/tid=31900] ppid=31895 vsize=868428 CPUtime=4.52
/proc/31897/task/31900/stat : 31900 (java) S 31895 31897 31350 0 -1 64 145864 4136 0 0 278 47 121 6 16 0 9 0 27406004 889270272 111626 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31897/tid=31901] ppid=31895 vsize=868428 CPUtime=1.27
/proc/31897/task/31901/stat : 31901 (java) S 31895 31897 31350 0 -1 64 18 4136 0 0 0 0 121 6 15 0 9 0 27406004 889270272 111626 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31897/tid=31902] ppid=31895 vsize=868428 CPUtime=1.27
/proc/31897/task/31902/stat : 31902 (java) S 31895 31897 31350 0 -1 64 26 4136 0 0 0 0 121 6 16 0 9 0 27406004 889270272 111626 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31897/tid=31903] ppid=31895 vsize=868428 CPUtime=1.27
/proc/31897/task/31903/stat : 31903 (java) S 31895 31897 31350 0 -1 64 1 4136 0 0 0 0 121 6 24 0 9 0 27406006 889270272 111626 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31897/tid=31904] ppid=31895 vsize=868428 CPUtime=1.72
/proc/31897/task/31904/stat : 31904 (java) S 31895 31897 31350 0 -1 64 1072 4136 0 0 44 1 121 6 16 0 9 0 27406006 889270272 111626 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31897/tid=31905] ppid=31895 vsize=868428 CPUtime=1.27
/proc/31897/task/31905/stat : 31905 (java) S 31895 31897 31350 0 -1 64 1 4136 0 0 0 0 121 6 24 0 9 0 27406006 889270272 111626 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31897/tid=31906] ppid=31895 vsize=868428 CPUtime=1.27
/proc/31897/task/31906/stat : 31906 (java) S 31895 31897 31350 0 -1 64 16 4136 0 0 0 0 121 6 15 0 9 0 27406006 889270272 111626 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1768.69
Current children cumulated vsize (KiB) 868428



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814 s]
/proc/loadavg: 2.14 2.06 1.94 3/90 31957
/proc/meminfo: memFree=1262584/2055920 swapFree=4192812/4192956
[pid=31897] ppid=31895 vsize=868428 CPUtime=1800.09
/proc/31897/stat : 31897 (java) S 31895 31897 31350 0 -1 0 176789 4136 1 0 179655 227 121 6 19 0 9 0 27406001 889270272 111626 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31897/statm: 217107 111626 2662 9 0 211543 0
[pid=31897/tid=31899] ppid=31895 vsize=868428 CPUtime=1796.33
/proc/31897/task/31899/stat : 31899 (java) R 31895 31897 31350 0 -1 64 28979 4136 1 0 179331 175 121 6 25 0 9 0 27406002 889270272 111626 996147200 134512640 134550932 4294955968 18446744073709551615 4127389631 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31897/tid=31900] ppid=31895 vsize=868428 CPUtime=4.52
/proc/31897/task/31900/stat : 31900 (java) S 31895 31897 31350 0 -1 64 145864 4136 0 0 278 47 121 6 16 0 9 0 27406004 889270272 111626 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31897/tid=31901] ppid=31895 vsize=868428 CPUtime=1.27
/proc/31897/task/31901/stat : 31901 (java) S 31895 31897 31350 0 -1 64 18 4136 0 0 0 0 121 6 15 0 9 0 27406004 889270272 111626 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31897/tid=31902] ppid=31895 vsize=868428 CPUtime=1.27
/proc/31897/task/31902/stat : 31902 (java) S 31895 31897 31350 0 -1 64 26 4136 0 0 0 0 121 6 16 0 9 0 27406004 889270272 111626 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31897/tid=31903] ppid=31895 vsize=868428 CPUtime=1.27
/proc/31897/task/31903/stat : 31903 (java) S 31895 31897 31350 0 -1 64 1 4136 0 0 0 0 121 6 24 0 9 0 27406006 889270272 111626 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31897/tid=31904] ppid=31895 vsize=868428 CPUtime=1.72
/proc/31897/task/31904/stat : 31904 (java) S 31895 31897 31350 0 -1 64 1072 4136 0 0 44 1 121 6 16 0 9 0 27406006 889270272 111626 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31897/tid=31905] ppid=31895 vsize=868428 CPUtime=1.27
/proc/31897/task/31905/stat : 31905 (java) S 31895 31897 31350 0 -1 64 1 4136 0 0 0 0 121 6 24 0 9 0 27406006 889270272 111626 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31897/tid=31906] ppid=31895 vsize=868428 CPUtime=1.27
/proc/31897/task/31906/stat : 31906 (java) S 31895 31897 31350 0 -1 64 16 4136 0 0 0 0 121 6 15 0 9 0 27406006 889270272 111626 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 868428

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

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

[startup+1814.11 s]
/proc/loadavg: 2.14 2.06 1.94 3/90 31957
/proc/meminfo: memFree=1262584/2055920 swapFree=4192812/4192956
[pid=31897] ppid=31895 vsize=0 CPUtime=1800.2
/proc/31897/stat : 31897 (java) Z 31895 31897 31350 0 -1 1036 176819 4136 1 0 179660 233 121 6 16 0 2 0 27406001 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31897/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1814.12
CPU time (s): 1800.22
CPU user time (s): 1797.82
CPU system time (s): 2.39864
CPU usage (%): 99.2339
Max. virtual memory (cumulated for all children) (KiB): 893420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.82
system time used= 2.39864
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 180955
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= 39133
involuntary context switches= 36385

runsolver used 2.23066 second user time and 6.03108 second system time

The end

Launcher Data

Begin job on node84 at 2009-07-12 14:56:46
IDJOB=2094316
IDBENCH=54128
IDSOLVER=774
FILE ID=node84/2094316-1247403406
PBS_JOBID= 9510484
Free space on /tmp= 66308 MiB

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

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

MD5SUM BENCH= be35789960256c589543366605c747b5
RANDOM SEED=2060667289

node84.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.259
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.259
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:       1681304 kB
Buffers:         33112 kB
Cached:         125464 kB
SwapCached:          0 kB
Active:         251280 kB
Inactive:        67652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1681304 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8544 kB
Writeback:           0 kB
Mapped:         178708 kB
Slab:            40732 kB
Committed_AS:  1009076 kB
PageTables:       2032 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66300 MiB
End job on node84 at 2009-07-12 15:27:02