Trace number 210678

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 109 AC? (TO) 1800.08 1808.25

General information on the benchmark

NamepseudoSeries/fpga/
fpga-40-40.xml
MD5SUMd13c6dd432a5c3e073ce430b7f3f135c
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables2400
Number of constraints1720
Maximum constraint arity40
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1720
Global constraints used (with number of constraints)

Solver Data (download as text)

0.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=mac.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/210678-1168075106/unknown.xml
0.37	   
0.37	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.56	     nbVariables=2400  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2
0.56	       =>  wckTime=0.241  cpuTime=0.16  mem=10M819
0.56	   
0.56	   predicates being loaded...
0.57	   
0.57	   constraints being loaded...
1.52	     nbConstraints=1720  nbUnbuiltConflictsStructures=4  nbSharedBinaryRepresentations=0  nbEvaluationManagers=4
1.52	     nbSharedEvaluationManagers=1716  maxDegree=41  maxArity=40
1.52	       =>  wckTime=1.203  cpuTime=0.96  mem=37M768
1.62	   
1.62	   solver IterativeSystematicSolver being built... 
2.11	       =>  wckTime=1.792  cpuTime=1.35  mem=74M621
2.18	   
2.18	   preprocessing
2.18	     nbConstraintChecks=840  nbValidityChecks=760  nbPropagations=2400  nbRevisions=800  nbUselessRevisions=800
2.18	     nbRemovedValues=0  detectedInconsistency=no
2.18	       =>  wckTime=0.06  cpuTime=0.04  mem=77M967
3.31	   
3.31	   search
3.31	     run=0  nbConstraintChecks=36881  nbValidityChecks=655280  nbPropagations=4821  nbRevisions=344441
3.31	     nbUselessRevisions=342840  nbAssignments=820  nbFailedAssignments=1  nbBacktracks=20  nbVisitedNodes=822
3.31	     nbRestartNogoods=0  mapSize=1  nbInferences=0  nbTooLargeKeys=0
3.31	       =>  wckTime=1.195  cpuTime=1.06  mem=41M755
5.05	   
5.05	   search
5.05	     run=1  nbConstraintChecks=38719  nbValidityChecks=1358922  nbPropagations=13584  nbRevisions=1048963
5.05	     nbUselessRevisions=1044161  nbAssignments=3161  nbFailedAssignments=2  nbBacktracks=1562  nbVisitedNodes=3164
5.05	     nbRestartNogoods=1  mapSize=41  nbInferences=0  nbTooLargeKeys=0
5.05	       =>  wckTime=2.939  cpuTime=2.76  mem=55M676
11.51	   
11.51	   search
11.51	     run=2  nbConstraintChecks=1088995  nbValidityChecks=2050611  nbPropagations=25491  nbRevisions=2101575
11.51	     nbUselessRevisions=2091991  nbAssignments=4723  nbFailedAssignments=3  nbBacktracks=2324  nbVisitedNodes=4727
11.51	     nbRestartNogoods=2  mapSize=62  nbInferences=0  nbTooLargeKeys=0
11.51	       =>  wckTime=9.4  cpuTime=9.19  mem=63M631
18.01	   
18.01	   search
18.01	     run=3  nbConstraintChecks=2139311  nbValidityChecks=2742540  nbPropagations=40543  nbRevisions=3502437
18.01	     nbUselessRevisions=3486490  nbAssignments=6285  nbFailedAssignments=4  nbBacktracks=3088  nbVisitedNodes=6290
18.01	     nbRestartNogoods=3  mapSize=83  nbInferences=0  nbTooLargeKeys=0
18.02	       =>  wckTime=15.901  cpuTime=15.66  mem=72M580
29.27	   
29.27	   search
29.27	     run=4  nbConstraintChecks=4238066  nbValidityChecks=3430122  nbPropagations=58097  nbRevisions=5247322
29.27	     nbUselessRevisions=5223428  nbAssignments=7202  nbFailedAssignments=7  nbBacktracks=3147  nbVisitedNodes=7210
29.27	     nbRestartNogoods=4  mapSize=87  nbInferences=0  nbTooLargeKeys=0
29.27	       =>  wckTime=27.154  cpuTime=26.87  mem=75M563
340.92	   
340.92	   search
340.92	     run=5  nbConstraintChecks=67154188  nbValidityChecks=4117763  nbPropagations=78303  nbRevisions=7336288
340.92	     nbUselessRevisions=7302825  nbAssignments=8231  nbFailedAssignments=68  nbBacktracks=3222  nbVisitedNodes=8300
340.92	     nbRestartNogoods=5  mapSize=144  nbInferences=0  nbTooLargeKeys=0
340.92	       =>  wckTime=338.803  cpuTime=337.17  mem=79M541
341.99	   
341.99	   search
341.99	     run=6  nbConstraintChecks=67156699  nbValidityChecks=4807236  nbPropagations=101036  nbRevisions=9770043
341.99	     nbUselessRevisions=9725445  nbAssignments=9191  nbFailedAssignments=74  nbBacktracks=3342  nbVisitedNodes=9266
341.99	     nbRestartNogoods=10  mapSize=155  nbInferences=0  nbTooLargeKeys=0
341.99	       =>  wckTime=339.878  cpuTime=338.24  mem=83M518
343.03	   
343.03	   search
343.03	     run=7  nbConstraintChecks=67159517  nbValidityChecks=5498713  nbPropagations=126364  nbRevisions=12549561
343.03	     nbUselessRevisions=12492259  nbAssignments=10216  nbFailedAssignments=83  nbBacktracks=3521  nbVisitedNodes=10300
343.03	     nbRestartNogoods=11  mapSize=171  nbInferences=0  nbTooLargeKeys=0
343.03	       =>  wckTime=340.916  cpuTime=339.22  mem=54M329
344.08	   
344.08	   search
344.08	     run=8  nbConstraintChecks=67166183  nbValidityChecks=6203354  nbPropagations=154364  nbRevisions=15681446
344.08	     nbUselessRevisions=15609867  nbAssignments=11313  nbFailedAssignments=96  nbBacktracks=3782  nbVisitedNodes=11410
344.08	     nbRestartNogoods=13  mapSize=196  nbInferences=0  nbTooLargeKeys=0
344.08	       =>  wckTime=341.968  cpuTime=340.26  mem=58M335
350.44	   
350.44	   search
350.44	     run=9  nbConstraintChecks=68217168  nbValidityChecks=6896042  nbPropagations=185486  nbRevisions=19161797
350.44	     nbUselessRevisions=19074399  nbAssignments=12893  nbFailedAssignments=97  nbBacktracks=4486  nbVisitedNodes=12991
350.44	     nbRestartNogoods=14  mapSize=216  nbInferences=0  nbTooLargeKeys=0
350.44	       =>  wckTime=348.326  cpuTime=346.6  mem=66M345
356.85	   
356.85	   search
356.85	     run=10  nbConstraintChecks=69267406  nbValidityChecks=7588809  nbPropagations=219731  nbRevisions=22990654
356.85	     nbUselessRevisions=22885895  nbAssignments=14473  nbFailedAssignments=98  nbBacktracks=5191  nbVisitedNodes=14572
356.85	     nbRestartNogoods=15  mapSize=236  nbInferences=0  nbTooLargeKeys=0
356.85	       =>  wckTime=354.735  cpuTime=352.98  mem=75M357
1200.44	   
1200.45	   search
1200.45	     run=11  nbConstraintChecks=242284109  nbValidityChecks=8281953  nbPropagations=257643  nbRevisions=27168392
1200.45	     nbUselessRevisions=27044565  nbAssignments=16432  nbFailedAssignments=263  nbBacktracks=6056  nbVisitedNodes=16696
1200.45	     nbRestartNogoods=16  mapSize=417  nbInferences=0  nbTooLargeKeys=0
1200.45	       =>  wckTime=1198.332  cpuTime=1192.45  mem=84M369
1202.19	   
1202.19	   search
1202.19	     run=12  nbConstraintChecks=242286181  nbValidityChecks=8988071  nbPropagations=299416  nbRevisions=31707092
1202.19	     nbUselessRevisions=31562675  nbAssignments=18771  nbFailedAssignments=264  nbBacktracks=7482  nbVisitedNodes=19036
1202.19	     nbRestartNogoods=20  mapSize=456  nbInferences=0  nbTooLargeKeys=0
1202.19	       =>  wckTime=1200.073  cpuTime=1194.19  mem=98M388

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/node60/watcher-210678-1168075106 -o ROOT/results/node60/solver-210678-1168075106 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/210678-1168075106/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.39 1.06 1.01 4/80 12013
/proc/meminfo: memFree=1445680/2055920 swapFree=4192812/4192956
[pid=12012] ppid=12010 vsize=18540 CPUtime=0
/proc/12012/stat : 12012 (runsolver) R 12010 12012 11755 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 155908470 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 271894244647 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/12012/statm: 4635 279 244 17 0 2626 0

[startup+0.107006 s]
/proc/loadavg: 1.39 1.06 1.01 4/80 12013
/proc/meminfo: memFree=1445680/2055920 swapFree=4192812/4192956
[pid=12012] ppid=12010 vsize=914988 CPUtime=0.09
/proc/12012/stat : 12012 (java) S 12010 12012 11755 0 -1 0 2996 0 1 0 8 1 0 0 18 0 8 0 155908470 936947712 2742 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12012/statm: 228747 2742 1427 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.515048 s]
/proc/loadavg: 1.39 1.06 1.01 4/80 12013
/proc/meminfo: memFree=1445680/2055920 swapFree=4192812/4192956
[pid=12012] ppid=12010 vsize=915328 CPUtime=0.49
/proc/12012/stat : 12012 (java) R 12010 12012 11755 0 -1 0 6591 0 1 0 46 3 0 0 17 0 8 0 155908470 937295872 6330 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072923527 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12012/statm: 228832 6330 2135 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33613 s]
/proc/loadavg: 1.39 1.06 1.01 4/87 12020
/proc/meminfo: memFree=1379512/2055920 swapFree=4192812/4192956
[pid=12012] ppid=12010 vsize=915648 CPUtime=1.31
/proc/12012/stat : 12012 (java) R 12010 12012 11755 0 -1 0 19837 0 1 0 115 16 0 0 20 0 8 0 155908470 937623552 19573 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12012/statm: 228912 19573 2187 14 0 215382 0
[pid=12012/tid=12014] ppid=12010 vsize=915648 CPUtime=0.06
/proc/12012/task/12014/stat : 12014 (java) S 12010 12012 11755 0 -1 64 3206 0 0 0 5 1 0 0 16 0 8 0 155908474 937623552 19573 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12012/tid=12015] ppid=12010 vsize=915648 CPUtime=0
/proc/12012/task/12015/stat : 12015 (java) S 12010 12012 11755 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155908474 937623552 19573 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12012/tid=12016] ppid=12010 vsize=915648 CPUtime=0
/proc/12012/task/12016/stat : 12016 (java) S 12010 12012 11755 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155908474 937623552 19573 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12012/tid=12017] ppid=12010 vsize=915648 CPUtime=0
/proc/12012/task/12017/stat : 12017 (java) S 12010 12012 11755 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155908477 937623552 19573 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12012/tid=12018] ppid=12010 vsize=915648 CPUtime=0.19
/proc/12012/task/12018/stat : 12018 (java) R 12010 12012 11755 0 -1 64 423 0 0 0 19 0 0 0 16 0 8 0 155908477 937623552 19573 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153191665 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12012/tid=12019] ppid=12010 vsize=915648 CPUtime=0
/proc/12012/task/12019/stat : 12019 (java) S 12010 12012 11755 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155908477 937623552 19573 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12012/tid=12020] ppid=12010 vsize=915648 CPUtime=0
/proc/12012/task/12020/stat : 12020 (java) S 12010 12012 11755 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155908477 937623552 19573 18446744073709551615 134512640 134570532 4294956480 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) 915648

[startup+2.97729 s]
/proc/loadavg: 1.44 1.08 1.02 3/87 12020
/proc/meminfo: memFree=1344376/2055920 swapFree=4192812/4192956
[pid=12012] ppid=12010 vsize=915732 CPUtime=2.94
/proc/12012/stat : 12012 (java) R 12010 12012 11755 0 -1 0 27878 0 1 0 274 20 0 0 25 0 8 0 155908470 937709568 27611 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074147062 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12012/statm: 228933 27611 2533 14 0 215403 0
[pid=12012/tid=12014] ppid=12010 vsize=915732 CPUtime=0.24
/proc/12012/task/12014/stat : 12014 (java) S 12010 12012 11755 0 -1 64 10752 0 0 0 21 3 0 0 16 0 8 0 155908474 937709568 27611 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12012/tid=12015] ppid=12010 vsize=915732 CPUtime=0
/proc/12012/task/12015/stat : 12015 (java) S 12010 12012 11755 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155908474 937709568 27611 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12012/tid=12016] ppid=12010 vsize=915732 CPUtime=0
/proc/12012/task/12016/stat : 12016 (java) S 12010 12012 11755 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155908474 937709568 27611 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12012/tid=12017] ppid=12010 vsize=915732 CPUtime=0
/proc/12012/task/12017/stat : 12017 (java) S 12010 12012 11755 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155908477 937709568 27611 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12012/tid=12018] ppid=12010 vsize=915732 CPUtime=0.33
/proc/12012/task/12018/stat : 12018 (java) S 12010 12012 11755 0 -1 64 501 0 0 0 32 1 0 0 16 0 8 0 155908477 937709568 27611 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12012/tid=12019] ppid=12010 vsize=915732 CPUtime=0
/proc/12012/task/12019/stat : 12019 (java) S 12010 12012 11755 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155908477 937709568 27611 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12012/tid=12020] ppid=12010 vsize=915732 CPUtime=0
/proc/12012/task/12020/stat : 12020 (java) S 12010 12012 11755 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155908477 937709568 27611 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 915732

[startup+6.1836 s]
/proc/loadavg: 1.44 1.08 1.02 3/87 12020
/proc/meminfo: memFree=1343352/2055920 swapFree=4192812/4192956
[pid=12012] ppid=12010 vsize=915732 CPUtime=6.13
/proc/12012/stat : 12012 (java) R 12010 12012 11755 0 -1 0 27911 0 1 0 592 21 0 0 25 0 8 0 155908470 937709568 27640 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074072730 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12012/statm: 228933 27640 2537 14 0 215403 0
[pid=12012/tid=12014] ppid=12010 vsize=915732 CPUtime=0.24
/proc/12012/task/12014/stat : 12014 (java) S 12010 12012 11755 0 -1 64 10753 0 0 0 21 3 0 0 17 0 8 0 155908474 937709568 27640 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12012/tid=12015] ppid=12010 vsize=915732 CPUtime=0
/proc/12012/task/12015/stat : 12015 (java) S 12010 12012 11755 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155908474 937709568 27640 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12012/tid=12016] ppid=12010 vsize=915732 CPUtime=0
/proc/12012/task/12016/stat : 12016 (java) S 12010 12012 11755 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155908474 937709568 27640 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12012/tid=12017] ppid=12010 vsize=915732 CPUtime=0
/proc/12012/task/12017/stat : 12017 (java) S 12010 12012 11755 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155908477 937709568 27640 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12012/tid=12018] ppid=12010 vsize=915732 CPUtime=0.38
/proc/12012/task/12018/stat : 12018 (java) S 12010 12012 11755 0 -1 64 525 0 0 0 36 2 0 0 15 0 8 0 155908477 937709568 27640 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12012/tid=12019] ppid=12010 vsize=915732 CPUtime=0
/proc/12012/task/12019/stat : 12019 (java) S 12010 12012 11755 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155908477 937709568 27640 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12012/tid=12020] ppid=12010 vsize=915732 CPUtime=0
/proc/12012/task/12020/stat : 12020 (java) S 12010 12012 11755 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155908477 937709568 27640 18446744073709551615 134512640 134570532 4294956480 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) 915732

[startup+12.6592 s]
/proc/loadavg: 1.52 1.11 1.03 3/87 12020
/proc/meminfo: memFree=1341432/2055920 swapFree=4192812/4192956
[pid=12012] ppid=12010 vsize=915732 CPUtime=12.58
/proc/12012/stat : 12012 (java) R 12010 12012 11755 0 -1 0 27911 0 1 0 1237 21 0 0 25 0 8 0 155908470 937709568 27640 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074091701 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12012/statm: 228933 27640 2537 14 0 215403 0
[pid=12012/tid=12014] ppid=12010 vsize=915732 CPUtime=0.24
/proc/12012/task/12014/stat : 12014 (java) S 12010 12012 11755 0 -1 64 10753 0 0 0 21 3 0 0 16 0 8 0 155908474 937709568 27640 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12012/tid=12015] ppid=12010 vsize=915732 CPUtime=0
/proc/12012/task/12015/stat : 12015 (java) S 12010 12012 11755 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155908474 937709568 27640 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12012/tid=12016] ppid=12010 vsize=915732 CPUtime=0
/proc/12012/task/12016/stat : 12016 (java) S 12010 12012 11755 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155908474 937709568 27640 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12012/tid=12017] ppid=12010 vsize=915732 CPUtime=0
/proc/12012/task/12017/stat : 12017 (java) S 12010 12012 11755 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155908477 937709568 27640 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12012/tid=12018] ppid=12010 vsize=915732 CPUtime=0.38
/proc/12012/task/12018/stat : 12018 (java) S 12010 12012 11755 0 -1 64 525 0 0 0 36 2 0 0 16 0 8 0 155908477 937709568 27640 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12012/tid=12019] ppid=12010 vsize=915732 CPUtime=0
/proc/12012/task/12019/stat : 12019 (java) S 12010 12012 11755 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155908477 937709568 27640 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12012/tid=12020] ppid=12010 vsize=915732 CPUtime=0
/proc/12012/task/12020/stat : 12020 (java) S 12010 12012 11755 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155908477 937709568 27640 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 915732

[startup+25.5195 s]
/proc/loadavg: 1.60 1.14 1.04 3/87 12020
/proc/meminfo: memFree=1337016/2055920 swapFree=4192812/4192956
[pid=12012] ppid=12010 vsize=915732 CPUtime=25.38
/proc/12012/stat : 12012 (java) R 12010 12012 11755 0 -1 0 27911 0 1 0 2517 21 0 0 25 0 8 0 155908470 937709568 27640 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074091701 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12012/statm: 228933 27640 2537 14 0 215403 0
[pid=12012/tid=12014] ppid=12010 vsize=915732 CPUtime=0.24
/proc/12012/task/12014/stat : 12014 (java) S 12010 12012 11755 0 -1 64 10753 0 0 0 21 3 0 0 16 0 8 0 155908474 937709568 27640 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12012/tid=12015] ppid=12010 vsize=915732 CPUtime=0
/proc/12012/task/12015/stat : 12015 (java) S 12010 12012 11755 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155908474 937709568 27640 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12012/tid=12016] ppid=12010 vsize=915732 CPUtime=0
/proc/12012/task/12016/stat : 12016 (java) S 12010 12012 11755 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155908474 937709568 27640 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12012/tid=12017] ppid=12010 vsize=915732 CPUtime=0
/proc/12012/task/12017/stat : 12017 (java) S 12010 12012 11755 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155908477 937709568 27640 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12012/tid=12018] ppid=12010 vsize=915732 CPUtime=0.38
/proc/12012/task/12018/stat : 12018 (java) S 12010 12012 11755 0 -1 64 525 0 0 0 36 2 0 0 16 0 8 0 155908477 937709568 27640 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12012/tid=12019] ppid=12010 vsize=915732 CPUtime=0
/proc/12012/task/12019/stat : 12019 (java) S 12010 12012 11755 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155908477 937709568 27640 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12012/tid=12020] ppid=12010 vsize=915732 CPUtime=0
/proc/12012/task/12020/stat : 12020 (java) S 12010 12012 11755 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155908477 937709568 27640 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 915732

[startup+51.124 s]
/proc/loadavg: 1.81 1.22 1.07 3/87 12020
/proc/meminfo: memFree=1325368/2055920 swapFree=4192812/4192956
[pid=12012] ppid=12010 vsize=915732 CPUtime=50.87
/proc/12012/stat : 12012 (java) R 12010 12012 11755 0 -1 0 27912 0 1 0 5066 21 0 0 25 0 8 0 155908470 937709568 27641 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074091695 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12012/statm: 228933 27641 2537 14 0 215403 0
[pid=12012/tid=12014] ppid=12010 vsize=915732 CPUtime=0.24
/proc/12012/task/12014/stat : 12014 (java) S 12010 12012 11755 0 -1 64 10753 0 0 0 21 3 0 0 16 0 8 0 155908474 937709568 27641 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12012/tid=12015] ppid=12010 vsize=915732 CPUtime=0
/proc/12012/task/12015/stat : 12015 (java) S 12010 12012 11755 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155908474 937709568 27641 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12012/tid=12016] ppid=12010 vsize=915732 CPUtime=0
/proc/12012/task/12016/stat : 12016 (java) S 12010 12012 11755 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155908474 937709568 27641 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12012/tid=12017] ppid=12010 vsize=915732 CPUtime=0
/proc/12012/task/12017/stat : 12017 (java) S 12010 12012 11755 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155908477 937709568 27641 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12012/tid=12018] ppid=12010 vsize=915732 CPUtime=0.38
/proc/12012/task/12018/stat : 12018 (java) S 12010 12012 11755 0 -1 64 526 0 0 0 36 2 0 0 16 0 8 0 155908477 937709568 27641 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12012/tid=12019] ppid=12010 vsize=915732 CPUtime=0
/proc/12012/task/12019/stat : 12019 (java) S 12010 12012 11755 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155908477 937709568 27641 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12012/tid=12020] ppid=12010 vsize=915732 CPUtime=0
/proc/12012/task/12020/stat : 12020 (java) S 12010 12012 11755 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155908477 937709568 27641 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.87
Current children cumulated vsize (KiB) 915732

[startup+102.423 s]
/proc/loadavg: 1.92 1.35 1.12 3/87 12020
/proc/meminfo: memFree=1325368/2055920 swapFree=4192812/4192956
[pid=12012] ppid=12010 vsize=915732 CPUtime=101.94
/proc/12012/stat : 12012 (java) R 12010 12012 11755 0 -1 0 27912 0 1 0 10173 21 0 0 25 0 8 0 155908470 937709568 27641 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074072730 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12012/statm: 228933 27641 2537 14 0 215403 0
[pid=12012/tid=12014] ppid=12010 vsize=915732 CPUtime=0.24
/proc/12012/task/12014/stat : 12014 (java) S 12010 12012 11755 0 -1 64 10753 0 0 0 21 3 0 0 16 0 8 0 155908474 937709568 27641 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12012/tid=12015] ppid=12010 vsize=915732 CPUtime=0
/proc/12012/task/12015/stat : 12015 (java) S 12010 12012 11755 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155908474 937709568 27641 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12012/tid=12016] ppid=12010 vsize=915732 CPUtime=0
/proc/12012/task/12016/stat : 12016 (java) S 12010 12012 11755 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155908474 937709568 27641 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12012/tid=12017] ppid=12010 vsize=915732 CPUtime=0
/proc/12012/task/12017/stat : 12017 (java) S 12010 12012 11755 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155908477 937709568 27641 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12012/tid=12018] ppid=12010 vsize=915732 CPUtime=0.38
/proc/12012/task/12018/stat : 12018 (java) S 12010 12012 11755 0 -1 64 526 0 0 0 36 2 0 0 16 0 8 0 155908477 937709568 27641 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12012/tid=12019] ppid=12010 vsize=915732 CPUtime=0
/proc/12012/task/12019/stat : 12019 (java) S 12010 12012 11755 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155908477 937709568 27641 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12012/tid=12020] ppid=12010 vsize=915732 CPUtime=0
/proc/12012/task/12020/stat : 12020 (java) S 12010 12012 11755 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155908477 937709568 27641 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.94
Current children cumulated vsize (KiB) 915732

[startup+162.462 s]
/proc/loadavg: 1.97 1.47 1.17 3/87 12020
/proc/meminfo: memFree=1325304/2055920 swapFree=4192812/4192956
[pid=12012] ppid=12010 vsize=915732 CPUtime=161.72
/proc/12012/stat : 12012 (java) R 12010 12012 11755 0 -1 0 27912 0 1 0 16151 21 0 0 25 0 8 0 155908470 937709568 27641 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074097072 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 1416.37
Current children cumulated vsize (KiB) 915732

[startup+1482.97 s]
/proc/loadavg: 2.08 2.02 1.78 3/87 12076
/proc/meminfo: memFree=1077936/2055920 swapFree=4192812/4192956
[pid=12012] ppid=12010 vsize=915732 CPUtime=1476.13
/proc/12012/stat : 12012 (java) R 12010 12012 11755 0 -1 0 33776 0 1 0 147584 29 0 0 25 0 8 0 155908470 937709568 33503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074094462 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12012/statm: 228933 33503 2537 14 0 215403 0
[pid=12012/tid=12014] ppid=12010 vsize=915732 CPUtime=0.33
/proc/12012/task/12014/stat : 12014 (java) S 12010 12012 11755 0 -1 64 16614 0 0 0 27 6 0 0 16 0 8 0 155908474 937709568 33503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12012/tid=12015] ppid=12010 vsize=915732 CPUtime=0
/proc/12012/task/12015/stat : 12015 (java) S 12010 12012 11755 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155908474 937709568 33503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12012/tid=12016] ppid=12010 vsize=915732 CPUtime=0
/proc/12012/task/12016/stat : 12016 (java) S 12010 12012 11755 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155908474 937709568 33503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12012/tid=12017] ppid=12010 vsize=915732 CPUtime=0
/proc/12012/task/12017/stat : 12017 (java) S 12010 12012 11755 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155908477 937709568 33503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12012/tid=12018] ppid=12010 vsize=915732 CPUtime=0.38
/proc/12012/task/12018/stat : 12018 (java) S 12010 12012 11755 0 -1 64 527 0 0 0 36 2 0 0 16 0 8 0 155908477 937709568 33503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12012/tid=12019] ppid=12010 vsize=915732 CPUtime=0
/proc/12012/task/12019/stat : 12019 (java) S 12010 12012 11755 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155908477 937709568 33503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12012/tid=12020] ppid=12010 vsize=915732 CPUtime=0.02
/proc/12012/task/12020/stat : 12020 (java) S 12010 12012 11755 0 -1 64 0 0 0 0 1 1 0 0 15 0 8 0 155908477 937709568 33503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1476.13
Current children cumulated vsize (KiB) 915732

[startup+1542.99 s]
/proc/loadavg: 2.03 2.01 1.79 3/87 12076
/proc/meminfo: memFree=1077936/2055920 swapFree=4192812/4192956
[pid=12012] ppid=12010 vsize=915732 CPUtime=1535.9
/proc/12012/stat : 12012 (java) R 12010 12012 11755 0 -1 0 33776 0 1 0 153561 29 0 0 25 0 8 0 155908470 937709568 33503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074094381 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12012/statm: 228933 33503 2537 14 0 215403 0
[pid=12012/tid=12014] ppid=12010 vsize=915732 CPUtime=0.33
/proc/12012/task/12014/stat : 12014 (java) S 12010 12012 11755 0 -1 64 16614 0 0 0 27 6 0 0 16 0 8 0 155908474 937709568 33503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12012/tid=12015] ppid=12010 vsize=915732 CPUtime=0
/proc/12012/task/12015/stat : 12015 (java) S 12010 12012 11755 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155908474 937709568 33503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12012/tid=12016] ppid=12010 vsize=915732 CPUtime=0
/proc/12012/task/12016/stat : 12016 (java) S 12010 12012 11755 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155908474 937709568 33503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12012/tid=12017] ppid=12010 vsize=915732 CPUtime=0
/proc/12012/task/12017/stat : 12017 (java) S 12010 12012 11755 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155908477 937709568 33503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12012/tid=12018] ppid=12010 vsize=915732 CPUtime=0.38
/proc/12012/task/12018/stat : 12018 (java) S 12010 12012 11755 0 -1 64 527 0 0 0 36 2 0 0 16 0 8 0 155908477 937709568 33503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12012/tid=12019] ppid=12010 vsize=915732 CPUtime=0
/proc/12012/task/12019/stat : 12019 (java) S 12010 12012 11755 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155908477 937709568 33503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12012/tid=12020] ppid=12010 vsize=915732 CPUtime=0.02
/proc/12012/task/12020/stat : 12020 (java) S 12010 12012 11755 0 -1 64 0 0 0 0 1 1 0 0 15 0 8 0 155908477 937709568 33503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1535.9
Current children cumulated vsize (KiB) 915732

[startup+1603 s]
/proc/loadavg: 2.01 2.00 1.81 3/87 12076
/proc/meminfo: memFree=1077872/2055920 swapFree=4192812/4192956
[pid=12012] ppid=12010 vsize=915732 CPUtime=1595.66
/proc/12012/stat : 12012 (java) R 12010 12012 11755 0 -1 0 33776 0 1 0 159537 29 0 0 25 0 8 0 155908470 937709568 33503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074097088 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12012/statm: 228933 33503 2537 14 0 215403 0
[pid=12012/tid=12014] ppid=12010 vsize=915732 CPUtime=0.33
/proc/12012/task/12014/stat : 12014 (java) S 12010 12012 11755 0 -1 64 16614 0 0 0 27 6 0 0 16 0 8 0 155908474 937709568 33503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12012/tid=12015] ppid=12010 vsize=915732 CPUtime=0
/proc/12012/task/12015/stat : 12015 (java) S 12010 12012 11755 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155908474 937709568 33503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12012/tid=12016] ppid=12010 vsize=915732 CPUtime=0
/proc/12012/task/12016/stat : 12016 (java) S 12010 12012 11755 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155908474 937709568 33503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12012/tid=12017] ppid=12010 vsize=915732 CPUtime=0
/proc/12012/task/12017/stat : 12017 (java) S 12010 12012 11755 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155908477 937709568 33503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12012/tid=12018] ppid=12010 vsize=915732 CPUtime=0.38
/proc/12012/task/12018/stat : 12018 (java) S 12010 12012 11755 0 -1 64 527 0 0 0 36 2 0 0 16 0 8 0 155908477 937709568 33503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12012/tid=12019] ppid=12010 vsize=915732 CPUtime=0
/proc/12012/task/12019/stat : 12019 (java) S 12010 12012 11755 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155908477 937709568 33503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12012/tid=12020] ppid=12010 vsize=915732 CPUtime=0.02
/proc/12012/task/12020/stat : 12020 (java) S 12010 12012 11755 0 -1 64 0 0 0 0 1 1 0 0 15 0 8 0 155908477 937709568 33503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1595.66
Current children cumulated vsize (KiB) 915732

[startup+1663.01 s]
/proc/loadavg: 2.14 2.03 1.83 3/87 12076
/proc/meminfo: memFree=1077936/2055920 swapFree=4192812/4192956
[pid=12012] ppid=12010 vsize=915732 CPUtime=1655.42
/proc/12012/stat : 12012 (java) R 12010 12012 11755 0 -1 0 33776 0 1 0 165513 29 0 0 25 0 8 0 155908470 937709568 33503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074098450 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12012/statm: 228933 33503 2537 14 0 215403 0
[pid=12012/tid=12014] ppid=12010 vsize=915732 CPUtime=0.33
/proc/12012/task/12014/stat : 12014 (java) S 12010 12012 11755 0 -1 64 16614 0 0 0 27 6 0 0 16 0 8 0 155908474 937709568 33503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12012/tid=12015] ppid=12010 vsize=915732 CPUtime=0
/proc/12012/task/12015/stat : 12015 (java) S 12010 12012 11755 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155908474 937709568 33503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12012/tid=12016] ppid=12010 vsize=915732 CPUtime=0
/proc/12012/task/12016/stat : 12016 (java) S 12010 12012 11755 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155908474 937709568 33503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12012/tid=12017] ppid=12010 vsize=915732 CPUtime=0
/proc/12012/task/12017/stat : 12017 (java) S 12010 12012 11755 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155908477 937709568 33503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12012/tid=12018] ppid=12010 vsize=915732 CPUtime=0.38
/proc/12012/task/12018/stat : 12018 (java) S 12010 12012 11755 0 -1 64 527 0 0 0 36 2 0 0 16 0 8 0 155908477 937709568 33503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12012/tid=12019] ppid=12010 vsize=915732 CPUtime=0
/proc/12012/task/12019/stat : 12019 (java) S 12010 12012 11755 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155908477 937709568 33503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12012/tid=12020] ppid=12010 vsize=915732 CPUtime=0.02
/proc/12012/task/12020/stat : 12020 (java) S 12010 12012 11755 0 -1 64 0 0 0 0 1 1 0 0 15 0 8 0 155908477 937709568 33503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1655.42
Current children cumulated vsize (KiB) 915732

[startup+1723.02 s]
/proc/loadavg: 2.05 2.02 1.83 3/87 12076
/proc/meminfo: memFree=1077872/2055920 swapFree=4192812/4192956
[pid=12012] ppid=12010 vsize=915732 CPUtime=1715.19
/proc/12012/stat : 12012 (java) R 12010 12012 11755 0 -1 0 33776 0 1 0 171490 29 0 0 25 0 8 0 155908470 937709568 33503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479187 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12012/statm: 228933 33503 2537 14 0 215403 0
[pid=12012/tid=12014] ppid=12010 vsize=915732 CPUtime=0.33
/proc/12012/task/12014/stat : 12014 (java) S 12010 12012 11755 0 -1 64 16614 0 0 0 27 6 0 0 16 0 8 0 155908474 937709568 33503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12012/tid=12015] ppid=12010 vsize=915732 CPUtime=0
/proc/12012/task/12015/stat : 12015 (java) S 12010 12012 11755 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155908474 937709568 33503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12012/tid=12016] ppid=12010 vsize=915732 CPUtime=0
/proc/12012/task/12016/stat : 12016 (java) S 12010 12012 11755 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155908474 937709568 33503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12012/tid=12017] ppid=12010 vsize=915732 CPUtime=0
/proc/12012/task/12017/stat : 12017 (java) S 12010 12012 11755 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155908477 937709568 33503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12012/tid=12018] ppid=12010 vsize=915732 CPUtime=0.38
/proc/12012/task/12018/stat : 12018 (java) S 12010 12012 11755 0 -1 64 527 0 0 0 36 2 0 0 16 0 8 0 155908477 937709568 33503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12012/tid=12019] ppid=12010 vsize=915732 CPUtime=0
/proc/12012/task/12019/stat : 12019 (java) S 12010 12012 11755 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155908477 937709568 33503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12012/tid=12020] ppid=12010 vsize=915732 CPUtime=0.02
/proc/12012/task/12020/stat : 12020 (java) S 12010 12012 11755 0 -1 64 0 0 0 0 1 1 0 0 15 0 8 0 155908477 937709568 33503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1715.19
Current children cumulated vsize (KiB) 915732

[startup+1783.03 s]
/proc/loadavg: 2.02 2.02 1.84 3/87 12076
/proc/meminfo: memFree=1077872/2055920 swapFree=4192812/4192956
[pid=12012] ppid=12010 vsize=915732 CPUtime=1774.96
/proc/12012/stat : 12012 (java) R 12010 12012 11755 0 -1 0 33776 0 1 0 177466 30 0 0 25 0 8 0 155908470 937709568 33503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074074448 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12012/statm: 228933 33503 2537 14 0 215403 0
[pid=12012/tid=12014] ppid=12010 vsize=915732 CPUtime=0.33
/proc/12012/task/12014/stat : 12014 (java) S 12010 12012 11755 0 -1 64 16614 0 0 0 27 6 0 0 16 0 8 0 155908474 937709568 33503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12012/tid=12015] ppid=12010 vsize=915732 CPUtime=0
/proc/12012/task/12015/stat : 12015 (java) S 12010 12012 11755 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155908474 937709568 33503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12012/tid=12016] ppid=12010 vsize=915732 CPUtime=0
/proc/12012/task/12016/stat : 12016 (java) S 12010 12012 11755 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155908474 937709568 33503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12012/tid=12017] ppid=12010 vsize=915732 CPUtime=0
/proc/12012/task/12017/stat : 12017 (java) S 12010 12012 11755 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155908477 937709568 33503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12012/tid=12018] ppid=12010 vsize=915732 CPUtime=0.38
/proc/12012/task/12018/stat : 12018 (java) S 12010 12012 11755 0 -1 64 527 0 0 0 36 2 0 0 16 0 8 0 155908477 937709568 33503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12012/tid=12019] ppid=12010 vsize=915732 CPUtime=0
/proc/12012/task/12019/stat : 12019 (java) S 12010 12012 11755 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155908477 937709568 33503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12012/tid=12020] ppid=12010 vsize=915732 CPUtime=0.02
/proc/12012/task/12020/stat : 12020 (java) S 12010 12012 11755 0 -1 64 0 0 0 0 1 1 0 0 15 0 8 0 155908477 937709568 33503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1774.96
Current children cumulated vsize (KiB) 915732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.21 s]
/proc/loadavg: 2.01 2.02 1.84 3/87 12076
/proc/meminfo: memFree=1077872/2055920 swapFree=4192812/4192956
[pid=12012] ppid=12010 vsize=915732 CPUtime=1800.04
/proc/12012/stat : 12012 (java) R 12010 12012 11755 0 -1 0 33776 0 1 0 179974 30 0 0 25 0 8 0 155908470 937709568 33503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074074442 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12012/statm: 228933 33503 2537 14 0 215403 0
[pid=12012/tid=12014] ppid=12010 vsize=915732 CPUtime=0.33
/proc/12012/task/12014/stat : 12014 (java) S 12010 12012 11755 0 -1 64 16614 0 0 0 27 6 0 0 16 0 8 0 155908474 937709568 33503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12012/tid=12015] ppid=12010 vsize=915732 CPUtime=0
/proc/12012/task/12015/stat : 12015 (java) S 12010 12012 11755 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155908474 937709568 33503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12012/tid=12016] ppid=12010 vsize=915732 CPUtime=0
/proc/12012/task/12016/stat : 12016 (java) S 12010 12012 11755 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155908474 937709568 33503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12012/tid=12017] ppid=12010 vsize=915732 CPUtime=0
/proc/12012/task/12017/stat : 12017 (java) S 12010 12012 11755 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155908477 937709568 33503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12012/tid=12018] ppid=12010 vsize=915732 CPUtime=0.38
/proc/12012/task/12018/stat : 12018 (java) S 12010 12012 11755 0 -1 64 527 0 0 0 36 2 0 0 16 0 8 0 155908477 937709568 33503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12012/tid=12019] ppid=12010 vsize=915732 CPUtime=0
/proc/12012/task/12019/stat : 12019 (java) S 12010 12012 11755 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155908477 937709568 33503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12012/tid=12020] ppid=12010 vsize=915732 CPUtime=0.02
/proc/12012/task/12020/stat : 12020 (java) S 12010 12012 11755 0 -1 64 0 0 0 0 1 1 0 0 15 0 8 0 155908477 937709568 33503 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 915732

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

Child status: 143
Real time (s): 1808.25
CPU time (s): 1800.08
CPU user time (s): 1799.76
CPU system time (s): 0.32595
CPU usage (%): 99.5485
Max. virtual memory (cumulated for all children) (KiB): 915832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.76
system time used= 0.32595
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33792
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= 38096
involuntary context switches= 60422

runsolver used 1.66475 s user time and 4.98924 s system time

The end

Launcher Data (download as text)

Begin job on node60 on Sat Jan  6 09:18:26 UTC 2007


IDJOB= 210678
IDBENCH= 4638
FILE ID= node60/210678-1168075106

PBS_JOBID= 3476038

Free space on /tmp= 66550 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  d13c6dd432a5c3e073ce430b7f3f135c

RANDOM SEED= 648322425

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.236
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.236
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:       1446160 kB
Buffers:         47212 kB
Cached:         422192 kB
SwapCached:          0 kB
Active:         108388 kB
Inactive:       426628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1446160 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2460 kB
Writeback:           0 kB
Mapped:          85920 kB
Slab:            59992 kB
Committed_AS:  4082344 kB
PageTables:       1996 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= 66546 MiB



End job on node60 on Sat Jan  6 09:48:34 UTC 2007