Trace number 248323

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 ESAC? (TO) 1800.08 1811.8

General information on the benchmark

Nameprimes/primes-30/
primes-30-40-3-5.xml
MD5SUM2a4766e888b4e3ee102bffb3b82a7bd6
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints40
Maximum constraint arity8
Maximum domain size112
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40
Global constraints used (with number of constraints)

Solver Data (download as text)

0.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=esac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/248323-1168398677/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.43	     nbVariables=100  nbDomainTypes=1  minDomainSize=112  maxDomainSize=112
0.43	       =>  wckTime=0.113  cpuTime=0.1  mem=7M927
0.43	   
0.43	   predicates being loaded...
0.46	   
0.46	   constraints being loaded...
0.56	     nbConstraints=40  nbSingletonDomainVariables=9  nbDisconnectedVariables=9  nbUnbuiltConflictsStructures=40
0.56	     nbSharedBinaryRepresentations=0  nbEvaluationManagers=40  nbSharedEvaluationManagers=0  maxDegree=6  maxArity=8
0.56	       =>  wckTime=0.243  cpuTime=0.18  mem=9M877
0.60	   
0.60	   solver IterativeSystematicSolver being built... 
0.78	       =>  wckTime=0.463  cpuTime=0.34  mem=16M563
2.64	   
2.64	   preprocessing
2.64	     nbConstraintChecks=4101319  nbValidityChecks=804  nbPropagations=243  nbRevisions=55  nbUselessRevisions=11
2.64	     nbSingletonTests=114  nbEffectiveSingletonTests=0  nbESACBranches=6  nbRemovedValues=479  detectedInconsistency=no
2.64	       =>  wckTime=1.861  cpuTime=1.82  mem=16M563
3.45	   
3.45	   search
3.45	     run=0  nbConstraintChecks=1152890  nbValidityChecks=599  nbPropagations=459  nbRevisions=180  nbUselessRevisions=25
3.45	     nbAssignments=105  nbFailedAssignments=80  nbBacktracks=10  nbVisitedNodes=186  nbRestartNogoods=0  mapSize=10
3.45	     nbInferences=0  nbTooLargeKeys=0
3.45	       =>  wckTime=2.673  cpuTime=2.61  mem=16M563
12.18	   
12.18	   search
12.18	     run=1  nbConstraintChecks=14786100  nbValidityChecks=38389  nbPropagations=5527  nbRevisions=2972
12.18	     nbUselessRevisions=682  nbAssignments=2735  nbFailedAssignments=893  nbBacktracks=25  nbVisitedNodes=1851
12.18	     nbRestartNogoods=80  mapSize=21  nbInferences=0  nbTooLargeKeys=0
12.18	       =>  wckTime=11.403  cpuTime=11.22  mem=16M563
35.67	   
35.67	   search
35.67	     run=2  nbConstraintChecks=47787828  nbValidityChecks=54462  nbPropagations=17303  nbRevisions=9433
35.67	     nbUselessRevisions=1864  nbAssignments=6294  nbFailedAssignments=3392  nbBacktracks=47  nbVisitedNodes=6899
35.67	     nbRestartNogoods=110  mapSize=43  nbInferences=0  nbTooLargeKeys=0
35.67	       =>  wckTime=34.889  cpuTime=34.47  mem=16M563
70.66	   
70.66	   search
70.66	     run=3  nbConstraintChecks=95962908  nbValidityChecks=75111  nbPropagations=37625  nbRevisions=20292
70.66	     nbUselessRevisions=3118  nbAssignments=10619  nbFailedAssignments=7088  nbBacktracks=80  nbVisitedNodes=14325
70.66	     nbRestartNogoods=167  mapSize=76  nbInferences=0  nbTooLargeKeys=0
70.66	       =>  wckTime=69.879  cpuTime=69.13  mem=16M563
121.71	   
121.71	   search
121.71	     run=4  nbConstraintChecks=166209308  nbValidityChecks=75111  nbPropagations=69199  nbRevisions=36751
121.71	     nbUselessRevisions=4372  nbAssignments=16270  nbFailedAssignments=12688  nbBacktracks=130  nbVisitedNodes=25576
121.71	     nbRestartNogoods=200  mapSize=126  nbInferences=0  nbTooLargeKeys=0
121.71	       =>  wckTime=120.926  cpuTime=119.72  mem=16M563
197.46	   
197.46	   search
197.46	     run=5  nbConstraintChecks=270173980  nbValidityChecks=75111  nbPropagations=117426  nbRevisions=61498
197.46	     nbUselessRevisions=5626  nbAssignments=24634  nbFailedAssignments=20976  nbBacktracks=205  nbVisitedNodes=42228
197.46	     nbRestartNogoods=250  mapSize=201  nbInferences=0  nbTooLargeKeys=0
197.46	       =>  wckTime=196.678  cpuTime=194.78  mem=16M563
311.73	   
311.73	   search
311.73	     run=6  nbConstraintChecks=427525916  nbValidityChecks=75111  nbPropagations=190856  nbRevisions=98789
311.73	     nbUselessRevisions=6880  nbAssignments=37292  nbFailedAssignments=33520  nbBacktracks=318  nbVisitedNodes=67430
311.73	     nbRestartNogoods=295  mapSize=314  nbInferences=0  nbTooLargeKeys=0
311.73	       =>  wckTime=310.954  cpuTime=308.02  mem=16M563
484.05	   
484.05	   search
484.05	     run=7  nbConstraintChecks=664958748  nbValidityChecks=75111  nbPropagations=302314  nbRevisions=155008
484.05	     nbUselessRevisions=8134  nbAssignments=56391  nbFailedAssignments=52448  nbBacktracks=488  nbVisitedNodes=105457
484.05	     nbRestartNogoods=340  mapSize=484  nbInferences=0  nbTooLargeKeys=0
484.05	       =>  wckTime=483.273  cpuTime=478.77  mem=17M538
742.03	   
742.03	   search
742.03	     run=8  nbConstraintChecks=1020405532  nbValidityChecks=75111  nbPropagations=470702  nbRevisions=239563
742.03	     nbUselessRevisions=9388  nbAssignments=84984  nbFailedAssignments=80784  nbBacktracks=744  nbVisitedNodes=162386
742.03	     nbRestartNogoods=442  mapSize=740  nbInferences=0  nbTooLargeKeys=0
742.03	       =>  wckTime=741.253  cpuTime=734.41  mem=17M538
1031.30	   
1031.30	   INFO : Stopping hyperNogood (mapSize=1021, nbTooLargekeys=0, mem=17M538)
1062.52	   
1062.52	   search
1062.52	     run=9  nbConstraintChecks=1451819510  nbValidityChecks=82377  nbPropagations=708220  nbRevisions=358702
1062.52	     nbUselessRevisions=10716  nbAssignments=119668  nbFailedAssignments=115074  nbBacktracks=1128
1062.52	     nbVisitedNodes=231360  nbRestartNogoods=461
1062.52	       =>  wckTime=1061.741  cpuTime=1053.4  mem=17M538
1465.87	   
1465.87	   search
1465.87	     run=10  nbConstraintChecks=1885608676  nbValidityChecks=895793  nbPropagations=1012205  nbRevisions=516804
1465.87	     nbUselessRevisions=12456  nbAssignments=152557  nbFailedAssignments=146435  nbBacktracks=1704
1465.87	     nbVisitedNodes=294695  nbRestartNogoods=752
1465.87	       =>  wckTime=1465.09  cpuTime=1454.84  mem=17M538

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/node24/watcher-248323-1168398677 -o ROOT/results/node24/solver-248323-1168398677 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/248323-1168398677/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.31 1.70 1.88 5/94 1134
/proc/meminfo: memFree=1035960/2055920 swapFree=4192800/4192956
[pid=1133] ppid=1131 vsize=11868 CPUtime=0
/proc/1133/stat : 1133 (java) D 1131 1133 838 0 -1 0 765 0 1 0 0 0 0 0 17 0 1 0 188263230 12152832 515 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 2605860 0 2147483391 0 7368 18446744072099855350 0 0 17 1 0 0
/proc/1133/statm: 2967 515 425 14 0 1602 0

[startup+0.104201 s]
/proc/loadavg: 1.31 1.70 1.88 5/94 1134
/proc/meminfo: memFree=1035960/2055920 swapFree=4192800/4192956
[pid=1133] ppid=1131 vsize=914988 CPUtime=0.09
/proc/1133/stat : 1133 (java) R 1131 1133 838 0 -1 0 2979 0 1 0 7 2 0 0 17 0 8 0 188263230 936947712 2725 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072927237 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1133/statm: 228747 2725 1423 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.512244 s]
/proc/loadavg: 1.31 1.70 1.88 5/94 1134
/proc/meminfo: memFree=1035960/2055920 swapFree=4192800/4192956
[pid=1133] ppid=1131 vsize=915328 CPUtime=0.49
/proc/1133/stat : 1133 (java) R 1131 1133 838 0 -1 0 6717 0 1 0 45 4 0 0 18 0 8 0 188263230 937295872 6456 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4151974723 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1133/statm: 228832 6456 2159 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33333 s]
/proc/loadavg: 1.31 1.70 1.88 3/101 1141
/proc/meminfo: memFree=1011136/2055920 swapFree=4192800/4192956
[pid=1133] ppid=1131 vsize=915464 CPUtime=1.3
/proc/1133/stat : 1133 (java) R 1131 1133 838 0 -1 0 8965 0 1 0 124 6 0 0 25 0 8 0 188263230 937435136 8703 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073733235 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1133/statm: 228866 8703 2540 14 0 215336 0
[pid=1133/tid=1135] ppid=1131 vsize=915464 CPUtime=0.02
/proc/1133/task/1135/stat : 1135 (java) S 1131 1133 838 0 -1 64 208 0 0 0 2 0 0 0 16 0 8 0 188263233 937435136 8703 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1133/tid=1136] ppid=1131 vsize=915464 CPUtime=0
/proc/1133/task/1136/stat : 1136 (java) S 1131 1133 838 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188263234 937435136 8703 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1133/tid=1137] ppid=1131 vsize=915464 CPUtime=0
/proc/1133/task/1137/stat : 1137 (java) S 1131 1133 838 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188263234 937435136 8703 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1133/tid=1138] ppid=1131 vsize=915464 CPUtime=0
/proc/1133/task/1138/stat : 1138 (java) S 1131 1133 838 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 188263237 937435136 8703 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1133/tid=1139] ppid=1131 vsize=915464 CPUtime=0.15
/proc/1133/task/1139/stat : 1139 (java) S 1131 1133 838 0 -1 64 342 0 0 0 15 0 0 0 16 0 8 0 188263237 937435136 8703 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1133/tid=1140] ppid=1131 vsize=915464 CPUtime=0
/proc/1133/task/1140/stat : 1140 (java) S 1131 1133 838 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 188263237 937435136 8703 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1133/tid=1141] ppid=1131 vsize=915464 CPUtime=0
/proc/1133/task/1141/stat : 1141 (java) S 1131 1133 838 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188263237 937435136 8703 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915464

[startup+2.97303 s]
/proc/loadavg: 1.31 1.70 1.88 3/101 1141
/proc/meminfo: memFree=1011136/2055920 swapFree=4192800/4192956
[pid=1133] ppid=1131 vsize=915464 CPUtime=2.94
/proc/1133/stat : 1133 (java) R 1131 1133 838 0 -1 0 9083 0 1 0 287 7 0 0 25 0 8 0 188263230 937435136 8819 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073732640 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1133/statm: 228866 8819 2543 14 0 215336 0
[pid=1133/tid=1135] ppid=1131 vsize=915464 CPUtime=0.02
/proc/1133/task/1135/stat : 1135 (java) S 1131 1133 838 0 -1 64 208 0 0 0 2 0 0 0 17 0 8 0 188263233 937435136 8819 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1133/tid=1136] ppid=1131 vsize=915464 CPUtime=0
/proc/1133/task/1136/stat : 1136 (java) S 1131 1133 838 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188263234 937435136 8819 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1133/tid=1137] ppid=1131 vsize=915464 CPUtime=0
/proc/1133/task/1137/stat : 1137 (java) S 1131 1133 838 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188263234 937435136 8819 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1133/tid=1138] ppid=1131 vsize=915464 CPUtime=0
/proc/1133/task/1138/stat : 1138 (java) S 1131 1133 838 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 188263237 937435136 8819 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1133/tid=1139] ppid=1131 vsize=915464 CPUtime=0.17
/proc/1133/task/1139/stat : 1139 (java) S 1131 1133 838 0 -1 64 355 0 0 0 17 0 0 0 15 0 8 0 188263237 937435136 8819 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1133/tid=1140] ppid=1131 vsize=915464 CPUtime=0
/proc/1133/task/1140/stat : 1140 (java) S 1131 1133 838 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 188263237 937435136 8819 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1133/tid=1141] ppid=1131 vsize=915464 CPUtime=0
/proc/1133/task/1141/stat : 1141 (java) S 1131 1133 838 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188263237 937435136 8819 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 915464

[startup+6.18131 s]
/proc/loadavg: 1.36 1.71 1.88 3/101 1141
/proc/meminfo: memFree=1010496/2055920 swapFree=4192800/4192956
[pid=1133] ppid=1131 vsize=915464 CPUtime=6.11
/proc/1133/stat : 1133 (java) R 1131 1133 838 0 -1 0 9111 0 1 0 604 7 0 0 25 0 8 0 188263230 937435136 8845 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073732711 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1133/statm: 228866 8845 2543 14 0 215336 0
[pid=1133/tid=1135] ppid=1131 vsize=915464 CPUtime=0.02
/proc/1133/task/1135/stat : 1135 (java) S 1131 1133 838 0 -1 64 208 0 0 0 2 0 0 0 17 0 8 0 188263233 937435136 8845 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1133/tid=1136] ppid=1131 vsize=915464 CPUtime=0
/proc/1133/task/1136/stat : 1136 (java) S 1131 1133 838 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188263234 937435136 8845 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1133/tid=1137] ppid=1131 vsize=915464 CPUtime=0
/proc/1133/task/1137/stat : 1137 (java) S 1131 1133 838 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188263234 937435136 8845 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1133/tid=1138] ppid=1131 vsize=915464 CPUtime=0
/proc/1133/task/1138/stat : 1138 (java) S 1131 1133 838 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 188263237 937435136 8845 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1133/tid=1139] ppid=1131 vsize=915464 CPUtime=0.21
/proc/1133/task/1139/stat : 1139 (java) S 1131 1133 838 0 -1 64 371 0 0 0 21 0 0 0 16 0 8 0 188263237 937435136 8845 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1133/tid=1140] ppid=1131 vsize=915464 CPUtime=0
/proc/1133/task/1140/stat : 1140 (java) S 1131 1133 838 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 188263237 937435136 8845 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1133/tid=1141] ppid=1131 vsize=915464 CPUtime=0
/proc/1133/task/1141/stat : 1141 (java) S 1131 1133 838 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188263237 937435136 8845 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 915464

[startup+12.6545 s]
/proc/loadavg: 1.42 1.71 1.88 3/101 1141
/proc/meminfo: memFree=1010496/2055920 swapFree=4192800/4192956
[pid=1133] ppid=1131 vsize=915464 CPUtime=12.52
/proc/1133/stat : 1133 (java) R 1131 1133 838 0 -1 0 9121 0 1 0 1245 7 0 0 25 0 8 0 188263230 937435136 8853 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073733182 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1133/statm: 228866 8853 2543 14 0 215336 0
[pid=1133/tid=1135] ppid=1131 vsize=915464 CPUtime=0.02
/proc/1133/task/1135/stat : 1135 (java) S 1131 1133 838 0 -1 64 208 0 0 0 2 0 0 0 16 0 8 0 188263233 937435136 8853 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1133/tid=1136] ppid=1131 vsize=915464 CPUtime=0
/proc/1133/task/1136/stat : 1136 (java) S 1131 1133 838 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188263234 937435136 8853 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1133/tid=1137] ppid=1131 vsize=915464 CPUtime=0
/proc/1133/task/1137/stat : 1137 (java) S 1131 1133 838 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188263234 937435136 8853 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1133/tid=1138] ppid=1131 vsize=915464 CPUtime=0
/proc/1133/task/1138/stat : 1138 (java) S 1131 1133 838 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 188263237 937435136 8853 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1133/tid=1139] ppid=1131 vsize=915464 CPUtime=0.21
/proc/1133/task/1139/stat : 1139 (java) S 1131 1133 838 0 -1 64 375 0 0 0 21 0 0 0 15 0 8 0 188263237 937435136 8853 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1133/tid=1140] ppid=1131 vsize=915464 CPUtime=0
/proc/1133/task/1140/stat : 1140 (java) S 1131 1133 838 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 188263237 937435136 8853 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1133/tid=1141] ppid=1131 vsize=915464 CPUtime=0
/proc/1133/task/1141/stat : 1141 (java) S 1131 1133 838 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188263237 937435136 8853 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 915464

[startup+25.5179 s]
/proc/loadavg: 1.54 1.72 1.88 3/101 1141
/proc/meminfo: memFree=1010432/2055920 swapFree=4192800/4192956
[pid=1133] ppid=1131 vsize=915464 CPUtime=25.27
/proc/1133/stat : 1133 (java) R 1131 1133 838 0 -1 0 9136 0 1 0 2520 7 0 0 25 0 8 0 188263230 937435136 8866 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479187 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1133/statm: 228866 8866 2543 14 0 215336 0
[pid=1133/tid=1135] ppid=1131 vsize=915464 CPUtime=0.02
/proc/1133/task/1135/stat : 1135 (java) S 1131 1133 838 0 -1 64 208 0 0 0 2 0 0 0 16 0 8 0 188263233 937435136 8866 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1133/tid=1136] ppid=1131 vsize=915464 CPUtime=0
/proc/1133/task/1136/stat : 1136 (java) S 1131 1133 838 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188263234 937435136 8866 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1133/tid=1137] ppid=1131 vsize=915464 CPUtime=0
/proc/1133/task/1137/stat : 1137 (java) S 1131 1133 838 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188263234 937435136 8866 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1133/tid=1138] ppid=1131 vsize=915464 CPUtime=0
/proc/1133/task/1138/stat : 1138 (java) S 1131 1133 838 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 188263237 937435136 8866 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1133/tid=1139] ppid=1131 vsize=915464 CPUtime=0.23
/proc/1133/task/1139/stat : 1139 (java) S 1131 1133 838 0 -1 64 383 0 0 0 23 0 0 0 16 0 8 0 188263237 937435136 8866 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1133/tid=1140] ppid=1131 vsize=915464 CPUtime=0
/proc/1133/task/1140/stat : 1140 (java) S 1131 1133 838 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 188263237 937435136 8866 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1133/tid=1141] ppid=1131 vsize=915464 CPUtime=0
/proc/1133/task/1141/stat : 1141 (java) S 1131 1133 838 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188263237 937435136 8866 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 915464

[startup+51.1407 s]
/proc/loadavg: 1.70 1.74 1.88 3/101 1141
/proc/meminfo: memFree=1010496/2055920 swapFree=4192800/4192956
[pid=1133] ppid=1131 vsize=915464 CPUtime=50.65
/proc/1133/stat : 1133 (java) R 1131 1133 838 0 -1 0 9150 0 1 0 5058 7 0 0 25 0 8 0 188263230 937435136 8878 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073735760 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1133/statm: 228866 8878 2543 14 0 215336 0
[pid=1133/tid=1135] ppid=1131 vsize=915464 CPUtime=0.02
/proc/1133/task/1135/stat : 1135 (java) S 1131 1133 838 0 -1 64 208 0 0 0 2 0 0 0 16 0 8 0 188263233 937435136 8878 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1133/tid=1136] ppid=1131 vsize=915464 CPUtime=0
/proc/1133/task/1136/stat : 1136 (java) S 1131 1133 838 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188263234 937435136 8878 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1133/tid=1137] ppid=1131 vsize=915464 CPUtime=0
/proc/1133/task/1137/stat : 1137 (java) S 1131 1133 838 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188263234 937435136 8878 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1133/tid=1138] ppid=1131 vsize=915464 CPUtime=0
/proc/1133/task/1138/stat : 1138 (java) S 1131 1133 838 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 188263237 937435136 8878 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1133/tid=1139] ppid=1131 vsize=915464 CPUtime=0.24
/proc/1133/task/1139/stat : 1139 (java) S 1131 1133 838 0 -1 64 386 0 0 0 23 1 0 0 16 0 8 0 188263237 937435136 8878 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1133/tid=1140] ppid=1131 vsize=915464 CPUtime=0
/proc/1133/task/1140/stat : 1140 (java) S 1131 1133 838 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 188263237 937435136 8878 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1133/tid=1141] ppid=1131 vsize=915464 CPUtime=0
/proc/1133/task/1141/stat : 1141 (java) S 1131 1133 838 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188263237 937435136 8878 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 915464

[startup+102.379 s]
/proc/loadavg: 1.91 1.80 1.89 3/101 1141
/proc/meminfo: memFree=1010432/2055920 swapFree=4192800/4192956
[pid=1133] ppid=1131 vsize=915464 CPUtime=101.43
/proc/1133/stat : 1133 (java) R 1131 1133 838 0 -1 0 9157 0 1 0 10135 8 0 0 25 0 8 0 188263230 937435136 8885 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073732647 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1133/statm: 228866 8885 2543 14 0 215336 0
[pid=1133/tid=1135] ppid=1131 vsize=915464 CPUtime=0.02
/proc/1133/task/1135/stat : 1135 (java) S 1131 1133 838 0 -1 64 208 0 0 0 2 0 0 0 16 0 8 0 188263233 937435136 8885 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1133/tid=1136] ppid=1131 vsize=915464 CPUtime=0
/proc/1133/task/1136/stat : 1136 (java) S 1131 1133 838 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188263234 937435136 8885 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1133/tid=1137] ppid=1131 vsize=915464 CPUtime=0
/proc/1133/task/1137/stat : 1137 (java) S 1131 1133 838 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188263234 937435136 8885 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1133/tid=1138] ppid=1131 vsize=915464 CPUtime=0
/proc/1133/task/1138/stat : 1138 (java) S 1131 1133 838 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 188263237 937435136 8885 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1133/tid=1139] ppid=1131 vsize=915464 CPUtime=0.24
/proc/1133/task/1139/stat : 1139 (java) S 1131 1133 838 0 -1 64 386 0 0 0 23 1 0 0 16 0 8 0 188263237 937435136 8885 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1133/tid=1140] ppid=1131 vsize=915464 CPUtime=0
/proc/1133/task/1140/stat : 1140 (java) S 1131 1133 838 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 188263237 937435136 8885 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1133/tid=1141] ppid=1131 vsize=915464 CPUtime=0
/proc/1133/task/1141/stat : 1141 (java) S 1131 1133 838 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188263237 937435136 8885 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.43
Current children cumulated vsize (KiB) 915464

[startup+162.45 s]
/proc/loadavg: 1.96 1.83 1.90 3/101 1141
/proc/meminfo: memFree=1010368/2055920 swapFree=4192800/4192956
[pid=1133] ppid=1131 vsize=915464 CPUtime=160.95
/proc/1133/stat : 1133 (java) R 1131 1133 838 0 -1 0 9166 0 1 0 16087 8 0 0 25 0 8 0 188263230 937435136 8894 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479193 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 1413.72
Current children cumulated vsize (KiB) 915464

[startup+1483.72 s]
/proc/loadavg: 1.99 1.97 1.91 3/101 1143
/proc/meminfo: memFree=1009600/2055920 swapFree=4192800/4192956
[pid=1133] ppid=1131 vsize=915464 CPUtime=1473.49
/proc/1133/stat : 1133 (java) R 1131 1133 838 0 -1 0 9303 0 1 0 147334 15 0 0 25 0 8 0 188263230 937435136 9028 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918564 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1133/statm: 228866 9028 2543 14 0 215336 0
[pid=1133/tid=1135] ppid=1131 vsize=915464 CPUtime=0.02
/proc/1133/task/1135/stat : 1135 (java) S 1131 1133 838 0 -1 64 208 0 0 0 2 0 0 0 16 0 8 0 188263233 937435136 9028 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1133/tid=1136] ppid=1131 vsize=915464 CPUtime=0
/proc/1133/task/1136/stat : 1136 (java) S 1131 1133 838 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188263234 937435136 9028 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1133/tid=1137] ppid=1131 vsize=915464 CPUtime=0
/proc/1133/task/1137/stat : 1137 (java) S 1131 1133 838 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188263234 937435136 9028 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1133/tid=1138] ppid=1131 vsize=915464 CPUtime=0
/proc/1133/task/1138/stat : 1138 (java) S 1131 1133 838 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 188263237 937435136 9028 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1133/tid=1139] ppid=1131 vsize=915464 CPUtime=0.26
/proc/1133/task/1139/stat : 1139 (java) S 1131 1133 838 0 -1 64 392 0 0 0 25 1 0 0 16 0 8 0 188263237 937435136 9028 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1133/tid=1140] ppid=1131 vsize=915464 CPUtime=0
/proc/1133/task/1140/stat : 1140 (java) S 1131 1133 838 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 188263237 937435136 9028 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1133/tid=1141] ppid=1131 vsize=915464 CPUtime=0
/proc/1133/task/1141/stat : 1141 (java) S 1131 1133 838 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188263237 937435136 9028 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1473.49
Current children cumulated vsize (KiB) 915464

[startup+1543.77 s]
/proc/loadavg: 1.99 1.97 1.91 3/101 1143
/proc/meminfo: memFree=1009600/2055920 swapFree=4192800/4192956
[pid=1133] ppid=1131 vsize=915464 CPUtime=1533.26
/proc/1133/stat : 1133 (java) R 1131 1133 838 0 -1 0 9303 0 1 0 153311 15 0 0 25 0 8 0 188263230 937435136 9028 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073735751 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1133/statm: 228866 9028 2543 14 0 215336 0
[pid=1133/tid=1135] ppid=1131 vsize=915464 CPUtime=0.02
/proc/1133/task/1135/stat : 1135 (java) S 1131 1133 838 0 -1 64 208 0 0 0 2 0 0 0 16 0 8 0 188263233 937435136 9028 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1133/tid=1136] ppid=1131 vsize=915464 CPUtime=0
/proc/1133/task/1136/stat : 1136 (java) S 1131 1133 838 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188263234 937435136 9028 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1133/tid=1137] ppid=1131 vsize=915464 CPUtime=0
/proc/1133/task/1137/stat : 1137 (java) S 1131 1133 838 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188263234 937435136 9028 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1133/tid=1138] ppid=1131 vsize=915464 CPUtime=0
/proc/1133/task/1138/stat : 1138 (java) S 1131 1133 838 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 188263237 937435136 9028 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1133/tid=1139] ppid=1131 vsize=915464 CPUtime=0.26
/proc/1133/task/1139/stat : 1139 (java) S 1131 1133 838 0 -1 64 392 0 0 0 25 1 0 0 16 0 8 0 188263237 937435136 9028 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1133/tid=1140] ppid=1131 vsize=915464 CPUtime=0
/proc/1133/task/1140/stat : 1140 (java) S 1131 1133 838 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 188263237 937435136 9028 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1133/tid=1141] ppid=1131 vsize=915464 CPUtime=0
/proc/1133/task/1141/stat : 1141 (java) S 1131 1133 838 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188263237 937435136 9028 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1533.26
Current children cumulated vsize (KiB) 915464

[startup+1603.82 s]
/proc/loadavg: 2.04 1.99 1.91 3/101 1143
/proc/meminfo: memFree=1009600/2055920 swapFree=4192800/4192956
[pid=1133] ppid=1131 vsize=915464 CPUtime=1593.04
/proc/1133/stat : 1133 (java) R 1131 1133 838 0 -1 0 9303 0 1 0 159288 16 0 0 25 0 8 0 188263230 937435136 9028 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073733215 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1133/statm: 228866 9028 2543 14 0 215336 0
[pid=1133/tid=1135] ppid=1131 vsize=915464 CPUtime=0.02
/proc/1133/task/1135/stat : 1135 (java) S 1131 1133 838 0 -1 64 208 0 0 0 2 0 0 0 16 0 8 0 188263233 937435136 9028 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1133/tid=1136] ppid=1131 vsize=915464 CPUtime=0
/proc/1133/task/1136/stat : 1136 (java) S 1131 1133 838 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188263234 937435136 9028 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1133/tid=1137] ppid=1131 vsize=915464 CPUtime=0
/proc/1133/task/1137/stat : 1137 (java) S 1131 1133 838 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188263234 937435136 9028 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1133/tid=1138] ppid=1131 vsize=915464 CPUtime=0
/proc/1133/task/1138/stat : 1138 (java) S 1131 1133 838 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 188263237 937435136 9028 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1133/tid=1139] ppid=1131 vsize=915464 CPUtime=0.26
/proc/1133/task/1139/stat : 1139 (java) S 1131 1133 838 0 -1 64 392 0 0 0 25 1 0 0 16 0 8 0 188263237 937435136 9028 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1133/tid=1140] ppid=1131 vsize=915464 CPUtime=0
/proc/1133/task/1140/stat : 1140 (java) S 1131 1133 838 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 188263237 937435136 9028 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1133/tid=1141] ppid=1131 vsize=915464 CPUtime=0
/proc/1133/task/1141/stat : 1141 (java) S 1131 1133 838 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188263237 937435136 9028 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1593.04
Current children cumulated vsize (KiB) 915464

[startup+1663.87 s]
/proc/loadavg: 2.01 1.99 1.91 3/101 1143
/proc/meminfo: memFree=1009536/2055920 swapFree=4192800/4192956
[pid=1133] ppid=1131 vsize=915464 CPUtime=1652.81
/proc/1133/stat : 1133 (java) R 1131 1133 838 0 -1 0 9303 0 1 0 165265 16 0 0 25 0 8 0 188263230 937435136 9028 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073737127 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1133/statm: 228866 9028 2543 14 0 215336 0
[pid=1133/tid=1135] ppid=1131 vsize=915464 CPUtime=0.02
/proc/1133/task/1135/stat : 1135 (java) S 1131 1133 838 0 -1 64 208 0 0 0 2 0 0 0 16 0 8 0 188263233 937435136 9028 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1133/tid=1136] ppid=1131 vsize=915464 CPUtime=0
/proc/1133/task/1136/stat : 1136 (java) S 1131 1133 838 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188263234 937435136 9028 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1133/tid=1137] ppid=1131 vsize=915464 CPUtime=0
/proc/1133/task/1137/stat : 1137 (java) S 1131 1133 838 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188263234 937435136 9028 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1133/tid=1138] ppid=1131 vsize=915464 CPUtime=0
/proc/1133/task/1138/stat : 1138 (java) S 1131 1133 838 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 188263237 937435136 9028 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1133/tid=1139] ppid=1131 vsize=915464 CPUtime=0.26
/proc/1133/task/1139/stat : 1139 (java) S 1131 1133 838 0 -1 64 392 0 0 0 25 1 0 0 16 0 8 0 188263237 937435136 9028 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1133/tid=1140] ppid=1131 vsize=915464 CPUtime=0
/proc/1133/task/1140/stat : 1140 (java) S 1131 1133 838 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 188263237 937435136 9028 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1133/tid=1141] ppid=1131 vsize=915464 CPUtime=0
/proc/1133/task/1141/stat : 1141 (java) S 1131 1133 838 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188263237 937435136 9028 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1652.81
Current children cumulated vsize (KiB) 915464

[startup+1723.93 s]
/proc/loadavg: 2.00 1.99 1.91 3/101 1143
/proc/meminfo: memFree=1009536/2055920 swapFree=4192800/4192956
[pid=1133] ppid=1131 vsize=915464 CPUtime=1712.58
/proc/1133/stat : 1133 (java) R 1131 1133 838 0 -1 0 9303 0 1 0 171242 16 0 0 25 0 8 0 188263230 937435136 9028 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073736350 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1133/statm: 228866 9028 2543 14 0 215336 0
[pid=1133/tid=1135] ppid=1131 vsize=915464 CPUtime=0.02
/proc/1133/task/1135/stat : 1135 (java) S 1131 1133 838 0 -1 64 208 0 0 0 2 0 0 0 16 0 8 0 188263233 937435136 9028 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1133/tid=1136] ppid=1131 vsize=915464 CPUtime=0
/proc/1133/task/1136/stat : 1136 (java) S 1131 1133 838 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188263234 937435136 9028 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1133/tid=1137] ppid=1131 vsize=915464 CPUtime=0
/proc/1133/task/1137/stat : 1137 (java) S 1131 1133 838 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188263234 937435136 9028 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1133/tid=1138] ppid=1131 vsize=915464 CPUtime=0
/proc/1133/task/1138/stat : 1138 (java) S 1131 1133 838 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 188263237 937435136 9028 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1133/tid=1139] ppid=1131 vsize=915464 CPUtime=0.26
/proc/1133/task/1139/stat : 1139 (java) S 1131 1133 838 0 -1 64 392 0 0 0 25 1 0 0 16 0 8 0 188263237 937435136 9028 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1133/tid=1140] ppid=1131 vsize=915464 CPUtime=0
/proc/1133/task/1140/stat : 1140 (java) S 1131 1133 838 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 188263237 937435136 9028 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1133/tid=1141] ppid=1131 vsize=915464 CPUtime=0
/proc/1133/task/1141/stat : 1141 (java) S 1131 1133 838 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188263237 937435136 9028 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1712.58
Current children cumulated vsize (KiB) 915464

[startup+1783.98 s]
/proc/loadavg: 2.01 2.00 1.92 2/88 1157
/proc/meminfo: memFree=1503208/2055920 swapFree=4192800/4192956
[pid=1133] ppid=1131 vsize=915464 CPUtime=1772.36
/proc/1133/stat : 1133 (java) R 1131 1133 838 0 -1 0 9303 0 1 0 177219 17 0 0 25 0 8 0 188263230 937435136 9028 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073735776 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1133/statm: 228866 9028 2543 14 0 215336 0
[pid=1133/tid=1135] ppid=1131 vsize=915464 CPUtime=0.02
/proc/1133/task/1135/stat : 1135 (java) S 1131 1133 838 0 -1 64 208 0 0 0 2 0 0 0 16 0 8 0 188263233 937435136 9028 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1133/tid=1136] ppid=1131 vsize=915464 CPUtime=0
/proc/1133/task/1136/stat : 1136 (java) S 1131 1133 838 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188263234 937435136 9028 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1133/tid=1137] ppid=1131 vsize=915464 CPUtime=0
/proc/1133/task/1137/stat : 1137 (java) S 1131 1133 838 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188263234 937435136 9028 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1133/tid=1138] ppid=1131 vsize=915464 CPUtime=0
/proc/1133/task/1138/stat : 1138 (java) S 1131 1133 838 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 188263237 937435136 9028 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1133/tid=1139] ppid=1131 vsize=915464 CPUtime=0.26
/proc/1133/task/1139/stat : 1139 (java) S 1131 1133 838 0 -1 64 392 0 0 0 25 1 0 0 16 0 8 0 188263237 937435136 9028 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1133/tid=1140] ppid=1131 vsize=915464 CPUtime=0
/proc/1133/task/1140/stat : 1140 (java) S 1131 1133 838 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 188263237 937435136 9028 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1133/tid=1141] ppid=1131 vsize=915464 CPUtime=0
/proc/1133/task/1141/stat : 1141 (java) S 1131 1133 838 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188263237 937435136 9028 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1772.36
Current children cumulated vsize (KiB) 915464



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.73 s]
/proc/loadavg: 2.81 2.19 1.98 3/104 1197
/proc/meminfo: memFree=1067240/2055920 swapFree=4192800/4192956
[pid=1133] ppid=1131 vsize=915464 CPUtime=1800.01
/proc/1133/stat : 1133 (java) R 1131 1133 838 0 -1 0 9303 0 1 0 179984 17 0 0 25 0 8 0 188263230 937435136 9028 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073733209 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1133/statm: 228866 9028 2543 14 0 215336 0
[pid=1133/tid=1135] ppid=1131 vsize=915464 CPUtime=0.02
/proc/1133/task/1135/stat : 1135 (java) S 1131 1133 838 0 -1 64 208 0 0 0 2 0 0 0 16 0 8 0 188263233 937435136 9028 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1133/tid=1136] ppid=1131 vsize=915464 CPUtime=0
/proc/1133/task/1136/stat : 1136 (java) S 1131 1133 838 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188263234 937435136 9028 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1133/tid=1137] ppid=1131 vsize=915464 CPUtime=0
/proc/1133/task/1137/stat : 1137 (java) S 1131 1133 838 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188263234 937435136 9028 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1133/tid=1138] ppid=1131 vsize=915464 CPUtime=0
/proc/1133/task/1138/stat : 1138 (java) S 1131 1133 838 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 188263237 937435136 9028 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1133/tid=1139] ppid=1131 vsize=915464 CPUtime=0.26
/proc/1133/task/1139/stat : 1139 (java) S 1131 1133 838 0 -1 64 392 0 0 0 25 1 0 0 16 0 8 0 188263237 937435136 9028 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1133/tid=1140] ppid=1131 vsize=915464 CPUtime=0
/proc/1133/task/1140/stat : 1140 (java) S 1131 1133 838 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 188263237 937435136 9028 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1133/tid=1141] ppid=1131 vsize=915464 CPUtime=0
/proc/1133/task/1141/stat : 1141 (java) S 1131 1133 838 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188263237 937435136 9028 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 915464

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

Child status: 143
Real time (s): 1811.8
CPU time (s): 1800.08
CPU user time (s): 1799.9
CPU system time (s): 0.178972
CPU usage (%): 99.353
Max. virtual memory (cumulated for all children) (KiB): 915464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.9
system time used= 0.178972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9321
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= 37724
involuntary context switches= 76464

runsolver used 2.16767 s user time and 5.86011 s system time

The end

Launcher Data (download as text)

Begin job on node24 on Wed Jan 10 03:11:19 UTC 2007


IDJOB= 248323
IDBENCH= 11698
FILE ID= node24/248323-1168398677

PBS_JOBID= 3522923

Free space on /tmp= 66480 MiB

BENCH NAME= HOME/pub/bench/CPAI06/primes/primes-30/primes-30-40-3-5.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/248323-1168398677/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node24/watcher-248323-1168398677 -o ROOT/results/node24/solver-248323-1168398677 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/248323-1168398677/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  2a4766e888b4e3ee102bffb3b82a7bd6

RANDOM SEED= 209155183

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1036376 kB
Buffers:         60260 kB
Cached:         348284 kB
SwapCached:          0 kB
Active:         702100 kB
Inactive:       258852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1036376 kB
SwapTotal:     4192956 kB
SwapFree:      4192800 kB
Dirty:            1988 kB
Writeback:           0 kB
Mapped:         577016 kB
Slab:            42044 kB
Committed_AS:  4808636 kB
PageTables:       3416 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= 66478 MiB



End job on node24 on Wed Jan 10 03:41:32 UTC 2007