Trace number 2097484

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 ESAC? (TO) 1800.08 1808.97

General information on the benchmark

Namecsp/super-js/super-js-taillard-20-15/
normalized-super-js-taillard-20-15-28.xml
MD5SUM0ee4188de7d6c5919718ac5c6628a5b8
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.49032
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of constraints9690
Maximum constraint arity2
Maximum domain size1360
Number of constraints which are defined in extension0
Number of constraints which are defined in intension9690
Global constraints used (with number of constraints)

Solver Data

0.03/0.08	
0.03/0.08	Abscon 112 (May, 2008)
0.19/0.22	
0.19/0.22	   configuration
0.19/0.22	     name=esac.xml
0.28/0.30	   
0.28/0.30	   instance
0.28/0.30	     name=HOME/instance-2097484-1247412587.xml
0.28/0.33	   
0.28/0.33	   domains being loaded...
0.28/0.35	   
0.28/0.35	   variables being loaded...
0.48/0.52	     nbVariables=600  nbDomainTypes=92  minDomainSize=1262  maxDomainSize=1360  nbTotalValues=786762
0.48/0.52	       =>  wckTime=0.3  cpuTime=0.2  mem=25M557
0.48/0.52	   
0.48/0.52	   predicates being loaded...
0.48/0.58	   
0.48/0.58	   constraints being loaded...
20.68/20.87	   
20.68/20.87	   INFO : Stopping converting binary constraints (cpu=20.12, mem = 49M305)
22.55/22.74	     nbConstraints=9705  nbGlobalConstraints=9060  nbConvertedConstraints=116  nbConvertConstraintsChecks=109947956
22.55/22.74	     nbExtensionStructures=64  nbSharedExtensionStructures=52  nbConflictsStructures=64  nbSharedConflictsStructures=52
22.55/22.74	     nbUnbuiltConflictsStructures=187  nbSharedBinaryRepresentations=84750  nbEvaluationManagers=187
22.55/22.74	     nbSharedEvaluationManagers=342  minDegree=21  maxDegree=44  minArity=2  avgArity=2.03  maxArity=21  nbGenerators=0
22.55/22.74	     nbFusions=0  symmetryWckTime=1.669  symmetryCpuTime=1.5  nbCliques=15
22.55/22.74	       =>  wckTime=22.515  cpuTime=21.75  mem=82M342
22.75/22.99	   
22.75/22.99	   solver IterativeSystematicSolver being built... 
22.86/23.08	   
22.86/23.08	   INFO : Forward propagation technique limited 
23.05/23.24	       =>  wckTime=23.022  cpuTime=21.92  mem=81M747
63.45/63.84	   
63.45/63.84	   preprocessing
63.45/63.84	     nbConstraintChecks=233326099  nbValidityChecks=1237755  nbPropagations=1266  nbRevisions=2778
63.45/63.84	     nbUselessRevisions=1906  nbRemovedValues=417732  detectedInconsistency=no
63.45/63.84	       =>  wckTime=40.569  cpuTime=40.33  mem=111M754
77.48/77.91	   
77.48/77.91	   INFO : Stopping use of transposition table (mapSize=0, nbTooLargekeys=103, mem=101M434)

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2097484-1247412587/watcher-2097484-1247412587 -o /tmp/evaluation-result-2097484-1247412587/solver-2097484-1247412587 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2097484-1247412587.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.00 2.00 2.00 4/81 1734
/proc/meminfo: memFree=1783800/2055920 swapFree=4192812/4192956
[pid=1734] ppid=1732 vsize=10764 CPUtime=0
/proc/1734/stat : 1734 (java) S 1732 1734 31337 0 -1 0 740 0 0 0 0 0 0 0 18 0 2 0 28324101 11022336 520 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/1734/statm: 2691 520 240 9 0 1196 0
[pid=1734/tid=1735] ppid=1732 vsize=10764 CPUtime=0
/proc/1734/task/1735/stat : 1735 (java) R 1732 1734 31337 0 -1 64 62 0 0 0 0 0 0 0 20 0 2 0 28324102 11022336 520 996147200 134512640 134550932 4294955968 18446744073709551615 6787876 0 2147483391 0 16784584 0 0 0 -1 1 0 0

[startup+0.0461199 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 1734
/proc/meminfo: memFree=1783800/2055920 swapFree=4192812/4192956
[pid=1734] ppid=1732 vsize=862776 CPUtime=0.03
/proc/1734/stat : 1734 (java) S 1732 1734 31337 0 -1 0 2403 0 1 0 2 1 0 0 18 0 7 0 28324101 883482624 1980 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1734/statm: 215694 1980 905 9 0 210609 0
[pid=1734/tid=1735] ppid=1732 vsize=862776 CPUtime=0.02
/proc/1734/task/1735/stat : 1735 (java) S 1732 1734 31337 0 -1 64 1706 0 1 0 2 0 0 0 18 0 7 0 28324102 883482624 1980 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 862776

[startup+0.10313 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 1734
/proc/meminfo: memFree=1783800/2055920 swapFree=4192812/4192956
[pid=1734] ppid=1732 vsize=865984 CPUtime=0.09
/proc/1734/stat : 1734 (java) S 1732 1734 31337 0 -1 0 3915 0 1 0 7 2 0 0 18 0 9 0 28324101 886767616 3344 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1734/statm: 216496 3344 1752 9 0 210981 0
[pid=1734/tid=1735] ppid=1732 vsize=865984 CPUtime=0.07
/proc/1734/task/1735/stat : 1735 (java) R 1732 1734 31337 0 -1 64 3007 0 1 0 6 1 0 0 18 0 9 0 28324102 886767616 3344 996147200 134512640 134550932 4294955968 18446744073709551615 4125970429 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865984

[startup+0.301165 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 1734
/proc/meminfo: memFree=1783800/2055920 swapFree=4192812/4192956
[pid=1734] ppid=1732 vsize=866376 CPUtime=0.28
/proc/1734/stat : 1734 (java) S 1732 1734 31337 0 -1 0 5835 0 1 0 25 3 0 0 18 0 9 0 28324101 887169024 5206 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1734/statm: 216594 5206 1979 9 0 211052 0
[pid=1734/tid=1735] ppid=1732 vsize=866376 CPUtime=0.23
/proc/1734/task/1735/stat : 1735 (java) R 1732 1734 31337 0 -1 64 4853 0 1 0 21 2 0 0 19 0 9 0 28324102 887169024 5206 996147200 134512640 134550932 4294955968 18446744073709551615 102845069 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866376

[startup+0.701237 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 1734
/proc/meminfo: memFree=1783800/2055920 swapFree=4192812/4192956
[pid=1734] ppid=1732 vsize=867820 CPUtime=0.68
/proc/1734/stat : 1734 (java) S 1732 1734 31337 0 -1 0 12375 0 1 0 61 7 0 0 18 0 9 0 28324101 888647680 11729 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1734/statm: 216955 11729 2038 9 0 211391 0
[pid=1734/tid=1735] ppid=1732 vsize=867820 CPUtime=0.51
/proc/1734/task/1735/stat : 1735 (java) R 1732 1734 31337 0 -1 64 11011 0 1 0 46 5 0 0 21 0 9 0 28324102 888647680 11729 996147200 134512640 134550932 4294955968 18446744073709551615 4126452672 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867820

[startup+1.50238 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 1743
/proc/meminfo: memFree=1726704/2055920 swapFree=4192812/4192956
[pid=1734] ppid=1732 vsize=867732 CPUtime=1.48
/proc/1734/stat : 1734 (java) S 1732 1734 31337 0 -1 0 22336 0 1 0 137 11 0 0 18 0 9 0 28324101 888557568 21663 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1734/statm: 216933 21663 2031 9 0 211391 0
[pid=1734/tid=1735] ppid=1732 vsize=867732 CPUtime=1.2
/proc/1734/task/1735/stat : 1735 (java) R 1732 1734 31337 0 -1 64 15822 0 1 0 112 8 0 0 25 0 9 0 28324102 888557568 21663 996147200 134512640 134550932 4294955968 18446744073709551615 4126929615 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1734/tid=1737] ppid=1732 vsize=867732 CPUtime=0.07
/proc/1734/task/1737/stat : 1737 (java) S 1732 1734 31337 0 -1 64 5125 0 0 0 6 1 0 0 17 0 9 0 28324103 888557568 21663 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1734/tid=1738] ppid=1732 vsize=867732 CPUtime=0
/proc/1734/task/1738/stat : 1738 (java) S 1732 1734 31337 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28324103 888557568 21663 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1734/tid=1739] ppid=1732 vsize=867732 CPUtime=0
/proc/1734/task/1739/stat : 1739 (java) S 1732 1734 31337 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28324103 888557568 21663 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1734/tid=1740] ppid=1732 vsize=867732 CPUtime=0
/proc/1734/task/1740/stat : 1740 (java) S 1732 1734 31337 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28324105 888557568 21663 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1734/tid=1741] ppid=1732 vsize=867732 CPUtime=0.17
/proc/1734/task/1741/stat : 1741 (java) S 1732 1734 31337 0 -1 64 688 0 0 0 17 0 0 0 16 0 9 0 28324105 888557568 21663 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1734/tid=1742] ppid=1732 vsize=867732 CPUtime=0
/proc/1734/task/1742/stat : 1742 (java) S 1732 1734 31337 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28324105 888557568 21663 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1734/tid=1743] ppid=1732 vsize=867732 CPUtime=0
/proc/1734/task/1743/stat : 1743 (java) S 1732 1734 31337 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28324105 888557568 21663 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867732

[startup+3.10167 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 1743
/proc/meminfo: memFree=1704432/2055920 swapFree=4192812/4192956
[pid=1734] ppid=1732 vsize=867732 CPUtime=3.07
/proc/1734/stat : 1734 (java) S 1732 1734 31337 0 -1 0 22358 0 1 0 295 12 0 0 18 0 9 0 28324101 888557568 21684 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1734/statm: 216933 21684 2031 9 0 211391 0
[pid=1734/tid=1735] ppid=1732 vsize=867732 CPUtime=2.78
/proc/1734/task/1735/stat : 1735 (java) R 1732 1734 31337 0 -1 64 15827 0 1 0 269 9 0 0 25 0 9 0 28324102 888557568 21684 996147200 134512640 134550932 4294955968 18446744073709551615 4126937529 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1734/tid=1737] ppid=1732 vsize=867732 CPUtime=0.07
/proc/1734/task/1737/stat : 1737 (java) S 1732 1734 31337 0 -1 64 5125 0 0 0 6 1 0 0 17 0 9 0 28324103 888557568 21684 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1734/tid=1738] ppid=1732 vsize=867732 CPUtime=0
/proc/1734/task/1738/stat : 1738 (java) S 1732 1734 31337 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28324103 888557568 21684 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1734/tid=1739] ppid=1732 vsize=867732 CPUtime=0
/proc/1734/task/1739/stat : 1739 (java) S 1732 1734 31337 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28324103 888557568 21684 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1734/tid=1740] ppid=1732 vsize=867732 CPUtime=0
/proc/1734/task/1740/stat : 1740 (java) S 1732 1734 31337 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28324105 888557568 21684 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1734/tid=1741] ppid=1732 vsize=867732 CPUtime=0.19
/proc/1734/task/1741/stat : 1741 (java) S 1732 1734 31337 0 -1 64 705 0 0 0 19 0 0 0 16 0 9 0 28324105 888557568 21684 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1734/tid=1742] ppid=1732 vsize=867732 CPUtime=0
/proc/1734/task/1742/stat : 1742 (java) S 1732 1734 31337 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28324105 888557568 21684 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1734/tid=1743] ppid=1732 vsize=867732 CPUtime=0
/proc/1734/task/1743/stat : 1743 (java) S 1732 1734 31337 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28324105 888557568 21684 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 867732

[startup+6.30225 s]
/proc/loadavg: 2.00 2.00 2.00 4/90 1743
/proc/meminfo: memFree=1704256/2055920 swapFree=4192812/4192956
[pid=1734] ppid=1732 vsize=867732 CPUtime=6.26
/proc/1734/stat : 1734 (java) S 1732 1734 31337 0 -1 0 22370 0 1 0 612 14 0 0 18 0 9 0 28324101 888557568 21693 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1734/statm: 216933 21693 2031 9 0 211391 0
[pid=1734/tid=1735] ppid=1732 vsize=867732 CPUtime=5.95
/proc/1734/task/1735/stat : 1735 (java) R 1732 1734 31337 0 -1 64 15830 0 1 0 584 11 0 0 25 0 9 0 28324102 888557568 21693 996147200 134512640 134550932 4294955968 18446744073709551615 4126946370 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1734/tid=1737] ppid=1732 vsize=867732 CPUtime=0.07
/proc/1734/task/1737/stat : 1737 (java) S 1732 1734 31337 0 -1 64 5125 0 0 0 6 1 0 0 16 0 9 0 28324103 888557568 21693 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1734/tid=1738] ppid=1732 vsize=867732 CPUtime=0
/proc/1734/task/1738/stat : 1738 (java) S 1732 1734 31337 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28324103 888557568 21693 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1734/tid=1739] ppid=1732 vsize=867732 CPUtime=0
/proc/1734/task/1739/stat : 1739 (java) S 1732 1734 31337 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28324103 888557568 21693 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1734/tid=1740] ppid=1732 vsize=867732 CPUtime=0
/proc/1734/task/1740/stat : 1740 (java) S 1732 1734 31337 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28324105 888557568 21693 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1734/tid=1741] ppid=1732 vsize=867732 CPUtime=0.2
/proc/1734/task/1741/stat : 1741 (java) S 1732 1734 31337 0 -1 64 714 0 0 0 20 0 0 0 16 0 9 0 28324105 888557568 21693 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1734/tid=1742] ppid=1732 vsize=867732 CPUtime=0
/proc/1734/task/1742/stat : 1742 (java) S 1732 1734 31337 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28324105 888557568 21693 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1734/tid=1743] ppid=1732 vsize=867732 CPUtime=0
/proc/1734/task/1743/stat : 1743 (java) S 1732 1734 31337 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28324105 888557568 21693 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 867732

[startup+12.7014 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 1743
/proc/meminfo: memFree=1703936/2055920 swapFree=4192812/4192956
[pid=1734] ppid=1732 vsize=867732 CPUtime=12.62
/proc/1734/stat : 1734 (java) S 1732 1734 31337 0 -1 0 22387 0 1 0 1244 18 0 0 18 0 9 0 28324101 888557568 21708 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1734/statm: 216933 21708 2031 9 0 211391 0
[pid=1734/tid=1735] ppid=1732 vsize=867732 CPUtime=12.29
/proc/1734/task/1735/stat : 1735 (java) R 1732 1734 31337 0 -1 64 15834 0 1 0 1214 15 0 0 25 0 9 0 28324102 888557568 21708 996147200 134512640 134550932 4294955968 18446744073709551615 4126533865 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1734/tid=1737] ppid=1732 vsize=867732 CPUtime=0.07
/proc/1734/task/1737/stat : 1737 (java) S 1732 1734 31337 0 -1 64 5125 0 0 0 6 1 0 0 17 0 9 0 28324103 888557568 21708 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1734/tid=1738] ppid=1732 vsize=867732 CPUtime=0
/proc/1734/task/1738/stat : 1738 (java) S 1732 1734 31337 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28324103 888557568 21708 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1734/tid=1739] ppid=1732 vsize=867732 CPUtime=0
/proc/1734/task/1739/stat : 1739 (java) S 1732 1734 31337 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28324103 888557568 21708 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1734/tid=1740] ppid=1732 vsize=867732 CPUtime=0
/proc/1734/task/1740/stat : 1740 (java) S 1732 1734 31337 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28324105 888557568 21708 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1734/tid=1741] ppid=1732 vsize=867732 CPUtime=0.22
/proc/1734/task/1741/stat : 1741 (java) S 1732 1734 31337 0 -1 64 727 0 0 0 22 0 0 0 16 0 9 0 28324105 888557568 21708 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1734/tid=1742] ppid=1732 vsize=867732 CPUtime=0
/proc/1734/task/1742/stat : 1742 (java) S 1732 1734 31337 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28324105 888557568 21708 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1734/tid=1743] ppid=1732 vsize=867732 CPUtime=0
/proc/1734/task/1743/stat : 1743 (java) S 1732 1734 31337 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28324105 888557568 21708 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 867732

[startup+25.5027 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 1747
/proc/meminfo: memFree=1641216/2055920 swapFree=4192812/4192956
[pid=1734] ppid=1732 vsize=868144 CPUtime=25.34
/proc/1734/stat : 1734 (java) S 1732 1734 31337 0 -1 0 63287 731 1 0 2488 36 9 1 18 0 9 0 28324101 888979456 38067 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1734/statm: 217036 38067 2662 9 0 211472 0
[pid=1734/tid=1735] ppid=1732 vsize=868144 CPUtime=24.44
/proc/1734/task/1735/stat : 1735 (java) R 1732 1734 31337 0 -1 64 28839 731 1 0 2409 25 9 1 25 0 9 0 28324102 888979456 38067 996147200 134512640 134550932 4294955968 18446744073709551615 4127147466 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1734/tid=1737] ppid=1732 vsize=868144 CPUtime=0.65
/proc/1734/task/1737/stat : 1737 (java) S 1732 1734 31337 0 -1 64 32639 731 0 0 47 8 9 1 16 0 9 0 28324103 888979456 38067 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1734/tid=1738] ppid=1732 vsize=868144 CPUtime=0.1
/proc/1734/task/1738/stat : 1738 (java) S 1732 1734 31337 0 -1 64 21 731 0 0 0 0 9 1 16 0 9 0 28324103 888979456 38067 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1734/tid=1739] ppid=1732 vsize=868144 CPUtime=0.1
/proc/1734/task/1739/stat : 1739 (java) S 1732 1734 31337 0 -1 64 22 731 0 0 0 0 9 1 15 0 9 0 28324103 888979456 38067 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1734/tid=1740] ppid=1732 vsize=868144 CPUtime=0.1
/proc/1734/task/1740/stat : 1740 (java) S 1732 1734 31337 0 -1 64 2 731 0 0 0 0 9 1 18 0 9 0 28324105 888979456 38067 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1734/tid=1741] ppid=1732 vsize=868144 CPUtime=0.41
/proc/1734/task/1741/stat : 1741 (java) S 1732 1734 31337 0 -1 64 944 731 0 0 31 0 9 1 15 0 9 0 28324105 888979456 38067 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1734/tid=1742] ppid=1732 vsize=868144 CPUtime=0.1
/proc/1734/task/1742/stat : 1742 (java) S 1732 1734 31337 0 -1 64 0 731 0 0 0 0 9 1 19 0 9 0 28324105 888979456 38067 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1734/tid=1743] ppid=1732 vsize=868144 CPUtime=0.1
/proc/1734/task/1743/stat : 1743 (java) S 1732 1734 31337 0 -1 64 10 731 0 0 0 0 9 1 15 0 9 0 28324105 888979456 38067 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 868144

[startup+51.1024 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 1747
/proc/meminfo: memFree=1641088/2055920 swapFree=4192812/4192956
[pid=1734] ppid=1732 vsize=868144 CPUtime=50.81
/proc/1734/stat : 1734 (java) S 1732 1734 31337 0 -1 0 63551 731 1 0 5035 36 9 1 18 0 9 0 28324101 888979456 38068 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1734/statm: 217036 38068 2662 9 0 211472 0
[pid=1734/tid=1735] ppid=1732 vsize=868144 CPUtime=49.91
/proc/1734/task/1735/stat : 1735 (java) R 1732 1734 31337 0 -1 64 29098 731 1 0 4956 25 9 1 25 0 9 0 28324102 888979456 38068 996147200 134512640 134550932 4294955968 18446744073709551615 4127167092 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1734/tid=1737] ppid=1732 vsize=868144 CPUtime=0.65
/proc/1734/task/1737/stat : 1737 (java) S 1732 1734 31337 0 -1 64 32639 731 0 0 47 8 9 1 16 0 9 0 28324103 888979456 38068 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0

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

/proc/1734/task/1739/stat : 1739 (java) S 1732 1734 31337 0 -1 64 22 731 0 0 0 0 9 1 15 0 9 0 28324103 888979456 40907 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1734/tid=1740] ppid=1732 vsize=868144 CPUtime=0.1
/proc/1734/task/1740/stat : 1740 (java) S 1732 1734 31337 0 -1 64 2 731 0 0 0 0 9 1 18 0 9 0 28324105 888979456 40907 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1734/tid=1741] ppid=1732 vsize=868144 CPUtime=0.51
/proc/1734/task/1741/stat : 1741 (java) S 1732 1734 31337 0 -1 64 996 731 0 0 40 1 9 1 16 0 9 0 28324105 888979456 40907 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1734/tid=1742] ppid=1732 vsize=868144 CPUtime=0.1
/proc/1734/task/1742/stat : 1742 (java) S 1732 1734 31337 0 -1 64 0 731 0 0 0 0 9 1 19 0 9 0 28324105 888979456 40907 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1734/tid=1743] ppid=1732 vsize=868144 CPUtime=0.1
/proc/1734/task/1743/stat : 1743 (java) S 1732 1734 31337 0 -1 64 11 731 0 0 0 0 9 1 15 0 9 0 28324105 888979456 40907 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1534.69
Current children cumulated vsize (KiB) 868144

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/90 1790
/proc/meminfo: memFree=1469752/2055920 swapFree=4192812/4192956
[pid=1734] ppid=1732 vsize=868144 CPUtime=1594.4
/proc/1734/stat : 1734 (java) S 1732 1734 31337 0 -1 0 67519 731 1 0 159386 44 9 1 18 0 9 0 28324101 888979456 40907 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1734/statm: 217036 40907 2662 9 0 211472 0
[pid=1734/tid=1735] ppid=1732 vsize=868144 CPUtime=1591.64
/proc/1734/task/1735/stat : 1735 (java) R 1732 1734 31337 0 -1 64 30049 731 1 0 159127 27 9 1 25 0 9 0 28324102 888979456 40907 996147200 134512640 134550932 4294955968 18446744073709551615 4127165761 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1734/tid=1737] ppid=1732 vsize=868144 CPUtime=2.42
/proc/1734/task/1737/stat : 1737 (java) S 1732 1734 31337 0 -1 64 35608 731 0 0 219 13 9 1 16 0 9 0 28324103 888979456 40907 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1734/tid=1738] ppid=1732 vsize=868144 CPUtime=0.1
/proc/1734/task/1738/stat : 1738 (java) S 1732 1734 31337 0 -1 64 21 731 0 0 0 0 9 1 16 0 9 0 28324103 888979456 40907 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1734/tid=1739] ppid=1732 vsize=868144 CPUtime=0.1
/proc/1734/task/1739/stat : 1739 (java) S 1732 1734 31337 0 -1 64 22 731 0 0 0 0 9 1 15 0 9 0 28324103 888979456 40907 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1734/tid=1740] ppid=1732 vsize=868144 CPUtime=0.1
/proc/1734/task/1740/stat : 1740 (java) S 1732 1734 31337 0 -1 64 2 731 0 0 0 0 9 1 18 0 9 0 28324105 888979456 40907 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1734/tid=1741] ppid=1732 vsize=868144 CPUtime=0.51
/proc/1734/task/1741/stat : 1741 (java) S 1732 1734 31337 0 -1 64 996 731 0 0 40 1 9 1 16 0 9 0 28324105 888979456 40907 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1734/tid=1742] ppid=1732 vsize=868144 CPUtime=0.1
/proc/1734/task/1742/stat : 1742 (java) S 1732 1734 31337 0 -1 64 0 731 0 0 0 0 9 1 19 0 9 0 28324105 888979456 40907 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1734/tid=1743] ppid=1732 vsize=868144 CPUtime=0.1
/proc/1734/task/1743/stat : 1743 (java) S 1732 1734 31337 0 -1 64 11 731 0 0 0 0 9 1 15 0 9 0 28324105 888979456 40907 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1594.4
Current children cumulated vsize (KiB) 868144

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/90 1790
/proc/meminfo: memFree=1469752/2055920 swapFree=4192812/4192956
[pid=1734] ppid=1732 vsize=868144 CPUtime=1654.11
/proc/1734/stat : 1734 (java) S 1732 1734 31337 0 -1 0 67530 731 1 0 165357 44 9 1 18 0 9 0 28324101 888979456 40907 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1734/statm: 217036 40907 2662 9 0 211472 0
[pid=1734/tid=1735] ppid=1732 vsize=868144 CPUtime=1651.3
/proc/1734/task/1735/stat : 1735 (java) R 1732 1734 31337 0 -1 64 30060 731 1 0 165093 27 9 1 25 0 9 0 28324102 888979456 40907 996147200 134512640 134550932 4294955968 18446744073709551615 4127271036 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1734/tid=1737] ppid=1732 vsize=868144 CPUtime=2.46
/proc/1734/task/1737/stat : 1737 (java) S 1732 1734 31337 0 -1 64 35608 731 0 0 223 13 9 1 16 0 9 0 28324103 888979456 40907 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1734/tid=1738] ppid=1732 vsize=868144 CPUtime=0.1
/proc/1734/task/1738/stat : 1738 (java) S 1732 1734 31337 0 -1 64 21 731 0 0 0 0 9 1 16 0 9 0 28324103 888979456 40907 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1734/tid=1739] ppid=1732 vsize=868144 CPUtime=0.1
/proc/1734/task/1739/stat : 1739 (java) S 1732 1734 31337 0 -1 64 22 731 0 0 0 0 9 1 15 0 9 0 28324103 888979456 40907 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1734/tid=1740] ppid=1732 vsize=868144 CPUtime=0.1
/proc/1734/task/1740/stat : 1740 (java) S 1732 1734 31337 0 -1 64 2 731 0 0 0 0 9 1 18 0 9 0 28324105 888979456 40907 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1734/tid=1741] ppid=1732 vsize=868144 CPUtime=0.51
/proc/1734/task/1741/stat : 1741 (java) S 1732 1734 31337 0 -1 64 996 731 0 0 40 1 9 1 16 0 9 0 28324105 888979456 40907 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1734/tid=1742] ppid=1732 vsize=868144 CPUtime=0.1
/proc/1734/task/1742/stat : 1742 (java) S 1732 1734 31337 0 -1 64 0 731 0 0 0 0 9 1 19 0 9 0 28324105 888979456 40907 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1734/tid=1743] ppid=1732 vsize=868144 CPUtime=0.1
/proc/1734/task/1743/stat : 1743 (java) S 1732 1734 31337 0 -1 64 11 731 0 0 0 0 9 1 15 0 9 0 28324105 888979456 40907 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1654.11
Current children cumulated vsize (KiB) 868144

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/90 1790
/proc/meminfo: memFree=1469688/2055920 swapFree=4192812/4192956
[pid=1734] ppid=1732 vsize=868144 CPUtime=1713.82
/proc/1734/stat : 1734 (java) S 1732 1734 31337 0 -1 0 67541 731 1 0 171328 44 9 1 18 0 9 0 28324101 888979456 40907 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1734/statm: 217036 40907 2662 9 0 211472 0
[pid=1734/tid=1735] ppid=1732 vsize=868144 CPUtime=1710.97
/proc/1734/task/1735/stat : 1735 (java) R 1732 1734 31337 0 -1 64 30071 731 1 0 171060 27 9 1 25 0 9 0 28324102 888979456 40907 996147200 134512640 134550932 4294955968 18446744073709551615 4127003471 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1734/tid=1737] ppid=1732 vsize=868144 CPUtime=2.5
/proc/1734/task/1737/stat : 1737 (java) S 1732 1734 31337 0 -1 64 35608 731 0 0 227 13 9 1 16 0 9 0 28324103 888979456 40907 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1734/tid=1738] ppid=1732 vsize=868144 CPUtime=0.1
/proc/1734/task/1738/stat : 1738 (java) S 1732 1734 31337 0 -1 64 21 731 0 0 0 0 9 1 16 0 9 0 28324103 888979456 40907 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1734/tid=1739] ppid=1732 vsize=868144 CPUtime=0.1
/proc/1734/task/1739/stat : 1739 (java) S 1732 1734 31337 0 -1 64 22 731 0 0 0 0 9 1 15 0 9 0 28324103 888979456 40907 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1734/tid=1740] ppid=1732 vsize=868144 CPUtime=0.1
/proc/1734/task/1740/stat : 1740 (java) S 1732 1734 31337 0 -1 64 2 731 0 0 0 0 9 1 18 0 9 0 28324105 888979456 40907 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1734/tid=1741] ppid=1732 vsize=868144 CPUtime=0.51
/proc/1734/task/1741/stat : 1741 (java) S 1732 1734 31337 0 -1 64 996 731 0 0 40 1 9 1 16 0 9 0 28324105 888979456 40907 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1734/tid=1742] ppid=1732 vsize=868144 CPUtime=0.1
/proc/1734/task/1742/stat : 1742 (java) S 1732 1734 31337 0 -1 64 0 731 0 0 0 0 9 1 19 0 9 0 28324105 888979456 40907 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1734/tid=1743] ppid=1732 vsize=868144 CPUtime=0.1
/proc/1734/task/1743/stat : 1743 (java) S 1732 1734 31337 0 -1 64 11 731 0 0 0 0 9 1 15 0 9 0 28324105 888979456 40907 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1713.82
Current children cumulated vsize (KiB) 868144

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/90 1790
/proc/meminfo: memFree=1469560/2055920 swapFree=4192812/4192956
[pid=1734] ppid=1732 vsize=868144 CPUtime=1773.52
/proc/1734/stat : 1734 (java) S 1732 1734 31337 0 -1 0 67555 731 1 0 177298 44 9 1 18 0 9 0 28324101 888979456 40907 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1734/statm: 217036 40907 2662 9 0 211472 0
[pid=1734/tid=1735] ppid=1732 vsize=868144 CPUtime=1770.64
/proc/1734/task/1735/stat : 1735 (java) R 1732 1734 31337 0 -1 64 30085 731 1 0 177026 28 9 1 25 0 9 0 28324102 888979456 40907 996147200 134512640 134550932 4294955968 18446744073709551615 4127166492 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1734/tid=1737] ppid=1732 vsize=868144 CPUtime=2.54
/proc/1734/task/1737/stat : 1737 (java) S 1732 1734 31337 0 -1 64 35608 731 0 0 231 13 9 1 16 0 9 0 28324103 888979456 40907 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1734/tid=1738] ppid=1732 vsize=868144 CPUtime=0.1
/proc/1734/task/1738/stat : 1738 (java) S 1732 1734 31337 0 -1 64 21 731 0 0 0 0 9 1 16 0 9 0 28324103 888979456 40907 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1734/tid=1739] ppid=1732 vsize=868144 CPUtime=0.1
/proc/1734/task/1739/stat : 1739 (java) S 1732 1734 31337 0 -1 64 22 731 0 0 0 0 9 1 15 0 9 0 28324103 888979456 40907 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1734/tid=1740] ppid=1732 vsize=868144 CPUtime=0.1
/proc/1734/task/1740/stat : 1740 (java) S 1732 1734 31337 0 -1 64 2 731 0 0 0 0 9 1 18 0 9 0 28324105 888979456 40907 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1734/tid=1741] ppid=1732 vsize=868144 CPUtime=0.51
/proc/1734/task/1741/stat : 1741 (java) S 1732 1734 31337 0 -1 64 996 731 0 0 40 1 9 1 16 0 9 0 28324105 888979456 40907 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1734/tid=1742] ppid=1732 vsize=868144 CPUtime=0.1
/proc/1734/task/1742/stat : 1742 (java) S 1732 1734 31337 0 -1 64 0 731 0 0 0 0 9 1 19 0 9 0 28324105 888979456 40907 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1734/tid=1743] ppid=1732 vsize=868144 CPUtime=0.1
/proc/1734/task/1743/stat : 1743 (java) S 1732 1734 31337 0 -1 64 11 731 0 0 0 0 9 1 15 0 9 0 28324105 888979456 40907 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1773.52
Current children cumulated vsize (KiB) 868144



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.9 s]
/proc/loadavg: 1.99 1.98 1.99 3/90 1790
/proc/meminfo: memFree=1469560/2055920 swapFree=4192812/4192956
[pid=1734] ppid=1732 vsize=868144 CPUtime=1800
/proc/1734/stat : 1734 (java) S 1732 1734 31337 0 -1 0 67559 731 1 0 179945 45 9 1 18 0 9 0 28324101 888979456 40907 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1734/statm: 217036 40907 2662 9 0 211472 0
[pid=1734/tid=1735] ppid=1732 vsize=868144 CPUtime=1797.1
/proc/1734/task/1735/stat : 1735 (java) R 1732 1734 31337 0 -1 64 30089 731 1 0 179672 28 9 1 25 0 9 0 28324102 888979456 40907 996147200 134512640 134550932 4294955968 18446744073709551615 4126913671 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1734/tid=1737] ppid=1732 vsize=868144 CPUtime=2.56
/proc/1734/task/1737/stat : 1737 (java) S 1732 1734 31337 0 -1 64 35608 731 0 0 233 13 9 1 16 0 9 0 28324103 888979456 40907 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1734/tid=1738] ppid=1732 vsize=868144 CPUtime=0.1
/proc/1734/task/1738/stat : 1738 (java) S 1732 1734 31337 0 -1 64 21 731 0 0 0 0 9 1 16 0 9 0 28324103 888979456 40907 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1734/tid=1739] ppid=1732 vsize=868144 CPUtime=0.1
/proc/1734/task/1739/stat : 1739 (java) S 1732 1734 31337 0 -1 64 22 731 0 0 0 0 9 1 15 0 9 0 28324103 888979456 40907 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1734/tid=1740] ppid=1732 vsize=868144 CPUtime=0.1
/proc/1734/task/1740/stat : 1740 (java) S 1732 1734 31337 0 -1 64 2 731 0 0 0 0 9 1 18 0 9 0 28324105 888979456 40907 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1734/tid=1741] ppid=1732 vsize=868144 CPUtime=0.51
/proc/1734/task/1741/stat : 1741 (java) S 1732 1734 31337 0 -1 64 996 731 0 0 40 1 9 1 16 0 9 0 28324105 888979456 40907 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1734/tid=1742] ppid=1732 vsize=868144 CPUtime=0.1
/proc/1734/task/1742/stat : 1742 (java) S 1732 1734 31337 0 -1 64 0 731 0 0 0 0 9 1 19 0 9 0 28324105 888979456 40907 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1734/tid=1743] ppid=1732 vsize=868144 CPUtime=0.1
/proc/1734/task/1743/stat : 1743 (java) S 1732 1734 31337 0 -1 64 11 731 0 0 0 0 9 1 15 0 9 0 28324105 888979456 40907 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 868144

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

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

[startup+1808.9 s]
/proc/loadavg: 1.99 1.98 1.99 3/90 1790
/proc/meminfo: memFree=1469560/2055920 swapFree=4192812/4192956
[pid=1734] ppid=1732 vsize=868144 CPUtime=1800
/proc/1734/stat : 1734 (java) S 1732 1734 31337 0 -1 0 67559 731 1 0 179945 45 9 1 18 0 9 0 28324101 888979456 40907 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1734/statm: 217036 40907 2662 9 0 211472 0
[pid=1734/tid=1735] ppid=1732 vsize=868144 CPUtime=1797.1
/proc/1734/task/1735/stat : 1735 (java) R 1732 1734 31337 0 -1 64 30089 731 1 0 179672 28 9 1 25 0 9 0 28324102 888979456 40907 996147200 134512640 134550932 4294955968 18446744073709551615 4126913671 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1734/tid=1737] ppid=1732 vsize=868144 CPUtime=2.56
/proc/1734/task/1737/stat : 1737 (java) S 1732 1734 31337 0 -1 64 35608 731 0 0 233 13 9 1 16 0 9 0 28324103 888979456 40907 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1734/tid=1738] ppid=1732 vsize=868144 CPUtime=0.1
/proc/1734/task/1738/stat : 1738 (java) S 1732 1734 31337 0 -1 64 21 731 0 0 0 0 9 1 16 0 9 0 28324103 888979456 40907 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1734/tid=1739] ppid=1732 vsize=868144 CPUtime=0.1
/proc/1734/task/1739/stat : 1739 (java) S 1732 1734 31337 0 -1 64 22 731 0 0 0 0 9 1 15 0 9 0 28324103 888979456 40907 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1734/tid=1740] ppid=1732 vsize=868144 CPUtime=0.1
/proc/1734/task/1740/stat : 1740 (java) S 1732 1734 31337 0 -1 64 2 731 0 0 0 0 9 1 18 0 9 0 28324105 888979456 40907 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1734/tid=1741] ppid=1732 vsize=868144 CPUtime=0.51
/proc/1734/task/1741/stat : 1741 (java) S 1732 1734 31337 0 -1 64 996 731 0 0 40 1 9 1 16 0 9 0 28324105 888979456 40907 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1734/tid=1742] ppid=1732 vsize=868144 CPUtime=0.1
/proc/1734/task/1742/stat : 1742 (java) S 1732 1734 31337 0 -1 64 0 731 0 0 0 0 9 1 19 0 9 0 28324105 888979456 40907 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1734/tid=1743] ppid=1732 vsize=868144 CPUtime=0.1
/proc/1734/task/1743/stat : 1743 (java) S 1732 1734 31337 0 -1 64 11 731 0 0 0 0 9 1 15 0 9 0 28324105 888979456 40907 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 868144

Child status: 143
Real time (s): 1808.97
CPU time (s): 1800.08
CPU user time (s): 1799.58
CPU system time (s): 0.493924
CPU usage (%): 99.5087
Max. virtual memory (cumulated for all children) (KiB): 868144

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

runsolver used 2.19167 second user time and 6.05108 second system time

The end

Launcher Data

Begin job on node84 at 2009-07-12 17:29:47
IDJOB=2097484
IDBENCH=57436
IDSOLVER=774
FILE ID=node84/2097484-1247412587
PBS_JOBID= 9510483
Free space on /tmp= 66312 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/super-js/super-js-taillard-20-15/normalized-super-js-taillard-20-15-28.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2097484-1247412587/watcher-2097484-1247412587 -o /tmp/evaluation-result-2097484-1247412587/solver-2097484-1247412587 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2097484-1247412587.xml

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

MD5SUM BENCH= 0ee4188de7d6c5919718ac5c6628a5b8
RANDOM SEED=178668375

node84.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.259
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.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1784280 kB
Buffers:         39684 kB
Cached:         124400 kB
SwapCached:          0 kB
Active:         141964 kB
Inactive:        73712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1784280 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3272 kB
Writeback:           0 kB
Mapped:          69836 kB
Slab:            41240 kB
Committed_AS:  1011204 kB
PageTables:       1824 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= 66308 MiB
End job on node84 at 2009-07-12 17:59:58