Trace number 2098539

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 1817.85

General information on the benchmark

Namecsp/bibd9/
normalized-bibd-9-120-40-3-10_glb.xml
MD5SUM195e44fba1c03f8dd1e240d02e472d19
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.885865
Satisfiable
(Un)Satisfiability was proved
Number of variables5400
Number of constraints4485
Maximum constraint arity120
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4320
Global constraints used (with number of constraints)weightedsum(165)

Solver Data

0.05/0.08	
0.05/0.08	Abscon 112 (May, 2008)
0.18/0.22	
0.18/0.22	   configuration
0.18/0.22	     name=mac.xml
0.18/0.28	   
0.18/0.28	   instance
0.18/0.28	     name=HOME/instance-2098539-1247416057.xml
0.29/0.32	   
0.29/0.32	   domains being loaded...
0.29/0.33	   
0.29/0.33	   variables being loaded...
0.49/0.59	     nbVariables=5400  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=10800
0.49/0.59	       =>  wckTime=0.37  cpuTime=0.24  mem=22M552
0.49/0.59	   
0.49/0.59	   predicates being loaded...
0.58/0.65	   
0.58/0.65	   constraints being loaded...
3.16/3.22	     nbConstraints=4612  nbGlobalConstraints=292  nbConflictsStructures=1  nbSharedConflictsStructures=4319
3.16/3.22	     nbSharedBinaryRepresentations=0  nbEvaluationManagers=1  nbSharedEvaluationManagers=4319  minDegree=4  maxDegree=14
3.16/3.22	     minArity=3  avgArity=9.87  maxArity=1920  nbGenerators=127  nbFusions=0  symmetryWckTime=1.65  symmetryCpuTime=0.46
3.16/3.22	       =>  wckTime=3.0  cpuTime=1.53  mem=47M808
3.26/3.38	   
3.26/3.38	   solver IterativeSystematicSolver being built... 
3.47/3.52	   
4.24/5.83	   INFO : Forward propagation technique limited 
4.24/5.83	       =>  wckTime=3.556  cpuTime=1.89  mem=41M92
4.24/5.83	   
4.24/5.83	   preprocessing
4.24/5.83	     nbConstraintChecks=0  nbPropagations=5400  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
4.24/5.83	     detectedInconsistency=no
4.24/5.83	       =>  wckTime=0.042  cpuTime=0.04  mem=41M92

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-2098539-1247416057/watcher-2098539-1247416057 -o /tmp/evaluation-result-2098539-1247416057/solver-2098539-1247416057 -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-2098539-1247416057.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.85 1.97 1.99 4/81 628
/proc/meminfo: memFree=1750888/2055920 swapFree=4192812/4192956
[pid=628] ppid=626 vsize=1520 CPUtime=0
/proc/628/stat : 628 (java) R 626 628 552 0 -1 0 91 0 0 0 0 0 0 0 21 0 1 0 28671178 1556480 73 996147200 134512640 134550932 4294956128 18446744073709551615 2565250 0 0 4096 0 0 0 0 17 0 0 0
/proc/628/statm: 380 73 55 9 0 10 0

[startup+0.0670431 s]
/proc/loadavg: 1.85 1.97 1.99 4/81 628
/proc/meminfo: memFree=1750888/2055920 swapFree=4192812/4192956
[pid=628] ppid=626 vsize=864024 CPUtime=0.05
/proc/628/stat : 628 (java) S 626 628 552 0 -1 0 2930 0 1 0 4 1 0 0 18 0 9 0 28671178 884760576 2440 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/628/statm: 216006 2440 1157 9 0 210899 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 864024

[startup+0.102049 s]
/proc/loadavg: 1.85 1.97 1.99 4/81 628
/proc/meminfo: memFree=1750888/2055920 swapFree=4192812/4192956
[pid=628] ppid=626 vsize=865984 CPUtime=0.09
/proc/628/stat : 628 (java) S 626 628 552 0 -1 0 3859 0 1 0 7 2 0 0 18 0 9 0 28671178 886767616 3302 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/628/statm: 216496 3302 1735 9 0 210981 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865984

[startup+0.301078 s]
/proc/loadavg: 1.85 1.97 1.99 4/81 628
/proc/meminfo: memFree=1750888/2055920 swapFree=4192812/4192956
[pid=628] ppid=626 vsize=866376 CPUtime=0.29
/proc/628/stat : 628 (java) S 626 628 552 0 -1 0 5952 0 1 0 25 4 0 0 18 0 9 0 28671178 887169024 5318 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/628/statm: 216594 5318 1983 9 0 211052 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866376

[startup+0.701116 s]
/proc/loadavg: 1.85 1.97 1.99 4/81 628
/proc/meminfo: memFree=1750888/2055920 swapFree=4192812/4192956
[pid=628] ppid=626 vsize=867620 CPUtime=0.69
/proc/628/stat : 628 (java) S 626 628 552 0 -1 0 11244 0 1 0 61 8 0 0 18 0 9 0 28671178 888442880 10598 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/628/statm: 216905 10598 2036 9 0 211341 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 867620

[startup+1.50121 s]
/proc/loadavg: 1.85 1.97 1.99 3/90 637
/proc/meminfo: memFree=1698656/2055920 swapFree=4192812/4192956
[pid=628] ppid=626 vsize=867536 CPUtime=1.48
/proc/628/stat : 628 (java) S 626 628 552 0 -1 0 19575 0 1 0 122 26 0 0 18 0 9 0 28671178 888356864 18903 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/628/statm: 216884 18903 2029 9 0 211342 0
[pid=628/tid=630] ppid=626 vsize=867536 CPUtime=1.17
/proc/628/task/630/stat : 630 (java) R 626 628 552 0 -1 64 15799 0 1 0 94 23 0 0 25 0 9 0 28671180 888356864 18903 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=631] ppid=626 vsize=867536 CPUtime=0.06
/proc/628/task/631/stat : 631 (java) S 626 628 552 0 -1 64 2379 0 0 0 5 1 0 0 16 0 9 0 28671181 888356864 18903 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=632] ppid=626 vsize=867536 CPUtime=0
/proc/628/task/632/stat : 632 (java) S 626 628 552 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28671181 888356864 18903 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=633] ppid=626 vsize=867536 CPUtime=0
/proc/628/task/633/stat : 633 (java) S 626 628 552 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28671181 888356864 18903 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=634] ppid=626 vsize=867536 CPUtime=0
/proc/628/task/634/stat : 634 (java) S 626 628 552 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28671183 888356864 18903 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=635] ppid=626 vsize=867536 CPUtime=0.21
/proc/628/task/635/stat : 635 (java) S 626 628 552 0 -1 64 696 0 0 0 21 0 0 0 16 0 9 0 28671183 888356864 18903 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=636] ppid=626 vsize=867536 CPUtime=0
/proc/628/task/636/stat : 636 (java) S 626 628 552 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28671183 888356864 18903 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=637] ppid=626 vsize=867536 CPUtime=0
/proc/628/task/637/stat : 637 (java) S 626 628 552 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28671183 888356864 18903 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867536

[startup+3.10139 s]
/proc/loadavg: 1.87 1.97 1.99 3/92 639
/proc/meminfo: memFree=1679312/2055920 swapFree=4192812/4192956
[pid=628] ppid=626 vsize=868180 CPUtime=3.06
/proc/628/stat : 628 (java) S 626 628 552 0 -1 0 25616 1136 1 0 162 31 112 1 18 0 10 0 28671178 889016320 18961 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/628/statm: 217045 18961 2035 9 0 211503 0
[pid=628/tid=630] ppid=626 vsize=868180 CPUtime=2.72
/proc/628/task/630/stat : 630 (java) R 626 628 552 0 -1 64 21433 1136 1 0 131 28 112 1 16 0 10 0 28671180 889016320 18961 996147200 134512640 134550932 4294955968 18446744073709551615 4127126980 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=631] ppid=626 vsize=868180 CPUtime=1.19
/proc/628/task/631/stat : 631 (java) S 626 628 552 0 -1 64 2420 1136 0 0 5 1 112 1 16 0 10 0 28671181 889016320 18961 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=632] ppid=626 vsize=868180 CPUtime=1.13
/proc/628/task/632/stat : 632 (java) S 626 628 552 0 -1 64 16 1136 0 0 0 0 112 1 16 0 10 0 28671181 889016320 18961 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=633] ppid=626 vsize=868180 CPUtime=1.13
/proc/628/task/633/stat : 633 (java) S 626 628 552 0 -1 64 5 1136 0 0 0 0 112 1 16 0 10 0 28671181 889016320 18961 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=634] ppid=626 vsize=868180 CPUtime=1.13
/proc/628/task/634/stat : 634 (java) S 626 628 552 0 -1 64 2 1136 0 0 0 0 112 1 18 0 10 0 28671183 889016320 18961 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=635] ppid=626 vsize=868180 CPUtime=1.36
/proc/628/task/635/stat : 635 (java) S 626 628 552 0 -1 64 928 1136 0 0 23 0 112 1 16 0 10 0 28671183 889016320 18961 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=636] ppid=626 vsize=868180 CPUtime=1.13
/proc/628/task/636/stat : 636 (java) S 626 628 552 0 -1 64 0 1136 0 0 0 0 112 1 19 0 10 0 28671183 889016320 18961 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=637] ppid=626 vsize=868180 CPUtime=1.13
/proc/628/task/637/stat : 637 (java) S 626 628 552 0 -1 64 9 1136 0 0 0 0 112 1 15 0 10 0 28671183 889016320 18961 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 868180

[startup+6.30276 s]
/proc/loadavg: 1.87 1.97 1.99 2/92 641
/proc/meminfo: memFree=1664200/2055920 swapFree=4192812/4192956
[pid=628] ppid=626 vsize=869324 CPUtime=4.74
/proc/628/stat : 628 (java) S 626 628 552 0 -1 0 41971 1259 1 0 324 37 112 1 18 0 10 0 28671178 890187776 23932 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/628/statm: 217331 23932 2641 9 0 211789 0
[pid=628/tid=630] ppid=626 vsize=869324 CPUtime=4.12
/proc/628/task/630/stat : 630 (java) R 626 628 552 0 -1 64 30191 1259 1 0 269 30 112 1 16 0 10 0 28671180 890187776 23932 996147200 134512640 134550932 4294955968 18446744073709551615 4127353619 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=631] ppid=626 vsize=869324 CPUtime=1.35
/proc/628/task/631/stat : 631 (java) S 626 628 552 0 -1 64 9870 1259 0 0 19 3 112 1 16 0 10 0 28671181 890187776 23932 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=632] ppid=626 vsize=869324 CPUtime=1.13
/proc/628/task/632/stat : 632 (java) S 626 628 552 0 -1 64 20 1259 0 0 0 0 112 1 15 0 10 0 28671181 890187776 23932 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=633] ppid=626 vsize=869324 CPUtime=1.13
/proc/628/task/633/stat : 633 (java) S 626 628 552 0 -1 64 10 1259 0 0 0 0 112 1 15 0 10 0 28671181 890187776 23932 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=634] ppid=626 vsize=869324 CPUtime=1.13
/proc/628/task/634/stat : 634 (java) S 626 628 552 0 -1 64 2 1259 0 0 0 0 112 1 18 0 10 0 28671183 890187776 23932 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=635] ppid=626 vsize=869324 CPUtime=1.48
/proc/628/task/635/stat : 635 (java) S 626 628 552 0 -1 64 1047 1259 0 0 34 1 112 1 15 0 10 0 28671183 890187776 23932 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=636] ppid=626 vsize=869324 CPUtime=1.13
/proc/628/task/636/stat : 636 (java) S 626 628 552 0 -1 64 0 1259 0 0 0 0 112 1 19 0 10 0 28671183 890187776 23932 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=637] ppid=626 vsize=869324 CPUtime=1.13
/proc/628/task/637/stat : 637 (java) S 626 628 552 0 -1 64 27 1259 0 0 0 0 112 1 15 0 10 0 28671183 890187776 23932 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=640] ppid=626 vsize=869324 CPUtime=1.13
/proc/628/task/640/stat : 640 (java) R 626 628 552 0 -1 64 44 1259 0 0 0 0 112 1 17 0 10 0 28671468 890187776 23932 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.74
Current children cumulated vsize (KiB) 869324
heavy processes:

[startup+12.7015 s]
/proc/loadavg: 1.88 1.97 1.99 3/90 641
/proc/meminfo: memFree=1664408/2055920 swapFree=4192812/4192956
[pid=628] ppid=626 vsize=869324 CPUtime=11.1
/proc/628/stat : 628 (java) S 626 628 552 0 -1 0 42023 1259 1 0 960 37 112 1 18 0 9 0 28671178 890187776 23966 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/628/statm: 217331 23966 2641 9 0 211789 0
[pid=628/tid=630] ppid=626 vsize=869324 CPUtime=10.45
/proc/628/task/630/stat : 630 (java) R 626 628 552 0 -1 64 30193 1259 1 0 902 30 112 1 25 0 9 0 28671180 890187776 23966 996147200 134512640 134550932 4294955968 18446744073709551615 4127250290 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=631] ppid=626 vsize=869324 CPUtime=1.35
/proc/628/task/631/stat : 631 (java) S 626 628 552 0 -1 64 9870 1259 0 0 19 3 112 1 16 0 9 0 28671181 890187776 23966 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=632] ppid=626 vsize=869324 CPUtime=1.13
/proc/628/task/632/stat : 632 (java) S 626 628 552 0 -1 64 20 1259 0 0 0 0 112 1 15 0 9 0 28671181 890187776 23966 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=633] ppid=626 vsize=869324 CPUtime=1.13
/proc/628/task/633/stat : 633 (java) S 626 628 552 0 -1 64 10 1259 0 0 0 0 112 1 15 0 9 0 28671181 890187776 23966 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=634] ppid=626 vsize=869324 CPUtime=1.13
/proc/628/task/634/stat : 634 (java) S 626 628 552 0 -1 64 2 1259 0 0 0 0 112 1 18 0 9 0 28671183 890187776 23966 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=635] ppid=626 vsize=869324 CPUtime=1.52
/proc/628/task/635/stat : 635 (java) S 626 628 552 0 -1 64 1097 1259 0 0 38 1 112 1 15 0 9 0 28671183 890187776 23966 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=636] ppid=626 vsize=869324 CPUtime=1.13
/proc/628/task/636/stat : 636 (java) S 626 628 552 0 -1 64 0 1259 0 0 0 0 112 1 19 0 9 0 28671183 890187776 23966 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=637] ppid=626 vsize=869324 CPUtime=1.13
/proc/628/task/637/stat : 637 (java) S 626 628 552 0 -1 64 27 1259 0 0 0 0 112 1 15 0 9 0 28671183 890187776 23966 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.1
Current children cumulated vsize (KiB) 869324

[startup+25.5029 s]
/proc/loadavg: 1.97 1.99 1.99 3/90 641
/proc/meminfo: memFree=1664344/2055920 swapFree=4192812/4192956
[pid=628] ppid=626 vsize=869324 CPUtime=23.84
/proc/628/stat : 628 (java) S 626 628 552 0 -1 0 42024 1259 1 0 2234 37 112 1 18 0 9 0 28671178 890187776 23966 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/628/statm: 217331 23966 2641 9 0 211789 0
[pid=628/tid=630] ppid=626 vsize=869324 CPUtime=23.18
/proc/628/task/630/stat : 630 (java) R 626 628 552 0 -1 64 30194 1259 1 0 2175 30 112 1 25 0 9 0 28671180 890187776 23966 996147200 134512640 134550932 4294955968 18446744073709551615 4126827674 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=631] ppid=626 vsize=869324 CPUtime=1.35
/proc/628/task/631/stat : 631 (java) S 626 628 552 0 -1 64 9870 1259 0 0 19 3 112 1 16 0 9 0 28671181 890187776 23966 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=632] ppid=626 vsize=869324 CPUtime=1.13
/proc/628/task/632/stat : 632 (java) S 626 628 552 0 -1 64 20 1259 0 0 0 0 112 1 15 0 9 0 28671181 890187776 23966 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=633] ppid=626 vsize=869324 CPUtime=1.13
/proc/628/task/633/stat : 633 (java) S 626 628 552 0 -1 64 10 1259 0 0 0 0 112 1 15 0 9 0 28671181 890187776 23966 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=634] ppid=626 vsize=869324 CPUtime=1.13
/proc/628/task/634/stat : 634 (java) S 626 628 552 0 -1 64 2 1259 0 0 0 0 112 1 18 0 9 0 28671183 890187776 23966 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=635] ppid=626 vsize=869324 CPUtime=1.52
/proc/628/task/635/stat : 635 (java) S 626 628 552 0 -1 64 1097 1259 0 0 38 1 112 1 17 0 9 0 28671183 890187776 23966 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=636] ppid=626 vsize=869324 CPUtime=1.13
/proc/628/task/636/stat : 636 (java) S 626 628 552 0 -1 64 0 1259 0 0 0 0 112 1 19 0 9 0 28671183 890187776 23966 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=637] ppid=626 vsize=869324 CPUtime=1.13
/proc/628/task/637/stat : 637 (java) S 626 628 552 0 -1 64 27 1259 0 0 0 0 112 1 15 0 9 0 28671183 890187776 23966 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 23.84
Current children cumulated vsize (KiB) 869324

[startup+51.1028 s]
/proc/loadavg: 1.98 1.99 1.99 3/90 641
/proc/meminfo: memFree=1664472/2055920 swapFree=4192812/4192956
[pid=628] ppid=626 vsize=869324 CPUtime=49.31
/proc/628/stat : 628 (java) S 626 628 552 0 -1 0 42026 1259 1 0 4781 37 112 1 18 0 9 0 28671178 890187776 23967 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/628/statm: 217331 23967 2641 9 0 211789 0
[pid=628/tid=630] ppid=626 vsize=869324 CPUtime=48.66
/proc/628/task/630/stat : 630 (java) R 626 628 552 0 -1 64 30195 1259 1 0 4723 30 112 1 25 0 9 0 28671180 890187776 23967 996147200 134512640 134550932 4294955968 18446744073709551615 4127357741 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=631] ppid=626 vsize=869324 CPUtime=1.35
/proc/628/task/631/stat : 631 (java) S 626 628 552 0 -1 64 9870 1259 0 0 19 3 112 1 16 0 9 0 28671181 890187776 23967 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=632] ppid=626 vsize=869324 CPUtime=1.13
/proc/628/task/632/stat : 632 (java) S 626 628 552 0 -1 64 20 1259 0 0 0 0 112 1 15 0 9 0 28671181 890187776 23967 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=633] ppid=626 vsize=869324 CPUtime=1.13
/proc/628/task/633/stat : 633 (java) S 626 628 552 0 -1 64 10 1259 0 0 0 0 112 1 15 0 9 0 28671181 890187776 23967 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=634] ppid=626 vsize=869324 CPUtime=1.13
/proc/628/task/634/stat : 634 (java) S 626 628 552 0 -1 64 2 1259 0 0 0 0 112 1 18 0 9 0 28671183 890187776 23967 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=635] ppid=626 vsize=869324 CPUtime=1.52

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

/proc/628/task/633/stat : 633 (java) S 626 628 552 0 -1 64 10 1259 0 0 0 0 112 1 15 0 9 0 28671181 890187776 23968 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=634] ppid=626 vsize=869324 CPUtime=1.13
/proc/628/task/634/stat : 634 (java) S 626 628 552 0 -1 64 2 1259 0 0 0 0 112 1 18 0 9 0 28671183 890187776 23968 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=635] ppid=626 vsize=869324 CPUtime=1.52
/proc/628/task/635/stat : 635 (java) S 626 628 552 0 -1 64 1099 1259 0 0 38 1 112 1 16 0 9 0 28671183 890187776 23968 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=636] ppid=626 vsize=869324 CPUtime=1.13
/proc/628/task/636/stat : 636 (java) S 626 628 552 0 -1 64 0 1259 0 0 0 0 112 1 19 0 9 0 28671183 890187776 23968 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=637] ppid=626 vsize=869324 CPUtime=1.13
/proc/628/task/637/stat : 637 (java) S 626 628 552 0 -1 64 27 1259 0 0 0 0 112 1 15 0 9 0 28671183 890187776 23968 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1467.71
Current children cumulated vsize (KiB) 869324

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/90 834
/proc/meminfo: memFree=1607320/2055920 swapFree=4192812/4192956
[pid=628] ppid=626 vsize=869324 CPUtime=1527.15
/proc/628/stat : 628 (java) S 626 628 552 0 -1 0 42027 1259 1 0 152561 41 112 1 18 0 9 0 28671178 890187776 23968 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/628/statm: 217331 23968 2641 9 0 211789 0
[pid=628/tid=630] ppid=626 vsize=869324 CPUtime=1526.5
/proc/628/task/630/stat : 630 (java) R 626 628 552 0 -1 64 30195 1259 1 0 152502 35 112 1 25 0 9 0 28671180 890187776 23968 996147200 134512640 134550932 4294955968 18446744073709551615 4126827715 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=631] ppid=626 vsize=869324 CPUtime=1.35
/proc/628/task/631/stat : 631 (java) S 626 628 552 0 -1 64 9870 1259 0 0 19 3 112 1 16 0 9 0 28671181 890187776 23968 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=632] ppid=626 vsize=869324 CPUtime=1.13
/proc/628/task/632/stat : 632 (java) S 626 628 552 0 -1 64 20 1259 0 0 0 0 112 1 15 0 9 0 28671181 890187776 23968 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=633] ppid=626 vsize=869324 CPUtime=1.13
/proc/628/task/633/stat : 633 (java) S 626 628 552 0 -1 64 10 1259 0 0 0 0 112 1 15 0 9 0 28671181 890187776 23968 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=634] ppid=626 vsize=869324 CPUtime=1.13
/proc/628/task/634/stat : 634 (java) S 626 628 552 0 -1 64 2 1259 0 0 0 0 112 1 18 0 9 0 28671183 890187776 23968 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=635] ppid=626 vsize=869324 CPUtime=1.52
/proc/628/task/635/stat : 635 (java) S 626 628 552 0 -1 64 1099 1259 0 0 38 1 112 1 16 0 9 0 28671183 890187776 23968 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=636] ppid=626 vsize=869324 CPUtime=1.13
/proc/628/task/636/stat : 636 (java) S 626 628 552 0 -1 64 0 1259 0 0 0 0 112 1 19 0 9 0 28671183 890187776 23968 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=637] ppid=626 vsize=869324 CPUtime=1.13
/proc/628/task/637/stat : 637 (java) S 626 628 552 0 -1 64 27 1259 0 0 0 0 112 1 15 0 9 0 28671183 890187776 23968 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1527.15
Current children cumulated vsize (KiB) 869324

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/90 834
/proc/meminfo: memFree=1607256/2055920 swapFree=4192812/4192956
[pid=628] ppid=626 vsize=869324 CPUtime=1586.6
/proc/628/stat : 628 (java) S 626 628 552 0 -1 0 42027 1259 1 0 158505 42 112 1 18 0 9 0 28671178 890187776 23968 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/628/statm: 217331 23968 2641 9 0 211789 0
[pid=628/tid=630] ppid=626 vsize=869324 CPUtime=1585.94
/proc/628/task/630/stat : 630 (java) R 626 628 552 0 -1 64 30195 1259 1 0 158446 35 112 1 25 0 9 0 28671180 890187776 23968 996147200 134512640 134550932 4294955968 18446744073709551615 4127349541 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=631] ppid=626 vsize=869324 CPUtime=1.35
/proc/628/task/631/stat : 631 (java) S 626 628 552 0 -1 64 9870 1259 0 0 19 3 112 1 16 0 9 0 28671181 890187776 23968 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=632] ppid=626 vsize=869324 CPUtime=1.13
/proc/628/task/632/stat : 632 (java) S 626 628 552 0 -1 64 20 1259 0 0 0 0 112 1 15 0 9 0 28671181 890187776 23968 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=633] ppid=626 vsize=869324 CPUtime=1.13
/proc/628/task/633/stat : 633 (java) S 626 628 552 0 -1 64 10 1259 0 0 0 0 112 1 15 0 9 0 28671181 890187776 23968 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=634] ppid=626 vsize=869324 CPUtime=1.13
/proc/628/task/634/stat : 634 (java) S 626 628 552 0 -1 64 2 1259 0 0 0 0 112 1 18 0 9 0 28671183 890187776 23968 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=635] ppid=626 vsize=869324 CPUtime=1.52
/proc/628/task/635/stat : 635 (java) S 626 628 552 0 -1 64 1099 1259 0 0 38 1 112 1 16 0 9 0 28671183 890187776 23968 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=636] ppid=626 vsize=869324 CPUtime=1.13
/proc/628/task/636/stat : 636 (java) S 626 628 552 0 -1 64 0 1259 0 0 0 0 112 1 19 0 9 0 28671183 890187776 23968 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=637] ppid=626 vsize=869324 CPUtime=1.13
/proc/628/task/637/stat : 637 (java) S 626 628 552 0 -1 64 27 1259 0 0 0 0 112 1 15 0 9 0 28671183 890187776 23968 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1586.6
Current children cumulated vsize (KiB) 869324

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/90 834
/proc/meminfo: memFree=1607192/2055920 swapFree=4192812/4192956
[pid=628] ppid=626 vsize=869324 CPUtime=1646.03
/proc/628/stat : 628 (java) S 626 628 552 0 -1 0 42027 1259 1 0 164448 42 112 1 18 0 9 0 28671178 890187776 23968 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/628/statm: 217331 23968 2641 9 0 211789 0
[pid=628/tid=630] ppid=626 vsize=869324 CPUtime=1645.37
/proc/628/task/630/stat : 630 (java) R 626 628 552 0 -1 64 30195 1259 1 0 164389 35 112 1 25 0 9 0 28671180 890187776 23968 996147200 134512640 134550932 4294955968 18446744073709551615 4127353662 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=631] ppid=626 vsize=869324 CPUtime=1.35
/proc/628/task/631/stat : 631 (java) S 626 628 552 0 -1 64 9870 1259 0 0 19 3 112 1 16 0 9 0 28671181 890187776 23968 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=632] ppid=626 vsize=869324 CPUtime=1.13
/proc/628/task/632/stat : 632 (java) S 626 628 552 0 -1 64 20 1259 0 0 0 0 112 1 15 0 9 0 28671181 890187776 23968 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=633] ppid=626 vsize=869324 CPUtime=1.13
/proc/628/task/633/stat : 633 (java) S 626 628 552 0 -1 64 10 1259 0 0 0 0 112 1 15 0 9 0 28671181 890187776 23968 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=634] ppid=626 vsize=869324 CPUtime=1.13
/proc/628/task/634/stat : 634 (java) S 626 628 552 0 -1 64 2 1259 0 0 0 0 112 1 18 0 9 0 28671183 890187776 23968 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=635] ppid=626 vsize=869324 CPUtime=1.52
/proc/628/task/635/stat : 635 (java) S 626 628 552 0 -1 64 1099 1259 0 0 38 1 112 1 16 0 9 0 28671183 890187776 23968 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=636] ppid=626 vsize=869324 CPUtime=1.13
/proc/628/task/636/stat : 636 (java) S 626 628 552 0 -1 64 0 1259 0 0 0 0 112 1 19 0 9 0 28671183 890187776 23968 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=637] ppid=626 vsize=869324 CPUtime=1.13
/proc/628/task/637/stat : 637 (java) S 626 628 552 0 -1 64 27 1259 0 0 0 0 112 1 15 0 9 0 28671183 890187776 23968 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1646.03
Current children cumulated vsize (KiB) 869324

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/90 834
/proc/meminfo: memFree=1607256/2055920 swapFree=4192812/4192956
[pid=628] ppid=626 vsize=869324 CPUtime=1705.47
/proc/628/stat : 628 (java) S 626 628 552 0 -1 0 42027 1259 1 0 170392 42 112 1 18 0 9 0 28671178 890187776 23968 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/628/statm: 217331 23968 2641 9 0 211789 0
[pid=628/tid=630] ppid=626 vsize=869324 CPUtime=1704.81
/proc/628/task/630/stat : 630 (java) R 626 628 552 0 -1 64 30195 1259 1 0 170333 35 112 1 25 0 9 0 28671180 890187776 23968 996147200 134512640 134550932 4294955968 18446744073709551615 4127353619 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=631] ppid=626 vsize=869324 CPUtime=1.35
/proc/628/task/631/stat : 631 (java) S 626 628 552 0 -1 64 9870 1259 0 0 19 3 112 1 16 0 9 0 28671181 890187776 23968 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=632] ppid=626 vsize=869324 CPUtime=1.13
/proc/628/task/632/stat : 632 (java) S 626 628 552 0 -1 64 20 1259 0 0 0 0 112 1 15 0 9 0 28671181 890187776 23968 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=633] ppid=626 vsize=869324 CPUtime=1.13
/proc/628/task/633/stat : 633 (java) S 626 628 552 0 -1 64 10 1259 0 0 0 0 112 1 15 0 9 0 28671181 890187776 23968 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=634] ppid=626 vsize=869324 CPUtime=1.13
/proc/628/task/634/stat : 634 (java) S 626 628 552 0 -1 64 2 1259 0 0 0 0 112 1 18 0 9 0 28671183 890187776 23968 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=635] ppid=626 vsize=869324 CPUtime=1.52
/proc/628/task/635/stat : 635 (java) S 626 628 552 0 -1 64 1099 1259 0 0 38 1 112 1 16 0 9 0 28671183 890187776 23968 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=636] ppid=626 vsize=869324 CPUtime=1.13
/proc/628/task/636/stat : 636 (java) S 626 628 552 0 -1 64 0 1259 0 0 0 0 112 1 19 0 9 0 28671183 890187776 23968 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=637] ppid=626 vsize=869324 CPUtime=1.13
/proc/628/task/637/stat : 637 (java) S 626 628 552 0 -1 64 27 1259 0 0 0 0 112 1 15 0 9 0 28671183 890187776 23968 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1705.47
Current children cumulated vsize (KiB) 869324

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/90 834
/proc/meminfo: memFree=1607192/2055920 swapFree=4192812/4192956
[pid=628] ppid=626 vsize=869324 CPUtime=1764.91
/proc/628/stat : 628 (java) S 626 628 552 0 -1 0 42027 1259 1 0 176336 42 112 1 18 0 9 0 28671178 890187776 23968 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/628/statm: 217331 23968 2641 9 0 211789 0
[pid=628/tid=630] ppid=626 vsize=869324 CPUtime=1764.26
/proc/628/task/630/stat : 630 (java) R 626 628 552 0 -1 64 30195 1259 1 0 176277 36 112 1 25 0 9 0 28671180 890187776 23968 996147200 134512640 134550932 4294955968 18446744073709551615 4127330559 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=631] ppid=626 vsize=869324 CPUtime=1.35
/proc/628/task/631/stat : 631 (java) S 626 628 552 0 -1 64 9870 1259 0 0 19 3 112 1 16 0 9 0 28671181 890187776 23968 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=632] ppid=626 vsize=869324 CPUtime=1.13
/proc/628/task/632/stat : 632 (java) S 626 628 552 0 -1 64 20 1259 0 0 0 0 112 1 15 0 9 0 28671181 890187776 23968 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=633] ppid=626 vsize=869324 CPUtime=1.13
/proc/628/task/633/stat : 633 (java) S 626 628 552 0 -1 64 10 1259 0 0 0 0 112 1 15 0 9 0 28671181 890187776 23968 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=634] ppid=626 vsize=869324 CPUtime=1.13
/proc/628/task/634/stat : 634 (java) S 626 628 552 0 -1 64 2 1259 0 0 0 0 112 1 18 0 9 0 28671183 890187776 23968 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=635] ppid=626 vsize=869324 CPUtime=1.52
/proc/628/task/635/stat : 635 (java) S 626 628 552 0 -1 64 1099 1259 0 0 38 1 112 1 16 0 9 0 28671183 890187776 23968 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=636] ppid=626 vsize=869324 CPUtime=1.13
/proc/628/task/636/stat : 636 (java) S 626 628 552 0 -1 64 0 1259 0 0 0 0 112 1 19 0 9 0 28671183 890187776 23968 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=637] ppid=626 vsize=869324 CPUtime=1.13
/proc/628/task/637/stat : 637 (java) S 626 628 552 0 -1 64 27 1259 0 0 0 0 112 1 15 0 9 0 28671183 890187776 23968 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1764.91
Current children cumulated vsize (KiB) 869324



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.8 s]
/proc/loadavg: 2.00 2.00 2.03 3/90 834
/proc/meminfo: memFree=1607128/2055920 swapFree=4192812/4192956
[pid=628] ppid=626 vsize=869324 CPUtime=1800.07
/proc/628/stat : 628 (java) S 626 628 552 0 -1 0 42027 1259 1 0 179852 42 112 1 18 0 9 0 28671178 890187776 23968 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/628/statm: 217331 23968 2641 9 0 211789 0
[pid=628/tid=630] ppid=626 vsize=869324 CPUtime=1799.42
/proc/628/task/630/stat : 630 (java) R 626 628 552 0 -1 64 30195 1259 1 0 179793 36 112 1 25 0 9 0 28671180 890187776 23968 996147200 134512640 134550932 4294955968 18446744073709551615 4127353619 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=631] ppid=626 vsize=869324 CPUtime=1.35
/proc/628/task/631/stat : 631 (java) S 626 628 552 0 -1 64 9870 1259 0 0 19 3 112 1 16 0 9 0 28671181 890187776 23968 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=632] ppid=626 vsize=869324 CPUtime=1.13
/proc/628/task/632/stat : 632 (java) S 626 628 552 0 -1 64 20 1259 0 0 0 0 112 1 15 0 9 0 28671181 890187776 23968 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=633] ppid=626 vsize=869324 CPUtime=1.13
/proc/628/task/633/stat : 633 (java) S 626 628 552 0 -1 64 10 1259 0 0 0 0 112 1 15 0 9 0 28671181 890187776 23968 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=634] ppid=626 vsize=869324 CPUtime=1.13
/proc/628/task/634/stat : 634 (java) S 626 628 552 0 -1 64 2 1259 0 0 0 0 112 1 18 0 9 0 28671183 890187776 23968 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=635] ppid=626 vsize=869324 CPUtime=1.52
/proc/628/task/635/stat : 635 (java) S 626 628 552 0 -1 64 1099 1259 0 0 38 1 112 1 16 0 9 0 28671183 890187776 23968 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=636] ppid=626 vsize=869324 CPUtime=1.13
/proc/628/task/636/stat : 636 (java) S 626 628 552 0 -1 64 0 1259 0 0 0 0 112 1 19 0 9 0 28671183 890187776 23968 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=628/tid=637] ppid=626 vsize=869324 CPUtime=1.13
/proc/628/task/637/stat : 637 (java) S 626 628 552 0 -1 64 27 1259 0 0 0 0 112 1 15 0 9 0 28671183 890187776 23968 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 869324

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): 1817.85
CPU time (s): 1800.14
CPU user time (s): 1799.68
CPU system time (s): 0.460929
CPU usage (%): 99.0259
Max. virtual memory (cumulated for all children) (KiB): 873532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.68
system time used= 0.460929
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43313
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= 38388
involuntary context switches= 82698

runsolver used 2.43663 second user time and 5.82911 second system time

The end

Launcher Data

Begin job on node85 at 2009-07-12 18:27:39
IDJOB=2098539
IDBENCH=58721
IDSOLVER=773
FILE ID=node85/2098539-1247416057
PBS_JOBID= 9510725
Free space on /tmp= 126552 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/bibd9/normalized-bibd-9-120-40-3-10_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-2098539-1247416057/watcher-2098539-1247416057 -o /tmp/evaluation-result-2098539-1247416057/solver-2098539-1247416057 -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-2098539-1247416057.xml

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

MD5SUM BENCH= 195e44fba1c03f8dd1e240d02e472d19
RANDOM SEED=1478563213

node85.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.220
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.220
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1751432 kB
Buffers:         42556 kB
Cached:         114796 kB
SwapCached:          0 kB
Active:         186616 kB
Inactive:        61256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1751432 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3224 kB
Writeback:           0 kB
Mapped:         110844 kB
Slab:            41844 kB
Committed_AS:  1005732 kB
PageTables:       1920 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= 126544 MiB
End job on node85 at 2009-07-12 18:57:58