Trace number 2094070

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namecsp/ortholatin/
normalized-ortholatin-20.xml
MD5SUM83883806705727ca3a0004ae8dbf9fd1
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1200
Number of constraints481
Maximum constraint arity400
Maximum domain size400
Number of constraints which are defined in extension400
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)alldifferent(81)

Solver Data

0.05/0.09	
0.05/0.09	Abscon 112 (May, 2008)
0.18/0.26	
0.18/0.26	   configuration
0.18/0.26	     name=esac.xml
0.18/0.29	   
0.18/0.29	   instance
0.18/0.29	     name=HOME/instance-2094070-1247402370.xml
0.29/0.33	   
0.29/0.33	   domains being loaded...
0.29/0.34	   
0.29/0.34	   variables being loaded...
0.49/0.53	     nbVariables=1200  nbDomainTypes=2  minDomainSize=20  maxDomainSize=400  nbTotalValues=176000
0.49/0.53	       =>  wckTime=0.268  cpuTime=0.18  mem=15M695
0.49/0.53	   
0.49/0.53	   relations being loaded...
0.49/0.54	   
0.49/0.54	   constraints being loaded...
1.66/1.73	     nbConstraints=519  nbRelationTypes=1  nbGlobalConstraints=519  nbExtensionStructures=1
1.66/1.73	     nbSharedExtensionStructures=399  nbConflictsStructures=1  nbSharedConflictsStructures=399
1.66/1.73	     nbSharedBinaryRepresentations=0  minDegree=3  maxDegree=8  minArity=3  avgArity=16.92  maxArity=1140
1.66/1.73	     nbGenerators=38  nbFusions=0  symmetryWckTime=0.98  symmetryCpuTime=0.7
1.66/1.73	       =>  wckTime=1.473  cpuTime=1.06  mem=70M522
1.76/1.86	   
1.76/1.86	   solver IterativeSystematicSolver being built... 
1.86/1.93	   
1.86/1.93	   INFO : Forward propagation technique limited 
1.96/2.05	       =>  wckTime=1.789  cpuTime=1.22  mem=52M835
2.06/2.18	   
2.06/2.18	   preprocessing
2.06/2.18	     nbConstraintChecks=0  nbValidityChecks=160000  nbPropagations=1200  nbRevisions=0  nbUselessRevisions=0
2.06/2.18	     nbRemovedValues=0  detectedInconsistency=no
2.06/2.18	       =>  wckTime=0.128  cpuTime=0.1  mem=53M843
8.98/9.10	   
8.98/9.10	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=66M522)

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-2094070-1247402370/watcher-2094070-1247402370 -o /tmp/evaluation-result-2094070-1247402370/solver-2094070-1247402370 -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-2094070-1247402370.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 1.95 1.45 4/80 31514
/proc/meminfo: memFree=1790512/2055920 swapFree=4192812/4192956
[pid=31514] ppid=31512 vsize=18576 CPUtime=0
/proc/31514/stat : 31514 (runsolver) R 31512 31514 31231 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 27303168 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 264907582759 0 0 4096 24578 0 0 0 17 1 0 0
/proc/31514/statm: 4644 284 249 26 0 2626 0

[startup+0.067922 s]
/proc/loadavg: 2.00 1.95 1.45 4/80 31514
/proc/meminfo: memFree=1790512/2055920 swapFree=4192812/4192956
[pid=31514] ppid=31512 vsize=864024 CPUtime=0.05
/proc/31514/stat : 31514 (java) S 31512 31514 31231 0 -1 0 2834 0 1 0 3 2 0 0 19 0 9 0 27303168 884760576 2368 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31514/statm: 216006 2368 1122 9 0 210899 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 864024

[startup+0.101928 s]
/proc/loadavg: 2.00 1.95 1.45 4/80 31514
/proc/meminfo: memFree=1790512/2055920 swapFree=4192812/4192956
[pid=31514] ppid=31512 vsize=865984 CPUtime=0.08
/proc/31514/stat : 31514 (java) S 31512 31514 31231 0 -1 0 3734 0 1 0 6 2 0 0 19 0 9 0 27303168 886767616 3202 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31514/statm: 216496 3202 1696 9 0 210981 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.301953 s]
/proc/loadavg: 2.00 1.95 1.45 4/80 31514
/proc/meminfo: memFree=1790512/2055920 swapFree=4192812/4192956
[pid=31514] ppid=31512 vsize=866380 CPUtime=0.29
/proc/31514/stat : 31514 (java) S 31512 31514 31231 0 -1 0 5867 0 1 0 25 4 0 0 19 0 9 0 27303168 887173120 5233 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31514/statm: 216595 5233 1981 9 0 211053 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866380

[startup+0.702013 s]
/proc/loadavg: 2.00 1.95 1.45 4/80 31514
/proc/meminfo: memFree=1790512/2055920 swapFree=4192812/4192956
[pid=31514] ppid=31512 vsize=867536 CPUtime=0.68
/proc/31514/stat : 31514 (java) S 31512 31514 31231 0 -1 0 12277 0 1 0 61 7 0 0 19 0 9 0 27303168 888356864 11630 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31514/statm: 216884 11630 2016 9 0 211342 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867536

[startup+1.50213 s]
/proc/loadavg: 2.00 1.95 1.45 5/91 31527
/proc/meminfo: memFree=1736344/2055920 swapFree=4192812/4192956
[pid=31514] ppid=31512 vsize=867860 CPUtime=1.46
/proc/31514/stat : 31514 (java) S 31512 31514 31231 0 -1 0 33254 437 1 0 122 15 8 1 19 0 9 0 27303168 888688640 22096 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31514/statm: 216965 22096 2041 9 0 211423 0
[pid=31514/tid=31516] ppid=31512 vsize=867860 CPUtime=1.1
/proc/31514/task/31516/stat : 31516 (java) R 31512 31514 31231 0 -1 64 19452 437 1 0 92 9 8 1 22 0 9 0 27303170 888688640 22096 996147200 134512640 134550932 4294955968 18446744073709551615 4126950973 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31514/tid=31517] ppid=31512 vsize=867860 CPUtime=0.2
/proc/31514/task/31517/stat : 31517 (java) S 31512 31514 31231 0 -1 64 12102 437 0 0 8 3 8 1 17 0 9 0 27303171 888688640 22096 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31514/tid=31518] ppid=31512 vsize=867860 CPUtime=0.09
/proc/31514/task/31518/stat : 31518 (java) S 31512 31514 31231 0 -1 64 11 437 0 0 0 0 8 1 19 0 9 0 27303171 888688640 22096 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31514/tid=31519] ppid=31512 vsize=867860 CPUtime=0.09
/proc/31514/task/31519/stat : 31519 (java) S 31512 31514 31231 0 -1 64 3 437 0 0 0 0 8 1 20 0 9 0 27303171 888688640 22096 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31514/tid=31520] ppid=31512 vsize=867860 CPUtime=0.09
/proc/31514/task/31520/stat : 31520 (java) S 31512 31514 31231 0 -1 64 1 437 0 0 0 0 8 1 18 0 9 0 27303173 888688640 22096 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31514/tid=31521] ppid=31512 vsize=867860 CPUtime=0.3
/proc/31514/task/31521/stat : 31521 (java) S 31512 31514 31231 0 -1 64 867 437 0 0 20 1 8 1 16 0 9 0 27303173 888688640 22096 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31514/tid=31522] ppid=31512 vsize=867860 CPUtime=0.09
/proc/31514/task/31522/stat : 31522 (java) S 31512 31514 31231 0 -1 64 1 437 0 0 0 0 8 1 19 0 9 0 27303173 888688640 22096 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31514/tid=31523] ppid=31512 vsize=867860 CPUtime=0.09
/proc/31514/task/31523/stat : 31523 (java) S 31512 31514 31231 0 -1 64 12 437 0 0 0 0 8 1 15 0 9 0 27303173 888688640 22096 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867860

[startup+3.10136 s]
/proc/loadavg: 2.00 1.95 1.45 4/89 31527
/proc/meminfo: memFree=1700512/2055920 swapFree=4192812/4192956
[pid=31514] ppid=31512 vsize=867980 CPUtime=3.04
/proc/31514/stat : 31514 (java) S 31512 31514 31231 0 -1 0 37657 437 1 0 278 17 8 1 19 0 9 0 27303168 888811520 25041 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31514/statm: 216995 25041 2660 9 0 211431 0
[pid=31514/tid=31516] ppid=31512 vsize=867980 CPUtime=2.47
/proc/31514/task/31516/stat : 31516 (java) R 31512 31514 31231 0 -1 64 20739 437 1 0 228 10 8 1 25 0 9 0 27303170 888811520 25041 996147200 134512640 134550932 4294955968 18446744073709551615 4127114042 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31514/tid=31517] ppid=31512 vsize=867980 CPUtime=0.32
/proc/31514/task/31517/stat : 31517 (java) S 31512 31514 31231 0 -1 64 15134 437 0 0 19 4 8 1 17 0 9 0 27303171 888811520 25041 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31514/tid=31518] ppid=31512 vsize=867980 CPUtime=0.09
/proc/31514/task/31518/stat : 31518 (java) S 31512 31514 31231 0 -1 64 19 437 0 0 0 0 8 1 16 0 9 0 27303171 888811520 25041 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31514/tid=31519] ppid=31512 vsize=867980 CPUtime=0.09
/proc/31514/task/31519/stat : 31519 (java) S 31512 31514 31231 0 -1 64 7 437 0 0 0 0 8 1 16 0 9 0 27303171 888811520 25041 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31514/tid=31520] ppid=31512 vsize=867980 CPUtime=0.09
/proc/31514/task/31520/stat : 31520 (java) S 31512 31514 31231 0 -1 64 1 437 0 0 0 0 8 1 18 0 9 0 27303173 888811520 25041 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31514/tid=31521] ppid=31512 vsize=867980 CPUtime=0.39
/proc/31514/task/31521/stat : 31521 (java) S 31512 31514 31231 0 -1 64 939 437 0 0 29 1 8 1 15 0 9 0 27303173 888811520 25041 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31514/tid=31522] ppid=31512 vsize=867980 CPUtime=0.09
/proc/31514/task/31522/stat : 31522 (java) S 31512 31514 31231 0 -1 64 1 437 0 0 0 0 8 1 19 0 9 0 27303173 888811520 25041 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31514/tid=31523] ppid=31512 vsize=867980 CPUtime=0.09
/proc/31514/task/31523/stat : 31523 (java) S 31512 31514 31231 0 -1 64 12 437 0 0 0 0 8 1 15 0 9 0 27303173 888811520 25041 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 867980

[startup+6.30282 s]
/proc/loadavg: 2.00 1.95 1.45 3/89 31527
/proc/meminfo: memFree=1700064/2055920 swapFree=4192812/4192956
[pid=31514] ppid=31512 vsize=867980 CPUtime=6.22
/proc/31514/stat : 31514 (java) S 31512 31514 31231 0 -1 0 37681 437 1 0 595 18 8 1 19 0 9 0 27303168 888811520 25042 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31514/statm: 216995 25042 2660 9 0 211431 0
[pid=31514/tid=31516] ppid=31512 vsize=867980 CPUtime=5.64
/proc/31514/task/31516/stat : 31516 (java) R 31512 31514 31231 0 -1 64 20740 437 1 0 545 10 8 1 25 0 9 0 27303170 888811520 25042 996147200 134512640 134550932 4294955968 18446744073709551615 4127113998 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31514/tid=31517] ppid=31512 vsize=867980 CPUtime=0.32
/proc/31514/task/31517/stat : 31517 (java) S 31512 31514 31231 0 -1 64 15134 437 0 0 19 4 8 1 16 0 9 0 27303171 888811520 25042 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31514/tid=31518] ppid=31512 vsize=867980 CPUtime=0.09
/proc/31514/task/31518/stat : 31518 (java) S 31512 31514 31231 0 -1 64 19 437 0 0 0 0 8 1 16 0 9 0 27303171 888811520 25042 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31514/tid=31519] ppid=31512 vsize=867980 CPUtime=0.09
/proc/31514/task/31519/stat : 31519 (java) S 31512 31514 31231 0 -1 64 7 437 0 0 0 0 8 1 16 0 9 0 27303171 888811520 25042 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31514/tid=31520] ppid=31512 vsize=867980 CPUtime=0.09
/proc/31514/task/31520/stat : 31520 (java) S 31512 31514 31231 0 -1 64 1 437 0 0 0 0 8 1 18 0 9 0 27303173 888811520 25042 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31514/tid=31521] ppid=31512 vsize=867980 CPUtime=0.4
/proc/31514/task/31521/stat : 31521 (java) S 31512 31514 31231 0 -1 64 940 437 0 0 30 1 8 1 15 0 9 0 27303173 888811520 25042 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31514/tid=31522] ppid=31512 vsize=867980 CPUtime=0.09
/proc/31514/task/31522/stat : 31522 (java) S 31512 31514 31231 0 -1 64 1 437 0 0 0 0 8 1 19 0 9 0 27303173 888811520 25042 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31514/tid=31523] ppid=31512 vsize=867980 CPUtime=0.09
/proc/31514/task/31523/stat : 31523 (java) S 31512 31514 31231 0 -1 64 34 437 0 0 0 0 8 1 15 0 9 0 27303173 888811520 25042 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 867980

[startup+12.7028 s]
/proc/loadavg: 2.00 1.96 1.45 3/89 31527
/proc/meminfo: memFree=1700000/2055920 swapFree=4192812/4192956
[pid=31514] ppid=31512 vsize=867980 CPUtime=12.55
/proc/31514/stat : 31514 (java) S 31512 31514 31231 0 -1 0 37745 437 1 0 1228 18 8 1 19 0 9 0 27303168 888811520 25060 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31514/statm: 216995 25060 2660 9 0 211431 0
[pid=31514/tid=31516] ppid=31512 vsize=867980 CPUtime=11.93
/proc/31514/task/31516/stat : 31516 (java) R 31512 31514 31231 0 -1 64 20744 437 1 0 1174 10 8 1 25 0 9 0 27303170 888811520 25060 996147200 134512640 134550932 4294955968 18446744073709551615 4127129043 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31514/tid=31517] ppid=31512 vsize=867980 CPUtime=0.32
/proc/31514/task/31517/stat : 31517 (java) S 31512 31514 31231 0 -1 64 15134 437 0 0 19 4 8 1 17 0 9 0 27303171 888811520 25060 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31514/tid=31518] ppid=31512 vsize=867980 CPUtime=0.09
/proc/31514/task/31518/stat : 31518 (java) S 31512 31514 31231 0 -1 64 19 437 0 0 0 0 8 1 16 0 9 0 27303171 888811520 25060 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31514/tid=31519] ppid=31512 vsize=867980 CPUtime=0.09
/proc/31514/task/31519/stat : 31519 (java) S 31512 31514 31231 0 -1 64 7 437 0 0 0 0 8 1 16 0 9 0 27303171 888811520 25060 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31514/tid=31520] ppid=31512 vsize=867980 CPUtime=0.09
/proc/31514/task/31520/stat : 31520 (java) S 31512 31514 31231 0 -1 64 1 437 0 0 0 0 8 1 18 0 9 0 27303173 888811520 25060 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31514/tid=31521] ppid=31512 vsize=867980 CPUtime=0.43
/proc/31514/task/31521/stat : 31521 (java) S 31512 31514 31231 0 -1 64 1000 437 0 0 33 1 8 1 16 0 9 0 27303173 888811520 25060 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31514/tid=31522] ppid=31512 vsize=867980 CPUtime=0.09
/proc/31514/task/31522/stat : 31522 (java) S 31512 31514 31231 0 -1 64 1 437 0 0 0 0 8 1 19 0 9 0 27303173 888811520 25060 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31514/tid=31523] ppid=31512 vsize=867980 CPUtime=0.09
/proc/31514/task/31523/stat : 31523 (java) S 31512 31514 31231 0 -1 64 34 437 0 0 0 0 8 1 15 0 9 0 27303173 888811520 25060 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 867980

[startup+25.5016 s]
/proc/loadavg: 2.00 1.96 1.46 3/89 31566
/proc/meminfo: memFree=1700000/2055920 swapFree=4192812/4192956
[pid=31514] ppid=31512 vsize=867980 CPUtime=25.31
/proc/31514/stat : 31514 (java) S 31512 31514 31231 0 -1 0 37751 437 1 0 2504 18 8 1 19 0 9 0 27303168 888811520 25062 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31514/statm: 216995 25062 2660 9 0 211431 0
[pid=31514/tid=31516] ppid=31512 vsize=867980 CPUtime=24.68
/proc/31514/task/31516/stat : 31516 (java) R 31512 31514 31231 0 -1 64 20745 437 1 0 2449 10 8 1 25 0 9 0 27303170 888811520 25062 996147200 134512640 134550932 4294955968 18446744073709551615 4127068532 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31514/tid=31517] ppid=31512 vsize=867980 CPUtime=0.32
/proc/31514/task/31517/stat : 31517 (java) S 31512 31514 31231 0 -1 64 15134 437 0 0 19 4 8 1 16 0 9 0 27303171 888811520 25062 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31514/tid=31518] ppid=31512 vsize=867980 CPUtime=0.09
/proc/31514/task/31518/stat : 31518 (java) S 31512 31514 31231 0 -1 64 19 437 0 0 0 0 8 1 16 0 9 0 27303171 888811520 25062 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31514/tid=31519] ppid=31512 vsize=867980 CPUtime=0.09
/proc/31514/task/31519/stat : 31519 (java) S 31512 31514 31231 0 -1 64 7 437 0 0 0 0 8 1 16 0 9 0 27303171 888811520 25062 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31514/tid=31520] ppid=31512 vsize=867980 CPUtime=0.09
/proc/31514/task/31520/stat : 31520 (java) S 31512 31514 31231 0 -1 64 1 437 0 0 0 0 8 1 18 0 9 0 27303173 888811520 25062 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31514/tid=31521] ppid=31512 vsize=867980 CPUtime=0.44
/proc/31514/task/31521/stat : 31521 (java) S 31512 31514 31231 0 -1 64 1005 437 0 0 34 1 8 1 16 0 9 0 27303173 888811520 25062 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31514/tid=31522] ppid=31512 vsize=867980 CPUtime=0.09
/proc/31514/task/31522/stat : 31522 (java) S 31512 31514 31231 0 -1 64 1 437 0 0 0 0 8 1 19 0 9 0 27303173 888811520 25062 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31514/tid=31523] ppid=31512 vsize=867980 CPUtime=0.09
/proc/31514/task/31523/stat : 31523 (java) S 31512 31514 31231 0 -1 64 34 437 0 0 0 0 8 1 15 0 9 0 27303173 888811520 25062 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 867980

[startup+51.1013 s]
/proc/loadavg: 2.00 1.96 1.47 3/89 31566
/proc/meminfo: memFree=1696224/2055920 swapFree=4192812/4192956
[pid=31514] ppid=31512 vsize=867980 CPUtime=50.89
/proc/31514/stat : 31514 (java) S 31512 31514 31231 0 -1 0 37752 437 1 0 5062 18 8 1 19 0 9 0 27303168 888811520 25063 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31514/statm: 216995 25063 2660 9 0 211431 0
[pid=31514/tid=31516] ppid=31512 vsize=867980 CPUtime=50.27
/proc/31514/task/31516/stat : 31516 (java) R 31512 31514 31231 0 -1 64 20745 437 1 0 5008 10 8 1 25 0 9 0 27303170 888811520 25063 996147200 134512640 134550932 4294955968 18446744073709551615 4127068529 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31514/tid=31517] ppid=31512 vsize=867980 CPUtime=0.32
/proc/31514/task/31517/stat : 31517 (java) S 31512 31514 31231 0 -1 64 15134 437 0 0 19 4 8 1 16 0 9 0 27303171 888811520 25063 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31514/tid=31518] ppid=31512 vsize=867980 CPUtime=0.09
/proc/31514/task/31518/stat : 31518 (java) S 31512 31514 31231 0 -1 64 19 437 0 0 0 0 8 1 16 0 9 0 27303171 888811520 25063 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31514/tid=31519] ppid=31512 vsize=867980 CPUtime=0.09
/proc/31514/task/31519/stat : 31519 (java) S 31512 31514 31231 0 -1 64 7 437 0 0 0 0 8 1 16 0 9 0 27303171 888811520 25063 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31514/tid=31520] ppid=31512 vsize=867980 CPUtime=0.09
/proc/31514/task/31520/stat : 31520 (java) S 31512 31514 31231 0 -1 64 1 437 0 0 0 0 8 1 18 0 9 0 27303173 888811520 25063 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31514/tid=31521] ppid=31512 vsize=867980 CPUtime=0.44
/proc/31514/task/31521/stat : 31521 (java) S 31512 31514 31231 0 -1 64 1006 437 0 0 34 1 8 1 16 0 9 0 27303173 888811520 25063 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31514/tid=31522] ppid=31512 vsize=867980 CPUtime=0.09
/proc/31514/task/31522/stat : 31522 (java) S 31512 31514 31231 0 -1 64 1 437 0 0 0 0 8 1 19 0 9 0 27303173 888811520 25063 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/31514/task/31519/stat : 31519 (java) S 31512 31514 31231 0 -1 64 8 437 0 0 0 0 8 1 16 0 9 0 27303171 888721408 29793 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31514/tid=31520] ppid=31512 vsize=867892 CPUtime=0.09
/proc/31514/task/31520/stat : 31520 (java) S 31512 31514 31231 0 -1 64 1 437 0 0 0 0 8 1 18 0 9 0 27303173 888721408 29793 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31514/tid=31521] ppid=31512 vsize=867892 CPUtime=0.44
/proc/31514/task/31521/stat : 31521 (java) S 31512 31514 31231 0 -1 64 1006 437 0 0 34 1 8 1 16 0 9 0 27303173 888721408 29793 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31514/tid=31522] ppid=31512 vsize=867892 CPUtime=0.09
/proc/31514/task/31522/stat : 31522 (java) S 31512 31514 31231 0 -1 64 1 437 0 0 0 0 8 1 19 0 9 0 27303173 888721408 29793 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31514/tid=31523] ppid=31512 vsize=867892 CPUtime=0.09
/proc/31514/task/31523/stat : 31523 (java) S 31512 31514 31231 0 -1 64 34 437 0 0 0 0 8 1 15 0 9 0 27303173 888721408 29793 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1481.42
Current children cumulated vsize (KiB) 867892

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.87 3/89 31652
/proc/meminfo: memFree=1393744/2055920 swapFree=4192812/4192956
[pid=31514] ppid=31512 vsize=867892 CPUtime=1541.39
/proc/31514/stat : 31514 (java) S 31512 31514 31231 0 -1 0 42513 437 1 0 154107 23 8 1 19 0 9 0 27303168 888721408 29793 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31514/statm: 216973 29793 2638 9 0 211431 0
[pid=31514/tid=31516] ppid=31512 vsize=867892 CPUtime=1540.73
/proc/31514/task/31516/stat : 31516 (java) R 31512 31514 31231 0 -1 64 20749 437 1 0 154050 14 8 1 25 0 9 0 27303170 888721408 29793 996147200 134512640 134550932 4294955968 18446744073709551615 4127068511 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31514/tid=31517] ppid=31512 vsize=867892 CPUtime=0.37
/proc/31514/task/31517/stat : 31517 (java) S 31512 31514 31231 0 -1 64 19890 437 0 0 22 6 8 1 16 0 9 0 27303171 888721408 29793 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31514/tid=31518] ppid=31512 vsize=867892 CPUtime=0.09
/proc/31514/task/31518/stat : 31518 (java) S 31512 31514 31231 0 -1 64 19 437 0 0 0 0 8 1 16 0 9 0 27303171 888721408 29793 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31514/tid=31519] ppid=31512 vsize=867892 CPUtime=0.09
/proc/31514/task/31519/stat : 31519 (java) S 31512 31514 31231 0 -1 64 8 437 0 0 0 0 8 1 16 0 9 0 27303171 888721408 29793 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31514/tid=31520] ppid=31512 vsize=867892 CPUtime=0.09
/proc/31514/task/31520/stat : 31520 (java) S 31512 31514 31231 0 -1 64 1 437 0 0 0 0 8 1 18 0 9 0 27303173 888721408 29793 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31514/tid=31521] ppid=31512 vsize=867892 CPUtime=0.44
/proc/31514/task/31521/stat : 31521 (java) S 31512 31514 31231 0 -1 64 1006 437 0 0 34 1 8 1 16 0 9 0 27303173 888721408 29793 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31514/tid=31522] ppid=31512 vsize=867892 CPUtime=0.09
/proc/31514/task/31522/stat : 31522 (java) S 31512 31514 31231 0 -1 64 1 437 0 0 0 0 8 1 19 0 9 0 27303173 888721408 29793 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31514/tid=31523] ppid=31512 vsize=867892 CPUtime=0.09
/proc/31514/task/31523/stat : 31523 (java) S 31512 31514 31231 0 -1 64 34 437 0 0 0 0 8 1 15 0 9 0 27303173 888721408 29793 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1541.39
Current children cumulated vsize (KiB) 867892

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.87 3/89 31652
/proc/meminfo: memFree=1393752/2055920 swapFree=4192812/4192956
[pid=31514] ppid=31512 vsize=867892 CPUtime=1601.38
/proc/31514/stat : 31514 (java) S 31512 31514 31231 0 -1 0 42513 437 1 0 160105 24 8 1 19 0 9 0 27303168 888721408 29793 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31514/statm: 216973 29793 2638 9 0 211431 0
[pid=31514/tid=31516] ppid=31512 vsize=867892 CPUtime=1600.71
/proc/31514/task/31516/stat : 31516 (java) R 31512 31514 31231 0 -1 64 20749 437 1 0 160048 14 8 1 25 0 9 0 27303170 888721408 29793 996147200 134512640 134550932 4294955968 18446744073709551615 4127065347 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31514/tid=31517] ppid=31512 vsize=867892 CPUtime=0.37
/proc/31514/task/31517/stat : 31517 (java) S 31512 31514 31231 0 -1 64 19890 437 0 0 22 6 8 1 16 0 9 0 27303171 888721408 29793 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31514/tid=31518] ppid=31512 vsize=867892 CPUtime=0.09
/proc/31514/task/31518/stat : 31518 (java) S 31512 31514 31231 0 -1 64 19 437 0 0 0 0 8 1 16 0 9 0 27303171 888721408 29793 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31514/tid=31519] ppid=31512 vsize=867892 CPUtime=0.09
/proc/31514/task/31519/stat : 31519 (java) S 31512 31514 31231 0 -1 64 8 437 0 0 0 0 8 1 16 0 9 0 27303171 888721408 29793 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31514/tid=31520] ppid=31512 vsize=867892 CPUtime=0.09
/proc/31514/task/31520/stat : 31520 (java) S 31512 31514 31231 0 -1 64 1 437 0 0 0 0 8 1 18 0 9 0 27303173 888721408 29793 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31514/tid=31521] ppid=31512 vsize=867892 CPUtime=0.44
/proc/31514/task/31521/stat : 31521 (java) S 31512 31514 31231 0 -1 64 1006 437 0 0 34 1 8 1 16 0 9 0 27303173 888721408 29793 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31514/tid=31522] ppid=31512 vsize=867892 CPUtime=0.09
/proc/31514/task/31522/stat : 31522 (java) S 31512 31514 31231 0 -1 64 1 437 0 0 0 0 8 1 19 0 9 0 27303173 888721408 29793 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31514/tid=31523] ppid=31512 vsize=867892 CPUtime=0.09
/proc/31514/task/31523/stat : 31523 (java) S 31512 31514 31231 0 -1 64 34 437 0 0 0 0 8 1 15 0 9 0 27303173 888721408 29793 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1601.38
Current children cumulated vsize (KiB) 867892

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.88 3/89 31652
/proc/meminfo: memFree=1393752/2055920 swapFree=4192812/4192956
[pid=31514] ppid=31512 vsize=867892 CPUtime=1661.35
/proc/31514/stat : 31514 (java) S 31512 31514 31231 0 -1 0 42513 437 1 0 166102 24 8 1 19 0 9 0 27303168 888721408 29793 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31514/statm: 216973 29793 2638 9 0 211431 0
[pid=31514/tid=31516] ppid=31512 vsize=867892 CPUtime=1660.68
/proc/31514/task/31516/stat : 31516 (java) R 31512 31514 31231 0 -1 64 20749 437 1 0 166045 14 8 1 25 0 9 0 27303170 888721408 29793 996147200 134512640 134550932 4294955968 18446744073709551615 4127068521 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31514/tid=31517] ppid=31512 vsize=867892 CPUtime=0.37
/proc/31514/task/31517/stat : 31517 (java) S 31512 31514 31231 0 -1 64 19890 437 0 0 22 6 8 1 16 0 9 0 27303171 888721408 29793 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31514/tid=31518] ppid=31512 vsize=867892 CPUtime=0.09
/proc/31514/task/31518/stat : 31518 (java) S 31512 31514 31231 0 -1 64 19 437 0 0 0 0 8 1 16 0 9 0 27303171 888721408 29793 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31514/tid=31519] ppid=31512 vsize=867892 CPUtime=0.09
/proc/31514/task/31519/stat : 31519 (java) S 31512 31514 31231 0 -1 64 8 437 0 0 0 0 8 1 16 0 9 0 27303171 888721408 29793 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31514/tid=31520] ppid=31512 vsize=867892 CPUtime=0.09
/proc/31514/task/31520/stat : 31520 (java) S 31512 31514 31231 0 -1 64 1 437 0 0 0 0 8 1 18 0 9 0 27303173 888721408 29793 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31514/tid=31521] ppid=31512 vsize=867892 CPUtime=0.44
/proc/31514/task/31521/stat : 31521 (java) S 31512 31514 31231 0 -1 64 1006 437 0 0 34 1 8 1 16 0 9 0 27303173 888721408 29793 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31514/tid=31522] ppid=31512 vsize=867892 CPUtime=0.09
/proc/31514/task/31522/stat : 31522 (java) S 31512 31514 31231 0 -1 64 1 437 0 0 0 0 8 1 19 0 9 0 27303173 888721408 29793 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31514/tid=31523] ppid=31512 vsize=867892 CPUtime=0.09
/proc/31514/task/31523/stat : 31523 (java) S 31512 31514 31231 0 -1 64 34 437 0 0 0 0 8 1 15 0 9 0 27303173 888721408 29793 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1661.35
Current children cumulated vsize (KiB) 867892

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.89 3/89 31652
/proc/meminfo: memFree=1393560/2055920 swapFree=4192812/4192956
[pid=31514] ppid=31512 vsize=867892 CPUtime=1721.33
/proc/31514/stat : 31514 (java) S 31512 31514 31231 0 -1 0 42513 437 1 0 172100 24 8 1 19 0 9 0 27303168 888721408 29793 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31514/statm: 216973 29793 2638 9 0 211431 0
[pid=31514/tid=31516] ppid=31512 vsize=867892 CPUtime=1720.66
/proc/31514/task/31516/stat : 31516 (java) R 31512 31514 31231 0 -1 64 20749 437 1 0 172043 14 8 1 25 0 9 0 27303170 888721408 29793 996147200 134512640 134550932 4294955968 18446744073709551615 4127065347 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31514/tid=31517] ppid=31512 vsize=867892 CPUtime=0.37
/proc/31514/task/31517/stat : 31517 (java) S 31512 31514 31231 0 -1 64 19890 437 0 0 22 6 8 1 16 0 9 0 27303171 888721408 29793 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31514/tid=31518] ppid=31512 vsize=867892 CPUtime=0.09
/proc/31514/task/31518/stat : 31518 (java) S 31512 31514 31231 0 -1 64 19 437 0 0 0 0 8 1 16 0 9 0 27303171 888721408 29793 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31514/tid=31519] ppid=31512 vsize=867892 CPUtime=0.09
/proc/31514/task/31519/stat : 31519 (java) S 31512 31514 31231 0 -1 64 8 437 0 0 0 0 8 1 16 0 9 0 27303171 888721408 29793 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31514/tid=31520] ppid=31512 vsize=867892 CPUtime=0.09
/proc/31514/task/31520/stat : 31520 (java) S 31512 31514 31231 0 -1 64 1 437 0 0 0 0 8 1 18 0 9 0 27303173 888721408 29793 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31514/tid=31521] ppid=31512 vsize=867892 CPUtime=0.44
/proc/31514/task/31521/stat : 31521 (java) S 31512 31514 31231 0 -1 64 1006 437 0 0 34 1 8 1 16 0 9 0 27303173 888721408 29793 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31514/tid=31522] ppid=31512 vsize=867892 CPUtime=0.09
/proc/31514/task/31522/stat : 31522 (java) S 31512 31514 31231 0 -1 64 1 437 0 0 0 0 8 1 19 0 9 0 27303173 888721408 29793 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31514/tid=31523] ppid=31512 vsize=867892 CPUtime=0.09
/proc/31514/task/31523/stat : 31523 (java) R 31512 31514 31231 0 -1 64 34 437 0 0 0 0 8 1 15 0 9 0 27303173 888721408 29793 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1721.33
Current children cumulated vsize (KiB) 867892

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.89 3/89 31652
/proc/meminfo: memFree=1393496/2055920 swapFree=4192812/4192956
[pid=31514] ppid=31512 vsize=867892 CPUtime=1781.31
/proc/31514/stat : 31514 (java) S 31512 31514 31231 0 -1 0 42513 437 1 0 178098 24 8 1 19 0 9 0 27303168 888721408 29793 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31514/statm: 216973 29793 2638 9 0 211431 0
[pid=31514/tid=31516] ppid=31512 vsize=867892 CPUtime=1780.64
/proc/31514/task/31516/stat : 31516 (java) R 31512 31514 31231 0 -1 64 20749 437 1 0 178041 14 8 1 25 0 9 0 27303170 888721408 29793 996147200 134512640 134550932 4294955968 18446744073709551615 4127068511 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31514/tid=31517] ppid=31512 vsize=867892 CPUtime=0.37
/proc/31514/task/31517/stat : 31517 (java) S 31512 31514 31231 0 -1 64 19890 437 0 0 22 6 8 1 16 0 9 0 27303171 888721408 29793 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31514/tid=31518] ppid=31512 vsize=867892 CPUtime=0.09
/proc/31514/task/31518/stat : 31518 (java) S 31512 31514 31231 0 -1 64 19 437 0 0 0 0 8 1 16 0 9 0 27303171 888721408 29793 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31514/tid=31519] ppid=31512 vsize=867892 CPUtime=0.09
/proc/31514/task/31519/stat : 31519 (java) S 31512 31514 31231 0 -1 64 8 437 0 0 0 0 8 1 16 0 9 0 27303171 888721408 29793 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31514/tid=31520] ppid=31512 vsize=867892 CPUtime=0.09
/proc/31514/task/31520/stat : 31520 (java) S 31512 31514 31231 0 -1 64 1 437 0 0 0 0 8 1 18 0 9 0 27303173 888721408 29793 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31514/tid=31521] ppid=31512 vsize=867892 CPUtime=0.44
/proc/31514/task/31521/stat : 31521 (java) S 31512 31514 31231 0 -1 64 1006 437 0 0 34 1 8 1 16 0 9 0 27303173 888721408 29793 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31514/tid=31522] ppid=31512 vsize=867892 CPUtime=0.09
/proc/31514/task/31522/stat : 31522 (java) S 31512 31514 31231 0 -1 64 1 437 0 0 0 0 8 1 19 0 9 0 27303173 888721408 29793 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31514/tid=31523] ppid=31512 vsize=867892 CPUtime=0.09
/proc/31514/task/31523/stat : 31523 (java) S 31512 31514 31231 0 -1 64 34 437 0 0 0 0 8 1 15 0 9 0 27303173 888721408 29793 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1781.31
Current children cumulated vsize (KiB) 867892



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801 s]
/proc/loadavg: 2.00 2.00 1.89 3/89 31652
/proc/meminfo: memFree=1393560/2055920 swapFree=4192812/4192956
[pid=31514] ppid=31512 vsize=867892 CPUtime=1800
/proc/31514/stat : 31514 (java) S 31512 31514 31231 0 -1 0 42513 437 1 0 179967 24 8 1 19 0 9 0 27303168 888721408 29793 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31514/statm: 216973 29793 2638 9 0 211431 0
[pid=31514/tid=31516] ppid=31512 vsize=867892 CPUtime=1799.33
/proc/31514/task/31516/stat : 31516 (java) R 31512 31514 31231 0 -1 64 20749 437 1 0 179910 14 8 1 25 0 9 0 27303170 888721408 29793 996147200 134512640 134550932 4294955968 18446744073709551615 4127068517 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31514/tid=31517] ppid=31512 vsize=867892 CPUtime=0.37
/proc/31514/task/31517/stat : 31517 (java) S 31512 31514 31231 0 -1 64 19890 437 0 0 22 6 8 1 16 0 9 0 27303171 888721408 29793 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31514/tid=31518] ppid=31512 vsize=867892 CPUtime=0.09
/proc/31514/task/31518/stat : 31518 (java) S 31512 31514 31231 0 -1 64 19 437 0 0 0 0 8 1 16 0 9 0 27303171 888721408 29793 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31514/tid=31519] ppid=31512 vsize=867892 CPUtime=0.09
/proc/31514/task/31519/stat : 31519 (java) S 31512 31514 31231 0 -1 64 8 437 0 0 0 0 8 1 16 0 9 0 27303171 888721408 29793 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31514/tid=31520] ppid=31512 vsize=867892 CPUtime=0.09
/proc/31514/task/31520/stat : 31520 (java) S 31512 31514 31231 0 -1 64 1 437 0 0 0 0 8 1 18 0 9 0 27303173 888721408 29793 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31514/tid=31521] ppid=31512 vsize=867892 CPUtime=0.44
/proc/31514/task/31521/stat : 31521 (java) S 31512 31514 31231 0 -1 64 1006 437 0 0 34 1 8 1 16 0 9 0 27303173 888721408 29793 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31514/tid=31522] ppid=31512 vsize=867892 CPUtime=0.09
/proc/31514/task/31522/stat : 31522 (java) S 31512 31514 31231 0 -1 64 1 437 0 0 0 0 8 1 19 0 9 0 27303173 888721408 29793 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31514/tid=31523] ppid=31512 vsize=867892 CPUtime=0.09
/proc/31514/task/31523/stat : 31523 (java) S 31512 31514 31231 0 -1 64 34 437 0 0 0 0 8 1 15 0 9 0 27303173 888721408 29793 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 867892

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

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

Child status: 143
Real time (s): 1801.07
CPU time (s): 1800.08
CPU user time (s): 1799.81
CPU system time (s): 0.273958
CPU usage (%): 99.9453
Max. virtual memory (cumulated for all children) (KiB): 868008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.81
system time used= 0.273958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42978
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= 38078
involuntary context switches= 41918

runsolver used 2.23566 second user time and 5.96909 second system time

The end

Launcher Data

Begin job on node30 at 2009-07-12 14:39:31
IDJOB=2094070
IDBENCH=53933
IDSOLVER=774
FILE ID=node30/2094070-1247402370
PBS_JOBID= 9510583
Free space on /tmp= 66380 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/ortholatin/normalized-ortholatin-20.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-2094070-1247402370/watcher-2094070-1247402370 -o /tmp/evaluation-result-2094070-1247402370/solver-2094070-1247402370 -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-2094070-1247402370.xml

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

MD5SUM BENCH= 83883806705727ca3a0004ae8dbf9fd1
RANDOM SEED=1972141018

node30.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.277
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.277
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:       1790992 kB
Buffers:         34876 kB
Cached:         121524 kB
SwapCached:          0 kB
Active:         154988 kB
Inactive:        51728 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1790992 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2384 kB
Writeback:           0 kB
Mapped:          70692 kB
Slab:            43424 kB
Committed_AS:  1011528 kB
PageTables:       1808 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= 66372 MiB
End job on node30 at 2009-07-12 15:09:34