Trace number 232536

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, and are wall clock time (not CPU 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 109 AC? (TO) 1800.11 1801.88

General information on the benchmark

Nametaillard/js-taillard-20/
js-taillard-20-105-5.xml
MD5SUMb0bc3a455955fb2ea2b28a025b381c8f
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark44.59
SatisfiableYES
(Un)Satisfiability was proved
Number of variables400
Number of constraints4180
Maximum constraint arity2
Maximum domain size1763
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4180
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29	   
0.29	Abscon 109 (November, 2006)
0.29	   
0.29	   configuration
0.29	     name=mac.xml
0.32	   
0.32	   instance
0.32	     name=/tmp/evaluation/232536-1168081272/unknown.xml
0.35	   
0.35	   domains being loaded...
0.41	   
0.41	   variables being loaded...
0.53	     nbVariables=400  nbDomainTypes=400  minDomainSize=1665  maxDomainSize=1763
0.53	       =>  wckTime=0.234  cpuTime=0.17  mem=24M598
0.53	   
0.53	   predicates being loaded...
0.53	   
0.53	   constraints being loaded...
4.92	   
4.92	   INFO : Stopping converting binary constraints (cpu=4.48, mem = 25M466)
5.48	     nbConstraints=4180  nbConvertedConstraints=6  nbConvertConstraintsChecks=17201274  nbExtensionStructures=6
5.48	     nbSharedExtensionStructures=0  nbConflictsStructures=6  nbSharedConflictsStructures=0
5.48	     nbSharedBinaryRepresentations=1027  nbEvaluationManagers=4174  nbSharedEvaluationManagers=0  maxDegree=21
5.48	     maxArity=2
5.48	       =>  wckTime=5.185  cpuTime=4.97  mem=55M14
5.60	   
5.60	   solver IterativeSystematicSolver being built... 
6.01	       =>  wckTime=5.713  cpuTime=5.2  mem=100M667
175.79	   
175.79	   preprocessing
175.79	     nbConstraintChecks=739079618  nbValidityChecks=17279239  nbPropagations=981  nbRevisions=23653
175.79	     nbUselessRevisions=22214  nbRemovedValues=391267  detectedInconsistency=no
175.79	       =>  wckTime=169.752  cpuTime=169.54  mem=100M667
214.39	   
214.39	   search
214.39	     run=0  nbConstraintChecks=126298199  nbValidityChecks=30255267  nbPropagations=5327  nbRevisions=101679
214.39	     nbUselessRevisions=92083  nbAssignments=174  nbFailedAssignments=82  nbBacktracks=10  nbVisitedNodes=264
214.39	     nbRestartNogoods=0  mapSize=0  nbInferences=0  nbTooLargeKeys=92
214.39	       =>  wckTime=208.349  cpuTime=208.07  mem=102M619
243.80	   
243.80	   search
243.80	     run=1  nbConstraintChecks=229802565  nbValidityChecks=74995823  nbPropagations=18176  nbRevisions=335590
243.80	     nbUselessRevisions=299551  nbAssignments=512  nbFailedAssignments=317  nbBacktracks=25  nbVisitedNodes=852
243.80	     nbRestartNogoods=14  mapSize=0  nbInferences=0  nbTooLargeKeys=195
243.80	       =>  wckTime=237.767  cpuTime=237.46  mem=102M619
339.38	   
339.38	   search
339.38	     run=2  nbConstraintChecks=577963477  nbValidityChecks=200102766  nbPropagations=52262  nbRevisions=946242
339.38	     nbUselessRevisions=822901  nbAssignments=1477  nbFailedAssignments=1173  nbBacktracks=47  nbVisitedNodes=2695
339.38	     nbRestartNogoods=54  mapSize=0  nbInferences=0  nbTooLargeKeys=304
339.38	       =>  wckTime=333.348  cpuTime=332.94  mem=102M619
357.29	   
357.29	   search
357.29	     run=3  nbConstraintChecks=646179350  nbValidityChecks=226666051  nbPropagations=89208  nbRevisions=1609913
357.29	     nbUselessRevisions=1396072  nbAssignments=1574  nbFailedAssignments=1195  nbBacktracks=80  nbVisitedNodes=2825
357.29	     nbRestartNogoods=56  mapSize=0  nbInferences=0  nbTooLargeKeys=379
357.29	       =>  wckTime=351.252  cpuTime=350.82  mem=102M619
371.60	   
371.60	   search
371.60	     run=4  nbConstraintChecks=700110952  nbValidityChecks=261339748  nbPropagations=130170  nbRevisions=2345417
371.60	     nbUselessRevisions=2036247  nbAssignments=1731  nbFailedAssignments=1254  nbBacktracks=130  nbVisitedNodes=3060
371.60	     nbRestartNogoods=59  mapSize=0  nbInferences=0  nbTooLargeKeys=477
371.60	       =>  wckTime=365.557  cpuTime=365.12  mem=102M619
414.88	   
414.88	   search
414.88	     run=5  nbConstraintChecks=843382232  nbValidityChecks=344849805  nbPropagations=191896  nbRevisions=3410046
414.88	     nbUselessRevisions=2968185  nbAssignments=3060  nbFailedAssignments=2404  nbBacktracks=205  nbVisitedNodes=5583
414.88	     nbRestartNogoods=85  mapSize=0  nbInferences=0  nbTooLargeKeys=656
414.88	       =>  wckTime=408.848  cpuTime=408.36  mem=102M619
457.06	   
457.06	   search
457.06	     run=6  nbConstraintChecks=984153962  nbValidityChecks=419032850  nbPropagations=265834  nbRevisions=4711294
457.06	     nbUselessRevisions=4106214  nbAssignments=3471  nbFailedAssignments=2617  nbBacktracks=321  nbVisitedNodes=6253
457.06	     nbRestartNogoods=247  mapSize=0  nbInferences=0  nbTooLargeKeys=854
457.06	       =>  wckTime=451.027  cpuTime=450.5  mem=102M619
488.82	   
488.82	   INFO : Stopping hyperNogood (mapSize=0, nbTooLargekeys=1040, mem=102M619)
544.00	   
544.00	   search
544.00	     run=7  nbConstraintChecks=1252660241  nbValidityChecks=602955872  nbPropagations=383773  nbRevisions=6828232
544.00	     nbUselessRevisions=5937927  nbAssignments=4479  nbFailedAssignments=3362  nbBacktracks=491  nbVisitedNodes=8121
544.00	     nbRestartNogoods=264
544.00	       =>  wckTime=537.961  cpuTime=537.34  mem=102M619
968.55	   
968.55	   search
968.55	     run=8  nbConstraintChecks=2446047987  nbValidityChecks=1748287987  nbPropagations=775253  nbRevisions=13991433
968.55	     nbUselessRevisions=12101413  nbAssignments=10099  nbFailedAssignments=8642  nbBacktracks=747  nbVisitedNodes=19217
968.55	     nbRestartNogoods=294
968.55	       =>  wckTime=962.516  cpuTime=961.49  mem=102M619
1647.77	   
1647.77	   search
1647.77	     run=9  nbConstraintChecks=4210470199  nbValidityChecks=4371953369  nbPropagations=1559919  nbRevisions=28624247
1647.77	     nbUselessRevisions=24729812  nbAssignments=21587  nbFailedAssignments=19704  nbBacktracks=1131
1647.77	     nbVisitedNodes=42124  nbRestartNogoods=358
1647.77	       =>  wckTime=1641.733  cpuTime=1640.04  mem=102M619

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node48/watcher-232536-1168081272 -o ROOT/results/node48/solver-232536-1168081272 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/232536-1168081272/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 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

/proc/loadavg: 1.00 1.00 1.00 4/86 797
/proc/meminfo: memFree=1563344/2055920 swapFree=4192812/4192956
[pid=796] ppid=794 vsize=172 CPUtime=0
/proc/796/stat : 796 (java) R 794 796 499 0 -1 0 217 0 0 0 0 0 0 0 18 0 1 0 156527798 176128 24 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 3531556 0 0 4096 0 0 0 0 17 0 0 0
/proc/796/statm: 55 31 25 14 0 3 0

[startup+0.107413 s]
/proc/loadavg: 1.00 1.00 1.00 4/86 797
/proc/meminfo: memFree=1563344/2055920 swapFree=4192812/4192956
[pid=796] ppid=794 vsize=914988 CPUtime=0.09
/proc/796/stat : 796 (java) R 794 796 499 0 -1 0 3067 0 1 0 7 2 0 0 24 0 8 0 156527798 936947712 2813 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/796/statm: 228747 2814 1452 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.51545 s]
/proc/loadavg: 1.00 1.00 1.00 4/86 797
/proc/meminfo: memFree=1563344/2055920 swapFree=4192812/4192956
[pid=796] ppid=794 vsize=915328 CPUtime=0.49
/proc/796/stat : 796 (java) R 794 796 499 0 -1 0 9780 0 1 0 44 5 0 0 25 0 8 0 156527798 937295872 9519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152819938 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/796/statm: 228832 9527 2136 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33753 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 804
/proc/meminfo: memFree=1488336/2055920 swapFree=4192812/4192956
[pid=796] ppid=794 vsize=915632 CPUtime=1.31
/proc/796/stat : 796 (java) R 794 796 499 0 -1 0 21137 0 1 0 120 11 0 0 25 0 8 0 156527798 937607168 20875 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073788710 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/796/statm: 228908 20875 2178 14 0 215378 0
[pid=796/tid=798] ppid=794 vsize=915632 CPUtime=0.04
/proc/796/task/798/stat : 798 (java) S 794 796 499 0 -1 64 4548 0 0 0 3 1 0 0 16 0 8 0 156527801 937607168 20875 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=796/tid=799] ppid=794 vsize=915632 CPUtime=0
/proc/796/task/799/stat : 799 (java) S 794 796 499 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156527802 937607168 20875 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=796/tid=800] ppid=794 vsize=915632 CPUtime=0
/proc/796/task/800/stat : 800 (java) S 794 796 499 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156527802 937607168 20875 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=796/tid=801] ppid=794 vsize=915632 CPUtime=0
/proc/796/task/801/stat : 801 (java) S 794 796 499 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156527805 937607168 20875 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=796/tid=802] ppid=794 vsize=915632 CPUtime=0.15
/proc/796/task/802/stat : 802 (java) S 794 796 499 0 -1 64 401 0 0 0 15 0 0 0 16 0 8 0 156527805 937607168 20875 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=796/tid=803] ppid=794 vsize=915632 CPUtime=0
/proc/796/task/803/stat : 803 (java) S 794 796 499 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156527805 937607168 20875 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=796/tid=804] ppid=794 vsize=915632 CPUtime=0
/proc/796/task/804/stat : 804 (java) S 794 796 499 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156527805 937607168 20875 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915632

[startup+2.98268 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 804
/proc/meminfo: memFree=1488272/2055920 swapFree=4192812/4192956
[pid=796] ppid=794 vsize=915632 CPUtime=2.96
/proc/796/stat : 796 (java) R 794 796 499 0 -1 0 21142 0 1 0 285 11 0 0 25 0 8 0 156527798 937607168 20879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073788786 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/796/statm: 228908 20879 2178 14 0 215378 0
[pid=796/tid=798] ppid=794 vsize=915632 CPUtime=0.04
/proc/796/task/798/stat : 798 (java) S 794 796 499 0 -1 64 4548 0 0 0 3 1 0 0 16 0 8 0 156527801 937607168 20879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=796/tid=799] ppid=794 vsize=915632 CPUtime=0
/proc/796/task/799/stat : 799 (java) S 794 796 499 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156527802 937607168 20879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=796/tid=800] ppid=794 vsize=915632 CPUtime=0
/proc/796/task/800/stat : 800 (java) S 794 796 499 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156527802 937607168 20879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=796/tid=801] ppid=794 vsize=915632 CPUtime=0
/proc/796/task/801/stat : 801 (java) S 794 796 499 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156527805 937607168 20879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=796/tid=802] ppid=794 vsize=915632 CPUtime=0.16
/proc/796/task/802/stat : 802 (java) S 794 796 499 0 -1 64 404 0 0 0 16 0 0 0 16 0 8 0 156527805 937607168 20879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=796/tid=803] ppid=794 vsize=915632 CPUtime=0
/proc/796/task/803/stat : 803 (java) S 794 796 499 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156527805 937607168 20879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=796/tid=804] ppid=794 vsize=915632 CPUtime=0
/proc/796/task/804/stat : 804 (java) S 794 796 499 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156527805 937607168 20879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 915632

[startup+6.19097 s]
/proc/loadavg: 1.08 1.02 1.01 3/93 810
/proc/meminfo: memFree=1473936/2055920 swapFree=4192812/4192956
[pid=796] ppid=794 vsize=915632 CPUtime=6.17
/proc/796/stat : 796 (java) R 794 796 499 0 -1 0 41366 0 1 0 597 20 0 0 25 0 8 0 156527798 937607168 41100 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073789856 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/796/statm: 228908 41100 2533 14 0 215378 0
[pid=796/tid=798] ppid=794 vsize=915632 CPUtime=0.29
/proc/796/task/798/stat : 798 (java) S 794 796 499 0 -1 64 24283 0 0 0 20 9 0 0 16 0 8 0 156527801 937607168 41100 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=796/tid=799] ppid=794 vsize=915632 CPUtime=0
/proc/796/task/799/stat : 799 (java) S 794 796 499 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156527802 937607168 41100 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=796/tid=800] ppid=794 vsize=915632 CPUtime=0
/proc/796/task/800/stat : 800 (java) S 794 796 499 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156527802 937607168 41100 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=796/tid=801] ppid=794 vsize=915632 CPUtime=0
/proc/796/task/801/stat : 801 (java) S 794 796 499 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156527805 937607168 41100 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=796/tid=802] ppid=794 vsize=915632 CPUtime=0.25
/proc/796/task/802/stat : 802 (java) S 794 796 499 0 -1 64 468 0 0 0 24 1 0 0 16 0 8 0 156527805 937607168 41100 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=796/tid=803] ppid=794 vsize=915632 CPUtime=0
/proc/796/task/803/stat : 803 (java) S 794 796 499 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156527805 937607168 41100 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=796/tid=804] ppid=794 vsize=915632 CPUtime=0
/proc/796/task/804/stat : 804 (java) S 794 796 499 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156527805 937607168 41100 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 915632

[startup+12.6686 s]
/proc/loadavg: 1.15 1.03 1.01 3/93 826
/proc/meminfo: memFree=1408656/2055920 swapFree=4192812/4192956
[pid=796] ppid=794 vsize=915632 CPUtime=12.64
/proc/796/stat : 796 (java) R 794 796 499 0 -1 0 41371 0 1 0 1244 20 0 0 25 0 8 0 156527798 937607168 41102 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073788773 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/796/statm: 228908 41102 2533 14 0 215378 0
[pid=796/tid=798] ppid=794 vsize=915632 CPUtime=0.29
/proc/796/task/798/stat : 798 (java) S 794 796 499 0 -1 64 24283 0 0 0 20 9 0 0 17 0 8 0 156527801 937607168 41102 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=796/tid=799] ppid=794 vsize=915632 CPUtime=0
/proc/796/task/799/stat : 799 (java) S 794 796 499 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156527802 937607168 41102 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=796/tid=800] ppid=794 vsize=915632 CPUtime=0
/proc/796/task/800/stat : 800 (java) S 794 796 499 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156527802 937607168 41102 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=796/tid=801] ppid=794 vsize=915632 CPUtime=0
/proc/796/task/801/stat : 801 (java) S 794 796 499 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156527805 937607168 41102 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=796/tid=802] ppid=794 vsize=915632 CPUtime=0.26
/proc/796/task/802/stat : 802 (java) S 794 796 499 0 -1 64 473 0 0 0 25 1 0 0 16 0 8 0 156527805 937607168 41102 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=796/tid=803] ppid=794 vsize=915632 CPUtime=0
/proc/796/task/803/stat : 803 (java) S 794 796 499 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156527805 937607168 41102 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=796/tid=804] ppid=794 vsize=915632 CPUtime=0
/proc/796/task/804/stat : 804 (java) S 794 796 499 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156527805 937607168 41102 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 915632

[startup+25.5387 s]
/proc/loadavg: 1.34 1.08 1.02 3/93 834
/proc/meminfo: memFree=1408656/2055920 swapFree=4192812/4192956
[pid=796] ppid=794 vsize=915632 CPUtime=25.49
/proc/796/stat : 796 (java) R 794 796 499 0 -1 0 41381 0 1 0 2527 22 0 0 25 0 8 0 156527798 937607168 41107 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074030881 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/796/statm: 228908 41107 2533 14 0 215378 0
[pid=796/tid=798] ppid=794 vsize=915632 CPUtime=0.29
/proc/796/task/798/stat : 798 (java) S 794 796 499 0 -1 64 24283 0 0 0 20 9 0 0 16 0 8 0 156527801 937607168 41107 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=796/tid=799] ppid=794 vsize=915632 CPUtime=0
/proc/796/task/799/stat : 799 (java) S 794 796 499 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156527802 937607168 41107 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=796/tid=800] ppid=794 vsize=915632 CPUtime=0
/proc/796/task/800/stat : 800 (java) S 794 796 499 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156527802 937607168 41107 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=796/tid=801] ppid=794 vsize=915632 CPUtime=0
/proc/796/task/801/stat : 801 (java) S 794 796 499 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156527805 937607168 41107 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=796/tid=802] ppid=794 vsize=915632 CPUtime=0.27
/proc/796/task/802/stat : 802 (java) S 794 796 499 0 -1 64 481 0 0 0 26 1 0 0 16 0 8 0 156527805 937607168 41107 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=796/tid=803] ppid=794 vsize=915632 CPUtime=0
/proc/796/task/803/stat : 803 (java) S 794 796 499 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156527805 937607168 41107 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=796/tid=804] ppid=794 vsize=915632 CPUtime=0
/proc/796/task/804/stat : 804 (java) S 794 796 499 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156527805 937607168 41107 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 915632

[startup+51.1781 s]
/proc/loadavg: 1.56 1.15 1.05 3/93 858
/proc/meminfo: memFree=1408656/2055920 swapFree=4192812/4192956
[pid=796] ppid=794 vsize=915632 CPUtime=51.1
/proc/796/stat : 796 (java) R 794 796 499 0 -1 0 41382 0 1 0 5087 23 0 0 25 0 8 0 156527798 937607168 41107 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073791416 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/796/statm: 228908 41107 2533 14 0 215378 0
[pid=796/tid=798] ppid=794 vsize=915632 CPUtime=0.29
/proc/796/task/798/stat : 798 (java) S 794 796 499 0 -1 64 24283 0 0 0 20 9 0 0 16 0 8 0 156527801 937607168 41107 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=796/tid=799] ppid=794 vsize=915632 CPUtime=0
/proc/796/task/799/stat : 799 (java) S 794 796 499 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156527802 937607168 41107 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=796/tid=800] ppid=794 vsize=915632 CPUtime=0
/proc/796/task/800/stat : 800 (java) S 794 796 499 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156527802 937607168 41107 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=796/tid=801] ppid=794 vsize=915632 CPUtime=0
/proc/796/task/801/stat : 801 (java) S 794 796 499 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156527805 937607168 41107 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=796/tid=802] ppid=794 vsize=915632 CPUtime=0.27
/proc/796/task/802/stat : 802 (java) S 794 796 499 0 -1 64 481 0 0 0 26 1 0 0 16 0 8 0 156527805 937607168 41107 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=796/tid=803] ppid=794 vsize=915632 CPUtime=0
/proc/796/task/803/stat : 803 (java) S 794 796 499 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156527805 937607168 41107 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=796/tid=804] ppid=794 vsize=915632 CPUtime=0
/proc/796/task/804/stat : 804 (java) S 794 796 499 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156527805 937607168 41107 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 915632

[startup+102.434 s]
/proc/loadavg: 1.81 1.28 1.10 3/87 884
/proc/meminfo: memFree=1409672/2055920 swapFree=4192812/4192956
[pid=796] ppid=794 vsize=915632 CPUtime=102.31
/proc/796/stat : 796 (java) R 794 796 499 0 -1 0 41382 0 1 0 10206 25 0 0 25 0 8 0 156527798 937607168 41107 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074030881 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/796/statm: 228908 41107 2533 14 0 215378 0
[pid=796/tid=798] ppid=794 vsize=915632 CPUtime=0.29
/proc/796/task/798/stat : 798 (java) S 794 796 499 0 -1 64 24283 0 0 0 20 9 0 0 16 0 8 0 156527801 937607168 41107 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=796/tid=799] ppid=794 vsize=915632 CPUtime=0
/proc/796/task/799/stat : 799 (java) S 794 796 499 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156527802 937607168 41107 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=796/tid=800] ppid=794 vsize=915632 CPUtime=0
/proc/796/task/800/stat : 800 (java) S 794 796 499 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156527802 937607168 41107 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=796/tid=801] ppid=794 vsize=915632 CPUtime=0
/proc/796/task/801/stat : 801 (java) S 794 796 499 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156527805 937607168 41107 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=796/tid=802] ppid=794 vsize=915632 CPUtime=0.27
/proc/796/task/802/stat : 802 (java) S 794 796 499 0 -1 64 481 0 0 0 26 1 0 0 16 0 8 0 156527805 937607168 41107 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=796/tid=803] ppid=794 vsize=915632 CPUtime=0
/proc/796/task/803/stat : 803 (java) S 794 796 499 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156527805 937607168 41107 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=796/tid=804] ppid=794 vsize=915632 CPUtime=0
/proc/796/task/804/stat : 804 (java) S 794 796 499 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156527805 937607168 41107 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 915632

[startup+162.532 s]
/proc/loadavg: 1.93 1.41 1.15 3/87 884
/proc/meminfo: memFree=1409672/2055920 swapFree=4192812/4192956
[pid=796] ppid=794 vsize=915632 CPUtime=162.33
/proc/796/stat : 796 (java) R 794 796 499 0 -1 0 41382 0 1 0 16208 25 0 0 25 0 8 0 156527798 937607168 41107 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073788561 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

Current children cumulated CPU time (s) 1422.96
Current children cumulated vsize (KiB) 915632

[startup+1484.47 s]
/proc/loadavg: 2.00 2.00 1.78 3/87 944
/proc/meminfo: memFree=1377544/2055920 swapFree=4192812/4192956
[pid=796] ppid=794 vsize=915632 CPUtime=1483.01
/proc/796/stat : 796 (java) R 794 796 499 0 -1 0 41442 0 1 0 148271 30 0 0 25 0 8 0 156527798 937607168 41144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073792919 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/796/statm: 228908 41144 2537 14 0 215378 0
[pid=796/tid=798] ppid=794 vsize=915632 CPUtime=0.29
/proc/796/task/798/stat : 798 (java) S 794 796 499 0 -1 64 24284 0 0 0 20 9 0 0 16 0 8 0 156527801 937607168 41144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=796/tid=799] ppid=794 vsize=915632 CPUtime=0
/proc/796/task/799/stat : 799 (java) S 794 796 499 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156527802 937607168 41144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=796/tid=800] ppid=794 vsize=915632 CPUtime=0
/proc/796/task/800/stat : 800 (java) S 794 796 499 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156527802 937607168 41144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=796/tid=801] ppid=794 vsize=915632 CPUtime=0
/proc/796/task/801/stat : 801 (java) S 794 796 499 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156527805 937607168 41144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=796/tid=802] ppid=794 vsize=915632 CPUtime=0.33
/proc/796/task/802/stat : 802 (java) S 794 796 499 0 -1 64 522 0 0 0 31 2 0 0 16 0 8 0 156527805 937607168 41144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=796/tid=803] ppid=794 vsize=915632 CPUtime=0
/proc/796/task/803/stat : 803 (java) S 794 796 499 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156527805 937607168 41144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=796/tid=804] ppid=794 vsize=915632 CPUtime=0
/proc/796/task/804/stat : 804 (java) S 794 796 499 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156527805 937607168 41144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1483.01
Current children cumulated vsize (KiB) 915632

[startup+1544.57 s]
/proc/loadavg: 2.00 2.00 1.79 3/87 944
/proc/meminfo: memFree=1377480/2055920 swapFree=4192812/4192956
[pid=796] ppid=794 vsize=915632 CPUtime=1543.05
/proc/796/stat : 796 (java) R 794 796 499 0 -1 0 41442 0 1 0 154275 30 0 0 25 0 8 0 156527798 937607168 41144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073794598 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/796/statm: 228908 41144 2537 14 0 215378 0
[pid=796/tid=798] ppid=794 vsize=915632 CPUtime=0.29
/proc/796/task/798/stat : 798 (java) S 794 796 499 0 -1 64 24284 0 0 0 20 9 0 0 16 0 8 0 156527801 937607168 41144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=796/tid=799] ppid=794 vsize=915632 CPUtime=0
/proc/796/task/799/stat : 799 (java) S 794 796 499 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156527802 937607168 41144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=796/tid=800] ppid=794 vsize=915632 CPUtime=0
/proc/796/task/800/stat : 800 (java) S 794 796 499 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156527802 937607168 41144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=796/tid=801] ppid=794 vsize=915632 CPUtime=0
/proc/796/task/801/stat : 801 (java) S 794 796 499 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156527805 937607168 41144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=796/tid=802] ppid=794 vsize=915632 CPUtime=0.33
/proc/796/task/802/stat : 802 (java) S 794 796 499 0 -1 64 522 0 0 0 31 2 0 0 16 0 8 0 156527805 937607168 41144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=796/tid=803] ppid=794 vsize=915632 CPUtime=0
/proc/796/task/803/stat : 803 (java) S 794 796 499 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156527805 937607168 41144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=796/tid=804] ppid=794 vsize=915632 CPUtime=0
/proc/796/task/804/stat : 804 (java) S 794 796 499 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156527805 937607168 41144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1543.05
Current children cumulated vsize (KiB) 915632

[startup+1604.65 s]
/proc/loadavg: 2.07 2.02 1.81 3/87 944
/proc/meminfo: memFree=1341064/2055920 swapFree=4192812/4192956
[pid=796] ppid=794 vsize=915632 CPUtime=1603.06
/proc/796/stat : 796 (java) R 794 796 499 0 -1 0 41442 0 1 0 160276 30 0 0 25 0 8 0 156527798 937607168 41144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479196 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/796/statm: 228908 41144 2537 14 0 215378 0
[pid=796/tid=798] ppid=794 vsize=915632 CPUtime=0.29
/proc/796/task/798/stat : 798 (java) S 794 796 499 0 -1 64 24284 0 0 0 20 9 0 0 16 0 8 0 156527801 937607168 41144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=796/tid=799] ppid=794 vsize=915632 CPUtime=0
/proc/796/task/799/stat : 799 (java) S 794 796 499 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156527802 937607168 41144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=796/tid=800] ppid=794 vsize=915632 CPUtime=0
/proc/796/task/800/stat : 800 (java) S 794 796 499 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156527802 937607168 41144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=796/tid=801] ppid=794 vsize=915632 CPUtime=0
/proc/796/task/801/stat : 801 (java) S 794 796 499 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156527805 937607168 41144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=796/tid=802] ppid=794 vsize=915632 CPUtime=0.33
/proc/796/task/802/stat : 802 (java) S 794 796 499 0 -1 64 522 0 0 0 31 2 0 0 16 0 8 0 156527805 937607168 41144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=796/tid=803] ppid=794 vsize=915632 CPUtime=0
/proc/796/task/803/stat : 803 (java) S 794 796 499 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156527805 937607168 41144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=796/tid=804] ppid=794 vsize=915632 CPUtime=0
/proc/796/task/804/stat : 804 (java) S 794 796 499 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156527805 937607168 41144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1603.06
Current children cumulated vsize (KiB) 915632

[startup+1664.74 s]
/proc/loadavg: 2.02 2.01 1.82 3/87 944
/proc/meminfo: memFree=1341064/2055920 swapFree=4192812/4192956
[pid=796] ppid=794 vsize=915632 CPUtime=1663.1
/proc/796/stat : 796 (java) R 794 796 499 0 -1 0 41442 0 1 0 166280 30 0 0 25 0 8 0 156527798 937607168 41144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074121495 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/796/statm: 228908 41144 2537 14 0 215378 0
[pid=796/tid=798] ppid=794 vsize=915632 CPUtime=0.29
/proc/796/task/798/stat : 798 (java) S 794 796 499 0 -1 64 24284 0 0 0 20 9 0 0 16 0 8 0 156527801 937607168 41144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=796/tid=799] ppid=794 vsize=915632 CPUtime=0
/proc/796/task/799/stat : 799 (java) S 794 796 499 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156527802 937607168 41144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=796/tid=800] ppid=794 vsize=915632 CPUtime=0
/proc/796/task/800/stat : 800 (java) S 794 796 499 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156527802 937607168 41144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=796/tid=801] ppid=794 vsize=915632 CPUtime=0
/proc/796/task/801/stat : 801 (java) S 794 796 499 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156527805 937607168 41144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=796/tid=802] ppid=794 vsize=915632 CPUtime=0.33
/proc/796/task/802/stat : 802 (java) S 794 796 499 0 -1 64 522 0 0 0 31 2 0 0 16 0 8 0 156527805 937607168 41144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=796/tid=803] ppid=794 vsize=915632 CPUtime=0
/proc/796/task/803/stat : 803 (java) S 794 796 499 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156527805 937607168 41144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=796/tid=804] ppid=794 vsize=915632 CPUtime=0
/proc/796/task/804/stat : 804 (java) S 794 796 499 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156527805 937607168 41144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1663.1
Current children cumulated vsize (KiB) 915632

[startup+1724.83 s]
/proc/loadavg: 2.01 2.00 1.82 3/87 944
/proc/meminfo: memFree=1341000/2055920 swapFree=4192812/4192956
[pid=796] ppid=794 vsize=915632 CPUtime=1723.14
/proc/796/stat : 796 (java) R 794 796 499 0 -1 0 41442 0 1 0 172284 30 0 0 25 0 8 0 156527798 937607168 41144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073788618 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/796/statm: 228908 41144 2537 14 0 215378 0
[pid=796/tid=798] ppid=794 vsize=915632 CPUtime=0.29
/proc/796/task/798/stat : 798 (java) S 794 796 499 0 -1 64 24284 0 0 0 20 9 0 0 16 0 8 0 156527801 937607168 41144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=796/tid=799] ppid=794 vsize=915632 CPUtime=0
/proc/796/task/799/stat : 799 (java) S 794 796 499 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156527802 937607168 41144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=796/tid=800] ppid=794 vsize=915632 CPUtime=0
/proc/796/task/800/stat : 800 (java) S 794 796 499 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156527802 937607168 41144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=796/tid=801] ppid=794 vsize=915632 CPUtime=0
/proc/796/task/801/stat : 801 (java) S 794 796 499 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156527805 937607168 41144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=796/tid=802] ppid=794 vsize=915632 CPUtime=0.33
/proc/796/task/802/stat : 802 (java) S 794 796 499 0 -1 64 522 0 0 0 31 2 0 0 16 0 8 0 156527805 937607168 41144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=796/tid=803] ppid=794 vsize=915632 CPUtime=0
/proc/796/task/803/stat : 803 (java) S 794 796 499 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156527805 937607168 41144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=796/tid=804] ppid=794 vsize=915632 CPUtime=0
/proc/796/task/804/stat : 804 (java) S 794 796 499 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156527805 937607168 41144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1723.14
Current children cumulated vsize (KiB) 915632

[startup+1784.92 s]
/proc/loadavg: 2.07 2.02 1.84 3/87 944
/proc/meminfo: memFree=1341064/2055920 swapFree=4192812/4192956
[pid=796] ppid=794 vsize=915632 CPUtime=1783.16
/proc/796/stat : 796 (java) R 794 796 499 0 -1 0 41442 0 1 0 178285 31 0 0 25 0 8 0 156527798 937607168 41144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073788672 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/796/statm: 228908 41144 2537 14 0 215378 0
[pid=796/tid=798] ppid=794 vsize=915632 CPUtime=0.29
/proc/796/task/798/stat : 798 (java) S 794 796 499 0 -1 64 24284 0 0 0 20 9 0 0 16 0 8 0 156527801 937607168 41144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=796/tid=799] ppid=794 vsize=915632 CPUtime=0
/proc/796/task/799/stat : 799 (java) S 794 796 499 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156527802 937607168 41144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=796/tid=800] ppid=794 vsize=915632 CPUtime=0
/proc/796/task/800/stat : 800 (java) S 794 796 499 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156527802 937607168 41144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=796/tid=801] ppid=794 vsize=915632 CPUtime=0
/proc/796/task/801/stat : 801 (java) S 794 796 499 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156527805 937607168 41144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=796/tid=802] ppid=794 vsize=915632 CPUtime=0.33
/proc/796/task/802/stat : 802 (java) S 794 796 499 0 -1 64 522 0 0 0 31 2 0 0 16 0 8 0 156527805 937607168 41144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=796/tid=803] ppid=794 vsize=915632 CPUtime=0
/proc/796/task/803/stat : 803 (java) S 794 796 499 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156527805 937607168 41144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=796/tid=804] ppid=794 vsize=915632 CPUtime=0
/proc/796/task/804/stat : 804 (java) S 794 796 499 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156527805 937607168 41144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1783.16
Current children cumulated vsize (KiB) 915632



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.79 s]
/proc/loadavg: 2.06 2.01 1.84 3/87 944
/proc/meminfo: memFree=1341064/2055920 swapFree=4192812/4192956
[pid=796] ppid=794 vsize=915632 CPUtime=1800.03
/proc/796/stat : 796 (java) R 794 796 499 0 -1 0 41442 0 1 0 179972 31 0 0 25 0 8 0 156527798 937607168 41144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479184 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/796/statm: 228908 41144 2537 14 0 215378 0
[pid=796/tid=798] ppid=794 vsize=915632 CPUtime=0.29
/proc/796/task/798/stat : 798 (java) S 794 796 499 0 -1 64 24284 0 0 0 20 9 0 0 16 0 8 0 156527801 937607168 41144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=796/tid=799] ppid=794 vsize=915632 CPUtime=0
/proc/796/task/799/stat : 799 (java) S 794 796 499 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156527802 937607168 41144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=796/tid=800] ppid=794 vsize=915632 CPUtime=0
/proc/796/task/800/stat : 800 (java) S 794 796 499 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156527802 937607168 41144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=796/tid=801] ppid=794 vsize=915632 CPUtime=0
/proc/796/task/801/stat : 801 (java) S 794 796 499 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156527805 937607168 41144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=796/tid=802] ppid=794 vsize=915632 CPUtime=0.33
/proc/796/task/802/stat : 802 (java) S 794 796 499 0 -1 64 522 0 0 0 31 2 0 0 16 0 8 0 156527805 937607168 41144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=796/tid=803] ppid=794 vsize=915632 CPUtime=0
/proc/796/task/803/stat : 803 (java) S 794 796 499 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156527805 937607168 41144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=796/tid=804] ppid=794 vsize=915632 CPUtime=0
/proc/796/task/804/stat : 804 (java) S 794 796 499 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156527805 937607168 41144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 915632

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

Child status: 143
Real time (s): 1801.88
CPU time (s): 1800.11
CPU user time (s): 1799.77
CPU system time (s): 0.338948
CPU usage (%): 99.9022
Max. virtual memory (cumulated for all children) (KiB): 915632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.77
system time used= 0.338948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41457
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= 38094
involuntary context switches= 42840

runsolver used 1.84372 s user time and 6.13507 s system time

The end

Launcher Data (download as text)

Begin job on node48 on Sat Jan  6 11:01:21 UTC 2007


IDJOB= 232536
IDBENCH= 6532
FILE ID= node48/232536-1168081272

PBS_JOBID= 3476196

Free space on /tmp= 66557 MiB

BENCH NAME= HOME/pub/bench/CPAI06/taillard/js-taillard-20/js-taillard-20-105-5.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/232536-1168081272/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node48/watcher-232536-1168081272 -o ROOT/results/node48/solver-232536-1168081272 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/232536-1168081272/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  b0bc3a455955fb2ea2b28a025b381c8f

RANDOM SEED= 985386677

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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.218
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.218
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:       1563888 kB
Buffers:         31248 kB
Cached:         300660 kB
SwapCached:          0 kB
Active:         139204 kB
Inactive:       279196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1563888 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2220 kB
Writeback:           0 kB
Mapped:         107144 kB
Slab:            58308 kB
Committed_AS:  3967728 kB
PageTables:       2144 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= 66558 MiB



End job on node48 on Sat Jan  6 11:31:35 UTC 2007