Trace number 2098506

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 ESAC? (TO) 1800.1 1813.96

General information on the benchmark

Namecsp/bibd12-13/
normalized-bibd-12-88-22-3-4_glb.xml
MD5SUM83e7dace3e98d97ebd040351147b0e7a
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.6236
Satisfiable
(Un)Satisfiability was proved
Number of variables6864
Number of constraints5974
Maximum constraint arity88
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5808
Global constraints used (with number of constraints)weightedsum(166)

Solver Data

0.02/0.09	
0.02/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=esac.xml
0.29/0.32	   
0.29/0.32	   instance
0.29/0.32	     name=HOME/instance-2098506-1247415966.xml
0.29/0.36	   
0.29/0.36	   domains being loaded...
0.29/0.37	   
0.29/0.37	   variables being loaded...
0.68/0.74	     nbVariables=6864  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=13728
0.68/0.74	       =>  wckTime=0.492  cpuTime=0.34  mem=26M437
0.68/0.74	   
0.68/0.74	   predicates being loaded...
0.78/0.80	   
0.78/0.80	   constraints being loaded...
3.92/4.08	     nbConstraints=6072  nbGlobalConstraints=264  nbConflictsStructures=1  nbSharedConflictsStructures=5807
3.92/4.08	     nbSharedBinaryRepresentations=0  nbEvaluationManagers=1  nbSharedEvaluationManagers=5807  minDegree=4  maxDegree=17
3.92/4.08	     minArity=3  avgArity=9.92  maxArity=1936  nbGenerators=98  nbFusions=0  symmetryWckTime=2.087  symmetryCpuTime=0.53
3.92/4.08	       =>  wckTime=3.833  cpuTime=1.95  mem=29M565
4.12/4.24	   
4.12/4.24	   solver IterativeSystematicSolver being built... 
4.31/4.46	   
4.31/4.46	   INFO : Forward propagation technique limited 
4.61/4.77	       =>  wckTime=4.528  cpuTime=2.4  mem=62M117
14.63/14.82	   
14.63/14.84	   preprocessing
14.63/14.84	     nbConstraintChecks=56660  nbValidityChecks=36459  nbPropagations=28217  nbRevisions=42393  nbUselessRevisions=28241
14.63/14.84	     nbSingletonTests=6980  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0
14.63/14.84	     detectedInconsistency=no
14.63/14.84	       =>  wckTime=10.036  cpuTime=9.88  mem=62M117

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-2098506-1247415966/watcher-2098506-1247415966 -o /tmp/evaluation-result-2098506-1247415966/solver-2098506-1247415966 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2098506-1247415966.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.92 1.99 1.99 4/80 728
/proc/meminfo: memFree=1760728/2055920 swapFree=4192812/4192956
[pid=728] ppid=726 vsize=18576 CPUtime=0
/proc/728/stat : 728 (runsolver) R 726 728 691 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 28662775 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 264907582759 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/728/statm: 4644 284 249 26 0 2626 0

[startup+0.0472309 s]
/proc/loadavg: 1.92 1.99 1.99 4/80 728
/proc/meminfo: memFree=1760728/2055920 swapFree=4192812/4192956
[pid=728] ppid=726 vsize=861936 CPUtime=0.02
/proc/728/stat : 728 (java) S 726 728 691 0 -1 0 2274 0 1 0 1 1 0 0 18 0 5 0 28662775 882622464 1877 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/728/statm: 215484 1877 861 9 0 210399 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 861936

[startup+0.101632 s]
/proc/loadavg: 1.92 1.99 1.99 4/80 728
/proc/meminfo: memFree=1760728/2055920 swapFree=4192812/4192956
[pid=728] ppid=726 vsize=865984 CPUtime=0.08
/proc/728/stat : 728 (java) S 726 728 691 0 -1 0 3722 0 1 0 6 2 0 0 18 0 9 0 28662775 886767616 3190 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/728/statm: 216496 3190 1690 9 0 210981 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.301664 s]
/proc/loadavg: 1.92 1.99 1.99 4/80 728
/proc/meminfo: memFree=1760728/2055920 swapFree=4192812/4192956
[pid=728] ppid=726 vsize=866144 CPUtime=0.29
/proc/728/stat : 728 (java) S 726 728 691 0 -1 0 5660 0 1 0 25 4 0 0 18 0 9 0 28662775 886931456 5063 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/728/statm: 216536 5063 1927 9 0 211014 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866144

[startup+0.701723 s]
/proc/loadavg: 1.92 1.99 1.99 4/80 728
/proc/meminfo: memFree=1760728/2055920 swapFree=4192812/4192956
[pid=728] ppid=726 vsize=867536 CPUtime=0.68
/proc/728/stat : 728 (java) S 726 728 691 0 -1 0 10108 0 1 0 62 6 0 0 18 0 9 0 28662775 888356864 9470 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/728/statm: 216884 9470 2000 9 0 211342 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867536

[startup+1.50184 s]
/proc/loadavg: 1.92 1.99 1.99 3/89 737
/proc/meminfo: memFree=1715408/2055920 swapFree=4192812/4192956
[pid=728] ppid=726 vsize=867536 CPUtime=1.47
/proc/728/stat : 728 (java) S 726 728 691 0 -1 0 19051 0 1 0 133 14 0 0 18 0 9 0 28662775 888356864 18379 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/728/statm: 216884 18379 2029 9 0 211342 0
[pid=728/tid=730] ppid=726 vsize=867536 CPUtime=1.17
/proc/728/task/730/stat : 730 (java) R 726 728 691 0 -1 64 15813 0 1 0 105 12 0 0 25 0 9 0 28662777 888356864 18379 996147200 134512640 134550932 4294955968 18446744073709551615 4294960128 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=731] ppid=726 vsize=867536 CPUtime=0.06
/proc/728/task/731/stat : 731 (java) S 726 728 691 0 -1 64 1861 0 0 0 6 0 0 0 16 0 9 0 28662778 888356864 18379 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=732] ppid=726 vsize=867536 CPUtime=0
/proc/728/task/732/stat : 732 (java) S 726 728 691 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28662778 888356864 18379 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=733] ppid=726 vsize=867536 CPUtime=0
/proc/728/task/733/stat : 733 (java) S 726 728 691 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28662778 888356864 18379 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=734] ppid=726 vsize=867536 CPUtime=0
/proc/728/task/734/stat : 734 (java) S 726 728 691 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28662781 888356864 18379 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=735] ppid=726 vsize=867536 CPUtime=0.21
/proc/728/task/735/stat : 735 (java) S 726 728 691 0 -1 64 674 0 0 0 21 0 0 0 16 0 9 0 28662781 888356864 18379 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=736] ppid=726 vsize=867536 CPUtime=0
/proc/728/task/736/stat : 736 (java) S 726 728 691 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28662781 888356864 18379 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=737] ppid=726 vsize=867536 CPUtime=0
/proc/728/task/737/stat : 737 (java) S 726 728 691 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28662781 888356864 18379 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867536

[startup+3.10207 s]
/proc/loadavg: 1.92 1.99 1.99 3/89 737
/proc/meminfo: memFree=1694160/2055920 swapFree=4192812/4192956
[pid=728] ppid=726 vsize=867860 CPUtime=2.16
/proc/728/stat : 728 (java) S 726 728 691 0 -1 0 20213 0 1 0 182 34 0 0 18 0 10 0 28662775 888688640 18433 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/728/statm: 216965 18433 2034 9 0 211423 0
[pid=728/tid=730] ppid=726 vsize=867860 CPUtime=1.82
/proc/728/task/730/stat : 730 (java) S 726 728 691 0 -1 64 16783 0 1 0 150 32 0 0 15 0 10 0 28662777 888688640 18433 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=728/tid=731] ppid=726 vsize=867860 CPUtime=0.06
/proc/728/task/731/stat : 731 (java) S 726 728 691 0 -1 64 1913 0 0 0 6 0 0 0 16 0 10 0 28662778 888688640 18433 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=732] ppid=726 vsize=867860 CPUtime=0
/proc/728/task/732/stat : 732 (java) S 726 728 691 0 -1 64 16 0 0 0 0 0 0 0 16 0 10 0 28662778 888688640 18433 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=733] ppid=726 vsize=867860 CPUtime=0
/proc/728/task/733/stat : 733 (java) S 726 728 691 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 28662778 888688640 18433 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=734] ppid=726 vsize=867860 CPUtime=0
/proc/728/task/734/stat : 734 (java) S 726 728 691 0 -1 64 2 0 0 0 0 0 0 0 18 0 10 0 28662781 888688640 18433 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=735] ppid=726 vsize=867860 CPUtime=0.25
/proc/728/task/735/stat : 735 (java) S 726 728 691 0 -1 64 741 0 0 0 25 0 0 0 15 0 10 0 28662781 888688640 18433 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=736] ppid=726 vsize=867860 CPUtime=0
/proc/728/task/736/stat : 736 (java) S 726 728 691 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 28662781 888688640 18433 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=737] ppid=726 vsize=867860 CPUtime=0
/proc/728/task/737/stat : 737 (java) S 726 728 691 0 -1 64 7 0 0 0 0 0 0 0 15 0 10 0 28662781 888688640 18433 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 867860
heavy processes:

[startup+6.30155 s]
/proc/loadavg: 1.93 1.99 1.99 4/91 741
/proc/meminfo: memFree=1665528/2055920 swapFree=4192812/4192956
[pid=728] ppid=726 vsize=868380 CPUtime=6.22
/proc/728/stat : 728 (java) S 726 728 691 0 -1 0 54242 1592 1 0 441 44 135 2 18 0 9 0 28662775 889221120 25949 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/728/statm: 217095 25949 2664 9 0 211531 0
[pid=728/tid=730] ppid=726 vsize=868380 CPUtime=5.45
/proc/728/task/730/stat : 730 (java) R 726 728 691 0 -1 64 31907 1592 1 0 372 36 135 2 17 0 9 0 28662777 889221120 25949 996147200 134512640 134550932 4294955968 18446744073709551615 4127430580 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=731] ppid=726 vsize=868380 CPUtime=1.72
/proc/728/task/731/stat : 731 (java) S 726 728 691 0 -1 64 20440 1592 0 0 30 5 135 2 16 0 9 0 28662778 889221120 25949 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=728/tid=732] ppid=726 vsize=868380 CPUtime=1.37
/proc/728/task/732/stat : 732 (java) S 726 728 691 0 -1 64 24 1592 0 0 0 0 135 2 15 0 9 0 28662778 889221120 25949 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=733] ppid=726 vsize=868380 CPUtime=1.37
/proc/728/task/733/stat : 733 (java) S 726 728 691 0 -1 64 13 1592 0 0 0 0 135 2 16 0 9 0 28662778 889221120 25949 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=728/tid=734] ppid=726 vsize=868380 CPUtime=1.37
/proc/728/task/734/stat : 734 (java) S 726 728 691 0 -1 64 2 1592 0 0 0 0 135 2 18 0 9 0 28662781 889221120 25949 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=735] ppid=726 vsize=868380 CPUtime=1.75
/proc/728/task/735/stat : 735 (java) S 726 728 691 0 -1 64 1020 1592 0 0 37 1 135 2 15 0 9 0 28662781 889221120 25949 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=736] ppid=726 vsize=868380 CPUtime=1.37
/proc/728/task/736/stat : 736 (java) S 726 728 691 0 -1 64 1 1592 0 0 0 0 135 2 19 0 9 0 28662781 889221120 25949 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=737] ppid=726 vsize=868380 CPUtime=1.37
/proc/728/task/737/stat : 737 (java) S 726 728 691 0 -1 64 27 1592 0 0 0 0 135 2 15 0 9 0 28662781 889221120 25949 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 868380

[startup+12.7025 s]
/proc/loadavg: 1.93 1.99 1.99 3/89 741
/proc/meminfo: memFree=1666304/2055920 swapFree=4192812/4192956
[pid=728] ppid=726 vsize=868380 CPUtime=12.55
/proc/728/stat : 728 (java) S 726 728 691 0 -1 0 54245 1592 1 0 1074 44 135 2 18 0 9 0 28662775 889221120 25950 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/728/statm: 217095 25950 2664 9 0 211531 0
[pid=728/tid=730] ppid=726 vsize=868380 CPUtime=11.78
/proc/728/task/730/stat : 730 (java) R 726 728 691 0 -1 64 31909 1592 1 0 1005 36 135 2 19 0 9 0 28662777 889221120 25950 996147200 134512640 134550932 4294955968 18446744073709551615 4127430583 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=731] ppid=726 vsize=868380 CPUtime=1.72
/proc/728/task/731/stat : 731 (java) S 726 728 691 0 -1 64 20440 1592 0 0 30 5 135 2 16 0 9 0 28662778 889221120 25950 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=728/tid=732] ppid=726 vsize=868380 CPUtime=1.37
/proc/728/task/732/stat : 732 (java) S 726 728 691 0 -1 64 24 1592 0 0 0 0 135 2 15 0 9 0 28662778 889221120 25950 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=733] ppid=726 vsize=868380 CPUtime=1.37
/proc/728/task/733/stat : 733 (java) S 726 728 691 0 -1 64 13 1592 0 0 0 0 135 2 16 0 9 0 28662778 889221120 25950 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=728/tid=734] ppid=726 vsize=868380 CPUtime=1.37
/proc/728/task/734/stat : 734 (java) S 726 728 691 0 -1 64 2 1592 0 0 0 0 135 2 18 0 9 0 28662781 889221120 25950 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=735] ppid=726 vsize=868380 CPUtime=1.75
/proc/728/task/735/stat : 735 (java) S 726 728 691 0 -1 64 1021 1592 0 0 37 1 135 2 16 0 9 0 28662781 889221120 25950 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=736] ppid=726 vsize=868380 CPUtime=1.37
/proc/728/task/736/stat : 736 (java) S 726 728 691 0 -1 64 1 1592 0 0 0 0 135 2 19 0 9 0 28662781 889221120 25950 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=737] ppid=726 vsize=868380 CPUtime=1.37
/proc/728/task/737/stat : 737 (java) S 726 728 691 0 -1 64 27 1592 0 0 0 0 135 2 15 0 9 0 28662781 889221120 25950 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 868380

[startup+25.5013 s]
/proc/loadavg: 1.95 1.99 1.99 3/89 741
/proc/meminfo: memFree=1666432/2055920 swapFree=4192812/4192956
[pid=728] ppid=726 vsize=868380 CPUtime=25.23
/proc/728/stat : 728 (java) S 726 728 691 0 -1 0 54326 1592 1 0 2341 45 135 2 18 0 9 0 28662775 889221120 25983 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/728/statm: 217095 25983 2664 9 0 211531 0
[pid=728/tid=730] ppid=726 vsize=868380 CPUtime=24.39
/proc/728/task/730/stat : 730 (java) R 726 728 691 0 -1 64 31920 1592 1 0 2266 36 135 2 17 0 9 0 28662777 889221120 25983 996147200 134512640 134550932 4294955968 18446744073709551615 4127343849 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=731] ppid=726 vsize=868380 CPUtime=1.72
/proc/728/task/731/stat : 731 (java) S 726 728 691 0 -1 64 20440 1592 0 0 30 5 135 2 16 0 9 0 28662778 889221120 25983 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=728/tid=732] ppid=726 vsize=868380 CPUtime=1.37
/proc/728/task/732/stat : 732 (java) S 726 728 691 0 -1 64 24 1592 0 0 0 0 135 2 15 0 9 0 28662778 889221120 25983 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=733] ppid=726 vsize=868380 CPUtime=1.37
/proc/728/task/733/stat : 733 (java) S 726 728 691 0 -1 64 13 1592 0 0 0 0 135 2 16 0 9 0 28662778 889221120 25983 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=728/tid=734] ppid=726 vsize=868380 CPUtime=1.37
/proc/728/task/734/stat : 734 (java) S 726 728 691 0 -1 64 2 1592 0 0 0 0 135 2 18 0 9 0 28662781 889221120 25983 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=735] ppid=726 vsize=868380 CPUtime=1.82
/proc/728/task/735/stat : 735 (java) S 726 728 691 0 -1 64 1091 1592 0 0 44 1 135 2 16 0 9 0 28662781 889221120 25983 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=736] ppid=726 vsize=868380 CPUtime=1.37
/proc/728/task/736/stat : 736 (java) S 726 728 691 0 -1 64 1 1592 0 0 0 0 135 2 19 0 9 0 28662781 889221120 25983 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=737] ppid=726 vsize=868380 CPUtime=1.37
/proc/728/task/737/stat : 737 (java) S 726 728 691 0 -1 64 27 1592 0 0 0 0 135 2 15 0 9 0 28662781 889221120 25983 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 868380

[startup+51.1011 s]
/proc/loadavg: 1.96 1.99 1.99 3/89 741
/proc/meminfo: memFree=1666496/2055920 swapFree=4192812/4192956
[pid=728] ppid=726 vsize=868380 CPUtime=50.58
/proc/728/stat : 728 (java) S 726 728 691 0 -1 0 54328 1592 1 0 4876 45 135 2 18 0 9 0 28662775 889221120 25984 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/728/statm: 217095 25984 2664 9 0 211531 0
[pid=728/tid=730] ppid=726 vsize=868380 CPUtime=49.74
/proc/728/task/730/stat : 730 (java) R 726 728 691 0 -1 64 31921 1592 1 0 4801 36 135 2 25 0 9 0 28662777 889221120 25984 996147200 134512640 134550932 4294955968 18446744073709551615 4127451094 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=731] ppid=726 vsize=868380 CPUtime=1.72
/proc/728/task/731/stat : 731 (java) S 726 728 691 0 -1 64 20440 1592 0 0 30 5 135 2 16 0 9 0 28662778 889221120 25984 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=728/tid=732] ppid=726 vsize=868380 CPUtime=1.37
/proc/728/task/732/stat : 732 (java) S 726 728 691 0 -1 64 24 1592 0 0 0 0 135 2 15 0 9 0 28662778 889221120 25984 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=733] ppid=726 vsize=868380 CPUtime=1.37
/proc/728/task/733/stat : 733 (java) S 726 728 691 0 -1 64 13 1592 0 0 0 0 135 2 16 0 9 0 28662778 889221120 25984 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=728/tid=734] ppid=726 vsize=868380 CPUtime=1.37
/proc/728/task/734/stat : 734 (java) S 726 728 691 0 -1 64 2 1592 0 0 0 0 135 2 18 0 9 0 28662781 889221120 25984 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=735] ppid=726 vsize=868380 CPUtime=1.82
/proc/728/task/735/stat : 735 (java) S 726 728 691 0 -1 64 1092 1592 0 0 44 1 135 2 17 0 9 0 28662781 889221120 25984 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=736] ppid=726 vsize=868380 CPUtime=1.37

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

/proc/728/task/733/stat : 733 (java) S 726 728 691 0 -1 64 13 1592 0 0 0 0 135 2 16 0 9 0 28662778 889221120 25984 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=728/tid=734] ppid=726 vsize=868380 CPUtime=1.37
/proc/728/task/734/stat : 734 (java) S 726 728 691 0 -1 64 2 1592 0 0 0 0 135 2 18 0 9 0 28662781 889221120 25984 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=735] ppid=726 vsize=868380 CPUtime=1.82
/proc/728/task/735/stat : 735 (java) S 726 728 691 0 -1 64 1092 1592 0 0 44 1 135 2 16 0 9 0 28662781 889221120 25984 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=736] ppid=726 vsize=868380 CPUtime=1.37
/proc/728/task/736/stat : 736 (java) S 726 728 691 0 -1 64 1 1592 0 0 0 0 135 2 19 0 9 0 28662781 889221120 25984 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=737] ppid=726 vsize=868380 CPUtime=1.37
/proc/728/task/737/stat : 737 (java) S 726 728 691 0 -1 64 27 1592 0 0 0 0 135 2 15 0 9 0 28662781 889221120 25984 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1528.54
Current children cumulated vsize (KiB) 868380

[startup+1602.3 s]
/proc/loadavg: 2.18 2.08 2.02 3/89 823
/proc/meminfo: memFree=1677568/2055920 swapFree=4192812/4192956
[pid=728] ppid=726 vsize=868380 CPUtime=1588.51
/proc/728/stat : 728 (java) S 726 728 691 0 -1 0 54328 1592 1 0 158668 46 135 2 18 0 9 0 28662775 889221120 25984 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/728/statm: 217095 25984 2664 9 0 211531 0
[pid=728/tid=730] ppid=726 vsize=868380 CPUtime=1587.68
/proc/728/task/730/stat : 730 (java) R 726 728 691 0 -1 64 31921 1592 1 0 158593 38 135 2 25 0 9 0 28662777 889221120 25984 996147200 134512640 134550932 4294955968 18446744073709551615 4127324012 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=728/tid=731] ppid=726 vsize=868380 CPUtime=1.72
/proc/728/task/731/stat : 731 (java) S 726 728 691 0 -1 64 20440 1592 0 0 30 5 135 2 16 0 9 0 28662778 889221120 25984 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=728/tid=732] ppid=726 vsize=868380 CPUtime=1.37
/proc/728/task/732/stat : 732 (java) S 726 728 691 0 -1 64 24 1592 0 0 0 0 135 2 15 0 9 0 28662778 889221120 25984 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=733] ppid=726 vsize=868380 CPUtime=1.37
/proc/728/task/733/stat : 733 (java) S 726 728 691 0 -1 64 13 1592 0 0 0 0 135 2 16 0 9 0 28662778 889221120 25984 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=728/tid=734] ppid=726 vsize=868380 CPUtime=1.37
/proc/728/task/734/stat : 734 (java) S 726 728 691 0 -1 64 2 1592 0 0 0 0 135 2 18 0 9 0 28662781 889221120 25984 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=735] ppid=726 vsize=868380 CPUtime=1.82
/proc/728/task/735/stat : 735 (java) S 726 728 691 0 -1 64 1092 1592 0 0 44 1 135 2 16 0 9 0 28662781 889221120 25984 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=736] ppid=726 vsize=868380 CPUtime=1.37
/proc/728/task/736/stat : 736 (java) S 726 728 691 0 -1 64 1 1592 0 0 0 0 135 2 19 0 9 0 28662781 889221120 25984 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=737] ppid=726 vsize=868380 CPUtime=1.37
/proc/728/task/737/stat : 737 (java) S 726 728 691 0 -1 64 27 1592 0 0 0 0 135 2 15 0 9 0 28662781 889221120 25984 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1588.51
Current children cumulated vsize (KiB) 868380

[startup+1662.3 s]
/proc/loadavg: 2.11 2.07 2.02 3/89 823
/proc/meminfo: memFree=1677504/2055920 swapFree=4192812/4192956
[pid=728] ppid=726 vsize=868380 CPUtime=1648.48
/proc/728/stat : 728 (java) S 726 728 691 0 -1 0 54328 1592 1 0 164665 46 135 2 18 0 9 0 28662775 889221120 25984 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/728/statm: 217095 25984 2664 9 0 211531 0
[pid=728/tid=730] ppid=726 vsize=868380 CPUtime=1647.65
/proc/728/task/730/stat : 730 (java) R 726 728 691 0 -1 64 31921 1592 1 0 164590 38 135 2 25 0 9 0 28662777 889221120 25984 996147200 134512640 134550932 4294955968 18446744073709551615 4127451081 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=728/tid=731] ppid=726 vsize=868380 CPUtime=1.72
/proc/728/task/731/stat : 731 (java) S 726 728 691 0 -1 64 20440 1592 0 0 30 5 135 2 16 0 9 0 28662778 889221120 25984 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=728/tid=732] ppid=726 vsize=868380 CPUtime=1.37
/proc/728/task/732/stat : 732 (java) S 726 728 691 0 -1 64 24 1592 0 0 0 0 135 2 15 0 9 0 28662778 889221120 25984 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=733] ppid=726 vsize=868380 CPUtime=1.37
/proc/728/task/733/stat : 733 (java) S 726 728 691 0 -1 64 13 1592 0 0 0 0 135 2 16 0 9 0 28662778 889221120 25984 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=728/tid=734] ppid=726 vsize=868380 CPUtime=1.37
/proc/728/task/734/stat : 734 (java) S 726 728 691 0 -1 64 2 1592 0 0 0 0 135 2 18 0 9 0 28662781 889221120 25984 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=735] ppid=726 vsize=868380 CPUtime=1.82
/proc/728/task/735/stat : 735 (java) S 726 728 691 0 -1 64 1092 1592 0 0 44 1 135 2 16 0 9 0 28662781 889221120 25984 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=736] ppid=726 vsize=868380 CPUtime=1.37
/proc/728/task/736/stat : 736 (java) S 726 728 691 0 -1 64 1 1592 0 0 0 0 135 2 19 0 9 0 28662781 889221120 25984 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=737] ppid=726 vsize=868380 CPUtime=1.37
/proc/728/task/737/stat : 737 (java) S 726 728 691 0 -1 64 27 1592 0 0 0 0 135 2 15 0 9 0 28662781 889221120 25984 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1648.48
Current children cumulated vsize (KiB) 868380

[startup+1722.3 s]
/proc/loadavg: 2.04 2.06 2.01 3/89 823
/proc/meminfo: memFree=1677440/2055920 swapFree=4192812/4192956
[pid=728] ppid=726 vsize=868380 CPUtime=1708.47
/proc/728/stat : 728 (java) S 726 728 691 0 -1 0 54328 1592 1 0 170663 47 135 2 18 0 9 0 28662775 889221120 25984 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/728/statm: 217095 25984 2664 9 0 211531 0
[pid=728/tid=730] ppid=726 vsize=868380 CPUtime=1707.62
/proc/728/task/730/stat : 730 (java) R 726 728 691 0 -1 64 31921 1592 1 0 170587 38 135 2 25 0 9 0 28662777 889221120 25984 996147200 134512640 134550932 4294955968 18446744073709551615 4127343808 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=728/tid=731] ppid=726 vsize=868380 CPUtime=1.72
/proc/728/task/731/stat : 731 (java) S 726 728 691 0 -1 64 20440 1592 0 0 30 5 135 2 16 0 9 0 28662778 889221120 25984 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=728/tid=732] ppid=726 vsize=868380 CPUtime=1.37
/proc/728/task/732/stat : 732 (java) S 726 728 691 0 -1 64 24 1592 0 0 0 0 135 2 15 0 9 0 28662778 889221120 25984 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=733] ppid=726 vsize=868380 CPUtime=1.37
/proc/728/task/733/stat : 733 (java) S 726 728 691 0 -1 64 13 1592 0 0 0 0 135 2 16 0 9 0 28662778 889221120 25984 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=728/tid=734] ppid=726 vsize=868380 CPUtime=1.37
/proc/728/task/734/stat : 734 (java) S 726 728 691 0 -1 64 2 1592 0 0 0 0 135 2 18 0 9 0 28662781 889221120 25984 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=735] ppid=726 vsize=868380 CPUtime=1.82
/proc/728/task/735/stat : 735 (java) S 726 728 691 0 -1 64 1092 1592 0 0 44 1 135 2 16 0 9 0 28662781 889221120 25984 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=736] ppid=726 vsize=868380 CPUtime=1.37
/proc/728/task/736/stat : 736 (java) S 726 728 691 0 -1 64 1 1592 0 0 0 0 135 2 19 0 9 0 28662781 889221120 25984 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=737] ppid=726 vsize=868380 CPUtime=1.37
/proc/728/task/737/stat : 737 (java) S 726 728 691 0 -1 64 27 1592 0 0 0 0 135 2 15 0 9 0 28662781 889221120 25984 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1708.47
Current children cumulated vsize (KiB) 868380

[startup+1782.3 s]
/proc/loadavg: 1.98 2.03 2.00 3/89 862
/proc/meminfo: memFree=1673664/2055920 swapFree=4192812/4192956
[pid=728] ppid=726 vsize=868380 CPUtime=1768.44
/proc/728/stat : 728 (java) S 726 728 691 0 -1 0 54328 1592 1 0 176660 47 135 2 18 0 9 0 28662775 889221120 25984 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/728/statm: 217095 25984 2664 9 0 211531 0
[pid=728/tid=730] ppid=726 vsize=868380 CPUtime=1767.61
/proc/728/task/730/stat : 730 (java) R 726 728 691 0 -1 64 31921 1592 1 0 176585 39 135 2 25 0 9 0 28662777 889221120 25984 996147200 134512640 134550932 4294955968 18446744073709551615 4127451091 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=728/tid=731] ppid=726 vsize=868380 CPUtime=1.72
/proc/728/task/731/stat : 731 (java) S 726 728 691 0 -1 64 20440 1592 0 0 30 5 135 2 16 0 9 0 28662778 889221120 25984 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=728/tid=732] ppid=726 vsize=868380 CPUtime=1.37
/proc/728/task/732/stat : 732 (java) S 726 728 691 0 -1 64 24 1592 0 0 0 0 135 2 15 0 9 0 28662778 889221120 25984 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=733] ppid=726 vsize=868380 CPUtime=1.37
/proc/728/task/733/stat : 733 (java) S 726 728 691 0 -1 64 13 1592 0 0 0 0 135 2 16 0 9 0 28662778 889221120 25984 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=728/tid=734] ppid=726 vsize=868380 CPUtime=1.37
/proc/728/task/734/stat : 734 (java) S 726 728 691 0 -1 64 2 1592 0 0 0 0 135 2 18 0 9 0 28662781 889221120 25984 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=735] ppid=726 vsize=868380 CPUtime=1.82
/proc/728/task/735/stat : 735 (java) S 726 728 691 0 -1 64 1092 1592 0 0 44 1 135 2 16 0 9 0 28662781 889221120 25984 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=736] ppid=726 vsize=868380 CPUtime=1.37
/proc/728/task/736/stat : 736 (java) S 726 728 691 0 -1 64 1 1592 0 0 0 0 135 2 19 0 9 0 28662781 889221120 25984 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=737] ppid=726 vsize=868380 CPUtime=1.37
/proc/728/task/737/stat : 737 (java) S 726 728 691 0 -1 64 27 1592 0 0 0 0 135 2 15 0 9 0 28662781 889221120 25984 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1768.44
Current children cumulated vsize (KiB) 868380



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.91 s]
/proc/loadavg: 1.99 2.03 2.00 3/89 862
/proc/meminfo: memFree=1673600/2055920 swapFree=4192812/4192956
[pid=728] ppid=726 vsize=868380 CPUtime=1800.04
/proc/728/stat : 728 (java) S 726 728 691 0 -1 0 54328 1592 1 0 179820 47 135 2 18 0 9 0 28662775 889221120 25984 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/728/statm: 217095 25984 2664 9 0 211531 0
[pid=728/tid=730] ppid=726 vsize=868380 CPUtime=1799.2
/proc/728/task/730/stat : 730 (java) R 726 728 691 0 -1 64 31921 1592 1 0 179744 39 135 2 25 0 9 0 28662777 889221120 25984 996147200 134512640 134550932 4294955968 18446744073709551615 4127451091 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=728/tid=731] ppid=726 vsize=868380 CPUtime=1.72
/proc/728/task/731/stat : 731 (java) S 726 728 691 0 -1 64 20440 1592 0 0 30 5 135 2 16 0 9 0 28662778 889221120 25984 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=728/tid=732] ppid=726 vsize=868380 CPUtime=1.37
/proc/728/task/732/stat : 732 (java) S 726 728 691 0 -1 64 24 1592 0 0 0 0 135 2 15 0 9 0 28662778 889221120 25984 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=733] ppid=726 vsize=868380 CPUtime=1.37
/proc/728/task/733/stat : 733 (java) S 726 728 691 0 -1 64 13 1592 0 0 0 0 135 2 16 0 9 0 28662778 889221120 25984 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=728/tid=734] ppid=726 vsize=868380 CPUtime=1.37
/proc/728/task/734/stat : 734 (java) S 726 728 691 0 -1 64 2 1592 0 0 0 0 135 2 18 0 9 0 28662781 889221120 25984 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=735] ppid=726 vsize=868380 CPUtime=1.82
/proc/728/task/735/stat : 735 (java) S 726 728 691 0 -1 64 1092 1592 0 0 44 1 135 2 16 0 9 0 28662781 889221120 25984 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=736] ppid=726 vsize=868380 CPUtime=1.37
/proc/728/task/736/stat : 736 (java) S 726 728 691 0 -1 64 1 1592 0 0 0 0 135 2 19 0 9 0 28662781 889221120 25984 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=737] ppid=726 vsize=868380 CPUtime=1.37
/proc/728/task/737/stat : 737 (java) S 726 728 691 0 -1 64 27 1592 0 0 0 0 135 2 15 0 9 0 28662781 889221120 25984 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 868380

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

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

[startup+1813.91 s]
/proc/loadavg: 1.99 2.03 2.00 3/89 862
/proc/meminfo: memFree=1673600/2055920 swapFree=4192812/4192956
[pid=728] ppid=726 vsize=868380 CPUtime=1800.04
/proc/728/stat : 728 (java) S 726 728 691 0 -1 0 54328 1592 1 0 179820 47 135 2 18 0 9 0 28662775 889221120 25984 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/728/statm: 217095 25984 2664 9 0 211531 0
[pid=728/tid=730] ppid=726 vsize=868380 CPUtime=1799.2
/proc/728/task/730/stat : 730 (java) R 726 728 691 0 -1 64 31921 1592 1 0 179744 39 135 2 25 0 9 0 28662777 889221120 25984 996147200 134512640 134550932 4294955968 18446744073709551615 4127451091 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=728/tid=731] ppid=726 vsize=868380 CPUtime=1.72
/proc/728/task/731/stat : 731 (java) S 726 728 691 0 -1 64 20440 1592 0 0 30 5 135 2 16 0 9 0 28662778 889221120 25984 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=728/tid=732] ppid=726 vsize=868380 CPUtime=1.37
/proc/728/task/732/stat : 732 (java) S 726 728 691 0 -1 64 24 1592 0 0 0 0 135 2 15 0 9 0 28662778 889221120 25984 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=733] ppid=726 vsize=868380 CPUtime=1.37
/proc/728/task/733/stat : 733 (java) S 726 728 691 0 -1 64 13 1592 0 0 0 0 135 2 16 0 9 0 28662778 889221120 25984 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=728/tid=734] ppid=726 vsize=868380 CPUtime=1.37
/proc/728/task/734/stat : 734 (java) S 726 728 691 0 -1 64 2 1592 0 0 0 0 135 2 18 0 9 0 28662781 889221120 25984 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=735] ppid=726 vsize=868380 CPUtime=1.82
/proc/728/task/735/stat : 735 (java) S 726 728 691 0 -1 64 1092 1592 0 0 44 1 135 2 16 0 9 0 28662781 889221120 25984 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=736] ppid=726 vsize=868380 CPUtime=1.37
/proc/728/task/736/stat : 736 (java) S 726 728 691 0 -1 64 1 1592 0 0 0 0 135 2 19 0 9 0 28662781 889221120 25984 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=728/tid=737] ppid=726 vsize=868380 CPUtime=1.37
/proc/728/task/737/stat : 737 (java) S 726 728 691 0 -1 64 27 1592 0 0 0 0 135 2 15 0 9 0 28662781 889221120 25984 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 868380

Child status: 143
Real time (s): 1813.96
CPU time (s): 1800.1
CPU user time (s): 1799.58
CPU system time (s): 0.518921
CPU usage (%): 99.2362
Max. virtual memory (cumulated for all children) (KiB): 875256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.58
system time used= 0.518921
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55947
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= 38608
involuntary context switches= 42231

runsolver used 2.26166 second user time and 6.00509 second system time

The end

Launcher Data

Begin job on node30 at 2009-07-12 18:26:07
IDJOB=2098506
IDBENCH=58702
IDSOLVER=774
FILE ID=node30/2098506-1247415966
PBS_JOBID= 9510696
Free space on /tmp= 66380 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/bibd12-13/normalized-bibd-12-88-22-3-4_glb.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2098506-1247415966/watcher-2098506-1247415966 -o /tmp/evaluation-result-2098506-1247415966/solver-2098506-1247415966 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2098506-1247415966.xml

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

MD5SUM BENCH= 83e7dace3e98d97ebd040351147b0e7a
RANDOM SEED=156730122

node30.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.277
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.277
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:       1761208 kB
Buffers:         43432 kB
Cached:         130648 kB
SwapCached:          0 kB
Active:         172316 kB
Inactive:        63576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1761208 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3444 kB
Writeback:           0 kB
Mapped:          82228 kB
Slab:            44220 kB
Committed_AS:  1014832 kB
PageTables:       1840 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= 66376 MiB
End job on node30 at 2009-07-12 18:56:23