Trace number 212038

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.1 1808

General information on the benchmark

NamepseudoSeries/mpsReduced/
mps-red-enigma.xml
MD5SUMc1689fafeff208a3db71705e97f620d7
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.280956
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables100
Number of constraints42
Maximum constraint arity90
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension42
Global constraints used (with number of constraints)

Solver Data (download as text)

0.28	   
0.28	Abscon 109 (November, 2006)
0.28	   
0.28	   configuration
0.28	     name=esac.xml
0.31	   
0.31	   instance
0.31	     name=/tmp/evaluation/212038-1168215513/unknown.xml
0.34	   
0.34	   domains being loaded...
0.35	   
0.35	   variables being loaded...
0.38	     nbVariables=100  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2
0.38	       =>  wckTime=0.091  cpuTime=0.08  mem=6M951
0.38	   
0.38	   predicates being loaded...
0.42	   
0.42	   constraints being loaded...
0.56	     nbConstraints=21  nbMergedConstraints=21  nbConflictsStructures=2  nbSharedConflictsStructures=18
0.56	     nbUnbuiltConflictsStructures=1  nbSharedBinaryRepresentations=0  nbEvaluationManagers=3
0.56	     nbSharedEvaluationManagers=18  maxDegree=3  maxArity=90
0.56	       =>  wckTime=0.27  cpuTime=0.21  mem=19M632
0.59	   
0.59	   solver IterativeSystematicSolver being built... 
0.76	       =>  wckTime=0.472  cpuTime=0.35  mem=15M457
24.79	   
24.79	   preprocessing
24.79	     nbConstraintChecks=1050662  nbValidityChecks=3591  nbPropagations=319  nbRevisions=2014  nbUselessRevisions=1939
24.79	     nbSingletonTests=148  nbEffectiveSingletonTests=0  nbESACBranches=2  nbRemovedValues=0  detectedInconsistency=no
24.79	       =>  wckTime=24.027  cpuTime=23.89  mem=15M457
30.86	   
30.86	   search
30.86	     run=0  nbConstraintChecks=263494  nbValidityChecks=2383  nbPropagations=479  nbRevisions=3334
30.86	     nbUselessRevisions=3183  nbAssignments=84  nbFailedAssignments=4  nbBacktracks=10  nbVisitedNodes=89
30.86	     nbRestartNogoods=0  mapSize=7  nbInferences=0  nbTooLargeKeys=0
30.86	       =>  wckTime=30.099  cpuTime=29.9  mem=15M457
36.90	   
36.90	   search
36.90	     run=1  nbConstraintChecks=526975  nbValidityChecks=4865  nbPropagations=1128  nbRevisions=8062
36.90	     nbUselessRevisions=7678  nbAssignments=171  nbFailedAssignments=8  nbBacktracks=27  nbVisitedNodes=180
36.90	     nbRestartNogoods=1  mapSize=13  nbInferences=0  nbTooLargeKeys=0
36.90	       =>  wckTime=36.138  cpuTime=35.91  mem=15M457
44.39	   
44.39	   search
44.39	     run=2  nbConstraintChecks=856014  nbValidityChecks=7509  nbPropagations=1963  nbRevisions=14272
44.39	     nbUselessRevisions=13564  nbAssignments=264  nbFailedAssignments=13  nbBacktracks=49  nbVisitedNodes=278
44.39	     nbRestartNogoods=3  mapSize=21  nbInferences=0  nbTooLargeKeys=0
44.39	       =>  wckTime=43.63  cpuTime=43.37  mem=15M457
54.84	   
54.84	   search
54.84	     run=3  nbConstraintChecks=1316205  nbValidityChecks=10461  nbPropagations=3015  nbRevisions=22146
54.84	     nbUselessRevisions=21002  nbAssignments=367  nbFailedAssignments=20  nbBacktracks=90  nbVisitedNodes=388
54.84	     nbRestartNogoods=5  mapSize=34  nbInferences=0  nbTooLargeKeys=0
54.84	       =>  wckTime=54.076  cpuTime=53.78  mem=15M457
69.62	   
69.62	   search
69.62	     run=4  nbConstraintChecks=1973161  nbValidityChecks=13708  nbPropagations=4315  nbRevisions=31861
69.62	     nbUselessRevisions=30148  nbAssignments=481  nbFailedAssignments=30  nbBacktracks=148  nbVisitedNodes=512
69.62	     nbRestartNogoods=6  mapSize=53  nbInferences=0  nbTooLargeKeys=0
69.62	       =>  wckTime=68.859  cpuTime=68.51  mem=15M457
97.90	   
97.90	   search
97.90	     run=5  nbConstraintChecks=3220290  nbValidityChecks=18040  nbPropagations=5981  nbRevisions=44056
97.90	     nbUselessRevisions=41569  nbAssignments=641  nbFailedAssignments=49  nbBacktracks=224  nbVisitedNodes=691
97.90	     nbRestartNogoods=7  mapSize=89  nbInferences=0  nbTooLargeKeys=0
97.90	       =>  wckTime=97.137  cpuTime=96.64  mem=15M457
129.26	   
129.26	   search
129.26	     run=6  nbConstraintChecks=4598711  nbValidityChecks=23232  nbPropagations=8086  nbRevisions=59248
129.26	     nbUselessRevisions=55745  nbAssignments=835  nbFailedAssignments=70  nbBacktracks=340  nbVisitedNodes=906
129.26	     nbRestartNogoods=9  mapSize=129  nbInferences=0  nbTooLargeKeys=0
129.26	       =>  wckTime=128.501  cpuTime=127.85  mem=15M457
181.62	   
181.62	   search
181.62	     run=7  nbConstraintChecks=6895163  nbValidityChecks=30185  nbPropagations=10815  nbRevisions=78466
181.62	     nbUselessRevisions=73589  nbAssignments=1099  nbFailedAssignments=105  nbBacktracks=513  nbVisitedNodes=1205
181.62	     nbRestartNogoods=11  mapSize=197  nbInferences=0  nbTooLargeKeys=0
181.62	       =>  wckTime=180.86  cpuTime=179.97  mem=15M457
256.91	   
256.91	   search
256.91	     run=8  nbConstraintChecks=10175423  nbValidityChecks=39671  nbPropagations=14415  nbRevisions=103205
256.91	     nbUselessRevisions=96451  nbAssignments=1465  nbFailedAssignments=155  nbBacktracks=771  nbVisitedNodes=1621
256.91	     nbRestartNogoods=13  mapSize=295  nbInferences=0  nbTooLargeKeys=0
256.91	       =>  wckTime=256.148  cpuTime=254.91  mem=16M433
369.13	   
369.13	   search
369.13	     run=9  nbConstraintChecks=15095417  nbValidityChecks=52888  nbPropagations=19261  nbRevisions=135668
369.13	     nbUselessRevisions=126308  nbAssignments=1980  nbFailedAssignments=230  nbBacktracks=1156  nbVisitedNodes=2211
369.13	     nbRestartNogoods=15  mapSize=443  nbInferences=0  nbTooLargeKeys=0
369.14	       =>  wckTime=368.373  cpuTime=366.63  mem=16M433
607.75	   
607.75	   search
607.75	     run=10  nbConstraintChecks=25587164  nbValidityChecks=70493  nbPropagations=25802  nbRevisions=178460
607.75	     nbUselessRevisions=165530  nbAssignments=2709  nbFailedAssignments=330  nbBacktracks=1743  nbVisitedNodes=3040
607.75	     nbRestartNogoods=17  mapSize=642  nbInferences=0  nbTooLargeKeys=0
607.75	       =>  wckTime=606.994  cpuTime=604.18  mem=16M433
950.59	   
950.59	   search
950.59	     run=11  nbConstraintChecks=40669000  nbValidityChecks=96141  nbPropagations=34835  nbRevisions=236331
950.59	     nbUselessRevisions=218405  nbAssignments=3773  nbFailedAssignments=480  nbBacktracks=2613  nbVisitedNodes=4254
950.59	     nbRestartNogoods=18  mapSize=940  nbInferences=0  nbTooLargeKeys=0
950.59	       =>  wckTime=949.829  cpuTime=945.46  mem=16M433
1032.55	   
1032.55	   INFO : Stopping hyperNogood (mapSize=1006, nbTooLargekeys=0, mem=16M433)
1476.46	   
1476.46	   search
1476.46	     run=12  nbConstraintChecks=63815454  nbValidityChecks=133828  nbPropagations=47570  nbRevisions=316396
1476.46	     nbUselessRevisions=291355  nbAssignments=5354  nbFailedAssignments=705  nbBacktracks=3914  nbVisitedNodes=6060
1476.46	     nbRestartNogoods=20
1476.46	       =>  wckTime=1475.698  cpuTime=1468.97  mem=16M433

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/node42/watcher-212038-1168215513 -o ROOT/results/node42/solver-212038-1168215513 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/212038-1168215513/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.92 1.48 1.64 5/73 31472
/proc/meminfo: memFree=1405856/2055920 swapFree=4191892/4192956
[pid=31471] ppid=31469 vsize=1788 CPUtime=0
/proc/31471/stat : 31471 (java) R 31469 31471 31040 0 -1 0 368 0 0 0 0 0 0 0 18 0 1 0 169950557 1830912 158 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/31471/statm: 447 158 123 14 0 92 0

[startup+0.108538 s]
/proc/loadavg: 1.92 1.48 1.64 5/73 31472
/proc/meminfo: memFree=1405856/2055920 swapFree=4191892/4192956
[pid=31471] ppid=31469 vsize=914988 CPUtime=0.1
/proc/31471/stat : 31471 (java) R 31469 31471 31040 0 -1 0 3139 0 1 0 9 1 0 0 24 0 8 0 169950557 936947712 2885 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153561568 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31471/statm: 228747 2887 1477 14 0 215242 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 914988

[startup+0.520582 s]
/proc/loadavg: 1.92 1.48 1.64 5/73 31472
/proc/meminfo: memFree=1405856/2055920 swapFree=4191892/4192956
[pid=31471] ppid=31469 vsize=915456 CPUtime=0.51
/proc/31471/stat : 31471 (java) R 31469 31471 31040 0 -1 0 8870 0 1 0 46 5 0 0 25 0 8 0 169950557 937426944 8609 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31471/statm: 228864 8609 2165 14 0 215334 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 915456

[startup+1.34966 s]
/proc/loadavg: 1.92 1.48 1.64 3/80 31479
/proc/meminfo: memFree=1372072/2055920 swapFree=4191892/4192956
[pid=31471] ppid=31469 vsize=915456 CPUtime=1.33
/proc/31471/stat : 31471 (java) R 31469 31471 31040 0 -1 0 9795 0 1 0 127 6 0 0 25 0 8 0 169950557 937426944 9533 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073629356 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31471/statm: 228864 9533 2539 14 0 215334 0
[pid=31471/tid=31473] ppid=31469 vsize=915456 CPUtime=0.02
/proc/31471/task/31473/stat : 31473 (java) S 31469 31471 31040 0 -1 64 141 0 0 0 2 0 0 0 16 0 8 0 169950560 937426944 9533 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31471/tid=31474] ppid=31469 vsize=915456 CPUtime=0
/proc/31471/task/31474/stat : 31474 (java) S 31469 31471 31040 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 169950560 937426944 9533 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31471/tid=31475] ppid=31469 vsize=915456 CPUtime=0
/proc/31471/task/31475/stat : 31475 (java) S 31469 31471 31040 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 169950560 937426944 9533 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31471/tid=31476] ppid=31469 vsize=915456 CPUtime=0
/proc/31471/task/31476/stat : 31476 (java) S 31469 31471 31040 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 169950563 937426944 9533 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31471/tid=31477] ppid=31469 vsize=915456 CPUtime=0.14
/proc/31471/task/31477/stat : 31477 (java) S 31469 31471 31040 0 -1 64 355 0 0 0 14 0 0 0 15 0 8 0 169950563 937426944 9533 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31471/tid=31478] ppid=31469 vsize=915456 CPUtime=0
/proc/31471/task/31478/stat : 31478 (java) S 31469 31471 31040 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 169950563 937426944 9533 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31471/tid=31479] ppid=31469 vsize=915456 CPUtime=0
/proc/31471/task/31479/stat : 31479 (java) S 31469 31471 31040 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 169950563 937426944 9533 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 915456

[startup+2.98884 s]
/proc/loadavg: 1.92 1.48 1.64 3/80 31479
/proc/meminfo: memFree=1372072/2055920 swapFree=4191892/4192956
[pid=31471] ppid=31469 vsize=915456 CPUtime=2.96
/proc/31471/stat : 31471 (java) R 31469 31471 31040 0 -1 0 9795 0 1 0 290 6 0 0 25 0 8 0 169950557 937426944 9533 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479187 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31471/statm: 228864 9533 2539 14 0 215334 0
[pid=31471/tid=31473] ppid=31469 vsize=915456 CPUtime=0.02
/proc/31471/task/31473/stat : 31473 (java) S 31469 31471 31040 0 -1 64 141 0 0 0 2 0 0 0 16 0 8 0 169950560 937426944 9533 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31471/tid=31474] ppid=31469 vsize=915456 CPUtime=0
/proc/31471/task/31474/stat : 31474 (java) S 31469 31471 31040 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 169950560 937426944 9533 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31471/tid=31475] ppid=31469 vsize=915456 CPUtime=0
/proc/31471/task/31475/stat : 31475 (java) S 31469 31471 31040 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 169950560 937426944 9533 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31471/tid=31476] ppid=31469 vsize=915456 CPUtime=0
/proc/31471/task/31476/stat : 31476 (java) S 31469 31471 31040 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 169950563 937426944 9533 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31471/tid=31477] ppid=31469 vsize=915456 CPUtime=0.14
/proc/31471/task/31477/stat : 31477 (java) S 31469 31471 31040 0 -1 64 355 0 0 0 14 0 0 0 15 0 8 0 169950563 937426944 9533 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31471/tid=31478] ppid=31469 vsize=915456 CPUtime=0
/proc/31471/task/31478/stat : 31478 (java) S 31469 31471 31040 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 169950563 937426944 9533 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31471/tid=31479] ppid=31469 vsize=915456 CPUtime=0
/proc/31471/task/31479/stat : 31479 (java) S 31469 31471 31040 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 169950563 937426944 9533 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 915456

[startup+6.27222 s]
/proc/loadavg: 1.93 1.48 1.64 3/80 31479
/proc/meminfo: memFree=1372008/2055920 swapFree=4191892/4192956
[pid=31471] ppid=31469 vsize=915456 CPUtime=6.23
/proc/31471/stat : 31471 (java) R 31469 31471 31040 0 -1 0 9795 0 1 0 617 6 0 0 25 0 8 0 169950557 937426944 9533 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073631143 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31471/statm: 228864 9533 2539 14 0 215334 0
[pid=31471/tid=31473] ppid=31469 vsize=915456 CPUtime=0.02
/proc/31471/task/31473/stat : 31473 (java) S 31469 31471 31040 0 -1 64 141 0 0 0 2 0 0 0 16 0 8 0 169950560 937426944 9533 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31471/tid=31474] ppid=31469 vsize=915456 CPUtime=0
/proc/31471/task/31474/stat : 31474 (java) S 31469 31471 31040 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 169950560 937426944 9533 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31471/tid=31475] ppid=31469 vsize=915456 CPUtime=0
/proc/31471/task/31475/stat : 31475 (java) S 31469 31471 31040 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 169950560 937426944 9533 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31471/tid=31476] ppid=31469 vsize=915456 CPUtime=0
/proc/31471/task/31476/stat : 31476 (java) S 31469 31471 31040 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 169950563 937426944 9533 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31471/tid=31477] ppid=31469 vsize=915456 CPUtime=0.14
/proc/31471/task/31477/stat : 31477 (java) S 31469 31471 31040 0 -1 64 355 0 0 0 14 0 0 0 15 0 8 0 169950563 937426944 9533 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31471/tid=31478] ppid=31469 vsize=915456 CPUtime=0
/proc/31471/task/31478/stat : 31478 (java) S 31469 31471 31040 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 169950563 937426944 9533 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31471/tid=31479] ppid=31469 vsize=915456 CPUtime=0
/proc/31471/task/31479/stat : 31479 (java) S 31469 31471 31040 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 169950563 937426944 9533 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 915456

[startup+12.7649 s]
/proc/loadavg: 1.93 1.49 1.64 3/80 31479
/proc/meminfo: memFree=1370736/2055920 swapFree=4191892/4192956
[pid=31471] ppid=31469 vsize=915456 CPUtime=12.7
/proc/31471/stat : 31471 (java) R 31469 31471 31040 0 -1 0 9795 0 1 0 1264 6 0 0 25 0 8 0 169950557 937426944 9533 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073628112 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31471/statm: 228864 9533 2539 14 0 215334 0
[pid=31471/tid=31473] ppid=31469 vsize=915456 CPUtime=0.02
/proc/31471/task/31473/stat : 31473 (java) S 31469 31471 31040 0 -1 64 141 0 0 0 2 0 0 0 16 0 8 0 169950560 937426944 9533 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31471/tid=31474] ppid=31469 vsize=915456 CPUtime=0
/proc/31471/task/31474/stat : 31474 (java) S 31469 31471 31040 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 169950560 937426944 9533 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31471/tid=31475] ppid=31469 vsize=915456 CPUtime=0
/proc/31471/task/31475/stat : 31475 (java) S 31469 31471 31040 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 169950560 937426944 9533 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31471/tid=31476] ppid=31469 vsize=915456 CPUtime=0
/proc/31471/task/31476/stat : 31476 (java) S 31469 31471 31040 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 169950563 937426944 9533 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31471/tid=31477] ppid=31469 vsize=915456 CPUtime=0.14
/proc/31471/task/31477/stat : 31477 (java) S 31469 31471 31040 0 -1 64 355 0 0 0 14 0 0 0 15 0 8 0 169950563 937426944 9533 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31471/tid=31478] ppid=31469 vsize=915456 CPUtime=0
/proc/31471/task/31478/stat : 31478 (java) S 31469 31471 31040 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 169950563 937426944 9533 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31471/tid=31479] ppid=31469 vsize=915456 CPUtime=0
/proc/31471/task/31479/stat : 31479 (java) S 31469 31471 31040 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 169950563 937426944 9533 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 915456

[startup+25.6243 s]
/proc/loadavg: 1.95 1.52 1.64 3/80 31479
/proc/meminfo: memFree=1352176/2055920 swapFree=4191892/4192956
[pid=31471] ppid=31469 vsize=915456 CPUtime=25.49
/proc/31471/stat : 31471 (java) R 31469 31471 31040 0 -1 0 9814 0 1 0 2542 7 0 0 25 0 8 0 169950557 937426944 9551 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073628092 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31471/statm: 228864 9551 2542 14 0 215334 0
[pid=31471/tid=31473] ppid=31469 vsize=915456 CPUtime=0.02
/proc/31471/task/31473/stat : 31473 (java) S 31469 31471 31040 0 -1 64 141 0 0 0 2 0 0 0 16 0 8 0 169950560 937426944 9551 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31471/tid=31474] ppid=31469 vsize=915456 CPUtime=0
/proc/31471/task/31474/stat : 31474 (java) S 31469 31471 31040 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 169950560 937426944 9551 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31471/tid=31475] ppid=31469 vsize=915456 CPUtime=0
/proc/31471/task/31475/stat : 31475 (java) S 31469 31471 31040 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 169950560 937426944 9551 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31471/tid=31476] ppid=31469 vsize=915456 CPUtime=0
/proc/31471/task/31476/stat : 31476 (java) S 31469 31471 31040 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 169950563 937426944 9551 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31471/tid=31477] ppid=31469 vsize=915456 CPUtime=0.18
/proc/31471/task/31477/stat : 31477 (java) S 31469 31471 31040 0 -1 64 366 0 0 0 17 1 0 0 16 0 8 0 169950563 937426944 9551 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31471/tid=31478] ppid=31469 vsize=915456 CPUtime=0
/proc/31471/task/31478/stat : 31478 (java) S 31469 31471 31040 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 169950563 937426944 9551 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31471/tid=31479] ppid=31469 vsize=915456 CPUtime=0
/proc/31471/task/31479/stat : 31479 (java) S 31469 31471 31040 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 169950563 937426944 9551 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 915456

[startup+51.2422 s]
/proc/loadavg: 1.96 1.55 1.65 3/80 31479
/proc/meminfo: memFree=1320368/2055920 swapFree=4191892/4192956
[pid=31471] ppid=31469 vsize=915456 CPUtime=51
/proc/31471/stat : 31471 (java) R 31469 31471 31040 0 -1 0 9823 0 1 0 5093 7 0 0 25 0 8 0 169950557 937426944 9557 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073628077 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31471/statm: 228864 9557 2543 14 0 215334 0
[pid=31471/tid=31473] ppid=31469 vsize=915456 CPUtime=0.02
/proc/31471/task/31473/stat : 31473 (java) S 31469 31471 31040 0 -1 64 141 0 0 0 2 0 0 0 16 0 8 0 169950560 937426944 9557 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31471/tid=31474] ppid=31469 vsize=915456 CPUtime=0
/proc/31471/task/31474/stat : 31474 (java) S 31469 31471 31040 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 169950560 937426944 9557 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31471/tid=31475] ppid=31469 vsize=915456 CPUtime=0
/proc/31471/task/31475/stat : 31475 (java) S 31469 31471 31040 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 169950560 937426944 9557 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31471/tid=31476] ppid=31469 vsize=915456 CPUtime=0
/proc/31471/task/31476/stat : 31476 (java) S 31469 31471 31040 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 169950563 937426944 9557 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31471/tid=31477] ppid=31469 vsize=915456 CPUtime=0.19
/proc/31471/task/31477/stat : 31477 (java) S 31469 31471 31040 0 -1 64 371 0 0 0 18 1 0 0 16 0 8 0 169950563 937426944 9557 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31471/tid=31478] ppid=31469 vsize=915456 CPUtime=0
/proc/31471/task/31478/stat : 31478 (java) S 31469 31471 31040 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 169950563 937426944 9557 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31471/tid=31479] ppid=31469 vsize=915456 CPUtime=0
/proc/31471/task/31479/stat : 31479 (java) S 31469 31471 31040 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 169950563 937426944 9557 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 915456

[startup+102.471 s]
/proc/loadavg: 2.05 1.64 1.67 3/80 31479
/proc/meminfo: memFree=1261552/2055920 swapFree=4191892/4192956
[pid=31471] ppid=31469 vsize=915456 CPUtime=101.99
/proc/31471/stat : 31471 (java) R 31469 31471 31040 0 -1 0 9831 0 1 0 10192 7 0 0 25 0 8 0 169950557 937426944 9560 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073628077 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31471/statm: 228864 9560 2543 14 0 215334 0
[pid=31471/tid=31473] ppid=31469 vsize=915456 CPUtime=0.02
/proc/31471/task/31473/stat : 31473 (java) S 31469 31471 31040 0 -1 64 141 0 0 0 2 0 0 0 16 0 8 0 169950560 937426944 9560 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31471/tid=31474] ppid=31469 vsize=915456 CPUtime=0
/proc/31471/task/31474/stat : 31474 (java) S 31469 31471 31040 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 169950560 937426944 9560 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31471/tid=31475] ppid=31469 vsize=915456 CPUtime=0
/proc/31471/task/31475/stat : 31475 (java) S 31469 31471 31040 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 169950560 937426944 9560 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31471/tid=31476] ppid=31469 vsize=915456 CPUtime=0
/proc/31471/task/31476/stat : 31476 (java) S 31469 31471 31040 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 169950563 937426944 9560 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31471/tid=31477] ppid=31469 vsize=915456 CPUtime=0.19
/proc/31471/task/31477/stat : 31477 (java) S 31469 31471 31040 0 -1 64 375 0 0 0 18 1 0 0 15 0 8 0 169950563 937426944 9560 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31471/tid=31478] ppid=31469 vsize=915456 CPUtime=0
/proc/31471/task/31478/stat : 31478 (java) S 31469 31471 31040 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 169950563 937426944 9560 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31471/tid=31479] ppid=31469 vsize=915456 CPUtime=0
/proc/31471/task/31479/stat : 31479 (java) S 31469 31471 31040 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 169950563 937426944 9560 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.99
Current children cumulated vsize (KiB) 915456

[startup+162.534 s]
/proc/loadavg: 2.02 1.70 1.69 3/80 31479
/proc/meminfo: memFree=1093808/2055920 swapFree=4191892/4192956
[pid=31471] ppid=31469 vsize=915456 CPUtime=161.77
/proc/31471/stat : 31471 (java) R 31469 31471 31040 0 -1 0 9836 0 1 0 16170 7 0 0 25 0 8 0 169950557 937426944 9562 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479193 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

Current children cumulated CPU time (s) 1417.1
Current children cumulated vsize (KiB) 915456

[startup+1483.56 s]
/proc/loadavg: 2.04 2.00 1.91 3/80 31479
/proc/meminfo: memFree=1093424/2055920 swapFree=4191892/4192956
[pid=31471] ppid=31469 vsize=915456 CPUtime=1476.88
/proc/31471/stat : 31471 (java) R 31469 31471 31040 0 -1 0 9873 0 1 0 147678 10 0 0 25 0 8 0 169950557 937426944 9578 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073630631 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31471/statm: 228864 9578 2543 14 0 215334 0
[pid=31471/tid=31473] ppid=31469 vsize=915456 CPUtime=0.02
/proc/31471/task/31473/stat : 31473 (java) S 31469 31471 31040 0 -1 64 141 0 0 0 2 0 0 0 16 0 8 0 169950560 937426944 9578 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31471/tid=31474] ppid=31469 vsize=915456 CPUtime=0
/proc/31471/task/31474/stat : 31474 (java) S 31469 31471 31040 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 169950560 937426944 9578 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31471/tid=31475] ppid=31469 vsize=915456 CPUtime=0
/proc/31471/task/31475/stat : 31475 (java) S 31469 31471 31040 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 169950560 937426944 9578 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31471/tid=31476] ppid=31469 vsize=915456 CPUtime=0
/proc/31471/task/31476/stat : 31476 (java) S 31469 31471 31040 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 169950563 937426944 9578 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31471/tid=31477] ppid=31469 vsize=915456 CPUtime=0.23
/proc/31471/task/31477/stat : 31477 (java) S 31469 31471 31040 0 -1 64 399 0 0 0 22 1 0 0 16 0 8 0 169950563 937426944 9578 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31471/tid=31478] ppid=31469 vsize=915456 CPUtime=0
/proc/31471/task/31478/stat : 31478 (java) S 31469 31471 31040 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 169950563 937426944 9578 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31471/tid=31479] ppid=31469 vsize=915456 CPUtime=0
/proc/31471/task/31479/stat : 31479 (java) S 31469 31471 31040 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 169950563 937426944 9578 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1476.88
Current children cumulated vsize (KiB) 915456

[startup+1543.6 s]
/proc/loadavg: 2.04 2.01 1.91 3/80 31479
/proc/meminfo: memFree=1093360/2055920 swapFree=4191892/4192956
[pid=31471] ppid=31469 vsize=915456 CPUtime=1536.67
/proc/31471/stat : 31471 (java) R 31469 31471 31040 0 -1 0 9873 0 1 0 153657 10 0 0 25 0 8 0 169950557 937426944 9578 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073628197 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31471/statm: 228864 9578 2543 14 0 215334 0
[pid=31471/tid=31473] ppid=31469 vsize=915456 CPUtime=0.02
/proc/31471/task/31473/stat : 31473 (java) S 31469 31471 31040 0 -1 64 141 0 0 0 2 0 0 0 16 0 8 0 169950560 937426944 9578 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31471/tid=31474] ppid=31469 vsize=915456 CPUtime=0
/proc/31471/task/31474/stat : 31474 (java) S 31469 31471 31040 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 169950560 937426944 9578 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31471/tid=31475] ppid=31469 vsize=915456 CPUtime=0
/proc/31471/task/31475/stat : 31475 (java) S 31469 31471 31040 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 169950560 937426944 9578 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31471/tid=31476] ppid=31469 vsize=915456 CPUtime=0
/proc/31471/task/31476/stat : 31476 (java) S 31469 31471 31040 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 169950563 937426944 9578 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31471/tid=31477] ppid=31469 vsize=915456 CPUtime=0.23
/proc/31471/task/31477/stat : 31477 (java) S 31469 31471 31040 0 -1 64 399 0 0 0 22 1 0 0 16 0 8 0 169950563 937426944 9578 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31471/tid=31478] ppid=31469 vsize=915456 CPUtime=0
/proc/31471/task/31478/stat : 31478 (java) S 31469 31471 31040 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 169950563 937426944 9578 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31471/tid=31479] ppid=31469 vsize=915456 CPUtime=0
/proc/31471/task/31479/stat : 31479 (java) S 31469 31471 31040 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 169950563 937426944 9578 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1536.67
Current children cumulated vsize (KiB) 915456

[startup+1603.65 s]
/proc/loadavg: 2.05 2.02 1.92 3/80 31479
/proc/meminfo: memFree=1093360/2055920 swapFree=4191892/4192956
[pid=31471] ppid=31469 vsize=915456 CPUtime=1596.42
/proc/31471/stat : 31471 (java) R 31469 31471 31040 0 -1 0 9873 0 1 0 159632 10 0 0 25 0 8 0 169950557 937426944 9578 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073628124 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31471/statm: 228864 9578 2543 14 0 215334 0
[pid=31471/tid=31473] ppid=31469 vsize=915456 CPUtime=0.02
/proc/31471/task/31473/stat : 31473 (java) S 31469 31471 31040 0 -1 64 141 0 0 0 2 0 0 0 16 0 8 0 169950560 937426944 9578 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31471/tid=31474] ppid=31469 vsize=915456 CPUtime=0
/proc/31471/task/31474/stat : 31474 (java) S 31469 31471 31040 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 169950560 937426944 9578 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31471/tid=31475] ppid=31469 vsize=915456 CPUtime=0
/proc/31471/task/31475/stat : 31475 (java) S 31469 31471 31040 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 169950560 937426944 9578 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31471/tid=31476] ppid=31469 vsize=915456 CPUtime=0
/proc/31471/task/31476/stat : 31476 (java) S 31469 31471 31040 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 169950563 937426944 9578 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31471/tid=31477] ppid=31469 vsize=915456 CPUtime=0.23
/proc/31471/task/31477/stat : 31477 (java) S 31469 31471 31040 0 -1 64 399 0 0 0 22 1 0 0 16 0 8 0 169950563 937426944 9578 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31471/tid=31478] ppid=31469 vsize=915456 CPUtime=0
/proc/31471/task/31478/stat : 31478 (java) S 31469 31471 31040 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 169950563 937426944 9578 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31471/tid=31479] ppid=31469 vsize=915456 CPUtime=0
/proc/31471/task/31479/stat : 31479 (java) S 31469 31471 31040 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 169950563 937426944 9578 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1596.42
Current children cumulated vsize (KiB) 915456

[startup+1663.69 s]
/proc/loadavg: 2.02 2.02 1.92 3/80 31479
/proc/meminfo: memFree=1093360/2055920 swapFree=4191892/4192956
[pid=31471] ppid=31469 vsize=915456 CPUtime=1656.21
/proc/31471/stat : 31471 (java) R 31469 31471 31040 0 -1 0 9873 0 1 0 165611 10 0 0 25 0 8 0 169950557 937426944 9578 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073630631 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31471/statm: 228864 9578 2543 14 0 215334 0
[pid=31471/tid=31473] ppid=31469 vsize=915456 CPUtime=0.02
/proc/31471/task/31473/stat : 31473 (java) S 31469 31471 31040 0 -1 64 141 0 0 0 2 0 0 0 16 0 8 0 169950560 937426944 9578 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31471/tid=31474] ppid=31469 vsize=915456 CPUtime=0
/proc/31471/task/31474/stat : 31474 (java) S 31469 31471 31040 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 169950560 937426944 9578 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31471/tid=31475] ppid=31469 vsize=915456 CPUtime=0
/proc/31471/task/31475/stat : 31475 (java) S 31469 31471 31040 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 169950560 937426944 9578 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31471/tid=31476] ppid=31469 vsize=915456 CPUtime=0
/proc/31471/task/31476/stat : 31476 (java) S 31469 31471 31040 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 169950563 937426944 9578 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31471/tid=31477] ppid=31469 vsize=915456 CPUtime=0.23
/proc/31471/task/31477/stat : 31477 (java) S 31469 31471 31040 0 -1 64 399 0 0 0 22 1 0 0 16 0 8 0 169950563 937426944 9578 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31471/tid=31478] ppid=31469 vsize=915456 CPUtime=0
/proc/31471/task/31478/stat : 31478 (java) S 31469 31471 31040 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 169950563 937426944 9578 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31471/tid=31479] ppid=31469 vsize=915456 CPUtime=0
/proc/31471/task/31479/stat : 31479 (java) S 31469 31471 31040 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 169950563 937426944 9578 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1656.21
Current children cumulated vsize (KiB) 915456

[startup+1723.74 s]
/proc/loadavg: 2.00 2.01 1.92 3/80 31479
/proc/meminfo: memFree=1093296/2055920 swapFree=4191892/4192956
[pid=31471] ppid=31469 vsize=915456 CPUtime=1716
/proc/31471/stat : 31471 (java) R 31469 31471 31040 0 -1 0 9873 0 1 0 171590 10 0 0 25 0 8 0 169950557 937426944 9578 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479187 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31471/statm: 228864 9578 2543 14 0 215334 0
[pid=31471/tid=31473] ppid=31469 vsize=915456 CPUtime=0.02
/proc/31471/task/31473/stat : 31473 (java) S 31469 31471 31040 0 -1 64 141 0 0 0 2 0 0 0 16 0 8 0 169950560 937426944 9578 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31471/tid=31474] ppid=31469 vsize=915456 CPUtime=0
/proc/31471/task/31474/stat : 31474 (java) S 31469 31471 31040 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 169950560 937426944 9578 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31471/tid=31475] ppid=31469 vsize=915456 CPUtime=0
/proc/31471/task/31475/stat : 31475 (java) S 31469 31471 31040 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 169950560 937426944 9578 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31471/tid=31476] ppid=31469 vsize=915456 CPUtime=0
/proc/31471/task/31476/stat : 31476 (java) S 31469 31471 31040 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 169950563 937426944 9578 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31471/tid=31477] ppid=31469 vsize=915456 CPUtime=0.23
/proc/31471/task/31477/stat : 31477 (java) S 31469 31471 31040 0 -1 64 399 0 0 0 22 1 0 0 16 0 8 0 169950563 937426944 9578 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31471/tid=31478] ppid=31469 vsize=915456 CPUtime=0
/proc/31471/task/31478/stat : 31478 (java) S 31469 31471 31040 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 169950563 937426944 9578 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31471/tid=31479] ppid=31469 vsize=915456 CPUtime=0
/proc/31471/task/31479/stat : 31479 (java) S 31469 31471 31040 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 169950563 937426944 9578 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1716
Current children cumulated vsize (KiB) 915456

[startup+1783.81 s]
/proc/loadavg: 1.95 1.99 1.91 3/87 31536
/proc/meminfo: memFree=1331768/2055920 swapFree=4191892/4192956
[pid=31471] ppid=31469 vsize=915456 CPUtime=1775.9
/proc/31471/stat : 31471 (java) R 31469 31471 31040 0 -1 0 9873 0 1 0 177578 12 0 0 25 0 8 0 169950557 937426944 9578 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073629287 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31471/statm: 228864 9578 2543 14 0 215334 0
[pid=31471/tid=31473] ppid=31469 vsize=915456 CPUtime=0.02
/proc/31471/task/31473/stat : 31473 (java) S 31469 31471 31040 0 -1 64 141 0 0 0 2 0 0 0 16 0 8 0 169950560 937426944 9578 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31471/tid=31474] ppid=31469 vsize=915456 CPUtime=0
/proc/31471/task/31474/stat : 31474 (java) S 31469 31471 31040 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 169950560 937426944 9578 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31471/tid=31475] ppid=31469 vsize=915456 CPUtime=0
/proc/31471/task/31475/stat : 31475 (java) S 31469 31471 31040 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 169950560 937426944 9578 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31471/tid=31476] ppid=31469 vsize=915456 CPUtime=0
/proc/31471/task/31476/stat : 31476 (java) S 31469 31471 31040 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 169950563 937426944 9578 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31471/tid=31477] ppid=31469 vsize=915456 CPUtime=0.23
/proc/31471/task/31477/stat : 31477 (java) S 31469 31471 31040 0 -1 64 399 0 0 0 22 1 0 0 16 0 8 0 169950563 937426944 9578 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31471/tid=31478] ppid=31469 vsize=915456 CPUtime=0
/proc/31471/task/31478/stat : 31478 (java) S 31469 31471 31040 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 169950563 937426944 9578 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31471/tid=31479] ppid=31469 vsize=915456 CPUtime=0
/proc/31471/task/31479/stat : 31479 (java) S 31469 31471 31040 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 169950563 937426944 9578 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1775.9
Current children cumulated vsize (KiB) 915456



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.97 s]
/proc/loadavg: 1.97 1.99 1.91 4/87 31536
/proc/meminfo: memFree=1331832/2055920 swapFree=4191892/4192956
[pid=31471] ppid=31469 vsize=915456 CPUtime=1800.06
/proc/31471/stat : 31471 (java) R 31469 31471 31040 0 -1 0 9873 0 1 0 179994 12 0 0 25 0 8 0 169950557 937426944 9578 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073629346 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31471/statm: 228864 9578 2543 14 0 215334 0
[pid=31471/tid=31473] ppid=31469 vsize=915456 CPUtime=0.02
/proc/31471/task/31473/stat : 31473 (java) S 31469 31471 31040 0 -1 64 141 0 0 0 2 0 0 0 16 0 8 0 169950560 937426944 9578 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31471/tid=31474] ppid=31469 vsize=915456 CPUtime=0
/proc/31471/task/31474/stat : 31474 (java) S 31469 31471 31040 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 169950560 937426944 9578 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31471/tid=31475] ppid=31469 vsize=915456 CPUtime=0
/proc/31471/task/31475/stat : 31475 (java) S 31469 31471 31040 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 169950560 937426944 9578 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31471/tid=31476] ppid=31469 vsize=915456 CPUtime=0
/proc/31471/task/31476/stat : 31476 (java) S 31469 31471 31040 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 169950563 937426944 9578 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31471/tid=31477] ppid=31469 vsize=915456 CPUtime=0.23
/proc/31471/task/31477/stat : 31477 (java) S 31469 31471 31040 0 -1 64 399 0 0 0 22 1 0 0 16 0 8 0 169950563 937426944 9578 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31471/tid=31478] ppid=31469 vsize=915456 CPUtime=0
/proc/31471/task/31478/stat : 31478 (java) S 31469 31471 31040 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 169950563 937426944 9578 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31471/tid=31479] ppid=31469 vsize=915456 CPUtime=0
/proc/31471/task/31479/stat : 31479 (java) S 31469 31471 31040 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 169950563 937426944 9578 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 915456

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

Child status: 143
Real time (s): 1808
CPU time (s): 1800.1
CPU user time (s): 1799.97
CPU system time (s): 0.12898
CPU usage (%): 99.5627
Max. virtual memory (cumulated for all children) (KiB): 915456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.97
system time used= 0.12898
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9890
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= 37802
involuntary context switches= 61040

runsolver used 2.24966 s user time and 5.71413 s system time

The end

Launcher Data (download as text)

Begin job on node42 on Mon Jan  8 00:18:33 UTC 2007


IDJOB= 212038
IDBENCH= 4740
FILE ID= node42/212038-1168215513

PBS_JOBID= 3480878

Free space on /tmp= 66549 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/mpsReduced/mps-red-enigma.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/212038-1168215513/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node42/watcher-212038-1168215513 -o ROOT/results/node42/solver-212038-1168215513 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/212038-1168215513/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  c1689fafeff208a3db71705e97f620d7

RANDOM SEED= 381401516

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.229
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.229
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:       1406344 kB
Buffers:         54460 kB
Cached:         418488 kB
SwapCached:        400 kB
Active:         312984 kB
Inactive:       276296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1406344 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            1732 kB
Writeback:           0 kB
Mapped:         128484 kB
Slab:            45656 kB
Committed_AS:  3435136 kB
PageTables:       1920 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= 66554 MiB



End job on node42 on Mon Jan  8 00:48:41 UTC 2007