Trace number 2093799

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 ACUNSAT 676.746 683.225

DiagnosticValue
CHECKS52946900
NODES7379320

General information on the benchmark

Namecsp/latinSquare/
normalized-latinSquare-dg-8_all.xml
MD5SUM0c177442828a6d2881a24fd8c0888647
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.01384
Satisfiable
(Un)Satisfiability was proved
Number of variables64
Number of constraints32
Maximum constraint arity8
Maximum domain size8
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)alldifferent(32)

Solver Data

0.00/0.08	
0.00/0.08	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=mac.xml
0.19/0.27	   
0.19/0.27	   instance
0.19/0.27	     name=HOME/instance-2093799-1247401932.xml
0.29/0.30	   
0.29/0.30	   domains being loaded...
0.29/0.31	   
0.29/0.31	   variables being loaded...
0.29/0.34	     nbVariables=64  nbDomainTypes=1  minDomainSize=8  maxDomainSize=8  nbTotalValues=512
0.29/0.35	       =>  wckTime=0.107  cpuTime=0.1  mem=7M892
0.29/0.35	   
0.29/0.35	   constraints being loaded...
0.40/0.88	     nbConstraints=37  nbGlobalConstraints=37  nbSharedBinaryRepresentations=0  minDegree=5  maxDegree=9  minArity=8
0.40/0.89	     avgArity=14.59  maxArity=64  nbGenerators=5  nbFusions=0  symmetryWckTime=0.495  symmetryCpuTime=0.03
0.40/0.89	       =>  wckTime=0.646  cpuTime=0.17  mem=11M834
0.88/0.94	   
0.88/0.94	   solver IterativeSystematicSolver being built... 
0.98/1.01	   
0.98/1.01	   INFO : Forward propagation technique limited 
0.98/1.09	       =>  wckTime=0.851  cpuTime=0.3  mem=19M633
0.98/1.10	   
0.98/1.10	   preprocessing
0.98/1.10	     nbConstraintChecks=0  nbPropagations=64  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.98/1.10	     detectedInconsistency=no
0.98/1.10	       =>  wckTime=0.0060  cpuTime=0.01  mem=19M633
1.17/1.22	   
1.17/1.22	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=20M641)
676.66/683.16	   
676.66/683.16	   search
676.66/683.16	     run=28  nbConstraintChecks=52946947  minDepth=0  maxDepth=24  nbPropagations=310432256  nbRevisions=0
676.66/683.16	     nbUselessRevisions=0  nbAssignments=7379320  nbFailedAssignments=2058110  nbBacktracks=5320898
676.66/683.16	     nbVisitedNodes=11342211  nbRestartNogoods=271  nbSEliminables=0  nbREliminables=1.3  nbIEliminables=49.86
676.66/683.16	     nbDEliminables=0  nbPEliminables=0
676.66/683.16	       =>  wckTime=682.07  cpuTime=675.56  mem=20M641
676.66/683.16	   
676.66/683.16	   global
676.66/683.16	     nbConstraintChecks=52946947  nbPropagations=310432320  nbRestartNogoods=271  solvingWckTime=682.072
676.66/683.16	     solvingCpuTime=675.56  expiredTime=no  totalExploration=yes  nbFoundSolutions=0  globalCpuTime=675.89
676.66/683.16	       =>  wckTime=682.924  cpuTime=675.86  mem=20M641
676.66/683.16	   
676.66/683.16	s UNSATISFIABLE
676.66/683.16	d NODES 7379320
676.66/683.16	d CHECKS 52946947
676.66/683.17	   
676.66/683.17	   totalWckTime=682.991  totalCpuTime=675.89

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2093799-1247401932/watcher-2093799-1247401932 -o /tmp/evaluation-result-2093799-1247401932/solver-2093799-1247401932 -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-2093799-1247401932.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: 2.08 1.86 1.12 4/80 30738
/proc/meminfo: memFree=1569904/2055920 swapFree=4192812/4192956
[pid=30738] ppid=30736 vsize=152 CPUtime=0
/proc/30738/stat : 30738 (java) R 30736 30738 29987 0 -1 0 205 0 0 0 0 0 0 0 18 0 1 0 27253591 155648 26 996147200 134512640 134550932 4294955968 18446744073709551615 3809579 0 0 4096 0 0 0 0 17 0 0 0
/proc/30738/statm: 38 26 19 9 0 4 0

[startup+0.0133511 s]
/proc/loadavg: 2.08 1.86 1.12 4/80 30738
/proc/meminfo: memFree=1569904/2055920 swapFree=4192812/4192956
[pid=30738] ppid=30736 vsize=11192 CPUtime=0
/proc/30738/stat : 30738 (java) S 30736 30738 29987 0 -1 0 863 0 1 0 0 0 0 0 18 0 2 0 27253591 11460608 617 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/30738/statm: 2798 625 322 9 0 1198 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11192

[startup+0.101368 s]
/proc/loadavg: 2.08 1.86 1.12 4/80 30738
/proc/meminfo: memFree=1569904/2055920 swapFree=4192812/4192956
[pid=30738] ppid=30736 vsize=865980 CPUtime=0.09
/proc/30738/stat : 30738 (java) S 30736 30738 29987 0 -1 0 3823 0 1 0 7 2 0 0 18 0 9 0 27253591 886763520 3269 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30738/statm: 216495 3272 1728 9 0 210980 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865980

[startup+0.301394 s]
/proc/loadavg: 2.08 1.86 1.12 4/80 30738
/proc/meminfo: memFree=1569904/2055920 swapFree=4192812/4192956
[pid=30738] ppid=30736 vsize=866500 CPUtime=0.29
/proc/30738/stat : 30738 (java) S 30736 30738 29987 0 -1 0 6120 0 1 0 25 4 0 0 18 0 9 0 27253591 887296000 5486 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30738/statm: 216623 5486 1987 9 0 211081 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866500

[startup+0.701443 s]
/proc/loadavg: 2.08 1.86 1.12 4/80 30738
/proc/meminfo: memFree=1569904/2055920 swapFree=4192812/4192956
[pid=30738] ppid=30736 vsize=866944 CPUtime=0.4
/proc/30738/stat : 30738 (java) S 30736 30738 29987 0 -1 0 7117 0 1 0 35 5 0 0 18 0 10 0 27253591 887750656 6352 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30738/statm: 216736 6352 2014 9 0 211194 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 866944

[startup+1.50256 s]
/proc/loadavg: 2.07 1.86 1.12 7/91 30751
/proc/meminfo: memFree=1549784/2055920 swapFree=4192812/4192956
[pid=30738] ppid=30736 vsize=867032 CPUtime=1.47
/proc/30738/stat : 30738 (java) S 30736 30738 29987 0 -1 0 14806 162 1 0 96 9 42 0 18 0 10 0 27253591 887840768 10254 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30738/statm: 216758 10254 2655 9 0 211194 0
[pid=30751] ppid=30738 vsize=2404 CPUtime=0
/proc/30751/stat : 30751 (rm) R 30738 30738 29987 0 -1 4194304 73 0 0 0 0 0 0 0 19 0 1 0 27253676 2461696 45 996147200 4194304 4227748 548682068720 18446744073709551615 224627455506 0 4 0 0 0 0 0 17 1 0 0
/proc/30751/statm: 601 45 32 8 0 9 0
[pid=30738/tid=30740] ppid=30736 vsize=867032 CPUtime=1.22
/proc/30738/task/30740/stat : 30740 (java) R 30736 30738 29987 0 -1 64 11257 162 1 0 74 6 42 0 19 0 10 0 27253592 887840768 10254 996147200 134512640 134550932 4294955968 18446744073709551615 4126735672 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30738/tid=30741] ppid=30736 vsize=867032 CPUtime=0.45
/proc/30738/task/30741/stat : 30741 (java) S 30736 30738 29987 0 -1 64 2094 162 0 0 3 0 42 0 17 0 10 0 27253594 887840768 10254 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30738/tid=30742] ppid=30736 vsize=867032 CPUtime=0.42
/proc/30738/task/30742/stat : 30742 (java) S 30736 30738 29987 0 -1 64 19 162 0 0 0 0 42 0 16 0 10 0 27253594 887840768 10254 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30738/tid=30743] ppid=30736 vsize=867032 CPUtime=0.42
/proc/30738/task/30743/stat : 30743 (java) S 30736 30738 29987 0 -1 64 7 162 0 0 0 0 42 0 16 0 10 0 27253594 887840768 10254 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30738/tid=30744] ppid=30736 vsize=867032 CPUtime=0.42
/proc/30738/task/30744/stat : 30744 (java) S 30736 30738 29987 0 -1 64 1 162 0 0 0 0 42 0 24 0 10 0 27253596 887840768 10254 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30738/tid=30745] ppid=30736 vsize=867032 CPUtime=0.6
/proc/30738/task/30745/stat : 30745 (java) S 30736 30738 29987 0 -1 64 617 162 0 0 18 0 42 0 16 0 10 0 27253596 887840768 10254 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30738/tid=30746] ppid=30736 vsize=867032 CPUtime=0.42
/proc/30738/task/30746/stat : 30746 (java) S 30736 30738 29987 0 -1 64 1 162 0 0 0 0 42 0 25 0 10 0 27253596 887840768 10254 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30738/tid=30747] ppid=30736 vsize=867032 CPUtime=0.42
/proc/30738/task/30747/stat : 30747 (java) S 30736 30738 29987 0 -1 64 13 162 0 0 0 0 42 0 15 0 10 0 27253596 887840768 10254 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30738/tid=30750] ppid=30736 vsize=867032 CPUtime=0.42
/proc/30738/task/30750/stat : 30750 (java) S 30736 30738 29987 0 -1 64 44 162 0 0 0 0 42 0 17 0 10 0 27253676 887840768 10254 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 869436

[startup+3.10279 s]
/proc/loadavg: 2.07 1.86 1.12 3/89 30751
/proc/meminfo: memFree=1538848/2055920 swapFree=4192812/4192956
[pid=30738] ppid=30736 vsize=867032 CPUtime=3.06
/proc/30738/stat : 30738 (java) S 30736 30738 29987 0 -1 0 14817 285 1 0 255 9 42 0 18 0 9 0 27253591 887840768 10260 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30738/statm: 216758 10260 2655 9 0 211194 0
[pid=30738/tid=30740] ppid=30736 vsize=867032 CPUtime=2.8
/proc/30738/task/30740/stat : 30740 (java) R 30736 30738 29987 0 -1 64 11263 285 1 0 232 6 42 0 25 0 9 0 27253592 887840768 10260 996147200 134512640 134550932 4294955968 18446744073709551615 4126735672 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30738/tid=30741] ppid=30736 vsize=867032 CPUtime=0.45
/proc/30738/task/30741/stat : 30741 (java) S 30736 30738 29987 0 -1 64 2094 285 0 0 3 0 42 0 17 0 9 0 27253594 887840768 10260 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30738/tid=30742] ppid=30736 vsize=867032 CPUtime=0.42
/proc/30738/task/30742/stat : 30742 (java) S 30736 30738 29987 0 -1 64 19 285 0 0 0 0 42 0 16 0 9 0 27253594 887840768 10260 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30738/tid=30743] ppid=30736 vsize=867032 CPUtime=0.42
/proc/30738/task/30743/stat : 30743 (java) S 30736 30738 29987 0 -1 64 7 285 0 0 0 0 42 0 16 0 9 0 27253594 887840768 10260 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30738/tid=30744] ppid=30736 vsize=867032 CPUtime=0.42
/proc/30738/task/30744/stat : 30744 (java) S 30736 30738 29987 0 -1 64 1 285 0 0 0 0 42 0 24 0 9 0 27253596 887840768 10260 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30738/tid=30745] ppid=30736 vsize=867032 CPUtime=0.61
/proc/30738/task/30745/stat : 30745 (java) S 30736 30738 29987 0 -1 64 619 285 0 0 19 0 42 0 15 0 9 0 27253596 887840768 10260 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30738/tid=30746] ppid=30736 vsize=867032 CPUtime=0.42
/proc/30738/task/30746/stat : 30746 (java) S 30736 30738 29987 0 -1 64 1 285 0 0 0 0 42 0 25 0 9 0 27253596 887840768 10260 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30738/tid=30747] ppid=30736 vsize=867032 CPUtime=0.42
/proc/30738/task/30747/stat : 30747 (java) S 30736 30738 29987 0 -1 64 13 285 0 0 0 0 42 0 15 0 9 0 27253596 887840768 10260 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867032

[startup+6.30224 s]
/proc/loadavg: 2.07 1.86 1.12 3/89 30751
/proc/meminfo: memFree=1538656/2055920 swapFree=4192812/4192956
[pid=30738] ppid=30736 vsize=867032 CPUtime=6.23
/proc/30738/stat : 30738 (java) S 30736 30738 29987 0 -1 0 14823 285 1 0 572 9 42 0 18 0 9 0 27253591 887840768 10264 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30738/statm: 216758 10264 2655 9 0 211194 0
[pid=30738/tid=30740] ppid=30736 vsize=867032 CPUtime=5.96
/proc/30738/task/30740/stat : 30740 (java) R 30736 30738 29987 0 -1 64 11267 285 1 0 548 6 42 0 17 0 9 0 27253592 887840768 10264 996147200 134512640 134550932 4294955968 18446744073709551615 4126740505 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30738/tid=30741] ppid=30736 vsize=867032 CPUtime=0.45
/proc/30738/task/30741/stat : 30741 (java) S 30736 30738 29987 0 -1 64 2094 285 0 0 3 0 42 0 16 0 9 0 27253594 887840768 10264 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30738/tid=30742] ppid=30736 vsize=867032 CPUtime=0.42
/proc/30738/task/30742/stat : 30742 (java) S 30736 30738 29987 0 -1 64 19 285 0 0 0 0 42 0 16 0 9 0 27253594 887840768 10264 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30738/tid=30743] ppid=30736 vsize=867032 CPUtime=0.42
/proc/30738/task/30743/stat : 30743 (java) S 30736 30738 29987 0 -1 64 7 285 0 0 0 0 42 0 16 0 9 0 27253594 887840768 10264 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30738/tid=30744] ppid=30736 vsize=867032 CPUtime=0.42
/proc/30738/task/30744/stat : 30744 (java) S 30736 30738 29987 0 -1 64 1 285 0 0 0 0 42 0 24 0 9 0 27253596 887840768 10264 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30738/tid=30745] ppid=30736 vsize=867032 CPUtime=0.61
/proc/30738/task/30745/stat : 30745 (java) S 30736 30738 29987 0 -1 64 621 285 0 0 19 0 42 0 16 0 9 0 27253596 887840768 10264 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30738/tid=30746] ppid=30736 vsize=867032 CPUtime=0.42
/proc/30738/task/30746/stat : 30746 (java) S 30736 30738 29987 0 -1 64 1 285 0 0 0 0 42 0 25 0 9 0 27253596 887840768 10264 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30738/tid=30747] ppid=30736 vsize=867032 CPUtime=0.42
/proc/30738/task/30747/stat : 30747 (java) S 30736 30738 29987 0 -1 64 13 285 0 0 0 0 42 0 15 0 9 0 27253596 887840768 10264 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 867032

[startup+12.7021 s]
/proc/loadavg: 2.06 1.86 1.13 3/89 30751
/proc/meminfo: memFree=1538536/2055920 swapFree=4192812/4192956
[pid=30738] ppid=30736 vsize=867032 CPUtime=12.57
/proc/30738/stat : 30738 (java) S 30736 30738 29987 0 -1 0 14824 285 1 0 1206 9 42 0 18 0 9 0 27253591 887840768 10265 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30738/statm: 216758 10265 2655 9 0 211194 0
[pid=30738/tid=30740] ppid=30736 vsize=867032 CPUtime=12.3
/proc/30738/task/30740/stat : 30740 (java) R 30736 30738 29987 0 -1 64 11268 285 1 0 1182 6 42 0 25 0 9 0 27253592 887840768 10265 996147200 134512640 134550932 4294955968 18446744073709551615 4126095878 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30738/tid=30741] ppid=30736 vsize=867032 CPUtime=0.45
/proc/30738/task/30741/stat : 30741 (java) S 30736 30738 29987 0 -1 64 2094 285 0 0 3 0 42 0 16 0 9 0 27253594 887840768 10265 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30738/tid=30742] ppid=30736 vsize=867032 CPUtime=0.42
/proc/30738/task/30742/stat : 30742 (java) S 30736 30738 29987 0 -1 64 19 285 0 0 0 0 42 0 16 0 9 0 27253594 887840768 10265 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30738/tid=30743] ppid=30736 vsize=867032 CPUtime=0.42
/proc/30738/task/30743/stat : 30743 (java) S 30736 30738 29987 0 -1 64 7 285 0 0 0 0 42 0 16 0 9 0 27253594 887840768 10265 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30738/tid=30744] ppid=30736 vsize=867032 CPUtime=0.42
/proc/30738/task/30744/stat : 30744 (java) S 30736 30738 29987 0 -1 64 1 285 0 0 0 0 42 0 24 0 9 0 27253596 887840768 10265 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30738/tid=30745] ppid=30736 vsize=867032 CPUtime=0.61
/proc/30738/task/30745/stat : 30745 (java) S 30736 30738 29987 0 -1 64 621 285 0 0 19 0 42 0 16 0 9 0 27253596 887840768 10265 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30738/tid=30746] ppid=30736 vsize=867032 CPUtime=0.42
/proc/30738/task/30746/stat : 30746 (java) S 30736 30738 29987 0 -1 64 1 285 0 0 0 0 42 0 25 0 9 0 27253596 887840768 10265 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30738/tid=30747] ppid=30736 vsize=867032 CPUtime=0.42
/proc/30738/task/30747/stat : 30747 (java) S 30736 30738 29987 0 -1 64 13 285 0 0 0 0 42 0 15 0 9 0 27253596 887840768 10265 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 867032

[startup+25.502 s]
/proc/loadavg: 2.05 1.87 1.14 3/89 30751
/proc/meminfo: memFree=1538600/2055920 swapFree=4192812/4192956
[pid=30738] ppid=30736 vsize=867032 CPUtime=25.24
/proc/30738/stat : 30738 (java) S 30736 30738 29987 0 -1 0 14826 285 1 0 2473 9 42 0 18 0 9 0 27253591 887840768 10267 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30738/statm: 216758 10267 2655 9 0 211194 0
[pid=30738/tid=30740] ppid=30736 vsize=867032 CPUtime=24.98
/proc/30738/task/30740/stat : 30740 (java) R 30736 30738 29987 0 -1 64 11270 285 1 0 2450 6 42 0 25 0 9 0 27253592 887840768 10267 996147200 134512640 134550932 4294955968 18446744073709551615 4126735672 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30738/tid=30741] ppid=30736 vsize=867032 CPUtime=0.45
/proc/30738/task/30741/stat : 30741 (java) S 30736 30738 29987 0 -1 64 2094 285 0 0 3 0 42 0 16 0 9 0 27253594 887840768 10267 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30738/tid=30742] ppid=30736 vsize=867032 CPUtime=0.42
/proc/30738/task/30742/stat : 30742 (java) S 30736 30738 29987 0 -1 64 19 285 0 0 0 0 42 0 16 0 9 0 27253594 887840768 10267 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30738/tid=30743] ppid=30736 vsize=867032 CPUtime=0.42
/proc/30738/task/30743/stat : 30743 (java) S 30736 30738 29987 0 -1 64 7 285 0 0 0 0 42 0 16 0 9 0 27253594 887840768 10267 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30738/tid=30744] ppid=30736 vsize=867032 CPUtime=0.42
/proc/30738/task/30744/stat : 30744 (java) S 30736 30738 29987 0 -1 64 1 285 0 0 0 0 42 0 24 0 9 0 27253596 887840768 10267 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30738/tid=30745] ppid=30736 vsize=867032 CPUtime=0.61
/proc/30738/task/30745/stat : 30745 (java) S 30736 30738 29987 0 -1 64 621 285 0 0 19 0 42 0 16 0 9 0 27253596 887840768 10267 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30738/tid=30746] ppid=30736 vsize=867032 CPUtime=0.42
/proc/30738/task/30746/stat : 30746 (java) S 30736 30738 29987 0 -1 64 1 285 0 0 0 0 42 0 25 0 9 0 27253596 887840768 10267 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30738/tid=30747] ppid=30736 vsize=867032 CPUtime=0.42
/proc/30738/task/30747/stat : 30747 (java) S 30736 30738 29987 0 -1 64 13 285 0 0 0 0 42 0 15 0 9 0 27253596 887840768 10267 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 867032

[startup+51.1016 s]
/proc/loadavg: 2.03 1.88 1.16 3/89 30751
/proc/meminfo: memFree=1538664/2055920 swapFree=4192812/4192956
[pid=30738] ppid=30736 vsize=867032 CPUtime=50.61
/proc/30738/stat : 30738 (java) S 30736 30738 29987 0 -1 0 14831 285 1 0 5010 9 42 0 18 0 9 0 27253591 887840768 10271 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30738/statm: 216758 10271 2655 9 0 211194 0
[pid=30738/tid=30740] ppid=30736 vsize=867032 CPUtime=50.34
/proc/30738/task/30740/stat : 30740 (java) R 30736 30738 29987 0 -1 64 11273 285 1 0 4986 6 42 0 23 0 9 0 27253592 887840768 10271 996147200 134512640 134550932 4294955968 18446744073709551615 4126754967 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30738/tid=30741] ppid=30736 vsize=867032 CPUtime=0.45
/proc/30738/task/30741/stat : 30741 (java) S 30736 30738 29987 0 -1 64 2094 285 0 0 3 0 42 0 16 0 9 0 27253594 887840768 10271 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30738/tid=30742] ppid=30736 vsize=867032 CPUtime=0.42
/proc/30738/task/30742/stat : 30742 (java) S 30736 30738 29987 0 -1 64 19 285 0 0 0 0 42 0 16 0 9 0 27253594 887840768 10271 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30738/tid=30743] ppid=30736 vsize=867032 CPUtime=0.42
/proc/30738/task/30743/stat : 30743 (java) S 30736 30738 29987 0 -1 64 7 285 0 0 0 0 42 0 16 0 9 0 27253594 887840768 10271 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30738/tid=30744] ppid=30736 vsize=867032 CPUtime=0.42

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

/proc/30738/stat : 30738 (java) S 30736 30738 29987 0 -1 0 14839 285 1 0 66505 9 42 0 18 0 9 0 27253591 887840768 10277 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30738/statm: 216758 10277 2655 9 0 211194 0
[pid=30738/tid=30740] ppid=30736 vsize=867032 CPUtime=665.3
/proc/30738/task/30740/stat : 30740 (java) R 30736 30738 29987 0 -1 64 11281 285 1 0 66482 6 42 0 25 0 9 0 27253592 887840768 10277 996147200 134512640 134550932 4294955968 18446744073709551615 4126095866 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30738/tid=30741] ppid=30736 vsize=867032 CPUtime=0.45
/proc/30738/task/30741/stat : 30741 (java) S 30736 30738 29987 0 -1 64 2094 285 0 0 3 0 42 0 16 0 9 0 27253594 887840768 10277 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30738/tid=30742] ppid=30736 vsize=867032 CPUtime=0.42
/proc/30738/task/30742/stat : 30742 (java) S 30736 30738 29987 0 -1 64 19 285 0 0 0 0 42 0 16 0 9 0 27253594 887840768 10277 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30738/tid=30743] ppid=30736 vsize=867032 CPUtime=0.42
/proc/30738/task/30743/stat : 30743 (java) S 30736 30738 29987 0 -1 64 7 285 0 0 0 0 42 0 16 0 9 0 27253594 887840768 10277 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30738/tid=30744] ppid=30736 vsize=867032 CPUtime=0.42
/proc/30738/task/30744/stat : 30744 (java) S 30736 30738 29987 0 -1 64 1 285 0 0 0 0 42 0 24 0 9 0 27253596 887840768 10277 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30738/tid=30745] ppid=30736 vsize=867032 CPUtime=0.61
/proc/30738/task/30745/stat : 30745 (java) S 30736 30738 29987 0 -1 64 623 285 0 0 19 0 42 0 16 0 9 0 27253596 887840768 10277 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30738/tid=30746] ppid=30736 vsize=867032 CPUtime=0.42
/proc/30738/task/30746/stat : 30746 (java) S 30736 30738 29987 0 -1 64 1 285 0 0 0 0 42 0 25 0 9 0 27253596 887840768 10277 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30738/tid=30747] ppid=30736 vsize=867032 CPUtime=0.42
/proc/30738/task/30747/stat : 30747 (java) S 30736 30738 29987 0 -1 64 13 285 0 0 0 0 42 0 15 0 9 0 27253596 887840768 10277 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 665.56
Current children cumulated vsize (KiB) 867032

[startup+678.301 s]
/proc/loadavg: 2.00 1.97 1.55 3/89 30751
/proc/meminfo: memFree=1538280/2055920 swapFree=4192812/4192956
[pid=30738] ppid=30736 vsize=867032 CPUtime=671.9
/proc/30738/stat : 30738 (java) S 30736 30738 29987 0 -1 0 14839 285 1 0 67139 9 42 0 18 0 9 0 27253591 887840768 10277 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30738/statm: 216758 10277 2655 9 0 211194 0
[pid=30738/tid=30740] ppid=30736 vsize=867032 CPUtime=671.63
/proc/30738/task/30740/stat : 30740 (java) R 30736 30738 29987 0 -1 64 11281 285 1 0 67115 6 42 0 25 0 9 0 27253592 887840768 10277 996147200 134512640 134550932 4294955968 18446744073709551615 4126823423 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30738/tid=30741] ppid=30736 vsize=867032 CPUtime=0.45
/proc/30738/task/30741/stat : 30741 (java) S 30736 30738 29987 0 -1 64 2094 285 0 0 3 0 42 0 16 0 9 0 27253594 887840768 10277 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30738/tid=30742] ppid=30736 vsize=867032 CPUtime=0.42
/proc/30738/task/30742/stat : 30742 (java) S 30736 30738 29987 0 -1 64 19 285 0 0 0 0 42 0 16 0 9 0 27253594 887840768 10277 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30738/tid=30743] ppid=30736 vsize=867032 CPUtime=0.42
/proc/30738/task/30743/stat : 30743 (java) S 30736 30738 29987 0 -1 64 7 285 0 0 0 0 42 0 16 0 9 0 27253594 887840768 10277 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30738/tid=30744] ppid=30736 vsize=867032 CPUtime=0.42
/proc/30738/task/30744/stat : 30744 (java) S 30736 30738 29987 0 -1 64 1 285 0 0 0 0 42 0 24 0 9 0 27253596 887840768 10277 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30738/tid=30745] ppid=30736 vsize=867032 CPUtime=0.61
/proc/30738/task/30745/stat : 30745 (java) S 30736 30738 29987 0 -1 64 623 285 0 0 19 0 42 0 16 0 9 0 27253596 887840768 10277 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30738/tid=30746] ppid=30736 vsize=867032 CPUtime=0.42
/proc/30738/task/30746/stat : 30746 (java) S 30736 30738 29987 0 -1 64 1 285 0 0 0 0 42 0 25 0 9 0 27253596 887840768 10277 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30738/tid=30747] ppid=30736 vsize=867032 CPUtime=0.42
/proc/30738/task/30747/stat : 30747 (java) S 30736 30738 29987 0 -1 64 13 285 0 0 0 0 42 0 15 0 9 0 27253596 887840768 10277 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 671.9
Current children cumulated vsize (KiB) 867032

[startup+681.503 s]
/proc/loadavg: 2.00 1.97 1.55 3/89 30751
/proc/meminfo: memFree=1538280/2055920 swapFree=4192812/4192956
[pid=30738] ppid=30736 vsize=867032 CPUtime=675.08
/proc/30738/stat : 30738 (java) S 30736 30738 29987 0 -1 0 14839 285 1 0 67457 9 42 0 18 0 9 0 27253591 887840768 10277 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30738/statm: 216758 10277 2655 9 0 211194 0
[pid=30738/tid=30740] ppid=30736 vsize=867032 CPUtime=674.81
/proc/30738/task/30740/stat : 30740 (java) R 30736 30738 29987 0 -1 64 11281 285 1 0 67433 6 42 0 25 0 9 0 27253592 887840768 10277 996147200 134512640 134550932 4294955968 18446744073709551615 4126770215 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30738/tid=30741] ppid=30736 vsize=867032 CPUtime=0.45
/proc/30738/task/30741/stat : 30741 (java) S 30736 30738 29987 0 -1 64 2094 285 0 0 3 0 42 0 16 0 9 0 27253594 887840768 10277 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30738/tid=30742] ppid=30736 vsize=867032 CPUtime=0.42
/proc/30738/task/30742/stat : 30742 (java) S 30736 30738 29987 0 -1 64 19 285 0 0 0 0 42 0 16 0 9 0 27253594 887840768 10277 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30738/tid=30743] ppid=30736 vsize=867032 CPUtime=0.42
/proc/30738/task/30743/stat : 30743 (java) S 30736 30738 29987 0 -1 64 7 285 0 0 0 0 42 0 16 0 9 0 27253594 887840768 10277 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30738/tid=30744] ppid=30736 vsize=867032 CPUtime=0.42
/proc/30738/task/30744/stat : 30744 (java) S 30736 30738 29987 0 -1 64 1 285 0 0 0 0 42 0 24 0 9 0 27253596 887840768 10277 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30738/tid=30745] ppid=30736 vsize=867032 CPUtime=0.61
/proc/30738/task/30745/stat : 30745 (java) S 30736 30738 29987 0 -1 64 623 285 0 0 19 0 42 0 16 0 9 0 27253596 887840768 10277 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30738/tid=30746] ppid=30736 vsize=867032 CPUtime=0.42
/proc/30738/task/30746/stat : 30746 (java) S 30736 30738 29987 0 -1 64 1 285 0 0 0 0 42 0 25 0 9 0 27253596 887840768 10277 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30738/tid=30747] ppid=30736 vsize=867032 CPUtime=0.42
/proc/30738/task/30747/stat : 30747 (java) S 30736 30738 29987 0 -1 64 13 285 0 0 0 0 42 0 15 0 9 0 27253596 887840768 10277 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 675.08
Current children cumulated vsize (KiB) 867032

[startup+682.302 s]
/proc/loadavg: 2.00 1.97 1.55 3/89 30751
/proc/meminfo: memFree=1538280/2055920 swapFree=4192812/4192956
[pid=30738] ppid=30736 vsize=867032 CPUtime=675.86
/proc/30738/stat : 30738 (java) S 30736 30738 29987 0 -1 0 14839 285 1 0 67535 9 42 0 18 0 9 0 27253591 887840768 10277 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30738/statm: 216758 10277 2655 9 0 211194 0
[pid=30738/tid=30740] ppid=30736 vsize=867032 CPUtime=675.6
/proc/30738/task/30740/stat : 30740 (java) R 30736 30738 29987 0 -1 64 11281 285 1 0 67512 6 42 0 25 0 9 0 27253592 887840768 10277 996147200 134512640 134550932 4294955968 18446744073709551615 4126790465 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30738/tid=30741] ppid=30736 vsize=867032 CPUtime=0.45
/proc/30738/task/30741/stat : 30741 (java) S 30736 30738 29987 0 -1 64 2094 285 0 0 3 0 42 0 16 0 9 0 27253594 887840768 10277 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30738/tid=30742] ppid=30736 vsize=867032 CPUtime=0.42
/proc/30738/task/30742/stat : 30742 (java) S 30736 30738 29987 0 -1 64 19 285 0 0 0 0 42 0 16 0 9 0 27253594 887840768 10277 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30738/tid=30743] ppid=30736 vsize=867032 CPUtime=0.42
/proc/30738/task/30743/stat : 30743 (java) S 30736 30738 29987 0 -1 64 7 285 0 0 0 0 42 0 16 0 9 0 27253594 887840768 10277 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30738/tid=30744] ppid=30736 vsize=867032 CPUtime=0.42
/proc/30738/task/30744/stat : 30744 (java) S 30736 30738 29987 0 -1 64 1 285 0 0 0 0 42 0 24 0 9 0 27253596 887840768 10277 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30738/tid=30745] ppid=30736 vsize=867032 CPUtime=0.61
/proc/30738/task/30745/stat : 30745 (java) S 30736 30738 29987 0 -1 64 623 285 0 0 19 0 42 0 16 0 9 0 27253596 887840768 10277 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30738/tid=30746] ppid=30736 vsize=867032 CPUtime=0.42
/proc/30738/task/30746/stat : 30746 (java) S 30736 30738 29987 0 -1 64 1 285 0 0 0 0 42 0 25 0 9 0 27253596 887840768 10277 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30738/tid=30747] ppid=30736 vsize=867032 CPUtime=0.42
/proc/30738/task/30747/stat : 30747 (java) S 30736 30738 29987 0 -1 64 13 285 0 0 0 0 42 0 15 0 9 0 27253596 887840768 10277 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 675.86
Current children cumulated vsize (KiB) 867032

[startup+682.701 s]
/proc/loadavg: 2.00 1.97 1.55 3/89 30751
/proc/meminfo: memFree=1538280/2055920 swapFree=4192812/4192956
[pid=30738] ppid=30736 vsize=867032 CPUtime=676.26
/proc/30738/stat : 30738 (java) S 30736 30738 29987 0 -1 0 14839 285 1 0 67575 9 42 0 18 0 9 0 27253591 887840768 10277 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30738/statm: 216758 10277 2655 9 0 211194 0
[pid=30738/tid=30740] ppid=30736 vsize=867032 CPUtime=675.99
/proc/30738/task/30740/stat : 30740 (java) R 30736 30738 29987 0 -1 64 11281 285 1 0 67551 6 42 0 25 0 9 0 27253592 887840768 10277 996147200 134512640 134550932 4294955968 18446744073709551615 4126768666 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30738/tid=30741] ppid=30736 vsize=867032 CPUtime=0.45
/proc/30738/task/30741/stat : 30741 (java) S 30736 30738 29987 0 -1 64 2094 285 0 0 3 0 42 0 16 0 9 0 27253594 887840768 10277 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30738/tid=30742] ppid=30736 vsize=867032 CPUtime=0.42
/proc/30738/task/30742/stat : 30742 (java) S 30736 30738 29987 0 -1 64 19 285 0 0 0 0 42 0 16 0 9 0 27253594 887840768 10277 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30738/tid=30743] ppid=30736 vsize=867032 CPUtime=0.42
/proc/30738/task/30743/stat : 30743 (java) S 30736 30738 29987 0 -1 64 7 285 0 0 0 0 42 0 16 0 9 0 27253594 887840768 10277 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30738/tid=30744] ppid=30736 vsize=867032 CPUtime=0.42
/proc/30738/task/30744/stat : 30744 (java) S 30736 30738 29987 0 -1 64 1 285 0 0 0 0 42 0 24 0 9 0 27253596 887840768 10277 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30738/tid=30745] ppid=30736 vsize=867032 CPUtime=0.61
/proc/30738/task/30745/stat : 30745 (java) S 30736 30738 29987 0 -1 64 623 285 0 0 19 0 42 0 16 0 9 0 27253596 887840768 10277 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30738/tid=30746] ppid=30736 vsize=867032 CPUtime=0.42
/proc/30738/task/30746/stat : 30746 (java) S 30736 30738 29987 0 -1 64 1 285 0 0 0 0 42 0 25 0 9 0 27253596 887840768 10277 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30738/tid=30747] ppid=30736 vsize=867032 CPUtime=0.42
/proc/30738/task/30747/stat : 30747 (java) S 30736 30738 29987 0 -1 64 13 285 0 0 0 0 42 0 15 0 9 0 27253596 887840768 10277 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 676.26
Current children cumulated vsize (KiB) 867032

[startup+683.106 s]
/proc/loadavg: 2.00 1.97 1.55 3/89 30751
/proc/meminfo: memFree=1538280/2055920 swapFree=4192812/4192956
[pid=30738] ppid=30736 vsize=867032 CPUtime=676.66
/proc/30738/stat : 30738 (java) S 30736 30738 29987 0 -1 0 14839 285 1 0 67615 9 42 0 18 0 9 0 27253591 887840768 10277 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30738/statm: 216758 10277 2655 9 0 211194 0
[pid=30738/tid=30740] ppid=30736 vsize=867032 CPUtime=676.39
/proc/30738/task/30740/stat : 30740 (java) R 30736 30738 29987 0 -1 64 11281 285 1 0 67591 6 42 0 25 0 9 0 27253592 887840768 10277 996147200 134512640 134550932 4294955968 18446744073709551615 4126780451 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30738/tid=30741] ppid=30736 vsize=867032 CPUtime=0.45
/proc/30738/task/30741/stat : 30741 (java) S 30736 30738 29987 0 -1 64 2094 285 0 0 3 0 42 0 16 0 9 0 27253594 887840768 10277 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30738/tid=30742] ppid=30736 vsize=867032 CPUtime=0.42
/proc/30738/task/30742/stat : 30742 (java) S 30736 30738 29987 0 -1 64 19 285 0 0 0 0 42 0 16 0 9 0 27253594 887840768 10277 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30738/tid=30743] ppid=30736 vsize=867032 CPUtime=0.42
/proc/30738/task/30743/stat : 30743 (java) S 30736 30738 29987 0 -1 64 7 285 0 0 0 0 42 0 16 0 9 0 27253594 887840768 10277 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30738/tid=30744] ppid=30736 vsize=867032 CPUtime=0.42
/proc/30738/task/30744/stat : 30744 (java) S 30736 30738 29987 0 -1 64 1 285 0 0 0 0 42 0 24 0 9 0 27253596 887840768 10277 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30738/tid=30745] ppid=30736 vsize=867032 CPUtime=0.61
/proc/30738/task/30745/stat : 30745 (java) S 30736 30738 29987 0 -1 64 623 285 0 0 19 0 42 0 16 0 9 0 27253596 887840768 10277 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30738/tid=30746] ppid=30736 vsize=867032 CPUtime=0.42
/proc/30738/task/30746/stat : 30746 (java) S 30736 30738 29987 0 -1 64 1 285 0 0 0 0 42 0 25 0 9 0 27253596 887840768 10277 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30738/tid=30747] ppid=30736 vsize=867032 CPUtime=0.42
/proc/30738/task/30747/stat : 30747 (java) S 30736 30738 29987 0 -1 64 13 285 0 0 0 0 42 0 15 0 9 0 27253596 887840768 10277 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 676.66
Current children cumulated vsize (KiB) 867032

[startup+683.201 s]
/proc/loadavg: 2.00 1.97 1.55 3/89 30751
/proc/meminfo: memFree=1538280/2055920 swapFree=4192812/4192956
[pid=30738] ppid=30736 vsize=867032 CPUtime=676.72
/proc/30738/stat : 30738 (java) S 30736 30738 29987 0 -1 0 14927 285 1 0 67621 9 42 0 18 0 9 0 27253591 887840768 10363 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30738/statm: 216758 10363 2655 9 0 211194 0
[pid=30738/tid=30740] ppid=30736 vsize=867032 CPUtime=676.46
/proc/30738/task/30740/stat : 30740 (java) S 30736 30738 29987 0 -1 64 11369 285 1 0 67598 6 42 0 23 0 9 0 27253592 887840768 10363 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30738/tid=30741] ppid=30736 vsize=867032 CPUtime=0.45
/proc/30738/task/30741/stat : 30741 (java) S 30736 30738 29987 0 -1 64 2094 285 0 0 3 0 42 0 16 0 9 0 27253594 887840768 10363 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30738/tid=30742] ppid=30736 vsize=867032 CPUtime=0.42
/proc/30738/task/30742/stat : 30742 (java) S 30736 30738 29987 0 -1 64 19 285 0 0 0 0 42 0 16 0 9 0 27253594 887840768 10363 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30738/tid=30743] ppid=30736 vsize=867032 CPUtime=0.42
/proc/30738/task/30743/stat : 30743 (java) S 30736 30738 29987 0 -1 64 7 285 0 0 0 0 42 0 16 0 9 0 27253594 887840768 10363 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30738/tid=30744] ppid=30736 vsize=867032 CPUtime=0.42
/proc/30738/task/30744/stat : 30744 (java) S 30736 30738 29987 0 -1 64 1 285 0 0 0 0 42 0 24 0 9 0 27253596 887840768 10363 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30738/tid=30745] ppid=30736 vsize=867032 CPUtime=0.61
/proc/30738/task/30745/stat : 30745 (java) S 30736 30738 29987 0 -1 64 623 285 0 0 19 0 42 0 16 0 9 0 27253596 887840768 10363 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30738/tid=30746] ppid=30736 vsize=867032 CPUtime=0.42
/proc/30738/task/30746/stat : 30746 (java) S 30736 30738 29987 0 -1 64 1 285 0 0 0 0 42 0 25 0 9 0 27253596 887840768 10363 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30738/tid=30747] ppid=30736 vsize=867032 CPUtime=0.42
/proc/30738/task/30747/stat : 30747 (java) S 30736 30738 29987 0 -1 64 13 285 0 0 0 0 42 0 15 0 9 0 27253596 887840768 10363 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 676.72
Current children cumulated vsize (KiB) 867032

Child status: 0
Real time (s): 683.225
CPU time (s): 676.746
CPU user time (s): 676.638
CPU system time (s): 0.107983
CPU usage (%): 99.0517
Max. virtual memory (cumulated for all children) (KiB): 869436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 676.638
system time used= 0.107983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15241
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= 14787
involuntary context switches= 28052

runsolver used 0.887865 second user time and 2.22966 second system time

The end

Launcher Data

Begin job on node49 at 2009-07-12 14:32:12
IDJOB=2093799
IDBENCH=53798
IDSOLVER=773
FILE ID=node49/2093799-1247401932
PBS_JOBID= 9510547
Free space on /tmp= 66420 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/latinSquare/normalized-latinSquare-dg-8_all.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-2093799-1247401932/watcher-2093799-1247401932 -o /tmp/evaluation-result-2093799-1247401932/solver-2093799-1247401932 -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-2093799-1247401932.xml

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

MD5SUM BENCH= 0c177442828a6d2881a24fd8c0888647
RANDOM SEED=347890285

node49.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.232
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.232
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:       1570384 kB
Buffers:         74644 kB
Cached:         234144 kB
SwapCached:          0 kB
Active:         264960 kB
Inactive:       145512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1570384 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2344 kB
Writeback:           0 kB
Mapped:         122104 kB
Slab:            60076 kB
Committed_AS:  1021360 kB
PageTables:       1960 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= 66420 MiB
End job on node49 at 2009-07-12 14:43:36