Trace number 1044163

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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 112v4 AC? (TO) 1800.14 1803.14

General information on the benchmark

Namecsp/frb56-25/
normalized-frb56-25-2-mgd_ext.xml
MD5SUM6cffd350d706cc281e92ff54d514b179
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables56
Number of constraints511
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension511
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.07/2.37	
0.07/2.37	Abscon 112 (May, 2008)
0.19/2.60	
0.19/2.60	   configuration
0.19/2.60	     name=mac.xml
0.32/2.82	   
0.32/2.82	   instance
0.32/2.82	     name=HOME/instance-1044163-1215019152.xml
0.32/2.86	   
0.32/2.86	   domains being loaded...
0.32/2.87	   
0.32/2.87	   variables being loaded...
0.32/2.89	     nbVariables=56  nbDomainTypes=1  minDomainSize=25  maxDomainSize=25  nbTotalValues=1400
0.32/2.89	       =>  wckTime=0.297  cpuTime=0.1  mem=7M919
0.32/2.89	   
0.32/2.89	   relations being loaded...
0.56/3.01	   
0.56/3.01	   constraints being loaded...
0.81/3.22	     nbConstraints=511  nbRelationTypes=511  nbExtensionStructures=511  nbSharedExtensionStructures=0
0.81/3.22	     nbConflictsStructures=511  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=988  minDegree=7
0.81/3.22	     maxDegree=26  minArity=2  maxArity=2  nbGenerators=0  nbFusions=0  symmetryWckTime=0.059  symmetryCpuTime=0.04
0.81/3.22	       =>  wckTime=0.618  cpuTime=0.4  mem=26M522
0.81/3.29	   
0.81/3.29	   solver IterativeSystematicSolver being built... 
0.92/3.40	       =>  wckTime=0.801  cpuTime=0.51  mem=23M12
1.04/3.40	   
1.04/3.41	   preprocessing
1.04/3.41	     nbConstraintChecks=0  nbPropagations=56  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.04/3.41	     detectedInconsistency=no
1.04/3.41	       =>  wckTime=0.0060  cpuTime=0.0  mem=23M948
1.16/3.58	   
1.16/3.58	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=24M917)

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1044163-1215019152/watcher-1044163-1215019152 -o /tmp/evaluation-result-1044163-1215019152/solver-1044163-1215019152 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1044163-1215019152.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.43 0.37 0.30 3/73 15336
/proc/meminfo: memFree=732248/2055920 swapFree=4178936/4192956
[pid=15336] ppid=15334 vsize=200 CPUtime=0
/proc/15336/stat : 15336 (java) D 15334 15336 15231 0 -1 0 48 0 0 0 0 0 0 0 18 0 1 0 1980885701 204800 33 996147200 134512640 134550740 4294956144 18446744073709551615 1835812 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/15336/statm: 50 33 26 9 0 4 0

[startup+0.0648939 s]
/proc/loadavg: 1.43 0.37 0.30 3/73 15336
/proc/meminfo: memFree=732248/2055920 swapFree=4178936/4192956
[pid=15336] ppid=15334 vsize=200 CPUtime=0
/proc/15336/stat : 15336 (java) D 15334 15336 15231 0 -1 0 48 0 0 0 0 0 0 0 18 0 1 0 1980885701 204800 33 996147200 134512640 134550740 4294956144 18446744073709551615 1835812 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/15336/statm: 50 33 26 9 0 4 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 200

[startup+0.101898 s]
/proc/loadavg: 1.43 0.37 0.30 3/73 15336
/proc/meminfo: memFree=732248/2055920 swapFree=4178936/4192956
[pid=15336] ppid=15334 vsize=200 CPUtime=0
/proc/15336/stat : 15336 (java) D 15334 15336 15231 0 -1 0 48 0 0 0 0 0 0 0 18 0 1 0 1980885701 204800 33 996147200 134512640 134550740 4294956144 18446744073709551615 1835812 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/15336/statm: 50 33 26 9 0 4 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 200

[startup+0.30192 s]
/proc/loadavg: 1.43 0.37 0.30 3/73 15336
/proc/meminfo: memFree=732248/2055920 swapFree=4178936/4192956
[pid=15336] ppid=15334 vsize=10196 CPUtime=0
/proc/15336/stat : 15336 (java) D 15334 15336 15231 0 -1 0 356 0 1 0 0 0 0 0 18 0 1 0 1980885701 10440704 161 996147200 134512640 134550740 4294955984 18446744073709551615 1835940 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/15336/statm: 2549 161 134 9 0 1102 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10196

[startup+0.701966 s]
/proc/loadavg: 1.43 0.37 0.30 3/73 15336
/proc/meminfo: memFree=732248/2055920 swapFree=4178936/4192956
[pid=15336] ppid=15334 vsize=10820 CPUtime=0.01
/proc/15336/stat : 15336 (java) S 15334 15336 15231 0 -1 0 736 0 35 0 0 1 0 0 18 0 2 0 1980885701 11079680 542 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/15336/statm: 2705 542 260 9 0 1198 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10820

[startup+1.50105 s]
/proc/loadavg: 1.43 0.37 0.30 1/75 15338
/proc/meminfo: memFree=726920/2055920 swapFree=4178936/4192956
[pid=15336] ppid=15334 vsize=10904 CPUtime=0.01
/proc/15336/stat : 15336 (java) S 15334 15336 15231 0 -1 0 776 0 35 0 0 1 0 0 18 0 2 0 1980885701 11165696 564 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/15336/statm: 2726 564 277 9 0 1198 0
[pid=15336/tid=15338] ppid=15334 vsize=10904 CPUtime=0
/proc/15336/task/15338/stat : 15338 (java) D 15334 15336 15231 0 -1 64 134 0 1 0 0 0 0 0 18 0 2 0 1980885739 11165696 564 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744071563479169 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10904

[startup+3.10123 s]
/proc/loadavg: 1.43 0.37 0.30 1/77 15341
/proc/meminfo: memFree=719800/2055920 swapFree=4178936/4192956
[pid=15336] ppid=15334 vsize=867752 CPUtime=0.69
/proc/15336/stat : 15336 (java) S 15334 15336 15231 0 -1 0 9580 0 168 0 57 12 0 0 18 0 9 0 1980885701 888578048 9106 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15336/statm: 216938 9107 1979 9 0 211466 0
[pid=15336/tid=15338] ppid=15334 vsize=867752 CPUtime=0.55
/proc/15336/task/15338/stat : 15338 (java) R 15334 15336 15231 0 -1 64 8428 0 133 0 45 10 0 0 17 0 9 0 1980885739 888578048 9108 996147200 134512640 134550740 4294955984 18446744073709551615 4126744233 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15336/tid=15339] ppid=15334 vsize=867752 CPUtime=0
/proc/15336/task/15339/stat : 15339 (java) S 15334 15336 15231 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 1980885888 888578048 9108 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15336/tid=15340] ppid=15334 vsize=867752 CPUtime=0
/proc/15336/task/15340/stat : 15340 (java) S 15334 15336 15231 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 1980885890 888578048 9109 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15336/tid=15341] ppid=15334 vsize=867752 CPUtime=0
/proc/15336/task/15341/stat : 15341 (java) S 15334 15336 15231 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1980885890 888578048 9110 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 867752

[startup+6.30258 s]
/proc/loadavg: 1.56 0.41 0.32 3/81 15349
/proc/meminfo: memFree=315800/2055920 swapFree=4178936/4192956
[pid=15336] ppid=15334 vsize=868288 CPUtime=3.96
/proc/15336/stat : 15336 (java) S 15334 15336 15231 0 -1 0 20211 299 169 0 380 16 0 0 18 0 9 0 1980885701 889126912 12505 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15336/statm: 217072 12505 2632 9 0 211578 0
[pid=15336/tid=15338] ppid=15334 vsize=868288 CPUtime=3.6
/proc/15336/task/15338/stat : 15338 (java) R 15334 15336 15231 0 -1 64 13394 299 133 0 348 12 0 0 25 0 9 0 1980885739 889126912 12505 996147200 134512640 134550740 4294955984 18446744073709551615 4126375692 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15336/tid=15339] ppid=15334 vsize=868288 CPUtime=0.06
/proc/15336/task/15339/stat : 15339 (java) S 15334 15336 15231 0 -1 64 5302 299 1 0 6 0 0 0 17 0 9 0 1980885888 889126912 12505 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15336/tid=15340] ppid=15334 vsize=868288 CPUtime=0
/proc/15336/task/15340/stat : 15340 (java) S 15334 15336 15231 0 -1 64 14 299 0 0 0 0 0 0 16 0 9 0 1980885890 889126912 12505 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15336/tid=15341] ppid=15334 vsize=868288 CPUtime=0
/proc/15336/task/15341/stat : 15341 (java) S 15334 15336 15231 0 -1 64 8 299 0 0 0 0 0 0 16 0 9 0 1980885890 889126912 12505 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15336/tid=15342] ppid=15334 vsize=868288 CPUtime=0
/proc/15336/task/15342/stat : 15342 (java) S 15334 15336 15231 0 -1 64 1 299 0 0 0 0 0 0 18 0 9 0 1980885928 889126912 12505 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15336/tid=15343] ppid=15334 vsize=868288 CPUtime=0.26
/proc/15336/task/15343/stat : 15343 (java) S 15334 15336 15231 0 -1 64 712 299 1 0 25 1 0 0 15 0 9 0 1980885928 889126912 12505 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15336/tid=15344] ppid=15334 vsize=868288 CPUtime=0
/proc/15336/task/15344/stat : 15344 (java) S 15334 15336 15231 0 -1 64 2 299 0 0 0 0 0 0 19 0 9 0 1980885929 889126912 12505 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15336/tid=15345] ppid=15334 vsize=868288 CPUtime=0
/proc/15336/task/15345/stat : 15345 (java) S 15334 15336 15231 0 -1 64 4 299 0 0 0 0 0 0 15 0 9 0 1980885929 889126912 12505 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.96
Current children cumulated vsize (KiB) 868288

[startup+12.7023 s]
/proc/loadavg: 1.67 0.46 0.33 3/81 15376
/proc/meminfo: memFree=1881496/2055920 swapFree=4178936/4192956
[pid=15336] ppid=15334 vsize=868288 CPUtime=10.34
/proc/15336/stat : 15336 (java) S 15334 15336 15231 0 -1 0 20228 299 169 0 1016 18 0 0 18 0 9 0 1980885701 889126912 12506 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15336/statm: 217072 12506 2632 9 0 211578 0
[pid=15336/tid=15338] ppid=15334 vsize=868288 CPUtime=9.98
/proc/15336/task/15338/stat : 15338 (java) R 15334 15336 15231 0 -1 64 13397 299 133 0 984 14 0 0 25 0 9 0 1980885739 889126912 12506 996147200 134512640 134550740 4294955984 18446744073709551615 4126906873 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15336/tid=15339] ppid=15334 vsize=868288 CPUtime=0.06
/proc/15336/task/15339/stat : 15339 (java) S 15334 15336 15231 0 -1 64 5302 299 1 0 6 0 0 0 16 0 9 0 1980885888 889126912 12506 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15336/tid=15340] ppid=15334 vsize=868288 CPUtime=0
/proc/15336/task/15340/stat : 15340 (java) S 15334 15336 15231 0 -1 64 14 299 0 0 0 0 0 0 16 0 9 0 1980885890 889126912 12506 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15336/tid=15341] ppid=15334 vsize=868288 CPUtime=0
/proc/15336/task/15341/stat : 15341 (java) S 15334 15336 15231 0 -1 64 8 299 0 0 0 0 0 0 16 0 9 0 1980885890 889126912 12506 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15336/tid=15342] ppid=15334 vsize=868288 CPUtime=0
/proc/15336/task/15342/stat : 15342 (java) S 15334 15336 15231 0 -1 64 1 299 0 0 0 0 0 0 18 0 9 0 1980885928 889126912 12506 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15336/tid=15343] ppid=15334 vsize=868288 CPUtime=0.26
/proc/15336/task/15343/stat : 15343 (java) S 15334 15336 15231 0 -1 64 713 299 1 0 25 1 0 0 16 0 9 0 1980885928 889126912 12506 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15336/tid=15344] ppid=15334 vsize=868288 CPUtime=0
/proc/15336/task/15344/stat : 15344 (java) S 15334 15336 15231 0 -1 64 2 299 0 0 0 0 0 0 19 0 9 0 1980885929 889126912 12506 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15336/tid=15345] ppid=15334 vsize=868288 CPUtime=0
/proc/15336/task/15345/stat : 15345 (java) S 15334 15336 15231 0 -1 64 17 299 0 0 0 0 0 0 15 0 9 0 1980885929 889126912 12506 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.34
Current children cumulated vsize (KiB) 868288

[startup+25.5017 s]
/proc/loadavg: 1.75 0.53 0.36 3/81 15376
/proc/meminfo: memFree=1882072/2055920 swapFree=4178936/4192956
[pid=15336] ppid=15334 vsize=868288 CPUtime=23.14
/proc/15336/stat : 15336 (java) S 15334 15336 15231 0 -1 0 20229 299 169 0 2295 19 0 0 18 0 9 0 1980885701 889126912 12507 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15336/statm: 217072 12507 2632 9 0 211578 0
[pid=15336/tid=15338] ppid=15334 vsize=868288 CPUtime=22.78
/proc/15336/task/15338/stat : 15338 (java) R 15334 15336 15231 0 -1 64 13397 299 133 0 2263 15 0 0 25 0 9 0 1980885739 889126912 12507 996147200 134512640 134550740 4294955984 18446744073709551615 4126920532 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15336/tid=15339] ppid=15334 vsize=868288 CPUtime=0.06
/proc/15336/task/15339/stat : 15339 (java) S 15334 15336 15231 0 -1 64 5302 299 1 0 6 0 0 0 16 0 9 0 1980885888 889126912 12507 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15336/tid=15340] ppid=15334 vsize=868288 CPUtime=0
/proc/15336/task/15340/stat : 15340 (java) S 15334 15336 15231 0 -1 64 14 299 0 0 0 0 0 0 16 0 9 0 1980885890 889126912 12507 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15336/tid=15341] ppid=15334 vsize=868288 CPUtime=0
/proc/15336/task/15341/stat : 15341 (java) S 15334 15336 15231 0 -1 64 8 299 0 0 0 0 0 0 16 0 9 0 1980885890 889126912 12507 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15336/tid=15342] ppid=15334 vsize=868288 CPUtime=0
/proc/15336/task/15342/stat : 15342 (java) S 15334 15336 15231 0 -1 64 1 299 0 0 0 0 0 0 18 0 9 0 1980885928 889126912 12507 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15336/tid=15343] ppid=15334 vsize=868288 CPUtime=0.26
/proc/15336/task/15343/stat : 15343 (java) S 15334 15336 15231 0 -1 64 714 299 1 0 25 1 0 0 17 0 9 0 1980885928 889126912 12507 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15336/tid=15344] ppid=15334 vsize=868288 CPUtime=0
/proc/15336/task/15344/stat : 15344 (java) S 15334 15336 15231 0 -1 64 2 299 0 0 0 0 0 0 19 0 9 0 1980885929 889126912 12507 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15336/tid=15345] ppid=15334 vsize=868288 CPUtime=0
/proc/15336/task/15345/stat : 15345 (java) S 15334 15336 15231 0 -1 64 17 299 0 0 0 0 0 0 15 0 9 0 1980885929 889126912 12507 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 23.14
Current children cumulated vsize (KiB) 868288

[startup+51.1015 s]
/proc/loadavg: 1.83 0.65 0.40 3/81 15376
/proc/meminfo: memFree=1882200/2055920 swapFree=4178936/4192956
[pid=15336] ppid=15334 vsize=868288 CPUtime=48.73
/proc/15336/stat : 15336 (java) S 15334 15336 15231 0 -1 0 20230 299 169 0 4854 19 0 0 18 0 9 0 1980885701 889126912 12507 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15336/statm: 217072 12507 2632 9 0 211578 0
[pid=15336/tid=15338] ppid=15334 vsize=868288 CPUtime=48.36
/proc/15336/task/15338/stat : 15338 (java) R 15334 15336 15231 0 -1 64 13398 299 133 0 4821 15 0 0 25 0 9 0 1980885739 889126912 12507 996147200 134512640 134550740 4294955984 18446744073709551615 4126911277 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15336/tid=15339] ppid=15334 vsize=868288 CPUtime=0.06
/proc/15336/task/15339/stat : 15339 (java) S 15334 15336 15231 0 -1 64 5302 299 1 0 6 0 0 0 16 0 9 0 1980885888 889126912 12507 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15336/tid=15340] ppid=15334 vsize=868288 CPUtime=0
/proc/15336/task/15340/stat : 15340 (java) S 15334 15336 15231 0 -1 64 14 299 0 0 0 0 0 0 16 0 9 0 1980885890 889126912 12507 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15336/tid=15341] ppid=15334 vsize=868288 CPUtime=0
/proc/15336/task/15341/stat : 15341 (java) S 15334 15336 15231 0 -1 64 8 299 0 0 0 0 0 0 16 0 9 0 1980885890 889126912 12507 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15336/tid=15342] ppid=15334 vsize=868288 CPUtime=0
/proc/15336/task/15342/stat : 15342 (java) S 15334 15336 15231 0 -1 64 1 299 0 0 0 0 0 0 18 0 9 0 1980885928 889126912 12507 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15336/tid=15343] ppid=15334 vsize=868288 CPUtime=0.27
/proc/15336/task/15343/stat : 15343 (java) S 15334 15336 15231 0 -1 64 714 299 1 0 26 1 0 0 16 0 9 0 1980885928 889126912 12507 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15336/tid=15344] ppid=15334 vsize=868288 CPUtime=0
/proc/15336/task/15344/stat : 15344 (java) S 15334 15336 15231 0 -1 64 2 299 0 0 0 0 0 0 19 0 9 0 1980885929 889126912 12507 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15336/tid=15345] ppid=15334 vsize=868288 CPUtime=0
/proc/15336/task/15345/stat : 15345 (java) S 15334 15336 15231 0 -1 64 17 299 0 0 0 0 0 0 15 0 9 0 1980885929 889126912 12507 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 48.73
Current children cumulated vsize (KiB) 868288

[startup+102.306 s]
/proc/loadavg: 1.93 0.85 0.48 4/81 15376
/proc/meminfo: memFree=1882328/2055920 swapFree=4178936/4192956
[pid=15336] ppid=15334 vsize=868288 CPUtime=99.91
/proc/15336/stat : 15336 (java) S 15334 15336 15231 0 -1 0 20230 299 169 0 9972 19 0 0 18 0 9 0 1980885701 889126912 12507 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15336/statm: 217072 12507 2632 9 0 211578 0
[pid=15336/tid=15338] ppid=15334 vsize=868288 CPUtime=99.55
/proc/15336/task/15338/stat : 15338 (java) R 15334 15336 15231 0 -1 64 13398 299 133 0 9940 15 0 0 25 0 9 0 1980885739 889126912 12507 996147200 134512640 134550740 4294955984 18446744073709551615 4126904063 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15336/tid=15339] ppid=15334 vsize=868288 CPUtime=0.06
/proc/15336/task/15339/stat : 15339 (java) S 15334 15336 15231 0 -1 64 5302 299 1 0 6 0 0 0 16 0 9 0 1980885888 889126912 12507 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15336/tid=15340] ppid=15334 vsize=868288 CPUtime=0
/proc/15336/task/15340/stat : 15340 (java) S 15334 15336 15231 0 -1 64 14 299 0 0 0 0 0 0 16 0 9 0 1980885890 889126912 12507 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15336/tid=15341] ppid=15334 vsize=868288 CPUtime=0
/proc/15336/task/15341/stat : 15341 (java) S 15334 15336 15231 0 -1 64 8 299 0 0 0 0 0 0 16 0 9 0 1980885890 889126912 12507 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15336/tid=15342] ppid=15334 vsize=868288 CPUtime=0
/proc/15336/task/15342/stat : 15342 (java) S 15334 15336 15231 0 -1 64 1 299 0 0 0 0 0 0 18 0 9 0 1980885928 889126912 12507 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/15336/task/15341/stat : 15341 (java) S 15334 15336 15231 0 -1 64 8 299 0 0 0 0 0 0 16 0 9 0 1980885890 889126912 12509 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15336/tid=15342] ppid=15334 vsize=868288 CPUtime=0
/proc/15336/task/15342/stat : 15342 (java) S 15334 15336 15231 0 -1 64 1 299 0 0 0 0 0 0 18 0 9 0 1980885928 889126912 12509 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15336/tid=15343] ppid=15334 vsize=868288 CPUtime=0.27
/proc/15336/task/15343/stat : 15343 (java) S 15334 15336 15231 0 -1 64 724 299 1 0 26 1 0 0 16 0 9 0 1980885928 889126912 12509 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15336/tid=15344] ppid=15334 vsize=868288 CPUtime=0
/proc/15336/task/15344/stat : 15344 (java) S 15334 15336 15231 0 -1 64 2 299 0 0 0 0 0 0 19 0 9 0 1980885929 889126912 12509 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15336/tid=15345] ppid=15334 vsize=868288 CPUtime=0
/proc/15336/task/15345/stat : 15345 (java) S 15334 15336 15231 0 -1 64 17 299 0 0 0 0 0 0 15 0 9 0 1980885929 889126912 12509 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1539.38
Current children cumulated vsize (KiB) 868288

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.66 3/81 15378
/proc/meminfo: memFree=1881112/2055920 swapFree=4178936/4192956
[pid=15336] ppid=15334 vsize=868288 CPUtime=1599.36
/proc/15336/stat : 15336 (java) S 15334 15336 15231 0 -1 0 20241 299 169 0 159914 22 0 0 18 0 9 0 1980885701 889126912 12509 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15336/statm: 217072 12509 2632 9 0 211578 0
[pid=15336/tid=15338] ppid=15334 vsize=868288 CPUtime=1598.98
/proc/15336/task/15338/stat : 15338 (java) R 15334 15336 15231 0 -1 64 13399 299 133 0 159881 17 0 0 25 0 9 0 1980885739 889126912 12509 996147200 134512640 134550740 4294955984 18446744073709551615 4126904895 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15336/tid=15339] ppid=15334 vsize=868288 CPUtime=0.07
/proc/15336/task/15339/stat : 15339 (java) S 15334 15336 15231 0 -1 64 5302 299 1 0 6 1 0 0 16 0 9 0 1980885888 889126912 12509 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15336/tid=15340] ppid=15334 vsize=868288 CPUtime=0
/proc/15336/task/15340/stat : 15340 (java) S 15334 15336 15231 0 -1 64 14 299 0 0 0 0 0 0 16 0 9 0 1980885890 889126912 12509 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15336/tid=15341] ppid=15334 vsize=868288 CPUtime=0
/proc/15336/task/15341/stat : 15341 (java) S 15334 15336 15231 0 -1 64 8 299 0 0 0 0 0 0 16 0 9 0 1980885890 889126912 12509 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15336/tid=15342] ppid=15334 vsize=868288 CPUtime=0
/proc/15336/task/15342/stat : 15342 (java) S 15334 15336 15231 0 -1 64 1 299 0 0 0 0 0 0 18 0 9 0 1980885928 889126912 12509 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15336/tid=15343] ppid=15334 vsize=868288 CPUtime=0.27
/proc/15336/task/15343/stat : 15343 (java) S 15334 15336 15231 0 -1 64 724 299 1 0 26 1 0 0 16 0 9 0 1980885928 889126912 12509 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15336/tid=15344] ppid=15334 vsize=868288 CPUtime=0
/proc/15336/task/15344/stat : 15344 (java) S 15334 15336 15231 0 -1 64 2 299 0 0 0 0 0 0 19 0 9 0 1980885929 889126912 12509 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15336/tid=15345] ppid=15334 vsize=868288 CPUtime=0
/proc/15336/task/15345/stat : 15345 (java) S 15334 15336 15231 0 -1 64 17 299 0 0 0 0 0 0 15 0 9 0 1980885929 889126912 12509 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1599.36
Current children cumulated vsize (KiB) 868288

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.68 3/81 15378
/proc/meminfo: memFree=1881112/2055920 swapFree=4178936/4192956
[pid=15336] ppid=15334 vsize=868288 CPUtime=1659.34
/proc/15336/stat : 15336 (java) S 15334 15336 15231 0 -1 0 20242 299 169 0 165912 22 0 0 18 0 9 0 1980885701 889126912 12509 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15336/statm: 217072 12509 2632 9 0 211578 0
[pid=15336/tid=15338] ppid=15334 vsize=868288 CPUtime=1658.96
/proc/15336/task/15338/stat : 15338 (java) R 15334 15336 15231 0 -1 64 13400 299 133 0 165879 17 0 0 25 0 9 0 1980885739 889126912 12509 996147200 134512640 134550740 4294955984 18446744073709551615 4126920283 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15336/tid=15339] ppid=15334 vsize=868288 CPUtime=0.07
/proc/15336/task/15339/stat : 15339 (java) S 15334 15336 15231 0 -1 64 5302 299 1 0 6 1 0 0 16 0 9 0 1980885888 889126912 12509 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15336/tid=15340] ppid=15334 vsize=868288 CPUtime=0
/proc/15336/task/15340/stat : 15340 (java) S 15334 15336 15231 0 -1 64 14 299 0 0 0 0 0 0 16 0 9 0 1980885890 889126912 12509 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15336/tid=15341] ppid=15334 vsize=868288 CPUtime=0
/proc/15336/task/15341/stat : 15341 (java) S 15334 15336 15231 0 -1 64 8 299 0 0 0 0 0 0 16 0 9 0 1980885890 889126912 12509 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15336/tid=15342] ppid=15334 vsize=868288 CPUtime=0
/proc/15336/task/15342/stat : 15342 (java) S 15334 15336 15231 0 -1 64 1 299 0 0 0 0 0 0 18 0 9 0 1980885928 889126912 12509 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15336/tid=15343] ppid=15334 vsize=868288 CPUtime=0.27
/proc/15336/task/15343/stat : 15343 (java) S 15334 15336 15231 0 -1 64 724 299 1 0 26 1 0 0 16 0 9 0 1980885928 889126912 12509 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15336/tid=15344] ppid=15334 vsize=868288 CPUtime=0
/proc/15336/task/15344/stat : 15344 (java) S 15334 15336 15231 0 -1 64 2 299 0 0 0 0 0 0 19 0 9 0 1980885929 889126912 12509 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15336/tid=15345] ppid=15334 vsize=868288 CPUtime=0
/proc/15336/task/15345/stat : 15345 (java) S 15334 15336 15231 0 -1 64 17 299 0 0 0 0 0 0 15 0 9 0 1980885929 889126912 12509 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1659.34
Current children cumulated vsize (KiB) 868288

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.70 3/81 15378
/proc/meminfo: memFree=1881048/2055920 swapFree=4178936/4192956
[pid=15336] ppid=15334 vsize=868288 CPUtime=1719.31
/proc/15336/stat : 15336 (java) S 15334 15336 15231 0 -1 0 20242 299 169 0 171909 22 0 0 18 0 9 0 1980885701 889126912 12509 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15336/statm: 217072 12509 2632 9 0 211578 0
[pid=15336/tid=15338] ppid=15334 vsize=868288 CPUtime=1718.94
/proc/15336/task/15338/stat : 15338 (java) R 15334 15336 15231 0 -1 64 13400 299 133 0 171876 18 0 0 25 0 9 0 1980885739 889126912 12509 996147200 134512640 134550740 4294955984 18446744073709551615 4126920672 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15336/tid=15339] ppid=15334 vsize=868288 CPUtime=0.07
/proc/15336/task/15339/stat : 15339 (java) S 15334 15336 15231 0 -1 64 5302 299 1 0 6 1 0 0 16 0 9 0 1980885888 889126912 12509 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15336/tid=15340] ppid=15334 vsize=868288 CPUtime=0
/proc/15336/task/15340/stat : 15340 (java) S 15334 15336 15231 0 -1 64 14 299 0 0 0 0 0 0 16 0 9 0 1980885890 889126912 12509 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15336/tid=15341] ppid=15334 vsize=868288 CPUtime=0
/proc/15336/task/15341/stat : 15341 (java) S 15334 15336 15231 0 -1 64 8 299 0 0 0 0 0 0 16 0 9 0 1980885890 889126912 12509 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15336/tid=15342] ppid=15334 vsize=868288 CPUtime=0
/proc/15336/task/15342/stat : 15342 (java) S 15334 15336 15231 0 -1 64 1 299 0 0 0 0 0 0 18 0 9 0 1980885928 889126912 12509 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15336/tid=15343] ppid=15334 vsize=868288 CPUtime=0.27
/proc/15336/task/15343/stat : 15343 (java) S 15334 15336 15231 0 -1 64 724 299 1 0 26 1 0 0 16 0 9 0 1980885928 889126912 12509 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15336/tid=15344] ppid=15334 vsize=868288 CPUtime=0
/proc/15336/task/15344/stat : 15344 (java) S 15334 15336 15231 0 -1 64 2 299 0 0 0 0 0 0 19 0 9 0 1980885929 889126912 12509 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15336/tid=15345] ppid=15334 vsize=868288 CPUtime=0
/proc/15336/task/15345/stat : 15345 (java) S 15334 15336 15231 0 -1 64 17 299 0 0 0 0 0 0 15 0 9 0 1980885929 889126912 12509 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1719.31
Current children cumulated vsize (KiB) 868288

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.71 3/81 15378
/proc/meminfo: memFree=1880920/2055920 swapFree=4178936/4192956
[pid=15336] ppid=15334 vsize=868288 CPUtime=1779.29
/proc/15336/stat : 15336 (java) S 15334 15336 15231 0 -1 0 20242 299 169 0 177907 22 0 0 18 0 9 0 1980885701 889126912 12509 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15336/statm: 217072 12509 2632 9 0 211578 0
[pid=15336/tid=15338] ppid=15334 vsize=868288 CPUtime=1778.92
/proc/15336/task/15338/stat : 15338 (java) R 15334 15336 15231 0 -1 64 13400 299 133 0 177874 18 0 0 25 0 9 0 1980885739 889126912 12509 996147200 134512640 134550740 4294955984 18446744073709551615 4125952119 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15336/tid=15339] ppid=15334 vsize=868288 CPUtime=0.07
/proc/15336/task/15339/stat : 15339 (java) S 15334 15336 15231 0 -1 64 5302 299 1 0 6 1 0 0 16 0 9 0 1980885888 889126912 12509 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15336/tid=15340] ppid=15334 vsize=868288 CPUtime=0
/proc/15336/task/15340/stat : 15340 (java) S 15334 15336 15231 0 -1 64 14 299 0 0 0 0 0 0 16 0 9 0 1980885890 889126912 12509 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15336/tid=15341] ppid=15334 vsize=868288 CPUtime=0
/proc/15336/task/15341/stat : 15341 (java) S 15334 15336 15231 0 -1 64 8 299 0 0 0 0 0 0 16 0 9 0 1980885890 889126912 12509 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15336/tid=15342] ppid=15334 vsize=868288 CPUtime=0
/proc/15336/task/15342/stat : 15342 (java) S 15334 15336 15231 0 -1 64 1 299 0 0 0 0 0 0 18 0 9 0 1980885928 889126912 12509 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15336/tid=15343] ppid=15334 vsize=868288 CPUtime=0.27
/proc/15336/task/15343/stat : 15343 (java) S 15334 15336 15231 0 -1 64 724 299 1 0 26 1 0 0 16 0 9 0 1980885928 889126912 12509 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15336/tid=15344] ppid=15334 vsize=868288 CPUtime=0
/proc/15336/task/15344/stat : 15344 (java) S 15334 15336 15231 0 -1 64 2 299 0 0 0 0 0 0 19 0 9 0 1980885929 889126912 12509 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15336/tid=15345] ppid=15334 vsize=868288 CPUtime=0
/proc/15336/task/15345/stat : 15345 (java) S 15334 15336 15231 0 -1 64 17 299 0 0 0 0 0 0 15 0 9 0 1980885929 889126912 12509 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1779.29
Current children cumulated vsize (KiB) 868288



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.1 s]
/proc/loadavg: 1.99 1.97 1.72 3/81 15378
/proc/meminfo: memFree=1880920/2055920 swapFree=4178936/4192956
[pid=15336] ppid=15334 vsize=868288 CPUtime=1800.09
/proc/15336/stat : 15336 (java) S 15334 15336 15231 0 -1 0 20242 299 169 0 179987 22 0 0 18 0 9 0 1980885701 889126912 12509 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15336/statm: 217072 12509 2632 9 0 211578 0
[pid=15336/tid=15338] ppid=15334 vsize=868288 CPUtime=1799.71
/proc/15336/task/15338/stat : 15338 (java) R 15334 15336 15231 0 -1 64 13400 299 133 0 179953 18 0 0 25 0 9 0 1980885739 889126912 12509 996147200 134512640 134550740 4294955984 18446744073709551615 4126930476 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15336/tid=15339] ppid=15334 vsize=868288 CPUtime=0.07
/proc/15336/task/15339/stat : 15339 (java) S 15334 15336 15231 0 -1 64 5302 299 1 0 6 1 0 0 16 0 9 0 1980885888 889126912 12509 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15336/tid=15340] ppid=15334 vsize=868288 CPUtime=0
/proc/15336/task/15340/stat : 15340 (java) S 15334 15336 15231 0 -1 64 14 299 0 0 0 0 0 0 16 0 9 0 1980885890 889126912 12509 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15336/tid=15341] ppid=15334 vsize=868288 CPUtime=0
/proc/15336/task/15341/stat : 15341 (java) S 15334 15336 15231 0 -1 64 8 299 0 0 0 0 0 0 16 0 9 0 1980885890 889126912 12509 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15336/tid=15342] ppid=15334 vsize=868288 CPUtime=0
/proc/15336/task/15342/stat : 15342 (java) S 15334 15336 15231 0 -1 64 1 299 0 0 0 0 0 0 18 0 9 0 1980885928 889126912 12509 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15336/tid=15343] ppid=15334 vsize=868288 CPUtime=0.27
/proc/15336/task/15343/stat : 15343 (java) S 15334 15336 15231 0 -1 64 724 299 1 0 26 1 0 0 16 0 9 0 1980885928 889126912 12509 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15336/tid=15344] ppid=15334 vsize=868288 CPUtime=0
/proc/15336/task/15344/stat : 15344 (java) S 15334 15336 15231 0 -1 64 2 299 0 0 0 0 0 0 19 0 9 0 1980885929 889126912 12509 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15336/tid=15345] ppid=15334 vsize=868288 CPUtime=0
/proc/15336/task/15345/stat : 15345 (java) S 15334 15336 15231 0 -1 64 17 299 0 0 0 0 0 0 15 0 9 0 1980885929 889126912 12509 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 868288

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

Solver just ended. Dumping a history of the last processes samples

[startup+1803.1 s]
/proc/loadavg: 1.99 1.97 1.72 3/81 15378
/proc/meminfo: memFree=1880920/2055920 swapFree=4178936/4192956
[pid=15336] ppid=15334 vsize=868288 CPUtime=1800.09
/proc/15336/stat : 15336 (java) S 15334 15336 15231 0 -1 0 20242 299 169 0 179987 22 0 0 18 0 9 0 1980885701 889126912 12509 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15336/statm: 217072 12509 2632 9 0 211578 0
[pid=15336/tid=15338] ppid=15334 vsize=868288 CPUtime=1799.71
/proc/15336/task/15338/stat : 15338 (java) R 15334 15336 15231 0 -1 64 13400 299 133 0 179953 18 0 0 25 0 9 0 1980885739 889126912 12509 996147200 134512640 134550740 4294955984 18446744073709551615 4126930476 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15336/tid=15339] ppid=15334 vsize=868288 CPUtime=0.07
/proc/15336/task/15339/stat : 15339 (java) S 15334 15336 15231 0 -1 64 5302 299 1 0 6 1 0 0 16 0 9 0 1980885888 889126912 12509 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15336/tid=15340] ppid=15334 vsize=868288 CPUtime=0
/proc/15336/task/15340/stat : 15340 (java) S 15334 15336 15231 0 -1 64 14 299 0 0 0 0 0 0 16 0 9 0 1980885890 889126912 12509 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15336/tid=15341] ppid=15334 vsize=868288 CPUtime=0
/proc/15336/task/15341/stat : 15341 (java) S 15334 15336 15231 0 -1 64 8 299 0 0 0 0 0 0 16 0 9 0 1980885890 889126912 12509 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15336/tid=15342] ppid=15334 vsize=868288 CPUtime=0
/proc/15336/task/15342/stat : 15342 (java) S 15334 15336 15231 0 -1 64 1 299 0 0 0 0 0 0 18 0 9 0 1980885928 889126912 12509 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15336/tid=15343] ppid=15334 vsize=868288 CPUtime=0.27
/proc/15336/task/15343/stat : 15343 (java) S 15334 15336 15231 0 -1 64 724 299 1 0 26 1 0 0 16 0 9 0 1980885928 889126912 12509 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15336/tid=15344] ppid=15334 vsize=868288 CPUtime=0
/proc/15336/task/15344/stat : 15344 (java) S 15334 15336 15231 0 -1 64 2 299 0 0 0 0 0 0 19 0 9 0 1980885929 889126912 12509 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15336/tid=15345] ppid=15334 vsize=868288 CPUtime=0
/proc/15336/task/15345/stat : 15345 (java) S 15334 15336 15231 0 -1 64 17 299 0 0 0 0 0 0 15 0 9 0 1980885929 889126912 12509 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 868288

Child status: 143
Real time (s): 1803.14
CPU time (s): 1800.14
CPU user time (s): 1799.89
CPU system time (s): 0.243962
CPU usage (%): 99.8337
Max. virtual memory (cumulated for all children) (KiB): 868288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.89
system time used= 0.243962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20574
page faults= 169
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37691
involuntary context switches= 7044

runsolver used 2.23566 second user time and 5.97709 second system time

The end

Launcher Data (download as text)

Begin job on node64 at 2008-07-02 19:19:13
IDJOB=1044163
IDBENCH=53431
IDSOLVER=363
FILE ID=node64/1044163-1215019152
PBS_JOBID= 7874341
Free space on /tmp= 66100 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/frb56-25/normalized-frb56-25-2-mgd_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1044163-1215019152/watcher-1044163-1215019152 -o /tmp/evaluation-result-1044163-1215019152/solver-1044163-1215019152 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1044163-1215019152.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6cffd350d706cc281e92ff54d514b179
RANDOM SEED=1716514297

node64.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.248
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.248
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:        732728 kB
Buffers:          1136 kB
Cached:         419592 kB
SwapCached:       7196 kB
Active:         835760 kB
Inactive:       403392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        732728 kB
SwapTotal:     4192956 kB
SwapFree:      4178936 kB
Dirty:           49856 kB
Writeback:       72340 kB
Mapped:         826092 kB
Slab:            67452 kB
Committed_AS:  4741328 kB
PageTables:       3296 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66548 MiB
End job on node64 at 2008-07-02 19:49:19