Trace number 2097480

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.17 1802.88

General information on the benchmark

Namecsp/super-js/super-js-taillard-15/
normalized-super-js-taillard-15-24.xml
MD5SUMfc2ba99e43647eacfe1f7535ece73d39
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 benchmark17.0284
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints5580
Maximum constraint arity2
Maximum domain size1122
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5580
Global constraints used (with number of constraints)

Solver Data

0.06/0.09	
0.06/0.09	Abscon 112 (May, 2008)
0.18/0.23	
0.18/0.23	   configuration
0.18/0.23	     name=esac.xml
0.29/0.32	   
0.29/0.32	   instance
0.29/0.32	     name=HOME/instance-2097480-1247412557.xml
0.29/0.35	   
0.29/0.35	   domains being loaded...
0.29/0.37	   
0.29/0.37	   variables being loaded...
0.48/0.50	     nbVariables=450  nbDomainTypes=85  minDomainSize=1025  maxDomainSize=1122  nbTotalValues=483452
0.48/0.50	       =>  wckTime=0.264  cpuTime=0.19  mem=19M675
0.48/0.50	   
0.48/0.50	   predicates being loaded...
0.48/0.56	   
0.48/0.56	   constraints being loaded...
20.69/20.99	   
20.69/20.99	   INFO : Stopping converting binary constraints (cpu=20.27, mem = 56M893)
21.86/22.17	     nbConstraints=5595  nbGlobalConstraints=5112  nbConvertedConstraints=195  nbConvertConstraintsChecks=103576311
21.86/22.17	     nbExtensionStructures=90  nbSharedExtensionStructures=105  nbConflictsStructures=90
21.86/22.17	     nbSharedConflictsStructures=105  nbUnbuiltConflictsStructures=124  nbSharedBinaryRepresentations=103922
21.86/22.17	     nbEvaluationManagers=124  nbSharedEvaluationManagers=164  minDegree=16  maxDegree=34  minArity=2  avgArity=2.04
21.86/22.17	     maxArity=16  nbGenerators=0  nbFusions=0  symmetryWckTime=1.106  symmetryCpuTime=0.78  nbCliques=15
21.86/22.17	       =>  wckTime=21.932  cpuTime=21.06  mem=43M419
22.05/22.34	   
22.05/22.34	   solver IterativeSystematicSolver being built... 
22.15/22.43	   
22.15/22.43	   INFO : Forward propagation technique limited 
22.25/22.53	       =>  wckTime=22.291  cpuTime=21.22  mem=76M449
38.00/38.50	   
38.00/38.50	   preprocessing
38.00/38.50	     nbConstraintChecks=87993325  nbValidityChecks=547611  nbPropagations=888  nbRevisions=1745  nbUselessRevisions=1105
38.00/38.50	     nbRemovedValues=306572  detectedInconsistency=no
38.00/38.50	       =>  wckTime=15.948  cpuTime=15.71  mem=69M104
59.99/60.67	   
59.99/60.67	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=106M734)

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-2097480-1247412557/watcher-2097480-1247412557 -o /tmp/evaluation-result-2097480-1247412557/solver-2097480-1247412557 -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-2097480-1247412557.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.99 1.97 1.99 2/80 1190
/proc/meminfo: memFree=1617552/2055920 swapFree=4192812/4192956
[pid=1190] ppid=1188 vsize=10676 CPUtime=0
/proc/1190/stat : 1190 (java) S 1188 1190 31148 0 -1 0 678 0 0 0 0 0 0 0 18 0 2 0 28321697 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1190/statm: 2669 474 207 9 0 1184 0
[pid=1190/tid=1191] ppid=1188 vsize=10676 CPUtime=0
/proc/1190/task/1191/stat : 1191 (java) R 1188 1190 31148 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 28321698 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 8568792 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0735829 s]
/proc/loadavg: 1.99 1.97 1.99 2/80 1190
/proc/meminfo: memFree=1617552/2055920 swapFree=4192812/4192956
[pid=1190] ppid=1188 vsize=864148 CPUtime=0.06
/proc/1190/stat : 1190 (java) S 1188 1190 31148 0 -1 0 2964 0 1 0 4 2 0 0 18 0 9 0 28321697 884887552 2466 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1190/statm: 216037 2466 1160 9 0 210930 0
[pid=1190/tid=1191] ppid=1188 vsize=864148 CPUtime=0.04
/proc/1190/task/1191/stat : 1191 (java) R 1188 1190 31148 0 -1 64 2058 0 1 0 3 1 0 0 18 0 9 0 28321698 884887552 2466 996147200 134512640 134550932 4294955968 18446744073709551615 102844285 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 864148

[startup+0.101545 s]
/proc/loadavg: 1.99 1.97 1.99 2/80 1190
/proc/meminfo: memFree=1617552/2055920 swapFree=4192812/4192956
[pid=1190] ppid=1188 vsize=865984 CPUtime=0.08
/proc/1190/stat : 1190 (java) S 1188 1190 31148 0 -1 0 3785 0 1 0 6 2 0 0 18 0 9 0 28321697 886767616 3236 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1190/statm: 216496 3236 1708 9 0 210981 0
[pid=1190/tid=1191] ppid=1188 vsize=865984 CPUtime=0.07
/proc/1190/task/1191/stat : 1191 (java) R 1188 1190 31148 0 -1 64 2879 0 1 0 6 1 0 0 18 0 9 0 28321698 886767616 3236 996147200 134512640 134550932 4294955968 18446744073709551615 102850805 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.30156 s]
/proc/loadavg: 1.99 1.97 1.99 2/80 1190
/proc/meminfo: memFree=1617552/2055920 swapFree=4192812/4192956
[pid=1190] ppid=1188 vsize=866372 CPUtime=0.29
/proc/1190/stat : 1190 (java) S 1188 1190 31148 0 -1 0 5796 0 1 0 26 3 0 0 18 0 9 0 28321697 887164928 5172 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1190/statm: 216593 5172 1975 9 0 211051 0
[pid=1190/tid=1191] ppid=1188 vsize=866372 CPUtime=0.25
/proc/1190/task/1191/stat : 1191 (java) R 1188 1190 31148 0 -1 64 4830 0 1 0 23 2 0 0 19 0 9 0 28321698 887164928 5172 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 2147483391 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866372

[startup+0.701587 s]
/proc/loadavg: 1.99 1.97 1.99 2/80 1190
/proc/meminfo: memFree=1617552/2055920 swapFree=4192812/4192956
[pid=1190] ppid=1188 vsize=867816 CPUtime=0.68
/proc/1190/stat : 1190 (java) S 1188 1190 31148 0 -1 0 10720 0 1 0 64 4 0 0 18 0 9 0 28321697 888643584 10074 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1190/statm: 216954 10074 2036 9 0 211390 0
[pid=1190/tid=1191] ppid=1188 vsize=867816 CPUtime=0.51
/proc/1190/task/1191/stat : 1191 (java) R 1188 1190 31148 0 -1 64 9352 0 1 0 48 3 0 0 20 0 9 0 28321698 888643584 10074 996147200 134512640 134550932 4294955968 18446744073709551615 102639877 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867816

[startup+1.50164 s]
/proc/loadavg: 2.07 1.99 1.99 3/89 1199
/proc/meminfo: memFree=1570568/2055920 swapFree=4192812/4192956
[pid=1190] ppid=1188 vsize=867816 CPUtime=1.47
/proc/1190/stat : 1190 (java) S 1188 1190 31148 0 -1 0 14685 0 1 0 140 7 0 0 18 0 9 0 28321697 888643584 14036 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1190/statm: 216954 14036 2041 9 0 211390 0
[pid=1190/tid=1191] ppid=1188 vsize=867816 CPUtime=1.27
/proc/1190/task/1191/stat : 1191 (java) R 1188 1190 31148 0 -1 64 13293 0 1 0 121 6 0 0 25 0 9 0 28321698 888643584 14036 996147200 134512640 134550932 4294955968 18446744073709551615 102883116 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1190/tid=1193] ppid=1188 vsize=867816 CPUtime=0
/proc/1190/task/1193/stat : 1193 (java) S 1188 1190 31148 0 -1 64 3 0 0 0 0 0 0 0 17 0 9 0 28321699 888643584 14036 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1190/tid=1194] ppid=1188 vsize=867816 CPUtime=0
/proc/1190/task/1194/stat : 1194 (java) S 1188 1190 31148 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 28321700 888643584 14036 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1190/tid=1195] ppid=1188 vsize=867816 CPUtime=0
/proc/1190/task/1195/stat : 1195 (java) S 1188 1190 31148 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 28321700 888643584 14036 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1190/tid=1196] ppid=1188 vsize=867816 CPUtime=0
/proc/1190/task/1196/stat : 1196 (java) S 1188 1190 31148 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28321702 888643584 14036 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1190/tid=1197] ppid=1188 vsize=867816 CPUtime=0.18
/proc/1190/task/1197/stat : 1197 (java) S 1188 1190 31148 0 -1 64 694 0 0 0 18 0 0 0 16 0 9 0 28321702 888643584 14036 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1190/tid=1198] ppid=1188 vsize=867816 CPUtime=0
/proc/1190/task/1198/stat : 1198 (java) S 1188 1190 31148 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28321702 888643584 14036 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1190/tid=1199] ppid=1188 vsize=867816 CPUtime=0
/proc/1190/task/1199/stat : 1199 (java) S 1188 1190 31148 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28321702 888643584 14036 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867816

[startup+3.10275 s]
/proc/loadavg: 2.07 1.99 1.99 4/89 1199
/proc/meminfo: memFree=1567304/2055920 swapFree=4192812/4192956
[pid=1190] ppid=1188 vsize=867816 CPUtime=3.06
/proc/1190/stat : 1190 (java) S 1188 1190 31148 0 -1 0 15635 0 1 0 297 9 0 0 18 0 9 0 28321697 888643584 14985 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1190/statm: 216954 14985 2041 9 0 211390 0
[pid=1190/tid=1191] ppid=1188 vsize=867816 CPUtime=2.85
/proc/1190/task/1191/stat : 1191 (java) R 1188 1190 31148 0 -1 64 14229 0 1 0 277 8 0 0 25 0 9 0 28321698 888643584 14985 996147200 134512640 134550932 4294955968 18446744073709551615 4126927545 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1190/tid=1193] ppid=1188 vsize=867816 CPUtime=0
/proc/1190/task/1193/stat : 1193 (java) S 1188 1190 31148 0 -1 64 3 0 0 0 0 0 0 0 17 0 9 0 28321699 888643584 14985 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1190/tid=1194] ppid=1188 vsize=867816 CPUtime=0
/proc/1190/task/1194/stat : 1194 (java) S 1188 1190 31148 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 28321700 888643584 14985 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1190/tid=1195] ppid=1188 vsize=867816 CPUtime=0
/proc/1190/task/1195/stat : 1195 (java) S 1188 1190 31148 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 28321700 888643584 14985 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1190/tid=1196] ppid=1188 vsize=867816 CPUtime=0
/proc/1190/task/1196/stat : 1196 (java) S 1188 1190 31148 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28321702 888643584 14985 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1190/tid=1197] ppid=1188 vsize=867816 CPUtime=0.19
/proc/1190/task/1197/stat : 1197 (java) S 1188 1190 31148 0 -1 64 708 0 0 0 19 0 0 0 16 0 9 0 28321702 888643584 14985 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1190/tid=1198] ppid=1188 vsize=867816 CPUtime=0
/proc/1190/task/1198/stat : 1198 (java) S 1188 1190 31148 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28321702 888643584 14985 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1190/tid=1199] ppid=1188 vsize=867816 CPUtime=0
/proc/1190/task/1199/stat : 1199 (java) S 1188 1190 31148 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28321702 888643584 14985 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867816

[startup+6.30199 s]
/proc/loadavg: 2.07 1.99 1.99 3/89 1199
/proc/meminfo: memFree=1559240/2055920 swapFree=4192812/4192956
[pid=1190] ppid=1188 vsize=867728 CPUtime=6.23
/proc/1190/stat : 1190 (java) S 1188 1190 31148 0 -1 0 21878 0 1 0 608 15 0 0 18 0 9 0 28321697 888553472 21200 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1190/statm: 216932 21200 2029 9 0 211390 0
[pid=1190/tid=1191] ppid=1188 vsize=867728 CPUtime=5.9
/proc/1190/task/1191/stat : 1191 (java) R 1188 1190 31148 0 -1 64 15816 0 1 0 579 11 0 0 25 0 9 0 28321698 888553472 21200 996147200 134512640 134550932 4294955968 18446744073709551615 4126927545 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1190/tid=1193] ppid=1188 vsize=867728 CPUtime=0.09
/proc/1190/task/1193/stat : 1193 (java) S 1188 1190 31148 0 -1 64 4642 0 0 0 7 2 0 0 16 0 9 0 28321699 888553472 21200 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1190/tid=1194] ppid=1188 vsize=867728 CPUtime=0
/proc/1190/task/1194/stat : 1194 (java) S 1188 1190 31148 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28321700 888553472 21200 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1190/tid=1195] ppid=1188 vsize=867728 CPUtime=0
/proc/1190/task/1195/stat : 1195 (java) S 1188 1190 31148 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28321700 888553472 21200 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1190/tid=1196] ppid=1188 vsize=867728 CPUtime=0
/proc/1190/task/1196/stat : 1196 (java) S 1188 1190 31148 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28321702 888553472 21200 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1190/tid=1197] ppid=1188 vsize=867728 CPUtime=0.21
/proc/1190/task/1197/stat : 1197 (java) S 1188 1190 31148 0 -1 64 719 0 0 0 21 0 0 0 16 0 9 0 28321702 888553472 21200 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1190/tid=1198] ppid=1188 vsize=867728 CPUtime=0
/proc/1190/task/1198/stat : 1198 (java) S 1188 1190 31148 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28321702 888553472 21200 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1190/tid=1199] ppid=1188 vsize=867728 CPUtime=0
/proc/1190/task/1199/stat : 1199 (java) S 1188 1190 31148 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28321702 888553472 21200 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 867728

[startup+12.7024 s]
/proc/loadavg: 2.14 2.00 2.00 3/89 1199
/proc/meminfo: memFree=1539784/2055920 swapFree=4192812/4192956
[pid=1190] ppid=1188 vsize=867728 CPUtime=12.56
/proc/1190/stat : 1190 (java) S 1188 1190 31148 0 -1 0 21896 0 1 0 1237 19 0 0 18 0 9 0 28321697 888553472 21216 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1190/statm: 216932 21216 2029 9 0 211390 0
[pid=1190/tid=1191] ppid=1188 vsize=867728 CPUtime=12.22
/proc/1190/task/1191/stat : 1191 (java) R 1188 1190 31148 0 -1 64 15819 0 1 0 1206 16 0 0 25 0 9 0 28321698 888553472 21216 996147200 134512640 134550932 4294955968 18446744073709551615 4126908592 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1190/tid=1193] ppid=1188 vsize=867728 CPUtime=0.09
/proc/1190/task/1193/stat : 1193 (java) S 1188 1190 31148 0 -1 64 4642 0 0 0 7 2 0 0 16 0 9 0 28321699 888553472 21216 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1190/tid=1194] ppid=1188 vsize=867728 CPUtime=0
/proc/1190/task/1194/stat : 1194 (java) S 1188 1190 31148 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28321700 888553472 21216 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1190/tid=1195] ppid=1188 vsize=867728 CPUtime=0
/proc/1190/task/1195/stat : 1195 (java) S 1188 1190 31148 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28321700 888553472 21216 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1190/tid=1196] ppid=1188 vsize=867728 CPUtime=0
/proc/1190/task/1196/stat : 1196 (java) S 1188 1190 31148 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28321702 888553472 21216 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1190/tid=1197] ppid=1188 vsize=867728 CPUtime=0.22
/proc/1190/task/1197/stat : 1197 (java) S 1188 1190 31148 0 -1 64 734 0 0 0 22 0 0 0 15 0 9 0 28321702 888553472 21216 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1190/tid=1198] ppid=1188 vsize=867728 CPUtime=0
/proc/1190/task/1198/stat : 1198 (java) S 1188 1190 31148 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28321702 888553472 21216 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1190/tid=1199] ppid=1188 vsize=867728 CPUtime=0
/proc/1190/task/1199/stat : 1199 (java) S 1188 1190 31148 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28321702 888553472 21216 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 867728

[startup+25.5014 s]
/proc/loadavg: 2.12 2.00 2.00 3/89 1203
/proc/meminfo: memFree=1508168/2055920 swapFree=4192812/4192956
[pid=1190] ppid=1188 vsize=868140 CPUtime=25.22
/proc/1190/stat : 1190 (java) S 1188 1190 31148 0 -1 0 51128 605 1 0 2482 34 5 1 18 0 9 0 28321697 888975360 29750 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1190/statm: 217035 29750 2663 9 0 211471 0
[pid=1190/tid=1191] ppid=1188 vsize=868140 CPUtime=24.4
/proc/1190/task/1191/stat : 1191 (java) R 1188 1190 31148 0 -1 64 27554 605 1 0 2409 25 5 1 25 0 9 0 28321698 888975360 29750 996147200 134512640 134550932 4294955968 18446744073709551615 4126995541 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1190/tid=1193] ppid=1188 vsize=868140 CPUtime=0.5
/proc/1190/task/1193/stat : 1193 (java) S 1188 1190 31148 0 -1 64 21760 605 0 0 39 5 5 1 17 0 9 0 28321699 888975360 29750 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1190/tid=1194] ppid=1188 vsize=868140 CPUtime=0.06
/proc/1190/task/1194/stat : 1194 (java) S 1188 1190 31148 0 -1 64 21 605 0 0 0 0 5 1 17 0 9 0 28321700 888975360 29750 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1190/tid=1195] ppid=1188 vsize=868140 CPUtime=0.06
/proc/1190/task/1195/stat : 1195 (java) S 1188 1190 31148 0 -1 64 16 605 0 0 0 0 5 1 16 0 9 0 28321700 888975360 29750 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1190/tid=1196] ppid=1188 vsize=868140 CPUtime=0.06
/proc/1190/task/1196/stat : 1196 (java) S 1188 1190 31148 0 -1 64 2 605 0 0 0 0 5 1 18 0 9 0 28321702 888975360 29750 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1190/tid=1197] ppid=1188 vsize=868140 CPUtime=0.39
/proc/1190/task/1197/stat : 1197 (java) S 1188 1190 31148 0 -1 64 952 605 0 0 32 1 5 1 16 0 9 0 28321702 888975360 29750 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1190/tid=1198] ppid=1188 vsize=868140 CPUtime=0.06
/proc/1190/task/1198/stat : 1198 (java) S 1188 1190 31148 0 -1 64 0 605 0 0 0 0 5 1 19 0 9 0 28321702 888975360 29750 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1190/tid=1199] ppid=1188 vsize=868140 CPUtime=0.06
/proc/1190/task/1199/stat : 1199 (java) S 1188 1190 31148 0 -1 64 9 605 0 0 0 0 5 1 15 0 9 0 28321702 888975360 29750 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 868140

[startup+51.1012 s]
/proc/loadavg: 2.07 2.00 2.00 3/89 1203
/proc/meminfo: memFree=1486856/2055920 swapFree=4192812/4192956
[pid=1190] ppid=1188 vsize=868140 CPUtime=50.58
/proc/1190/stat : 1190 (java) S 1188 1190 31148 0 -1 0 59851 605 1 0 5015 37 5 1 18 0 9 0 28321697 888975360 35073 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1190/statm: 217035 35073 2663 9 0 211471 0
[pid=1190/tid=1191] ppid=1188 vsize=868140 CPUtime=49.66
/proc/1190/task/1191/stat : 1191 (java) R 1188 1190 31148 0 -1 64 29496 605 1 0 4934 26 5 1 25 0 9 0 28321698 888975360 35073 996147200 134512640 134550932 4294955968 18446744073709551615 4126904498 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1190/tid=1193] ppid=1188 vsize=868140 CPUtime=0.58
/proc/1190/task/1193/stat : 1193 (java) S 1188 1190 31148 0 -1 64 28505 605 0 0 44 8 5 1 16 0 9 0 28321699 888975360 35073 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0

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

/proc/1190/task/1195/stat : 1195 (java) S 1188 1190 31148 0 -1 64 23 605 0 0 0 0 5 1 16 0 9 0 28321700 888975360 35487 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1190/tid=1196] ppid=1188 vsize=868140 CPUtime=0.06
/proc/1190/task/1196/stat : 1196 (java) S 1188 1190 31148 0 -1 64 2 605 0 0 0 0 5 1 18 0 9 0 28321702 888975360 35487 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1190/tid=1197] ppid=1188 vsize=868140 CPUtime=0.48
/proc/1190/task/1197/stat : 1197 (java) S 1188 1190 31148 0 -1 64 1016 605 0 0 41 1 5 1 16 0 9 0 28321702 888975360 35487 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1190/tid=1198] ppid=1188 vsize=868140 CPUtime=0.06
/proc/1190/task/1198/stat : 1198 (java) S 1188 1190 31148 0 -1 64 0 605 0 0 0 0 5 1 19 0 9 0 28321702 888975360 35487 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1190/tid=1199] ppid=1188 vsize=868140 CPUtime=0.06
/proc/1190/task/1199/stat : 1199 (java) S 1188 1190 31148 0 -1 64 10 605 0 0 0 0 5 1 15 0 9 0 28321702 888975360 35487 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1479.68
Current children cumulated vsize (KiB) 868140

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 1244
/proc/meminfo: memFree=1365184/2055920 swapFree=4192812/4192956
[pid=1190] ppid=1188 vsize=868140 CPUtime=1539.67
/proc/1190/stat : 1190 (java) S 1188 1190 31148 0 -1 0 61000 605 1 0 153913 48 5 1 18 0 9 0 28321697 888975360 35487 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1190/statm: 217035 35487 2663 9 0 211471 0
[pid=1190/tid=1191] ppid=1188 vsize=868140 CPUtime=1537.29
/proc/1190/task/1191/stat : 1191 (java) R 1188 1190 31148 0 -1 64 30085 605 1 0 153693 30 5 1 25 0 9 0 28321698 888975360 35487 996147200 134512640 134550932 4294955968 18446744073709551615 4127259824 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1190/tid=1193] ppid=1188 vsize=868140 CPUtime=1.97
/proc/1190/task/1193/stat : 1193 (java) S 1188 1190 31148 0 -1 64 29029 605 0 0 177 14 5 1 16 0 9 0 28321699 888975360 35487 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1190/tid=1194] ppid=1188 vsize=868140 CPUtime=0.06
/proc/1190/task/1194/stat : 1194 (java) S 1188 1190 31148 0 -1 64 21 605 0 0 0 0 5 1 16 0 9 0 28321700 888975360 35487 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1190/tid=1195] ppid=1188 vsize=868140 CPUtime=0.06
/proc/1190/task/1195/stat : 1195 (java) S 1188 1190 31148 0 -1 64 23 605 0 0 0 0 5 1 16 0 9 0 28321700 888975360 35487 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1190/tid=1196] ppid=1188 vsize=868140 CPUtime=0.06
/proc/1190/task/1196/stat : 1196 (java) S 1188 1190 31148 0 -1 64 2 605 0 0 0 0 5 1 18 0 9 0 28321702 888975360 35487 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1190/tid=1197] ppid=1188 vsize=868140 CPUtime=0.48
/proc/1190/task/1197/stat : 1197 (java) S 1188 1190 31148 0 -1 64 1016 605 0 0 41 1 5 1 16 0 9 0 28321702 888975360 35487 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1190/tid=1198] ppid=1188 vsize=868140 CPUtime=0.06
/proc/1190/task/1198/stat : 1198 (java) S 1188 1190 31148 0 -1 64 0 605 0 0 0 0 5 1 19 0 9 0 28321702 888975360 35487 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1190/tid=1199] ppid=1188 vsize=868140 CPUtime=0.06
/proc/1190/task/1199/stat : 1199 (java) S 1188 1190 31148 0 -1 64 10 605 0 0 0 0 5 1 15 0 9 0 28321702 888975360 35487 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1539.67
Current children cumulated vsize (KiB) 868140

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 1244
/proc/meminfo: memFree=1365184/2055920 swapFree=4192812/4192956
[pid=1190] ppid=1188 vsize=868140 CPUtime=1599.64
/proc/1190/stat : 1190 (java) S 1188 1190 31148 0 -1 0 61031 605 1 0 159910 48 5 1 18 0 9 0 28321697 888975360 35487 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1190/statm: 217035 35487 2663 9 0 211471 0
[pid=1190/tid=1191] ppid=1188 vsize=868140 CPUtime=1597.21
/proc/1190/task/1191/stat : 1191 (java) R 1188 1190 31148 0 -1 64 30116 605 1 0 159685 30 5 1 25 0 9 0 28321698 888975360 35487 996147200 134512640 134550932 4294955968 18446744073709551615 4127284796 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1190/tid=1193] ppid=1188 vsize=868140 CPUtime=2.02
/proc/1190/task/1193/stat : 1193 (java) S 1188 1190 31148 0 -1 64 29029 605 0 0 182 14 5 1 16 0 9 0 28321699 888975360 35487 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1190/tid=1194] ppid=1188 vsize=868140 CPUtime=0.06
/proc/1190/task/1194/stat : 1194 (java) S 1188 1190 31148 0 -1 64 21 605 0 0 0 0 5 1 16 0 9 0 28321700 888975360 35487 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1190/tid=1195] ppid=1188 vsize=868140 CPUtime=0.06
/proc/1190/task/1195/stat : 1195 (java) S 1188 1190 31148 0 -1 64 23 605 0 0 0 0 5 1 16 0 9 0 28321700 888975360 35487 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1190/tid=1196] ppid=1188 vsize=868140 CPUtime=0.06
/proc/1190/task/1196/stat : 1196 (java) S 1188 1190 31148 0 -1 64 2 605 0 0 0 0 5 1 18 0 9 0 28321702 888975360 35487 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1190/tid=1197] ppid=1188 vsize=868140 CPUtime=0.48
/proc/1190/task/1197/stat : 1197 (java) S 1188 1190 31148 0 -1 64 1016 605 0 0 41 1 5 1 16 0 9 0 28321702 888975360 35487 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1190/tid=1198] ppid=1188 vsize=868140 CPUtime=0.06
/proc/1190/task/1198/stat : 1198 (java) S 1188 1190 31148 0 -1 64 0 605 0 0 0 0 5 1 19 0 9 0 28321702 888975360 35487 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1190/tid=1199] ppid=1188 vsize=868140 CPUtime=0.06
/proc/1190/task/1199/stat : 1199 (java) S 1188 1190 31148 0 -1 64 10 605 0 0 0 0 5 1 15 0 9 0 28321702 888975360 35487 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1599.64
Current children cumulated vsize (KiB) 868140

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 1244
/proc/meminfo: memFree=1365184/2055920 swapFree=4192812/4192956
[pid=1190] ppid=1188 vsize=868140 CPUtime=1659.62
/proc/1190/stat : 1190 (java) S 1188 1190 31148 0 -1 0 61065 605 1 0 165907 49 5 1 18 0 9 0 28321697 888975360 35487 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1190/statm: 217035 35487 2663 9 0 211471 0
[pid=1190/tid=1191] ppid=1188 vsize=868140 CPUtime=1657.14
/proc/1190/task/1191/stat : 1191 (java) R 1188 1190 31148 0 -1 64 30150 605 1 0 165677 31 5 1 25 0 9 0 28321698 888975360 35487 996147200 134512640 134550932 4294955968 18446744073709551615 4127292673 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1190/tid=1193] ppid=1188 vsize=868140 CPUtime=2.09
/proc/1190/task/1193/stat : 1193 (java) S 1188 1190 31148 0 -1 64 29029 605 0 0 188 15 5 1 16 0 9 0 28321699 888975360 35487 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1190/tid=1194] ppid=1188 vsize=868140 CPUtime=0.06
/proc/1190/task/1194/stat : 1194 (java) S 1188 1190 31148 0 -1 64 21 605 0 0 0 0 5 1 16 0 9 0 28321700 888975360 35487 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1190/tid=1195] ppid=1188 vsize=868140 CPUtime=0.06
/proc/1190/task/1195/stat : 1195 (java) S 1188 1190 31148 0 -1 64 23 605 0 0 0 0 5 1 16 0 9 0 28321700 888975360 35487 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1190/tid=1196] ppid=1188 vsize=868140 CPUtime=0.06
/proc/1190/task/1196/stat : 1196 (java) S 1188 1190 31148 0 -1 64 2 605 0 0 0 0 5 1 18 0 9 0 28321702 888975360 35487 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1190/tid=1197] ppid=1188 vsize=868140 CPUtime=0.48
/proc/1190/task/1197/stat : 1197 (java) S 1188 1190 31148 0 -1 64 1016 605 0 0 41 1 5 1 16 0 9 0 28321702 888975360 35487 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1190/tid=1198] ppid=1188 vsize=868140 CPUtime=0.06
/proc/1190/task/1198/stat : 1198 (java) S 1188 1190 31148 0 -1 64 0 605 0 0 0 0 5 1 19 0 9 0 28321702 888975360 35487 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1190/tid=1199] ppid=1188 vsize=868140 CPUtime=0.06
/proc/1190/task/1199/stat : 1199 (java) S 1188 1190 31148 0 -1 64 10 605 0 0 0 0 5 1 15 0 9 0 28321702 888975360 35487 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1659.62
Current children cumulated vsize (KiB) 868140

[startup+1722.3 s]
/proc/loadavg: 2.11 2.03 2.01 3/89 1244
/proc/meminfo: memFree=1365184/2055920 swapFree=4192812/4192956
[pid=1190] ppid=1188 vsize=868140 CPUtime=1719.6
/proc/1190/stat : 1190 (java) S 1188 1190 31148 0 -1 0 61099 605 1 0 171905 49 5 1 18 0 9 0 28321697 888975360 35487 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1190/statm: 217035 35487 2663 9 0 211471 0
[pid=1190/tid=1191] ppid=1188 vsize=868140 CPUtime=1717.06
/proc/1190/task/1191/stat : 1191 (java) R 1188 1190 31148 0 -1 64 30184 605 1 0 171669 31 5 1 25 0 9 0 28321698 888975360 35487 996147200 134512640 134550932 4294955968 18446744073709551615 4126908592 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1190/tid=1193] ppid=1188 vsize=868140 CPUtime=2.15
/proc/1190/task/1193/stat : 1193 (java) S 1188 1190 31148 0 -1 64 29029 605 0 0 194 15 5 1 16 0 9 0 28321699 888975360 35487 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1190/tid=1194] ppid=1188 vsize=868140 CPUtime=0.06
/proc/1190/task/1194/stat : 1194 (java) S 1188 1190 31148 0 -1 64 21 605 0 0 0 0 5 1 16 0 9 0 28321700 888975360 35487 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1190/tid=1195] ppid=1188 vsize=868140 CPUtime=0.06
/proc/1190/task/1195/stat : 1195 (java) S 1188 1190 31148 0 -1 64 23 605 0 0 0 0 5 1 16 0 9 0 28321700 888975360 35487 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1190/tid=1196] ppid=1188 vsize=868140 CPUtime=0.06
/proc/1190/task/1196/stat : 1196 (java) S 1188 1190 31148 0 -1 64 2 605 0 0 0 0 5 1 18 0 9 0 28321702 888975360 35487 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1190/tid=1197] ppid=1188 vsize=868140 CPUtime=0.48
/proc/1190/task/1197/stat : 1197 (java) S 1188 1190 31148 0 -1 64 1016 605 0 0 41 1 5 1 16 0 9 0 28321702 888975360 35487 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1190/tid=1198] ppid=1188 vsize=868140 CPUtime=0.06
/proc/1190/task/1198/stat : 1198 (java) S 1188 1190 31148 0 -1 64 0 605 0 0 0 0 5 1 19 0 9 0 28321702 888975360 35487 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1190/tid=1199] ppid=1188 vsize=868140 CPUtime=0.06
/proc/1190/task/1199/stat : 1199 (java) S 1188 1190 31148 0 -1 64 10 605 0 0 0 0 5 1 15 0 9 0 28321702 888975360 35487 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1719.6
Current children cumulated vsize (KiB) 868140

[startup+1782.3 s]
/proc/loadavg: 2.34 2.10 2.03 3/89 1244
/proc/meminfo: memFree=1365184/2055920 swapFree=4192812/4192956
[pid=1190] ppid=1188 vsize=868140 CPUtime=1779.58
/proc/1190/stat : 1190 (java) S 1188 1190 31148 0 -1 0 61133 605 1 0 177902 50 5 1 18 0 9 0 28321697 888975360 35487 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1190/statm: 217035 35487 2663 9 0 211471 0
[pid=1190/tid=1191] ppid=1188 vsize=868140 CPUtime=1776.97
/proc/1190/task/1191/stat : 1191 (java) R 1188 1190 31148 0 -1 64 30218 605 1 0 177660 31 5 1 25 0 9 0 28321698 888975360 35487 996147200 134512640 134550932 4294955968 18446744073709551615 4126908561 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1190/tid=1193] ppid=1188 vsize=868140 CPUtime=2.2
/proc/1190/task/1193/stat : 1193 (java) S 1188 1190 31148 0 -1 64 29029 605 0 0 199 15 5 1 16 0 9 0 28321699 888975360 35487 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1190/tid=1194] ppid=1188 vsize=868140 CPUtime=0.06
/proc/1190/task/1194/stat : 1194 (java) S 1188 1190 31148 0 -1 64 21 605 0 0 0 0 5 1 16 0 9 0 28321700 888975360 35487 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1190/tid=1195] ppid=1188 vsize=868140 CPUtime=0.06
/proc/1190/task/1195/stat : 1195 (java) S 1188 1190 31148 0 -1 64 23 605 0 0 0 0 5 1 16 0 9 0 28321700 888975360 35487 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1190/tid=1196] ppid=1188 vsize=868140 CPUtime=0.06
/proc/1190/task/1196/stat : 1196 (java) S 1188 1190 31148 0 -1 64 2 605 0 0 0 0 5 1 18 0 9 0 28321702 888975360 35487 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1190/tid=1197] ppid=1188 vsize=868140 CPUtime=0.48
/proc/1190/task/1197/stat : 1197 (java) S 1188 1190 31148 0 -1 64 1016 605 0 0 41 1 5 1 16 0 9 0 28321702 888975360 35487 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1190/tid=1198] ppid=1188 vsize=868140 CPUtime=0.06
/proc/1190/task/1198/stat : 1198 (java) S 1188 1190 31148 0 -1 64 0 605 0 0 0 0 5 1 19 0 9 0 28321702 888975360 35487 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1190/tid=1199] ppid=1188 vsize=868140 CPUtime=0.06
/proc/1190/task/1199/stat : 1199 (java) S 1188 1190 31148 0 -1 64 10 605 0 0 0 0 5 1 15 0 9 0 28321702 888975360 35487 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1779.58
Current children cumulated vsize (KiB) 868140



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.8 s]
/proc/loadavg: 2.24 2.09 2.02 3/89 1244
/proc/meminfo: memFree=1365184/2055920 swapFree=4192812/4192956
[pid=1190] ppid=1188 vsize=868140 CPUtime=1800.08
/proc/1190/stat : 1190 (java) S 1188 1190 31148 0 -1 0 61145 605 1 0 179952 50 5 1 18 0 9 0 28321697 888975360 35488 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1190/statm: 217035 35488 2663 9 0 211471 0
[pid=1190/tid=1191] ppid=1188 vsize=868140 CPUtime=1797.45
/proc/1190/task/1191/stat : 1191 (java) R 1188 1190 31148 0 -1 64 30229 605 1 0 179708 31 5 1 25 0 9 0 28321698 888975360 35488 996147200 134512640 134550932 4294955968 18446744073709551615 4127262469 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1190/tid=1193] ppid=1188 vsize=868140 CPUtime=2.22
/proc/1190/task/1193/stat : 1193 (java) S 1188 1190 31148 0 -1 64 29030 605 0 0 201 15 5 1 16 0 9 0 28321699 888975360 35488 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1190/tid=1194] ppid=1188 vsize=868140 CPUtime=0.06
/proc/1190/task/1194/stat : 1194 (java) S 1188 1190 31148 0 -1 64 21 605 0 0 0 0 5 1 16 0 9 0 28321700 888975360 35488 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1190/tid=1195] ppid=1188 vsize=868140 CPUtime=0.06
/proc/1190/task/1195/stat : 1195 (java) S 1188 1190 31148 0 -1 64 23 605 0 0 0 0 5 1 16 0 9 0 28321700 888975360 35488 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1190/tid=1196] ppid=1188 vsize=868140 CPUtime=0.06
/proc/1190/task/1196/stat : 1196 (java) S 1188 1190 31148 0 -1 64 2 605 0 0 0 0 5 1 18 0 9 0 28321702 888975360 35488 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1190/tid=1197] ppid=1188 vsize=868140 CPUtime=0.48
/proc/1190/task/1197/stat : 1197 (java) S 1188 1190 31148 0 -1 64 1016 605 0 0 41 1 5 1 16 0 9 0 28321702 888975360 35488 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1190/tid=1198] ppid=1188 vsize=868140 CPUtime=0.06
/proc/1190/task/1198/stat : 1198 (java) S 1188 1190 31148 0 -1 64 0 605 0 0 0 0 5 1 19 0 9 0 28321702 888975360 35488 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1190/tid=1199] ppid=1188 vsize=868140 CPUtime=0.06
/proc/1190/task/1199/stat : 1199 (java) S 1188 1190 31148 0 -1 64 10 605 0 0 0 0 5 1 15 0 9 0 28321702 888975360 35488 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 868140

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

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

Child status: 143
Real time (s): 1802.88
CPU time (s): 1800.17
CPU user time (s): 1799.63
CPU system time (s): 0.541917
CPU usage (%): 99.8498
Max. virtual memory (cumulated for all children) (KiB): 868140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.63
system time used= 0.541917
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61778
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= 44489
involuntary context switches= 59863

runsolver used 2.43963 second user time and 5.77712 second system time

The end

Launcher Data

Begin job on node34 at 2009-07-12 17:29:17
IDJOB=2097480
IDBENCH=57433
IDSOLVER=774
FILE ID=node34/2097480-1247412557
PBS_JOBID= 9510575
Free space on /tmp= 66324 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/super-js/super-js-taillard-15/normalized-super-js-taillard-15-24.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-2097480-1247412557/watcher-2097480-1247412557 -o /tmp/evaluation-result-2097480-1247412557/solver-2097480-1247412557 -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-2097480-1247412557.xml

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

MD5SUM BENCH= fc2ba99e43647eacfe1f7535ece73d39
RANDOM SEED=2002059957

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1618032 kB
Buffers:         71992 kB
Cached:         209052 kB
SwapCached:          0 kB
Active:         258460 kB
Inactive:       110784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1618032 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2724 kB
Writeback:           0 kB
Mapped:         108748 kB
Slab:            53824 kB
Committed_AS:  1007328 kB
PageTables:       1928 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= 66320 MiB
End job on node34 at 2009-07-12 17:59:22