Trace number 2093814

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.06 1807.74

General information on the benchmark

Namecsp/latinSquare/
normalized-latinSquare-dg-12_all.xml
MD5SUM535246887d226e6be0539abc12ce8eb5
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.65975
Satisfiable
(Un)Satisfiability was proved
Number of variables144
Number of constraints48
Maximum constraint arity12
Maximum domain size12
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)alldifferent(48)

Solver Data

0.03/0.09	
0.03/0.09	Abscon 112 (May, 2008)
0.18/0.25	
0.18/0.25	   configuration
0.18/0.25	     name=esac.xml
0.18/0.28	   
0.18/0.28	   instance
0.18/0.28	     name=HOME/instance-2093814-1247402213.xml
0.28/0.32	   
0.28/0.32	   domains being loaded...
0.28/0.33	   
0.28/0.33	   variables being loaded...
0.28/0.37	     nbVariables=144  nbDomainTypes=1  minDomainSize=12  maxDomainSize=12  nbTotalValues=1728
0.28/0.37	       =>  wckTime=0.125  cpuTime=0.1  mem=7M892
0.28/0.38	   
0.28/0.38	   constraints being loaded...
20.44/20.64	     nbConstraints=50  nbGlobalConstraints=50  nbSharedBinaryRepresentations=0  minDegree=5  maxDegree=6  minArity=12
20.44/20.64	     avgArity=16.8  maxArity=144  nbGenerators=2  nbFusions=0  symmetryWckTime=20.213  symmetryCpuTime=0.05
20.44/20.64	       =>  wckTime=20.388  cpuTime=0.18  mem=12M788
20.44/20.68	   
20.44/20.68	   solver IterativeSystematicSolver being built... 
20.54/20.75	   
20.54/20.75	   INFO : Forward propagation technique limited 
20.64/20.84	       =>  wckTime=20.586  cpuTime=0.31  mem=19M714
20.75/20.92	   
20.75/20.92	   preprocessing
20.75/20.92	     nbConstraintChecks=0  nbPropagations=4839  nbRevisions=0  nbUselessRevisions=0  nbSingletonTests=177
20.75/20.92	     nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0  detectedInconsistency=no
20.75/20.92	       =>  wckTime=0.075  cpuTime=0.04  mem=20M722
20.84/21.03	   
20.84/21.03	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=21M730)

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.01 1.56 4/80 30287
/proc/meminfo: memFree=1646244/2055920 swapFree=4192812/4192956
[pid=30287] ppid=30285 vsize=18576 CPUtime=0
/proc/30287/stat : 30287 (runsolver) R 30285 30287 29977 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 27285989 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 256364834087 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/30287/statm: 4644 284 249 26 0 2626 0

[startup+0.044931 s]
/proc/loadavg: 2.00 2.01 1.56 4/80 30287
/proc/meminfo: memFree=1646244/2055920 swapFree=4192812/4192956
[pid=30287] ppid=30285 vsize=861936 CPUtime=0.03
/proc/30287/stat : 30287 (java) S 30285 30287 29977 0 -1 0 2293 0 1 0 2 1 0 0 20 0 5 0 27285989 882622464 1893 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/30287/statm: 215484 1893 865 9 0 210399 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 861936

[startup+0.101935 s]
/proc/loadavg: 2.00 2.01 1.56 4/80 30287
/proc/meminfo: memFree=1646244/2055920 swapFree=4192812/4192956
[pid=30287] ppid=30285 vsize=865980 CPUtime=0.08
/proc/30287/stat : 30287 (java) S 30285 30287 29977 0 -1 0 3733 0 1 0 6 2 0 0 20 0 9 0 27285989 886763520 3201 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30287/statm: 216495 3201 1700 9 0 210980 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865980

[startup+0.301958 s]
/proc/loadavg: 2.00 2.01 1.56 4/80 30287
/proc/meminfo: memFree=1646244/2055920 swapFree=4192812/4192956
[pid=30287] ppid=30285 vsize=866380 CPUtime=0.28
/proc/30287/stat : 30287 (java) S 30285 30287 29977 0 -1 0 5948 0 1 0 24 4 0 0 20 0 9 0 27285989 887173120 5314 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30287/statm: 216595 5314 1983 9 0 211053 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.701992 s]
/proc/loadavg: 2.00 2.01 1.56 4/80 30287
/proc/meminfo: memFree=1646244/2055920 swapFree=4192812/4192956
[pid=30287] ppid=30285 vsize=866948 CPUtime=0.43
/proc/30287/stat : 30287 (java) S 30285 30287 29977 0 -1 0 7271 0 1 0 38 5 0 0 20 0 10 0 27285989 887754752 6492 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30287/statm: 216737 6492 2014 9 0 211195 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 866948

[startup+1.50207 s]
/proc/loadavg: 2.00 2.01 1.56 3/91 30298
/proc/meminfo: memFree=1627788/2055920 swapFree=4192812/4192956
[pid=30287] ppid=30285 vsize=866948 CPUtime=0.43
/proc/30287/stat : 30287 (java) S 30285 30287 29977 0 -1 0 7327 0 1 0 38 5 0 0 20 0 10 0 27285989 887754752 6493 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30287/statm: 216737 6493 2015 9 0 211195 0
[pid=30298] ppid=30287 vsize=1456 CPUtime=1.03
/proc/30298/stat : 30298 (saucy) R 30287 30287 29977 0 -1 4194304 170 0 0 0 103 0 0 0 25 0 1 0 27286034 1490944 141 996147200 134512640 134531332 4294956000 18446744073709551615 134527965 0 4 0 0 0 0 0 17 0 0 0
/proc/30298/statm: 364 141 104 4 0 40 0
[pid=30287/tid=30289] ppid=30285 vsize=866948 CPUtime=0.33
/proc/30287/task/30289/stat : 30289 (java) S 30285 30287 29977 0 -1 64 6164 0 1 0 29 4 0 0 24 0 10 0 27285991 887754752 6493 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=30287/tid=30290] ppid=30285 vsize=866948 CPUtime=0
/proc/30287/task/30290/stat : 30290 (java) S 30285 30287 29977 0 -1 64 58 0 0 0 0 0 0 0 16 0 10 0 27285992 887754752 6493 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30287/tid=30291] ppid=30285 vsize=866948 CPUtime=0
/proc/30287/task/30291/stat : 30291 (java) S 30285 30287 29977 0 -1 64 11 0 0 0 0 0 0 0 23 0 10 0 27285992 887754752 6493 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30287/tid=30292] ppid=30285 vsize=866948 CPUtime=0
/proc/30287/task/30292/stat : 30292 (java) S 30285 30287 29977 0 -1 64 4 0 0 0 0 0 0 0 24 0 10 0 27285992 887754752 6493 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30287/tid=30293] ppid=30285 vsize=866948 CPUtime=0
/proc/30287/task/30293/stat : 30293 (java) S 30285 30287 29977 0 -1 64 2 0 0 0 0 0 0 0 25 0 10 0 27285995 887754752 6493 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30287/tid=30294] ppid=30285 vsize=866948 CPUtime=0.07
/proc/30287/task/30294/stat : 30294 (java) S 30285 30287 29977 0 -1 64 340 0 0 0 7 0 0 0 16 0 10 0 27285995 887754752 6493 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30287/tid=30295] ppid=30285 vsize=866948 CPUtime=0
/proc/30287/task/30295/stat : 30295 (java) S 30285 30287 29977 0 -1 64 0 0 0 0 0 0 0 0 25 0 10 0 27285995 887754752 6493 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30287/tid=30296] ppid=30285 vsize=866948 CPUtime=0
/proc/30287/task/30296/stat : 30296 (java) S 30285 30287 29977 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 27285995 887754752 6493 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30287/tid=30297] ppid=30285 vsize=866948 CPUtime=0
/proc/30287/task/30297/stat : 30297 (java) S 30285 30287 29977 0 -1 64 64 0 0 0 0 0 0 0 24 0 10 0 27286034 887754752 6493 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 868404

[startup+3.10224 s]
/proc/loadavg: 2.00 2.01 1.56 3/91 30298
/proc/meminfo: memFree=1627596/2055920 swapFree=4192812/4192956
[pid=30287] ppid=30285 vsize=866948 CPUtime=0.43
/proc/30287/stat : 30287 (java) S 30285 30287 29977 0 -1 0 7327 0 1 0 38 5 0 0 20 0 10 0 27285989 887754752 6493 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30287/statm: 216737 6493 2015 9 0 211195 0
[pid=30298] ppid=30287 vsize=1456 CPUtime=2.63
/proc/30298/stat : 30298 (saucy) R 30287 30287 29977 0 -1 4194304 170 0 0 0 263 0 0 0 25 0 1 0 27286034 1490944 141 996147200 134512640 134531332 4294956000 18446744073709551615 134520997 0 4 0 0 0 0 0 17 0 0 0
/proc/30298/statm: 364 141 104 4 0 40 0
[pid=30287/tid=30289] ppid=30285 vsize=866948 CPUtime=0.33
/proc/30287/task/30289/stat : 30289 (java) S 30285 30287 29977 0 -1 64 6164 0 1 0 29 4 0 0 24 0 10 0 27285991 887754752 6493 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=30287/tid=30290] ppid=30285 vsize=866948 CPUtime=0
/proc/30287/task/30290/stat : 30290 (java) S 30285 30287 29977 0 -1 64 58 0 0 0 0 0 0 0 16 0 10 0 27285992 887754752 6493 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30287/tid=30291] ppid=30285 vsize=866948 CPUtime=0
/proc/30287/task/30291/stat : 30291 (java) S 30285 30287 29977 0 -1 64 11 0 0 0 0 0 0 0 23 0 10 0 27285992 887754752 6493 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30287/tid=30292] ppid=30285 vsize=866948 CPUtime=0
/proc/30287/task/30292/stat : 30292 (java) S 30285 30287 29977 0 -1 64 4 0 0 0 0 0 0 0 24 0 10 0 27285992 887754752 6493 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30287/tid=30293] ppid=30285 vsize=866948 CPUtime=0
/proc/30287/task/30293/stat : 30293 (java) S 30285 30287 29977 0 -1 64 2 0 0 0 0 0 0 0 25 0 10 0 27285995 887754752 6493 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30287/tid=30294] ppid=30285 vsize=866948 CPUtime=0.07
/proc/30287/task/30294/stat : 30294 (java) S 30285 30287 29977 0 -1 64 340 0 0 0 7 0 0 0 16 0 10 0 27285995 887754752 6493 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30287/tid=30295] ppid=30285 vsize=866948 CPUtime=0
/proc/30287/task/30295/stat : 30295 (java) S 30285 30287 29977 0 -1 64 0 0 0 0 0 0 0 0 25 0 10 0 27285995 887754752 6493 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30287/tid=30296] ppid=30285 vsize=866948 CPUtime=0
/proc/30287/task/30296/stat : 30296 (java) S 30285 30287 29977 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 27285995 887754752 6493 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30287/tid=30297] ppid=30285 vsize=866948 CPUtime=0
/proc/30287/task/30297/stat : 30297 (java) S 30285 30287 29977 0 -1 64 64 0 0 0 0 0 0 0 24 0 10 0 27286034 887754752 6493 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 868404

[startup+6.30157 s]
/proc/loadavg: 2.00 2.01 1.56 3/91 30298
/proc/meminfo: memFree=1627404/2055920 swapFree=4192812/4192956
[pid=30287] ppid=30285 vsize=866948 CPUtime=0.43
/proc/30287/stat : 30287 (java) S 30285 30287 29977 0 -1 0 7855 0 1 0 38 5 0 0 20 0 10 0 27285989 887754752 6493 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30287/statm: 216737 6493 2015 9 0 211195 0
[pid=30298] ppid=30287 vsize=1456 CPUtime=5.78
/proc/30298/stat : 30298 (saucy) R 30287 30287 29977 0 -1 4194304 170 0 0 0 578 0 0 0 25 0 1 0 27286034 1490944 141 996147200 134512640 134531332 4294956000 18446744073709551615 134522788 0 4 0 0 0 0 0 17 0 0 0
/proc/30298/statm: 364 141 104 4 0 40 0
[pid=30287/tid=30289] ppid=30285 vsize=866948 CPUtime=0.33
/proc/30287/task/30289/stat : 30289 (java) S 30285 30287 29977 0 -1 64 6164 0 1 0 29 4 0 0 24 0 10 0 27285991 887754752 6493 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=30287/tid=30290] ppid=30285 vsize=866948 CPUtime=0
/proc/30287/task/30290/stat : 30290 (java) S 30285 30287 29977 0 -1 64 569 0 0 0 0 0 0 0 16 0 10 0 27285992 887754752 6493 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30287/tid=30291] ppid=30285 vsize=866948 CPUtime=0
/proc/30287/task/30291/stat : 30291 (java) S 30285 30287 29977 0 -1 64 11 0 0 0 0 0 0 0 23 0 10 0 27285992 887754752 6493 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30287/tid=30292] ppid=30285 vsize=866948 CPUtime=0
/proc/30287/task/30292/stat : 30292 (java) S 30285 30287 29977 0 -1 64 4 0 0 0 0 0 0 0 24 0 10 0 27285992 887754752 6493 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30287/tid=30293] ppid=30285 vsize=866948 CPUtime=0
/proc/30287/task/30293/stat : 30293 (java) S 30285 30287 29977 0 -1 64 2 0 0 0 0 0 0 0 25 0 10 0 27285995 887754752 6493 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30287/tid=30294] ppid=30285 vsize=866948 CPUtime=0.07
/proc/30287/task/30294/stat : 30294 (java) S 30285 30287 29977 0 -1 64 340 0 0 0 7 0 0 0 16 0 10 0 27285995 887754752 6493 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30287/tid=30295] ppid=30285 vsize=866948 CPUtime=0
/proc/30287/task/30295/stat : 30295 (java) S 30285 30287 29977 0 -1 64 0 0 0 0 0 0 0 0 25 0 10 0 27285995 887754752 6493 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30287/tid=30296] ppid=30285 vsize=866948 CPUtime=0
/proc/30287/task/30296/stat : 30296 (java) S 30285 30287 29977 0 -1 64 23 0 0 0 0 0 0 0 15 0 10 0 27285995 887754752 6493 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30287/tid=30297] ppid=30285 vsize=866948 CPUtime=0
/proc/30287/task/30297/stat : 30297 (java) S 30285 30287 29977 0 -1 64 64 0 0 0 0 0 0 0 24 0 10 0 27286034 887754752 6493 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 868404

[startup+12.7022 s]
/proc/loadavg: 2.00 2.01 1.56 3/91 30298
/proc/meminfo: memFree=1627084/2055920 swapFree=4192812/4192956
[pid=30287] ppid=30285 vsize=866948 CPUtime=0.43
/proc/30287/stat : 30287 (java) S 30285 30287 29977 0 -1 0 7855 0 1 0 38 5 0 0 20 0 10 0 27285989 887754752 6493 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30287/statm: 216737 6493 2015 9 0 211195 0
[pid=30298] ppid=30287 vsize=1456 CPUtime=12.15
/proc/30298/stat : 30298 (saucy) R 30287 30287 29977 0 -1 4194304 170 0 0 0 1214 1 0 0 25 0 1 0 27286034 1490944 141 996147200 134512640 134531332 4294956000 18446744073709551615 134523316 0 4 0 0 0 0 0 17 0 0 0
/proc/30298/statm: 364 141 104 4 0 40 0
[pid=30287/tid=30289] ppid=30285 vsize=866948 CPUtime=0.33
/proc/30287/task/30289/stat : 30289 (java) S 30285 30287 29977 0 -1 64 6164 0 1 0 29 4 0 0 24 0 10 0 27285991 887754752 6493 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=30287/tid=30290] ppid=30285 vsize=866948 CPUtime=0
/proc/30287/task/30290/stat : 30290 (java) S 30285 30287 29977 0 -1 64 569 0 0 0 0 0 0 0 16 0 10 0 27285992 887754752 6493 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30287/tid=30291] ppid=30285 vsize=866948 CPUtime=0
/proc/30287/task/30291/stat : 30291 (java) S 30285 30287 29977 0 -1 64 11 0 0 0 0 0 0 0 23 0 10 0 27285992 887754752 6493 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30287/tid=30292] ppid=30285 vsize=866948 CPUtime=0
/proc/30287/task/30292/stat : 30292 (java) S 30285 30287 29977 0 -1 64 4 0 0 0 0 0 0 0 24 0 10 0 27285992 887754752 6493 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30287/tid=30293] ppid=30285 vsize=866948 CPUtime=0
/proc/30287/task/30293/stat : 30293 (java) S 30285 30287 29977 0 -1 64 2 0 0 0 0 0 0 0 25 0 10 0 27285995 887754752 6493 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30287/tid=30294] ppid=30285 vsize=866948 CPUtime=0.07
/proc/30287/task/30294/stat : 30294 (java) S 30285 30287 29977 0 -1 64 340 0 0 0 7 0 0 0 16 0 10 0 27285995 887754752 6493 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30287/tid=30295] ppid=30285 vsize=866948 CPUtime=0
/proc/30287/task/30295/stat : 30295 (java) S 30285 30287 29977 0 -1 64 0 0 0 0 0 0 0 0 25 0 10 0 27285995 887754752 6493 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30287/tid=30296] ppid=30285 vsize=866948 CPUtime=0
/proc/30287/task/30296/stat : 30296 (java) S 30285 30287 29977 0 -1 64 23 0 0 0 0 0 0 0 15 0 10 0 27285995 887754752 6493 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30287/tid=30297] ppid=30285 vsize=866948 CPUtime=0
/proc/30287/task/30297/stat : 30297 (java) S 30285 30287 29977 0 -1 64 64 0 0 0 0 0 0 0 24 0 10 0 27286034 887754752 6493 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 868404

[startup+25.5016 s]
/proc/loadavg: 2.00 2.01 1.57 3/89 30300
/proc/meminfo: memFree=1613964/2055920 swapFree=4192812/4192956
[pid=30287] ppid=30285 vsize=867036 CPUtime=25.33
/proc/30287/stat : 30287 (java) S 30285 30287 29977 0 -1 0 15666 297 1 0 523 9 1999 2 20 0 9 0 27285989 887844864 10464 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30287/statm: 216759 10464 2655 9 0 211195 0
[pid=30287/tid=30289] ppid=30285 vsize=867036 CPUtime=25.05
/proc/30287/task/30289/stat : 30289 (java) R 30285 30287 29977 0 -1 64 11528 297 1 0 498 6 1999 2 25 0 9 0 27285991 887844864 10464 996147200 134512640 134550932 4294955968 18446744073709551615 4126756894 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30287/tid=30290] ppid=30285 vsize=867036 CPUtime=20.04
/proc/30287/task/30290/stat : 30290 (java) S 30285 30287 29977 0 -1 64 2721 297 0 0 3 0 1999 2 17 0 9 0 27285992 887844864 10464 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30287/tid=30291] ppid=30285 vsize=867036 CPUtime=20.01
/proc/30287/task/30291/stat : 30291 (java) S 30285 30287 29977 0 -1 64 19 297 0 0 0 0 1999 2 16 0 9 0 27285992 887844864 10464 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30287/tid=30292] ppid=30285 vsize=867036 CPUtime=20.01
/proc/30287/task/30292/stat : 30292 (java) S 30285 30287 29977 0 -1 64 9 297 0 0 0 0 1999 2 16 0 9 0 27285992 887844864 10464 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30287/tid=30293] ppid=30285 vsize=867036 CPUtime=20.01
/proc/30287/task/30293/stat : 30293 (java) S 30285 30287 29977 0 -1 64 2 297 0 0 0 0 1999 2 25 0 9 0 27285995 887844864 10464 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30287/tid=30294] ppid=30285 vsize=867036 CPUtime=20.21
/proc/30287/task/30294/stat : 30294 (java) S 30285 30287 29977 0 -1 64 563 297 0 0 20 0 1999 2 15 0 9 0 27285995 887844864 10464 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30287/tid=30295] ppid=30285 vsize=867036 CPUtime=20.01
/proc/30287/task/30295/stat : 30295 (java) S 30285 30287 29977 0 -1 64 0 297 0 0 0 0 1999 2 25 0 9 0 27285995 887844864 10464 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30287/tid=30296] ppid=30285 vsize=867036 CPUtime=20.01
/proc/30287/task/30296/stat : 30296 (java) S 30285 30287 29977 0 -1 64 27 297 0 0 0 0 1999 2 15 0 9 0 27285995 887844864 10464 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 867036


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

/proc/30287/task/30292/stat : 30292 (java) S 30285 30287 29977 0 -1 64 9 297 0 0 0 0 1999 2 16 0 9 0 27285992 887844864 10481 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30287/tid=30293] ppid=30285 vsize=867036 CPUtime=20.01
/proc/30287/task/30293/stat : 30293 (java) S 30285 30287 29977 0 -1 64 2 297 0 0 0 0 1999 2 25 0 9 0 27285995 887844864 10481 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30287/tid=30294] ppid=30285 vsize=867036 CPUtime=20.21
/proc/30287/task/30294/stat : 30294 (java) S 30285 30287 29977 0 -1 64 564 297 0 0 20 0 1999 2 16 0 9 0 27285995 887844864 10481 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30287/tid=30295] ppid=30285 vsize=867036 CPUtime=20.01
/proc/30287/task/30295/stat : 30295 (java) S 30285 30287 29977 0 -1 64 0 297 0 0 0 0 1999 2 25 0 9 0 27285995 887844864 10481 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30287/tid=30296] ppid=30285 vsize=867036 CPUtime=20.01
/proc/30287/task/30296/stat : 30296 (java) S 30285 30287 29977 0 -1 64 27 297 0 0 0 0 1999 2 15 0 9 0 27285995 887844864 10481 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1535.66
Current children cumulated vsize (KiB) 867036

[startup+1602.3 s]
/proc/loadavg: 2.06 2.02 1.90 3/89 30427
/proc/meminfo: memFree=1487812/2055920 swapFree=4192812/4192956
[pid=30287] ppid=30285 vsize=867036 CPUtime=1595.4
/proc/30287/stat : 30287 (java) S 30285 30287 29977 0 -1 0 15685 297 1 0 157527 12 1999 2 20 0 9 0 27285989 887844864 10481 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30287/statm: 216759 10481 2655 9 0 211195 0
[pid=30287/tid=30289] ppid=30285 vsize=867036 CPUtime=1595.13
/proc/30287/task/30289/stat : 30289 (java) R 30285 30287 29977 0 -1 64 11546 297 1 0 157503 9 1999 2 25 0 9 0 27285991 887844864 10481 996147200 134512640 134550932 4294955968 18446744073709551615 4126789372 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30287/tid=30290] ppid=30285 vsize=867036 CPUtime=20.04
/proc/30287/task/30290/stat : 30290 (java) S 30285 30287 29977 0 -1 64 2721 297 0 0 3 0 1999 2 16 0 9 0 27285992 887844864 10481 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30287/tid=30291] ppid=30285 vsize=867036 CPUtime=20.01
/proc/30287/task/30291/stat : 30291 (java) S 30285 30287 29977 0 -1 64 19 297 0 0 0 0 1999 2 16 0 9 0 27285992 887844864 10481 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30287/tid=30292] ppid=30285 vsize=867036 CPUtime=20.01
/proc/30287/task/30292/stat : 30292 (java) S 30285 30287 29977 0 -1 64 9 297 0 0 0 0 1999 2 16 0 9 0 27285992 887844864 10481 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30287/tid=30293] ppid=30285 vsize=867036 CPUtime=20.01
/proc/30287/task/30293/stat : 30293 (java) S 30285 30287 29977 0 -1 64 2 297 0 0 0 0 1999 2 25 0 9 0 27285995 887844864 10481 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30287/tid=30294] ppid=30285 vsize=867036 CPUtime=20.21
/proc/30287/task/30294/stat : 30294 (java) S 30285 30287 29977 0 -1 64 564 297 0 0 20 0 1999 2 16 0 9 0 27285995 887844864 10481 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30287/tid=30295] ppid=30285 vsize=867036 CPUtime=20.01
/proc/30287/task/30295/stat : 30295 (java) S 30285 30287 29977 0 -1 64 0 297 0 0 0 0 1999 2 25 0 9 0 27285995 887844864 10481 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30287/tid=30296] ppid=30285 vsize=867036 CPUtime=20.01
/proc/30287/task/30296/stat : 30296 (java) S 30285 30287 29977 0 -1 64 27 297 0 0 0 0 1999 2 15 0 9 0 27285995 887844864 10481 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1595.4
Current children cumulated vsize (KiB) 867036

[startup+1662.31 s]
/proc/loadavg: 2.02 2.01 1.90 3/89 30466
/proc/meminfo: memFree=1487612/2055920 swapFree=4192812/4192956
[pid=30287] ppid=30285 vsize=867036 CPUtime=1655.11
/proc/30287/stat : 30287 (java) S 30285 30287 29977 0 -1 0 15686 297 1 0 163497 13 1999 2 20 0 9 0 27285989 887844864 10482 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30287/statm: 216759 10482 2655 9 0 211195 0
[pid=30287/tid=30289] ppid=30285 vsize=867036 CPUtime=1654.82
/proc/30287/task/30289/stat : 30289 (java) R 30285 30287 29977 0 -1 64 11547 297 1 0 163472 9 1999 2 25 0 9 0 27285991 887844864 10482 996147200 134512640 134550932 4294955968 18446744073709551615 4126755810 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30287/tid=30290] ppid=30285 vsize=867036 CPUtime=20.04
/proc/30287/task/30290/stat : 30290 (java) S 30285 30287 29977 0 -1 64 2721 297 0 0 3 0 1999 2 16 0 9 0 27285992 887844864 10482 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30287/tid=30291] ppid=30285 vsize=867036 CPUtime=20.01
/proc/30287/task/30291/stat : 30291 (java) S 30285 30287 29977 0 -1 64 19 297 0 0 0 0 1999 2 16 0 9 0 27285992 887844864 10482 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30287/tid=30292] ppid=30285 vsize=867036 CPUtime=20.01
/proc/30287/task/30292/stat : 30292 (java) S 30285 30287 29977 0 -1 64 9 297 0 0 0 0 1999 2 16 0 9 0 27285992 887844864 10482 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30287/tid=30293] ppid=30285 vsize=867036 CPUtime=20.01
/proc/30287/task/30293/stat : 30293 (java) S 30285 30287 29977 0 -1 64 2 297 0 0 0 0 1999 2 25 0 9 0 27285995 887844864 10482 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30287/tid=30294] ppid=30285 vsize=867036 CPUtime=20.22
/proc/30287/task/30294/stat : 30294 (java) S 30285 30287 29977 0 -1 64 564 297 0 0 21 0 1999 2 16 0 9 0 27285995 887844864 10482 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30287/tid=30295] ppid=30285 vsize=867036 CPUtime=20.01
/proc/30287/task/30295/stat : 30295 (java) S 30285 30287 29977 0 -1 64 0 297 0 0 0 0 1999 2 25 0 9 0 27285995 887844864 10482 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30287/tid=30296] ppid=30285 vsize=867036 CPUtime=20.02
/proc/30287/task/30296/stat : 30296 (java) S 30285 30287 29977 0 -1 64 27 297 0 0 0 1 1999 2 15 0 9 0 27285995 887844864 10482 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1655.11
Current children cumulated vsize (KiB) 867036

[startup+1722.3 s]
/proc/loadavg: 2.01 2.00 1.91 3/89 30466
/proc/meminfo: memFree=1487356/2055920 swapFree=4192812/4192956
[pid=30287] ppid=30285 vsize=867036 CPUtime=1714.86
/proc/30287/stat : 30287 (java) S 30285 30287 29977 0 -1 0 15686 297 1 0 169472 13 1999 2 20 0 9 0 27285989 887844864 10482 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30287/statm: 216759 10482 2655 9 0 211195 0
[pid=30287/tid=30289] ppid=30285 vsize=867036 CPUtime=1714.57
/proc/30287/task/30289/stat : 30289 (java) R 30285 30287 29977 0 -1 64 11547 297 1 0 169447 9 1999 2 25 0 9 0 27285991 887844864 10482 996147200 134512640 134550932 4294955968 18446744073709551615 4126760180 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30287/tid=30290] ppid=30285 vsize=867036 CPUtime=20.04
/proc/30287/task/30290/stat : 30290 (java) S 30285 30287 29977 0 -1 64 2721 297 0 0 3 0 1999 2 16 0 9 0 27285992 887844864 10482 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30287/tid=30291] ppid=30285 vsize=867036 CPUtime=20.01
/proc/30287/task/30291/stat : 30291 (java) S 30285 30287 29977 0 -1 64 19 297 0 0 0 0 1999 2 16 0 9 0 27285992 887844864 10482 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30287/tid=30292] ppid=30285 vsize=867036 CPUtime=20.01
/proc/30287/task/30292/stat : 30292 (java) S 30285 30287 29977 0 -1 64 9 297 0 0 0 0 1999 2 16 0 9 0 27285992 887844864 10482 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30287/tid=30293] ppid=30285 vsize=867036 CPUtime=20.01
/proc/30287/task/30293/stat : 30293 (java) S 30285 30287 29977 0 -1 64 2 297 0 0 0 0 1999 2 25 0 9 0 27285995 887844864 10482 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30287/tid=30294] ppid=30285 vsize=867036 CPUtime=20.22
/proc/30287/task/30294/stat : 30294 (java) S 30285 30287 29977 0 -1 64 564 297 0 0 21 0 1999 2 16 0 9 0 27285995 887844864 10482 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30287/tid=30295] ppid=30285 vsize=867036 CPUtime=20.01
/proc/30287/task/30295/stat : 30295 (java) S 30285 30287 29977 0 -1 64 0 297 0 0 0 0 1999 2 25 0 9 0 27285995 887844864 10482 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30287/tid=30296] ppid=30285 vsize=867036 CPUtime=20.02
/proc/30287/task/30296/stat : 30296 (java) S 30285 30287 29977 0 -1 64 27 297 0 0 0 1 1999 2 15 0 9 0 27285995 887844864 10482 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1714.86
Current children cumulated vsize (KiB) 867036

[startup+1782.3 s]
/proc/loadavg: 2.49 2.15 1.96 3/89 30505
/proc/meminfo: memFree=1524868/2055920 swapFree=4192812/4192956
[pid=30287] ppid=30285 vsize=867036 CPUtime=1774.62
/proc/30287/stat : 30287 (java) S 30285 30287 29977 0 -1 0 15686 297 1 0 175447 14 1999 2 20 0 9 0 27285989 887844864 10482 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30287/statm: 216759 10482 2655 9 0 211195 0
[pid=30287/tid=30289] ppid=30285 vsize=867036 CPUtime=1774.32
/proc/30287/task/30289/stat : 30289 (java) R 30285 30287 29977 0 -1 64 11547 297 1 0 175421 10 1999 2 25 0 9 0 27285991 887844864 10482 996147200 134512640 134550932 4294955968 18446744073709551615 4126095866 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30287/tid=30290] ppid=30285 vsize=867036 CPUtime=20.04
/proc/30287/task/30290/stat : 30290 (java) S 30285 30287 29977 0 -1 64 2721 297 0 0 3 0 1999 2 16 0 9 0 27285992 887844864 10482 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30287/tid=30291] ppid=30285 vsize=867036 CPUtime=20.01
/proc/30287/task/30291/stat : 30291 (java) S 30285 30287 29977 0 -1 64 19 297 0 0 0 0 1999 2 16 0 9 0 27285992 887844864 10482 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30287/tid=30292] ppid=30285 vsize=867036 CPUtime=20.01
/proc/30287/task/30292/stat : 30292 (java) S 30285 30287 29977 0 -1 64 9 297 0 0 0 0 1999 2 16 0 9 0 27285992 887844864 10482 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30287/tid=30293] ppid=30285 vsize=867036 CPUtime=20.01
/proc/30287/task/30293/stat : 30293 (java) S 30285 30287 29977 0 -1 64 2 297 0 0 0 0 1999 2 25 0 9 0 27285995 887844864 10482 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30287/tid=30294] ppid=30285 vsize=867036 CPUtime=20.22
/proc/30287/task/30294/stat : 30294 (java) S 30285 30287 29977 0 -1 64 564 297 0 0 21 0 1999 2 16 0 9 0 27285995 887844864 10482 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30287/tid=30295] ppid=30285 vsize=867036 CPUtime=20.01
/proc/30287/task/30295/stat : 30295 (java) S 30285 30287 29977 0 -1 64 0 297 0 0 0 0 1999 2 25 0 9 0 27285995 887844864 10482 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30287/tid=30296] ppid=30285 vsize=867036 CPUtime=20.02
/proc/30287/task/30296/stat : 30296 (java) S 30285 30287 29977 0 -1 64 27 297 0 0 0 1 1999 2 15 0 9 0 27285995 887844864 10482 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1774.62
Current children cumulated vsize (KiB) 867036



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.71 s]
/proc/loadavg: 2.39 2.15 1.97 3/89 30505
/proc/meminfo: memFree=1524932/2055920 swapFree=4192812/4192956
[pid=30287] ppid=30285 vsize=867036 CPUtime=1800.01
/proc/30287/stat : 30287 (java) S 30285 30287 29977 0 -1 0 15686 297 1 0 177986 14 1999 2 20 0 9 0 27285989 887844864 10482 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30287/statm: 216759 10482 2655 9 0 211195 0
[pid=30287/tid=30289] ppid=30285 vsize=867036 CPUtime=1799.72
/proc/30287/task/30289/stat : 30289 (java) R 30285 30287 29977 0 -1 64 11547 297 1 0 177961 10 1999 2 25 0 9 0 27285991 887844864 10482 996147200 134512640 134550932 4294955968 18446744073709551615 4126758072 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30287/tid=30290] ppid=30285 vsize=867036 CPUtime=20.04
/proc/30287/task/30290/stat : 30290 (java) S 30285 30287 29977 0 -1 64 2721 297 0 0 3 0 1999 2 16 0 9 0 27285992 887844864 10482 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30287/tid=30291] ppid=30285 vsize=867036 CPUtime=20.01
/proc/30287/task/30291/stat : 30291 (java) S 30285 30287 29977 0 -1 64 19 297 0 0 0 0 1999 2 16 0 9 0 27285992 887844864 10482 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30287/tid=30292] ppid=30285 vsize=867036 CPUtime=20.01
/proc/30287/task/30292/stat : 30292 (java) S 30285 30287 29977 0 -1 64 9 297 0 0 0 0 1999 2 16 0 9 0 27285992 887844864 10482 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30287/tid=30293] ppid=30285 vsize=867036 CPUtime=20.01
/proc/30287/task/30293/stat : 30293 (java) S 30285 30287 29977 0 -1 64 2 297 0 0 0 0 1999 2 25 0 9 0 27285995 887844864 10482 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30287/tid=30294] ppid=30285 vsize=867036 CPUtime=20.22
/proc/30287/task/30294/stat : 30294 (java) S 30285 30287 29977 0 -1 64 564 297 0 0 21 0 1999 2 16 0 9 0 27285995 887844864 10482 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30287/tid=30295] ppid=30285 vsize=867036 CPUtime=20.01
/proc/30287/task/30295/stat : 30295 (java) S 30285 30287 29977 0 -1 64 0 297 0 0 0 0 1999 2 25 0 9 0 27285995 887844864 10482 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30287/tid=30296] ppid=30285 vsize=867036 CPUtime=20.02
/proc/30287/task/30296/stat : 30296 (java) S 30285 30287 29977 0 -1 64 27 297 0 0 0 1 1999 2 15 0 9 0 27285995 887844864 10482 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 867036

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

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

[startup+1807.71 s]
/proc/loadavg: 2.39 2.15 1.97 3/89 30505
/proc/meminfo: memFree=1524932/2055920 swapFree=4192812/4192956
[pid=30287] ppid=30285 vsize=867036 CPUtime=1800.01
/proc/30287/stat : 30287 (java) S 30285 30287 29977 0 -1 0 15686 297 1 0 177986 14 1999 2 20 0 9 0 27285989 887844864 10482 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30287/statm: 216759 10482 2655 9 0 211195 0
[pid=30287/tid=30289] ppid=30285 vsize=867036 CPUtime=1799.72
/proc/30287/task/30289/stat : 30289 (java) R 30285 30287 29977 0 -1 64 11547 297 1 0 177961 10 1999 2 25 0 9 0 27285991 887844864 10482 996147200 134512640 134550932 4294955968 18446744073709551615 4126758072 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30287/tid=30290] ppid=30285 vsize=867036 CPUtime=20.04
/proc/30287/task/30290/stat : 30290 (java) S 30285 30287 29977 0 -1 64 2721 297 0 0 3 0 1999 2 16 0 9 0 27285992 887844864 10482 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30287/tid=30291] ppid=30285 vsize=867036 CPUtime=20.01
/proc/30287/task/30291/stat : 30291 (java) S 30285 30287 29977 0 -1 64 19 297 0 0 0 0 1999 2 16 0 9 0 27285992 887844864 10482 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30287/tid=30292] ppid=30285 vsize=867036 CPUtime=20.01
/proc/30287/task/30292/stat : 30292 (java) S 30285 30287 29977 0 -1 64 9 297 0 0 0 0 1999 2 16 0 9 0 27285992 887844864 10482 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30287/tid=30293] ppid=30285 vsize=867036 CPUtime=20.01
/proc/30287/task/30293/stat : 30293 (java) S 30285 30287 29977 0 -1 64 2 297 0 0 0 0 1999 2 25 0 9 0 27285995 887844864 10482 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30287/tid=30294] ppid=30285 vsize=867036 CPUtime=20.22
/proc/30287/task/30294/stat : 30294 (java) S 30285 30287 29977 0 -1 64 564 297 0 0 21 0 1999 2 16 0 9 0 27285995 887844864 10482 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30287/tid=30295] ppid=30285 vsize=867036 CPUtime=20.01
/proc/30287/task/30295/stat : 30295 (java) S 30285 30287 29977 0 -1 64 0 297 0 0 0 0 1999 2 25 0 9 0 27285995 887844864 10482 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30287/tid=30296] ppid=30285 vsize=867036 CPUtime=20.02
/proc/30287/task/30296/stat : 30296 (java) S 30285 30287 29977 0 -1 64 27 297 0 0 0 1 1999 2 15 0 9 0 27285995 887844864 10482 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 867036

Child status: 143
Real time (s): 1807.74
CPU time (s): 1800.06
CPU user time (s): 1799.89
CPU system time (s): 0.172973
CPU usage (%): 99.5752
Max. virtual memory (cumulated for all children) (KiB): 868404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.89
system time used= 0.172973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16016
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= 37774
involuntary context switches= 80133

runsolver used 2.09568 second user time and 6.07308 second system time

The end

Launcher Data

Begin job on node90 at 2009-07-12 14:36:53
IDJOB=2093814
IDBENCH=53805
IDSOLVER=774
FILE ID=node90/2093814-1247402213
PBS_JOBID= 9510472
Free space on /tmp= 66296 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/latinSquare/normalized-latinSquare-dg-12_all.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-2093814-1247402213/watcher-2093814-1247402213 -o /tmp/evaluation-result-2093814-1247402213/solver-2093814-1247402213 -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-2093814-1247402213.xml

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

MD5SUM BENCH= 535246887d226e6be0539abc12ce8eb5
RANDOM SEED=385905840

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1646660 kB
Buffers:         60160 kB
Cached:         227072 kB
SwapCached:          0 kB
Active:         203988 kB
Inactive:       140312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1646660 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2032 kB
Writeback:           0 kB
Mapped:          71324 kB
Slab:            50144 kB
Committed_AS:  1012836 kB
PageTables:       1912 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= 66288 MiB
End job on node90 at 2009-07-12 15:07:03