Trace number 210548

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.11 1800.62

General information on the benchmark

NamepseudoSeries/fpga/
fpga-25-24.xml
MD5SUM07c359a2fd7bf0c577888cebb1bb6544
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark90.6942
SatisfiableYES
(Un)Satisfiability was proved
Number of variables900
Number of constraints673
Maximum constraint arity25
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension673
Global constraints used (with number of constraints)

Solver Data (download as text)

0.30	   
0.30	Abscon 109 (November, 2006)
0.30	   
0.30	   configuration
0.30	     name=mac.xml
0.33	   
0.33	   instance
0.33	     name=/tmp/evaluation/210548-1168075084/unknown.xml
0.36	   
0.36	   domains being loaded...
0.37	   
0.37	   variables being loaded...
0.47	     nbVariables=900  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2
0.47	       =>  wckTime=0.168  cpuTime=0.12  mem=7M894
0.47	   
0.47	   predicates being loaded...
0.49	   
0.49	   constraints being loaded...
0.87	     nbConstraints=673  nbConflictsStructures=3  nbSharedConflictsStructures=621  nbUnbuiltConflictsStructures=2
0.87	     nbSharedBinaryRepresentations=0  nbEvaluationManagers=5  nbSharedEvaluationManagers=668  maxDegree=25  maxArity=25
0.87	       =>  wckTime=0.57  cpuTime=0.45  mem=40M75
0.94	   
0.94	   solver IterativeSystematicSolver being built... 
1.19	       =>  wckTime=0.888  cpuTime=0.66  mem=37M829
1.22	   
1.22	   preprocessing
1.22	     nbConstraintChecks=0  nbPropagations=900  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.22	     detectedInconsistency=no
1.22	       =>  wckTime=0.021  cpuTime=0.01  mem=38M803
18.27	   
18.27	   search
18.27	     run=0  nbConstraintChecks=7414539  nbValidityChecks=12558  nbPropagations=2691  nbRevisions=12858
18.27	     nbUselessRevisions=11936  nbAssignments=871  nbFailedAssignments=7  nbBacktracks=31  nbVisitedNodes=879
18.27	     nbRestartNogoods=0  mapSize=8  nbInferences=0  nbTooLargeKeys=0
18.27	       =>  wckTime=17.078  cpuTime=17.04  mem=40M751
20.88	   
20.88	   search
20.88	     run=1  nbConstraintChecks=8537400  nbValidityChecks=15491  nbPropagations=6613  nbRevisions=29557
20.88	     nbUselessRevisions=26879  nbAssignments=1268  nbFailedAssignments=8  nbBacktracks=105  nbVisitedNodes=1277
20.88	     nbRestartNogoods=2  mapSize=13  nbInferences=0  nbTooLargeKeys=0
20.89	       =>  wckTime=19.691  cpuTime=19.63  mem=41M725
25.89	   
25.89	   search
25.89	     run=2  nbConstraintChecks=10708816  nbValidityChecks=18326  nbPropagations=11778  nbRevisions=49983
25.89	     nbUselessRevisions=44713  nbAssignments=1674  nbFailedAssignments=13  nbBacktracks=185  nbVisitedNodes=1688
25.89	     nbRestartNogoods=3  mapSize=20  nbInferences=0  nbTooLargeKeys=0
25.89	       =>  wckTime=24.698  cpuTime=24.62  mem=41M725
30.96	   
30.96	   search
30.96	     run=3  nbConstraintChecks=12880241  nbValidityChecks=21164  nbPropagations=18206  nbRevisions=74140
30.96	     nbUselessRevisions=65437  nbAssignments=2095  nbFailedAssignments=21  nbBacktracks=278  nbVisitedNodes=2117
30.96	     nbRestartNogoods=4  mapSize=33  nbInferences=0  nbTooLargeKeys=0
30.96	       =>  wckTime=29.769  cpuTime=29.69  mem=42M699
55.24	   
55.24	   search
55.24	     run=4  nbConstraintChecks=23440260  nbValidityChecks=23381  nbPropagations=25843  nbRevisions=101607
55.24	     nbUselessRevisions=88632  nbAssignments=2462  nbFailedAssignments=31  nbBacktracks=335  nbVisitedNodes=2494
55.24	     nbRestartNogoods=5  mapSize=45  nbInferences=0  nbTooLargeKeys=0
55.24	       =>  wckTime=54.048  cpuTime=53.96  mem=42M699
60.33	   
60.33	   search
60.33	     run=5  nbConstraintChecks=25611694  nbValidityChecks=26214  nbPropagations=34723  nbRevisions=132802
60.33	     nbUselessRevisions=114716  nbAssignments=2864  nbFailedAssignments=35  nbBacktracks=413  nbVisitedNodes=2900
60.33	     nbRestartNogoods=6  mapSize=50  nbInferences=0  nbTooLargeKeys=0
60.33	       =>  wckTime=59.137  cpuTime=59.05  mem=43M673
65.39	   
65.39	   search
65.39	     run=6  nbConstraintChecks=27783152  nbValidityChecks=29466  nbPropagations=44898  nbRevisions=168147
65.39	     nbUselessRevisions=144108  nbAssignments=3315  nbFailedAssignments=40  nbBacktracks=540  nbVisitedNodes=3356
65.39	     nbRestartNogoods=7  mapSize=57  nbInferences=0  nbTooLargeKeys=0
65.39	       =>  wckTime=64.201  cpuTime=64.11  mem=44M647
164.51	   
164.51	   search
164.51	     run=7  nbConstraintChecks=70849064  nbValidityChecks=34307  nbPropagations=56704  nbRevisions=208798
164.51	     nbUselessRevisions=177746  nbAssignments=3886  nbFailedAssignments=80  nbBacktracks=722  nbVisitedNodes=3967
164.51	     nbRestartNogoods=8  mapSize=96  nbInferences=0  nbTooLargeKeys=0
164.51	       =>  wckTime=163.312  cpuTime=163.19  mem=45M621
279.30	   
279.30	   search
279.30	     run=8  nbConstraintChecks=121255289  nbValidityChecks=40281  nbPropagations=70265  nbRevisions=255452
279.30	     nbUselessRevisions=216308  nbAssignments=4562  nbFailedAssignments=134  nbBacktracks=982  nbVisitedNodes=4697
279.30	     nbRestartNogoods=10  mapSize=156  nbInferences=0  nbTooLargeKeys=0
279.30	       =>  wckTime=278.102  cpuTime=277.95  mem=46M595
284.43	   
284.43	   search
284.43	     run=9  nbConstraintChecks=123426836  nbValidityChecks=53713  nbPropagations=85444  nbRevisions=314701
284.43	     nbUselessRevisions=266686  nbAssignments=5401  nbFailedAssignments=136  nbBacktracks=1370  nbVisitedNodes=5538
284.43	     nbRestartNogoods=12  mapSize=159  nbInferences=0  nbTooLargeKeys=0
284.43	       =>  wckTime=283.233  cpuTime=283.07  mem=47M569
589.82	   
589.82	   search
589.82	     run=10  nbConstraintChecks=256932811  nbValidityChecks=73331  nbPropagations=103400  nbRevisions=392226
589.82	     nbUselessRevisions=333657  nbAssignments=6541  nbFailedAssignments=264  nbBacktracks=1949  nbVisitedNodes=6806
589.82	     nbRestartNogoods=13  mapSize=521  nbInferences=0  nbTooLargeKeys=0
589.82	       =>  wckTime=588.625  cpuTime=588.37  mem=50M492
879.39	   
879.39	   search
879.39	     run=11  nbConstraintChecks=381821235  nbValidityChecks=109713  nbPropagations=124419  nbRevisions=503974
879.39	     nbUselessRevisions=433203  nbAssignments=7999  nbFailedAssignments=383  nbBacktracks=2813  nbVisitedNodes=8383
879.39	     nbRestartNogoods=14  mapSize=656  nbInferences=0  nbTooLargeKeys=0
879.39	       =>  wckTime=878.199  cpuTime=877.87  mem=53M10
1402.64	   
1402.64	   search
1402.64	     run=12  nbConstraintChecks=611535331  nbValidityChecks=166565  nbPropagations=149710  nbRevisions=667873
1402.64	     nbUselessRevisions=582573  nbAssignments=10025  nbFailedAssignments=598  nbBacktracks=4132  nbVisitedNodes=10624
1402.64	     nbRestartNogoods=16  mapSize=894  nbInferences=0  nbTooLargeKeys=0
1402.64	       =>  wckTime=1401.45  cpuTime=1400.95  mem=15M558
1647.90	   
1647.90	   INFO : Stopping hyperNogood (mapSize=1010, nbTooLargekeys=0, mem=18M521)

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node42/watcher-210548-1168075084 -o ROOT/results/node42/solver-210548-1168075084 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/210548-1168075084/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: 0.68 1.20 1.35 3/65 24106
/proc/meminfo: memFree=1353784/2055920 swapFree=4191892/4192956
[pid=24105] ppid=24103 vsize=168 CPUtime=0
/proc/24105/stat : 24105 (java) R 24103 24105 23556 0 -1 0 39 0 0 0 0 0 0 0 20 0 1 0 155907600 172032 23 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 12407083 0 0 4096 0 0 0 0 17 1 0 0
/proc/24105/statm: 42 23 18 14 0 2 0

[startup+0.102927 s]
/proc/loadavg: 0.68 1.20 1.35 3/65 24106
/proc/meminfo: memFree=1353784/2055920 swapFree=4191892/4192956
[pid=24105] ppid=24103 vsize=914988 CPUtime=0.08
/proc/24105/stat : 24105 (java) R 24103 24105 23556 0 -1 0 2994 0 1 0 7 1 0 0 18 0 8 0 155907600 936947712 2740 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24105/statm: 228747 2740 1427 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.51297 s]
/proc/loadavg: 0.68 1.20 1.35 3/65 24106
/proc/meminfo: memFree=1353784/2055920 swapFree=4191892/4192956
[pid=24105] ppid=24103 vsize=915328 CPUtime=0.49
/proc/24105/stat : 24105 (java) S 24103 24105 23556 0 -1 0 6810 0 1 0 45 4 0 0 16 0 8 0 155907600 937295872 6549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24105/statm: 228832 6549 2144 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.34106 s]
/proc/loadavg: 0.68 1.20 1.35 2/72 24113
/proc/meminfo: memFree=1301824/2055920 swapFree=4191892/4192956
[pid=24105] ppid=24103 vsize=915576 CPUtime=1.32
/proc/24105/stat : 24105 (java) R 24103 24105 23556 0 -1 0 15750 0 1 0 120 12 0 0 16 0 8 0 155907600 937549824 15488 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072942102 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24105/statm: 228894 15488 2529 14 0 215364 0
[pid=24105/tid=24107] ppid=24103 vsize=915576 CPUtime=0.05
/proc/24105/task/24107/stat : 24107 (java) S 24103 24105 23556 0 -1 64 1060 0 0 0 5 0 0 0 16 0 8 0 155907605 937549824 15488 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24105/tid=24108] ppid=24103 vsize=915576 CPUtime=0
/proc/24105/task/24108/stat : 24108 (java) S 24103 24105 23556 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155907605 937549824 15488 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24105/tid=24109] ppid=24103 vsize=915576 CPUtime=0
/proc/24105/task/24109/stat : 24109 (java) S 24103 24105 23556 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155907605 937549824 15488 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24105/tid=24110] ppid=24103 vsize=915576 CPUtime=0
/proc/24105/task/24110/stat : 24110 (java) S 24103 24105 23556 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155907608 937549824 15488 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24105/tid=24111] ppid=24103 vsize=915576 CPUtime=0.23
/proc/24105/task/24111/stat : 24111 (java) S 24103 24105 23556 0 -1 64 409 0 0 0 22 1 0 0 16 0 8 0 155907608 937549824 15488 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24105/tid=24112] ppid=24103 vsize=915576 CPUtime=0
/proc/24105/task/24112/stat : 24112 (java) S 24103 24105 23556 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155907608 937549824 15488 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24105/tid=24113] ppid=24103 vsize=915576 CPUtime=0
/proc/24105/task/24113/stat : 24113 (java) S 24103 24105 23556 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155907608 937549824 15488 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 915576

[startup+2.98024 s]
/proc/loadavg: 0.68 1.20 1.35 2/72 24113
/proc/meminfo: memFree=1301632/2055920 swapFree=4191892/4192956
[pid=24105] ppid=24103 vsize=915576 CPUtime=2.95
/proc/24105/stat : 24105 (java) R 24103 24105 23556 0 -1 0 15757 0 1 0 283 12 0 0 18 0 8 0 155907600 937549824 15495 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073747840 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24105/statm: 228894 15495 2529 14 0 215364 0
[pid=24105/tid=24107] ppid=24103 vsize=915576 CPUtime=0.05
/proc/24105/task/24107/stat : 24107 (java) S 24103 24105 23556 0 -1 64 1060 0 0 0 5 0 0 0 16 0 8 0 155907605 937549824 15495 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24105/tid=24108] ppid=24103 vsize=915576 CPUtime=0
/proc/24105/task/24108/stat : 24108 (java) S 24103 24105 23556 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155907605 937549824 15495 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24105/tid=24109] ppid=24103 vsize=915576 CPUtime=0
/proc/24105/task/24109/stat : 24109 (java) S 24103 24105 23556 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155907605 937549824 15495 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24105/tid=24110] ppid=24103 vsize=915576 CPUtime=0
/proc/24105/task/24110/stat : 24110 (java) S 24103 24105 23556 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155907608 937549824 15495 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24105/tid=24111] ppid=24103 vsize=915576 CPUtime=0.24
/proc/24105/task/24111/stat : 24111 (java) S 24103 24105 23556 0 -1 64 416 0 0 0 23 1 0 0 16 0 8 0 155907608 937549824 15495 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24105/tid=24112] ppid=24103 vsize=915576 CPUtime=0
/proc/24105/task/24112/stat : 24112 (java) S 24103 24105 23556 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155907608 937549824 15495 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24105/tid=24113] ppid=24103 vsize=915576 CPUtime=0
/proc/24105/task/24113/stat : 24113 (java) S 24103 24105 23556 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155907608 937549824 15495 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915576

[startup+6.2566 s]
/proc/loadavg: 0.70 1.20 1.35 2/72 24113
/proc/meminfo: memFree=1301504/2055920 swapFree=4191892/4192956
[pid=24105] ppid=24103 vsize=915576 CPUtime=6.23
/proc/24105/stat : 24105 (java) R 24103 24105 23556 0 -1 0 15760 0 1 0 610 13 0 0 25 0 8 0 155907600 937549824 15497 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073747840 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24105/statm: 228894 15497 2530 14 0 215364 0
[pid=24105/tid=24107] ppid=24103 vsize=915576 CPUtime=0.05
/proc/24105/task/24107/stat : 24107 (java) S 24103 24105 23556 0 -1 64 1060 0 0 0 5 0 0 0 16 0 8 0 155907605 937549824 15497 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24105/tid=24108] ppid=24103 vsize=915576 CPUtime=0
/proc/24105/task/24108/stat : 24108 (java) S 24103 24105 23556 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155907605 937549824 15497 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24105/tid=24109] ppid=24103 vsize=915576 CPUtime=0
/proc/24105/task/24109/stat : 24109 (java) S 24103 24105 23556 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155907605 937549824 15497 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24105/tid=24110] ppid=24103 vsize=915576 CPUtime=0
/proc/24105/task/24110/stat : 24110 (java) S 24103 24105 23556 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155907608 937549824 15497 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24105/tid=24111] ppid=24103 vsize=915576 CPUtime=0.24
/proc/24105/task/24111/stat : 24111 (java) S 24103 24105 23556 0 -1 64 416 0 0 0 23 1 0 0 16 0 8 0 155907608 937549824 15497 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24105/tid=24112] ppid=24103 vsize=915576 CPUtime=0
/proc/24105/task/24112/stat : 24112 (java) S 24103 24105 23556 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155907608 937549824 15497 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24105/tid=24113] ppid=24103 vsize=915576 CPUtime=0
/proc/24105/task/24113/stat : 24113 (java) S 24103 24105 23556 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155907608 937549824 15497 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 915576

[startup+12.7373 s]
/proc/loadavg: 0.73 1.20 1.35 2/72 24115
/proc/meminfo: memFree=1301440/2055920 swapFree=4191892/4192956
[pid=24105] ppid=24103 vsize=915576 CPUtime=12.71
/proc/24105/stat : 24105 (java) R 24103 24105 23556 0 -1 0 15760 0 1 0 1258 13 0 0 25 0 8 0 155907600 937549824 15497 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479196 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24105/statm: 228894 15497 2530 14 0 215364 0
[pid=24105/tid=24107] ppid=24103 vsize=915576 CPUtime=0.05
/proc/24105/task/24107/stat : 24107 (java) S 24103 24105 23556 0 -1 64 1060 0 0 0 5 0 0 0 16 0 8 0 155907605 937549824 15497 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24105/tid=24108] ppid=24103 vsize=915576 CPUtime=0
/proc/24105/task/24108/stat : 24108 (java) S 24103 24105 23556 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155907605 937549824 15497 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24105/tid=24109] ppid=24103 vsize=915576 CPUtime=0
/proc/24105/task/24109/stat : 24109 (java) S 24103 24105 23556 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155907605 937549824 15497 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24105/tid=24110] ppid=24103 vsize=915576 CPUtime=0
/proc/24105/task/24110/stat : 24110 (java) S 24103 24105 23556 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155907608 937549824 15497 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24105/tid=24111] ppid=24103 vsize=915576 CPUtime=0.24
/proc/24105/task/24111/stat : 24111 (java) S 24103 24105 23556 0 -1 64 416 0 0 0 23 1 0 0 16 0 8 0 155907608 937549824 15497 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24105/tid=24112] ppid=24103 vsize=915576 CPUtime=0
/proc/24105/task/24112/stat : 24112 (java) S 24103 24105 23556 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155907608 937549824 15497 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24105/tid=24113] ppid=24103 vsize=915576 CPUtime=0
/proc/24105/task/24113/stat : 24113 (java) S 24103 24105 23556 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155907608 937549824 15497 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 915576

[startup+25.5717 s]
/proc/loadavg: 0.79 1.19 1.34 2/72 24115
/proc/meminfo: memFree=1301440/2055920 swapFree=4191892/4192956
[pid=24105] ppid=24103 vsize=915576 CPUtime=25.53
/proc/24105/stat : 24105 (java) R 24103 24105 23556 0 -1 0 15781 0 1 0 2540 13 0 0 25 0 8 0 155907600 937549824 15514 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073749156 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24105/statm: 228894 15514 2533 14 0 215364 0
[pid=24105/tid=24107] ppid=24103 vsize=915576 CPUtime=0.05
/proc/24105/task/24107/stat : 24107 (java) S 24103 24105 23556 0 -1 64 1061 0 0 0 5 0 0 0 16 0 8 0 155907605 937549824 15514 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24105/tid=24108] ppid=24103 vsize=915576 CPUtime=0
/proc/24105/task/24108/stat : 24108 (java) S 24103 24105 23556 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155907605 937549824 15514 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24105/tid=24109] ppid=24103 vsize=915576 CPUtime=0
/proc/24105/task/24109/stat : 24109 (java) S 24103 24105 23556 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155907605 937549824 15514 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24105/tid=24110] ppid=24103 vsize=915576 CPUtime=0
/proc/24105/task/24110/stat : 24110 (java) S 24103 24105 23556 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155907608 937549824 15514 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24105/tid=24111] ppid=24103 vsize=915576 CPUtime=0.26
/proc/24105/task/24111/stat : 24111 (java) S 24103 24105 23556 0 -1 64 430 0 0 0 25 1 0 0 16 0 8 0 155907608 937549824 15514 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24105/tid=24112] ppid=24103 vsize=915576 CPUtime=0
/proc/24105/task/24112/stat : 24112 (java) S 24103 24105 23556 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155907608 937549824 15514 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24105/tid=24113] ppid=24103 vsize=915576 CPUtime=0
/proc/24105/task/24113/stat : 24113 (java) S 24103 24105 23556 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155907608 937549824 15514 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.53
Current children cumulated vsize (KiB) 915576

[startup+51.2496 s]
/proc/loadavg: 0.86 1.17 1.33 2/72 24115
/proc/meminfo: memFree=1301504/2055920 swapFree=4191892/4192956
[pid=24105] ppid=24103 vsize=915576 CPUtime=51.2
/proc/24105/stat : 24105 (java) R 24103 24105 23556 0 -1 0 15785 0 1 0 5107 13 0 0 25 0 8 0 155907600 937549824 15516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073754848 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24105/statm: 228894 15516 2533 14 0 215364 0
[pid=24105/tid=24107] ppid=24103 vsize=915576 CPUtime=0.05
/proc/24105/task/24107/stat : 24107 (java) S 24103 24105 23556 0 -1 64 1061 0 0 0 5 0 0 0 16 0 8 0 155907605 937549824 15516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24105/tid=24108] ppid=24103 vsize=915576 CPUtime=0
/proc/24105/task/24108/stat : 24108 (java) S 24103 24105 23556 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155907605 937549824 15516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24105/tid=24109] ppid=24103 vsize=915576 CPUtime=0
/proc/24105/task/24109/stat : 24109 (java) S 24103 24105 23556 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155907605 937549824 15516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24105/tid=24110] ppid=24103 vsize=915576 CPUtime=0
/proc/24105/task/24110/stat : 24110 (java) S 24103 24105 23556 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155907608 937549824 15516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24105/tid=24111] ppid=24103 vsize=915576 CPUtime=0.27
/proc/24105/task/24111/stat : 24111 (java) S 24103 24105 23556 0 -1 64 432 0 0 0 26 1 0 0 16 0 8 0 155907608 937549824 15516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24105/tid=24112] ppid=24103 vsize=915576 CPUtime=0
/proc/24105/task/24112/stat : 24112 (java) S 24103 24105 23556 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155907608 937549824 15516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24105/tid=24113] ppid=24103 vsize=915576 CPUtime=0
/proc/24105/task/24113/stat : 24113 (java) S 24103 24105 23556 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155907608 937549824 15516 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.2
Current children cumulated vsize (KiB) 915576

[startup+102.499 s]
/proc/loadavg: 0.94 1.14 1.31 2/72 24115
/proc/meminfo: memFree=1300352/2055920 swapFree=4191892/4192956
[pid=24105] ppid=24103 vsize=915576 CPUtime=102.44
/proc/24105/stat : 24105 (java) R 24103 24105 23556 0 -1 0 16082 0 1 0 10231 13 0 0 25 0 8 0 155907600 937549824 15813 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073752800 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24105/statm: 228894 15813 2533 14 0 215364 0
[pid=24105/tid=24107] ppid=24103 vsize=915576 CPUtime=0.05
/proc/24105/task/24107/stat : 24107 (java) S 24103 24105 23556 0 -1 64 1061 0 0 0 5 0 0 0 16 0 8 0 155907605 937549824 15813 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24105/tid=24108] ppid=24103 vsize=915576 CPUtime=0
/proc/24105/task/24108/stat : 24108 (java) S 24103 24105 23556 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155907605 937549824 15813 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24105/tid=24109] ppid=24103 vsize=915576 CPUtime=0
/proc/24105/task/24109/stat : 24109 (java) S 24103 24105 23556 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155907605 937549824 15813 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24105/tid=24110] ppid=24103 vsize=915576 CPUtime=0
/proc/24105/task/24110/stat : 24110 (java) S 24103 24105 23556 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155907608 937549824 15813 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24105/tid=24111] ppid=24103 vsize=915576 CPUtime=0.27
/proc/24105/task/24111/stat : 24111 (java) S 24103 24105 23556 0 -1 64 432 0 0 0 26 1 0 0 16 0 8 0 155907608 937549824 15813 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24105/tid=24112] ppid=24103 vsize=915576 CPUtime=0
/proc/24105/task/24112/stat : 24112 (java) S 24103 24105 23556 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155907608 937549824 15813 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24105/tid=24113] ppid=24103 vsize=915576 CPUtime=0
/proc/24105/task/24113/stat : 24113 (java) S 24103 24105 23556 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155907608 937549824 15813 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.44
Current children cumulated vsize (KiB) 915576

[startup+162.583 s]
/proc/loadavg: 0.97 1.11 1.29 2/72 24115
/proc/meminfo: memFree=1300288/2055920 swapFree=4191892/4192956
[pid=24105] ppid=24103 vsize=915576 CPUtime=162.5
/proc/24105/stat : 24105 (java) R 24103 24105 23556 0 -1 0 16106 0 1 0 16237 13 0 0 25 0 8 0 155907600 937549824 15837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073747816 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 1423.94
Current children cumulated vsize (KiB) 915576

[startup+1484.44 s]
/proc/loadavg: 1.00 1.00 1.05 2/72 24115
/proc/meminfo: memFree=1285760/2055920 swapFree=4191892/4192956
[pid=24105] ppid=24103 vsize=915576 CPUtime=1484.01
/proc/24105/stat : 24105 (java) R 24103 24105 23556 0 -1 0 19700 0 1 0 148386 15 0 0 25 0 8 0 155907600 937549824 19427 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073747826 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24105/statm: 228894 19427 2537 14 0 215364 0
[pid=24105/tid=24107] ppid=24103 vsize=915576 CPUtime=0.07
/proc/24105/task/24107/stat : 24107 (java) S 24103 24105 23556 0 -1 64 2619 0 0 0 7 0 0 0 16 0 8 0 155907605 937549824 19427 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24105/tid=24108] ppid=24103 vsize=915576 CPUtime=0
/proc/24105/task/24108/stat : 24108 (java) S 24103 24105 23556 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155907605 937549824 19427 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24105/tid=24109] ppid=24103 vsize=915576 CPUtime=0
/proc/24105/task/24109/stat : 24109 (java) S 24103 24105 23556 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155907605 937549824 19427 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24105/tid=24110] ppid=24103 vsize=915576 CPUtime=0
/proc/24105/task/24110/stat : 24110 (java) S 24103 24105 23556 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155907608 937549824 19427 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24105/tid=24111] ppid=24103 vsize=915576 CPUtime=0.28
/proc/24105/task/24111/stat : 24111 (java) S 24103 24105 23556 0 -1 64 440 0 0 0 27 1 0 0 16 0 8 0 155907608 937549824 19427 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24105/tid=24112] ppid=24103 vsize=915576 CPUtime=0
/proc/24105/task/24112/stat : 24112 (java) S 24103 24105 23556 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155907608 937549824 19427 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24105/tid=24113] ppid=24103 vsize=915576 CPUtime=0
/proc/24105/task/24113/stat : 24113 (java) S 24103 24105 23556 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155907608 937549824 19427 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1484.01
Current children cumulated vsize (KiB) 915576

[startup+1544.53 s]
/proc/loadavg: 1.00 1.00 1.04 2/72 24115
/proc/meminfo: memFree=1285760/2055920 swapFree=4191892/4192956
[pid=24105] ppid=24103 vsize=915576 CPUtime=1544.08
/proc/24105/stat : 24105 (java) R 24103 24105 23556 0 -1 0 19700 0 1 0 154393 15 0 0 25 0 8 0 155907600 937549824 19427 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073757984 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24105/statm: 228894 19427 2537 14 0 215364 0
[pid=24105/tid=24107] ppid=24103 vsize=915576 CPUtime=0.07
/proc/24105/task/24107/stat : 24107 (java) S 24103 24105 23556 0 -1 64 2619 0 0 0 7 0 0 0 16 0 8 0 155907605 937549824 19427 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24105/tid=24108] ppid=24103 vsize=915576 CPUtime=0
/proc/24105/task/24108/stat : 24108 (java) S 24103 24105 23556 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155907605 937549824 19427 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24105/tid=24109] ppid=24103 vsize=915576 CPUtime=0
/proc/24105/task/24109/stat : 24109 (java) S 24103 24105 23556 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155907605 937549824 19427 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24105/tid=24110] ppid=24103 vsize=915576 CPUtime=0
/proc/24105/task/24110/stat : 24110 (java) S 24103 24105 23556 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155907608 937549824 19427 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24105/tid=24111] ppid=24103 vsize=915576 CPUtime=0.28
/proc/24105/task/24111/stat : 24111 (java) S 24103 24105 23556 0 -1 64 440 0 0 0 27 1 0 0 16 0 8 0 155907608 937549824 19427 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24105/tid=24112] ppid=24103 vsize=915576 CPUtime=0
/proc/24105/task/24112/stat : 24112 (java) S 24103 24105 23556 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155907608 937549824 19427 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24105/tid=24113] ppid=24103 vsize=915576 CPUtime=0
/proc/24105/task/24113/stat : 24113 (java) S 24103 24105 23556 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155907608 937549824 19427 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1544.08
Current children cumulated vsize (KiB) 915576

[startup+1604.61 s]
/proc/loadavg: 1.00 1.00 1.03 2/72 24115
/proc/meminfo: memFree=1285760/2055920 swapFree=4191892/4192956
[pid=24105] ppid=24103 vsize=915576 CPUtime=1604.15
/proc/24105/stat : 24105 (java) R 24103 24105 23556 0 -1 0 19700 0 1 0 160400 15 0 0 25 0 8 0 155907600 937549824 19427 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073758100 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24105/statm: 228894 19427 2537 14 0 215364 0
[pid=24105/tid=24107] ppid=24103 vsize=915576 CPUtime=0.07
/proc/24105/task/24107/stat : 24107 (java) S 24103 24105 23556 0 -1 64 2619 0 0 0 7 0 0 0 16 0 8 0 155907605 937549824 19427 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24105/tid=24108] ppid=24103 vsize=915576 CPUtime=0
/proc/24105/task/24108/stat : 24108 (java) S 24103 24105 23556 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155907605 937549824 19427 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24105/tid=24109] ppid=24103 vsize=915576 CPUtime=0
/proc/24105/task/24109/stat : 24109 (java) S 24103 24105 23556 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155907605 937549824 19427 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24105/tid=24110] ppid=24103 vsize=915576 CPUtime=0
/proc/24105/task/24110/stat : 24110 (java) S 24103 24105 23556 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155907608 937549824 19427 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24105/tid=24111] ppid=24103 vsize=915576 CPUtime=0.28
/proc/24105/task/24111/stat : 24111 (java) S 24103 24105 23556 0 -1 64 440 0 0 0 27 1 0 0 16 0 8 0 155907608 937549824 19427 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24105/tid=24112] ppid=24103 vsize=915576 CPUtime=0
/proc/24105/task/24112/stat : 24112 (java) S 24103 24105 23556 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155907608 937549824 19427 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24105/tid=24113] ppid=24103 vsize=915576 CPUtime=0
/proc/24105/task/24113/stat : 24113 (java) S 24103 24105 23556 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155907608 937549824 19427 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1604.15
Current children cumulated vsize (KiB) 915576

[startup+1664.69 s]
/proc/loadavg: 1.00 1.00 1.03 2/72 24115
/proc/meminfo: memFree=1285760/2055920 swapFree=4191892/4192956
[pid=24105] ppid=24103 vsize=915576 CPUtime=1664.21
/proc/24105/stat : 24105 (java) R 24103 24105 23556 0 -1 0 19700 0 1 0 166406 15 0 0 25 0 8 0 155907600 937549824 19427 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073752841 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24105/statm: 228894 19427 2537 14 0 215364 0
[pid=24105/tid=24107] ppid=24103 vsize=915576 CPUtime=0.07
/proc/24105/task/24107/stat : 24107 (java) S 24103 24105 23556 0 -1 64 2619 0 0 0 7 0 0 0 16 0 8 0 155907605 937549824 19427 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24105/tid=24108] ppid=24103 vsize=915576 CPUtime=0
/proc/24105/task/24108/stat : 24108 (java) S 24103 24105 23556 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155907605 937549824 19427 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24105/tid=24109] ppid=24103 vsize=915576 CPUtime=0
/proc/24105/task/24109/stat : 24109 (java) S 24103 24105 23556 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155907605 937549824 19427 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24105/tid=24110] ppid=24103 vsize=915576 CPUtime=0
/proc/24105/task/24110/stat : 24110 (java) S 24103 24105 23556 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155907608 937549824 19427 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24105/tid=24111] ppid=24103 vsize=915576 CPUtime=0.28
/proc/24105/task/24111/stat : 24111 (java) S 24103 24105 23556 0 -1 64 440 0 0 0 27 1 0 0 16 0 8 0 155907608 937549824 19427 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24105/tid=24112] ppid=24103 vsize=915576 CPUtime=0
/proc/24105/task/24112/stat : 24112 (java) S 24103 24105 23556 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155907608 937549824 19427 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24105/tid=24113] ppid=24103 vsize=915576 CPUtime=0
/proc/24105/task/24113/stat : 24113 (java) S 24103 24105 23556 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155907608 937549824 19427 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1664.21
Current children cumulated vsize (KiB) 915576

[startup+1724.77 s]
/proc/loadavg: 1.00 1.00 1.02 2/72 24115
/proc/meminfo: memFree=1285760/2055920 swapFree=4191892/4192956
[pid=24105] ppid=24103 vsize=915576 CPUtime=1724.28
/proc/24105/stat : 24105 (java) R 24103 24105 23556 0 -1 0 19700 0 1 0 172413 15 0 0 25 0 8 0 155907600 937549824 19427 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073754848 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24105/statm: 228894 19427 2537 14 0 215364 0
[pid=24105/tid=24107] ppid=24103 vsize=915576 CPUtime=0.07
/proc/24105/task/24107/stat : 24107 (java) S 24103 24105 23556 0 -1 64 2619 0 0 0 7 0 0 0 16 0 8 0 155907605 937549824 19427 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24105/tid=24108] ppid=24103 vsize=915576 CPUtime=0
/proc/24105/task/24108/stat : 24108 (java) S 24103 24105 23556 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155907605 937549824 19427 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24105/tid=24109] ppid=24103 vsize=915576 CPUtime=0
/proc/24105/task/24109/stat : 24109 (java) S 24103 24105 23556 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155907605 937549824 19427 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24105/tid=24110] ppid=24103 vsize=915576 CPUtime=0
/proc/24105/task/24110/stat : 24110 (java) S 24103 24105 23556 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155907608 937549824 19427 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24105/tid=24111] ppid=24103 vsize=915576 CPUtime=0.28
/proc/24105/task/24111/stat : 24111 (java) S 24103 24105 23556 0 -1 64 440 0 0 0 27 1 0 0 16 0 8 0 155907608 937549824 19427 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24105/tid=24112] ppid=24103 vsize=915576 CPUtime=0
/proc/24105/task/24112/stat : 24112 (java) S 24103 24105 23556 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155907608 937549824 19427 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24105/tid=24113] ppid=24103 vsize=915576 CPUtime=0
/proc/24105/task/24113/stat : 24113 (java) S 24103 24105 23556 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155907608 937549824 19427 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1724.28
Current children cumulated vsize (KiB) 915576

[startup+1784.86 s]
/proc/loadavg: 1.00 1.00 1.02 2/72 24115
/proc/meminfo: memFree=1285696/2055920 swapFree=4191892/4192956
[pid=24105] ppid=24103 vsize=915576 CPUtime=1784.35
/proc/24105/stat : 24105 (java) R 24103 24105 23556 0 -1 0 19700 0 1 0 178420 15 0 0 25 0 8 0 155907600 937549824 19427 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073752908 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24105/statm: 228894 19427 2537 14 0 215364 0
[pid=24105/tid=24107] ppid=24103 vsize=915576 CPUtime=0.07
/proc/24105/task/24107/stat : 24107 (java) S 24103 24105 23556 0 -1 64 2619 0 0 0 7 0 0 0 16 0 8 0 155907605 937549824 19427 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24105/tid=24108] ppid=24103 vsize=915576 CPUtime=0
/proc/24105/task/24108/stat : 24108 (java) S 24103 24105 23556 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155907605 937549824 19427 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24105/tid=24109] ppid=24103 vsize=915576 CPUtime=0
/proc/24105/task/24109/stat : 24109 (java) S 24103 24105 23556 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155907605 937549824 19427 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24105/tid=24110] ppid=24103 vsize=915576 CPUtime=0
/proc/24105/task/24110/stat : 24110 (java) S 24103 24105 23556 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155907608 937549824 19427 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24105/tid=24111] ppid=24103 vsize=915576 CPUtime=0.28
/proc/24105/task/24111/stat : 24111 (java) S 24103 24105 23556 0 -1 64 440 0 0 0 27 1 0 0 16 0 8 0 155907608 937549824 19427 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24105/tid=24112] ppid=24103 vsize=915576 CPUtime=0
/proc/24105/task/24112/stat : 24112 (java) S 24103 24105 23556 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155907608 937549824 19427 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24105/tid=24113] ppid=24103 vsize=915576 CPUtime=0
/proc/24105/task/24113/stat : 24113 (java) S 24103 24105 23556 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155907608 937549824 19427 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1784.35
Current children cumulated vsize (KiB) 915576



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.58 s]
/proc/loadavg: 1.00 1.00 1.02 2/72 24115
/proc/meminfo: memFree=1285696/2055920 swapFree=4191892/4192956
[pid=24105] ppid=24103 vsize=915576 CPUtime=1800.07
/proc/24105/stat : 24105 (java) R 24103 24105 23556 0 -1 0 19700 0 1 0 179992 15 0 0 25 0 8 0 155907600 937549824 19427 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073756469 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24105/statm: 228894 19427 2537 14 0 215364 0
[pid=24105/tid=24107] ppid=24103 vsize=915576 CPUtime=0.07
/proc/24105/task/24107/stat : 24107 (java) S 24103 24105 23556 0 -1 64 2619 0 0 0 7 0 0 0 16 0 8 0 155907605 937549824 19427 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24105/tid=24108] ppid=24103 vsize=915576 CPUtime=0
/proc/24105/task/24108/stat : 24108 (java) S 24103 24105 23556 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155907605 937549824 19427 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24105/tid=24109] ppid=24103 vsize=915576 CPUtime=0
/proc/24105/task/24109/stat : 24109 (java) S 24103 24105 23556 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155907605 937549824 19427 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24105/tid=24110] ppid=24103 vsize=915576 CPUtime=0
/proc/24105/task/24110/stat : 24110 (java) S 24103 24105 23556 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155907608 937549824 19427 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24105/tid=24111] ppid=24103 vsize=915576 CPUtime=0.28
/proc/24105/task/24111/stat : 24111 (java) S 24103 24105 23556 0 -1 64 440 0 0 0 27 1 0 0 16 0 8 0 155907608 937549824 19427 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24105/tid=24112] ppid=24103 vsize=915576 CPUtime=0
/proc/24105/task/24112/stat : 24112 (java) S 24103 24105 23556 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155907608 937549824 19427 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24105/tid=24113] ppid=24103 vsize=915576 CPUtime=0
/proc/24105/task/24113/stat : 24113 (java) S 24103 24105 23556 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155907608 937549824 19427 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 915576

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

Child status: 143
Real time (s): 1800.62
CPU time (s): 1800.11
CPU user time (s): 1799.94
CPU system time (s): 0.168974
CPU usage (%): 99.9719
Max. virtual memory (cumulated for all children) (KiB): 915576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.94
system time used= 0.168974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19717
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= 37523
involuntary context switches= 4246

runsolver used 1.72874 s user time and 4.65929 s system time

The end

Launcher Data (download as text)

Begin job on node42 on Sat Jan  6 09:18:04 UTC 2007


IDJOB= 210548
IDBENCH= 4628
FILE ID= node42/210548-1168075084

PBS_JOBID= 3476018

Free space on /tmp= 66543 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  07c359a2fd7bf0c577888cebb1bb6544

RANDOM SEED= 751566943

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.229
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.229
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1354264 kB
Buffers:         49984 kB
Cached:         562836 kB
SwapCached:        268 kB
Active:         105124 kB
Inactive:       522436 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1354264 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            1952 kB
Writeback:           0 kB
Mapped:          23720 kB
Slab:            60168 kB
Committed_AS:  2673632 kB
PageTables:       1408 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= 66543 MiB



End job on node42 on Sat Jan  6 09:48:05 UTC 2007