Trace number 277427

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
AbsconMax 109 EPFCMSAT (TO) 2400.04 2409.16

General information on the benchmark

Nametaillard/
os-taillard-5/os-taillard-5-95-9.xml
MD5SUMb84db87bd15ed0a16358eac6ec4fc189
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of satisfied constraints96
Best CPU time to get the best result obtained on this benchmark2400.04
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables25
Number of constraints100
Maximum constraint arity2
Maximum domain size297
Number of constraints which are defined in extension0
Number of constraints which are defined in intension100
Global constraints used (with number of constraints)

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=epfc.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/277427-1169266643/unknown.xml
0.38	   
0.38	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.43	     nbVariables=25  nbDomainTypes=25  minDomainSize=212  maxDomainSize=297
0.43	       =>  wckTime=0.11  cpuTime=0.09  mem=6M893
0.43	   
0.43	   predicates being loaded...
0.43	   
0.43	   constraints being loaded...
2.36	     nbConstraints=100  nbConvertedConstraints=100  nbConvertConstraintsChecks=6361029  nbExtensionStructures=100
2.36	     nbSharedExtensionStructures=0  nbConflictsStructures=100  nbSharedConflictsStructures=0
2.36	     nbSharedBinaryRepresentations=20442  maxDegree=8  maxArity=2
2.36	       =>  wckTime=2.046  cpuTime=1.97  mem=13M720
2.41	   
2.41	   solver LocalSearchSolver being built... 
2.45	       =>  wckTime=2.137  cpuTime=2.01  mem=7M826
2.46	
2.46	s SATISFIABLE
2.46	o 68
2.46	c 32
2.47	o 71
2.47	c 29
2.47	o 74
2.47	c 26
2.47	o 76
2.47	c 24
2.47	o 79
2.47	c 21
2.47	o 81
2.47	c 19
2.47	o 83
2.47	c 17
2.48	o 84
2.48	c 16
2.48	o 85
2.48	c 15
2.48	o 86
2.48	c 14
2.48	o 88
2.48	c 12
2.48	o 89
2.48	c 11
2.51	o 91
2.51	c 9
2.52	o 92
2.52	c 8
2.58	o 93
2.58	c 7
2.73	o 94
2.73	c 6
3.43	o 95
3.43	c 5
3.44	o 96
3.44	c 4
18.18	   
18.18	   search
18.18	     run=0  nbConstraintChecks=150316141  nbAssignments=10000
18.18	       =>  wckTime=15.727  cpuTime=15.63  mem=7M826
33.55	   
33.55	   search
33.55	     run=1  nbConstraintChecks=295190757  nbAssignments=20000
33.55	       =>  wckTime=31.1  cpuTime=30.93  mem=7M826
33.60	   
33.60	   search
33.60	     run=2  nbConstraintChecks=295588557  nbAssignments=20051
33.60	       =>  wckTime=31.144  cpuTime=30.98  mem=7M826
33.60	   
33.60	   global
33.60	     nbConstraintChecks=295588557  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
33.60	     solvingWckTime=31.14  solvingCpuTime=30.98  expiredTime=no  totalExploration=no  nbFoundSolutions=0
33.60	     globalCpuTime=33.05
33.60	       =>  wckTime=33.281  cpuTime=32.99  mem=7M826
33.60	   
33.60	   solver IterativeSystematicSolver being built... 
33.73	       =>  wckTime=33.41  cpuTime=33.09  mem=17M750
33.86	   
33.86	   preprocessing
33.86	     nbConstraintChecks=613615  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
33.86	     detectedInconsistency=no
33.86	       =>  wckTime=0.132  cpuTime=0.11  mem=17M750
35.43	   
35.43	   search
35.43	     run=0  nbConstraintChecks=20290741  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=462
35.43	     nbFailedAssignments=440  nbBacktracks=10  nbVisitedNodes=913  nbRestartNogoods=0
35.43	       =>  wckTime=1.699  cpuTime=1.65  mem=18M725
36.42	   
36.42	   search
36.42	     run=1  nbConstraintChecks=33618973  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=675
36.42	     nbFailedAssignments=627  nbBacktracks=25  nbVisitedNodes=1328  nbRestartNogoods=100
36.42	       =>  wckTime=2.69  cpuTime=2.63  mem=18M725
41.01	   
41.01	   search
41.01	     run=2  nbConstraintChecks=88463737  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1768
41.01	     nbFailedAssignments=1688  nbBacktracks=47  nbVisitedNodes=3504  nbRestartNogoods=105
41.01	       =>  wckTime=7.28  cpuTime=7.18  mem=18M725
46.70	   
46.70	   search
46.70	     run=3  nbConstraintChecks=158280627  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=3019
46.70	     nbFailedAssignments=2896  nbBacktracks=80  nbVisitedNodes=5996  nbRestartNogoods=376
46.70	       =>  wckTime=12.968  cpuTime=12.84  mem=18M725
56.92	   
56.92	   search
56.92	     run=4  nbConstraintChecks=277419619  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=4956
56.92	     nbFailedAssignments=4772  nbBacktracks=130  nbVisitedNodes=9859  nbRestartNogoods=409
56.92	       =>  wckTime=23.196  cpuTime=23.02  mem=18M725
70.43	   
70.43	   search
70.43	     run=5  nbConstraintChecks=418713885  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=7637
70.43	     nbFailedAssignments=7370  nbBacktracks=205  nbVisitedNodes=15213  nbRestartNogoods=436
70.43	       =>  wckTime=36.701  cpuTime=36.46  mem=18M725
89.77	   
89.77	   search
89.77	     run=6  nbConstraintChecks=693358923  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=13218
89.77	     nbFailedAssignments=12826  nbBacktracks=318  nbVisitedNodes=26363  nbRestartNogoods=476
89.77	       =>  wckTime=56.039  cpuTime=55.7  mem=18M725
94.57	   
94.57	   search
94.57	     run=7  nbConstraintChecks=744019434  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=14267
94.57	     nbFailedAssignments=13695  nbBacktracks=488  nbVisitedNodes=28440  nbRestartNogoods=559
94.57	       =>  wckTime=60.842  cpuTime=60.48  mem=18M725
97.14	   
97.14	   search
97.14	     run=8  nbConstraintChecks=777539758  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=15209
97.14	     nbFailedAssignments=14368  nbBacktracks=744  nbVisitedNodes=30237  nbRestartNogoods=573
97.14	       =>  wckTime=63.414  cpuTime=63.04  mem=18M725
188.37	   
188.37	   search
188.37	     run=9  nbConstraintChecks=1798712401  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=32983
188.37	     nbFailedAssignments=31749  nbBacktracks=1128  nbVisitedNodes=65705  nbRestartNogoods=644
188.37	       =>  wckTime=154.643  cpuTime=153.84  mem=18M725
286.89	   
286.89	   search
286.89	     run=10  nbConstraintChecks=2863149983  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=52594
286.89	     nbFailedAssignments=50778  nbBacktracks=1704  nbVisitedNodes=104900  nbRestartNogoods=832
286.89	       =>  wckTime=253.161  cpuTime=251.89  mem=18M725
336.10	   
336.10	   search
336.10	     run=11  nbConstraintChecks=3398502192  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=64126
336.10	     nbFailedAssignments=61434  nbBacktracks=2568  nbVisitedNodes=127795  nbRestartNogoods=915
336.10	       =>  wckTime=302.374  cpuTime=300.87  mem=18M725
443.36	   
443.36	   search
443.36	     run=12  nbConstraintChecks=4636613955  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=86411
443.36	     nbFailedAssignments=82413  nbBacktracks=3865  nbVisitedNodes=172346  nbRestartNogoods=934
443.36	       =>  wckTime=409.633  cpuTime=407.62  mem=18M725
540.42	   
540.42	   search
540.42	     run=13  nbConstraintChecks=5875698087  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=107719
540.42	     nbFailedAssignments=101764  nbBacktracks=5811  nbVisitedNodes=214916  nbRestartNogoods=993
540.42	       =>  wckTime=506.69  cpuTime=504.22  mem=18M725
722.02	   
722.02	   search
722.02	     run=14  nbConstraintChecks=8226026882  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=151658
722.02	     nbFailedAssignments=142774  nbBacktracks=8730  nbVisitedNodes=302570  nbRestartNogoods=1059
722.02	       =>  wckTime=688.293  cpuTime=684.97  mem=18M725
913.71	   
913.71	   search
913.71	     run=15  nbConstraintChecks=10789144273  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=203865
913.71	     nbFailedAssignments=190591  nbBacktracks=13109  nbVisitedNodes=406717  nbRestartNogoods=1202
913.71	       =>  wckTime=879.979  cpuTime=875.75  mem=18M725
992.35	   
992.35	   search
992.35	     run=16  nbConstraintChecks=11865826977  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=233486
992.35	     nbFailedAssignments=213630  nbBacktracks=19677  nbVisitedNodes=463734  nbRestartNogoods=1387
992.35	       =>  wckTime=958.628  cpuTime=954.02  mem=18M725
1576.56	   
1576.56	   search
1576.56	     run=17  nbConstraintChecks=18183963456  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=352636
1576.56	     nbFailedAssignments=322919  nbBacktracks=29529  nbVisitedNodes=701194  nbRestartNogoods=1507
1576.56	       =>  wckTime=1542.837  cpuTime=1535.48  mem=18M725
2409.15	v 220 143 0 107 160 6 216 111 199 143 157 112 8 266 71 254 11 220 93 166 12 257 87 178 87 

Verifier Data (download as text)

4 unsatisfied constraints, 96 satisfied constraints

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node63/watcher-277427-1169266643 -o ROOT/results/node63/solver-277427-1169266643 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/277427-1169266643/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 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.93 1.93 1.87 4/80 23681
/proc/meminfo: memFree=1164168/2055920 swapFree=4192812/4192956
[pid=23680] ppid=23678 vsize=18540 CPUtime=0
/proc/23680/stat : 23680 (runsolver) R 23678 23680 23391 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 74161809 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 247254805799 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/23680/statm: 4635 279 244 17 0 2626 0

[startup+0.10804 s]
/proc/loadavg: 1.93 1.93 1.87 4/80 23681
/proc/meminfo: memFree=1164168/2055920 swapFree=4192812/4192956
[pid=23680] ppid=23678 vsize=914988 CPUtime=0.09
/proc/23680/stat : 23680 (java) R 23678 23680 23391 0 -1 0 2995 0 1 0 7 2 0 0 17 0 8 0 74161809 936947712 2741 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072925707 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23680/statm: 228747 2741 1427 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.516082 s]
/proc/loadavg: 1.93 1.93 1.87 4/80 23681
/proc/meminfo: memFree=1164168/2055920 swapFree=4192812/4192956
[pid=23680] ppid=23678 vsize=915472 CPUtime=0.49
/proc/23680/stat : 23680 (java) R 23678 23680 23391 0 -1 0 6540 0 1 0 46 3 0 0 18 0 8 0 74161809 937443328 6279 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073601750 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23680/statm: 228868 6279 2170 14 0 215338 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915472

[startup+1.33716 s]
/proc/loadavg: 1.93 1.93 1.87 3/87 23688
/proc/meminfo: memFree=1145680/2055920 swapFree=4192812/4192956
[pid=23680] ppid=23678 vsize=915472 CPUtime=1.31
/proc/23680/stat : 23680 (java) R 23678 23680 23391 0 -1 0 7150 0 1 0 127 4 0 0 25 0 8 0 74161809 937443328 6888 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073601724 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23680/statm: 228868 6888 2171 14 0 215338 0
[pid=23680/tid=23682] ppid=23678 vsize=915472 CPUtime=0
/proc/23680/task/23682/stat : 23682 (java) S 23678 23680 23391 0 -1 64 6 0 0 0 0 0 0 0 17 0 8 0 74161814 937443328 6888 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23680/tid=23683] ppid=23678 vsize=915472 CPUtime=0
/proc/23680/task/23683/stat : 23683 (java) S 23678 23680 23391 0 -1 64 9 0 0 0 0 0 0 0 19 0 8 0 74161814 937443328 6888 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23680/tid=23684] ppid=23678 vsize=915472 CPUtime=0
/proc/23680/task/23684/stat : 23684 (java) S 23678 23680 23391 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 74161814 937443328 6888 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23680/tid=23685] ppid=23678 vsize=915472 CPUtime=0
/proc/23680/task/23685/stat : 23685 (java) S 23678 23680 23391 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 74161818 937443328 6888 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23680/tid=23686] ppid=23678 vsize=915472 CPUtime=0.09
/proc/23680/task/23686/stat : 23686 (java) S 23678 23680 23391 0 -1 64 311 0 0 0 9 0 0 0 16 0 8 0 74161818 937443328 6888 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23680/tid=23687] ppid=23678 vsize=915472 CPUtime=0
/proc/23680/task/23687/stat : 23687 (java) S 23678 23680 23391 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 74161818 937443328 6888 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23680/tid=23688] ppid=23678 vsize=915472 CPUtime=0
/proc/23680/task/23688/stat : 23688 (java) S 23678 23680 23391 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 74161818 937443328 6888 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915472

[startup+2.98334 s]
/proc/loadavg: 1.93 1.93 1.87 3/87 23688
/proc/meminfo: memFree=1142288/2055920 swapFree=4192812/4192956
[pid=23680] ppid=23678 vsize=915472 CPUtime=2.95
/proc/23680/stat : 23680 (java) R 23678 23680 23391 0 -1 0 8978 0 1 0 288 7 0 0 25 0 8 0 74161809 937443328 8715 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073664358 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23680/statm: 228868 8715 2499 14 0 215338 0
[pid=23680/tid=23682] ppid=23678 vsize=915472 CPUtime=0.03
/proc/23680/task/23682/stat : 23682 (java) S 23678 23680 23391 0 -1 64 722 0 0 0 3 0 0 0 16 0 8 0 74161814 937443328 8715 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23680/tid=23683] ppid=23678 vsize=915472 CPUtime=0
/proc/23680/task/23683/stat : 23683 (java) S 23678 23680 23391 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 74161814 937443328 8715 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23680/tid=23684] ppid=23678 vsize=915472 CPUtime=0
/proc/23680/task/23684/stat : 23684 (java) S 23678 23680 23391 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 74161814 937443328 8715 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23680/tid=23685] ppid=23678 vsize=915472 CPUtime=0
/proc/23680/task/23685/stat : 23685 (java) S 23678 23680 23391 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 74161818 937443328 8715 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23680/tid=23686] ppid=23678 vsize=915472 CPUtime=0.11
/proc/23680/task/23686/stat : 23686 (java) S 23678 23680 23391 0 -1 64 327 0 0 0 11 0 0 0 16 0 8 0 74161818 937443328 8715 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23680/tid=23687] ppid=23678 vsize=915472 CPUtime=0
/proc/23680/task/23687/stat : 23687 (java) S 23678 23680 23391 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 74161818 937443328 8715 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23680/tid=23688] ppid=23678 vsize=915472 CPUtime=0
/proc/23680/task/23688/stat : 23688 (java) S 23678 23680 23391 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 74161818 937443328 8715 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915472

[startup+6.18668 s]
/proc/loadavg: 1.94 1.94 1.87 3/87 23688
/proc/meminfo: memFree=1138896/2055920 swapFree=4192812/4192956
[pid=23680] ppid=23678 vsize=915472 CPUtime=6.13
/proc/23680/stat : 23680 (java) R 23678 23680 23391 0 -1 0 8982 0 1 0 597 16 0 0 25 0 8 0 74161809 937443328 8718 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073669235 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23680/statm: 228868 8718 2499 14 0 215338 0
[pid=23680/tid=23682] ppid=23678 vsize=915472 CPUtime=0.03
/proc/23680/task/23682/stat : 23682 (java) S 23678 23680 23391 0 -1 64 722 0 0 0 3 0 0 0 16 0 8 0 74161814 937443328 8718 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23680/tid=23683] ppid=23678 vsize=915472 CPUtime=0
/proc/23680/task/23683/stat : 23683 (java) S 23678 23680 23391 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 74161814 937443328 8718 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23680/tid=23684] ppid=23678 vsize=915472 CPUtime=0
/proc/23680/task/23684/stat : 23684 (java) S 23678 23680 23391 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 74161814 937443328 8718 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23680/tid=23685] ppid=23678 vsize=915472 CPUtime=0
/proc/23680/task/23685/stat : 23685 (java) S 23678 23680 23391 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 74161818 937443328 8718 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23680/tid=23686] ppid=23678 vsize=915472 CPUtime=0.12
/proc/23680/task/23686/stat : 23686 (java) S 23678 23680 23391 0 -1 64 330 0 0 0 12 0 0 0 16 0 8 0 74161818 937443328 8718 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23680/tid=23687] ppid=23678 vsize=915472 CPUtime=0
/proc/23680/task/23687/stat : 23687 (java) S 23678 23680 23391 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 74161818 937443328 8718 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23680/tid=23688] ppid=23678 vsize=915472 CPUtime=0
/proc/23680/task/23688/stat : 23688 (java) S 23678 23680 23391 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 74161818 937443328 8718 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 915472

[startup+12.6564 s]
/proc/loadavg: 1.94 1.94 1.87 3/87 23688
/proc/meminfo: memFree=1138896/2055920 swapFree=4192812/4192956
[pid=23680] ppid=23678 vsize=915472 CPUtime=12.57
/proc/23680/stat : 23680 (java) R 23678 23680 23391 0 -1 0 8982 0 1 0 1222 35 0 0 25 0 8 0 74161809 937443328 8718 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073664297 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23680/statm: 228868 8718 2499 14 0 215338 0
[pid=23680/tid=23682] ppid=23678 vsize=915472 CPUtime=0.03
/proc/23680/task/23682/stat : 23682 (java) S 23678 23680 23391 0 -1 64 722 0 0 0 3 0 0 0 16 0 8 0 74161814 937443328 8718 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23680/tid=23683] ppid=23678 vsize=915472 CPUtime=0
/proc/23680/task/23683/stat : 23683 (java) S 23678 23680 23391 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 74161814 937443328 8718 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23680/tid=23684] ppid=23678 vsize=915472 CPUtime=0
/proc/23680/task/23684/stat : 23684 (java) S 23678 23680 23391 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 74161814 937443328 8718 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23680/tid=23685] ppid=23678 vsize=915472 CPUtime=0
/proc/23680/task/23685/stat : 23685 (java) S 23678 23680 23391 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 74161818 937443328 8718 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23680/tid=23686] ppid=23678 vsize=915472 CPUtime=0.12
/proc/23680/task/23686/stat : 23686 (java) S 23678 23680 23391 0 -1 64 330 0 0 0 12 0 0 0 16 0 8 0 74161818 937443328 8718 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23680/tid=23687] ppid=23678 vsize=915472 CPUtime=0
/proc/23680/task/23687/stat : 23687 (java) S 23678 23680 23391 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 74161818 937443328 8718 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23680/tid=23688] ppid=23678 vsize=915472 CPUtime=0
/proc/23680/task/23688/stat : 23688 (java) S 23678 23680 23391 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 74161818 937443328 8718 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 915472

[startup+25.5077 s]
/proc/loadavg: 1.95 1.94 1.87 3/87 23688
/proc/meminfo: memFree=1138832/2055920 swapFree=4192812/4192956
[pid=23680] ppid=23678 vsize=915472 CPUtime=25.36
/proc/23680/stat : 23680 (java) R 23678 23680 23391 0 -1 0 8985 0 1 0 2469 67 0 0 25 0 8 0 74161809 937443328 8721 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073669346 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23680/statm: 228868 8721 2499 14 0 215338 0
[pid=23680/tid=23682] ppid=23678 vsize=915472 CPUtime=0.03
/proc/23680/task/23682/stat : 23682 (java) S 23678 23680 23391 0 -1 64 722 0 0 0 3 0 0 0 16 0 8 0 74161814 937443328 8721 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23680/tid=23683] ppid=23678 vsize=915472 CPUtime=0
/proc/23680/task/23683/stat : 23683 (java) S 23678 23680 23391 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 74161814 937443328 8721 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23680/tid=23684] ppid=23678 vsize=915472 CPUtime=0
/proc/23680/task/23684/stat : 23684 (java) S 23678 23680 23391 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 74161814 937443328 8721 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23680/tid=23685] ppid=23678 vsize=915472 CPUtime=0
/proc/23680/task/23685/stat : 23685 (java) S 23678 23680 23391 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 74161818 937443328 8721 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23680/tid=23686] ppid=23678 vsize=915472 CPUtime=0.12
/proc/23680/task/23686/stat : 23686 (java) S 23678 23680 23391 0 -1 64 333 0 0 0 12 0 0 0 16 0 8 0 74161818 937443328 8721 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23680/tid=23687] ppid=23678 vsize=915472 CPUtime=0
/proc/23680/task/23687/stat : 23687 (java) S 23678 23680 23391 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 74161818 937443328 8721 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23680/tid=23688] ppid=23678 vsize=915472 CPUtime=0
/proc/23680/task/23688/stat : 23688 (java) S 23678 23680 23391 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 74161818 937443328 8721 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 915472

[startup+51.1175 s]
/proc/loadavg: 2.05 1.96 1.88 3/87 23688
/proc/meminfo: memFree=1136784/2055920 swapFree=4192812/4192956
[pid=23680] ppid=23678 vsize=915472 CPUtime=50.85
/proc/23680/stat : 23680 (java) R 23678 23680 23391 0 -1 0 9570 0 1 0 4996 89 0 0 25 0 8 0 74161809 937443328 9300 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072918504 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23680/statm: 228868 9300 2549 14 0 215338 0
[pid=23680/tid=23682] ppid=23678 vsize=915472 CPUtime=0.03
/proc/23680/task/23682/stat : 23682 (java) S 23678 23680 23391 0 -1 64 723 0 0 0 3 0 0 0 16 0 8 0 74161814 937443328 9300 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23680/tid=23683] ppid=23678 vsize=915472 CPUtime=0
/proc/23680/task/23683/stat : 23683 (java) S 23678 23680 23391 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 74161814 937443328 9300 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23680/tid=23684] ppid=23678 vsize=915472 CPUtime=0
/proc/23680/task/23684/stat : 23684 (java) S 23678 23680 23391 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 74161814 937443328 9300 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23680/tid=23685] ppid=23678 vsize=915472 CPUtime=0
/proc/23680/task/23685/stat : 23685 (java) S 23678 23680 23391 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 74161818 937443328 9300 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23680/tid=23686] ppid=23678 vsize=915472 CPUtime=0.22
/proc/23680/task/23686/stat : 23686 (java) S 23678 23680 23391 0 -1 64 386 0 0 0 22 0 0 0 16 0 8 0 74161818 937443328 9300 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23680/tid=23687] ppid=23678 vsize=915472 CPUtime=0
/proc/23680/task/23687/stat : 23687 (java) S 23678 23680 23391 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 74161818 937443328 9300 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23680/tid=23688] ppid=23678 vsize=915472 CPUtime=0
/proc/23680/task/23688/stat : 23688 (java) S 23678 23680 23391 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 74161818 937443328 9300 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.85
Current children cumulated vsize (KiB) 915472

[startup+102.325 s]
/proc/loadavg: 2.06 1.98 1.89 5/87 23688
/proc/meminfo: memFree=1136784/2055920 swapFree=4192812/4192956
[pid=23680] ppid=23678 vsize=915472 CPUtime=101.82
/proc/23680/stat : 23680 (java) R 23678 23680 23391 0 -1 0 9588 0 1 0 10093 89 0 0 25 0 8 0 74161809 937443328 9316 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073815504 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23680/statm: 228868 9316 2549 14 0 215338 0
[pid=23680/tid=23682] ppid=23678 vsize=915472 CPUtime=0.03
/proc/23680/task/23682/stat : 23682 (java) S 23678 23680 23391 0 -1 64 723 0 0 0 3 0 0 0 16 0 8 0 74161814 937443328 9316 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23680/tid=23683] ppid=23678 vsize=915472 CPUtime=0
/proc/23680/task/23683/stat : 23683 (java) S 23678 23680 23391 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 74161814 937443328 9316 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23680/tid=23684] ppid=23678 vsize=915472 CPUtime=0
/proc/23680/task/23684/stat : 23684 (java) S 23678 23680 23391 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 74161814 937443328 9316 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23680/tid=23685] ppid=23678 vsize=915472 CPUtime=0
/proc/23680/task/23685/stat : 23685 (java) S 23678 23680 23391 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 74161818 937443328 9316 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23680/tid=23686] ppid=23678 vsize=915472 CPUtime=0.22
/proc/23680/task/23686/stat : 23686 (java) S 23678 23680 23391 0 -1 64 388 0 0 0 22 0 0 0 16 0 8 0 74161818 937443328 9316 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23680/tid=23687] ppid=23678 vsize=915472 CPUtime=0
/proc/23680/task/23687/stat : 23687 (java) S 23678 23680 23391 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 74161818 937443328 9316 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23680/tid=23688] ppid=23678 vsize=915472 CPUtime=0
/proc/23680/task/23688/stat : 23688 (java) S 23678 23680 23391 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 74161818 937443328 9316 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 915472

[startup+162.372 s]
/proc/loadavg: 2.02 1.98 1.90 4/87 23690
/proc/meminfo: memFree=1136528/2055920 swapFree=4192812/4192956
[pid=23680] ppid=23678 vsize=915472 CPUtime=161.58
/proc/23680/stat : 23680 (java) R 23678 23680 23391 0 -1 0 9588 0 1 0 16069 89 0 0 25 0 8 0 74161809 937443328 9316 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073805183 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 2015.14
Current children cumulated vsize (KiB) 915472

[startup+2083.97 s]
/proc/loadavg: 2.12 2.03 1.94 3/87 23798
/proc/meminfo: memFree=1264856/2055920 swapFree=4192812/4192956
[pid=23680] ppid=23678 vsize=915472 CPUtime=2075.12
/proc/23680/stat : 23680 (java) R 23678 23680 23391 0 -1 0 9629 0 1 0 207419 93 0 0 25 0 8 0 74161809 937443328 9355 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073785247 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23680/statm: 228868 9355 2549 14 0 215338 0
[pid=23680/tid=23682] ppid=23678 vsize=915472 CPUtime=0.03
/proc/23680/task/23682/stat : 23682 (java) S 23678 23680 23391 0 -1 64 723 0 0 0 3 0 0 0 16 0 8 0 74161814 937443328 9355 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23680/tid=23683] ppid=23678 vsize=915472 CPUtime=0
/proc/23680/task/23683/stat : 23683 (java) S 23678 23680 23391 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 74161814 937443328 9355 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23680/tid=23684] ppid=23678 vsize=915472 CPUtime=0
/proc/23680/task/23684/stat : 23684 (java) S 23678 23680 23391 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 74161814 937443328 9355 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23680/tid=23685] ppid=23678 vsize=915472 CPUtime=0
/proc/23680/task/23685/stat : 23685 (java) S 23678 23680 23391 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 74161818 937443328 9355 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23680/tid=23686] ppid=23678 vsize=915472 CPUtime=0.23
/proc/23680/task/23686/stat : 23686 (java) S 23678 23680 23391 0 -1 64 392 0 0 0 23 0 0 0 16 0 8 0 74161818 937443328 9355 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23680/tid=23687] ppid=23678 vsize=915472 CPUtime=0
/proc/23680/task/23687/stat : 23687 (java) S 23678 23680 23391 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 74161818 937443328 9355 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23680/tid=23688] ppid=23678 vsize=915472 CPUtime=0
/proc/23680/task/23688/stat : 23688 (java) S 23678 23680 23391 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 74161818 937443328 9355 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2075.12
Current children cumulated vsize (KiB) 915472

[startup+2144.01 s]
/proc/loadavg: 2.10 2.04 1.95 3/87 23798
/proc/meminfo: memFree=1264856/2055920 swapFree=4192812/4192956
[pid=23680] ppid=23678 vsize=915472 CPUtime=2135.11
/proc/23680/stat : 23680 (java) R 23678 23680 23391 0 -1 0 9629 0 1 0 213418 93 0 0 25 0 8 0 74161809 937443328 9355 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073802279 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23680/statm: 228868 9355 2549 14 0 215338 0
[pid=23680/tid=23682] ppid=23678 vsize=915472 CPUtime=0.03
/proc/23680/task/23682/stat : 23682 (java) S 23678 23680 23391 0 -1 64 723 0 0 0 3 0 0 0 16 0 8 0 74161814 937443328 9355 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23680/tid=23683] ppid=23678 vsize=915472 CPUtime=0
/proc/23680/task/23683/stat : 23683 (java) S 23678 23680 23391 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 74161814 937443328 9355 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23680/tid=23684] ppid=23678 vsize=915472 CPUtime=0
/proc/23680/task/23684/stat : 23684 (java) S 23678 23680 23391 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 74161814 937443328 9355 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23680/tid=23685] ppid=23678 vsize=915472 CPUtime=0
/proc/23680/task/23685/stat : 23685 (java) S 23678 23680 23391 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 74161818 937443328 9355 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23680/tid=23686] ppid=23678 vsize=915472 CPUtime=0.23
/proc/23680/task/23686/stat : 23686 (java) S 23678 23680 23391 0 -1 64 392 0 0 0 23 0 0 0 16 0 8 0 74161818 937443328 9355 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23680/tid=23687] ppid=23678 vsize=915472 CPUtime=0
/proc/23680/task/23687/stat : 23687 (java) S 23678 23680 23391 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 74161818 937443328 9355 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23680/tid=23688] ppid=23678 vsize=915472 CPUtime=0
/proc/23680/task/23688/stat : 23688 (java) R 23678 23680 23391 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 74161818 937443328 9355 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2135.11
Current children cumulated vsize (KiB) 915472

[startup+2204.04 s]
/proc/loadavg: 2.03 2.03 1.95 3/87 23798
/proc/meminfo: memFree=1264792/2055920 swapFree=4192812/4192956
[pid=23680] ppid=23678 vsize=915472 CPUtime=2195.08
/proc/23680/stat : 23680 (java) R 23678 23680 23391 0 -1 0 9629 0 1 0 219415 93 0 0 25 0 8 0 74161809 937443328 9355 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073779151 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23680/statm: 228868 9355 2549 14 0 215338 0
[pid=23680/tid=23682] ppid=23678 vsize=915472 CPUtime=0.03
/proc/23680/task/23682/stat : 23682 (java) S 23678 23680 23391 0 -1 64 723 0 0 0 3 0 0 0 16 0 8 0 74161814 937443328 9355 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23680/tid=23683] ppid=23678 vsize=915472 CPUtime=0
/proc/23680/task/23683/stat : 23683 (java) S 23678 23680 23391 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 74161814 937443328 9355 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23680/tid=23684] ppid=23678 vsize=915472 CPUtime=0
/proc/23680/task/23684/stat : 23684 (java) S 23678 23680 23391 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 74161814 937443328 9355 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23680/tid=23685] ppid=23678 vsize=915472 CPUtime=0
/proc/23680/task/23685/stat : 23685 (java) S 23678 23680 23391 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 74161818 937443328 9355 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23680/tid=23686] ppid=23678 vsize=915472 CPUtime=0.23
/proc/23680/task/23686/stat : 23686 (java) S 23678 23680 23391 0 -1 64 392 0 0 0 23 0 0 0 16 0 8 0 74161818 937443328 9355 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23680/tid=23687] ppid=23678 vsize=915472 CPUtime=0
/proc/23680/task/23687/stat : 23687 (java) S 23678 23680 23391 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 74161818 937443328 9355 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23680/tid=23688] ppid=23678 vsize=915472 CPUtime=0
/proc/23680/task/23688/stat : 23688 (java) S 23678 23680 23391 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 74161818 937443328 9355 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2195.08
Current children cumulated vsize (KiB) 915472

[startup+2264.08 s]
/proc/loadavg: 2.01 2.02 1.95 3/87 23798
/proc/meminfo: memFree=1264792/2055920 swapFree=4192812/4192956
[pid=23680] ppid=23678 vsize=915472 CPUtime=2255.08
/proc/23680/stat : 23680 (java) R 23678 23680 23391 0 -1 0 9629 0 1 0 225414 94 0 0 25 0 8 0 74161809 937443328 9355 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072918600 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23680/statm: 228868 9355 2549 14 0 215338 0
[pid=23680/tid=23682] ppid=23678 vsize=915472 CPUtime=0.03
/proc/23680/task/23682/stat : 23682 (java) S 23678 23680 23391 0 -1 64 723 0 0 0 3 0 0 0 16 0 8 0 74161814 937443328 9355 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23680/tid=23683] ppid=23678 vsize=915472 CPUtime=0
/proc/23680/task/23683/stat : 23683 (java) S 23678 23680 23391 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 74161814 937443328 9355 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23680/tid=23684] ppid=23678 vsize=915472 CPUtime=0
/proc/23680/task/23684/stat : 23684 (java) S 23678 23680 23391 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 74161814 937443328 9355 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23680/tid=23685] ppid=23678 vsize=915472 CPUtime=0
/proc/23680/task/23685/stat : 23685 (java) S 23678 23680 23391 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 74161818 937443328 9355 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23680/tid=23686] ppid=23678 vsize=915472 CPUtime=0.23
/proc/23680/task/23686/stat : 23686 (java) S 23678 23680 23391 0 -1 64 392 0 0 0 23 0 0 0 16 0 8 0 74161818 937443328 9355 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23680/tid=23687] ppid=23678 vsize=915472 CPUtime=0
/proc/23680/task/23687/stat : 23687 (java) S 23678 23680 23391 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 74161818 937443328 9355 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23680/tid=23688] ppid=23678 vsize=915472 CPUtime=0
/proc/23680/task/23688/stat : 23688 (java) S 23678 23680 23391 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 74161818 937443328 9355 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2255.08
Current children cumulated vsize (KiB) 915472

[startup+2324.12 s]
/proc/loadavg: 2.00 2.02 1.95 3/87 23798
/proc/meminfo: memFree=1264792/2055920 swapFree=4192812/4192956
[pid=23680] ppid=23678 vsize=915472 CPUtime=2315.07
/proc/23680/stat : 23680 (java) R 23678 23680 23391 0 -1 0 9629 0 1 0 231413 94 0 0 25 0 8 0 74161809 937443328 9355 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073662186 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23680/statm: 228868 9355 2549 14 0 215338 0
[pid=23680/tid=23682] ppid=23678 vsize=915472 CPUtime=0.03
/proc/23680/task/23682/stat : 23682 (java) S 23678 23680 23391 0 -1 64 723 0 0 0 3 0 0 0 16 0 8 0 74161814 937443328 9355 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23680/tid=23683] ppid=23678 vsize=915472 CPUtime=0
/proc/23680/task/23683/stat : 23683 (java) S 23678 23680 23391 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 74161814 937443328 9355 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23680/tid=23684] ppid=23678 vsize=915472 CPUtime=0
/proc/23680/task/23684/stat : 23684 (java) S 23678 23680 23391 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 74161814 937443328 9355 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23680/tid=23685] ppid=23678 vsize=915472 CPUtime=0
/proc/23680/task/23685/stat : 23685 (java) S 23678 23680 23391 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 74161818 937443328 9355 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23680/tid=23686] ppid=23678 vsize=915472 CPUtime=0.23
/proc/23680/task/23686/stat : 23686 (java) S 23678 23680 23391 0 -1 64 392 0 0 0 23 0 0 0 16 0 8 0 74161818 937443328 9355 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23680/tid=23687] ppid=23678 vsize=915472 CPUtime=0
/proc/23680/task/23687/stat : 23687 (java) S 23678 23680 23391 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 74161818 937443328 9355 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23680/tid=23688] ppid=23678 vsize=915472 CPUtime=0.01
/proc/23680/task/23688/stat : 23688 (java) S 23678 23680 23391 0 -1 64 1 0 0 0 0 1 0 0 15 0 8 0 74161818 937443328 9355 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2315.07
Current children cumulated vsize (KiB) 915472

[startup+2384.16 s]
/proc/loadavg: 2.00 2.01 1.95 3/87 23798
/proc/meminfo: memFree=1264792/2055920 swapFree=4192812/4192956
[pid=23680] ppid=23678 vsize=915472 CPUtime=2375.04
/proc/23680/stat : 23680 (java) R 23678 23680 23391 0 -1 0 9629 0 1 0 237410 94 0 0 25 0 8 0 74161809 937443328 9355 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073662225 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23680/statm: 228868 9355 2549 14 0 215338 0
[pid=23680/tid=23682] ppid=23678 vsize=915472 CPUtime=0.03
/proc/23680/task/23682/stat : 23682 (java) S 23678 23680 23391 0 -1 64 723 0 0 0 3 0 0 0 16 0 8 0 74161814 937443328 9355 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23680/tid=23683] ppid=23678 vsize=915472 CPUtime=0
/proc/23680/task/23683/stat : 23683 (java) S 23678 23680 23391 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 74161814 937443328 9355 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23680/tid=23684] ppid=23678 vsize=915472 CPUtime=0
/proc/23680/task/23684/stat : 23684 (java) S 23678 23680 23391 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 74161814 937443328 9355 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23680/tid=23685] ppid=23678 vsize=915472 CPUtime=0
/proc/23680/task/23685/stat : 23685 (java) S 23678 23680 23391 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 74161818 937443328 9355 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23680/tid=23686] ppid=23678 vsize=915472 CPUtime=0.23
/proc/23680/task/23686/stat : 23686 (java) S 23678 23680 23391 0 -1 64 392 0 0 0 23 0 0 0 16 0 8 0 74161818 937443328 9355 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23680/tid=23687] ppid=23678 vsize=915472 CPUtime=0
/proc/23680/task/23687/stat : 23687 (java) S 23678 23680 23391 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 74161818 937443328 9355 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23680/tid=23688] ppid=23678 vsize=915472 CPUtime=0.01
/proc/23680/task/23688/stat : 23688 (java) S 23678 23680 23391 0 -1 64 1 0 0 0 0 1 0 0 15 0 8 0 74161818 937443328 9355 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2375.04
Current children cumulated vsize (KiB) 915472



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2409.13 s]
/proc/loadavg: 2.00 2.01 1.95 3/87 23798
/proc/meminfo: memFree=1264792/2055920 swapFree=4192812/4192956
[pid=23680] ppid=23678 vsize=915472 CPUtime=2400.01
/proc/23680/stat : 23680 (java) R 23678 23680 23391 0 -1 0 9629 0 1 0 239907 94 0 0 25 0 8 0 74161809 937443328 9355 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073803459 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23680/statm: 228868 9355 2549 14 0 215338 0
[pid=23680/tid=23682] ppid=23678 vsize=915472 CPUtime=0.03
/proc/23680/task/23682/stat : 23682 (java) S 23678 23680 23391 0 -1 64 723 0 0 0 3 0 0 0 16 0 8 0 74161814 937443328 9355 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23680/tid=23683] ppid=23678 vsize=915472 CPUtime=0
/proc/23680/task/23683/stat : 23683 (java) S 23678 23680 23391 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 74161814 937443328 9355 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23680/tid=23684] ppid=23678 vsize=915472 CPUtime=0
/proc/23680/task/23684/stat : 23684 (java) S 23678 23680 23391 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 74161814 937443328 9355 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23680/tid=23685] ppid=23678 vsize=915472 CPUtime=0
/proc/23680/task/23685/stat : 23685 (java) S 23678 23680 23391 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 74161818 937443328 9355 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23680/tid=23686] ppid=23678 vsize=915472 CPUtime=0.23
/proc/23680/task/23686/stat : 23686 (java) S 23678 23680 23391 0 -1 64 392 0 0 0 23 0 0 0 16 0 8 0 74161818 937443328 9355 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23680/tid=23687] ppid=23678 vsize=915472 CPUtime=0
/proc/23680/task/23687/stat : 23687 (java) S 23678 23680 23391 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 74161818 937443328 9355 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23680/tid=23688] ppid=23678 vsize=915472 CPUtime=0.01
/proc/23680/task/23688/stat : 23688 (java) S 23678 23680 23391 0 -1 64 1 0 0 0 0 1 0 0 15 0 8 0 74161818 937443328 9355 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2400.01
Current children cumulated vsize (KiB) 915472

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

Child status: 143
Real time (s): 2409.16
CPU time (s): 2400.04
CPU user time (s): 2399.09
CPU system time (s): 0.952855
CPU usage (%): 99.6215
Max. virtual memory (cumulated for all children) (KiB): 915476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.09
system time used= 0.952855
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9654
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= 49864
involuntary context switches= 84408

runsolver used 3.17152 s user time and 7.13991 s system time

The end

Launcher Data (download as text)

Begin job on node63 on Sat Jan 20 04:17:23 UTC 2007


IDJOB= 277427
IDBENCH= 6697
IDSOLVER= 68
FILE ID= node63/277427-1169266643

PBS_JOBID= 3607374

Free space on /tmp= 66561 MiB

SOLVER NAME= AbsconMax 109 EPFC
BENCH NAME= HOME/pub/bench/CPAI06/taillard/os-taillard-5/os-taillard-5-95-9.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/277427-1169266643/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node63/watcher-277427-1169266643 -o ROOT/results/node63/solver-277427-1169266643 -C 2400 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/277427-1169266643/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  b84db87bd15ed0a16358eac6ec4fc189

RANDOM SEED= 626973413

TIME LIMIT= 2400 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.216
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.216
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:       1164648 kB
Buffers:         48284 kB
Cached:         597504 kB
SwapCached:        144 kB
Active:         325260 kB
Inactive:       496736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1164648 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1660 kB
Writeback:           0 kB
Mapped:         196316 kB
Slab:            54344 kB
Committed_AS:  1499680 kB
PageTables:       2188 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= 66561 MiB



End job on node63 on Sat Jan 20 04:57:33 UTC 2007