Trace number 216149

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.07 1812.98

General information on the benchmark

NamepseudoSeries/mps/
mps-enigma.xml
MD5SUM56fa3fff403fcb74e4702d66046a8f66
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 benchmark8.71167
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.36	   
0.36	Abscon 109 (November, 2006)
0.36	   
0.36	   configuration
0.36	     name=esac.xml
0.39	   
0.39	   instance
0.39	     name=/tmp/evaluation/216149-1168238603/unknown.xml
0.42	   
0.42	   domains being loaded...
0.43	   
0.43	   variables being loaded...
0.46	     nbVariables=100  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2
0.46	       =>  wckTime=0.091  cpuTime=0.08  mem=6M951
0.46	   
0.46	   predicates being loaded...
0.49	   
0.49	   constraints being loaded...
0.64	     nbConstraints=21  nbMergedConstraints=21  nbConflictsStructures=2  nbSharedConflictsStructures=18
0.64	     nbUnbuiltConflictsStructures=1  nbSharedBinaryRepresentations=0  nbEvaluationManagers=3
0.64	     nbSharedEvaluationManagers=18  maxDegree=3  maxArity=90
0.64	       =>  wckTime=0.273  cpuTime=0.21  mem=19M647
0.67	   
0.67	   solver IterativeSystematicSolver being built... 
0.84	       =>  wckTime=0.48  cpuTime=0.34  mem=15M459
24.76	   
24.76	   preprocessing
24.76	     nbConstraintChecks=1050662  nbValidityChecks=3591  nbPropagations=319  nbRevisions=2014  nbUselessRevisions=1939
24.76	     nbSingletonTests=148  nbEffectiveSingletonTests=0  nbESACBranches=2  nbRemovedValues=0  detectedInconsistency=no
24.76	       =>  wckTime=23.912  cpuTime=23.68  mem=15M459
30.76	   
30.76	   search
30.76	     run=0  nbConstraintChecks=263494  nbValidityChecks=2383  nbPropagations=479  nbRevisions=3334
30.76	     nbUselessRevisions=3183  nbAssignments=84  nbFailedAssignments=4  nbBacktracks=10  nbVisitedNodes=89
30.76	     nbRestartNogoods=0  mapSize=7  nbInferences=0  nbTooLargeKeys=0
30.76	       =>  wckTime=29.915  cpuTime=29.62  mem=15M459
36.76	   
36.76	   search
36.76	     run=1  nbConstraintChecks=526975  nbValidityChecks=4865  nbPropagations=1128  nbRevisions=8062
36.76	     nbUselessRevisions=7678  nbAssignments=171  nbFailedAssignments=8  nbBacktracks=27  nbVisitedNodes=180
36.76	     nbRestartNogoods=1  mapSize=13  nbInferences=0  nbTooLargeKeys=0
36.76	       =>  wckTime=35.915  cpuTime=35.57  mem=15M459
44.20	   
44.20	   search
44.20	     run=2  nbConstraintChecks=856014  nbValidityChecks=7509  nbPropagations=1963  nbRevisions=14272
44.20	     nbUselessRevisions=13564  nbAssignments=264  nbFailedAssignments=13  nbBacktracks=49  nbVisitedNodes=278
44.20	     nbRestartNogoods=3  mapSize=21  nbInferences=0  nbTooLargeKeys=0
44.20	       =>  wckTime=43.352  cpuTime=42.94  mem=15M459
54.66	   
54.66	   search
54.66	     run=3  nbConstraintChecks=1316205  nbValidityChecks=10461  nbPropagations=3015  nbRevisions=22146
54.66	     nbUselessRevisions=21002  nbAssignments=367  nbFailedAssignments=20  nbBacktracks=90  nbVisitedNodes=388
54.66	     nbRestartNogoods=5  mapSize=34  nbInferences=0  nbTooLargeKeys=0
54.66	       =>  wckTime=53.818  cpuTime=53.33  mem=15M459
69.58	   
69.58	   search
69.58	     run=4  nbConstraintChecks=1973161  nbValidityChecks=13708  nbPropagations=4315  nbRevisions=31861
69.58	     nbUselessRevisions=30148  nbAssignments=481  nbFailedAssignments=30  nbBacktracks=148  nbVisitedNodes=512
69.58	     nbRestartNogoods=6  mapSize=53  nbInferences=0  nbTooLargeKeys=0
69.58	       =>  wckTime=68.731  cpuTime=68.11  mem=15M459
97.94	   
97.94	   search
97.94	     run=5  nbConstraintChecks=3220290  nbValidityChecks=18040  nbPropagations=5981  nbRevisions=44056
97.94	     nbUselessRevisions=41569  nbAssignments=641  nbFailedAssignments=49  nbBacktracks=224  nbVisitedNodes=691
97.94	     nbRestartNogoods=7  mapSize=89  nbInferences=0  nbTooLargeKeys=0
97.94	       =>  wckTime=97.098  cpuTime=96.24  mem=15M459
129.24	   
129.24	   search
129.24	     run=6  nbConstraintChecks=4598711  nbValidityChecks=23232  nbPropagations=8086  nbRevisions=59248
129.24	     nbUselessRevisions=55745  nbAssignments=835  nbFailedAssignments=70  nbBacktracks=340  nbVisitedNodes=906
129.24	     nbRestartNogoods=9  mapSize=129  nbInferences=0  nbTooLargeKeys=0
129.24	       =>  wckTime=128.389  cpuTime=127.26  mem=15M459
181.37	   
181.37	   search
181.37	     run=7  nbConstraintChecks=6895163  nbValidityChecks=30185  nbPropagations=10815  nbRevisions=78466
181.37	     nbUselessRevisions=73589  nbAssignments=1099  nbFailedAssignments=105  nbBacktracks=513  nbVisitedNodes=1205
181.37	     nbRestartNogoods=11  mapSize=197  nbInferences=0  nbTooLargeKeys=0
181.37	       =>  wckTime=180.526  cpuTime=178.97  mem=15M459
255.78	   
255.78	   search
255.78	     run=8  nbConstraintChecks=10175423  nbValidityChecks=39671  nbPropagations=14415  nbRevisions=103205
255.78	     nbUselessRevisions=96451  nbAssignments=1465  nbFailedAssignments=155  nbBacktracks=771  nbVisitedNodes=1621
255.78	     nbRestartNogoods=13  mapSize=295  nbInferences=0  nbTooLargeKeys=0
255.78	       =>  wckTime=254.936  cpuTime=252.76  mem=16M434
367.44	   
367.44	   search
367.44	     run=9  nbConstraintChecks=15095417  nbValidityChecks=52888  nbPropagations=19261  nbRevisions=135668
367.44	     nbUselessRevisions=126308  nbAssignments=1980  nbFailedAssignments=230  nbBacktracks=1156  nbVisitedNodes=2211
367.44	     nbRestartNogoods=15  mapSize=443  nbInferences=0  nbTooLargeKeys=0
367.44	       =>  wckTime=366.595  cpuTime=363.5  mem=16M434
605.25	   
605.25	   search
605.25	     run=10  nbConstraintChecks=25587164  nbValidityChecks=70493  nbPropagations=25802  nbRevisions=178460
605.25	     nbUselessRevisions=165530  nbAssignments=2709  nbFailedAssignments=330  nbBacktracks=1743  nbVisitedNodes=3040
605.25	     nbRestartNogoods=17  mapSize=642  nbInferences=0  nbTooLargeKeys=0
605.25	       =>  wckTime=604.4  cpuTime=599.34  mem=16M434
947.04	   
947.04	   search
947.04	     run=11  nbConstraintChecks=40669000  nbValidityChecks=96141  nbPropagations=34835  nbRevisions=236331
947.04	     nbUselessRevisions=218405  nbAssignments=3773  nbFailedAssignments=480  nbBacktracks=2613  nbVisitedNodes=4254
947.04	     nbRestartNogoods=18  mapSize=940  nbInferences=0  nbTooLargeKeys=0
947.04	       =>  wckTime=946.19  cpuTime=938.32  mem=16M434
1028.77	   
1028.77	   INFO : Stopping hyperNogood (mapSize=1006, nbTooLargekeys=0, mem=16M434)
1472.26	   
1472.26	   search
1472.26	     run=12  nbConstraintChecks=63815454  nbValidityChecks=133828  nbPropagations=47570  nbRevisions=316396
1472.26	     nbUselessRevisions=291355  nbAssignments=5354  nbFailedAssignments=705  nbBacktracks=3914  nbVisitedNodes=6060
1472.26	     nbRestartNogoods=20
1472.26	       =>  wckTime=1471.412  cpuTime=1460.16  mem=16M434

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/node22/watcher-216149-1168238603 -o ROOT/results/node22/solver-216149-1168238603 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/216149-1168238603/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.83 1.35 1.22 5/93 14069
/proc/meminfo: memFree=1249880/2055920 swapFree=4157540/4192956
[pid=14068] ppid=14066 vsize=18540 CPUtime=0
/proc/14068/stat : 14068 (runsolver) R 14066 14068 13594 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 172254830 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 272467815719 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/14068/statm: 4635 279 244 17 0 2626 0

[startup+0.107634 s]
/proc/loadavg: 1.83 1.35 1.22 5/93 14069
/proc/meminfo: memFree=1249880/2055920 swapFree=4157540/4192956
[pid=14068] ppid=14066 vsize=913228 CPUtime=0.07
/proc/14068/stat : 14068 (java) D 14066 14068 13594 0 -1 0 2918 0 1 0 6 1 0 0 24 0 8 0 172254830 935145472 2664 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 2147483391 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14068/statm: 228307 2664 1396 14 0 215208 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 913228

[startup+0.515701 s]
/proc/loadavg: 1.83 1.35 1.22 5/93 14069
/proc/meminfo: memFree=1249880/2055920 swapFree=4157540/4192956
[pid=14068] ppid=14066 vsize=915328 CPUtime=0.42
/proc/14068/stat : 14068 (java) R 14066 14068 13594 0 -1 0 7227 0 1 0 38 4 0 0 19 0 8 0 172254830 937295872 6966 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14068/statm: 228832 6966 2144 14 0 215302 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 915328

[startup+1.34282 s]
/proc/loadavg: 1.83 1.35 1.22 3/100 14076
/proc/meminfo: memFree=1220960/2055920 swapFree=4157540/4192956
[pid=14068] ppid=14066 vsize=915456 CPUtime=1.24
/proc/14068/stat : 14068 (java) R 14066 14068 13594 0 -1 0 10019 0 1 0 119 5 0 0 25 0 8 0 172254830 937426944 9757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073636496 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14068/statm: 228864 9757 2539 14 0 215334 0
[pid=14068/tid=14070] ppid=14066 vsize=915456 CPUtime=0.02
/proc/14068/task/14070/stat : 14070 (java) S 14066 14068 13594 0 -1 64 140 0 0 0 2 0 0 0 16 0 8 0 172254833 937426944 9757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14068/tid=14071] ppid=14066 vsize=915456 CPUtime=0
/proc/14068/task/14071/stat : 14071 (java) S 14066 14068 13594 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 172254834 937426944 9757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14068/tid=14072] ppid=14066 vsize=915456 CPUtime=0
/proc/14068/task/14072/stat : 14072 (java) S 14066 14068 13594 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 172254834 937426944 9757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14068/tid=14073] ppid=14066 vsize=915456 CPUtime=0
/proc/14068/task/14073/stat : 14073 (java) S 14066 14068 13594 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 172254837 937426944 9757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14068/tid=14074] ppid=14066 vsize=915456 CPUtime=0.16
/proc/14068/task/14074/stat : 14074 (java) S 14066 14068 13594 0 -1 64 354 0 0 0 15 1 0 0 15 0 8 0 172254837 937426944 9757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14068/tid=14075] ppid=14066 vsize=915456 CPUtime=0
/proc/14068/task/14075/stat : 14075 (java) S 14066 14068 13594 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 172254837 937426944 9757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14068/tid=14076] ppid=14066 vsize=915456 CPUtime=0
/proc/14068/task/14076/stat : 14076 (java) S 14066 14068 13594 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 172254837 937426944 9757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 915456

[startup+2.98007 s]
/proc/loadavg: 1.83 1.35 1.22 3/100 14076
/proc/meminfo: memFree=1220896/2055920 swapFree=4157540/4192956
[pid=14068] ppid=14066 vsize=915456 CPUtime=2.86
/proc/14068/stat : 14068 (java) R 14066 14068 13594 0 -1 0 10019 0 1 0 281 5 0 0 25 0 8 0 172254830 937426944 9757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073630390 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14068/statm: 228864 9757 2539 14 0 215334 0
[pid=14068/tid=14070] ppid=14066 vsize=915456 CPUtime=0.02
/proc/14068/task/14070/stat : 14070 (java) S 14066 14068 13594 0 -1 64 140 0 0 0 2 0 0 0 16 0 8 0 172254833 937426944 9757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14068/tid=14071] ppid=14066 vsize=915456 CPUtime=0
/proc/14068/task/14071/stat : 14071 (java) S 14066 14068 13594 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 172254834 937426944 9757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14068/tid=14072] ppid=14066 vsize=915456 CPUtime=0
/proc/14068/task/14072/stat : 14072 (java) S 14066 14068 13594 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 172254834 937426944 9757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14068/tid=14073] ppid=14066 vsize=915456 CPUtime=0
/proc/14068/task/14073/stat : 14073 (java) S 14066 14068 13594 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 172254837 937426944 9757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14068/tid=14074] ppid=14066 vsize=915456 CPUtime=0.16
/proc/14068/task/14074/stat : 14074 (java) S 14066 14068 13594 0 -1 64 354 0 0 0 15 1 0 0 15 0 8 0 172254837 937426944 9757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14068/tid=14075] ppid=14066 vsize=915456 CPUtime=0
/proc/14068/task/14075/stat : 14075 (java) S 14066 14068 13594 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 172254837 937426944 9757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14068/tid=14076] ppid=14066 vsize=915456 CPUtime=0
/proc/14068/task/14076/stat : 14076 (java) S 14066 14068 13594 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 172254837 937426944 9757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 915456

[startup+6.27458 s]
/proc/loadavg: 1.84 1.36 1.23 3/100 14076
/proc/meminfo: memFree=1220896/2055920 swapFree=4157540/4192956
[pid=14068] ppid=14066 vsize=915456 CPUtime=6.13
/proc/14068/stat : 14068 (java) R 14066 14068 13594 0 -1 0 10019 0 1 0 608 5 0 0 25 0 8 0 172254830 937426944 9757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073636419 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14068/statm: 228864 9757 2539 14 0 215334 0
[pid=14068/tid=14070] ppid=14066 vsize=915456 CPUtime=0.02
/proc/14068/task/14070/stat : 14070 (java) S 14066 14068 13594 0 -1 64 140 0 0 0 2 0 0 0 16 0 8 0 172254833 937426944 9757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14068/tid=14071] ppid=14066 vsize=915456 CPUtime=0
/proc/14068/task/14071/stat : 14071 (java) S 14066 14068 13594 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 172254834 937426944 9757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14068/tid=14072] ppid=14066 vsize=915456 CPUtime=0
/proc/14068/task/14072/stat : 14072 (java) S 14066 14068 13594 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 172254834 937426944 9757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14068/tid=14073] ppid=14066 vsize=915456 CPUtime=0
/proc/14068/task/14073/stat : 14073 (java) S 14066 14068 13594 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 172254837 937426944 9757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14068/tid=14074] ppid=14066 vsize=915456 CPUtime=0.16
/proc/14068/task/14074/stat : 14074 (java) S 14066 14068 13594 0 -1 64 354 0 0 0 15 1 0 0 15 0 8 0 172254837 937426944 9757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14068/tid=14075] ppid=14066 vsize=915456 CPUtime=0
/proc/14068/task/14075/stat : 14075 (java) S 14066 14068 13594 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 172254837 937426944 9757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14068/tid=14076] ppid=14066 vsize=915456 CPUtime=0
/proc/14068/task/14076/stat : 14076 (java) S 14066 14068 13594 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 172254837 937426944 9757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 915456

[startup+12.7446 s]
/proc/loadavg: 1.86 1.37 1.23 3/100 14076
/proc/meminfo: memFree=1220912/2055920 swapFree=4157540/4192956
[pid=14068] ppid=14066 vsize=915456 CPUtime=12.55
/proc/14068/stat : 14068 (java) R 14066 14068 13594 0 -1 0 10019 0 1 0 1250 5 0 0 25 0 8 0 172254830 937426944 9757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073632935 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14068/statm: 228864 9757 2539 14 0 215334 0
[pid=14068/tid=14070] ppid=14066 vsize=915456 CPUtime=0.02
/proc/14068/task/14070/stat : 14070 (java) S 14066 14068 13594 0 -1 64 140 0 0 0 2 0 0 0 16 0 8 0 172254833 937426944 9757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14068/tid=14071] ppid=14066 vsize=915456 CPUtime=0
/proc/14068/task/14071/stat : 14071 (java) S 14066 14068 13594 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 172254834 937426944 9757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14068/tid=14072] ppid=14066 vsize=915456 CPUtime=0
/proc/14068/task/14072/stat : 14072 (java) S 14066 14068 13594 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 172254834 937426944 9757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14068/tid=14073] ppid=14066 vsize=915456 CPUtime=0
/proc/14068/task/14073/stat : 14073 (java) S 14066 14068 13594 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 172254837 937426944 9757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14068/tid=14074] ppid=14066 vsize=915456 CPUtime=0.16
/proc/14068/task/14074/stat : 14074 (java) S 14066 14068 13594 0 -1 64 354 0 0 0 15 1 0 0 15 0 8 0 172254837 937426944 9757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14068/tid=14075] ppid=14066 vsize=915456 CPUtime=0
/proc/14068/task/14075/stat : 14075 (java) S 14066 14068 13594 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 172254837 937426944 9757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14068/tid=14076] ppid=14066 vsize=915456 CPUtime=0
/proc/14068/task/14076/stat : 14076 (java) S 14066 14068 13594 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 172254837 937426944 9757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 915456

[startup+25.5875 s]
/proc/loadavg: 1.89 1.40 1.24 3/100 14076
/proc/meminfo: memFree=1221040/2055920 swapFree=4157540/4192956
[pid=14068] ppid=14066 vsize=915456 CPUtime=25.28
/proc/14068/stat : 14068 (java) R 14066 14068 13594 0 -1 0 10038 0 1 0 2523 5 0 0 25 0 8 0 172254830 937426944 9775 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073630416 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14068/statm: 228864 9775 2542 14 0 215334 0
[pid=14068/tid=14070] ppid=14066 vsize=915456 CPUtime=0.02
/proc/14068/task/14070/stat : 14070 (java) S 14066 14068 13594 0 -1 64 140 0 0 0 2 0 0 0 16 0 8 0 172254833 937426944 9775 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14068/tid=14071] ppid=14066 vsize=915456 CPUtime=0
/proc/14068/task/14071/stat : 14071 (java) S 14066 14068 13594 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 172254834 937426944 9775 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14068/tid=14072] ppid=14066 vsize=915456 CPUtime=0
/proc/14068/task/14072/stat : 14072 (java) S 14066 14068 13594 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 172254834 937426944 9775 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14068/tid=14073] ppid=14066 vsize=915456 CPUtime=0
/proc/14068/task/14073/stat : 14073 (java) S 14066 14068 13594 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 172254837 937426944 9775 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14068/tid=14074] ppid=14066 vsize=915456 CPUtime=0.18
/proc/14068/task/14074/stat : 14074 (java) S 14066 14068 13594 0 -1 64 365 0 0 0 17 1 0 0 16 0 8 0 172254837 937426944 9775 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14068/tid=14075] ppid=14066 vsize=915456 CPUtime=0
/proc/14068/task/14075/stat : 14075 (java) S 14066 14068 13594 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 172254837 937426944 9775 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14068/tid=14076] ppid=14066 vsize=915456 CPUtime=0
/proc/14068/task/14076/stat : 14076 (java) S 14066 14068 13594 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 172254837 937426944 9775 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 915456

[startup+51.2825 s]
/proc/loadavg: 1.92 1.44 1.26 4/100 14076
/proc/meminfo: memFree=1221104/2055920 swapFree=4157540/4192956
[pid=14068] ppid=14066 vsize=915456 CPUtime=50.78
/proc/14068/stat : 14068 (java) R 14066 14068 13594 0 -1 0 10047 0 1 0 5072 6 0 0 25 0 8 0 172254830 937426944 9781 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073632295 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14068/statm: 228864 9781 2543 14 0 215334 0
[pid=14068/tid=14070] ppid=14066 vsize=915456 CPUtime=0.02
/proc/14068/task/14070/stat : 14070 (java) S 14066 14068 13594 0 -1 64 140 0 0 0 2 0 0 0 16 0 8 0 172254833 937426944 9781 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14068/tid=14071] ppid=14066 vsize=915456 CPUtime=0
/proc/14068/task/14071/stat : 14071 (java) S 14066 14068 13594 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 172254834 937426944 9781 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14068/tid=14072] ppid=14066 vsize=915456 CPUtime=0
/proc/14068/task/14072/stat : 14072 (java) S 14066 14068 13594 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 172254834 937426944 9781 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14068/tid=14073] ppid=14066 vsize=915456 CPUtime=0
/proc/14068/task/14073/stat : 14073 (java) S 14066 14068 13594 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 172254837 937426944 9781 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14068/tid=14074] ppid=14066 vsize=915456 CPUtime=0.19
/proc/14068/task/14074/stat : 14074 (java) S 14066 14068 13594 0 -1 64 370 0 0 0 18 1 0 0 16 0 8 0 172254837 937426944 9781 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14068/tid=14075] ppid=14066 vsize=915456 CPUtime=0
/proc/14068/task/14075/stat : 14075 (java) S 14066 14068 13594 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 172254837 937426944 9781 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14068/tid=14076] ppid=14066 vsize=915456 CPUtime=0
/proc/14068/task/14076/stat : 14076 (java) S 14066 14068 13594 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 172254837 937426944 9781 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.78
Current children cumulated vsize (KiB) 915456

[startup+102.556 s]
/proc/loadavg: 2.12 1.56 1.31 3/100 14076
/proc/meminfo: memFree=1221040/2055920 swapFree=4157540/4192956
[pid=14068] ppid=14066 vsize=915456 CPUtime=101.62
/proc/14068/stat : 14068 (java) R 14066 14068 13594 0 -1 0 10055 0 1 0 10156 6 0 0 25 0 8 0 172254830 937426944 9784 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073636042 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14068/statm: 228864 9784 2543 14 0 215334 0
[pid=14068/tid=14070] ppid=14066 vsize=915456 CPUtime=0.02
/proc/14068/task/14070/stat : 14070 (java) S 14066 14068 13594 0 -1 64 140 0 0 0 2 0 0 0 16 0 8 0 172254833 937426944 9784 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14068/tid=14071] ppid=14066 vsize=915456 CPUtime=0
/proc/14068/task/14071/stat : 14071 (java) S 14066 14068 13594 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 172254834 937426944 9784 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14068/tid=14072] ppid=14066 vsize=915456 CPUtime=0
/proc/14068/task/14072/stat : 14072 (java) S 14066 14068 13594 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 172254834 937426944 9784 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14068/tid=14073] ppid=14066 vsize=915456 CPUtime=0
/proc/14068/task/14073/stat : 14073 (java) S 14066 14068 13594 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 172254837 937426944 9784 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14068/tid=14074] ppid=14066 vsize=915456 CPUtime=0.2
/proc/14068/task/14074/stat : 14074 (java) S 14066 14068 13594 0 -1 64 374 0 0 0 19 1 0 0 15 0 8 0 172254837 937426944 9784 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14068/tid=14075] ppid=14066 vsize=915456 CPUtime=0
/proc/14068/task/14075/stat : 14075 (java) S 14066 14068 13594 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 172254837 937426944 9784 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14068/tid=14076] ppid=14066 vsize=915456 CPUtime=0
/proc/14068/task/14076/stat : 14076 (java) S 14066 14068 13594 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 172254837 937426944 9784 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.62
Current children cumulated vsize (KiB) 915456

[startup+162.559 s]
/proc/loadavg: 2.04 1.64 1.35 3/100 14076
/proc/meminfo: memFree=1220976/2055920 swapFree=4157540/4192956
[pid=14068] ppid=14066 vsize=915456 CPUtime=161.12
/proc/14068/stat : 14068 (java) R 14066 14068 13594 0 -1 0 10060 0 1 0 16106 6 0 0 25 0 8 0 172254830 937426944 9786 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073636042 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

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

[startup+1482.94 s]
/proc/loadavg: 2.02 2.01 1.83 3/94 14373
/proc/meminfo: memFree=1173456/2055920 swapFree=4157540/4192956
[pid=14068] ppid=14066 vsize=915456 CPUtime=1471.64
/proc/14068/stat : 14068 (java) R 14066 14068 13594 0 -1 0 10097 0 1 0 147142 22 0 0 25 0 8 0 172254830 937426944 9802 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073630403 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14068/statm: 228864 9802 2543 14 0 215334 0
[pid=14068/tid=14070] ppid=14066 vsize=915456 CPUtime=0.02
/proc/14068/task/14070/stat : 14070 (java) S 14066 14068 13594 0 -1 64 140 0 0 0 2 0 0 0 16 0 8 0 172254833 937426944 9802 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14068/tid=14071] ppid=14066 vsize=915456 CPUtime=0
/proc/14068/task/14071/stat : 14071 (java) S 14066 14068 13594 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 172254834 937426944 9802 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14068/tid=14072] ppid=14066 vsize=915456 CPUtime=0
/proc/14068/task/14072/stat : 14072 (java) S 14066 14068 13594 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 172254834 937426944 9802 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14068/tid=14073] ppid=14066 vsize=915456 CPUtime=0
/proc/14068/task/14073/stat : 14073 (java) S 14066 14068 13594 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 172254837 937426944 9802 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14068/tid=14074] ppid=14066 vsize=915456 CPUtime=0.24
/proc/14068/task/14074/stat : 14074 (java) S 14066 14068 13594 0 -1 64 398 0 0 0 23 1 0 0 16 0 8 0 172254837 937426944 9802 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14068/tid=14075] ppid=14066 vsize=915456 CPUtime=0
/proc/14068/task/14075/stat : 14075 (java) S 14066 14068 13594 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 172254837 937426944 9802 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14068/tid=14076] ppid=14066 vsize=915456 CPUtime=0
/proc/14068/task/14076/stat : 14076 (java) R 14066 14068 13594 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 172254837 937426944 9802 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1471.64
Current children cumulated vsize (KiB) 915456

[startup+1542.96 s]
/proc/loadavg: 2.01 2.00 1.84 3/94 14373
/proc/meminfo: memFree=1170768/2055920 swapFree=4157540/4192956
[pid=14068] ppid=14066 vsize=915456 CPUtime=1531.38
/proc/14068/stat : 14068 (java) R 14066 14068 13594 0 -1 0 10097 0 1 0 153115 23 0 0 25 0 8 0 172254830 937426944 9802 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073631591 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14068/statm: 228864 9802 2543 14 0 215334 0
[pid=14068/tid=14070] ppid=14066 vsize=915456 CPUtime=0.02
/proc/14068/task/14070/stat : 14070 (java) S 14066 14068 13594 0 -1 64 140 0 0 0 2 0 0 0 16 0 8 0 172254833 937426944 9802 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14068/tid=14071] ppid=14066 vsize=915456 CPUtime=0
/proc/14068/task/14071/stat : 14071 (java) S 14066 14068 13594 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 172254834 937426944 9802 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14068/tid=14072] ppid=14066 vsize=915456 CPUtime=0
/proc/14068/task/14072/stat : 14072 (java) S 14066 14068 13594 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 172254834 937426944 9802 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14068/tid=14073] ppid=14066 vsize=915456 CPUtime=0
/proc/14068/task/14073/stat : 14073 (java) S 14066 14068 13594 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 172254837 937426944 9802 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14068/tid=14074] ppid=14066 vsize=915456 CPUtime=0.24
/proc/14068/task/14074/stat : 14074 (java) S 14066 14068 13594 0 -1 64 398 0 0 0 23 1 0 0 16 0 8 0 172254837 937426944 9802 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14068/tid=14075] ppid=14066 vsize=915456 CPUtime=0
/proc/14068/task/14075/stat : 14075 (java) S 14066 14068 13594 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 172254837 937426944 9802 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14068/tid=14076] ppid=14066 vsize=915456 CPUtime=0
/proc/14068/task/14076/stat : 14076 (java) S 14066 14068 13594 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 172254837 937426944 9802 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1531.38
Current children cumulated vsize (KiB) 915456

[startup+1602.99 s]
/proc/loadavg: 2.00 2.00 1.84 3/94 14373
/proc/meminfo: memFree=1150928/2055920 swapFree=4157540/4192956
[pid=14068] ppid=14066 vsize=915456 CPUtime=1591.08
/proc/14068/stat : 14068 (java) R 14066 14068 13594 0 -1 0 10097 0 1 0 159085 23 0 0 25 0 8 0 172254830 937426944 9802 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073630438 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14068/statm: 228864 9802 2543 14 0 215334 0
[pid=14068/tid=14070] ppid=14066 vsize=915456 CPUtime=0.02
/proc/14068/task/14070/stat : 14070 (java) S 14066 14068 13594 0 -1 64 140 0 0 0 2 0 0 0 16 0 8 0 172254833 937426944 9802 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14068/tid=14071] ppid=14066 vsize=915456 CPUtime=0
/proc/14068/task/14071/stat : 14071 (java) S 14066 14068 13594 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 172254834 937426944 9802 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14068/tid=14072] ppid=14066 vsize=915456 CPUtime=0
/proc/14068/task/14072/stat : 14072 (java) S 14066 14068 13594 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 172254834 937426944 9802 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14068/tid=14073] ppid=14066 vsize=915456 CPUtime=0
/proc/14068/task/14073/stat : 14073 (java) S 14066 14068 13594 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 172254837 937426944 9802 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14068/tid=14074] ppid=14066 vsize=915456 CPUtime=0.24
/proc/14068/task/14074/stat : 14074 (java) S 14066 14068 13594 0 -1 64 398 0 0 0 23 1 0 0 16 0 8 0 172254837 937426944 9802 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14068/tid=14075] ppid=14066 vsize=915456 CPUtime=0
/proc/14068/task/14075/stat : 14075 (java) S 14066 14068 13594 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 172254837 937426944 9802 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14068/tid=14076] ppid=14066 vsize=915456 CPUtime=0
/proc/14068/task/14076/stat : 14076 (java) S 14066 14068 13594 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 172254837 937426944 9802 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1591.08
Current children cumulated vsize (KiB) 915456

[startup+1663.02 s]
/proc/loadavg: 2.06 2.01 1.86 3/94 14373
/proc/meminfo: memFree=1135568/2055920 swapFree=4157540/4192956
[pid=14068] ppid=14066 vsize=915456 CPUtime=1650.82
/proc/14068/stat : 14068 (java) R 14066 14068 13594 0 -1 0 10097 0 1 0 165059 23 0 0 25 0 8 0 172254830 937426944 9802 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073633517 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14068/statm: 228864 9802 2543 14 0 215334 0
[pid=14068/tid=14070] ppid=14066 vsize=915456 CPUtime=0.02
/proc/14068/task/14070/stat : 14070 (java) S 14066 14068 13594 0 -1 64 140 0 0 0 2 0 0 0 16 0 8 0 172254833 937426944 9802 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14068/tid=14071] ppid=14066 vsize=915456 CPUtime=0
/proc/14068/task/14071/stat : 14071 (java) S 14066 14068 13594 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 172254834 937426944 9802 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14068/tid=14072] ppid=14066 vsize=915456 CPUtime=0
/proc/14068/task/14072/stat : 14072 (java) S 14066 14068 13594 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 172254834 937426944 9802 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14068/tid=14073] ppid=14066 vsize=915456 CPUtime=0
/proc/14068/task/14073/stat : 14073 (java) S 14066 14068 13594 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 172254837 937426944 9802 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14068/tid=14074] ppid=14066 vsize=915456 CPUtime=0.24
/proc/14068/task/14074/stat : 14074 (java) S 14066 14068 13594 0 -1 64 398 0 0 0 23 1 0 0 16 0 8 0 172254837 937426944 9802 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14068/tid=14075] ppid=14066 vsize=915456 CPUtime=0
/proc/14068/task/14075/stat : 14075 (java) S 14066 14068 13594 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 172254837 937426944 9802 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14068/tid=14076] ppid=14066 vsize=915456 CPUtime=0
/proc/14068/task/14076/stat : 14076 (java) S 14066 14068 13594 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 172254837 937426944 9802 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1650.82
Current children cumulated vsize (KiB) 915456

[startup+1723.04 s]
/proc/loadavg: 2.02 2.01 1.86 3/94 14373
/proc/meminfo: memFree=1135568/2055920 swapFree=4157540/4192956
[pid=14068] ppid=14066 vsize=915456 CPUtime=1710.56
/proc/14068/stat : 14068 (java) R 14066 14068 13594 0 -1 0 10097 0 1 0 171033 23 0 0 25 0 8 0 172254830 937426944 9802 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073634367 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14068/statm: 228864 9802 2543 14 0 215334 0
[pid=14068/tid=14070] ppid=14066 vsize=915456 CPUtime=0.02
/proc/14068/task/14070/stat : 14070 (java) S 14066 14068 13594 0 -1 64 140 0 0 0 2 0 0 0 16 0 8 0 172254833 937426944 9802 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14068/tid=14071] ppid=14066 vsize=915456 CPUtime=0
/proc/14068/task/14071/stat : 14071 (java) S 14066 14068 13594 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 172254834 937426944 9802 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14068/tid=14072] ppid=14066 vsize=915456 CPUtime=0
/proc/14068/task/14072/stat : 14072 (java) S 14066 14068 13594 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 172254834 937426944 9802 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14068/tid=14073] ppid=14066 vsize=915456 CPUtime=0
/proc/14068/task/14073/stat : 14073 (java) S 14066 14068 13594 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 172254837 937426944 9802 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14068/tid=14074] ppid=14066 vsize=915456 CPUtime=0.24
/proc/14068/task/14074/stat : 14074 (java) S 14066 14068 13594 0 -1 64 398 0 0 0 23 1 0 0 16 0 8 0 172254837 937426944 9802 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14068/tid=14075] ppid=14066 vsize=915456 CPUtime=0
/proc/14068/task/14075/stat : 14075 (java) S 14066 14068 13594 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 172254837 937426944 9802 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14068/tid=14076] ppid=14066 vsize=915456 CPUtime=0
/proc/14068/task/14076/stat : 14076 (java) S 14066 14068 13594 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 172254837 937426944 9802 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1710.56
Current children cumulated vsize (KiB) 915456

[startup+1783.05 s]
/proc/loadavg: 2.00 2.00 1.87 3/94 14373
/proc/meminfo: memFree=1135568/2055920 swapFree=4157540/4192956
[pid=14068] ppid=14066 vsize=915456 CPUtime=1770.27
/proc/14068/stat : 14068 (java) R 14066 14068 13594 0 -1 0 10097 0 1 0 177003 24 0 0 25 0 8 0 172254830 937426944 9802 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073637157 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14068/statm: 228864 9802 2543 14 0 215334 0
[pid=14068/tid=14070] ppid=14066 vsize=915456 CPUtime=0.02
/proc/14068/task/14070/stat : 14070 (java) S 14066 14068 13594 0 -1 64 140 0 0 0 2 0 0 0 16 0 8 0 172254833 937426944 9802 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14068/tid=14071] ppid=14066 vsize=915456 CPUtime=0
/proc/14068/task/14071/stat : 14071 (java) S 14066 14068 13594 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 172254834 937426944 9802 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14068/tid=14072] ppid=14066 vsize=915456 CPUtime=0
/proc/14068/task/14072/stat : 14072 (java) S 14066 14068 13594 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 172254834 937426944 9802 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14068/tid=14073] ppid=14066 vsize=915456 CPUtime=0
/proc/14068/task/14073/stat : 14073 (java) S 14066 14068 13594 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 172254837 937426944 9802 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14068/tid=14074] ppid=14066 vsize=915456 CPUtime=0.24
/proc/14068/task/14074/stat : 14074 (java) S 14066 14068 13594 0 -1 64 398 0 0 0 23 1 0 0 16 0 8 0 172254837 937426944 9802 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14068/tid=14075] ppid=14066 vsize=915456 CPUtime=0
/proc/14068/task/14075/stat : 14075 (java) S 14066 14068 13594 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 172254837 937426944 9802 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14068/tid=14076] ppid=14066 vsize=915456 CPUtime=0
/proc/14068/task/14076/stat : 14076 (java) S 14066 14068 13594 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 172254837 937426944 9802 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1770.27
Current children cumulated vsize (KiB) 915456



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.96 s]
/proc/loadavg: 2.00 2.00 1.87 3/94 14373
/proc/meminfo: memFree=1135568/2055920 swapFree=4157540/4192956
[pid=14068] ppid=14066 vsize=915456 CPUtime=1800.04
/proc/14068/stat : 14068 (java) R 14066 14068 13594 0 -1 0 10097 0 1 0 179980 24 0 0 25 0 8 0 172254830 937426944 9802 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073631650 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14068/statm: 228864 9802 2543 14 0 215334 0
[pid=14068/tid=14070] ppid=14066 vsize=915456 CPUtime=0.02
/proc/14068/task/14070/stat : 14070 (java) S 14066 14068 13594 0 -1 64 140 0 0 0 2 0 0 0 16 0 8 0 172254833 937426944 9802 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14068/tid=14071] ppid=14066 vsize=915456 CPUtime=0
/proc/14068/task/14071/stat : 14071 (java) S 14066 14068 13594 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 172254834 937426944 9802 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14068/tid=14072] ppid=14066 vsize=915456 CPUtime=0
/proc/14068/task/14072/stat : 14072 (java) S 14066 14068 13594 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 172254834 937426944 9802 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14068/tid=14073] ppid=14066 vsize=915456 CPUtime=0
/proc/14068/task/14073/stat : 14073 (java) S 14066 14068 13594 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 172254837 937426944 9802 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14068/tid=14074] ppid=14066 vsize=915456 CPUtime=0.24
/proc/14068/task/14074/stat : 14074 (java) S 14066 14068 13594 0 -1 64 398 0 0 0 23 1 0 0 16 0 8 0 172254837 937426944 9802 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14068/tid=14075] ppid=14066 vsize=915456 CPUtime=0
/proc/14068/task/14075/stat : 14075 (java) S 14066 14068 13594 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 172254837 937426944 9802 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14068/tid=14076] ppid=14066 vsize=915456 CPUtime=0
/proc/14068/task/14076/stat : 14076 (java) S 14066 14068 13594 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 172254837 937426944 9802 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 915456

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

Child status: 143
Real time (s): 1812.98
CPU time (s): 1800.07
CPU user time (s): 1799.82
CPU system time (s): 0.248962
CPU usage (%): 99.2876
Max. virtual memory (cumulated for all children) (KiB): 915456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.82
system time used= 0.248962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10114
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= 37891
involuntary context switches= 78884

runsolver used 1.90071 s user time and 4.83226 s system time

The end

Launcher Data (download as text)

Begin job on node22 on Mon Jan  8 06:43:23 UTC 2007


IDJOB= 216149
IDBENCH= 5056
FILE ID= node22/216149-1168238603

PBS_JOBID= 3481533

Free space on /tmp= 66561 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  56fa3fff403fcb74e4702d66046a8f66

RANDOM SEED= 485647846

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.279
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.279
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:       1250488 kB
Buffers:         25660 kB
Cached:         578144 kB
SwapCached:      11256 kB
Active:         240008 kB
Inactive:       505628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1250488 kB
SwapTotal:     4192956 kB
SwapFree:      4157540 kB
Dirty:            1696 kB
Writeback:           0 kB
Mapped:         169624 kB
Slab:            44296 kB
Committed_AS:  4048308 kB
PageTables:       2512 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= 66551 MiB



End job on node22 on Mon Jan  8 07:13:37 UTC 2007