Trace number 1098436

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 216.601 217.274

DiagnosticValue
CHECKS1221890000
NODES871538

General information on the benchmark

Namecsp/rand-2-40-19/
normalized-rand-2-40-19-443-230-2_ext.xml
MD5SUM2d637fad3bd728de488176247090b3e8
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark87.7047
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints330
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension330
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.08	
0.01/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-1098436-1215283711.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=40  nbDomainTypes=1  minDomainSize=19  maxDomainSize=19  nbTotalValues=760
0.29/0.34	       =>  wckTime=0.102  cpuTime=0.09  mem=7M919
0.29/0.34	   
0.29/0.34	   relations being loaded...
0.39/0.44	   
0.39/0.44	   constraints being loaded...
0.58/0.64	     nbConstraints=330  nbRelationTypes=330  nbExtensionStructures=330  nbSharedExtensionStructures=0
0.58/0.64	     nbConflictsStructures=330  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=2741  minDegree=9
0.58/0.64	     maxDegree=23  minArity=2  maxArity=2  nbGenerators=0  nbFusions=0  symmetryWckTime=0.052  symmetryCpuTime=0.03
0.58/0.64	       =>  wckTime=0.393  cpuTime=0.27  mem=18M681
0.68/0.71	   
0.68/0.71	   solver IterativeSystematicSolver being built... 
0.77/0.83	       =>  wckTime=0.594  cpuTime=0.4  mem=20M249
0.77/0.84	   
0.77/0.84	   preprocessing
0.77/0.84	     nbConstraintChecks=0  nbPropagations=40  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.77/0.84	     detectedInconsistency=no
0.77/0.84	       =>  wckTime=0.0060  cpuTime=0.0  mem=21M339
0.98/1.01	   
0.98/1.01	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=22M330)
216.55/217.21	   
216.55/217.21	   search
216.55/217.21	     run=24  nbConstraintChecks=1221887258  minDepth=0  maxDepth=15  nbPropagations=63882677  nbRevisions=882455112
216.55/217.21	     nbUselessRevisions=712922108  nbAssignments=871538  nbFailedAssignments=348416  nbInferredBacktracks=6
216.55/217.21	     nbBacktracks=522946  nbVisitedNodes=1520241  nbRestartNogoods=203  nbSEliminables=7.55  nbREliminables=1.28
216.55/217.21	     nbIEliminables=0.16  nbDEliminables=0  nbPEliminables=0
216.55/217.21	       =>  wckTime=216.375  cpuTime=215.67  mem=22M330
216.55/217.21	   
216.55/217.21	   global
216.55/217.21	     nbConstraintChecks=1221887258  nbPropagations=63882717  nbRevisions=882455112  nbUselessRevisions=712922108
216.55/217.21	     nbRestartNogoods=203  solvingWckTime=216.378  solvingCpuTime=215.67  expiredTime=no  totalExploration=yes
216.55/217.21	     nbFoundSolutions=0  globalCpuTime=216.11
216.55/217.21	       =>  wckTime=216.974  cpuTime=216.07  mem=22M330
216.55/217.21	   
216.55/217.21	s UNSATISFIABLE
216.55/217.21	d NODES 871538
216.55/217.21	d CHECKS 1221887258
216.55/217.22	   
216.55/217.22	   totalWckTime=217.039  totalCpuTime=216.12

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1098436-1215283711/watcher-1098436-1215283711 -o /tmp/evaluation-result-1098436-1215283711/solver-1098436-1215283711 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1098436-1215283711.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 22734
/proc/meminfo: memFree=1741736/2055920 swapFree=4174728/4192956
[pid=22734] ppid=22732 vsize=1616 CPUtime=0
/proc/22734/stat : 22734 (java) R 22732 22734 22469 0 -1 0 180 0 0 0 0 0 0 0 18 0 1 0 1012773642 1654784 148 996147200 134512640 134550740 4294956128 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/22734/statm: 404 148 122 9 0 46 0

[startup+0.028385 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 22734
/proc/meminfo: memFree=1741736/2055920 swapFree=4174728/4192956
[pid=22734] ppid=22732 vsize=861876 CPUtime=0.01
/proc/22734/stat : 22734 (java) S 22732 22734 22469 0 -1 0 1944 0 1 0 0 1 0 0 18 0 5 0 1012773642 882561024 1622 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/22734/statm: 215469 1622 727 9 0 210448 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 861876

[startup+0.1024 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 22734
/proc/meminfo: memFree=1741736/2055920 swapFree=4174728/4192956
[pid=22734] ppid=22732 vsize=865884 CPUtime=0.09
/proc/22734/stat : 22734 (java) S 22732 22734 22469 0 -1 0 3758 0 1 0 7 2 0 0 18 0 9 0 1012773642 886665216 3218 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22734/statm: 216471 3220 1708 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301439 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 22734
/proc/meminfo: memFree=1741736/2055920 swapFree=4174728/4192956
[pid=22734] ppid=22732 vsize=866400 CPUtime=0.29
/proc/22734/stat : 22734 (java) S 22732 22734 22469 0 -1 0 6034 0 1 0 25 4 0 0 18 0 9 0 1012773642 887193600 5408 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22734/statm: 216600 5408 1956 9 0 211128 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866400

[startup+0.70152 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 22734
/proc/meminfo: memFree=1741736/2055920 swapFree=4174728/4192956
[pid=22734] ppid=22732 vsize=867328 CPUtime=0.68
/proc/22734/stat : 22734 (java) S 22732 22734 22469 0 -1 0 13785 166 1 0 61 7 0 0 18 0 10 0 1012773642 888143872 9779 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22734/statm: 216832 9779 2606 9 0 211360 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867328

[startup+1.50167 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 22747
/proc/meminfo: memFree=1709504/2055920 swapFree=4174728/4192956
[pid=22734] ppid=22732 vsize=867548 CPUtime=1.47
/proc/22734/stat : 22734 (java) S 22732 22734 22469 0 -1 0 16940 289 1 0 139 8 0 0 18 0 9 0 1012773642 888369152 10657 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22734/statm: 216887 10657 2632 9 0 211393 0
[pid=22734/tid=22736] ppid=22732 vsize=867548 CPUtime=1.17
/proc/22734/task/22736/stat : 22736 (java) R 22732 22734 22469 0 -1 64 11801 289 1 0 111 6 0 0 22 0 9 0 1012773643 888369152 10657 996147200 134512640 134550740 4294955968 18446744073709551615 4125952064 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22737] ppid=22732 vsize=867548 CPUtime=0.04
/proc/22734/task/22737/stat : 22737 (java) S 22732 22734 22469 0 -1 64 3595 289 0 0 4 0 0 0 17 0 9 0 1012773645 888369152 10657 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22738] ppid=22732 vsize=867548 CPUtime=0
/proc/22734/task/22738/stat : 22738 (java) S 22732 22734 22469 0 -1 64 16 289 0 0 0 0 0 0 16 0 9 0 1012773645 888369152 10657 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22739] ppid=22732 vsize=867548 CPUtime=0
/proc/22734/task/22739/stat : 22739 (java) S 22732 22734 22469 0 -1 64 9 289 0 0 0 0 0 0 16 0 9 0 1012773645 888369152 10657 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22740] ppid=22732 vsize=867548 CPUtime=0
/proc/22734/task/22740/stat : 22740 (java) S 22732 22734 22469 0 -1 64 1 289 0 0 0 0 0 0 23 0 9 0 1012773647 888369152 10657 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22734/tid=22741] ppid=22732 vsize=867548 CPUtime=0.22
/proc/22734/task/22741/stat : 22741 (java) S 22732 22734 22469 0 -1 64 708 289 0 0 22 0 0 0 15 0 9 0 1012773647 888369152 10657 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22742] ppid=22732 vsize=867548 CPUtime=0
/proc/22734/task/22742/stat : 22742 (java) S 22732 22734 22469 0 -1 64 1 289 0 0 0 0 0 0 24 0 9 0 1012773647 888369152 10657 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22734/tid=22743] ppid=22732 vsize=867548 CPUtime=0
/proc/22734/task/22743/stat : 22743 (java) S 22732 22734 22469 0 -1 64 6 289 0 0 0 0 0 0 15 0 9 0 1012773647 888369152 10657 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867548

[startup+3.10197 s]
/proc/loadavg: 2.08 2.02 2.01 3/81 22747
/proc/meminfo: memFree=1709192/2055920 swapFree=4174728/4192956
[pid=22734] ppid=22732 vsize=867548 CPUtime=3.05
/proc/22734/stat : 22734 (java) S 22732 22734 22469 0 -1 0 16949 289 1 0 297 8 0 0 18 0 9 0 1012773642 888369152 10665 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22734/statm: 216887 10665 2632 9 0 211393 0
[pid=22734/tid=22736] ppid=22732 vsize=867548 CPUtime=2.74
/proc/22734/task/22736/stat : 22736 (java) R 22732 22734 22469 0 -1 64 11804 289 1 0 268 6 0 0 25 0 9 0 1012773643 888369152 10665 996147200 134512640 134550740 4294955968 18446744073709551615 4126890446 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22737] ppid=22732 vsize=867548 CPUtime=0.04
/proc/22734/task/22737/stat : 22737 (java) S 22732 22734 22469 0 -1 64 3595 289 0 0 4 0 0 0 17 0 9 0 1012773645 888369152 10665 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22738] ppid=22732 vsize=867548 CPUtime=0
/proc/22734/task/22738/stat : 22738 (java) S 22732 22734 22469 0 -1 64 16 289 0 0 0 0 0 0 16 0 9 0 1012773645 888369152 10665 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22739] ppid=22732 vsize=867548 CPUtime=0
/proc/22734/task/22739/stat : 22739 (java) S 22732 22734 22469 0 -1 64 9 289 0 0 0 0 0 0 16 0 9 0 1012773645 888369152 10665 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22740] ppid=22732 vsize=867548 CPUtime=0
/proc/22734/task/22740/stat : 22740 (java) S 22732 22734 22469 0 -1 64 1 289 0 0 0 0 0 0 23 0 9 0 1012773647 888369152 10665 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22734/tid=22741] ppid=22732 vsize=867548 CPUtime=0.24
/proc/22734/task/22741/stat : 22741 (java) S 22732 22734 22469 0 -1 64 714 289 0 0 23 1 0 0 16 0 9 0 1012773647 888369152 10665 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22742] ppid=22732 vsize=867548 CPUtime=0
/proc/22734/task/22742/stat : 22742 (java) S 22732 22734 22469 0 -1 64 1 289 0 0 0 0 0 0 24 0 9 0 1012773647 888369152 10665 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22734/tid=22743] ppid=22732 vsize=867548 CPUtime=0
/proc/22734/task/22743/stat : 22743 (java) S 22732 22734 22469 0 -1 64 6 289 0 0 0 0 0 0 15 0 9 0 1012773647 888369152 10665 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867548

[startup+6.30158 s]
/proc/loadavg: 2.08 2.02 2.01 3/81 22747
/proc/meminfo: memFree=1709064/2055920 swapFree=4174728/4192956
[pid=22734] ppid=22732 vsize=867548 CPUtime=6.22
/proc/22734/stat : 22734 (java) S 22732 22734 22469 0 -1 0 16967 289 1 0 614 8 0 0 18 0 9 0 1012773642 888369152 10667 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22734/statm: 216887 10667 2632 9 0 211393 0
[pid=22734/tid=22736] ppid=22732 vsize=867548 CPUtime=5.91
/proc/22734/task/22736/stat : 22736 (java) R 22732 22734 22469 0 -1 64 11808 289 1 0 585 6 0 0 25 0 9 0 1012773643 888369152 10667 996147200 134512640 134550740 4294955968 18446744073709551615 4126871423 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22737] ppid=22732 vsize=867548 CPUtime=0.04
/proc/22734/task/22737/stat : 22737 (java) S 22732 22734 22469 0 -1 64 3595 289 0 0 4 0 0 0 16 0 9 0 1012773645 888369152 10667 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22734/tid=22738] ppid=22732 vsize=867548 CPUtime=0
/proc/22734/task/22738/stat : 22738 (java) S 22732 22734 22469 0 -1 64 16 289 0 0 0 0 0 0 16 0 9 0 1012773645 888369152 10667 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22739] ppid=22732 vsize=867548 CPUtime=0
/proc/22734/task/22739/stat : 22739 (java) S 22732 22734 22469 0 -1 64 9 289 0 0 0 0 0 0 16 0 9 0 1012773645 888369152 10667 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22740] ppid=22732 vsize=867548 CPUtime=0
/proc/22734/task/22740/stat : 22740 (java) S 22732 22734 22469 0 -1 64 1 289 0 0 0 0 0 0 23 0 9 0 1012773647 888369152 10667 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22734/tid=22741] ppid=22732 vsize=867548 CPUtime=0.24
/proc/22734/task/22741/stat : 22741 (java) S 22732 22734 22469 0 -1 64 714 289 0 0 23 1 0 0 16 0 9 0 1012773647 888369152 10667 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22742] ppid=22732 vsize=867548 CPUtime=0
/proc/22734/task/22742/stat : 22742 (java) S 22732 22734 22469 0 -1 64 1 289 0 0 0 0 0 0 24 0 9 0 1012773647 888369152 10667 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22734/tid=22743] ppid=22732 vsize=867548 CPUtime=0
/proc/22734/task/22743/stat : 22743 (java) S 22732 22734 22469 0 -1 64 20 289 0 0 0 0 0 0 15 0 9 0 1012773647 888369152 10667 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 867548

[startup+12.7018 s]
/proc/loadavg: 2.07 2.02 2.00 3/81 22747
/proc/meminfo: memFree=1708888/2055920 swapFree=4174728/4192956
[pid=22734] ppid=22732 vsize=867548 CPUtime=12.57
/proc/22734/stat : 22734 (java) S 22732 22734 22469 0 -1 0 16971 289 1 0 1249 8 0 0 18 0 9 0 1012773642 888369152 10669 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22734/statm: 216887 10669 2632 9 0 211393 0
[pid=22734/tid=22736] ppid=22732 vsize=867548 CPUtime=12.26
/proc/22734/task/22736/stat : 22736 (java) R 22732 22734 22469 0 -1 64 11812 289 1 0 1220 6 0 0 25 0 9 0 1012773643 888369152 10669 996147200 134512640 134550740 4294955968 18446744073709551615 4126377920 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22737] ppid=22732 vsize=867548 CPUtime=0.04
/proc/22734/task/22737/stat : 22737 (java) S 22732 22734 22469 0 -1 64 3595 289 0 0 4 0 0 0 16 0 9 0 1012773645 888369152 10669 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22734/tid=22738] ppid=22732 vsize=867548 CPUtime=0
/proc/22734/task/22738/stat : 22738 (java) S 22732 22734 22469 0 -1 64 16 289 0 0 0 0 0 0 16 0 9 0 1012773645 888369152 10669 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22739] ppid=22732 vsize=867548 CPUtime=0
/proc/22734/task/22739/stat : 22739 (java) S 22732 22734 22469 0 -1 64 9 289 0 0 0 0 0 0 16 0 9 0 1012773645 888369152 10669 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22740] ppid=22732 vsize=867548 CPUtime=0
/proc/22734/task/22740/stat : 22740 (java) S 22732 22734 22469 0 -1 64 1 289 0 0 0 0 0 0 23 0 9 0 1012773647 888369152 10669 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22734/tid=22741] ppid=22732 vsize=867548 CPUtime=0.24
/proc/22734/task/22741/stat : 22741 (java) S 22732 22734 22469 0 -1 64 714 289 0 0 23 1 0 0 16 0 9 0 1012773647 888369152 10669 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22742] ppid=22732 vsize=867548 CPUtime=0
/proc/22734/task/22742/stat : 22742 (java) S 22732 22734 22469 0 -1 64 1 289 0 0 0 0 0 0 24 0 9 0 1012773647 888369152 10669 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22734/tid=22743] ppid=22732 vsize=867548 CPUtime=0
/proc/22734/task/22743/stat : 22743 (java) S 22732 22734 22469 0 -1 64 20 289 0 0 0 0 0 0 15 0 9 0 1012773647 888369152 10669 996147200 134512640 134550740 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) 867548

[startup+25.5022 s]
/proc/loadavg: 2.06 2.01 2.00 3/81 22747
/proc/meminfo: memFree=1708952/2055920 swapFree=4174728/4192956
[pid=22734] ppid=22732 vsize=867548 CPUtime=25.27
/proc/22734/stat : 22734 (java) S 22732 22734 22469 0 -1 0 16976 289 1 0 2518 9 0 0 18 0 9 0 1012773642 888369152 10671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22734/statm: 216887 10671 2632 9 0 211393 0
[pid=22734/tid=22736] ppid=22732 vsize=867548 CPUtime=24.94
/proc/22734/task/22736/stat : 22736 (java) R 22732 22734 22469 0 -1 64 11816 289 1 0 2488 6 0 0 25 0 9 0 1012773643 888369152 10671 996147200 134512640 134550740 4294955968 18446744073709551615 4126874524 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22737] ppid=22732 vsize=867548 CPUtime=0.04
/proc/22734/task/22737/stat : 22737 (java) S 22732 22734 22469 0 -1 64 3595 289 0 0 4 0 0 0 16 0 9 0 1012773645 888369152 10671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22734/tid=22738] ppid=22732 vsize=867548 CPUtime=0
/proc/22734/task/22738/stat : 22738 (java) S 22732 22734 22469 0 -1 64 16 289 0 0 0 0 0 0 16 0 9 0 1012773645 888369152 10671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22739] ppid=22732 vsize=867548 CPUtime=0
/proc/22734/task/22739/stat : 22739 (java) S 22732 22734 22469 0 -1 64 9 289 0 0 0 0 0 0 16 0 9 0 1012773645 888369152 10671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22740] ppid=22732 vsize=867548 CPUtime=0
/proc/22734/task/22740/stat : 22740 (java) S 22732 22734 22469 0 -1 64 1 289 0 0 0 0 0 0 23 0 9 0 1012773647 888369152 10671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22734/tid=22741] ppid=22732 vsize=867548 CPUtime=0.24
/proc/22734/task/22741/stat : 22741 (java) S 22732 22734 22469 0 -1 64 715 289 0 0 23 1 0 0 16 0 9 0 1012773647 888369152 10671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22742] ppid=22732 vsize=867548 CPUtime=0
/proc/22734/task/22742/stat : 22742 (java) S 22732 22734 22469 0 -1 64 1 289 0 0 0 0 0 0 24 0 9 0 1012773647 888369152 10671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22734/tid=22743] ppid=22732 vsize=867548 CPUtime=0
/proc/22734/task/22743/stat : 22743 (java) S 22732 22734 22469 0 -1 64 20 289 0 0 0 0 0 0 15 0 9 0 1012773647 888369152 10671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 867548

[startup+51.1021 s]
/proc/loadavg: 2.04 2.01 2.00 3/81 22747
/proc/meminfo: memFree=1708824/2055920 swapFree=4174728/4192956
[pid=22734] ppid=22732 vsize=867548 CPUtime=50.65
/proc/22734/stat : 22734 (java) S 22732 22734 22469 0 -1 0 16978 289 1 0 5056 9 0 0 18 0 9 0 1012773642 888369152 10673 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22734/statm: 216887 10673 2632 9 0 211393 0
[pid=22734/tid=22736] ppid=22732 vsize=867548 CPUtime=50.33
/proc/22734/task/22736/stat : 22736 (java) R 22732 22734 22469 0 -1 64 11818 289 1 0 5027 6 0 0 25 0 9 0 1012773643 888369152 10673 996147200 134512640 134550740 4294955968 18446744073709551615 4126864627 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22737] ppid=22732 vsize=867548 CPUtime=0.04
/proc/22734/task/22737/stat : 22737 (java) S 22732 22734 22469 0 -1 64 3595 289 0 0 4 0 0 0 16 0 9 0 1012773645 888369152 10673 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22734/tid=22738] ppid=22732 vsize=867548 CPUtime=0
/proc/22734/task/22738/stat : 22738 (java) S 22732 22734 22469 0 -1 64 16 289 0 0 0 0 0 0 16 0 9 0 1012773645 888369152 10673 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22739] ppid=22732 vsize=867548 CPUtime=0
/proc/22734/task/22739/stat : 22739 (java) S 22732 22734 22469 0 -1 64 9 289 0 0 0 0 0 0 16 0 9 0 1012773645 888369152 10673 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22740] ppid=22732 vsize=867548 CPUtime=0
/proc/22734/task/22740/stat : 22740 (java) S 22732 22734 22469 0 -1 64 1 289 0 0 0 0 0 0 23 0 9 0 1012773647 888369152 10673 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22734/tid=22741] ppid=22732 vsize=867548 CPUtime=0.24
/proc/22734/task/22741/stat : 22741 (java) S 22732 22734 22469 0 -1 64 715 289 0 0 23 1 0 0 16 0 9 0 1012773647 888369152 10673 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22742] ppid=22732 vsize=867548 CPUtime=0

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

/proc/22734/stat : 22734 (java) S 22732 22734 22469 0 -1 0 16980 289 1 0 20396 10 0 0 18 0 9 0 1012773642 888369152 10675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22734/statm: 216887 10675 2632 9 0 211393 0
[pid=22734/tid=22736] ppid=22732 vsize=867548 CPUtime=203.75
/proc/22734/task/22736/stat : 22736 (java) R 22732 22734 22469 0 -1 64 11820 289 1 0 20367 8 0 0 25 0 9 0 1012773643 888369152 10675 996147200 134512640 134550740 4294955968 18446744073709551615 4126880376 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22734/tid=22737] ppid=22732 vsize=867548 CPUtime=0.04
/proc/22734/task/22737/stat : 22737 (java) S 22732 22734 22469 0 -1 64 3595 289 0 0 4 0 0 0 16 0 9 0 1012773645 888369152 10675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22734/tid=22738] ppid=22732 vsize=867548 CPUtime=0
/proc/22734/task/22738/stat : 22738 (java) S 22732 22734 22469 0 -1 64 16 289 0 0 0 0 0 0 16 0 9 0 1012773645 888369152 10675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22739] ppid=22732 vsize=867548 CPUtime=0
/proc/22734/task/22739/stat : 22739 (java) S 22732 22734 22469 0 -1 64 9 289 0 0 0 0 0 0 16 0 9 0 1012773645 888369152 10675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22740] ppid=22732 vsize=867548 CPUtime=0
/proc/22734/task/22740/stat : 22740 (java) S 22732 22734 22469 0 -1 64 1 289 0 0 0 0 0 0 23 0 9 0 1012773647 888369152 10675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22734/tid=22741] ppid=22732 vsize=867548 CPUtime=0.24
/proc/22734/task/22741/stat : 22741 (java) S 22732 22734 22469 0 -1 64 715 289 0 0 23 1 0 0 16 0 9 0 1012773647 888369152 10675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22742] ppid=22732 vsize=867548 CPUtime=0
/proc/22734/task/22742/stat : 22742 (java) S 22732 22734 22469 0 -1 64 1 289 0 0 0 0 0 0 24 0 9 0 1012773647 888369152 10675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22734/tid=22743] ppid=22732 vsize=867548 CPUtime=0
/proc/22734/task/22743/stat : 22743 (java) S 22732 22734 22469 0 -1 64 20 289 0 0 0 0 0 0 15 0 9 0 1012773647 888369152 10675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 204.06
Current children cumulated vsize (KiB) 867548

[startup+211.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 22838
/proc/meminfo: memFree=1676176/2055920 swapFree=4174728/4192956
[pid=22734] ppid=22732 vsize=867548 CPUtime=210.47
/proc/22734/stat : 22734 (java) S 22732 22734 22469 0 -1 0 16981 289 1 0 21037 10 0 0 18 0 9 0 1012773642 888369152 10676 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22734/statm: 216887 10676 2632 9 0 211393 0
[pid=22734/tid=22736] ppid=22732 vsize=867548 CPUtime=210.16
/proc/22734/task/22736/stat : 22736 (java) R 22732 22734 22469 0 -1 64 11821 289 1 0 21008 8 0 0 25 0 9 0 1012773643 888369152 10676 996147200 134512640 134550740 4294955968 18446744073709551615 4126879774 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22734/tid=22737] ppid=22732 vsize=867548 CPUtime=0.04
/proc/22734/task/22737/stat : 22737 (java) S 22732 22734 22469 0 -1 64 3595 289 0 0 4 0 0 0 16 0 9 0 1012773645 888369152 10676 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22734/tid=22738] ppid=22732 vsize=867548 CPUtime=0
/proc/22734/task/22738/stat : 22738 (java) S 22732 22734 22469 0 -1 64 16 289 0 0 0 0 0 0 16 0 9 0 1012773645 888369152 10676 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22739] ppid=22732 vsize=867548 CPUtime=0
/proc/22734/task/22739/stat : 22739 (java) S 22732 22734 22469 0 -1 64 9 289 0 0 0 0 0 0 16 0 9 0 1012773645 888369152 10676 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22740] ppid=22732 vsize=867548 CPUtime=0
/proc/22734/task/22740/stat : 22740 (java) S 22732 22734 22469 0 -1 64 1 289 0 0 0 0 0 0 23 0 9 0 1012773647 888369152 10676 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22734/tid=22741] ppid=22732 vsize=867548 CPUtime=0.24
/proc/22734/task/22741/stat : 22741 (java) S 22732 22734 22469 0 -1 64 715 289 0 0 23 1 0 0 16 0 9 0 1012773647 888369152 10676 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22742] ppid=22732 vsize=867548 CPUtime=0
/proc/22734/task/22742/stat : 22742 (java) S 22732 22734 22469 0 -1 64 1 289 0 0 0 0 0 0 24 0 9 0 1012773647 888369152 10676 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22734/tid=22743] ppid=22732 vsize=867548 CPUtime=0
/proc/22734/task/22743/stat : 22743 (java) S 22732 22734 22469 0 -1 64 20 289 0 0 0 0 0 0 15 0 9 0 1012773647 888369152 10676 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 210.47
Current children cumulated vsize (KiB) 867548

[startup+214.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 22838
/proc/meminfo: memFree=1676176/2055920 swapFree=4174728/4192956
[pid=22734] ppid=22732 vsize=867548 CPUtime=213.66
/proc/22734/stat : 22734 (java) S 22732 22734 22469 0 -1 0 16981 289 1 0 21356 10 0 0 18 0 9 0 1012773642 888369152 10676 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22734/statm: 216887 10676 2632 9 0 211393 0
[pid=22734/tid=22736] ppid=22732 vsize=867548 CPUtime=213.35
/proc/22734/task/22736/stat : 22736 (java) R 22732 22734 22469 0 -1 64 11821 289 1 0 21327 8 0 0 25 0 9 0 1012773643 888369152 10676 996147200 134512640 134550740 4294955968 18446744073709551615 4126864672 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22734/tid=22737] ppid=22732 vsize=867548 CPUtime=0.04
/proc/22734/task/22737/stat : 22737 (java) S 22732 22734 22469 0 -1 64 3595 289 0 0 4 0 0 0 16 0 9 0 1012773645 888369152 10676 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22734/tid=22738] ppid=22732 vsize=867548 CPUtime=0
/proc/22734/task/22738/stat : 22738 (java) S 22732 22734 22469 0 -1 64 16 289 0 0 0 0 0 0 16 0 9 0 1012773645 888369152 10676 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22739] ppid=22732 vsize=867548 CPUtime=0
/proc/22734/task/22739/stat : 22739 (java) S 22732 22734 22469 0 -1 64 9 289 0 0 0 0 0 0 16 0 9 0 1012773645 888369152 10676 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22740] ppid=22732 vsize=867548 CPUtime=0
/proc/22734/task/22740/stat : 22740 (java) S 22732 22734 22469 0 -1 64 1 289 0 0 0 0 0 0 23 0 9 0 1012773647 888369152 10676 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22734/tid=22741] ppid=22732 vsize=867548 CPUtime=0.24
/proc/22734/task/22741/stat : 22741 (java) S 22732 22734 22469 0 -1 64 715 289 0 0 23 1 0 0 16 0 9 0 1012773647 888369152 10676 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22742] ppid=22732 vsize=867548 CPUtime=0
/proc/22734/task/22742/stat : 22742 (java) S 22732 22734 22469 0 -1 64 1 289 0 0 0 0 0 0 24 0 9 0 1012773647 888369152 10676 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22734/tid=22743] ppid=22732 vsize=867548 CPUtime=0
/proc/22734/task/22743/stat : 22743 (java) S 22732 22734 22469 0 -1 64 20 289 0 0 0 0 0 0 15 0 9 0 1012773647 888369152 10676 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 213.66
Current children cumulated vsize (KiB) 867548

[startup+215.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 22838
/proc/meminfo: memFree=1676176/2055920 swapFree=4174728/4192956
[pid=22734] ppid=22732 vsize=867548 CPUtime=215.25
/proc/22734/stat : 22734 (java) S 22732 22734 22469 0 -1 0 16981 289 1 0 21515 10 0 0 18 0 9 0 1012773642 888369152 10676 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22734/statm: 216887 10676 2632 9 0 211393 0
[pid=22734/tid=22736] ppid=22732 vsize=867548 CPUtime=214.94
/proc/22734/task/22736/stat : 22736 (java) R 22732 22734 22469 0 -1 64 11821 289 1 0 21486 8 0 0 25 0 9 0 1012773643 888369152 10676 996147200 134512640 134550740 4294955968 18446744073709551615 4126877049 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22734/tid=22737] ppid=22732 vsize=867548 CPUtime=0.04
/proc/22734/task/22737/stat : 22737 (java) S 22732 22734 22469 0 -1 64 3595 289 0 0 4 0 0 0 16 0 9 0 1012773645 888369152 10676 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22734/tid=22738] ppid=22732 vsize=867548 CPUtime=0
/proc/22734/task/22738/stat : 22738 (java) S 22732 22734 22469 0 -1 64 16 289 0 0 0 0 0 0 16 0 9 0 1012773645 888369152 10676 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22739] ppid=22732 vsize=867548 CPUtime=0
/proc/22734/task/22739/stat : 22739 (java) S 22732 22734 22469 0 -1 64 9 289 0 0 0 0 0 0 16 0 9 0 1012773645 888369152 10676 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22740] ppid=22732 vsize=867548 CPUtime=0
/proc/22734/task/22740/stat : 22740 (java) S 22732 22734 22469 0 -1 64 1 289 0 0 0 0 0 0 23 0 9 0 1012773647 888369152 10676 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22734/tid=22741] ppid=22732 vsize=867548 CPUtime=0.24
/proc/22734/task/22741/stat : 22741 (java) S 22732 22734 22469 0 -1 64 715 289 0 0 23 1 0 0 16 0 9 0 1012773647 888369152 10676 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22742] ppid=22732 vsize=867548 CPUtime=0
/proc/22734/task/22742/stat : 22742 (java) S 22732 22734 22469 0 -1 64 1 289 0 0 0 0 0 0 24 0 9 0 1012773647 888369152 10676 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22734/tid=22743] ppid=22732 vsize=867548 CPUtime=0
/proc/22734/task/22743/stat : 22743 (java) S 22732 22734 22469 0 -1 64 20 289 0 0 0 0 0 0 15 0 9 0 1012773647 888369152 10676 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 215.25
Current children cumulated vsize (KiB) 867548

[startup+216.707 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 22838
/proc/meminfo: memFree=1676176/2055920 swapFree=4174728/4192956
[pid=22734] ppid=22732 vsize=867548 CPUtime=216.06
/proc/22734/stat : 22734 (java) S 22732 22734 22469 0 -1 0 16981 289 1 0 21596 10 0 0 18 0 9 0 1012773642 888369152 10676 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22734/statm: 216887 10676 2632 9 0 211393 0
[pid=22734/tid=22736] ppid=22732 vsize=867548 CPUtime=215.75
/proc/22734/task/22736/stat : 22736 (java) R 22732 22734 22469 0 -1 64 11821 289 1 0 21567 8 0 0 25 0 9 0 1012773643 888369152 10676 996147200 134512640 134550740 4294955968 18446744073709551615 4126864596 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22734/tid=22737] ppid=22732 vsize=867548 CPUtime=0.04
/proc/22734/task/22737/stat : 22737 (java) S 22732 22734 22469 0 -1 64 3595 289 0 0 4 0 0 0 16 0 9 0 1012773645 888369152 10676 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22734/tid=22738] ppid=22732 vsize=867548 CPUtime=0
/proc/22734/task/22738/stat : 22738 (java) S 22732 22734 22469 0 -1 64 16 289 0 0 0 0 0 0 16 0 9 0 1012773645 888369152 10676 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22739] ppid=22732 vsize=867548 CPUtime=0
/proc/22734/task/22739/stat : 22739 (java) S 22732 22734 22469 0 -1 64 9 289 0 0 0 0 0 0 16 0 9 0 1012773645 888369152 10676 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22740] ppid=22732 vsize=867548 CPUtime=0
/proc/22734/task/22740/stat : 22740 (java) S 22732 22734 22469 0 -1 64 1 289 0 0 0 0 0 0 23 0 9 0 1012773647 888369152 10676 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22734/tid=22741] ppid=22732 vsize=867548 CPUtime=0.24
/proc/22734/task/22741/stat : 22741 (java) S 22732 22734 22469 0 -1 64 715 289 0 0 23 1 0 0 16 0 9 0 1012773647 888369152 10676 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22742] ppid=22732 vsize=867548 CPUtime=0
/proc/22734/task/22742/stat : 22742 (java) S 22732 22734 22469 0 -1 64 1 289 0 0 0 0 0 0 24 0 9 0 1012773647 888369152 10676 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22734/tid=22743] ppid=22732 vsize=867548 CPUtime=0
/proc/22734/task/22743/stat : 22743 (java) S 22732 22734 22469 0 -1 64 20 289 0 0 0 0 0 0 15 0 9 0 1012773647 888369152 10676 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 216.06
Current children cumulated vsize (KiB) 867548

[startup+217.103 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 22838
/proc/meminfo: memFree=1676176/2055920 swapFree=4174728/4192956
[pid=22734] ppid=22732 vsize=867548 CPUtime=216.45
/proc/22734/stat : 22734 (java) S 22732 22734 22469 0 -1 0 16981 289 1 0 21635 10 0 0 18 0 9 0 1012773642 888369152 10676 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22734/statm: 216887 10676 2632 9 0 211393 0
[pid=22734/tid=22736] ppid=22732 vsize=867548 CPUtime=216.14
/proc/22734/task/22736/stat : 22736 (java) R 22732 22734 22469 0 -1 64 11821 289 1 0 21606 8 0 0 25 0 9 0 1012773643 888369152 10676 996147200 134512640 134550740 4294955968 18446744073709551615 4126864283 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22734/tid=22737] ppid=22732 vsize=867548 CPUtime=0.04
/proc/22734/task/22737/stat : 22737 (java) S 22732 22734 22469 0 -1 64 3595 289 0 0 4 0 0 0 16 0 9 0 1012773645 888369152 10676 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22734/tid=22738] ppid=22732 vsize=867548 CPUtime=0
/proc/22734/task/22738/stat : 22738 (java) S 22732 22734 22469 0 -1 64 16 289 0 0 0 0 0 0 16 0 9 0 1012773645 888369152 10676 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22739] ppid=22732 vsize=867548 CPUtime=0
/proc/22734/task/22739/stat : 22739 (java) S 22732 22734 22469 0 -1 64 9 289 0 0 0 0 0 0 16 0 9 0 1012773645 888369152 10676 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22740] ppid=22732 vsize=867548 CPUtime=0
/proc/22734/task/22740/stat : 22740 (java) S 22732 22734 22469 0 -1 64 1 289 0 0 0 0 0 0 23 0 9 0 1012773647 888369152 10676 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22734/tid=22741] ppid=22732 vsize=867548 CPUtime=0.24
/proc/22734/task/22741/stat : 22741 (java) S 22732 22734 22469 0 -1 64 715 289 0 0 23 1 0 0 16 0 9 0 1012773647 888369152 10676 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22742] ppid=22732 vsize=867548 CPUtime=0
/proc/22734/task/22742/stat : 22742 (java) S 22732 22734 22469 0 -1 64 1 289 0 0 0 0 0 0 24 0 9 0 1012773647 888369152 10676 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22734/tid=22743] ppid=22732 vsize=867548 CPUtime=0
/proc/22734/task/22743/stat : 22743 (java) S 22732 22734 22469 0 -1 64 20 289 0 0 0 0 0 0 15 0 9 0 1012773647 888369152 10676 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 216.45
Current children cumulated vsize (KiB) 867548

[startup+217.203 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 22838
/proc/meminfo: memFree=1676176/2055920 swapFree=4174728/4192956
[pid=22734] ppid=22732 vsize=867548 CPUtime=216.55
/proc/22734/stat : 22734 (java) S 22732 22734 22469 0 -1 0 16981 289 1 0 21645 10 0 0 18 0 9 0 1012773642 888369152 10676 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22734/statm: 216887 10676 2632 9 0 211393 0
[pid=22734/tid=22736] ppid=22732 vsize=867548 CPUtime=216.24
/proc/22734/task/22736/stat : 22736 (java) R 22732 22734 22469 0 -1 64 11821 289 1 0 21616 8 0 0 25 0 9 0 1012773643 888369152 10676 996147200 134512640 134550740 4294955968 18446744073709551615 4126377965 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22734/tid=22737] ppid=22732 vsize=867548 CPUtime=0.04
/proc/22734/task/22737/stat : 22737 (java) S 22732 22734 22469 0 -1 64 3595 289 0 0 4 0 0 0 16 0 9 0 1012773645 888369152 10676 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22734/tid=22738] ppid=22732 vsize=867548 CPUtime=0
/proc/22734/task/22738/stat : 22738 (java) S 22732 22734 22469 0 -1 64 16 289 0 0 0 0 0 0 16 0 9 0 1012773645 888369152 10676 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22739] ppid=22732 vsize=867548 CPUtime=0
/proc/22734/task/22739/stat : 22739 (java) S 22732 22734 22469 0 -1 64 9 289 0 0 0 0 0 0 16 0 9 0 1012773645 888369152 10676 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22740] ppid=22732 vsize=867548 CPUtime=0
/proc/22734/task/22740/stat : 22740 (java) S 22732 22734 22469 0 -1 64 1 289 0 0 0 0 0 0 23 0 9 0 1012773647 888369152 10676 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22734/tid=22741] ppid=22732 vsize=867548 CPUtime=0.24
/proc/22734/task/22741/stat : 22741 (java) S 22732 22734 22469 0 -1 64 715 289 0 0 23 1 0 0 16 0 9 0 1012773647 888369152 10676 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22734/tid=22742] ppid=22732 vsize=867548 CPUtime=0
/proc/22734/task/22742/stat : 22742 (java) S 22732 22734 22469 0 -1 64 1 289 0 0 0 0 0 0 24 0 9 0 1012773647 888369152 10676 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22734/tid=22743] ppid=22732 vsize=867548 CPUtime=0
/proc/22734/task/22743/stat : 22743 (java) S 22732 22734 22469 0 -1 64 20 289 0 0 0 0 0 0 15 0 9 0 1012773647 888369152 10676 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 216.55
Current children cumulated vsize (KiB) 867548

Child status: 0
Real time (s): 217.274
CPU time (s): 216.601
CPU user time (s): 216.477
CPU system time (s): 0.123981
CPU usage (%): 99.6902
Max. virtual memory (cumulated for all children) (KiB): 867592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 216.477
system time used= 0.123981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17388
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= 5622
involuntary context switches= 6323

runsolver used 0.266959 second user time and 0.730888 second system time

The end

Launcher Data (download as text)

Begin job on node35 at 2008-07-05 20:48:31
IDJOB=1098436
IDBENCH=59625
IDSOLVER=363
FILE ID=node35/1098436-1215283711
PBS_JOBID= 7882326
Free space on /tmp= 66472 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/rand-2-40-19/normalized-rand-2-40-19-443-230-2_ext.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= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1098436-1215283711/watcher-1098436-1215283711 -o /tmp/evaluation-result-1098436-1215283711/solver-1098436-1215283711 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1098436-1215283711.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2d637fad3bd728de488176247090b3e8
RANDOM SEED=302554225

node35.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.261
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.261
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1742216 kB
Buffers:         48260 kB
Cached:         192908 kB
SwapCached:      12200 kB
Active:         165584 kB
Inactive:        92660 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1742216 kB
SwapTotal:     4192956 kB
SwapFree:      4174728 kB
Dirty:            3580 kB
Writeback:           0 kB
Mapped:          24552 kB
Slab:            40744 kB
Committed_AS:  1652768 kB
PageTables:       1744 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66444 MiB
End job on node35 at 2008-07-05 20:52:08