Trace number 2098383

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 1813.85

General information on the benchmark

Namecsp/bibdVariousK/
normalized-bibd-16-24-9-6-3_glb.xml
MD5SUMd8964aa23b53ca448f385c0392ae4569
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.05884
Satisfiable
(Un)Satisfiability was proved
Number of variables3264
Number of constraints3040
Maximum constraint arity24
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2880
Global constraints used (with number of constraints)weightedsum(160)

Solver Data

0.01/0.09	
0.01/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.18/0.30	   
0.27/0.30	   instance
0.27/0.30	     name=HOME/instance-2098383-1247414583.xml
0.27/0.34	   
0.27/0.34	   domains being loaded...
0.27/0.35	   
0.27/0.35	   variables being loaded...
0.68/0.73	     nbVariables=3264  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=6528
0.68/0.73	       =>  wckTime=0.484  cpuTime=0.34  mem=16M702
0.68/0.73	   
0.68/0.73	   predicates being loaded...
0.68/0.80	   
0.68/0.80	   constraints being loaded...
5.12/5.25	     nbConstraints=3078  nbGlobalConstraints=198  nbConflictsStructures=1  nbSharedConflictsStructures=2879
5.12/5.25	     nbSharedBinaryRepresentations=0  nbEvaluationManagers=1  nbSharedEvaluationManagers=2879  minDegree=4  maxDegree=21
5.12/5.25	     minArity=3  avgArity=9.53  maxArity=720  nbGenerators=38  nbFusions=0  symmetryWckTime=3.761  symmetryCpuTime=3.15
5.12/5.25	       =>  wckTime=5.0  cpuTime=4.13  mem=45M435
5.23/5.35	   
5.23/5.35	   solver IterativeSystematicSolver being built... 
5.32/5.49	   
5.32/5.49	   INFO : Forward propagation technique limited 
5.51/5.70	       =>  wckTime=5.452  cpuTime=4.4  mem=17M716
5.61/5.73	   
5.61/5.73	   preprocessing
5.61/5.73	     nbConstraintChecks=0  nbPropagations=3264  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
5.61/5.73	     detectedInconsistency=no
5.61/5.73	       =>  wckTime=0.027  cpuTime=0.02  mem=18M706

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2098383-1247414583/watcher-2098383-1247414583 -o /tmp/evaluation-result-2098383-1247414583/solver-2098383-1247414583 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2098383-1247414583.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): 2000 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


[startup+0 s]
/proc/loadavg: 1.99 2.00 1.99 3/80 654
/proc/meminfo: memFree=1733096/2055920 swapFree=4192812/4192956
[pid=654] ppid=652 vsize=10676 CPUtime=0
/proc/654/stat : 654 (java) S 652 654 31026 0 -1 0 678 0 0 0 0 0 0 0 18 0 2 0 28521570 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/654/statm: 2669 474 207 9 0 1184 0
[pid=654/tid=655] ppid=652 vsize=10676 CPUtime=0
/proc/654/task/655/stat : 655 (java) R 652 654 31026 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 28521572 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 8241112 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.032582 s]
/proc/loadavg: 1.99 2.00 1.99 3/80 654
/proc/meminfo: memFree=1733096/2055920 swapFree=4192812/4192956
[pid=654] ppid=652 vsize=861936 CPUtime=0.01
/proc/654/stat : 654 (java) S 652 654 31026 0 -1 0 1878 0 1 0 0 1 0 0 18 0 5 0 28521570 882622464 1563 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/654/statm: 215484 1563 686 9 0 210399 0
[pid=654/tid=655] ppid=652 vsize=861936 CPUtime=0
/proc/654/task/655/stat : 655 (java) S 652 654 31026 0 -1 64 1187 0 1 0 0 0 0 0 19 0 5 0 28521572 882622464 1563 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 861936

[startup+0.102676 s]
/proc/loadavg: 1.99 2.00 1.99 3/80 654
/proc/meminfo: memFree=1733096/2055920 swapFree=4192812/4192956
[pid=654] ppid=652 vsize=865984 CPUtime=0.07
/proc/654/stat : 654 (java) S 652 654 31026 0 -1 0 3724 0 1 0 6 1 0 0 18 0 9 0 28521570 886767616 3192 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/654/statm: 216496 3192 1690 9 0 210981 0
[pid=654/tid=655] ppid=652 vsize=865984 CPUtime=0.07
/proc/654/task/655/stat : 655 (java) R 652 654 31026 0 -1 64 2816 0 1 0 6 1 0 0 18 0 9 0 28521572 886767616 3192 996147200 134512640 134550932 4294955968 18446744073709551615 102860796 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865984

[startup+0.302707 s]
/proc/loadavg: 1.99 2.00 1.99 3/80 654
/proc/meminfo: memFree=1733096/2055920 swapFree=4192812/4192956
[pid=654] ppid=652 vsize=866224 CPUtime=0.27
/proc/654/stat : 654 (java) S 652 654 31026 0 -1 0 5787 0 1 0 24 3 0 0 18 0 9 0 28521570 887013376 5153 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/654/statm: 216556 5153 1980 9 0 211014 0
[pid=654/tid=655] ppid=652 vsize=866224 CPUtime=0.25
/proc/654/task/655/stat : 655 (java) R 652 654 31026 0 -1 64 4857 0 1 0 22 3 0 0 18 0 9 0 28521572 887013376 5153 996147200 134512640 134550932 4294955968 18446744073709551615 4125960326 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 866224

[startup+0.702781 s]
/proc/loadavg: 1.99 2.00 1.99 3/80 654
/proc/meminfo: memFree=1733096/2055920 swapFree=4192812/4192956
[pid=654] ppid=652 vsize=867404 CPUtime=0.68
/proc/654/stat : 654 (java) S 652 654 31026 0 -1 0 8332 0 1 0 63 5 0 0 18 0 9 0 28521570 888221696 7694 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/654/statm: 216851 7694 1999 9 0 211309 0
[pid=654/tid=655] ppid=652 vsize=867404 CPUtime=0.53
/proc/654/task/655/stat : 655 (java) R 652 654 31026 0 -1 64 7062 0 1 0 49 4 0 0 20 0 9 0 28521572 888221696 7694 996147200 134512640 134550932 4294955968 18446744073709551615 4126538431 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867404

[startup+1.50191 s]
/proc/loadavg: 1.99 2.00 1.99 3/89 663
/proc/meminfo: memFree=1697696/2055920 swapFree=4192812/4192956
[pid=654] ppid=652 vsize=867628 CPUtime=1.46
/proc/654/stat : 654 (java) S 652 654 31026 0 -1 0 15549 0 1 0 126 20 0 0 18 0 9 0 28521570 888451072 14902 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/654/statm: 216907 14902 2042 9 0 211343 0
[pid=654/tid=655] ppid=652 vsize=867628 CPUtime=1.2
/proc/654/task/655/stat : 655 (java) R 652 654 31026 0 -1 64 14150 0 1 0 101 19 0 0 25 0 9 0 28521572 888451072 14902 996147200 134512640 134550932 4294955968 18446744073709551615 102837057 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=654/tid=657] ppid=652 vsize=867628 CPUtime=0
/proc/654/task/657/stat : 657 (java) S 652 654 31026 0 -1 64 3 0 0 0 0 0 0 0 17 0 9 0 28521573 888451072 14902 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=654/tid=658] ppid=652 vsize=867628 CPUtime=0
/proc/654/task/658/stat : 658 (java) S 652 654 31026 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 28521573 888451072 14902 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=654/tid=659] ppid=652 vsize=867628 CPUtime=0
/proc/654/task/659/stat : 659 (java) S 652 654 31026 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 28521573 888451072 14902 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=654/tid=660] ppid=652 vsize=867628 CPUtime=0
/proc/654/task/660/stat : 660 (java) S 652 654 31026 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28521576 888451072 14902 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=654/tid=661] ppid=652 vsize=867628 CPUtime=0.24
/proc/654/task/661/stat : 661 (java) S 652 654 31026 0 -1 64 701 0 0 0 24 0 0 0 16 0 9 0 28521576 888451072 14902 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=654/tid=662] ppid=652 vsize=867628 CPUtime=0
/proc/654/task/662/stat : 662 (java) S 652 654 31026 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28521576 888451072 14902 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=654/tid=663] ppid=652 vsize=867628 CPUtime=0
/proc/654/task/663/stat : 663 (java) S 652 654 31026 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28521576 888451072 14902 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867628

[startup+3.10118 s]
/proc/loadavg: 1.99 2.00 1.99 3/91 665
/proc/meminfo: memFree=1663568/2055920 swapFree=4192812/4192956
[pid=654] ppid=652 vsize=867864 CPUtime=3.05
/proc/654/stat : 654 (java) S 652 654 31026 0 -1 0 44194 895 1 0 240 27 37 1 18 0 9 0 28521570 888692736 20530 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/654/statm: 216966 20530 2045 9 0 211424 0
[pid=654/tid=655] ppid=652 vsize=867864 CPUtime=2.61
/proc/654/task/655/stat : 655 (java) R 652 654 31026 0 -1 64 28929 895 1 0 201 22 37 1 23 0 9 0 28521572 888692736 20530 996147200 134512640 134550932 4294955968 18446744073709551615 4127162822 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=654/tid=657] ppid=652 vsize=867864 CPUtime=0.5
/proc/654/task/657/stat : 657 (java) S 652 654 31026 0 -1 64 13467 895 0 0 10 2 37 1 17 0 9 0 28521573 888692736 20530 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=654/tid=658] ppid=652 vsize=867864 CPUtime=0.38
/proc/654/task/658/stat : 658 (java) S 652 654 31026 0 -1 64 26 895 0 0 0 0 37 1 17 0 9 0 28521573 888692736 20530 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=654/tid=659] ppid=652 vsize=867864 CPUtime=0.38
/proc/654/task/659/stat : 659 (java) S 652 654 31026 0 -1 64 20 895 0 0 0 0 37 1 16 0 9 0 28521573 888692736 20530 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=654/tid=660] ppid=652 vsize=867864 CPUtime=0.38
/proc/654/task/660/stat : 660 (java) S 652 654 31026 0 -1 64 2 895 0 0 0 0 37 1 18 0 9 0 28521576 888692736 20530 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=654/tid=661] ppid=652 vsize=867864 CPUtime=0.65
/proc/654/task/661/stat : 661 (java) S 652 654 31026 0 -1 64 943 895 0 0 27 0 37 1 15 0 9 0 28521576 888692736 20530 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=654/tid=662] ppid=652 vsize=867864 CPUtime=0.38
/proc/654/task/662/stat : 662 (java) S 652 654 31026 0 -1 64 0 895 0 0 0 0 37 1 19 0 9 0 28521576 888692736 20530 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=654/tid=663] ppid=652 vsize=867864 CPUtime=0.38
/proc/654/task/663/stat : 663 (java) S 652 654 31026 0 -1 64 9 895 0 0 0 0 37 1 15 0 9 0 28521576 888692736 20530 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867864

[startup+6.30172 s]
/proc/loadavg: 1.99 2.00 1.99 3/89 667
/proc/meminfo: memFree=1654808/2055920 swapFree=4192812/4192956
[pid=654] ppid=652 vsize=867968 CPUtime=6.21
/proc/654/stat : 654 (java) S 652 654 31026 0 -1 0 47147 895 1 0 554 29 37 1 18 0 9 0 28521570 888799232 22074 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/654/statm: 216992 22074 2641 9 0 211450 0
[pid=654/tid=655] ppid=652 vsize=867968 CPUtime=5.51
/proc/654/task/655/stat : 655 (java) R 652 654 31026 0 -1 64 29129 895 1 0 490 23 37 1 25 0 9 0 28521572 888799232 22074 996147200 134512640 134550932 4294955968 18446744073709551615 4127328227 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=654/tid=657] ppid=652 vsize=867968 CPUtime=0.65
/proc/654/task/657/stat : 657 (java) S 652 654 31026 0 -1 64 16068 895 0 0 24 3 37 1 16 0 9 0 28521573 888799232 22074 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=654/tid=658] ppid=652 vsize=867968 CPUtime=0.38
/proc/654/task/658/stat : 658 (java) S 652 654 31026 0 -1 64 26 895 0 0 0 0 37 1 16 0 9 0 28521573 888799232 22074 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=654/tid=659] ppid=652 vsize=867968 CPUtime=0.38
/proc/654/task/659/stat : 659 (java) S 652 654 31026 0 -1 64 35 895 0 0 0 0 37 1 15 0 9 0 28521573 888799232 22074 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=654/tid=660] ppid=652 vsize=867968 CPUtime=0.38
/proc/654/task/660/stat : 660 (java) S 652 654 31026 0 -1 64 2 895 0 0 0 0 37 1 18 0 9 0 28521576 888799232 22074 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=654/tid=661] ppid=652 vsize=867968 CPUtime=0.78
/proc/654/task/661/stat : 661 (java) S 652 654 31026 0 -1 64 1059 895 0 0 39 1 37 1 15 0 9 0 28521576 888799232 22074 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=654/tid=662] ppid=652 vsize=867968 CPUtime=0.38
/proc/654/task/662/stat : 662 (java) S 652 654 31026 0 -1 64 0 895 0 0 0 0 37 1 19 0 9 0 28521576 888799232 22074 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=654/tid=663] ppid=652 vsize=867968 CPUtime=0.38
/proc/654/task/663/stat : 663 (java) S 652 654 31026 0 -1 64 30 895 0 0 0 0 37 1 15 0 9 0 28521576 888799232 22074 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 867968

[startup+12.7018 s]
/proc/loadavg: 2.07 2.02 2.00 3/89 667
/proc/meminfo: memFree=1654168/2055920 swapFree=4192812/4192956
[pid=654] ppid=652 vsize=867968 CPUtime=12.55
/proc/654/stat : 654 (java) S 652 654 31026 0 -1 0 47170 895 1 0 1188 29 37 1 18 0 9 0 28521570 888799232 22093 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/654/statm: 216992 22093 2641 9 0 211450 0
[pid=654/tid=655] ppid=652 vsize=867968 CPUtime=11.81
/proc/654/task/655/stat : 655 (java) R 652 654 31026 0 -1 64 29130 895 1 0 1120 23 37 1 25 0 9 0 28521572 888799232 22093 996147200 134512640 134550932 4294955968 18446744073709551615 4127121917 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=654/tid=657] ppid=652 vsize=867968 CPUtime=0.65
/proc/654/task/657/stat : 657 (java) S 652 654 31026 0 -1 64 16068 895 0 0 24 3 37 1 16 0 9 0 28521573 888799232 22093 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=654/tid=658] ppid=652 vsize=867968 CPUtime=0.38
/proc/654/task/658/stat : 658 (java) S 652 654 31026 0 -1 64 26 895 0 0 0 0 37 1 16 0 9 0 28521573 888799232 22093 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=654/tid=659] ppid=652 vsize=867968 CPUtime=0.38
/proc/654/task/659/stat : 659 (java) S 652 654 31026 0 -1 64 35 895 0 0 0 0 37 1 15 0 9 0 28521573 888799232 22093 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=654/tid=660] ppid=652 vsize=867968 CPUtime=0.38
/proc/654/task/660/stat : 660 (java) S 652 654 31026 0 -1 64 2 895 0 0 0 0 37 1 18 0 9 0 28521576 888799232 22093 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=654/tid=661] ppid=652 vsize=867968 CPUtime=0.82
/proc/654/task/661/stat : 661 (java) S 652 654 31026 0 -1 64 1081 895 0 0 43 1 37 1 16 0 9 0 28521576 888799232 22093 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=654/tid=662] ppid=652 vsize=867968 CPUtime=0.38
/proc/654/task/662/stat : 662 (java) S 652 654 31026 0 -1 64 0 895 0 0 0 0 37 1 19 0 9 0 28521576 888799232 22093 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=654/tid=663] ppid=652 vsize=867968 CPUtime=0.38
/proc/654/task/663/stat : 663 (java) S 652 654 31026 0 -1 64 30 895 0 0 0 0 37 1 15 0 9 0 28521576 888799232 22093 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 867968

[startup+25.5029 s]
/proc/loadavg: 2.06 2.02 2.00 3/89 667
/proc/meminfo: memFree=1654296/2055920 swapFree=4192812/4192956
[pid=654] ppid=652 vsize=867968 CPUtime=25.23
/proc/654/stat : 654 (java) S 652 654 31026 0 -1 0 47173 895 1 0 2456 29 37 1 18 0 9 0 28521570 888799232 22095 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/654/statm: 216992 22095 2641 9 0 211450 0
[pid=654/tid=655] ppid=652 vsize=867968 CPUtime=24.48
/proc/654/task/655/stat : 655 (java) R 652 654 31026 0 -1 64 29131 895 1 0 2387 23 37 1 25 0 9 0 28521572 888799232 22095 996147200 134512640 134550932 4294955968 18446744073709551615 4127344275 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=654/tid=657] ppid=652 vsize=867968 CPUtime=0.65
/proc/654/task/657/stat : 657 (java) S 652 654 31026 0 -1 64 16068 895 0 0 24 3 37 1 16 0 9 0 28521573 888799232 22095 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=654/tid=658] ppid=652 vsize=867968 CPUtime=0.38
/proc/654/task/658/stat : 658 (java) S 652 654 31026 0 -1 64 26 895 0 0 0 0 37 1 16 0 9 0 28521573 888799232 22095 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=654/tid=659] ppid=652 vsize=867968 CPUtime=0.38
/proc/654/task/659/stat : 659 (java) S 652 654 31026 0 -1 64 35 895 0 0 0 0 37 1 15 0 9 0 28521573 888799232 22095 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=654/tid=660] ppid=652 vsize=867968 CPUtime=0.38
/proc/654/task/660/stat : 660 (java) S 652 654 31026 0 -1 64 2 895 0 0 0 0 37 1 18 0 9 0 28521576 888799232 22095 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=654/tid=661] ppid=652 vsize=867968 CPUtime=0.82
/proc/654/task/661/stat : 661 (java) S 652 654 31026 0 -1 64 1083 895 0 0 43 1 37 1 17 0 9 0 28521576 888799232 22095 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=654/tid=662] ppid=652 vsize=867968 CPUtime=0.38
/proc/654/task/662/stat : 662 (java) S 652 654 31026 0 -1 64 0 895 0 0 0 0 37 1 19 0 9 0 28521576 888799232 22095 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=654/tid=663] ppid=652 vsize=867968 CPUtime=0.38
/proc/654/task/663/stat : 663 (java) S 652 654 31026 0 -1 64 30 895 0 0 0 0 37 1 15 0 9 0 28521576 888799232 22095 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 867968

[startup+51.1022 s]
/proc/loadavg: 2.04 2.01 2.00 3/89 667
/proc/meminfo: memFree=1654360/2055920 swapFree=4192812/4192956
[pid=654] ppid=652 vsize=867968 CPUtime=50.59
/proc/654/stat : 654 (java) S 652 654 31026 0 -1 0 47173 895 1 0 4992 29 37 1 18 0 9 0 28521570 888799232 22095 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/654/statm: 216992 22095 2641 9 0 211450 0
[pid=654/tid=655] ppid=652 vsize=867968 CPUtime=49.84
/proc/654/task/655/stat : 655 (java) R 652 654 31026 0 -1 64 29131 895 1 0 4923 23 37 1 25 0 9 0 28521572 888799232 22095 996147200 134512640 134550932 4294955968 18446744073709551615 4126828823 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=654/tid=657] ppid=652 vsize=867968 CPUtime=0.65
/proc/654/task/657/stat : 657 (java) S 652 654 31026 0 -1 64 16068 895 0 0 24 3 37 1 16 0 9 0 28521573 888799232 22095 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0

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

/proc/654/task/659/stat : 659 (java) S 652 654 31026 0 -1 64 35 895 0 0 0 0 37 1 15 0 9 0 28521573 888799232 22095 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=654/tid=660] ppid=652 vsize=867968 CPUtime=0.38
/proc/654/task/660/stat : 660 (java) S 652 654 31026 0 -1 64 2 895 0 0 0 0 37 1 18 0 9 0 28521576 888799232 22095 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=654/tid=661] ppid=652 vsize=867968 CPUtime=0.82
/proc/654/task/661/stat : 661 (java) S 652 654 31026 0 -1 64 1083 895 0 0 43 1 37 1 16 0 9 0 28521576 888799232 22095 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=654/tid=662] ppid=652 vsize=867968 CPUtime=0.38
/proc/654/task/662/stat : 662 (java) S 652 654 31026 0 -1 64 0 895 0 0 0 0 37 1 19 0 9 0 28521576 888799232 22095 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=654/tid=663] ppid=652 vsize=867968 CPUtime=0.38
/proc/654/task/663/stat : 663 (java) S 652 654 31026 0 -1 64 30 895 0 0 0 0 37 1 15 0 9 0 28521576 888799232 22095 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1468.73
Current children cumulated vsize (KiB) 867968

[startup+1542.3 s]
/proc/loadavg: 1.98 2.00 2.00 3/89 741
/proc/meminfo: memFree=1644760/2055920 swapFree=4192812/4192956
[pid=654] ppid=652 vsize=867968 CPUtime=1528.7
/proc/654/stat : 654 (java) S 652 654 31026 0 -1 0 47173 895 1 0 152801 31 37 1 18 0 9 0 28521570 888799232 22095 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/654/statm: 216992 22095 2641 9 0 211450 0
[pid=654/tid=655] ppid=652 vsize=867968 CPUtime=1527.96
/proc/654/task/655/stat : 655 (java) R 652 654 31026 0 -1 64 29131 895 1 0 152733 25 37 1 25 0 9 0 28521572 888799232 22095 996147200 134512640 134550932 4294955968 18446744073709551615 4127344318 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=654/tid=657] ppid=652 vsize=867968 CPUtime=0.65
/proc/654/task/657/stat : 657 (java) S 652 654 31026 0 -1 64 16068 895 0 0 24 3 37 1 16 0 9 0 28521573 888799232 22095 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=654/tid=658] ppid=652 vsize=867968 CPUtime=0.38
/proc/654/task/658/stat : 658 (java) S 652 654 31026 0 -1 64 26 895 0 0 0 0 37 1 16 0 9 0 28521573 888799232 22095 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=654/tid=659] ppid=652 vsize=867968 CPUtime=0.38
/proc/654/task/659/stat : 659 (java) S 652 654 31026 0 -1 64 35 895 0 0 0 0 37 1 15 0 9 0 28521573 888799232 22095 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=654/tid=660] ppid=652 vsize=867968 CPUtime=0.38
/proc/654/task/660/stat : 660 (java) S 652 654 31026 0 -1 64 2 895 0 0 0 0 37 1 18 0 9 0 28521576 888799232 22095 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=654/tid=661] ppid=652 vsize=867968 CPUtime=0.82
/proc/654/task/661/stat : 661 (java) S 652 654 31026 0 -1 64 1083 895 0 0 43 1 37 1 16 0 9 0 28521576 888799232 22095 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=654/tid=662] ppid=652 vsize=867968 CPUtime=0.38
/proc/654/task/662/stat : 662 (java) S 652 654 31026 0 -1 64 0 895 0 0 0 0 37 1 19 0 9 0 28521576 888799232 22095 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=654/tid=663] ppid=652 vsize=867968 CPUtime=0.38
/proc/654/task/663/stat : 663 (java) S 652 654 31026 0 -1 64 30 895 0 0 0 0 37 1 15 0 9 0 28521576 888799232 22095 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1528.7
Current children cumulated vsize (KiB) 867968

[startup+1602.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/89 741
/proc/meminfo: memFree=1644696/2055920 swapFree=4192812/4192956
[pid=654] ppid=652 vsize=867968 CPUtime=1588.68
/proc/654/stat : 654 (java) S 652 654 31026 0 -1 0 47173 895 1 0 158799 31 37 1 18 0 9 0 28521570 888799232 22095 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/654/statm: 216992 22095 2641 9 0 211450 0
[pid=654/tid=655] ppid=652 vsize=867968 CPUtime=1587.93
/proc/654/task/655/stat : 655 (java) R 652 654 31026 0 -1 64 29131 895 1 0 158730 25 37 1 25 0 9 0 28521572 888799232 22095 996147200 134512640 134550932 4294955968 18446744073709551615 4127340140 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=654/tid=657] ppid=652 vsize=867968 CPUtime=0.65
/proc/654/task/657/stat : 657 (java) S 652 654 31026 0 -1 64 16068 895 0 0 24 3 37 1 16 0 9 0 28521573 888799232 22095 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=654/tid=658] ppid=652 vsize=867968 CPUtime=0.38
/proc/654/task/658/stat : 658 (java) S 652 654 31026 0 -1 64 26 895 0 0 0 0 37 1 16 0 9 0 28521573 888799232 22095 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=654/tid=659] ppid=652 vsize=867968 CPUtime=0.38
/proc/654/task/659/stat : 659 (java) S 652 654 31026 0 -1 64 35 895 0 0 0 0 37 1 15 0 9 0 28521573 888799232 22095 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=654/tid=660] ppid=652 vsize=867968 CPUtime=0.38
/proc/654/task/660/stat : 660 (java) S 652 654 31026 0 -1 64 2 895 0 0 0 0 37 1 18 0 9 0 28521576 888799232 22095 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=654/tid=661] ppid=652 vsize=867968 CPUtime=0.82
/proc/654/task/661/stat : 661 (java) S 652 654 31026 0 -1 64 1083 895 0 0 43 1 37 1 16 0 9 0 28521576 888799232 22095 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=654/tid=662] ppid=652 vsize=867968 CPUtime=0.38
/proc/654/task/662/stat : 662 (java) S 652 654 31026 0 -1 64 0 895 0 0 0 0 37 1 19 0 9 0 28521576 888799232 22095 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=654/tid=663] ppid=652 vsize=867968 CPUtime=0.38
/proc/654/task/663/stat : 663 (java) S 652 654 31026 0 -1 64 30 895 0 0 0 0 37 1 15 0 9 0 28521576 888799232 22095 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1588.68
Current children cumulated vsize (KiB) 867968

[startup+1662.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/89 741
/proc/meminfo: memFree=1644696/2055920 swapFree=4192812/4192956
[pid=654] ppid=652 vsize=867968 CPUtime=1648.65
/proc/654/stat : 654 (java) S 652 654 31026 0 -1 0 47173 895 1 0 164796 31 37 1 18 0 9 0 28521570 888799232 22095 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/654/statm: 216992 22095 2641 9 0 211450 0
[pid=654/tid=655] ppid=652 vsize=867968 CPUtime=1647.91
/proc/654/task/655/stat : 655 (java) R 652 654 31026 0 -1 64 29131 895 1 0 164728 25 37 1 25 0 9 0 28521572 888799232 22095 996147200 134512640 134550932 4294955968 18446744073709551615 4127340140 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=654/tid=657] ppid=652 vsize=867968 CPUtime=0.65
/proc/654/task/657/stat : 657 (java) S 652 654 31026 0 -1 64 16068 895 0 0 24 3 37 1 16 0 9 0 28521573 888799232 22095 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=654/tid=658] ppid=652 vsize=867968 CPUtime=0.38
/proc/654/task/658/stat : 658 (java) S 652 654 31026 0 -1 64 26 895 0 0 0 0 37 1 16 0 9 0 28521573 888799232 22095 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=654/tid=659] ppid=652 vsize=867968 CPUtime=0.38
/proc/654/task/659/stat : 659 (java) S 652 654 31026 0 -1 64 35 895 0 0 0 0 37 1 15 0 9 0 28521573 888799232 22095 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=654/tid=660] ppid=652 vsize=867968 CPUtime=0.38
/proc/654/task/660/stat : 660 (java) S 652 654 31026 0 -1 64 2 895 0 0 0 0 37 1 18 0 9 0 28521576 888799232 22095 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=654/tid=661] ppid=652 vsize=867968 CPUtime=0.82
/proc/654/task/661/stat : 661 (java) S 652 654 31026 0 -1 64 1083 895 0 0 43 1 37 1 16 0 9 0 28521576 888799232 22095 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=654/tid=662] ppid=652 vsize=867968 CPUtime=0.38
/proc/654/task/662/stat : 662 (java) S 652 654 31026 0 -1 64 0 895 0 0 0 0 37 1 19 0 9 0 28521576 888799232 22095 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=654/tid=663] ppid=652 vsize=867968 CPUtime=0.38
/proc/654/task/663/stat : 663 (java) S 652 654 31026 0 -1 64 30 895 0 0 0 0 37 1 15 0 9 0 28521576 888799232 22095 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1648.65
Current children cumulated vsize (KiB) 867968

[startup+1722.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/89 741
/proc/meminfo: memFree=1644760/2055920 swapFree=4192812/4192956
[pid=654] ppid=652 vsize=867968 CPUtime=1708.62
/proc/654/stat : 654 (java) S 652 654 31026 0 -1 0 47173 895 1 0 170793 31 37 1 18 0 9 0 28521570 888799232 22095 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/654/statm: 216992 22095 2641 9 0 211450 0
[pid=654/tid=655] ppid=652 vsize=867968 CPUtime=1707.88
/proc/654/task/655/stat : 655 (java) R 652 654 31026 0 -1 64 29131 895 1 0 170725 25 37 1 25 0 9 0 28521572 888799232 22095 996147200 134512640 134550932 4294955968 18446744073709551615 4127340186 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=654/tid=657] ppid=652 vsize=867968 CPUtime=0.65
/proc/654/task/657/stat : 657 (java) S 652 654 31026 0 -1 64 16068 895 0 0 24 3 37 1 16 0 9 0 28521573 888799232 22095 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=654/tid=658] ppid=652 vsize=867968 CPUtime=0.38
/proc/654/task/658/stat : 658 (java) S 652 654 31026 0 -1 64 26 895 0 0 0 0 37 1 16 0 9 0 28521573 888799232 22095 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=654/tid=659] ppid=652 vsize=867968 CPUtime=0.38
/proc/654/task/659/stat : 659 (java) S 652 654 31026 0 -1 64 35 895 0 0 0 0 37 1 15 0 9 0 28521573 888799232 22095 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=654/tid=660] ppid=652 vsize=867968 CPUtime=0.38
/proc/654/task/660/stat : 660 (java) S 652 654 31026 0 -1 64 2 895 0 0 0 0 37 1 18 0 9 0 28521576 888799232 22095 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=654/tid=661] ppid=652 vsize=867968 CPUtime=0.82
/proc/654/task/661/stat : 661 (java) S 652 654 31026 0 -1 64 1083 895 0 0 43 1 37 1 16 0 9 0 28521576 888799232 22095 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=654/tid=662] ppid=652 vsize=867968 CPUtime=0.38
/proc/654/task/662/stat : 662 (java) S 652 654 31026 0 -1 64 0 895 0 0 0 0 37 1 19 0 9 0 28521576 888799232 22095 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=654/tid=663] ppid=652 vsize=867968 CPUtime=0.38
/proc/654/task/663/stat : 663 (java) S 652 654 31026 0 -1 64 30 895 0 0 0 0 37 1 15 0 9 0 28521576 888799232 22095 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1708.62
Current children cumulated vsize (KiB) 867968

[startup+1782.3 s]
/proc/loadavg: 2.15 2.05 2.01 3/89 741
/proc/meminfo: memFree=1644696/2055920 swapFree=4192812/4192956
[pid=654] ppid=652 vsize=867968 CPUtime=1768.59
/proc/654/stat : 654 (java) S 652 654 31026 0 -1 0 47173 895 1 0 176790 31 37 1 18 0 9 0 28521570 888799232 22095 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/654/statm: 216992 22095 2641 9 0 211450 0
[pid=654/tid=655] ppid=652 vsize=867968 CPUtime=1767.85
/proc/654/task/655/stat : 655 (java) R 652 654 31026 0 -1 64 29131 895 1 0 176722 25 37 1 25 0 9 0 28521572 888799232 22095 996147200 134512640 134550932 4294955968 18446744073709551615 4127348356 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=654/tid=657] ppid=652 vsize=867968 CPUtime=0.65
/proc/654/task/657/stat : 657 (java) S 652 654 31026 0 -1 64 16068 895 0 0 24 3 37 1 16 0 9 0 28521573 888799232 22095 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=654/tid=658] ppid=652 vsize=867968 CPUtime=0.38
/proc/654/task/658/stat : 658 (java) S 652 654 31026 0 -1 64 26 895 0 0 0 0 37 1 16 0 9 0 28521573 888799232 22095 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=654/tid=659] ppid=652 vsize=867968 CPUtime=0.38
/proc/654/task/659/stat : 659 (java) S 652 654 31026 0 -1 64 35 895 0 0 0 0 37 1 15 0 9 0 28521573 888799232 22095 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=654/tid=660] ppid=652 vsize=867968 CPUtime=0.38
/proc/654/task/660/stat : 660 (java) S 652 654 31026 0 -1 64 2 895 0 0 0 0 37 1 18 0 9 0 28521576 888799232 22095 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=654/tid=661] ppid=652 vsize=867968 CPUtime=0.82
/proc/654/task/661/stat : 661 (java) S 652 654 31026 0 -1 64 1083 895 0 0 43 1 37 1 16 0 9 0 28521576 888799232 22095 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=654/tid=662] ppid=652 vsize=867968 CPUtime=0.38
/proc/654/task/662/stat : 662 (java) S 652 654 31026 0 -1 64 0 895 0 0 0 0 37 1 19 0 9 0 28521576 888799232 22095 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=654/tid=663] ppid=652 vsize=867968 CPUtime=0.38
/proc/654/task/663/stat : 663 (java) S 652 654 31026 0 -1 64 30 895 0 0 0 0 37 1 15 0 9 0 28521576 888799232 22095 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1768.59
Current children cumulated vsize (KiB) 867968



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.8 s]
/proc/loadavg: 2.16 2.06 2.02 3/89 741
/proc/meminfo: memFree=1644696/2055920 swapFree=4192812/4192956
[pid=654] ppid=652 vsize=867968 CPUtime=1800.08
/proc/654/stat : 654 (java) S 652 654 31026 0 -1 0 47173 895 1 0 179939 31 37 1 18 0 9 0 28521570 888799232 22095 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/654/statm: 216992 22095 2641 9 0 211450 0
[pid=654/tid=655] ppid=652 vsize=867968 CPUtime=1799.34
/proc/654/task/655/stat : 655 (java) R 652 654 31026 0 -1 64 29131 895 1 0 179871 25 37 1 25 0 9 0 28521572 888799232 22095 996147200 134512640 134550932 4294955968 18446744073709551615 4127344278 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=654/tid=657] ppid=652 vsize=867968 CPUtime=0.65
/proc/654/task/657/stat : 657 (java) S 652 654 31026 0 -1 64 16068 895 0 0 24 3 37 1 16 0 9 0 28521573 888799232 22095 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=654/tid=658] ppid=652 vsize=867968 CPUtime=0.38
/proc/654/task/658/stat : 658 (java) S 652 654 31026 0 -1 64 26 895 0 0 0 0 37 1 16 0 9 0 28521573 888799232 22095 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=654/tid=659] ppid=652 vsize=867968 CPUtime=0.38
/proc/654/task/659/stat : 659 (java) S 652 654 31026 0 -1 64 35 895 0 0 0 0 37 1 15 0 9 0 28521573 888799232 22095 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=654/tid=660] ppid=652 vsize=867968 CPUtime=0.38
/proc/654/task/660/stat : 660 (java) S 652 654 31026 0 -1 64 2 895 0 0 0 0 37 1 18 0 9 0 28521576 888799232 22095 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=654/tid=661] ppid=652 vsize=867968 CPUtime=0.82
/proc/654/task/661/stat : 661 (java) S 652 654 31026 0 -1 64 1083 895 0 0 43 1 37 1 16 0 9 0 28521576 888799232 22095 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=654/tid=662] ppid=652 vsize=867968 CPUtime=0.38
/proc/654/task/662/stat : 662 (java) S 652 654 31026 0 -1 64 0 895 0 0 0 0 37 1 19 0 9 0 28521576 888799232 22095 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=654/tid=663] ppid=652 vsize=867968 CPUtime=0.38
/proc/654/task/663/stat : 663 (java) S 652 654 31026 0 -1 64 30 895 0 0 0 0 37 1 15 0 9 0 28521576 888799232 22095 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 867968

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

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

Child status: 143
Real time (s): 1813.85
CPU time (s): 1800.14
CPU user time (s): 1799.8
CPU system time (s): 0.346947
CPU usage (%): 99.2443
Max. virtual memory (cumulated for all children) (KiB): 872212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.8
system time used= 0.346947
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48096
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= 38451
involuntary context switches= 63686

runsolver used 2.33964 second user time and 5.9251 second system time

The end

Launcher Data

Begin job on node57 at 2009-07-12 18:03:03
IDJOB=2098383
IDBENCH=58601
IDSOLVER=773
FILE ID=node57/2098383-1247414583
PBS_JOBID= 9510531
Free space on /tmp= 66412 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/bibdVariousK/normalized-bibd-16-24-9-6-3_glb.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= BIN/runsolver --timestamp -w /tmp/evaluation-result-2098383-1247414583/watcher-2098383-1247414583 -o /tmp/evaluation-result-2098383-1247414583/solver-2098383-1247414583 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2098383-1247414583.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= d8964aa23b53ca448f385c0392ae4569
RANDOM SEED=1859468264

node57.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.261
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.261
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:       1733576 kB
Buffers:         49408 kB
Cached:         120252 kB
SwapCached:          0 kB
Active:         191492 kB
Inactive:        75544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1733576 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2616 kB
Writeback:           0 kB
Mapped:         117828 kB
Slab:            40496 kB
Committed_AS:  1023700 kB
PageTables:       1952 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= 66408 MiB
End job on node57 at 2009-07-12 18:33:19