Trace number 2097490

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 1815.97

General information on the benchmark

Namecsp/super-js/super-js-taillard-20-15/
normalized-super-js-taillard-20-15-24.xml
MD5SUM32c080069cd6a9f51c8c0a6f1b619a56
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 benchmark3.9544
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of constraints9690
Maximum constraint arity2
Maximum domain size1288
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.09	
0.03/0.09	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=esac.xml
0.28/0.32	   
0.28/0.32	   instance
0.28/0.32	     name=HOME/instance-2097490-1247412641.xml
0.28/0.36	   
0.28/0.36	   domains being loaded...
0.28/0.38	   
0.28/0.38	   variables being loaded...
0.48/0.55	     nbVariables=600  nbDomainTypes=98  minDomainSize=1190  maxDomainSize=1288  nbTotalValues=744780
0.48/0.55	       =>  wckTime=0.301  cpuTime=0.21  mem=24M573
0.48/0.55	   
0.48/0.55	   predicates being loaded...
0.58/0.61	   
0.58/0.61	   constraints being loaded...
20.79/21.00	   
20.79/21.00	   INFO : Stopping converting binary constraints (cpu=20.09, mem = 46M520)
22.66/22.95	     nbConstraints=9705  nbGlobalConstraints=9054  nbConvertedConstraints=113  nbConvertConstraintsChecks=102248568
22.66/22.95	     nbExtensionStructures=66  nbSharedExtensionStructures=47  nbConflictsStructures=66  nbSharedConflictsStructures=47
22.66/22.95	     nbUnbuiltConflictsStructures=197  nbSharedBinaryRepresentations=81601  nbEvaluationManagers=197
22.66/22.95	     nbSharedEvaluationManagers=341  minDegree=21  maxDegree=44  minArity=2  avgArity=2.03  maxArity=21  nbGenerators=0
22.66/22.95	     nbFusions=0  symmetryWckTime=1.721  symmetryCpuTime=1.53  nbCliques=15
22.66/22.95	       =>  wckTime=22.701  cpuTime=21.79  mem=79M939
22.95/23.22	   
22.95/23.22	   solver IterativeSystematicSolver being built... 
23.05/23.31	   
23.05/23.31	   INFO : Forward propagation technique limited 
23.15/23.48	       =>  wckTime=23.234  cpuTime=21.98  mem=78M786
63.08/63.71	   
63.08/63.71	   preprocessing
63.08/63.71	     nbConstraintChecks=214057596  nbValidityChecks=1083214  nbPropagations=1166  nbRevisions=2647
63.08/63.71	     nbUselessRevisions=1806  nbRemovedValues=400680  detectedInconsistency=no
63.08/63.71	       =>  wckTime=40.2  cpuTime=39.78  mem=104M281
73.77/74.59	   
73.77/74.59	   INFO : Stopping use of transposition table (mapSize=0, nbTooLargekeys=103, mem=128M34)

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-2097490-1247412641/watcher-2097490-1247412641 -o /tmp/evaluation-result-2097490-1247412641/solver-2097490-1247412641 -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-2097490-1247412641.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.02 2.02 2.00 4/80 4181
/proc/meminfo: memFree=1696832/2055920 swapFree=4192812/4192956
[pid=4181] ppid=4179 vsize=10676 CPUtime=0
/proc/4181/stat : 4181 (java) S 4179 4181 1718 0 -1 0 678 0 0 0 0 0 0 0 18 0 2 0 28328024 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/4181/statm: 2669 474 207 9 0 1184 0
[pid=4181/tid=4182] ppid=4179 vsize=10676 CPUtime=0
/proc/4181/task/4182/stat : 4182 (java) R 4179 4181 1718 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 28328025 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 12128216 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0460741 s]
/proc/loadavg: 2.02 2.02 2.00 4/80 4181
/proc/meminfo: memFree=1696832/2055920 swapFree=4192812/4192956
[pid=4181] ppid=4179 vsize=861936 CPUtime=0.03
/proc/4181/stat : 4181 (java) S 4179 4181 1718 0 -1 0 2276 0 1 0 2 1 0 0 18 0 5 0 28328024 882622464 1879 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/4181/statm: 215484 1879 861 9 0 210399 0
[pid=4181/tid=4182] ppid=4179 vsize=861936 CPUtime=0.02
/proc/4181/task/4182/stat : 4182 (java) D 4179 4181 1718 0 -1 64 1581 0 1 0 2 0 0 0 17 0 5 0 28328025 882622464 1879 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 2147483391 0 16800971 18446744072099855350 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 861936

[startup+0.101602 s]
/proc/loadavg: 2.02 2.02 2.00 4/80 4181
/proc/meminfo: memFree=1696832/2055920 swapFree=4192812/4192956
[pid=4181] ppid=4179 vsize=865984 CPUtime=0.09
/proc/4181/stat : 4181 (java) S 4179 4181 1718 0 -1 0 3725 0 1 0 7 2 0 0 18 0 9 0 28328024 886767616 3193 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4181/statm: 216496 3193 1690 9 0 210981 0
[pid=4181/tid=4182] ppid=4179 vsize=865984 CPUtime=0.07
/proc/4181/task/4182/stat : 4182 (java) R 4179 4181 1718 0 -1 64 2816 0 1 0 6 1 0 0 18 0 9 0 28328025 886767616 3193 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 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.301617 s]
/proc/loadavg: 2.02 2.02 2.00 4/80 4181
/proc/meminfo: memFree=1696832/2055920 swapFree=4192812/4192956
[pid=4181] ppid=4179 vsize=866296 CPUtime=0.28
/proc/4181/stat : 4181 (java) S 4179 4181 1718 0 -1 0 5686 0 1 0 25 3 0 0 18 0 9 0 28328024 887087104 5089 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4181/statm: 216574 5089 1927 9 0 211052 0
[pid=4181/tid=4182] ppid=4179 vsize=866296 CPUtime=0.24
/proc/4181/task/4182/stat : 4182 (java) R 4179 4181 1718 0 -1 64 4727 0 1 0 22 2 0 0 19 0 9 0 28328025 887087104 5089 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 2147483391 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866296

[startup+0.701657 s]
/proc/loadavg: 2.02 2.02 2.00 4/80 4181
/proc/meminfo: memFree=1696832/2055920 swapFree=4192812/4192956
[pid=4181] ppid=4179 vsize=867196 CPUtime=0.68
/proc/4181/stat : 4181 (java) S 4179 4181 1718 0 -1 0 11845 0 1 0 61 7 0 0 18 0 9 0 28328024 888008704 11199 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4181/statm: 216799 11199 2038 9 0 211235 0
[pid=4181/tid=4182] ppid=4179 vsize=867196 CPUtime=0.52
/proc/4181/task/4182/stat : 4182 (java) R 4179 4181 1718 0 -1 64 10637 0 1 0 46 6 0 0 21 0 9 0 28328025 888008704 11199 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867196

[startup+1.50273 s]
/proc/loadavg: 2.10 2.04 2.01 3/89 4190
/proc/meminfo: memFree=1643960/2055920 swapFree=4192812/4192956
[pid=4181] ppid=4179 vsize=867696 CPUtime=1.48
/proc/4181/stat : 4181 (java) S 4179 4181 1718 0 -1 0 22165 0 1 0 135 13 0 0 18 0 9 0 28328024 888520704 21493 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4181/statm: 216924 21493 2029 9 0 211382 0
[pid=4181/tid=4182] ppid=4179 vsize=867696 CPUtime=1.18
/proc/4181/task/4182/stat : 4182 (java) R 4179 4181 1718 0 -1 64 15816 0 1 0 109 9 0 0 25 0 9 0 28328025 888520704 21493 996147200 134512640 134550932 4294955968 18446744073709551615 4126920183 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4181/tid=4184] ppid=4179 vsize=867696 CPUtime=0.09
/proc/4181/task/4184/stat : 4184 (java) S 4179 4181 1718 0 -1 64 4961 0 0 0 7 2 0 0 16 0 9 0 28328027 888520704 21493 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4181/tid=4185] ppid=4179 vsize=867696 CPUtime=0
/proc/4181/task/4185/stat : 4185 (java) S 4179 4181 1718 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28328027 888520704 21493 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4181/tid=4186] ppid=4179 vsize=867696 CPUtime=0
/proc/4181/task/4186/stat : 4186 (java) S 4179 4181 1718 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28328027 888520704 21493 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4181/tid=4187] ppid=4179 vsize=867696 CPUtime=0
/proc/4181/task/4187/stat : 4187 (java) S 4179 4181 1718 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28328029 888520704 21493 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4181/tid=4188] ppid=4179 vsize=867696 CPUtime=0.17
/proc/4181/task/4188/stat : 4188 (java) S 4179 4181 1718 0 -1 64 686 0 0 0 17 0 0 0 16 0 9 0 28328029 888520704 21493 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4181/tid=4189] ppid=4179 vsize=867696 CPUtime=0
/proc/4181/task/4189/stat : 4189 (java) S 4179 4181 1718 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28328029 888520704 21493 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4181/tid=4190] ppid=4179 vsize=867696 CPUtime=0
/proc/4181/task/4190/stat : 4190 (java) S 4179 4181 1718 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28328029 888520704 21493 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) 867696

[startup+3.1019 s]
/proc/loadavg: 2.10 2.04 2.01 3/89 4190
/proc/meminfo: memFree=1618296/2055920 swapFree=4192812/4192956
[pid=4181] ppid=4179 vsize=867696 CPUtime=3.06
/proc/4181/stat : 4181 (java) S 4179 4181 1718 0 -1 0 22196 0 1 0 292 14 0 0 18 0 9 0 28328024 888520704 21521 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4181/statm: 216924 21521 2031 9 0 211382 0
[pid=4181/tid=4182] ppid=4179 vsize=867696 CPUtime=2.74
/proc/4181/task/4182/stat : 4182 (java) R 4179 4181 1718 0 -1 64 15828 0 1 0 264 10 0 0 25 0 9 0 28328025 888520704 21521 996147200 134512640 134550932 4294955968 18446744073709551615 4126937734 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4181/tid=4184] ppid=4179 vsize=867696 CPUtime=0.09
/proc/4181/task/4184/stat : 4184 (java) S 4179 4181 1718 0 -1 64 4961 0 0 0 7 2 0 0 17 0 9 0 28328027 888520704 21521 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4181/tid=4185] ppid=4179 vsize=867696 CPUtime=0
/proc/4181/task/4185/stat : 4185 (java) S 4179 4181 1718 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28328027 888520704 21521 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4181/tid=4186] ppid=4179 vsize=867696 CPUtime=0
/proc/4181/task/4186/stat : 4186 (java) S 4179 4181 1718 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28328027 888520704 21521 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4181/tid=4187] ppid=4179 vsize=867696 CPUtime=0
/proc/4181/task/4187/stat : 4187 (java) S 4179 4181 1718 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28328029 888520704 21521 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4181/tid=4188] ppid=4179 vsize=867696 CPUtime=0.2
/proc/4181/task/4188/stat : 4188 (java) S 4179 4181 1718 0 -1 64 705 0 0 0 20 0 0 0 16 0 9 0 28328029 888520704 21521 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4181/tid=4189] ppid=4179 vsize=867696 CPUtime=0
/proc/4181/task/4189/stat : 4189 (java) S 4179 4181 1718 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28328029 888520704 21521 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4181/tid=4190] ppid=4179 vsize=867696 CPUtime=0
/proc/4181/task/4190/stat : 4190 (java) S 4179 4181 1718 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28328029 888520704 21521 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) 867696

[startup+6.30123 s]
/proc/loadavg: 2.09 2.04 2.00 3/89 4190
/proc/meminfo: memFree=1618104/2055920 swapFree=4192812/4192956
[pid=4181] ppid=4179 vsize=867696 CPUtime=6.23
/proc/4181/stat : 4181 (java) S 4179 4181 1718 0 -1 0 22209 0 1 0 607 16 0 0 18 0 9 0 28328024 888520704 21530 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4181/statm: 216924 21530 2031 9 0 211382 0
[pid=4181/tid=4182] ppid=4179 vsize=867696 CPUtime=5.9
/proc/4181/task/4182/stat : 4182 (java) R 4179 4181 1718 0 -1 64 15832 0 1 0 578 12 0 0 25 0 9 0 28328025 888520704 21530 996147200 134512640 134550932 4294955968 18446744073709551615 4126913696 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4181/tid=4184] ppid=4179 vsize=867696 CPUtime=0.09
/proc/4181/task/4184/stat : 4184 (java) S 4179 4181 1718 0 -1 64 4961 0 0 0 7 2 0 0 16 0 9 0 28328027 888520704 21530 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4181/tid=4185] ppid=4179 vsize=867696 CPUtime=0
/proc/4181/task/4185/stat : 4185 (java) S 4179 4181 1718 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28328027 888520704 21530 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4181/tid=4186] ppid=4179 vsize=867696 CPUtime=0
/proc/4181/task/4186/stat : 4186 (java) S 4179 4181 1718 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28328027 888520704 21530 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4181/tid=4187] ppid=4179 vsize=867696 CPUtime=0
/proc/4181/task/4187/stat : 4187 (java) S 4179 4181 1718 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28328029 888520704 21530 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4181/tid=4188] ppid=4179 vsize=867696 CPUtime=0.21
/proc/4181/task/4188/stat : 4188 (java) S 4179 4181 1718 0 -1 64 714 0 0 0 21 0 0 0 16 0 9 0 28328029 888520704 21530 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4181/tid=4189] ppid=4179 vsize=867696 CPUtime=0
/proc/4181/task/4189/stat : 4189 (java) S 4179 4181 1718 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28328029 888520704 21530 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4181/tid=4190] ppid=4179 vsize=867696 CPUtime=0
/proc/4181/task/4190/stat : 4190 (java) S 4179 4181 1718 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28328029 888520704 21530 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) 867696

[startup+12.7019 s]
/proc/loadavg: 2.08 2.04 2.00 4/89 4190
/proc/meminfo: memFree=1617976/2055920 swapFree=4192812/4192956
[pid=4181] ppid=4179 vsize=867696 CPUtime=12.57
/proc/4181/stat : 4181 (java) S 4179 4181 1718 0 -1 0 22226 0 1 0 1237 20 0 0 18 0 9 0 28328024 888520704 21545 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4181/statm: 216924 21545 2031 9 0 211382 0
[pid=4181/tid=4182] ppid=4179 vsize=867696 CPUtime=12.22
/proc/4181/task/4182/stat : 4182 (java) R 4179 4181 1718 0 -1 64 15836 0 1 0 1205 17 0 0 25 0 9 0 28328025 888520704 21545 996147200 134512640 134550932 4294955968 18446744073709551615 4126937529 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4181/tid=4184] ppid=4179 vsize=867696 CPUtime=0.09
/proc/4181/task/4184/stat : 4184 (java) S 4179 4181 1718 0 -1 64 4961 0 0 0 7 2 0 0 17 0 9 0 28328027 888520704 21545 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4181/tid=4185] ppid=4179 vsize=867696 CPUtime=0
/proc/4181/task/4185/stat : 4185 (java) S 4179 4181 1718 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28328027 888520704 21545 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4181/tid=4186] ppid=4179 vsize=867696 CPUtime=0
/proc/4181/task/4186/stat : 4186 (java) S 4179 4181 1718 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28328027 888520704 21545 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4181/tid=4187] ppid=4179 vsize=867696 CPUtime=0
/proc/4181/task/4187/stat : 4187 (java) S 4179 4181 1718 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28328029 888520704 21545 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4181/tid=4188] ppid=4179 vsize=867696 CPUtime=0.25
/proc/4181/task/4188/stat : 4188 (java) S 4179 4181 1718 0 -1 64 727 0 0 0 24 1 0 0 16 0 9 0 28328029 888520704 21545 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4181/tid=4189] ppid=4179 vsize=867696 CPUtime=0
/proc/4181/task/4189/stat : 4189 (java) S 4179 4181 1718 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28328029 888520704 21545 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4181/tid=4190] ppid=4179 vsize=867696 CPUtime=0
/proc/4181/task/4190/stat : 4190 (java) S 4179 4181 1718 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28328029 888520704 21545 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 867696

[startup+25.5022 s]
/proc/loadavg: 2.07 2.04 2.00 3/89 4194
/proc/meminfo: memFree=1556472/2055920 swapFree=4192812/4192956
[pid=4181] ppid=4179 vsize=868108 CPUtime=25.23
/proc/4181/stat : 4181 (java) S 4179 4181 1718 0 -1 0 62312 733 1 0 2473 39 10 1 18 0 9 0 28328024 888942592 37377 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4181/statm: 217027 37377 2662 9 0 211463 0
[pid=4181/tid=4182] ppid=4179 vsize=868108 CPUtime=24.28
/proc/4181/task/4182/stat : 4182 (java) R 4179 4181 1718 0 -1 64 28723 733 1 0 2391 26 10 1 25 0 9 0 28328025 888942592 37377 996147200 134512640 134550932 4294955968 18446744073709551615 4127279634 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4181/tid=4184] ppid=4179 vsize=868108 CPUtime=0.68
/proc/4181/task/4184/stat : 4184 (java) S 4179 4181 1718 0 -1 64 31789 733 0 0 48 9 10 1 17 0 9 0 28328027 888942592 37377 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4181/tid=4185] ppid=4179 vsize=868108 CPUtime=0.11
/proc/4181/task/4185/stat : 4185 (java) S 4179 4181 1718 0 -1 64 21 733 0 0 0 0 10 1 16 0 9 0 28328027 888942592 37377 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4181/tid=4186] ppid=4179 vsize=868108 CPUtime=0.11
/proc/4181/task/4186/stat : 4186 (java) S 4179 4181 1718 0 -1 64 24 733 0 0 0 0 10 1 15 0 9 0 28328027 888942592 37377 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4181/tid=4187] ppid=4179 vsize=868108 CPUtime=0.11
/proc/4181/task/4187/stat : 4187 (java) S 4179 4181 1718 0 -1 64 2 733 0 0 0 0 10 1 18 0 9 0 28328029 888942592 37377 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4181/tid=4188] ppid=4179 vsize=868108 CPUtime=0.45
/proc/4181/task/4188/stat : 4188 (java) S 4179 4181 1718 0 -1 64 936 733 0 0 33 1 10 1 16 0 9 0 28328029 888942592 37377 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4181/tid=4189] ppid=4179 vsize=868108 CPUtime=0.11
/proc/4181/task/4189/stat : 4189 (java) S 4179 4181 1718 0 -1 64 0 733 0 0 0 0 10 1 19 0 9 0 28328029 888942592 37377 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4181/tid=4190] ppid=4179 vsize=868108 CPUtime=0.11
/proc/4181/task/4190/stat : 4190 (java) S 4179 4181 1718 0 -1 64 10 733 0 0 0 0 10 1 15 0 9 0 28328029 888942592 37377 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 868108

[startup+51.1028 s]
/proc/loadavg: 2.04 2.03 2.00 3/89 4194
/proc/meminfo: memFree=1556216/2055920 swapFree=4192812/4192956
[pid=4181] ppid=4179 vsize=868108 CPUtime=50.59
/proc/4181/stat : 4181 (java) S 4179 4181 1718 0 -1 0 62578 733 1 0 5009 39 10 1 18 0 9 0 28328024 888942592 37386 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4181/statm: 217027 37386 2662 9 0 211463 0
[pid=4181/tid=4182] ppid=4179 vsize=868108 CPUtime=49.62
/proc/4181/task/4182/stat : 4182 (java) R 4179 4181 1718 0 -1 64 28973 733 1 0 4925 26 10 1 25 0 9 0 28328025 888942592 37386 996147200 134512640 134550932 4294955968 18446744073709551615 4126917908 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4181/tid=4184] ppid=4179 vsize=868108 CPUtime=0.68
/proc/4181/task/4184/stat : 4184 (java) S 4179 4181 1718 0 -1 64 31789 733 0 0 48 9 10 1 16 0 9 0 28328027 888942592 37386 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0

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

/proc/4181/task/4186/stat : 4186 (java) S 4179 4181 1718 0 -1 64 24 733 0 0 0 0 10 1 15 0 9 0 28328027 888942592 40173 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4181/tid=4187] ppid=4179 vsize=868108 CPUtime=0.11
/proc/4181/task/4187/stat : 4187 (java) S 4179 4181 1718 0 -1 64 2 733 0 0 0 0 10 1 18 0 9 0 28328029 888942592 40173 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4181/tid=4188] ppid=4179 vsize=868108 CPUtime=0.55
/proc/4181/task/4188/stat : 4188 (java) S 4179 4181 1718 0 -1 64 999 733 0 0 43 1 10 1 16 0 9 0 28328029 888942592 40173 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4181/tid=4189] ppid=4179 vsize=868108 CPUtime=0.11
/proc/4181/task/4189/stat : 4189 (java) S 4179 4181 1718 0 -1 64 0 733 0 0 0 0 10 1 19 0 9 0 28328029 888942592 40173 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4181/tid=4190] ppid=4179 vsize=868108 CPUtime=0.11
/proc/4181/task/4190/stat : 4190 (java) S 4179 4181 1718 0 -1 64 12 733 0 0 0 0 10 1 15 0 9 0 28328029 888942592 40173 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1527.8
Current children cumulated vsize (KiB) 868108

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 4196
/proc/meminfo: memFree=1543864/2055920 swapFree=4192812/4192956
[pid=4181] ppid=4179 vsize=868108 CPUtime=1587.23
/proc/4181/stat : 4181 (java) S 4179 4181 1718 0 -1 0 66577 733 1 0 158666 46 10 1 18 0 9 0 28328024 888942592 40174 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4181/statm: 217027 40174 2662 9 0 211463 0
[pid=4181/tid=4182] ppid=4179 vsize=868108 CPUtime=1585.16
/proc/4181/task/4182/stat : 4182 (java) R 4179 4181 1718 0 -1 64 29940 733 1 0 158477 28 10 1 25 0 9 0 28328025 888942592 40174 996147200 134512640 134550932 4294955968 18446744073709551615 4126916555 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4181/tid=4184] ppid=4179 vsize=868108 CPUtime=1.69
/proc/4181/task/4184/stat : 4184 (java) S 4179 4181 1718 0 -1 64 34771 733 0 0 144 14 10 1 16 0 9 0 28328027 888942592 40174 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4181/tid=4185] ppid=4179 vsize=868108 CPUtime=0.11
/proc/4181/task/4185/stat : 4185 (java) S 4179 4181 1718 0 -1 64 21 733 0 0 0 0 10 1 16 0 9 0 28328027 888942592 40174 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4181/tid=4186] ppid=4179 vsize=868108 CPUtime=0.11
/proc/4181/task/4186/stat : 4186 (java) S 4179 4181 1718 0 -1 64 24 733 0 0 0 0 10 1 15 0 9 0 28328027 888942592 40174 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4181/tid=4187] ppid=4179 vsize=868108 CPUtime=0.11
/proc/4181/task/4187/stat : 4187 (java) S 4179 4181 1718 0 -1 64 2 733 0 0 0 0 10 1 18 0 9 0 28328029 888942592 40174 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4181/tid=4188] ppid=4179 vsize=868108 CPUtime=0.55
/proc/4181/task/4188/stat : 4188 (java) S 4179 4181 1718 0 -1 64 1000 733 0 0 43 1 10 1 16 0 9 0 28328029 888942592 40174 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4181/tid=4189] ppid=4179 vsize=868108 CPUtime=0.11
/proc/4181/task/4189/stat : 4189 (java) S 4179 4181 1718 0 -1 64 0 733 0 0 0 0 10 1 19 0 9 0 28328029 888942592 40174 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4181/tid=4190] ppid=4179 vsize=868108 CPUtime=0.11
/proc/4181/task/4190/stat : 4190 (java) S 4179 4181 1718 0 -1 64 12 733 0 0 0 0 10 1 15 0 9 0 28328029 888942592 40174 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1587.23
Current children cumulated vsize (KiB) 868108

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 4196
/proc/meminfo: memFree=1543864/2055920 swapFree=4192812/4192956
[pid=4181] ppid=4179 vsize=868108 CPUtime=1646.66
/proc/4181/stat : 4181 (java) S 4179 4181 1718 0 -1 0 66599 733 1 0 164609 46 10 1 18 0 9 0 28328024 888942592 40174 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4181/statm: 217027 40174 2662 9 0 211463 0
[pid=4181/tid=4182] ppid=4179 vsize=868108 CPUtime=1644.55
/proc/4181/task/4182/stat : 4182 (java) R 4179 4181 1718 0 -1 64 29962 733 1 0 164415 29 10 1 25 0 9 0 28328025 888942592 40174 996147200 134512640 134550932 4294955968 18446744073709551615 4127293437 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4181/tid=4184] ppid=4179 vsize=868108 CPUtime=1.75
/proc/4181/task/4184/stat : 4184 (java) S 4179 4181 1718 0 -1 64 34771 733 0 0 150 14 10 1 16 0 9 0 28328027 888942592 40174 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4181/tid=4185] ppid=4179 vsize=868108 CPUtime=0.11
/proc/4181/task/4185/stat : 4185 (java) S 4179 4181 1718 0 -1 64 21 733 0 0 0 0 10 1 16 0 9 0 28328027 888942592 40174 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4181/tid=4186] ppid=4179 vsize=868108 CPUtime=0.11
/proc/4181/task/4186/stat : 4186 (java) S 4179 4181 1718 0 -1 64 24 733 0 0 0 0 10 1 15 0 9 0 28328027 888942592 40174 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4181/tid=4187] ppid=4179 vsize=868108 CPUtime=0.11
/proc/4181/task/4187/stat : 4187 (java) S 4179 4181 1718 0 -1 64 2 733 0 0 0 0 10 1 18 0 9 0 28328029 888942592 40174 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4181/tid=4188] ppid=4179 vsize=868108 CPUtime=0.55
/proc/4181/task/4188/stat : 4188 (java) S 4179 4181 1718 0 -1 64 1000 733 0 0 43 1 10 1 16 0 9 0 28328029 888942592 40174 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4181/tid=4189] ppid=4179 vsize=868108 CPUtime=0.11
/proc/4181/task/4189/stat : 4189 (java) S 4179 4181 1718 0 -1 64 0 733 0 0 0 0 10 1 19 0 9 0 28328029 888942592 40174 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4181/tid=4190] ppid=4179 vsize=868108 CPUtime=0.11
/proc/4181/task/4190/stat : 4190 (java) S 4179 4181 1718 0 -1 64 12 733 0 0 0 0 10 1 15 0 9 0 28328029 888942592 40174 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1646.66
Current children cumulated vsize (KiB) 868108

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 4237
/proc/meminfo: memFree=1630392/2055920 swapFree=4192812/4192956
[pid=4181] ppid=4179 vsize=868108 CPUtime=1706.5
/proc/4181/stat : 4181 (java) S 4179 4181 1718 0 -1 0 66622 733 1 0 170591 48 10 1 18 0 9 0 28328024 888942592 40174 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4181/statm: 217027 40174 2662 9 0 211463 0
[pid=4181/tid=4182] ppid=4179 vsize=868108 CPUtime=1704.33
/proc/4181/task/4182/stat : 4182 (java) R 4179 4181 1718 0 -1 64 29985 733 1 0 170392 30 10 1 25 0 9 0 28328025 888942592 40174 996147200 134512640 134550932 4294955968 18446744073709551615 4127302725 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4181/tid=4184] ppid=4179 vsize=868108 CPUtime=1.8
/proc/4181/task/4184/stat : 4184 (java) S 4179 4181 1718 0 -1 64 34771 733 0 0 155 14 10 1 16 0 9 0 28328027 888942592 40174 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4181/tid=4185] ppid=4179 vsize=868108 CPUtime=0.11
/proc/4181/task/4185/stat : 4185 (java) S 4179 4181 1718 0 -1 64 21 733 0 0 0 0 10 1 16 0 9 0 28328027 888942592 40174 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4181/tid=4186] ppid=4179 vsize=868108 CPUtime=0.11
/proc/4181/task/4186/stat : 4186 (java) S 4179 4181 1718 0 -1 64 24 733 0 0 0 0 10 1 15 0 9 0 28328027 888942592 40174 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4181/tid=4187] ppid=4179 vsize=868108 CPUtime=0.11
/proc/4181/task/4187/stat : 4187 (java) S 4179 4181 1718 0 -1 64 2 733 0 0 0 0 10 1 18 0 9 0 28328029 888942592 40174 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4181/tid=4188] ppid=4179 vsize=868108 CPUtime=0.55
/proc/4181/task/4188/stat : 4188 (java) S 4179 4181 1718 0 -1 64 1000 733 0 0 43 1 10 1 16 0 9 0 28328029 888942592 40174 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4181/tid=4189] ppid=4179 vsize=868108 CPUtime=0.11
/proc/4181/task/4189/stat : 4189 (java) S 4179 4181 1718 0 -1 64 0 733 0 0 0 0 10 1 19 0 9 0 28328029 888942592 40174 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4181/tid=4190] ppid=4179 vsize=868108 CPUtime=0.11
/proc/4181/task/4190/stat : 4190 (java) S 4179 4181 1718 0 -1 64 12 733 0 0 0 0 10 1 15 0 9 0 28328029 888942592 40174 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1706.5
Current children cumulated vsize (KiB) 868108

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 4237
/proc/meminfo: memFree=1630264/2055920 swapFree=4192812/4192956
[pid=4181] ppid=4179 vsize=868108 CPUtime=1766.48
/proc/4181/stat : 4181 (java) S 4179 4181 1718 0 -1 0 66647 733 1 0 176589 48 10 1 18 0 9 0 28328024 888942592 40174 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4181/statm: 217027 40174 2662 9 0 211463 0
[pid=4181/tid=4182] ppid=4179 vsize=868108 CPUtime=1764.24
/proc/4181/task/4182/stat : 4182 (java) R 4179 4181 1718 0 -1 64 30010 733 1 0 176383 30 10 1 25 0 9 0 28328025 888942592 40174 996147200 134512640 134550932 4294955968 18446744073709551615 4126917927 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4181/tid=4184] ppid=4179 vsize=868108 CPUtime=1.86
/proc/4181/task/4184/stat : 4184 (java) S 4179 4181 1718 0 -1 64 34771 733 0 0 161 14 10 1 17 0 9 0 28328027 888942592 40174 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4181/tid=4185] ppid=4179 vsize=868108 CPUtime=0.11
/proc/4181/task/4185/stat : 4185 (java) S 4179 4181 1718 0 -1 64 21 733 0 0 0 0 10 1 16 0 9 0 28328027 888942592 40174 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4181/tid=4186] ppid=4179 vsize=868108 CPUtime=0.11
/proc/4181/task/4186/stat : 4186 (java) S 4179 4181 1718 0 -1 64 24 733 0 0 0 0 10 1 15 0 9 0 28328027 888942592 40174 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4181/tid=4187] ppid=4179 vsize=868108 CPUtime=0.11
/proc/4181/task/4187/stat : 4187 (java) S 4179 4181 1718 0 -1 64 2 733 0 0 0 0 10 1 18 0 9 0 28328029 888942592 40174 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4181/tid=4188] ppid=4179 vsize=868108 CPUtime=0.55
/proc/4181/task/4188/stat : 4188 (java) S 4179 4181 1718 0 -1 64 1000 733 0 0 43 1 10 1 16 0 9 0 28328029 888942592 40174 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4181/tid=4189] ppid=4179 vsize=868108 CPUtime=0.11
/proc/4181/task/4189/stat : 4189 (java) S 4179 4181 1718 0 -1 64 0 733 0 0 0 0 10 1 19 0 9 0 28328029 888942592 40174 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4181/tid=4190] ppid=4179 vsize=868108 CPUtime=0.11
/proc/4181/task/4190/stat : 4190 (java) S 4179 4181 1718 0 -1 64 12 733 0 0 0 0 10 1 15 0 9 0 28328029 888942592 40174 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1766.48
Current children cumulated vsize (KiB) 868108



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 4237
/proc/meminfo: memFree=1630264/2055920 swapFree=4192812/4192956
[pid=4181] ppid=4179 vsize=868108 CPUtime=1800.07
/proc/4181/stat : 4181 (java) S 4179 4181 1718 0 -1 0 66660 733 1 0 179948 48 10 1 18 0 9 0 28328024 888942592 40174 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4181/statm: 217027 40174 2662 9 0 211463 0
[pid=4181/tid=4182] ppid=4179 vsize=868108 CPUtime=1797.8
/proc/4181/task/4182/stat : 4182 (java) R 4179 4181 1718 0 -1 64 30023 733 1 0 179739 30 10 1 25 0 9 0 28328025 888942592 40174 996147200 134512640 134550932 4294955968 18446744073709551615 4127272253 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4181/tid=4184] ppid=4179 vsize=868108 CPUtime=1.9
/proc/4181/task/4184/stat : 4184 (java) S 4179 4181 1718 0 -1 64 34771 733 0 0 165 14 10 1 16 0 9 0 28328027 888942592 40174 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4181/tid=4185] ppid=4179 vsize=868108 CPUtime=0.11
/proc/4181/task/4185/stat : 4185 (java) S 4179 4181 1718 0 -1 64 21 733 0 0 0 0 10 1 16 0 9 0 28328027 888942592 40174 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4181/tid=4186] ppid=4179 vsize=868108 CPUtime=0.11
/proc/4181/task/4186/stat : 4186 (java) S 4179 4181 1718 0 -1 64 24 733 0 0 0 0 10 1 15 0 9 0 28328027 888942592 40174 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4181/tid=4187] ppid=4179 vsize=868108 CPUtime=0.11
/proc/4181/task/4187/stat : 4187 (java) S 4179 4181 1718 0 -1 64 2 733 0 0 0 0 10 1 18 0 9 0 28328029 888942592 40174 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4181/tid=4188] ppid=4179 vsize=868108 CPUtime=0.55
/proc/4181/task/4188/stat : 4188 (java) S 4179 4181 1718 0 -1 64 1000 733 0 0 43 1 10 1 16 0 9 0 28328029 888942592 40174 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4181/tid=4189] ppid=4179 vsize=868108 CPUtime=0.11
/proc/4181/task/4189/stat : 4189 (java) S 4179 4181 1718 0 -1 64 0 733 0 0 0 0 10 1 19 0 9 0 28328029 888942592 40174 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4181/tid=4190] ppid=4179 vsize=868108 CPUtime=0.11
/proc/4181/task/4190/stat : 4190 (java) S 4179 4181 1718 0 -1 64 12 733 0 0 0 0 10 1 15 0 9 0 28328029 888942592 40174 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 868108

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

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

[startup+1815.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 4237
/proc/meminfo: memFree=1630264/2055920 swapFree=4192812/4192956
[pid=4181] ppid=4179 vsize=868108 CPUtime=1800.07
/proc/4181/stat : 4181 (java) S 4179 4181 1718 0 -1 0 66660 733 1 0 179948 48 10 1 18 0 9 0 28328024 888942592 40174 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4181/statm: 217027 40174 2662 9 0 211463 0
[pid=4181/tid=4182] ppid=4179 vsize=868108 CPUtime=1797.8
/proc/4181/task/4182/stat : 4182 (java) R 4179 4181 1718 0 -1 64 30023 733 1 0 179739 30 10 1 25 0 9 0 28328025 888942592 40174 996147200 134512640 134550932 4294955968 18446744073709551615 4127272253 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4181/tid=4184] ppid=4179 vsize=868108 CPUtime=1.9
/proc/4181/task/4184/stat : 4184 (java) S 4179 4181 1718 0 -1 64 34771 733 0 0 165 14 10 1 16 0 9 0 28328027 888942592 40174 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4181/tid=4185] ppid=4179 vsize=868108 CPUtime=0.11
/proc/4181/task/4185/stat : 4185 (java) S 4179 4181 1718 0 -1 64 21 733 0 0 0 0 10 1 16 0 9 0 28328027 888942592 40174 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4181/tid=4186] ppid=4179 vsize=868108 CPUtime=0.11
/proc/4181/task/4186/stat : 4186 (java) S 4179 4181 1718 0 -1 64 24 733 0 0 0 0 10 1 15 0 9 0 28328027 888942592 40174 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4181/tid=4187] ppid=4179 vsize=868108 CPUtime=0.11
/proc/4181/task/4187/stat : 4187 (java) S 4179 4181 1718 0 -1 64 2 733 0 0 0 0 10 1 18 0 9 0 28328029 888942592 40174 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4181/tid=4188] ppid=4179 vsize=868108 CPUtime=0.55
/proc/4181/task/4188/stat : 4188 (java) S 4179 4181 1718 0 -1 64 1000 733 0 0 43 1 10 1 16 0 9 0 28328029 888942592 40174 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4181/tid=4189] ppid=4179 vsize=868108 CPUtime=0.11
/proc/4181/task/4189/stat : 4189 (java) S 4179 4181 1718 0 -1 64 0 733 0 0 0 0 10 1 19 0 9 0 28328029 888942592 40174 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4181/tid=4190] ppid=4179 vsize=868108 CPUtime=0.11
/proc/4181/task/4190/stat : 4190 (java) S 4179 4181 1718 0 -1 64 12 733 0 0 0 0 10 1 15 0 9 0 28328029 888942592 40174 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 868108

Child status: 143
Real time (s): 1815.97
CPU time (s): 1800.17
CPU user time (s): 1799.64
CPU system time (s): 0.529919
CPU usage (%): 99.1295
Max. virtual memory (cumulated for all children) (KiB): 868108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.64
system time used= 0.529919
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67424
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= 42242
involuntary context switches= 88125

runsolver used 2.6036 second user time and 5.66914 second system time

The end

Launcher Data

Begin job on node44 at 2009-07-12 17:30:41
IDJOB=2097490
IDBENCH=57448
IDSOLVER=774
FILE ID=node44/2097490-1247412641
PBS_JOBID= 9510555
Free space on /tmp= 66384 MiB

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

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

MD5SUM BENCH= 32c080069cd6a9f51c8c0a6f1b619a56
RANDOM SEED=1748801234

node44.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.219
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.219
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:       1697312 kB
Buffers:         44252 kB
Cached:         113236 kB
SwapCached:          0 kB
Active:         238596 kB
Inactive:        67060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1697312 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3256 kB
Writeback:           0 kB
Mapped:         168664 kB
Slab:            37908 kB
Committed_AS:  1053472 kB
PageTables:       2036 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= 66384 MiB
End job on node44 at 2009-07-12 18:00:59