Trace number 2094301

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.15 1801.03

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-6.xml
MD5SUM4557782171b25598d03a057775c7d656
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark53.1189
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of constraints45572
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension45272
Global constraints used (with number of constraints)alldifferent(300)

Solver Data

0.02/0.09	
0.02/0.09	Abscon 112 (May, 2008)
0.18/0.26	
0.18/0.26	   configuration
0.18/0.26	     name=mac.xml
0.28/0.30	   
0.28/0.30	   instance
0.28/0.30	     name=HOME/instance-2094301-1247403329.xml
0.28/0.34	   
0.28/0.34	   domains being loaded...
0.28/0.35	   
0.28/0.35	   variables being loaded...
0.38/0.49	     nbVariables=700  nbDomainTypes=30  minDomainSize=1  maxDomainSize=45  nbTotalValues=17005
0.38/0.49	       =>  wckTime=0.224  cpuTime=0.16  mem=9M844
0.38/0.49	   
0.38/0.49	   predicates being loaded...
0.48/0.55	   
0.48/0.55	   constraints being loaded...
12.56/12.74	     nbConstraints=45573  nbGlobalConstraints=301  nbSingletonDomainVariables=19  nbConflictsStructures=22
12.56/12.74	     nbSharedConflictsStructures=5285  nbUnbuiltConflictsStructures=407  nbSharedBinaryRepresentations=0
12.56/12.74	     nbEvaluationManagers=429  nbSharedEvaluationManagers=44843  minDegree=175  maxDegree=350  minArity=4  avgArity=4.09
12.56/12.74	     maxArity=20  nbGenerators=1  nbFusions=0  symmetryWckTime=2.366  symmetryCpuTime=0.75
12.56/12.74	       =>  wckTime=12.474  cpuTime=9.38  mem=241M197
13.25/13.47	   
13.25/13.47	   solver IterativeSystematicSolver being built... 
15.65/15.89	   
15.65/15.89	   INFO : Forward propagation technique limited 
15.75/15.97	       =>  wckTime=15.699  cpuTime=10.81  mem=393M387
18.15/18.35	   
18.15/18.35	   preprocessing
18.15/18.35	     nbConstraintChecks=3784399  nbValidityChecks=140315  nbPropagations=700  nbRevisions=159860
18.15/18.35	     nbUselessRevisions=159860  nbRemovedValues=0  detectedInconsistency=no
18.15/18.35	       =>  wckTime=2.379  cpuTime=2.36  mem=400M466
101.42/101.63	   
101.42/101.63	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=404M545)

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-2094301-1247403329/watcher-2094301-1247403329 -o /tmp/evaluation-result-2094301-1247403329/solver-2094301-1247403329 -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-2094301-1247403329.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 1.97 1.77 4/80 27763
/proc/meminfo: memFree=1774904/2055920 swapFree=4192812/4192956
[pid=27763] ppid=27761 vsize=18576 CPUtime=0
/proc/27763/stat : 27763 (runsolver) R 27761 27763 27396 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 27396854 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 236437695783 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/27763/statm: 4644 284 249 26 0 2626 0

[startup+0.0472251 s]
/proc/loadavg: 1.99 1.97 1.77 4/80 27763
/proc/meminfo: memFree=1774904/2055920 swapFree=4192812/4192956
[pid=27763] ppid=27761 vsize=861936 CPUtime=0.02
/proc/27763/stat : 27763 (java) S 27761 27763 27396 0 -1 0 2276 0 1 0 1 1 0 0 18 0 5 0 27396854 882622464 1879 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/27763/statm: 215484 1879 861 9 0 210399 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 861936

[startup+0.101779 s]
/proc/loadavg: 1.99 1.97 1.77 4/80 27763
/proc/meminfo: memFree=1774904/2055920 swapFree=4192812/4192956
[pid=27763] ppid=27761 vsize=865984 CPUtime=0.09
/proc/27763/stat : 27763 (java) S 27761 27763 27396 0 -1 0 3720 0 1 0 7 2 0 0 18 0 9 0 27396854 886767616 3188 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27763/statm: 216496 3188 1695 9 0 210981 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865984

[startup+0.301806 s]
/proc/loadavg: 1.99 1.97 1.77 4/80 27763
/proc/meminfo: memFree=1774904/2055920 swapFree=4192812/4192956
[pid=27763] ppid=27761 vsize=866380 CPUtime=0.28
/proc/27763/stat : 27763 (java) S 27761 27763 27396 0 -1 0 5771 0 1 0 25 3 0 0 18 0 9 0 27396854 887173120 5160 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27763/statm: 216595 5160 1958 9 0 211053 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.702848 s]
/proc/loadavg: 1.99 1.97 1.77 4/80 27763
/proc/meminfo: memFree=1774904/2055920 swapFree=4192812/4192956
[pid=27763] ppid=27761 vsize=867780 CPUtime=0.68
/proc/27763/stat : 27763 (java) S 27761 27763 27396 0 -1 0 8862 0 1 0 63 5 0 0 18 0 9 0 27396854 888606720 8216 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27763/statm: 216945 8216 2038 9 0 211381 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867780

[startup+1.50294 s]
/proc/loadavg: 2.07 1.99 1.78 3/89 27772
/proc/meminfo: memFree=1732336/2055920 swapFree=4192812/4192956
[pid=27763] ppid=27761 vsize=867692 CPUtime=1.47
/proc/27763/stat : 27763 (java) S 27761 27763 27396 0 -1 0 18537 0 1 0 136 11 0 0 18 0 9 0 27396854 888516608 17865 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27763/statm: 216923 17865 2028 9 0 211381 0
[pid=27763/tid=27765] ppid=27761 vsize=867692 CPUtime=1.22
/proc/27763/task/27765/stat : 27765 (java) R 27761 27763 27396 0 -1 64 15798 0 1 0 113 9 0 0 25 0 9 0 27396855 888516608 17865 996147200 134512640 134550932 4294955968 18446744073709551615 102094001 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27763/tid=27766] ppid=27761 vsize=867692 CPUtime=0.06
/proc/27763/task/27766/stat : 27766 (java) S 27761 27763 27396 0 -1 64 1361 0 0 0 5 1 0 0 16 0 9 0 27396857 888516608 17865 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27763/tid=27767] ppid=27761 vsize=867692 CPUtime=0
/proc/27763/task/27767/stat : 27767 (java) S 27761 27763 27396 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27396857 888516608 17865 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27763/tid=27768] ppid=27761 vsize=867692 CPUtime=0
/proc/27763/task/27768/stat : 27768 (java) S 27761 27763 27396 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27396857 888516608 17865 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27763/tid=27769] ppid=27761 vsize=867692 CPUtime=0
/proc/27763/task/27769/stat : 27769 (java) S 27761 27763 27396 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 27396859 888516608 17865 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27763/tid=27770] ppid=27761 vsize=867692 CPUtime=0.17
/proc/27763/task/27770/stat : 27770 (java) S 27761 27763 27396 0 -1 64 676 0 0 0 17 0 0 0 16 0 9 0 27396859 888516608 17865 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27763/tid=27771] ppid=27761 vsize=867692 CPUtime=0
/proc/27763/task/27771/stat : 27771 (java) S 27761 27763 27396 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 27396859 888516608 17865 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27763/tid=27772] ppid=27761 vsize=867692 CPUtime=0
/proc/27763/task/27772/stat : 27772 (java) S 27761 27763 27396 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27396859 888516608 17865 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) 867692

[startup+3.10112 s]
/proc/loadavg: 2.07 1.99 1.78 3/89 27772
/proc/meminfo: memFree=1700016/2055920 swapFree=4192812/4192956
[pid=27763] ppid=27761 vsize=867692 CPUtime=3.06
/proc/27763/stat : 27763 (java) S 27761 27763 27396 0 -1 0 22788 0 1 0 293 13 0 0 18 0 9 0 27396854 888516608 22114 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27763/statm: 216923 22114 2028 9 0 211381 0
[pid=27763/tid=27765] ppid=27761 vsize=867692 CPUtime=2.6
/proc/27763/task/27765/stat : 27765 (java) R 27761 27763 27396 0 -1 64 15800 0 1 0 251 9 0 0 25 0 9 0 27396855 888516608 22114 996147200 134512640 134550932 4294955968 18446744073709551615 102883287 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27763/tid=27766] ppid=27761 vsize=867692 CPUtime=0.26
/proc/27763/task/27766/stat : 27766 (java) S 27761 27763 27396 0 -1 64 5610 0 0 0 24 2 0 0 16 0 9 0 27396857 888516608 22114 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27763/tid=27767] ppid=27761 vsize=867692 CPUtime=0
/proc/27763/task/27767/stat : 27767 (java) S 27761 27763 27396 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27396857 888516608 22114 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27763/tid=27768] ppid=27761 vsize=867692 CPUtime=0
/proc/27763/task/27768/stat : 27768 (java) S 27761 27763 27396 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27396857 888516608 22114 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27763/tid=27769] ppid=27761 vsize=867692 CPUtime=0
/proc/27763/task/27769/stat : 27769 (java) S 27761 27763 27396 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 27396859 888516608 22114 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27763/tid=27770] ppid=27761 vsize=867692 CPUtime=0.17
/proc/27763/task/27770/stat : 27770 (java) S 27761 27763 27396 0 -1 64 676 0 0 0 17 0 0 0 16 0 9 0 27396859 888516608 22114 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27763/tid=27771] ppid=27761 vsize=867692 CPUtime=0
/proc/27763/task/27771/stat : 27771 (java) S 27761 27763 27396 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 27396859 888516608 22114 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27763/tid=27772] ppid=27761 vsize=867692 CPUtime=0
/proc/27763/task/27772/stat : 27772 (java) S 27761 27763 27396 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27396859 888516608 22114 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) 867692

[startup+6.30249 s]
/proc/loadavg: 2.07 1.99 1.78 3/89 27772
/proc/meminfo: memFree=1671032/2055920 swapFree=4192812/4192956
[pid=27763] ppid=27761 vsize=867692 CPUtime=6.22
/proc/27763/stat : 27763 (java) S 27761 27763 27396 0 -1 0 33737 0 1 0 540 82 0 0 18 0 9 0 27396854 888516608 33059 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27763/statm: 216923 33059 2029 9 0 211381 0
[pid=27763/tid=27765] ppid=27761 vsize=867692 CPUtime=5.35
/proc/27763/task/27765/stat : 27765 (java) R 27761 27763 27396 0 -1 64 15828 0 1 0 461 74 0 0 25 0 9 0 27396855 888516608 33059 996147200 134512640 134550932 4294955968 18446744073709551615 4126696564 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27763/tid=27766] ppid=27761 vsize=867692 CPUtime=0.58
/proc/27763/task/27766/stat : 27766 (java) S 27761 27763 27396 0 -1 64 16465 0 0 0 52 6 0 0 16 0 9 0 27396857 888516608 33059 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27763/tid=27767] ppid=27761 vsize=867692 CPUtime=0
/proc/27763/task/27767/stat : 27767 (java) S 27761 27763 27396 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27396857 888516608 33059 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27763/tid=27768] ppid=27761 vsize=867692 CPUtime=0
/proc/27763/task/27768/stat : 27768 (java) S 27761 27763 27396 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27396857 888516608 33059 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27763/tid=27769] ppid=27761 vsize=867692 CPUtime=0
/proc/27763/task/27769/stat : 27769 (java) S 27761 27763 27396 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 27396859 888516608 33059 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27763/tid=27770] ppid=27761 vsize=867692 CPUtime=0.26
/proc/27763/task/27770/stat : 27770 (java) S 27761 27763 27396 0 -1 64 742 0 0 0 26 0 0 0 15 0 9 0 27396859 888516608 33059 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27763/tid=27771] ppid=27761 vsize=867692 CPUtime=0
/proc/27763/task/27771/stat : 27771 (java) S 27761 27763 27396 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 27396859 888516608 33059 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27763/tid=27772] ppid=27761 vsize=867692 CPUtime=0
/proc/27763/task/27772/stat : 27772 (java) S 27761 27763 27396 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27396859 888516608 33059 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 867692

[startup+12.7012 s]
/proc/loadavg: 2.06 1.99 1.78 3/91 27774
/proc/meminfo: memFree=1494952/2055920 swapFree=4192812/4192956
[pid=27763] ppid=27761 vsize=868340 CPUtime=12.56
/proc/27763/stat : 27763 (java) S 27761 27763 27396 0 -1 0 73614 4031 1 0 907 222 120 7 18 0 9 0 27396854 889180160 68680 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27763/statm: 217085 68680 2046 9 0 211543 0
[pid=27763/tid=27765] ppid=27761 vsize=868340 CPUtime=10.81
/proc/27763/task/27765/stat : 27765 (java) R 27761 27763 27396 0 -1 64 19752 4031 1 0 756 198 120 7 18 0 9 0 27396855 889180160 68680 996147200 134512640 134550932 4294955968 18446744073709551615 4127229540 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27763/tid=27766] ppid=27761 vsize=868340 CPUtime=2.67
/proc/27763/task/27766/stat : 27766 (java) S 27761 27763 27396 0 -1 64 52077 4031 0 0 120 20 120 7 16 0 9 0 27396857 889180160 68680 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27763/tid=27767] ppid=27761 vsize=868340 CPUtime=1.27
/proc/27763/task/27767/stat : 27767 (java) S 27761 27763 27396 0 -1 64 16 4031 0 0 0 0 120 7 16 0 9 0 27396857 889180160 68680 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27763/tid=27768] ppid=27761 vsize=868340 CPUtime=1.27
/proc/27763/task/27768/stat : 27768 (java) S 27761 27763 27396 0 -1 64 5 4031 0 0 0 0 120 7 16 0 9 0 27396857 889180160 68680 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27763/tid=27769] ppid=27761 vsize=868340 CPUtime=1.27
/proc/27763/task/27769/stat : 27769 (java) S 27761 27763 27396 0 -1 64 1 4031 0 0 0 0 120 7 18 0 9 0 27396859 889180160 68680 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27763/tid=27770] ppid=27761 vsize=868340 CPUtime=1.57
/proc/27763/task/27770/stat : 27770 (java) S 27761 27763 27396 0 -1 64 937 4031 0 0 30 0 120 7 16 0 9 0 27396859 889180160 68680 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27763/tid=27771] ppid=27761 vsize=868340 CPUtime=1.27
/proc/27763/task/27771/stat : 27771 (java) S 27761 27763 27396 0 -1 64 1 4031 0 0 0 0 120 7 19 0 9 0 27396859 889180160 68680 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27763/tid=27772] ppid=27761 vsize=868340 CPUtime=1.27
/proc/27763/task/27772/stat : 27772 (java) S 27761 27763 27396 0 -1 64 13 4031 0 0 0 0 120 7 15 0 9 0 27396859 889180160 68680 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 868340

[startup+25.5027 s]
/proc/loadavg: 2.13 2.00 1.79 3/89 27776
/proc/meminfo: memFree=1341680/2055920 swapFree=4192812/4192956
[pid=27763] ppid=27761 vsize=868428 CPUtime=25.34
/proc/27763/stat : 27763 (java) S 27761 27763 27396 0 -1 0 174741 4031 1 0 2161 246 120 7 18 0 9 0 27396854 889270272 110581 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27763/statm: 217107 110581 2662 9 0 211543 0
[pid=27763/tid=27765] ppid=27761 vsize=868428 CPUtime=21.76
/proc/27763/task/27765/stat : 27765 (java) R 27761 27763 27396 0 -1 64 28911 4031 1 0 1850 199 120 7 25 0 9 0 27396855 889270272 110581 996147200 134512640 134550932 4294955968 18446744073709551615 4127401520 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27763/tid=27766] ppid=27761 vsize=868428 CPUtime=4.4
/proc/27763/task/27766/stat : 27766 (java) S 27761 27763 27396 0 -1 64 143941 4031 0 0 271 42 120 7 17 0 9 0 27396857 889270272 110581 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27763/tid=27767] ppid=27761 vsize=868428 CPUtime=1.27
/proc/27763/task/27767/stat : 27767 (java) S 27761 27763 27396 0 -1 64 21 4031 0 0 0 0 120 7 15 0 9 0 27396857 889270272 110581 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27763/tid=27768] ppid=27761 vsize=868428 CPUtime=1.27
/proc/27763/task/27768/stat : 27768 (java) S 27761 27763 27396 0 -1 64 25 4031 0 0 0 0 120 7 16 0 9 0 27396857 889270272 110581 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27763/tid=27769] ppid=27761 vsize=868428 CPUtime=1.27
/proc/27763/task/27769/stat : 27769 (java) S 27761 27763 27396 0 -1 64 1 4031 0 0 0 0 120 7 18 0 9 0 27396859 889270272 110581 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27763/tid=27770] ppid=27761 vsize=868428 CPUtime=1.66
/proc/27763/task/27770/stat : 27770 (java) S 27761 27763 27396 0 -1 64 1016 4031 0 0 39 0 120 7 15 0 9 0 27396859 889270272 110581 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27763/tid=27771] ppid=27761 vsize=868428 CPUtime=1.27
/proc/27763/task/27771/stat : 27771 (java) S 27761 27763 27396 0 -1 64 1 4031 0 0 0 0 120 7 19 0 9 0 27396859 889270272 110581 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27763/tid=27772] ppid=27761 vsize=868428 CPUtime=1.27
/proc/27763/task/27772/stat : 27772 (java) S 27761 27763 27396 0 -1 64 13 4031 0 0 0 0 120 7 15 0 9 0 27396859 889270272 110581 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 868428

[startup+51.1026 s]
/proc/loadavg: 2.08 2.00 1.79 3/89 27776
/proc/meminfo: memFree=1341680/2055920 swapFree=4192812/4192956
[pid=27763] ppid=27761 vsize=868428 CPUtime=50.93
/proc/27763/stat : 27763 (java) S 27761 27763 27396 0 -1 0 174751 4031 1 0 4720 246 120 7 18 0 9 0 27396854 889270272 110586 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27763/statm: 217107 110586 2662 9 0 211543 0
[pid=27763/tid=27765] ppid=27761 vsize=868428 CPUtime=47.34
/proc/27763/task/27765/stat : 27765 (java) R 27761 27763 27396 0 -1 64 28915 4031 1 0 4408 199 120 7 25 0 9 0 27396855 889270272 110586 996147200 134512640 134550932 4294955968 18446744073709551615 4127400691 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27763/tid=27766] ppid=27761 vsize=868428 CPUtime=4.4
/proc/27763/task/27766/stat : 27766 (java) S 27761 27763 27396 0 -1 64 143941 4031 0 0 271 42 120 7 16 0 9 0 27396857 889270272 110586 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27763/tid=27767] ppid=27761 vsize=868428 CPUtime=1.27
/proc/27763/task/27767/stat : 27767 (java) S 27761 27763 27396 0 -1 64 21 4031 0 0 0 0 120 7 15 0 9 0 27396857 889270272 110586 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27763/tid=27768] ppid=27761 vsize=868428 CPUtime=1.27
/proc/27763/task/27768/stat : 27768 (java) S 27761 27763 27396 0 -1 64 25 4031 0 0 0 0 120 7 16 0 9 0 27396857 889270272 110586 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27763/tid=27769] ppid=27761 vsize=868428 CPUtime=1.27
/proc/27763/task/27769/stat : 27769 (java) S 27761 27763 27396 0 -1 64 1 4031 0 0 0 0 120 7 18 0 9 0 27396859 889270272 110586 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27763/tid=27770] ppid=27761 vsize=868428 CPUtime=1.67
/proc/27763/task/27770/stat : 27770 (java) S 27761 27763 27396 0 -1 64 1022 4031 0 0 40 0 120 7 15 0 9 0 27396859 889270272 110586 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27763/tid=27771] ppid=27761 vsize=868428 CPUtime=1.27
/proc/27763/task/27771/stat : 27771 (java) S 27761 27763 27396 0 -1 64 1 4031 0 0 0 0 120 7 19 0 9 0 27396859 889270272 110586 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

Current children cumulated CPU time (s) 1481.54
Current children cumulated vsize (KiB) 868428

[startup+1542.3 s]
/proc/loadavg: 2.03 2.00 1.91 3/89 27979
/proc/meminfo: memFree=1295328/2055920 swapFree=4192812/4192956
[pid=27763] ppid=27761 vsize=868428 CPUtime=1541.52
/proc/27763/stat : 27763 (java) S 27761 27763 27396 0 -1 0 174790 4031 1 0 153772 253 120 7 18 0 9 0 27396854 889270272 110605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27763/statm: 217107 110605 2662 9 0 211543 0
[pid=27763/tid=27765] ppid=27761 vsize=868428 CPUtime=1537.87
/proc/27763/task/27765/stat : 27765 (java) R 27761 27763 27396 0 -1 64 28926 4031 1 0 153455 205 120 7 25 0 9 0 27396855 889270272 110605 996147200 134512640 134550932 4294955968 18446744073709551615 4127379327 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27763/tid=27766] ppid=27761 vsize=868428 CPUtime=4.4
/proc/27763/task/27766/stat : 27766 (java) S 27761 27763 27396 0 -1 64 143941 4031 0 0 271 42 120 7 16 0 9 0 27396857 889270272 110605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27763/tid=27767] ppid=27761 vsize=868428 CPUtime=1.27
/proc/27763/task/27767/stat : 27767 (java) S 27761 27763 27396 0 -1 64 21 4031 0 0 0 0 120 7 15 0 9 0 27396857 889270272 110605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27763/tid=27768] ppid=27761 vsize=868428 CPUtime=1.27
/proc/27763/task/27768/stat : 27768 (java) S 27761 27763 27396 0 -1 64 25 4031 0 0 0 0 120 7 16 0 9 0 27396857 889270272 110605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27763/tid=27769] ppid=27761 vsize=868428 CPUtime=1.27
/proc/27763/task/27769/stat : 27769 (java) S 27761 27763 27396 0 -1 64 1 4031 0 0 0 0 120 7 18 0 9 0 27396859 889270272 110605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27763/tid=27770] ppid=27761 vsize=868428 CPUtime=1.73
/proc/27763/task/27770/stat : 27770 (java) S 27761 27763 27396 0 -1 64 1050 4031 0 0 45 1 120 7 16 0 9 0 27396859 889270272 110605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27763/tid=27771] ppid=27761 vsize=868428 CPUtime=1.27
/proc/27763/task/27771/stat : 27771 (java) S 27761 27763 27396 0 -1 64 1 4031 0 0 0 0 120 7 19 0 9 0 27396859 889270272 110605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27763/tid=27772] ppid=27761 vsize=868428 CPUtime=1.27
/proc/27763/task/27772/stat : 27772 (java) S 27761 27763 27396 0 -1 64 13 4031 0 0 0 0 120 7 15 0 9 0 27396859 889270272 110605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1541.52
Current children cumulated vsize (KiB) 868428

[startup+1602.3 s]
/proc/loadavg: 2.06 2.01 1.92 3/89 27979
/proc/meminfo: memFree=1295200/2055920 swapFree=4192812/4192956
[pid=27763] ppid=27761 vsize=868428 CPUtime=1601.49
/proc/27763/stat : 27763 (java) S 27761 27763 27396 0 -1 0 174790 4031 1 0 159769 253 120 7 18 0 9 0 27396854 889270272 110605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27763/statm: 217107 110605 2662 9 0 211543 0
[pid=27763/tid=27765] ppid=27761 vsize=868428 CPUtime=1597.85
/proc/27763/task/27765/stat : 27765 (java) R 27761 27763 27396 0 -1 64 28926 4031 1 0 159452 206 120 7 25 0 9 0 27396855 889270272 110605 996147200 134512640 134550932 4294955968 18446744073709551615 4127388235 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27763/tid=27766] ppid=27761 vsize=868428 CPUtime=4.4
/proc/27763/task/27766/stat : 27766 (java) S 27761 27763 27396 0 -1 64 143941 4031 0 0 271 42 120 7 16 0 9 0 27396857 889270272 110605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27763/tid=27767] ppid=27761 vsize=868428 CPUtime=1.27
/proc/27763/task/27767/stat : 27767 (java) S 27761 27763 27396 0 -1 64 21 4031 0 0 0 0 120 7 15 0 9 0 27396857 889270272 110605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27763/tid=27768] ppid=27761 vsize=868428 CPUtime=1.27
/proc/27763/task/27768/stat : 27768 (java) S 27761 27763 27396 0 -1 64 25 4031 0 0 0 0 120 7 16 0 9 0 27396857 889270272 110605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27763/tid=27769] ppid=27761 vsize=868428 CPUtime=1.27
/proc/27763/task/27769/stat : 27769 (java) S 27761 27763 27396 0 -1 64 1 4031 0 0 0 0 120 7 18 0 9 0 27396859 889270272 110605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27763/tid=27770] ppid=27761 vsize=868428 CPUtime=1.73
/proc/27763/task/27770/stat : 27770 (java) S 27761 27763 27396 0 -1 64 1050 4031 0 0 45 1 120 7 16 0 9 0 27396859 889270272 110605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27763/tid=27771] ppid=27761 vsize=868428 CPUtime=1.27
/proc/27763/task/27771/stat : 27771 (java) S 27761 27763 27396 0 -1 64 1 4031 0 0 0 0 120 7 19 0 9 0 27396859 889270272 110605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27763/tid=27772] ppid=27761 vsize=868428 CPUtime=1.27
/proc/27763/task/27772/stat : 27772 (java) S 27761 27763 27396 0 -1 64 13 4031 0 0 0 0 120 7 15 0 9 0 27396859 889270272 110605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1601.49
Current children cumulated vsize (KiB) 868428

[startup+1662.3 s]
/proc/loadavg: 2.15 2.05 1.94 3/89 27979
/proc/meminfo: memFree=1295072/2055920 swapFree=4192812/4192956
[pid=27763] ppid=27761 vsize=868428 CPUtime=1661.46
/proc/27763/stat : 27763 (java) S 27761 27763 27396 0 -1 0 174790 4031 1 0 165766 253 120 7 18 0 9 0 27396854 889270272 110605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27763/statm: 217107 110605 2662 9 0 211543 0
[pid=27763/tid=27765] ppid=27761 vsize=868428 CPUtime=1657.83
/proc/27763/task/27765/stat : 27765 (java) R 27761 27763 27396 0 -1 64 28926 4031 1 0 165450 206 120 7 25 0 9 0 27396855 889270272 110605 996147200 134512640 134550932 4294955968 18446744073709551615 4127388219 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27763/tid=27766] ppid=27761 vsize=868428 CPUtime=4.4
/proc/27763/task/27766/stat : 27766 (java) S 27761 27763 27396 0 -1 64 143941 4031 0 0 271 42 120 7 16 0 9 0 27396857 889270272 110605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27763/tid=27767] ppid=27761 vsize=868428 CPUtime=1.27
/proc/27763/task/27767/stat : 27767 (java) S 27761 27763 27396 0 -1 64 21 4031 0 0 0 0 120 7 15 0 9 0 27396857 889270272 110605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27763/tid=27768] ppid=27761 vsize=868428 CPUtime=1.27
/proc/27763/task/27768/stat : 27768 (java) S 27761 27763 27396 0 -1 64 25 4031 0 0 0 0 120 7 16 0 9 0 27396857 889270272 110605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27763/tid=27769] ppid=27761 vsize=868428 CPUtime=1.27
/proc/27763/task/27769/stat : 27769 (java) S 27761 27763 27396 0 -1 64 1 4031 0 0 0 0 120 7 18 0 9 0 27396859 889270272 110605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27763/tid=27770] ppid=27761 vsize=868428 CPUtime=1.73
/proc/27763/task/27770/stat : 27770 (java) S 27761 27763 27396 0 -1 64 1050 4031 0 0 45 1 120 7 16 0 9 0 27396859 889270272 110605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27763/tid=27771] ppid=27761 vsize=868428 CPUtime=1.27
/proc/27763/task/27771/stat : 27771 (java) S 27761 27763 27396 0 -1 64 1 4031 0 0 0 0 120 7 19 0 9 0 27396859 889270272 110605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27763/tid=27772] ppid=27761 vsize=868428 CPUtime=1.27
/proc/27763/task/27772/stat : 27772 (java) S 27761 27763 27396 0 -1 64 13 4031 0 0 0 0 120 7 15 0 9 0 27396859 889270272 110605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1661.46
Current children cumulated vsize (KiB) 868428

[startup+1722.3 s]
/proc/loadavg: 2.14 2.07 1.95 3/89 27979
/proc/meminfo: memFree=1295072/2055920 swapFree=4192812/4192956
[pid=27763] ppid=27761 vsize=868428 CPUtime=1721.44
/proc/27763/stat : 27763 (java) S 27761 27763 27396 0 -1 0 174790 4031 1 0 171764 253 120 7 18 0 9 0 27396854 889270272 110605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27763/statm: 217107 110605 2662 9 0 211543 0
[pid=27763/tid=27765] ppid=27761 vsize=868428 CPUtime=1717.8
/proc/27763/task/27765/stat : 27765 (java) R 27761 27763 27396 0 -1 64 28926 4031 1 0 171447 206 120 7 25 0 9 0 27396855 889270272 110605 996147200 134512640 134550932 4294955968 18446744073709551615 4127400667 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27763/tid=27766] ppid=27761 vsize=868428 CPUtime=4.4
/proc/27763/task/27766/stat : 27766 (java) S 27761 27763 27396 0 -1 64 143941 4031 0 0 271 42 120 7 16 0 9 0 27396857 889270272 110605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27763/tid=27767] ppid=27761 vsize=868428 CPUtime=1.27
/proc/27763/task/27767/stat : 27767 (java) S 27761 27763 27396 0 -1 64 21 4031 0 0 0 0 120 7 15 0 9 0 27396857 889270272 110605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27763/tid=27768] ppid=27761 vsize=868428 CPUtime=1.27
/proc/27763/task/27768/stat : 27768 (java) S 27761 27763 27396 0 -1 64 25 4031 0 0 0 0 120 7 16 0 9 0 27396857 889270272 110605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27763/tid=27769] ppid=27761 vsize=868428 CPUtime=1.27
/proc/27763/task/27769/stat : 27769 (java) S 27761 27763 27396 0 -1 64 1 4031 0 0 0 0 120 7 18 0 9 0 27396859 889270272 110605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27763/tid=27770] ppid=27761 vsize=868428 CPUtime=1.73
/proc/27763/task/27770/stat : 27770 (java) S 27761 27763 27396 0 -1 64 1050 4031 0 0 45 1 120 7 16 0 9 0 27396859 889270272 110605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27763/tid=27771] ppid=27761 vsize=868428 CPUtime=1.27
/proc/27763/task/27771/stat : 27771 (java) S 27761 27763 27396 0 -1 64 1 4031 0 0 0 0 120 7 19 0 9 0 27396859 889270272 110605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27763/tid=27772] ppid=27761 vsize=868428 CPUtime=1.27
/proc/27763/task/27772/stat : 27772 (java) S 27761 27763 27396 0 -1 64 13 4031 0 0 0 0 120 7 15 0 9 0 27396859 889270272 110605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1721.44
Current children cumulated vsize (KiB) 868428

[startup+1782.3 s]
/proc/loadavg: 2.09 2.07 1.95 3/89 27979
/proc/meminfo: memFree=1295008/2055920 swapFree=4192812/4192956
[pid=27763] ppid=27761 vsize=868428 CPUtime=1781.41
/proc/27763/stat : 27763 (java) S 27761 27763 27396 0 -1 0 174790 4031 1 0 177761 253 120 7 18 0 9 0 27396854 889270272 110605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27763/statm: 217107 110605 2662 9 0 211543 0
[pid=27763/tid=27765] ppid=27761 vsize=868428 CPUtime=1777.77
/proc/27763/task/27765/stat : 27765 (java) R 27761 27763 27396 0 -1 64 28926 4031 1 0 177444 206 120 7 25 0 9 0 27396855 889270272 110605 996147200 134512640 134550932 4294955968 18446744073709551615 4127379270 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27763/tid=27766] ppid=27761 vsize=868428 CPUtime=4.4
/proc/27763/task/27766/stat : 27766 (java) S 27761 27763 27396 0 -1 64 143941 4031 0 0 271 42 120 7 16 0 9 0 27396857 889270272 110605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27763/tid=27767] ppid=27761 vsize=868428 CPUtime=1.27
/proc/27763/task/27767/stat : 27767 (java) S 27761 27763 27396 0 -1 64 21 4031 0 0 0 0 120 7 15 0 9 0 27396857 889270272 110605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27763/tid=27768] ppid=27761 vsize=868428 CPUtime=1.27
/proc/27763/task/27768/stat : 27768 (java) S 27761 27763 27396 0 -1 64 25 4031 0 0 0 0 120 7 16 0 9 0 27396857 889270272 110605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27763/tid=27769] ppid=27761 vsize=868428 CPUtime=1.27
/proc/27763/task/27769/stat : 27769 (java) S 27761 27763 27396 0 -1 64 1 4031 0 0 0 0 120 7 18 0 9 0 27396859 889270272 110605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27763/tid=27770] ppid=27761 vsize=868428 CPUtime=1.73
/proc/27763/task/27770/stat : 27770 (java) S 27761 27763 27396 0 -1 64 1050 4031 0 0 45 1 120 7 16 0 9 0 27396859 889270272 110605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27763/tid=27771] ppid=27761 vsize=868428 CPUtime=1.27
/proc/27763/task/27771/stat : 27771 (java) S 27761 27763 27396 0 -1 64 1 4031 0 0 0 0 120 7 19 0 9 0 27396859 889270272 110605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27763/tid=27772] ppid=27761 vsize=868428 CPUtime=1.27
/proc/27763/task/27772/stat : 27772 (java) S 27761 27763 27396 0 -1 64 13 4031 0 0 0 0 120 7 15 0 9 0 27396859 889270272 110605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1781.41
Current children cumulated vsize (KiB) 868428



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.9 s]
/proc/loadavg: 2.26 2.11 1.97 3/89 27979
/proc/meminfo: memFree=1295008/2055920 swapFree=4192812/4192956
[pid=27763] ppid=27761 vsize=868428 CPUtime=1800.01
/proc/27763/stat : 27763 (java) S 27761 27763 27396 0 -1 0 174790 4031 1 0 179621 253 120 7 18 0 9 0 27396854 889270272 110605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27763/statm: 217107 110605 2662 9 0 211543 0
[pid=27763/tid=27765] ppid=27761 vsize=868428 CPUtime=1796.37
/proc/27763/task/27765/stat : 27765 (java) R 27761 27763 27396 0 -1 64 28926 4031 1 0 179304 206 120 7 25 0 9 0 27396855 889270272 110605 996147200 134512640 134550932 4294955968 18446744073709551615 4127400599 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27763/tid=27766] ppid=27761 vsize=868428 CPUtime=4.4
/proc/27763/task/27766/stat : 27766 (java) S 27761 27763 27396 0 -1 64 143941 4031 0 0 271 42 120 7 16 0 9 0 27396857 889270272 110605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27763/tid=27767] ppid=27761 vsize=868428 CPUtime=1.27
/proc/27763/task/27767/stat : 27767 (java) S 27761 27763 27396 0 -1 64 21 4031 0 0 0 0 120 7 15 0 9 0 27396857 889270272 110605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27763/tid=27768] ppid=27761 vsize=868428 CPUtime=1.27
/proc/27763/task/27768/stat : 27768 (java) S 27761 27763 27396 0 -1 64 25 4031 0 0 0 0 120 7 16 0 9 0 27396857 889270272 110605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27763/tid=27769] ppid=27761 vsize=868428 CPUtime=1.27
/proc/27763/task/27769/stat : 27769 (java) S 27761 27763 27396 0 -1 64 1 4031 0 0 0 0 120 7 18 0 9 0 27396859 889270272 110605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27763/tid=27770] ppid=27761 vsize=868428 CPUtime=1.73
/proc/27763/task/27770/stat : 27770 (java) S 27761 27763 27396 0 -1 64 1050 4031 0 0 45 1 120 7 16 0 9 0 27396859 889270272 110605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27763/tid=27771] ppid=27761 vsize=868428 CPUtime=1.27
/proc/27763/task/27771/stat : 27771 (java) S 27761 27763 27396 0 -1 64 1 4031 0 0 0 0 120 7 19 0 9 0 27396859 889270272 110605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27763/tid=27772] ppid=27761 vsize=868428 CPUtime=1.27
/proc/27763/task/27772/stat : 27772 (java) S 27761 27763 27396 0 -1 64 13 4031 0 0 0 0 120 7 15 0 9 0 27396859 889270272 110605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 868428

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

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

[startup+1801.01 s]
/proc/loadavg: 2.26 2.11 1.97 3/89 27979
/proc/meminfo: memFree=1295008/2055920 swapFree=4192812/4192956
[pid=27763] ppid=27761 vsize=0 CPUtime=1800.11
/proc/27763/stat : 27763 (java) Z 27761 27763 27396 0 -1 1036 174820 4031 1 0 179626 258 120 7 16 0 2 0 27396854 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27763/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1801.03
CPU time (s): 1800.15
CPU user time (s): 1797.47
CPU system time (s): 2.67859
CPU usage (%): 99.9514
Max. virtual memory (cumulated for all children) (KiB): 892904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.47
system time used= 2.67859
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 178851
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= 38722
involuntary context switches= 41145

runsolver used 2.32465 second user time and 5.88011 second system time

The end

Launcher Data

Begin job on node62 at 2009-07-12 14:55:29
IDJOB=2094301
IDBENCH=54121
IDSOLVER=773
FILE ID=node62/2094301-1247403329
PBS_JOBID= 9510521
Free space on /tmp= 66340 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/compet02/normalized-patat-02-comp-6.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-2094301-1247403329/watcher-2094301-1247403329 -o /tmp/evaluation-result-2094301-1247403329/solver-2094301-1247403329 -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-2094301-1247403329.xml

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

MD5SUM BENCH= 4557782171b25598d03a057775c7d656
RANDOM SEED=1462350685

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1775384 kB
Buffers:         31632 kB
Cached:         139320 kB
SwapCached:          0 kB
Active:         150556 kB
Inactive:        72248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1775384 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8428 kB
Writeback:           0 kB
Mapped:          72292 kB
Slab:            42776 kB
Committed_AS:   998512 kB
PageTables:       1964 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66336 MiB
End job on node62 at 2009-07-12 15:25:32