Trace number 2094288

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.16 1801.03

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-10.xml
MD5SUM2a82fd0e6a406c196682c347f06803ad
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark125.758
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints64588
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension64388
Global constraints used (with number of constraints)alldifferent(200)

Solver Data

0.03/0.09	
0.03/0.09	Abscon 112 (May, 2008)
0.19/0.25	
0.19/0.25	   configuration
0.19/0.25	     name=esac.xml
0.19/0.28	   
0.19/0.28	   instance
0.19/0.28	     name=HOME/instance-2094288-1247403304.xml
0.29/0.31	   
0.29/0.32	   domains being loaded...
0.29/0.33	   
0.29/0.33	   variables being loaded...
0.39/0.48	     nbVariables=800  nbDomainTypes=11  minDomainSize=1  maxDomainSize=45  nbTotalValues=19396
0.39/0.48	       =>  wckTime=0.226  cpuTime=0.15  mem=10M818
0.39/0.48	   
0.39/0.48	   predicates being loaded...
0.49/0.53	   
0.49/0.53	   constraints being loaded...
16.36/16.41	     nbConstraints=64589  nbGlobalConstraints=201  nbSingletonDomainVariables=40  nbConflictsStructures=14
16.36/16.41	     nbSharedConflictsStructures=13602  nbUnbuiltConflictsStructures=40  nbSharedBinaryRepresentations=0
16.36/16.41	     nbEvaluationManagers=54  nbSharedEvaluationManagers=64334  minDegree=277  maxDegree=384  minArity=4  avgArity=4.04
16.36/16.41	     maxArity=20  nbGenerators=1  nbFusions=0  symmetryWckTime=3.353  symmetryCpuTime=0.97
16.36/16.41	       =>  wckTime=16.161  cpuTime=11.87  mem=344M90
17.35/17.49	   
17.35/17.49	   solver IterativeSystematicSolver being built... 
21.02/21.10	   
21.02/21.12	   INFO : Forward propagation technique limited 
21.13/21.26	       =>  wckTime=21.007  cpuTime=14.0  mem=568M578
65.09/65.28	   
65.09/65.28	   INFO : Stopping ESAC
65.09/65.28	   
65.09/65.28	   preprocessing
65.09/65.28	     nbConstraintChecks=32011905  nbValidityChecks=139079145  nbPropagations=15529  nbRevisions=6198708
65.09/65.28	     nbUselessRevisions=6191682  nbSingletonTests=510  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0
65.09/65.28	     nbRemovedValues=0  detectedInconsistency=no
65.09/65.28	       =>  wckTime=44.019  cpuTime=43.95  mem=577M533
191.74/191.91	   
191.74/191.91	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=581M563)

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-2094288-1247403304/watcher-2094288-1247403304 -o /tmp/evaluation-result-2094288-1247403304/solver-2094288-1247403304 -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-2094288-1247403304.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.04 1.97 1.77 4/80 29402
/proc/meminfo: memFree=1758928/2055920 swapFree=4192812/4192956
[pid=29402] ppid=29400 vsize=18576 CPUtime=0
/proc/29402/stat : 29402 (runsolver) R 29400 29402 28551 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 27394222 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 258939088167 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/29402/statm: 4644 284 249 26 0 2626 0

[startup+0.043567 s]
/proc/loadavg: 2.04 1.97 1.77 4/80 29402
/proc/meminfo: memFree=1758928/2055920 swapFree=4192812/4192956
[pid=29402] ppid=29400 vsize=861936 CPUtime=0.03
/proc/29402/stat : 29402 (java) S 29400 29402 28551 0 -1 0 2294 0 1 0 2 1 0 0 18 0 5 0 27394222 882622464 1894 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/29402/statm: 215484 1894 867 9 0 210399 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 861936

[startup+0.109255 s]
/proc/loadavg: 2.04 1.97 1.77 4/80 29402
/proc/meminfo: memFree=1758928/2055920 swapFree=4192812/4192956
[pid=29402] ppid=29400 vsize=865984 CPUtime=0.09
/proc/29402/stat : 29402 (java) S 29400 29402 28551 0 -1 0 3837 0 1 0 7 2 0 0 18 0 9 0 27394222 886767616 3280 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29402/statm: 216496 3280 1731 9 0 210981 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865984

[startup+0.301283 s]
/proc/loadavg: 2.04 1.97 1.77 4/80 29402
/proc/meminfo: memFree=1758928/2055920 swapFree=4192812/4192956
[pid=29402] ppid=29400 vsize=866380 CPUtime=0.29
/proc/29402/stat : 29402 (java) S 29400 29402 28551 0 -1 0 5959 0 1 0 25 4 0 0 18 0 9 0 27394222 887173120 5325 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29402/statm: 216595 5326 1984 9 0 211053 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866380

[startup+0.701356 s]
/proc/loadavg: 2.04 1.97 1.77 4/80 29402
/proc/meminfo: memFree=1758928/2055920 swapFree=4192812/4192956
[pid=29402] ppid=29400 vsize=867784 CPUtime=0.69
/proc/29402/stat : 29402 (java) S 29400 29402 28551 0 -1 0 9523 0 1 0 62 7 0 0 18 0 9 0 27394222 888610816 8877 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29402/statm: 216946 8878 2038 9 0 211382 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 867784

[startup+1.5025 s]
/proc/loadavg: 2.04 1.97 1.77 3/89 29411
/proc/meminfo: memFree=1711432/2055920 swapFree=4192812/4192956
[pid=29402] ppid=29400 vsize=867696 CPUtime=1.49
/proc/29402/stat : 29402 (java) S 29400 29402 28551 0 -1 0 18556 0 1 0 137 12 0 0 18 0 9 0 27394222 888520704 17884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29402/statm: 216924 17884 2028 9 0 211382 0
[pid=29402/tid=29404] ppid=29400 vsize=867696 CPUtime=1.24
/proc/29402/task/29404/stat : 29404 (java) R 29400 29402 28551 0 -1 64 15793 0 1 0 115 9 0 0 18 0 9 0 27394224 888520704 17884 996147200 134512640 134550932 4294955968 18446744073709551615 104749878 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29402/tid=29405] ppid=29400 vsize=867696 CPUtime=0.05
/proc/29402/task/29405/stat : 29405 (java) S 29400 29402 28551 0 -1 64 1378 0 0 0 5 0 0 0 17 0 9 0 27394225 888520704 17884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29402/tid=29406] ppid=29400 vsize=867696 CPUtime=0
/proc/29402/task/29406/stat : 29406 (java) S 29400 29402 28551 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27394225 888520704 17884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29402/tid=29407] ppid=29400 vsize=867696 CPUtime=0
/proc/29402/task/29407/stat : 29407 (java) S 29400 29402 28551 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27394225 888520704 17884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29402/tid=29408] ppid=29400 vsize=867696 CPUtime=0
/proc/29402/task/29408/stat : 29408 (java) S 29400 29402 28551 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 27394227 888520704 17884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29402/tid=29409] ppid=29400 vsize=867696 CPUtime=0.17
/proc/29402/task/29409/stat : 29409 (java) S 29400 29402 28551 0 -1 64 683 0 0 0 16 1 0 0 16 0 9 0 27394227 888520704 17884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29402/tid=29410] ppid=29400 vsize=867696 CPUtime=0
/proc/29402/task/29410/stat : 29410 (java) S 29400 29402 28551 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 27394227 888520704 17884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29402/tid=29411] ppid=29400 vsize=867696 CPUtime=0
/proc/29402/task/29411/stat : 29411 (java) S 29400 29402 28551 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27394227 888520704 17884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 867696

[startup+3.10179 s]
/proc/loadavg: 2.04 1.97 1.77 3/89 29411
/proc/meminfo: memFree=1683976/2055920 swapFree=4192812/4192956
[pid=29402] ppid=29400 vsize=867696 CPUtime=3.09
/proc/29402/stat : 29402 (java) S 29400 29402 28551 0 -1 0 22810 0 1 0 295 14 0 0 18 0 9 0 27394222 888520704 22136 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29402/statm: 216924 22136 2028 9 0 211382 0
[pid=29402/tid=29404] ppid=29400 vsize=867696 CPUtime=2.65
/proc/29402/task/29404/stat : 29404 (java) R 29400 29402 28551 0 -1 64 15796 0 1 0 255 10 0 0 25 0 9 0 27394224 888520704 22136 996147200 134512640 134550932 4294955968 18446744073709551615 102337862 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29402/tid=29405] ppid=29400 vsize=867696 CPUtime=0.24
/proc/29402/task/29405/stat : 29405 (java) S 29400 29402 28551 0 -1 64 5628 0 0 0 22 2 0 0 16 0 9 0 27394225 888520704 22136 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29402/tid=29406] ppid=29400 vsize=867696 CPUtime=0
/proc/29402/task/29406/stat : 29406 (java) S 29400 29402 28551 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27394225 888520704 22136 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29402/tid=29407] ppid=29400 vsize=867696 CPUtime=0
/proc/29402/task/29407/stat : 29407 (java) S 29400 29402 28551 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27394225 888520704 22136 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29402/tid=29408] ppid=29400 vsize=867696 CPUtime=0
/proc/29402/task/29408/stat : 29408 (java) S 29400 29402 28551 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 27394227 888520704 22136 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29402/tid=29409] ppid=29400 vsize=867696 CPUtime=0.17
/proc/29402/task/29409/stat : 29409 (java) S 29400 29402 28551 0 -1 64 684 0 0 0 16 1 0 0 17 0 9 0 27394227 888520704 22136 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29402/tid=29410] ppid=29400 vsize=867696 CPUtime=0
/proc/29402/task/29410/stat : 29410 (java) S 29400 29402 28551 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 27394227 888520704 22136 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29402/tid=29411] ppid=29400 vsize=867696 CPUtime=0
/proc/29402/task/29411/stat : 29411 (java) S 29400 29402 28551 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27394227 888520704 22136 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 867696

[startup+6.30237 s]
/proc/loadavg: 2.11 1.99 1.77 3/89 29411
/proc/meminfo: memFree=1656456/2055920 swapFree=4192812/4192956
[pid=29402] ppid=29400 vsize=867700 CPUtime=6.29
/proc/29402/stat : 29402 (java) S 29400 29402 28551 0 -1 0 33772 0 1 0 568 61 0 0 18 0 9 0 27394222 888524800 33093 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29402/statm: 216924 33093 2029 9 0 211382 0
[pid=29402/tid=29404] ppid=29400 vsize=867696 CPUtime=5.37
/proc/29402/task/29404/stat : 29404 (java) R 29400 29402 28551 0 -1 64 15823 0 1 0 484 53 0 0 25 0 9 0 27394224 888520704 33093 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29402/tid=29405] ppid=29400 vsize=867700 CPUtime=0.66
/proc/29402/task/29405/stat : 29405 (java) S 29400 29402 28551 0 -1 64 16510 0 0 0 60 6 0 0 16 0 9 0 27394225 888524800 33093 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29402/tid=29406] ppid=29400 vsize=867696 CPUtime=0
/proc/29402/task/29406/stat : 29406 (java) S 29400 29402 28551 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27394225 888520704 33093 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29402/tid=29407] ppid=29400 vsize=867696 CPUtime=0
/proc/29402/task/29407/stat : 29407 (java) S 29400 29402 28551 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27394225 888520704 33093 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29402/tid=29408] ppid=29400 vsize=867696 CPUtime=0
/proc/29402/task/29408/stat : 29408 (java) S 29400 29402 28551 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 27394227 888520704 33093 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29402/tid=29409] ppid=29400 vsize=867696 CPUtime=0.23
/proc/29402/task/29409/stat : 29409 (java) S 29400 29402 28551 0 -1 64 737 0 0 0 22 1 0 0 16 0 9 0 27394227 888520704 33093 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29402/tid=29410] ppid=29400 vsize=867700 CPUtime=0
/proc/29402/task/29410/stat : 29410 (java) S 29400 29402 28551 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 27394227 888524800 33093 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29402/tid=29411] ppid=29400 vsize=867696 CPUtime=0
/proc/29402/task/29411/stat : 29411 (java) S 29400 29402 28551 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27394227 888520704 33093 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 867700

[startup+12.7015 s]
/proc/loadavg: 2.10 1.99 1.77 3/89 29411
/proc/meminfo: memFree=1452040/2055920 swapFree=4192812/4192956
[pid=29402] ppid=29400 vsize=867696 CPUtime=12.69
/proc/29402/stat : 29402 (java) S 29400 29402 28551 0 -1 0 84849 0 1 0 1006 263 0 0 18 0 9 0 27394222 888520704 84161 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29402/statm: 216925 84161 2029 9 0 211383 0
[pid=29402/tid=29404] ppid=29400 vsize=867696 CPUtime=10.83
/proc/29402/task/29404/stat : 29404 (java) R 29400 29402 28551 0 -1 64 15832 0 1 0 847 236 0 0 25 0 9 0 27394224 888520704 84161 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29402/tid=29405] ppid=29400 vsize=867696 CPUtime=1.59
/proc/29402/task/29405/stat : 29405 (java) S 29400 29402 28551 0 -1 64 67577 0 0 0 135 24 0 0 17 0 9 0 27394225 888520704 84161 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29402/tid=29406] ppid=29400 vsize=867696 CPUtime=0
/proc/29402/task/29406/stat : 29406 (java) S 29400 29402 28551 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27394225 888520704 84161 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29402/tid=29407] ppid=29400 vsize=867696 CPUtime=0
/proc/29402/task/29407/stat : 29407 (java) S 29400 29402 28551 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27394225 888520704 84161 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29402/tid=29408] ppid=29400 vsize=867700 CPUtime=0
/proc/29402/task/29408/stat : 29408 (java) S 29400 29402 28551 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 27394227 888524800 84161 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29402/tid=29409] ppid=29400 vsize=867696 CPUtime=0.24
/proc/29402/task/29409/stat : 29409 (java) S 29400 29402 28551 0 -1 64 738 0 0 0 23 1 0 0 16 0 9 0 27394227 888520704 84161 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29402/tid=29410] ppid=29400 vsize=867696 CPUtime=0
/proc/29402/task/29410/stat : 29410 (java) S 29400 29402 28551 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 27394227 888520704 84161 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29402/tid=29411] ppid=29400 vsize=867696 CPUtime=0
/proc/29402/task/29411/stat : 29411 (java) S 29400 29402 28551 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27394227 888520704 84161 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 867696

[startup+25.5029 s]
/proc/loadavg: 2.15 2.01 1.78 3/89 29415
/proc/meminfo: memFree=1141056/2055920 swapFree=4192812/4192956
[pid=29402] ppid=29400 vsize=869368 CPUtime=25.42
/proc/29402/stat : 29402 (java) S 29400 29402 28551 0 -1 0 246881 5533 1 0 2015 323 195 9 18 0 9 0 27394222 890232832 156703 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29402/statm: 217342 156703 2640 9 0 211800 0
[pid=29402/tid=29404] ppid=29400 vsize=869368 CPUtime=20.45
/proc/29402/task/29404/stat : 29404 (java) R 29400 29402 28551 0 -1 64 29117 5533 1 0 1590 251 195 9 25 0 9 0 27394224 890232832 156703 996147200 134512640 134550932 4294955968 18446744073709551615 4127367008 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29402/tid=29405] ppid=29400 vsize=869368 CPUtime=6.61
/proc/29402/task/29405/stat : 29405 (java) S 29400 29402 28551 0 -1 64 215819 5533 0 0 390 67 195 9 17 0 9 0 27394225 890232832 156703 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29402/tid=29406] ppid=29400 vsize=869368 CPUtime=2.04
/proc/29402/task/29406/stat : 29406 (java) S 29400 29402 28551 0 -1 64 22 5533 0 0 0 0 195 9 16 0 9 0 27394225 890232832 156703 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29402/tid=29407] ppid=29400 vsize=869368 CPUtime=2.04
/proc/29402/task/29407/stat : 29407 (java) S 29400 29402 28551 0 -1 64 30 5533 0 0 0 0 195 9 16 0 9 0 27394225 890232832 156703 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29402/tid=29408] ppid=29400 vsize=869368 CPUtime=2.04
/proc/29402/task/29408/stat : 29408 (java) S 29400 29402 28551 0 -1 64 1 5533 0 0 0 0 195 9 18 0 9 0 27394227 890232832 156703 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29402/tid=29409] ppid=29400 vsize=869368 CPUtime=2.39
/proc/29402/task/29409/stat : 29409 (java) S 29400 29402 28551 0 -1 64 1058 5533 0 0 34 1 195 9 15 0 9 0 27394227 890232832 156703 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29402/tid=29410] ppid=29400 vsize=869368 CPUtime=2.04
/proc/29402/task/29410/stat : 29410 (java) S 29400 29402 28551 0 -1 64 1 5533 0 0 0 0 195 9 19 0 9 0 27394227 890232832 156703 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29402/tid=29411] ppid=29400 vsize=869368 CPUtime=2.04
/proc/29402/task/29411/stat : 29411 (java) S 29400 29402 28551 0 -1 64 20 5533 0 0 0 0 195 9 15 0 9 0 27394227 890232832 156703 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 869368

[startup+51.1025 s]
/proc/loadavg: 2.10 2.00 1.79 3/89 29415
/proc/meminfo: memFree=1140928/2055920 swapFree=4192812/4192956
[pid=29402] ppid=29400 vsize=869368 CPUtime=51
/proc/29402/stat : 29402 (java) S 29400 29402 28551 0 -1 0 246897 5533 1 0 4573 323 195 9 18 0 9 0 27394222 890232832 156712 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29402/statm: 217342 156712 2640 9 0 211800 0
[pid=29402/tid=29404] ppid=29400 vsize=869368 CPUtime=46.01
/proc/29402/task/29404/stat : 29404 (java) R 29400 29402 28551 0 -1 64 29125 5533 1 0 4146 251 195 9 25 0 9 0 27394224 890232832 156712 996147200 134512640 134550932 4294955968 18446744073709551615 4127364142 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29402/tid=29405] ppid=29400 vsize=869368 CPUtime=6.61
/proc/29402/task/29405/stat : 29405 (java) S 29400 29402 28551 0 -1 64 215819 5533 0 0 390 67 195 9 16 0 9 0 27394225 890232832 156712 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29402/tid=29406] ppid=29400 vsize=869368 CPUtime=2.04
/proc/29402/task/29406/stat : 29406 (java) S 29400 29402 28551 0 -1 64 22 5533 0 0 0 0 195 9 16 0 9 0 27394225 890232832 156712 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29402/tid=29407] ppid=29400 vsize=869368 CPUtime=2.04
/proc/29402/task/29407/stat : 29407 (java) S 29400 29402 28551 0 -1 64 30 5533 0 0 0 0 195 9 16 0 9 0 27394225 890232832 156712 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29402/tid=29408] ppid=29400 vsize=869368 CPUtime=2.04
/proc/29402/task/29408/stat : 29408 (java) S 29400 29402 28551 0 -1 64 1 5533 0 0 0 0 195 9 18 0 9 0 27394227 890232832 156712 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29402/tid=29409] ppid=29400 vsize=869368 CPUtime=2.4
/proc/29402/task/29409/stat : 29409 (java) S 29400 29402 28551 0 -1 64 1066 5533 0 0 35 1 195 9 16 0 9 0 27394227 890232832 156712 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29402/tid=29410] ppid=29400 vsize=869368 CPUtime=2.04
/proc/29402/task/29410/stat : 29410 (java) S 29400 29402 28551 0 -1 64 1 5533 0 0 0 0 195 9 19 0 9 0 27394227 890232832 156712 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

Current children cumulated CPU time (s) 1481.56
Current children cumulated vsize (KiB) 869368

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/89 29460
/proc/meminfo: memFree=1079752/2055920 swapFree=4192812/4192956
[pid=29402] ppid=29400 vsize=869368 CPUtime=1541.53
/proc/29402/stat : 29402 (java) S 29400 29402 28551 0 -1 0 246968 5533 1 0 153621 328 195 9 18 0 9 0 27394222 890232832 156749 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29402/statm: 217342 156749 2640 9 0 211800 0
[pid=29402/tid=29404] ppid=29400 vsize=869368 CPUtime=1536.47
/proc/29402/task/29404/stat : 29404 (java) R 29400 29402 28551 0 -1 64 29150 5533 1 0 153188 255 195 9 25 0 9 0 27394224 890232832 156749 996147200 134512640 134550932 4294955968 18446744073709551615 4127357274 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29402/tid=29405] ppid=29400 vsize=869368 CPUtime=6.61
/proc/29402/task/29405/stat : 29405 (java) S 29400 29402 28551 0 -1 64 215819 5533 0 0 390 67 195 9 16 0 9 0 27394225 890232832 156749 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29402/tid=29406] ppid=29400 vsize=869368 CPUtime=2.04
/proc/29402/task/29406/stat : 29406 (java) S 29400 29402 28551 0 -1 64 22 5533 0 0 0 0 195 9 16 0 9 0 27394225 890232832 156749 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29402/tid=29407] ppid=29400 vsize=869368 CPUtime=2.04
/proc/29402/task/29407/stat : 29407 (java) S 29400 29402 28551 0 -1 64 30 5533 0 0 0 0 195 9 16 0 9 0 27394225 890232832 156749 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29402/tid=29408] ppid=29400 vsize=869368 CPUtime=2.04
/proc/29402/task/29408/stat : 29408 (java) S 29400 29402 28551 0 -1 64 1 5533 0 0 0 0 195 9 18 0 9 0 27394227 890232832 156749 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29402/tid=29409] ppid=29400 vsize=869368 CPUtime=2.47
/proc/29402/task/29409/stat : 29409 (java) S 29400 29402 28551 0 -1 64 1112 5533 0 0 42 1 195 9 16 0 9 0 27394227 890232832 156749 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29402/tid=29410] ppid=29400 vsize=869368 CPUtime=2.04
/proc/29402/task/29410/stat : 29410 (java) S 29400 29402 28551 0 -1 64 1 5533 0 0 0 0 195 9 19 0 9 0 27394227 890232832 156749 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29402/tid=29411] ppid=29400 vsize=869368 CPUtime=2.04
/proc/29402/task/29411/stat : 29411 (java) S 29400 29402 28551 0 -1 64 20 5533 0 0 0 0 195 9 15 0 9 0 27394227 890232832 156749 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1541.53
Current children cumulated vsize (KiB) 869368

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/89 29460
/proc/meminfo: memFree=1079624/2055920 swapFree=4192812/4192956
[pid=29402] ppid=29400 vsize=869368 CPUtime=1601.5
/proc/29402/stat : 29402 (java) S 29400 29402 28551 0 -1 0 246968 5533 1 0 159618 328 195 9 18 0 9 0 27394222 890232832 156749 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29402/statm: 217342 156749 2640 9 0 211800 0
[pid=29402/tid=29404] ppid=29400 vsize=869368 CPUtime=1596.44
/proc/29402/task/29404/stat : 29404 (java) R 29400 29402 28551 0 -1 64 29150 5533 1 0 159185 255 195 9 25 0 9 0 27394224 890232832 156749 996147200 134512640 134550932 4294955968 18446744073709551615 4127357260 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29402/tid=29405] ppid=29400 vsize=869368 CPUtime=6.61
/proc/29402/task/29405/stat : 29405 (java) S 29400 29402 28551 0 -1 64 215819 5533 0 0 390 67 195 9 16 0 9 0 27394225 890232832 156749 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29402/tid=29406] ppid=29400 vsize=869368 CPUtime=2.04
/proc/29402/task/29406/stat : 29406 (java) S 29400 29402 28551 0 -1 64 22 5533 0 0 0 0 195 9 16 0 9 0 27394225 890232832 156749 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29402/tid=29407] ppid=29400 vsize=869368 CPUtime=2.04
/proc/29402/task/29407/stat : 29407 (java) S 29400 29402 28551 0 -1 64 30 5533 0 0 0 0 195 9 16 0 9 0 27394225 890232832 156749 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29402/tid=29408] ppid=29400 vsize=869368 CPUtime=2.04
/proc/29402/task/29408/stat : 29408 (java) S 29400 29402 28551 0 -1 64 1 5533 0 0 0 0 195 9 18 0 9 0 27394227 890232832 156749 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29402/tid=29409] ppid=29400 vsize=869368 CPUtime=2.47
/proc/29402/task/29409/stat : 29409 (java) S 29400 29402 28551 0 -1 64 1112 5533 0 0 42 1 195 9 16 0 9 0 27394227 890232832 156749 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29402/tid=29410] ppid=29400 vsize=869368 CPUtime=2.04
/proc/29402/task/29410/stat : 29410 (java) S 29400 29402 28551 0 -1 64 1 5533 0 0 0 0 195 9 19 0 9 0 27394227 890232832 156749 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29402/tid=29411] ppid=29400 vsize=869368 CPUtime=2.04
/proc/29402/task/29411/stat : 29411 (java) S 29400 29402 28551 0 -1 64 20 5533 0 0 0 0 195 9 15 0 9 0 27394227 890232832 156749 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1601.5
Current children cumulated vsize (KiB) 869368

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/89 29460
/proc/meminfo: memFree=1079624/2055920 swapFree=4192812/4192956
[pid=29402] ppid=29400 vsize=869368 CPUtime=1661.47
/proc/29402/stat : 29402 (java) S 29400 29402 28551 0 -1 0 246968 5533 1 0 165615 328 195 9 18 0 9 0 27394222 890232832 156749 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29402/statm: 217342 156749 2640 9 0 211800 0
[pid=29402/tid=29404] ppid=29400 vsize=869368 CPUtime=1656.41
/proc/29402/task/29404/stat : 29404 (java) R 29400 29402 28551 0 -1 64 29150 5533 1 0 165182 255 195 9 25 0 9 0 27394224 890232832 156749 996147200 134512640 134550932 4294955968 18446744073709551615 4127364140 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29402/tid=29405] ppid=29400 vsize=869368 CPUtime=6.61
/proc/29402/task/29405/stat : 29405 (java) S 29400 29402 28551 0 -1 64 215819 5533 0 0 390 67 195 9 16 0 9 0 27394225 890232832 156749 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29402/tid=29406] ppid=29400 vsize=869368 CPUtime=2.04
/proc/29402/task/29406/stat : 29406 (java) S 29400 29402 28551 0 -1 64 22 5533 0 0 0 0 195 9 16 0 9 0 27394225 890232832 156749 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29402/tid=29407] ppid=29400 vsize=869368 CPUtime=2.04
/proc/29402/task/29407/stat : 29407 (java) S 29400 29402 28551 0 -1 64 30 5533 0 0 0 0 195 9 16 0 9 0 27394225 890232832 156749 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29402/tid=29408] ppid=29400 vsize=869368 CPUtime=2.04
/proc/29402/task/29408/stat : 29408 (java) S 29400 29402 28551 0 -1 64 1 5533 0 0 0 0 195 9 18 0 9 0 27394227 890232832 156749 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29402/tid=29409] ppid=29400 vsize=869368 CPUtime=2.47
/proc/29402/task/29409/stat : 29409 (java) S 29400 29402 28551 0 -1 64 1112 5533 0 0 42 1 195 9 16 0 9 0 27394227 890232832 156749 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29402/tid=29410] ppid=29400 vsize=869368 CPUtime=2.04
/proc/29402/task/29410/stat : 29410 (java) S 29400 29402 28551 0 -1 64 1 5533 0 0 0 0 195 9 19 0 9 0 27394227 890232832 156749 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29402/tid=29411] ppid=29400 vsize=869368 CPUtime=2.04
/proc/29402/task/29411/stat : 29411 (java) S 29400 29402 28551 0 -1 64 20 5533 0 0 0 0 195 9 15 0 9 0 27394227 890232832 156749 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1661.47
Current children cumulated vsize (KiB) 869368

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/89 29460
/proc/meminfo: memFree=1079624/2055920 swapFree=4192812/4192956
[pid=29402] ppid=29400 vsize=869368 CPUtime=1721.45
/proc/29402/stat : 29402 (java) S 29400 29402 28551 0 -1 0 246968 5533 1 0 171613 328 195 9 18 0 9 0 27394222 890232832 156749 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29402/statm: 217342 156749 2640 9 0 211800 0
[pid=29402/tid=29404] ppid=29400 vsize=869368 CPUtime=1716.39
/proc/29402/task/29404/stat : 29404 (java) R 29400 29402 28551 0 -1 64 29150 5533 1 0 171180 255 195 9 25 0 9 0 27394224 890232832 156749 996147200 134512640 134550932 4294955968 18446744073709551615 4127381355 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29402/tid=29405] ppid=29400 vsize=869368 CPUtime=6.61
/proc/29402/task/29405/stat : 29405 (java) S 29400 29402 28551 0 -1 64 215819 5533 0 0 390 67 195 9 16 0 9 0 27394225 890232832 156749 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29402/tid=29406] ppid=29400 vsize=869368 CPUtime=2.04
/proc/29402/task/29406/stat : 29406 (java) S 29400 29402 28551 0 -1 64 22 5533 0 0 0 0 195 9 16 0 9 0 27394225 890232832 156749 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29402/tid=29407] ppid=29400 vsize=869368 CPUtime=2.04
/proc/29402/task/29407/stat : 29407 (java) S 29400 29402 28551 0 -1 64 30 5533 0 0 0 0 195 9 16 0 9 0 27394225 890232832 156749 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29402/tid=29408] ppid=29400 vsize=869368 CPUtime=2.04
/proc/29402/task/29408/stat : 29408 (java) S 29400 29402 28551 0 -1 64 1 5533 0 0 0 0 195 9 18 0 9 0 27394227 890232832 156749 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29402/tid=29409] ppid=29400 vsize=869368 CPUtime=2.47
/proc/29402/task/29409/stat : 29409 (java) S 29400 29402 28551 0 -1 64 1112 5533 0 0 42 1 195 9 16 0 9 0 27394227 890232832 156749 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29402/tid=29410] ppid=29400 vsize=869368 CPUtime=2.04
/proc/29402/task/29410/stat : 29410 (java) S 29400 29402 28551 0 -1 64 1 5533 0 0 0 0 195 9 19 0 9 0 27394227 890232832 156749 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29402/tid=29411] ppid=29400 vsize=869368 CPUtime=2.04
/proc/29402/task/29411/stat : 29411 (java) S 29400 29402 28551 0 -1 64 20 5533 0 0 0 0 195 9 15 0 9 0 27394227 890232832 156749 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1721.45
Current children cumulated vsize (KiB) 869368

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/89 29460
/proc/meminfo: memFree=1079560/2055920 swapFree=4192812/4192956
[pid=29402] ppid=29400 vsize=869368 CPUtime=1781.42
/proc/29402/stat : 29402 (java) S 29400 29402 28551 0 -1 0 246968 5533 1 0 177610 328 195 9 18 0 9 0 27394222 890232832 156749 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29402/statm: 217342 156749 2640 9 0 211800 0
[pid=29402/tid=29404] ppid=29400 vsize=869368 CPUtime=1776.36
/proc/29402/task/29404/stat : 29404 (java) R 29400 29402 28551 0 -1 64 29150 5533 1 0 177177 255 195 9 25 0 9 0 27394224 890232832 156749 996147200 134512640 134550932 4294955968 18446744073709551615 4127357274 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29402/tid=29405] ppid=29400 vsize=869368 CPUtime=6.61
/proc/29402/task/29405/stat : 29405 (java) S 29400 29402 28551 0 -1 64 215819 5533 0 0 390 67 195 9 16 0 9 0 27394225 890232832 156749 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29402/tid=29406] ppid=29400 vsize=869368 CPUtime=2.04
/proc/29402/task/29406/stat : 29406 (java) S 29400 29402 28551 0 -1 64 22 5533 0 0 0 0 195 9 16 0 9 0 27394225 890232832 156749 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29402/tid=29407] ppid=29400 vsize=869368 CPUtime=2.04
/proc/29402/task/29407/stat : 29407 (java) S 29400 29402 28551 0 -1 64 30 5533 0 0 0 0 195 9 16 0 9 0 27394225 890232832 156749 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29402/tid=29408] ppid=29400 vsize=869368 CPUtime=2.04
/proc/29402/task/29408/stat : 29408 (java) S 29400 29402 28551 0 -1 64 1 5533 0 0 0 0 195 9 18 0 9 0 27394227 890232832 156749 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29402/tid=29409] ppid=29400 vsize=869368 CPUtime=2.47
/proc/29402/task/29409/stat : 29409 (java) S 29400 29402 28551 0 -1 64 1112 5533 0 0 42 1 195 9 16 0 9 0 27394227 890232832 156749 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29402/tid=29410] ppid=29400 vsize=869368 CPUtime=2.04
/proc/29402/task/29410/stat : 29410 (java) S 29400 29402 28551 0 -1 64 1 5533 0 0 0 0 195 9 19 0 9 0 27394227 890232832 156749 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29402/tid=29411] ppid=29400 vsize=869368 CPUtime=2.04
/proc/29402/task/29411/stat : 29411 (java) S 29400 29402 28551 0 -1 64 20 5533 0 0 0 0 195 9 15 0 9 0 27394227 890232832 156749 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1781.42
Current children cumulated vsize (KiB) 869368



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.9 s]
/proc/loadavg: 2.00 2.00 1.96 3/89 29460
/proc/meminfo: memFree=1079560/2055920 swapFree=4192812/4192956
[pid=29402] ppid=29400 vsize=869368 CPUtime=1800.02
/proc/29402/stat : 29402 (java) S 29400 29402 28551 0 -1 0 246968 5533 1 0 179470 328 195 9 18 0 9 0 27394222 890232832 156749 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29402/statm: 217342 156749 2640 9 0 211800 0
[pid=29402/tid=29404] ppid=29400 vsize=869368 CPUtime=1794.95
/proc/29402/task/29404/stat : 29404 (java) R 29400 29402 28551 0 -1 64 29150 5533 1 0 179036 255 195 9 25 0 9 0 27394224 890232832 156749 996147200 134512640 134550932 4294955968 18446744073709551615 4126095967 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29402/tid=29405] ppid=29400 vsize=869368 CPUtime=6.61
/proc/29402/task/29405/stat : 29405 (java) S 29400 29402 28551 0 -1 64 215819 5533 0 0 390 67 195 9 16 0 9 0 27394225 890232832 156749 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29402/tid=29406] ppid=29400 vsize=869368 CPUtime=2.04
/proc/29402/task/29406/stat : 29406 (java) S 29400 29402 28551 0 -1 64 22 5533 0 0 0 0 195 9 16 0 9 0 27394225 890232832 156749 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29402/tid=29407] ppid=29400 vsize=869368 CPUtime=2.04
/proc/29402/task/29407/stat : 29407 (java) S 29400 29402 28551 0 -1 64 30 5533 0 0 0 0 195 9 16 0 9 0 27394225 890232832 156749 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29402/tid=29408] ppid=29400 vsize=869368 CPUtime=2.04
/proc/29402/task/29408/stat : 29408 (java) S 29400 29402 28551 0 -1 64 1 5533 0 0 0 0 195 9 18 0 9 0 27394227 890232832 156749 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29402/tid=29409] ppid=29400 vsize=869368 CPUtime=2.47
/proc/29402/task/29409/stat : 29409 (java) S 29400 29402 28551 0 -1 64 1112 5533 0 0 42 1 195 9 16 0 9 0 27394227 890232832 156749 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29402/tid=29410] ppid=29400 vsize=869368 CPUtime=2.04
/proc/29402/task/29410/stat : 29410 (java) S 29400 29402 28551 0 -1 64 1 5533 0 0 0 0 195 9 19 0 9 0 27394227 890232832 156749 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29402/tid=29411] ppid=29400 vsize=869368 CPUtime=2.04
/proc/29402/task/29411/stat : 29411 (java) S 29400 29402 28551 0 -1 64 20 5533 0 0 0 0 195 9 15 0 9 0 27394227 890232832 156749 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 869368

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

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

[startup+1801.01 s]
/proc/loadavg: 2.00 2.00 1.96 3/89 29460
/proc/meminfo: memFree=1079560/2055920 swapFree=4192812/4192956
[pid=29402] ppid=29400 vsize=0 CPUtime=1800.13
/proc/29402/stat : 29402 (java) Z 29400 29402 28551 0 -1 1036 246998 5533 1 0 179473 336 195 9 16 0 2 0 27394222 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29402/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1801.03
CPU time (s): 1800.16
CPU user time (s): 1796.69
CPU system time (s): 3.47347
CPU usage (%): 99.9516
Max. virtual memory (cumulated for all children) (KiB): 902268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.69
system time used= 3.47347
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 252531
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= 38729
involuntary context switches= 28355

runsolver used 2.66559 second user time and 5.53416 second system time

The end

Launcher Data

Begin job on node45 at 2009-07-12 14:55:04
IDJOB=2094288
IDBENCH=54114
IDSOLVER=774
FILE ID=node45/2094288-1247403304
PBS_JOBID= 9510554
Free space on /tmp= 66452 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/compet02/normalized-patat-02-comp-10.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-2094288-1247403304/watcher-2094288-1247403304 -o /tmp/evaluation-result-2094288-1247403304/solver-2094288-1247403304 -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-2094288-1247403304.xml

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

MD5SUM BENCH= 2a82fd0e6a406c196682c347f06803ad
RANDOM SEED=1030644291

node45.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.281
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.281
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1759408 kB
Buffers:         36212 kB
Cached:         126036 kB
SwapCached:          0 kB
Active:         173916 kB
Inactive:        66460 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1759408 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           11036 kB
Writeback:           0 kB
Mapped:          98568 kB
Slab:            41308 kB
Committed_AS:  1002388 kB
PageTables:       1888 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= 66444 MiB
End job on node45 at 2009-07-12 15:25:07