Trace number 210841

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

General information on the benchmark

NamepseudoSeries/uclid/
ooo-tag14.xml
MD5SUM38f6f36dbc36a524909911e073feb137
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark182.509
SatisfiableNO
(Un)Satisfiability was proved
Number of variables40605
Number of constraints118929
Maximum constraint arity13
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension118929
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/210841-1168075358/unknown.xml
0.35	   
0.35	   domains being loaded...
0.35	   
0.35	   variables being loaded...
0.99	     nbVariables=40605  nbDomainTypes=2  minDomainSize=1  maxDomainSize=2
0.99	       =>  wckTime=0.696  cpuTime=0.47  mem=34M782
0.99	   
0.99	   predicates being loaded...
1.00	   
1.00	   constraints being loaded...
5.35	   
5.35	   INFO : Stopping converting binary constraints (cpu=4.01, mem = 59M534)
8.35	     nbConstraints=116949  nbMergedConstraints=1980  nbSingletonDomainVariables=1  nbSharedBinaryRepresentations=0
8.35	     nbEvaluationManagers=57  nbSharedEvaluationManagers=116892  maxDegree=338  maxArity=13
8.35	       =>  wckTime=8.054  cpuTime=5.78  mem=275M840
9.26	   
9.26	   solver IterativeSystematicSolver being built... 
12.10	       =>  wckTime=11.805  cpuTime=7.89  mem=311M850
12.84	   
12.84	   preprocessing
12.84	     nbConstraintChecks=459175  nbValidityChecks=215124  nbPropagations=40617  nbRevisions=281163
12.84	     nbUselessRevisions=281151  nbRemovedValues=12  detectedInconsistency=no
12.84	       =>  wckTime=0.685  cpuTime=0.65  mem=315M914
134.76	   
134.77	   search
134.77	     run=0  nbConstraintChecks=224671  nbValidityChecks=558938  nbPropagations=79412  nbRevisions=640958
134.77	     nbUselessRevisions=603088  nbAssignments=953  nbFailedAssignments=3  nbBacktracks=12  nbVisitedNodes=960  mapSize=3
134.77	     nbInferences=0  nbTooLargeKeys=0
134.77	       =>  wckTime=122.627  cpuTime=121.95  mem=326M950
256.23	   
256.23	   search
256.23	     run=1  nbConstraintChecks=284077  nbValidityChecks=1118072  nbPropagations=197625  nbRevisions=1641968
256.23	     nbUselessRevisions=1528363  nbAssignments=1905  nbFailedAssignments=6  nbBacktracks=27  nbVisitedNodes=1918
256.23	     mapSize=6  nbInferences=0  nbTooLargeKeys=0
256.23	       =>  wckTime=244.093  cpuTime=242.76  mem=337M109
383.52	   
383.52	   search
383.52	     run=2  nbConstraintChecks=347509  nbValidityChecks=1688827  nbPropagations=355125  nbRevisions=3010233
383.52	     nbUselessRevisions=2782571  nbAssignments=2897  nbFailedAssignments=11  nbBacktracks=50  nbVisitedNodes=2921
383.52	     mapSize=11  nbInferences=1  nbTooLargeKeys=0
383.52	       =>  wckTime=371.388  cpuTime=369.32  mem=315M57
547.22	   
547.22	   search
547.22	     run=3  nbConstraintChecks=432191  nbValidityChecks=2301720  nbPropagations=555131  nbRevisions=4777953
547.22	     nbUselessRevisions=4394810  nbAssignments=4121  nbFailedAssignments=24  nbBacktracks=123  nbVisitedNodes=4177
547.22	     mapSize=29  nbInferences=2  nbTooLargeKeys=0
547.22	       =>  wckTime=535.084  cpuTime=532.19  mem=325M580
714.04	   
714.04	   search
714.04	     run=4  nbConstraintChecks=510354  nbValidityChecks=2914275  nbPropagations=797558  nbRevisions=6945488
714.04	     nbUselessRevisions=6365515  nbAssignments=5361  nbFailedAssignments=38  nbBacktracks=215  nbVisitedNodes=5447
714.04	     mapSize=45  nbInferences=3  nbTooLargeKeys=0
714.04	       =>  wckTime=701.9  cpuTime=698.16  mem=336M879
891.89	   
891.89	   search
891.89	     run=5  nbConstraintChecks=599918  nbValidityChecks=3538884  nbPropagations=1083130  nbRevisions=9522017
891.89	     nbUselessRevisions=8703127  nbAssignments=6669  nbFailedAssignments=54  nbBacktracks=438  nbVisitedNodes=6799
891.89	     mapSize=77  nbInferences=4  nbTooLargeKeys=0
891.89	       =>  wckTime=879.75  cpuTime=875.12  mem=349M71
1051.93	   
1051.93	   search
1051.93	     run=6  nbConstraintChecks=698151  nbValidityChecks=4170848  nbPropagations=1412119  nbRevisions=12511396
1051.93	     nbUselessRevisions=11411035  nbAssignments=7869  nbFailedAssignments=71  nbBacktracks=556  nbVisitedNodes=8047
1051.93	     mapSize=114  nbInferences=5  nbTooLargeKeys=0
1051.93	       =>  wckTime=1039.795  cpuTime=1034.29  mem=322M312
1208.43	   
1208.43	   search
1208.43	     run=7  nbConstraintChecks=801680  nbValidityChecks=4810154  nbPropagations=1785517  nbRevisions=15919107
1208.43	     nbUselessRevisions=14493582  nbAssignments=9048  nbFailedAssignments=89  nbBacktracks=771  nbVisitedNodes=9281
1208.43	     mapSize=156  nbInferences=5  nbTooLargeKeys=0
1208.43	       =>  wckTime=1196.292  cpuTime=1189.99  mem=333M340
1370.84	   
1370.84	   search
1370.84	     run=8  nbConstraintChecks=1739636  nbValidityChecks=6075626  nbPropagations=2225631  nbRevisions=20132042
1370.84	     nbUselessRevisions=18314576  nbAssignments=10265  nbFailedAssignments=132  nbBacktracks=1030  nbVisitedNodes=10672
1370.84	     mapSize=316  nbInferences=8  nbTooLargeKeys=0
1370.84	       =>  wckTime=1358.706  cpuTime=1351.61  mem=345M163
1547.28	   
1547.29	   search
1547.29	     run=9  nbConstraintChecks=2580956  nbValidityChecks=7362135  nbPropagations=2735547  nbRevisions=25178201
1547.29	     nbUselessRevisions=22898245  nbAssignments=11641  nbFailedAssignments=202  nbBacktracks=1421  nbVisitedNodes=12303
1547.29	     mapSize=557  nbInferences=8  nbTooLargeKeys=0
1547.29	       =>  wckTime=1535.149  cpuTime=1527.17  mem=357M998
1756.31	   
1756.31	   search
1756.31	     run=10  nbConstraintChecks=3742896  nbValidityChecks=9649253  nbPropagations=3384200  nbRevisions=31721154
1756.31	     nbUselessRevisions=28837018  nbAssignments=13235  nbFailedAssignments=303  nbBacktracks=2000  nbVisitedNodes=14291
1756.31	     mapSize=933  nbInferences=8  nbTooLargeKeys=0
1756.31	       =>  wckTime=1744.172  cpuTime=1735.08  mem=330M333

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/node35/watcher-210841-1168075358 -o ROOT/results/node35/solver-210841-1168075358 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/210841-1168075358/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.78 1.94 1.83 2/80 13521
/proc/meminfo: memFree=1536968/2055920 swapFree=4192812/4192956
[pid=13520] ppid=13518 vsize=18540 CPUtime=0
/proc/13520/stat : 13520 (runsolver) R 13518 13520 13005 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 155929799 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 266134416679 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/13520/statm: 4635 279 244 17 0 2626 0

[startup+0.102467 s]
/proc/loadavg: 1.78 1.94 1.83 2/80 13521
/proc/meminfo: memFree=1536968/2055920 swapFree=4192812/4192956
[pid=13520] ppid=13518 vsize=914988 CPUtime=0.08
/proc/13520/stat : 13520 (java) R 13518 13520 13005 0 -1 0 3019 0 1 0 7 1 0 0 24 0 8 0 155929799 936947712 2765 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155584168 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13520/statm: 228747 2765 1435 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.510519 s]
/proc/loadavg: 1.78 1.94 1.83 2/80 13521
/proc/meminfo: memFree=1536968/2055920 swapFree=4192812/4192956
[pid=13520] ppid=13518 vsize=915328 CPUtime=0.49
/proc/13520/stat : 13520 (java) R 13518 13520 13005 0 -1 0 6693 0 1 0 45 4 0 0 25 0 8 0 155929799 937295872 6432 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13520/statm: 228832 6432 2136 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33262 s]
/proc/loadavg: 1.78 1.94 1.83 3/87 13528
/proc/meminfo: memFree=1469392/2055920 swapFree=4192812/4192956
[pid=13520] ppid=13518 vsize=915616 CPUtime=1.3
/proc/13520/stat : 13520 (java) R 13518 13520 13005 0 -1 0 21869 0 1 0 119 11 0 0 25 0 8 0 155929799 937590784 21606 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13520/statm: 228904 21606 2158 14 0 215374 0
[pid=13520/tid=13522] ppid=13518 vsize=915616 CPUtime=0.22
/proc/13520/task/13522/stat : 13522 (java) R 13518 13520 13005 0 -1 64 5327 0 0 0 21 1 0 0 16 0 8 0 155929803 937590784 21606 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153822953 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13520/tid=13523] ppid=13518 vsize=915616 CPUtime=0
/proc/13520/task/13523/stat : 13523 (java) S 13518 13520 13005 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155929803 937590784 21606 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13520/tid=13524] ppid=13518 vsize=915616 CPUtime=0
/proc/13520/task/13524/stat : 13524 (java) S 13518 13520 13005 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155929803 937590784 21606 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13520/tid=13525] ppid=13518 vsize=915616 CPUtime=0
/proc/13520/task/13525/stat : 13525 (java) S 13518 13520 13005 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 155929807 937590784 21606 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13520/tid=13526] ppid=13518 vsize=915616 CPUtime=0.16
/proc/13520/task/13526/stat : 13526 (java) S 13518 13520 13005 0 -1 64 410 0 0 0 15 1 0 0 16 0 8 0 155929807 937590784 21606 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13520/tid=13527] ppid=13518 vsize=915616 CPUtime=0
/proc/13520/task/13527/stat : 13527 (java) S 13518 13520 13005 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 155929807 937590784 21606 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13520/tid=13528] ppid=13518 vsize=915616 CPUtime=0
/proc/13520/task/13528/stat : 13528 (java) S 13518 13520 13005 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155929807 937590784 21606 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915616

[startup+2.98481 s]
/proc/loadavg: 1.80 1.94 1.83 3/87 13528
/proc/meminfo: memFree=1446416/2055920 swapFree=4192812/4192956
[pid=13520] ppid=13518 vsize=915616 CPUtime=2.94
/proc/13520/stat : 13520 (java) R 13518 13520 13005 0 -1 0 26533 0 1 0 280 14 0 0 25 0 8 0 155929799 937590784 26266 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073448443 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13520/statm: 228904 26266 2158 14 0 215374 0
[pid=13520/tid=13522] ppid=13518 vsize=915616 CPUtime=0.51
/proc/13520/task/13522/stat : 13522 (java) S 13518 13520 13005 0 -1 64 9986 0 0 0 48 3 0 0 16 0 8 0 155929803 937590784 26266 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13520/tid=13523] ppid=13518 vsize=915616 CPUtime=0
/proc/13520/task/13523/stat : 13523 (java) S 13518 13520 13005 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155929803 937590784 26266 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13520/tid=13524] ppid=13518 vsize=915616 CPUtime=0
/proc/13520/task/13524/stat : 13524 (java) S 13518 13520 13005 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155929803 937590784 26266 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13520/tid=13525] ppid=13518 vsize=915616 CPUtime=0
/proc/13520/task/13525/stat : 13525 (java) S 13518 13520 13005 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 155929807 937590784 26266 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13520/tid=13526] ppid=13518 vsize=915616 CPUtime=0.16
/proc/13520/task/13526/stat : 13526 (java) S 13518 13520 13005 0 -1 64 411 0 0 0 15 1 0 0 16 0 8 0 155929807 937590784 26266 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13520/tid=13527] ppid=13518 vsize=915616 CPUtime=0
/proc/13520/task/13527/stat : 13527 (java) S 13518 13520 13005 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 155929807 937590784 26266 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13520/tid=13528] ppid=13518 vsize=915616 CPUtime=0
/proc/13520/task/13528/stat : 13528 (java) S 13518 13520 13005 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155929807 937590784 26266 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 915616

[startup+6.2692 s]
/proc/loadavg: 1.80 1.94 1.83 4/87 13528
/proc/meminfo: memFree=1414928/2055920 swapFree=4192812/4192956
[pid=13520] ppid=13518 vsize=915616 CPUtime=6.21
/proc/13520/stat : 13520 (java) R 13518 13520 13005 0 -1 0 36127 0 1 0 602 19 0 0 25 0 8 0 155929799 937590784 35850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13520/statm: 228904 35850 2176 14 0 215374 0
[pid=13520/tid=13522] ppid=13518 vsize=915616 CPUtime=1.18
/proc/13520/task/13522/stat : 13522 (java) R 13518 13520 13005 0 -1 64 19517 0 0 0 111 7 0 0 16 0 8 0 155929803 937590784 35850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153827311 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13520/tid=13523] ppid=13518 vsize=915616 CPUtime=0
/proc/13520/task/13523/stat : 13523 (java) S 13518 13520 13005 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155929803 937590784 35850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13520/tid=13524] ppid=13518 vsize=915616 CPUtime=0
/proc/13520/task/13524/stat : 13524 (java) S 13518 13520 13005 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155929803 937590784 35850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13520/tid=13525] ppid=13518 vsize=915616 CPUtime=0
/proc/13520/task/13525/stat : 13525 (java) S 13518 13520 13005 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 155929807 937590784 35850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13520/tid=13526] ppid=13518 vsize=915616 CPUtime=0.19
/proc/13520/task/13526/stat : 13526 (java) S 13518 13520 13005 0 -1 64 428 0 0 0 18 1 0 0 16 0 8 0 155929807 937590784 35850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13520/tid=13527] ppid=13518 vsize=915616 CPUtime=0
/proc/13520/task/13527/stat : 13527 (java) S 13518 13520 13005 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 155929807 937590784 35850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13520/tid=13528] ppid=13518 vsize=915616 CPUtime=0
/proc/13520/task/13528/stat : 13528 (java) S 13518 13520 13005 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155929807 937590784 35850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 915616

[startup+12.765 s]
/proc/loadavg: 1.83 1.94 1.83 3/87 13528
/proc/meminfo: memFree=1183960/2055920 swapFree=4192812/4192956
[pid=13520] ppid=13518 vsize=916288 CPUtime=12.67
/proc/13520/stat : 13520 (java) R 13518 13520 13005 0 -1 0 91142 0 1 0 1223 44 0 0 25 0 8 0 155929799 938278912 90668 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074238150 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13520/statm: 229072 90668 2521 14 0 215542 0
[pid=13520/tid=13522] ppid=13518 vsize=916288 CPUtime=3.57
/proc/13520/task/13522/stat : 13522 (java) S 13518 13520 13005 0 -1 64 73878 0 0 0 326 31 0 0 16 0 8 0 155929803 938278912 90668 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13520/tid=13523] ppid=13518 vsize=916288 CPUtime=0
/proc/13520/task/13523/stat : 13523 (java) S 13518 13520 13005 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155929803 938278912 90668 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13520/tid=13524] ppid=13518 vsize=916288 CPUtime=0
/proc/13520/task/13524/stat : 13524 (java) S 13518 13520 13005 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155929803 938278912 90668 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13520/tid=13525] ppid=13518 vsize=916288 CPUtime=0
/proc/13520/task/13525/stat : 13525 (java) S 13518 13520 13005 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 155929807 938278912 90668 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13520/tid=13526] ppid=13518 vsize=916288 CPUtime=0.34
/proc/13520/task/13526/stat : 13526 (java) S 13518 13520 13005 0 -1 64 651 0 0 0 33 1 0 0 15 0 8 0 155929807 938278912 90668 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13520/tid=13527] ppid=13518 vsize=916288 CPUtime=0
/proc/13520/task/13527/stat : 13527 (java) S 13518 13520 13005 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 155929807 938278912 90668 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13520/tid=13528] ppid=13518 vsize=916288 CPUtime=0
/proc/13520/task/13528/stat : 13528 (java) S 13518 13520 13005 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155929807 938278912 90668 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 916288

[startup+25.6115 s]
/proc/loadavg: 1.85 1.94 1.83 3/87 13528
/proc/meminfo: memFree=1183896/2055920 swapFree=4192812/4192956
[pid=13520] ppid=13518 vsize=916288 CPUtime=25.45
/proc/13520/stat : 13520 (java) R 13518 13520 13005 0 -1 0 91162 0 1 0 2500 45 0 0 25 0 8 0 155929799 938278912 90686 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074300668 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13520/statm: 229072 90686 2523 14 0 215542 0
[pid=13520/tid=13522] ppid=13518 vsize=916288 CPUtime=3.57
/proc/13520/task/13522/stat : 13522 (java) S 13518 13520 13005 0 -1 64 73879 0 0 0 326 31 0 0 16 0 8 0 155929803 938278912 90686 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13520/tid=13523] ppid=13518 vsize=916288 CPUtime=0
/proc/13520/task/13523/stat : 13523 (java) S 13518 13520 13005 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155929803 938278912 90686 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13520/tid=13524] ppid=13518 vsize=916288 CPUtime=0
/proc/13520/task/13524/stat : 13524 (java) S 13518 13520 13005 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155929803 938278912 90686 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13520/tid=13525] ppid=13518 vsize=916288 CPUtime=0
/proc/13520/task/13525/stat : 13525 (java) S 13518 13520 13005 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 155929807 938278912 90686 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13520/tid=13526] ppid=13518 vsize=916288 CPUtime=0.38
/proc/13520/task/13526/stat : 13526 (java) S 13518 13520 13005 0 -1 64 666 0 0 0 36 2 0 0 16 0 8 0 155929807 938278912 90686 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13520/tid=13527] ppid=13518 vsize=916288 CPUtime=0
/proc/13520/task/13527/stat : 13527 (java) S 13518 13520 13005 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 155929807 938278912 90686 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13520/tid=13528] ppid=13518 vsize=916288 CPUtime=0
/proc/13520/task/13528/stat : 13528 (java) S 13518 13520 13005 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155929807 938278912 90686 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 916288

[startup+51.2295 s]
/proc/loadavg: 1.96 1.96 1.84 3/87 13528
/proc/meminfo: memFree=1183768/2055920 swapFree=4192812/4192956
[pid=13520] ppid=13518 vsize=916288 CPUtime=50.94
/proc/13520/stat : 13520 (java) R 13518 13520 13005 0 -1 0 91162 0 1 0 5049 45 0 0 25 0 8 0 155929799 938278912 90686 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074299764 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13520/statm: 229072 90686 2523 14 0 215542 0
[pid=13520/tid=13522] ppid=13518 vsize=916288 CPUtime=3.57
/proc/13520/task/13522/stat : 13522 (java) S 13518 13520 13005 0 -1 64 73879 0 0 0 326 31 0 0 16 0 8 0 155929803 938278912 90686 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13520/tid=13523] ppid=13518 vsize=916288 CPUtime=0
/proc/13520/task/13523/stat : 13523 (java) S 13518 13520 13005 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155929803 938278912 90686 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13520/tid=13524] ppid=13518 vsize=916288 CPUtime=0
/proc/13520/task/13524/stat : 13524 (java) S 13518 13520 13005 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155929803 938278912 90686 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13520/tid=13525] ppid=13518 vsize=916288 CPUtime=0
/proc/13520/task/13525/stat : 13525 (java) S 13518 13520 13005 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 155929807 938278912 90686 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13520/tid=13526] ppid=13518 vsize=916288 CPUtime=0.38
/proc/13520/task/13526/stat : 13526 (java) S 13518 13520 13005 0 -1 64 666 0 0 0 36 2 0 0 16 0 8 0 155929807 938278912 90686 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13520/tid=13527] ppid=13518 vsize=916288 CPUtime=0
/proc/13520/task/13527/stat : 13527 (java) S 13518 13520 13005 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 155929807 938278912 90686 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13520/tid=13528] ppid=13518 vsize=916288 CPUtime=0
/proc/13520/task/13528/stat : 13528 (java) S 13518 13520 13005 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155929807 938278912 90686 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.94
Current children cumulated vsize (KiB) 916288

[startup+102.462 s]
/proc/loadavg: 1.98 1.97 1.84 3/87 13528
/proc/meminfo: memFree=1183832/2055920 swapFree=4192812/4192956
[pid=13520] ppid=13518 vsize=916288 CPUtime=101.92
/proc/13520/stat : 13520 (java) R 13518 13520 13005 0 -1 0 91162 0 1 0 10147 45 0 0 25 0 8 0 155929799 938278912 90686 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074300579 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13520/statm: 229072 90686 2523 14 0 215542 0
[pid=13520/tid=13522] ppid=13518 vsize=916288 CPUtime=3.57
/proc/13520/task/13522/stat : 13522 (java) S 13518 13520 13005 0 -1 64 73879 0 0 0 326 31 0 0 16 0 8 0 155929803 938278912 90686 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13520/tid=13523] ppid=13518 vsize=916288 CPUtime=0
/proc/13520/task/13523/stat : 13523 (java) S 13518 13520 13005 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155929803 938278912 90686 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13520/tid=13524] ppid=13518 vsize=916288 CPUtime=0
/proc/13520/task/13524/stat : 13524 (java) S 13518 13520 13005 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155929803 938278912 90686 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13520/tid=13525] ppid=13518 vsize=916288 CPUtime=0
/proc/13520/task/13525/stat : 13525 (java) S 13518 13520 13005 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 155929807 938278912 90686 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13520/tid=13526] ppid=13518 vsize=916288 CPUtime=0.38
/proc/13520/task/13526/stat : 13526 (java) S 13518 13520 13005 0 -1 64 666 0 0 0 36 2 0 0 16 0 8 0 155929807 938278912 90686 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13520/tid=13527] ppid=13518 vsize=916288 CPUtime=0
/proc/13520/task/13527/stat : 13527 (java) S 13518 13520 13005 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 155929807 938278912 90686 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13520/tid=13528] ppid=13518 vsize=916288 CPUtime=0
/proc/13520/task/13528/stat : 13528 (java) S 13518 13520 13005 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155929807 938278912 90686 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.92
Current children cumulated vsize (KiB) 916288

[startup+162.543 s]
/proc/loadavg: 2.06 1.99 1.85 3/87 13528
/proc/meminfo: memFree=1183896/2055920 swapFree=4192812/4192956
[pid=13520] ppid=13518 vsize=916288 CPUtime=161.7
/proc/13520/stat : 13520 (java) R 13518 13520 13005 0 -1 0 91180 0 1 0 16124 46 0 0 25 0 8 0 155929799 938278912 90700 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073480195 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

Current children cumulated CPU time (s) 1417.18
Current children cumulated vsize (KiB) 916288

[startup+1484.38 s]
/proc/loadavg: 2.00 2.00 1.93 3/87 13528
/proc/meminfo: memFree=1124696/2055920 swapFree=4192812/4192956
[pid=13520] ppid=13518 vsize=916288 CPUtime=1476.98
/proc/13520/stat : 13520 (java) R 13518 13520 13005 0 -1 0 97153 0 1 0 147642 56 0 0 25 0 8 0 155929799 938278912 96660 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074257084 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13520/statm: 229072 96660 2526 14 0 215542 0
[pid=13520/tid=13522] ppid=13518 vsize=916288 CPUtime=3.78
/proc/13520/task/13522/stat : 13522 (java) S 13518 13520 13005 0 -1 64 79830 0 0 0 345 33 0 0 16 0 8 0 155929803 938278912 96660 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13520/tid=13523] ppid=13518 vsize=916288 CPUtime=0
/proc/13520/task/13523/stat : 13523 (java) S 13518 13520 13005 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155929803 938278912 96660 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13520/tid=13524] ppid=13518 vsize=916288 CPUtime=0
/proc/13520/task/13524/stat : 13524 (java) S 13518 13520 13005 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155929803 938278912 96660 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13520/tid=13525] ppid=13518 vsize=916288 CPUtime=0
/proc/13520/task/13525/stat : 13525 (java) S 13518 13520 13005 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 155929807 938278912 96660 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13520/tid=13526] ppid=13518 vsize=916288 CPUtime=0.42
/proc/13520/task/13526/stat : 13526 (java) S 13518 13520 13005 0 -1 64 692 0 0 0 40 2 0 0 15 0 8 0 155929807 938278912 96660 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13520/tid=13527] ppid=13518 vsize=916288 CPUtime=0
/proc/13520/task/13527/stat : 13527 (java) S 13518 13520 13005 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 155929807 938278912 96660 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13520/tid=13528] ppid=13518 vsize=916288 CPUtime=0.02
/proc/13520/task/13528/stat : 13528 (java) S 13518 13520 13005 0 -1 64 1 0 0 0 1 1 0 0 15 0 8 0 155929807 938278912 96660 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1476.98
Current children cumulated vsize (KiB) 916288

[startup+1544.46 s]
/proc/loadavg: 2.00 2.00 1.93 3/87 13528
/proc/meminfo: memFree=1124696/2055920 swapFree=4192812/4192956
[pid=13520] ppid=13518 vsize=916288 CPUtime=1536.77
/proc/13520/stat : 13520 (java) R 13518 13520 13005 0 -1 0 97153 0 1 0 153621 56 0 0 25 0 8 0 155929799 938278912 96660 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074324548 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13520/statm: 229072 96660 2526 14 0 215542 0
[pid=13520/tid=13522] ppid=13518 vsize=916288 CPUtime=3.79
/proc/13520/task/13522/stat : 13522 (java) S 13518 13520 13005 0 -1 64 79830 0 0 0 345 34 0 0 16 0 8 0 155929803 938278912 96660 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13520/tid=13523] ppid=13518 vsize=916288 CPUtime=0
/proc/13520/task/13523/stat : 13523 (java) S 13518 13520 13005 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155929803 938278912 96660 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13520/tid=13524] ppid=13518 vsize=916288 CPUtime=0
/proc/13520/task/13524/stat : 13524 (java) S 13518 13520 13005 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155929803 938278912 96660 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13520/tid=13525] ppid=13518 vsize=916288 CPUtime=0
/proc/13520/task/13525/stat : 13525 (java) S 13518 13520 13005 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 155929807 938278912 96660 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13520/tid=13526] ppid=13518 vsize=916288 CPUtime=0.42
/proc/13520/task/13526/stat : 13526 (java) S 13518 13520 13005 0 -1 64 692 0 0 0 40 2 0 0 15 0 8 0 155929807 938278912 96660 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13520/tid=13527] ppid=13518 vsize=916288 CPUtime=0
/proc/13520/task/13527/stat : 13527 (java) S 13518 13520 13005 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 155929807 938278912 96660 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13520/tid=13528] ppid=13518 vsize=916288 CPUtime=0.02
/proc/13520/task/13528/stat : 13528 (java) S 13518 13520 13005 0 -1 64 1 0 0 0 1 1 0 0 15 0 8 0 155929807 938278912 96660 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1536.77
Current children cumulated vsize (KiB) 916288

[startup+1604.53 s]
/proc/loadavg: 2.00 2.00 1.93 3/87 13528
/proc/meminfo: memFree=1124632/2055920 swapFree=4192812/4192956
[pid=13520] ppid=13518 vsize=916288 CPUtime=1596.54
/proc/13520/stat : 13520 (java) R 13518 13520 13005 0 -1 0 97154 0 1 0 159598 56 0 0 25 0 8 0 155929799 938278912 96660 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074300577 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13520/statm: 229072 96660 2526 14 0 215542 0
[pid=13520/tid=13522] ppid=13518 vsize=916288 CPUtime=3.79
/proc/13520/task/13522/stat : 13522 (java) S 13518 13520 13005 0 -1 64 79830 0 0 0 345 34 0 0 16 0 8 0 155929803 938278912 96660 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13520/tid=13523] ppid=13518 vsize=916288 CPUtime=0
/proc/13520/task/13523/stat : 13523 (java) S 13518 13520 13005 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155929803 938278912 96660 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13520/tid=13524] ppid=13518 vsize=916288 CPUtime=0
/proc/13520/task/13524/stat : 13524 (java) S 13518 13520 13005 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155929803 938278912 96660 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13520/tid=13525] ppid=13518 vsize=916288 CPUtime=0
/proc/13520/task/13525/stat : 13525 (java) S 13518 13520 13005 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 155929807 938278912 96660 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13520/tid=13526] ppid=13518 vsize=916288 CPUtime=0.42
/proc/13520/task/13526/stat : 13526 (java) S 13518 13520 13005 0 -1 64 692 0 0 0 40 2 0 0 15 0 8 0 155929807 938278912 96660 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13520/tid=13527] ppid=13518 vsize=916288 CPUtime=0
/proc/13520/task/13527/stat : 13527 (java) S 13518 13520 13005 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 155929807 938278912 96660 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13520/tid=13528] ppid=13518 vsize=916288 CPUtime=0.03
/proc/13520/task/13528/stat : 13528 (java) S 13518 13520 13005 0 -1 64 1 0 0 0 2 1 0 0 15 0 8 0 155929807 938278912 96660 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1596.54
Current children cumulated vsize (KiB) 916288

[startup+1664.61 s]
/proc/loadavg: 2.04 2.01 1.93 3/87 13528
/proc/meminfo: memFree=1116888/2055920 swapFree=4192812/4192956
[pid=13520] ppid=13518 vsize=916288 CPUtime=1656.32
/proc/13520/stat : 13520 (java) R 13518 13520 13005 0 -1 0 99120 0 1 0 165575 57 0 0 25 0 8 0 155929799 938278912 98625 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074312815 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13520/statm: 229072 98625 2526 14 0 215542 0
[pid=13520/tid=13522] ppid=13518 vsize=916288 CPUtime=3.85
/proc/13520/task/13522/stat : 13522 (java) S 13518 13520 13005 0 -1 64 81793 0 0 0 351 34 0 0 16 0 8 0 155929803 938278912 98625 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13520/tid=13523] ppid=13518 vsize=916288 CPUtime=0
/proc/13520/task/13523/stat : 13523 (java) S 13518 13520 13005 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155929803 938278912 98625 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13520/tid=13524] ppid=13518 vsize=916288 CPUtime=0
/proc/13520/task/13524/stat : 13524 (java) S 13518 13520 13005 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155929803 938278912 98625 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13520/tid=13525] ppid=13518 vsize=916288 CPUtime=0
/proc/13520/task/13525/stat : 13525 (java) S 13518 13520 13005 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 155929807 938278912 98625 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13520/tid=13526] ppid=13518 vsize=916288 CPUtime=0.42
/proc/13520/task/13526/stat : 13526 (java) S 13518 13520 13005 0 -1 64 694 0 0 0 40 2 0 0 17 0 8 0 155929807 938278912 98625 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13520/tid=13527] ppid=13518 vsize=916288 CPUtime=0
/proc/13520/task/13527/stat : 13527 (java) S 13518 13520 13005 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 155929807 938278912 98625 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13520/tid=13528] ppid=13518 vsize=916288 CPUtime=0.04
/proc/13520/task/13528/stat : 13528 (java) S 13518 13520 13005 0 -1 64 1 0 0 0 2 2 0 0 15 0 8 0 155929807 938278912 98625 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1656.32
Current children cumulated vsize (KiB) 916288

[startup+1724.69 s]
/proc/loadavg: 2.01 2.01 1.93 3/87 13528
/proc/meminfo: memFree=1116888/2055920 swapFree=4192812/4192956
[pid=13520] ppid=13518 vsize=916288 CPUtime=1716.11
/proc/13520/stat : 13520 (java) R 13518 13520 13005 0 -1 0 99122 0 1 0 171554 57 0 0 25 0 8 0 155929799 938278912 98626 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074300501 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13520/statm: 229072 98626 2526 14 0 215542 0
[pid=13520/tid=13522] ppid=13518 vsize=916288 CPUtime=3.85
/proc/13520/task/13522/stat : 13522 (java) S 13518 13520 13005 0 -1 64 81793 0 0 0 351 34 0 0 16 0 8 0 155929803 938278912 98626 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13520/tid=13523] ppid=13518 vsize=916288 CPUtime=0
/proc/13520/task/13523/stat : 13523 (java) S 13518 13520 13005 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155929803 938278912 98626 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13520/tid=13524] ppid=13518 vsize=916288 CPUtime=0
/proc/13520/task/13524/stat : 13524 (java) S 13518 13520 13005 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155929803 938278912 98626 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13520/tid=13525] ppid=13518 vsize=916288 CPUtime=0
/proc/13520/task/13525/stat : 13525 (java) S 13518 13520 13005 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 155929807 938278912 98626 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13520/tid=13526] ppid=13518 vsize=916288 CPUtime=0.42
/proc/13520/task/13526/stat : 13526 (java) S 13518 13520 13005 0 -1 64 695 0 0 0 40 2 0 0 16 0 8 0 155929807 938278912 98626 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13520/tid=13527] ppid=13518 vsize=916288 CPUtime=0
/proc/13520/task/13527/stat : 13527 (java) S 13518 13520 13005 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 155929807 938278912 98626 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13520/tid=13528] ppid=13518 vsize=916288 CPUtime=0.04
/proc/13520/task/13528/stat : 13528 (java) S 13518 13520 13005 0 -1 64 1 0 0 0 2 2 0 0 15 0 8 0 155929807 938278912 98626 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1716.11
Current children cumulated vsize (KiB) 916288

[startup+1784.78 s]
/proc/loadavg: 2.00 2.00 1.93 3/87 13528
/proc/meminfo: memFree=1107096/2055920 swapFree=4192812/4192956
[pid=13520] ppid=13518 vsize=916288 CPUtime=1775.88
/proc/13520/stat : 13520 (java) R 13518 13520 13005 0 -1 0 99122 0 1 0 177531 57 0 0 25 0 8 0 155929799 938278912 98626 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074256958 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13520/statm: 229072 98626 2526 14 0 215542 0
[pid=13520/tid=13522] ppid=13518 vsize=916288 CPUtime=3.85
/proc/13520/task/13522/stat : 13522 (java) S 13518 13520 13005 0 -1 64 81793 0 0 0 351 34 0 0 16 0 8 0 155929803 938278912 98626 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13520/tid=13523] ppid=13518 vsize=916288 CPUtime=0
/proc/13520/task/13523/stat : 13523 (java) S 13518 13520 13005 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155929803 938278912 98626 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13520/tid=13524] ppid=13518 vsize=916288 CPUtime=0
/proc/13520/task/13524/stat : 13524 (java) S 13518 13520 13005 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155929803 938278912 98626 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13520/tid=13525] ppid=13518 vsize=916288 CPUtime=0
/proc/13520/task/13525/stat : 13525 (java) S 13518 13520 13005 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 155929807 938278912 98626 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13520/tid=13526] ppid=13518 vsize=916288 CPUtime=0.42
/proc/13520/task/13526/stat : 13526 (java) S 13518 13520 13005 0 -1 64 695 0 0 0 40 2 0 0 16 0 8 0 155929807 938278912 98626 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13520/tid=13527] ppid=13518 vsize=916288 CPUtime=0
/proc/13520/task/13527/stat : 13527 (java) S 13518 13520 13005 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 155929807 938278912 98626 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13520/tid=13528] ppid=13518 vsize=916288 CPUtime=0.04
/proc/13520/task/13528/stat : 13528 (java) S 13518 13520 13005 0 -1 64 1 0 0 0 2 2 0 0 15 0 8 0 155929807 938278912 98626 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1775.88
Current children cumulated vsize (KiB) 916288



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.05 s]
/proc/loadavg: 2.07 2.02 1.94 3/87 13586
/proc/meminfo: memFree=1223640/2055920 swapFree=4192812/4192956
[pid=13520] ppid=13518 vsize=916288 CPUtime=1800.05
/proc/13520/stat : 13520 (java) R 13518 13520 13005 0 -1 0 99122 0 1 0 179947 58 0 0 25 0 8 0 155929799 938278912 98626 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074299694 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13520/statm: 229072 98626 2526 14 0 215542 0
[pid=13520/tid=13522] ppid=13518 vsize=916288 CPUtime=3.85
/proc/13520/task/13522/stat : 13522 (java) S 13518 13520 13005 0 -1 64 81793 0 0 0 351 34 0 0 16 0 8 0 155929803 938278912 98626 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13520/tid=13523] ppid=13518 vsize=916288 CPUtime=0
/proc/13520/task/13523/stat : 13523 (java) S 13518 13520 13005 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155929803 938278912 98626 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13520/tid=13524] ppid=13518 vsize=916288 CPUtime=0
/proc/13520/task/13524/stat : 13524 (java) S 13518 13520 13005 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155929803 938278912 98626 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13520/tid=13525] ppid=13518 vsize=916288 CPUtime=0
/proc/13520/task/13525/stat : 13525 (java) S 13518 13520 13005 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 155929807 938278912 98626 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13520/tid=13526] ppid=13518 vsize=916288 CPUtime=0.42
/proc/13520/task/13526/stat : 13526 (java) S 13518 13520 13005 0 -1 64 695 0 0 0 40 2 0 0 16 0 8 0 155929807 938278912 98626 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13520/tid=13527] ppid=13518 vsize=916288 CPUtime=0
/proc/13520/task/13527/stat : 13527 (java) S 13518 13520 13005 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 155929807 938278912 98626 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13520/tid=13528] ppid=13518 vsize=916288 CPUtime=0.04
/proc/13520/task/13528/stat : 13528 (java) S 13518 13520 13005 0 -1 64 1 0 0 0 2 2 0 0 15 0 8 0 155929807 938278912 98626 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 916288

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

Child status: 143
Real time (s): 1809.16
CPU time (s): 1800.16
CPU user time (s): 1799.51
CPU system time (s): 0.643902
CPU usage (%): 99.5024
Max. virtual memory (cumulated for all children) (KiB): 916288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.51
system time used= 0.643902
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 99138
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= 38566
involuntary context switches= 62670

runsolver used 2.08368 s user time and 5.15222 s system time

The end

Launcher Data (download as text)

Begin job on node35 on Sat Jan  6 09:22:41 UTC 2007


IDJOB= 210841
IDBENCH= 4650
FILE ID= node35/210841-1168075358

PBS_JOBID= 3476000

Free space on /tmp= 66539 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/uclid/ooo-tag14.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/210841-1168075358/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node35/watcher-210841-1168075358 -o ROOT/results/node35/solver-210841-1168075358 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/210841-1168075358/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  38f6f36dbc36a524909911e073feb137

RANDOM SEED= 486474287

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:       1548712 kB
Buffers:         26704 kB
Cached:         312140 kB
SwapCached:          0 kB
Active:         171004 kB
Inactive:       259260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1548712 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           22768 kB
Writeback:           0 kB
Mapped:         110824 kB
Slab:            62136 kB
Committed_AS:  3860152 kB
PageTables:       1972 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= 66540 MiB



End job on node35 on Sat Jan  6 09:52:51 UTC 2007