Trace number 1132610

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 AC? (TO) 1800.15 1802.77

General information on the benchmark

Namecsp/CabinetStart1/
normalized-cabinet-5597.xml
MD5SUM476e06c4b20dd2340044af09f53184cd
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.024995
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of constraints126
Maximum constraint arity15
Maximum domain size84591
Number of constraints which are defined in extension0
Number of constraints which are defined in intension21
Global constraints used (with number of constraints)element(98),weightedsum(7)

Solver Data (download as text)

0.03/0.15	
0.03/0.15	Abscon 112 (May, 2008)
0.18/0.37	
0.18/0.37	   configuration
0.18/0.37	     name=mac.xml
0.27/0.44	   
0.27/0.44	   instance
0.27/0.44	     name=HOME/instance-1132610-1220288659.xml
0.27/0.48	   
0.27/0.48	   domains being loaded...
0.34/0.51	   
0.34/0.51	   variables being loaded...
0.34/0.58	     nbVariables=120  nbDomainTypes=107  minDomainSize=2  maxDomainSize=84591  nbTotalValues=319064
0.34/0.58	       =>  wckTime=0.207  cpuTime=0.14  mem=14M734
0.34/0.58	   
0.34/0.58	   predicates being loaded...
0.44/0.64	   
0.44/0.64	   constraints being loaded...
0.93/1.12	     nbConstraints=126  nbUnaryConstraints=7  nbGlobalConstraints=14  nbPurgedValues=273966  nbConvertedConstraints=13
0.93/1.12	     nbConvertConstraintsChecks=1421  nbExtensionStructures=1  nbSharedExtensionStructures=12  nbConflictsStructures=99
0.93/1.12	     nbSharedConflictsStructures=12  nbUnbuiltConflictsStructures=1  nbSharedBinaryRepresentations=7
0.93/1.12	     nbEvaluationManagers=99  nbSharedEvaluationManagers=0  minDegree=1  maxDegree=11  minArity=2  avgArity=3.49
0.93/1.12	     maxArity=15  nbGenerators=0  nbFusions=0  symmetryWckTime=0.072  symmetryCpuTime=0.03
0.93/1.12	       =>  wckTime=0.746  cpuTime=0.53  mem=32M339
0.93/1.20	   
0.93/1.20	   solver IterativeSystematicSolver being built... 
1.12/1.31	   
1.12/1.31	   INFO : Forward propagation technique limited 
1.12/1.38	       =>  wckTime=1.001  cpuTime=0.7  mem=44M595
1.22/1.41	   
1.22/1.41	   preprocessing
1.22/1.41	     nbConstraintChecks=0  nbPropagations=120  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.22/1.41	     detectedInconsistency=no
1.22/1.41	       =>  wckTime=0.022  cpuTime=0.01  mem=45M499
2.62/2.83	   
2.62/2.83	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=49M886)

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1132610-1220288659/watcher-1132610-1220288659 -o /tmp/evaluation-result-1132610-1220288659/solver-1132610-1220288659 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1132610-1220288659.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.35 2.54 2.23 4/80 31762
/proc/meminfo: memFree=1869016/2055920 swapFree=4192812/4192956
[pid=31762] ppid=31760 vsize=10616 CPUtime=0
/proc/31762/stat : 31762 (java) S 31760 31762 30577 0 -1 0 676 0 0 0 0 0 0 0 18 0 2 0 355956146 10870784 472 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/31762/statm: 2654 472 209 9 0 1184 0
[pid=31762/tid=31763] ppid=31760 vsize=10616 CPUtime=0
/proc/31762/task/31763/stat : 31763 (java) R 31760 31762 30577 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 355956148 10870784 472 996147200 134512640 134550740 4294955968 18446744073709551615 8466392 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0846959 s]
/proc/loadavg: 2.35 2.54 2.23 4/80 31762
/proc/meminfo: memFree=1869016/2055920 swapFree=4192812/4192956
[pid=31762] ppid=31760 vsize=861880 CPUtime=0.02
/proc/31762/stat : 31762 (java) S 31760 31762 30577 0 -1 0 1898 0 1 0 1 1 0 0 18 0 5 0 355956146 882565120 1583 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/31762/statm: 215470 1583 703 9 0 210449 0
[pid=31762/tid=31763] ppid=31760 vsize=861880 CPUtime=0
/proc/31762/task/31763/stat : 31763 (java) R 31760 31762 30577 0 -1 64 1206 0 1 0 0 0 0 0 17 0 5 0 355956148 882565120 1583 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 861880

[startup+0.102701 s]
/proc/loadavg: 2.35 2.54 2.23 4/80 31762
/proc/meminfo: memFree=1869016/2055920 swapFree=4192812/4192956
[pid=31762] ppid=31760 vsize=861876 CPUtime=0.03
/proc/31762/stat : 31762 (java) S 31760 31762 30577 0 -1 0 2272 0 1 0 2 1 0 0 18 0 5 0 355956146 882561024 1879 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/31762/statm: 215469 1879 860 9 0 210448 0
[pid=31762/tid=31763] ppid=31760 vsize=861876 CPUtime=0.02
/proc/31762/task/31763/stat : 31763 (java) D 31760 31762 30577 0 -1 64 1580 0 1 0 2 0 0 0 17 0 5 0 355956148 882561024 1879 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800971 18446744071563608240 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 861876

[startup+0.301741 s]
/proc/loadavg: 2.35 2.54 2.23 4/80 31762
/proc/meminfo: memFree=1869016/2055920 swapFree=4192812/4192956
[pid=31762] ppid=31760 vsize=866064 CPUtime=0.18
/proc/31762/stat : 31762 (java) S 31760 31762 30577 0 -1 0 4527 0 11 0 15 3 0 0 18 0 9 0 355956146 886849536 3967 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31762/statm: 216516 3967 1856 9 0 211064 0
[pid=31762/tid=31763] ppid=31760 vsize=866064 CPUtime=0.15
/proc/31762/task/31763/stat : 31763 (java) R 31760 31762 30577 0 -1 64 3604 0 11 0 13 2 0 0 18 0 9 0 355956148 886849536 3967 996147200 134512640 134550740 4294955968 18446744073709551615 4125950500 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 866064

[startup+0.701821 s]
/proc/loadavg: 2.35 2.54 2.23 4/80 31762
/proc/meminfo: memFree=1869016/2055920 swapFree=4192812/4192956
[pid=31762] ppid=31760 vsize=866596 CPUtime=0.54
/proc/31762/stat : 31762 (java) S 31760 31762 30577 0 -1 0 9064 0 25 0 48 6 0 0 18 0 9 0 355956146 887394304 8448 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31762/statm: 216649 8448 2010 9 0 211155 0
[pid=31762/tid=31763] ppid=31760 vsize=866596 CPUtime=0.44
/proc/31762/task/31763/stat : 31763 (java) R 31760 31762 30577 0 -1 64 8052 0 25 0 39 5 0 0 19 0 9 0 355956148 887394304 8448 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 866596

[startup+1.50297 s]
/proc/loadavg: 2.35 2.54 2.23 3/89 31771
/proc/meminfo: memFree=1823376/2055920 swapFree=4192812/4192956
[pid=31762] ppid=31760 vsize=868392 CPUtime=1.32
/proc/31762/stat : 31762 (java) S 31760 31762 30577 0 -1 0 26069 281 26 1 120 12 0 0 18 0 9 0 355956146 889233408 16580 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31762/statm: 217098 16580 2633 9 0 211604 0
[pid=31762/tid=31763] ppid=31760 vsize=868392 CPUtime=1.01
/proc/31762/task/31763/stat : 31763 (java) R 31760 31762 30577 0 -1 64 19105 281 26 1 92 9 0 0 23 0 9 0 355956148 889233408 16580 996147200 134512640 134550740 4294955968 18446744073709551615 4127013075 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31762/tid=31765] ppid=31760 vsize=868392 CPUtime=0.06
/proc/31762/task/31765/stat : 31765 (java) S 31760 31762 30577 0 -1 64 5271 281 0 1 5 1 0 0 16 0 9 0 355956153 889233408 16580 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31762/tid=31766] ppid=31760 vsize=868392 CPUtime=0
/proc/31762/task/31766/stat : 31766 (java) S 31760 31762 30577 0 -1 64 16 281 0 1 0 0 0 0 16 0 9 0 355956153 889233408 16580 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31762/tid=31767] ppid=31760 vsize=868392 CPUtime=0
/proc/31762/task/31767/stat : 31767 (java) S 31760 31762 30577 0 -1 64 10 281 0 1 0 0 0 0 16 0 9 0 355956153 889233408 16580 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31762/tid=31768] ppid=31760 vsize=868392 CPUtime=0
/proc/31762/task/31768/stat : 31768 (java) S 31760 31762 30577 0 -1 64 0 281 0 1 0 0 0 0 18 0 9 0 355956158 889233408 16580 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31762/tid=31769] ppid=31760 vsize=868392 CPUtime=0.21
/proc/31762/task/31769/stat : 31769 (java) S 31760 31762 30577 0 -1 64 845 281 0 1 21 0 0 0 15 0 9 0 355956158 889233408 16580 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31762/tid=31770] ppid=31760 vsize=868392 CPUtime=0
/proc/31762/task/31770/stat : 31770 (java) S 31760 31762 30577 0 -1 64 2 281 0 1 0 0 0 0 19 0 9 0 355956158 889233408 16580 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31762/tid=31771] ppid=31760 vsize=868392 CPUtime=0
/proc/31762/task/31771/stat : 31771 (java) S 31760 31762 30577 0 -1 64 3 281 0 1 0 0 0 0 15 0 9 0 355956158 889233408 16580 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 868392

[startup+3.10129 s]
/proc/loadavg: 2.32 2.53 2.23 3/89 31775
/proc/meminfo: memFree=1805520/2055920 swapFree=4192812/4192956
[pid=31762] ppid=31760 vsize=868392 CPUtime=2.91
/proc/31762/stat : 31762 (java) S 31760 31762 30577 0 -1 0 27201 281 26 1 278 13 0 0 18 0 9 0 355956146 889233408 17700 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31762/statm: 217098 17700 2633 9 0 211604 0
[pid=31762/tid=31763] ppid=31760 vsize=868392 CPUtime=2.55
/proc/31762/task/31763/stat : 31763 (java) R 31760 31762 30577 0 -1 64 20198 281 26 1 245 10 0 0 25 0 9 0 355956148 889233408 17700 996147200 134512640 134550740 4294955968 18446744073709551615 4126898702 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31762/tid=31765] ppid=31760 vsize=868392 CPUtime=0.06
/proc/31762/task/31765/stat : 31765 (java) S 31760 31762 30577 0 -1 64 5272 281 0 1 5 1 0 0 17 0 9 0 355956153 889233408 17700 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31762/tid=31766] ppid=31760 vsize=868392 CPUtime=0
/proc/31762/task/31766/stat : 31766 (java) S 31760 31762 30577 0 -1 64 16 281 0 1 0 0 0 0 16 0 9 0 355956153 889233408 17700 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31762/tid=31767] ppid=31760 vsize=868392 CPUtime=0
/proc/31762/task/31767/stat : 31767 (java) S 31760 31762 30577 0 -1 64 10 281 0 1 0 0 0 0 16 0 9 0 355956153 889233408 17700 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31762/tid=31768] ppid=31760 vsize=868392 CPUtime=0
/proc/31762/task/31768/stat : 31768 (java) S 31760 31762 30577 0 -1 64 0 281 0 1 0 0 0 0 18 0 9 0 355956158 889233408 17700 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31762/tid=31769] ppid=31760 vsize=868392 CPUtime=0.27
/proc/31762/task/31769/stat : 31769 (java) S 31760 31762 30577 0 -1 64 883 281 0 1 27 0 0 0 16 0 9 0 355956158 889233408 17700 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31762/tid=31770] ppid=31760 vsize=868392 CPUtime=0
/proc/31762/task/31770/stat : 31770 (java) S 31760 31762 30577 0 -1 64 2 281 0 1 0 0 0 0 19 0 9 0 355956158 889233408 17700 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31762/tid=31771] ppid=31760 vsize=868392 CPUtime=0
/proc/31762/task/31771/stat : 31771 (java) S 31760 31762 30577 0 -1 64 3 281 0 1 0 0 0 0 15 0 9 0 355956158 889233408 17700 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 868392

[startup+6.30292 s]
/proc/loadavg: 2.32 2.53 2.23 3/89 31775
/proc/meminfo: memFree=1800848/2055920 swapFree=4192812/4192956
[pid=31762] ppid=31760 vsize=868392 CPUtime=6.1
/proc/31762/stat : 31762 (java) S 31760 31762 30577 0 -1 0 27255 281 26 1 597 13 0 0 18 0 9 0 355956146 889233408 17718 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31762/statm: 217098 17718 2633 9 0 211604 0
[pid=31762/tid=31763] ppid=31760 vsize=868392 CPUtime=5.72
/proc/31762/task/31763/stat : 31763 (java) R 31760 31762 30577 0 -1 64 20205 281 26 1 562 10 0 0 25 0 9 0 355956148 889233408 17718 996147200 134512640 134550740 4294955968 18446744073709551615 4127022404 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31762/tid=31765] ppid=31760 vsize=868392 CPUtime=0.06
/proc/31762/task/31765/stat : 31765 (java) S 31760 31762 30577 0 -1 64 5272 281 0 1 5 1 0 0 16 0 9 0 355956153 889233408 17718 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31762/tid=31766] ppid=31760 vsize=868392 CPUtime=0
/proc/31762/task/31766/stat : 31766 (java) S 31760 31762 30577 0 -1 64 16 281 0 1 0 0 0 0 16 0 9 0 355956153 889233408 17718 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31762/tid=31767] ppid=31760 vsize=868392 CPUtime=0
/proc/31762/task/31767/stat : 31767 (java) S 31760 31762 30577 0 -1 64 10 281 0 1 0 0 0 0 16 0 9 0 355956153 889233408 17718 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31762/tid=31768] ppid=31760 vsize=868392 CPUtime=0
/proc/31762/task/31768/stat : 31768 (java) S 31760 31762 30577 0 -1 64 0 281 0 1 0 0 0 0 18 0 9 0 355956158 889233408 17718 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31762/tid=31769] ppid=31760 vsize=868392 CPUtime=0.29
/proc/31762/task/31769/stat : 31769 (java) S 31760 31762 30577 0 -1 64 898 281 0 1 29 0 0 0 16 0 9 0 355956158 889233408 17718 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31762/tid=31770] ppid=31760 vsize=868392 CPUtime=0
/proc/31762/task/31770/stat : 31770 (java) S 31760 31762 30577 0 -1 64 2 281 0 1 0 0 0 0 19 0 9 0 355956158 889233408 17718 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31762/tid=31771] ppid=31760 vsize=868392 CPUtime=0
/proc/31762/task/31771/stat : 31771 (java) S 31760 31762 30577 0 -1 64 35 281 0 1 0 0 0 0 15 0 9 0 355956158 889233408 17718 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 868392

[startup+12.7012 s]
/proc/loadavg: 2.30 2.52 2.23 3/89 31775
/proc/meminfo: memFree=1800848/2055920 swapFree=4192812/4192956
[pid=31762] ppid=31760 vsize=868392 CPUtime=12.46
/proc/31762/stat : 31762 (java) S 31760 31762 30577 0 -1 0 27256 281 26 1 1233 13 0 0 18 0 9 0 355956146 889233408 17719 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31762/statm: 217098 17719 2633 9 0 211604 0
[pid=31762/tid=31763] ppid=31760 vsize=868392 CPUtime=12.08
/proc/31762/task/31763/stat : 31763 (java) R 31760 31762 30577 0 -1 64 20206 281 26 1 1198 10 0 0 25 0 9 0 355956148 889233408 17719 996147200 134512640 134550740 4294955968 18446744073709551615 4127117623 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31762/tid=31765] ppid=31760 vsize=868392 CPUtime=0.06
/proc/31762/task/31765/stat : 31765 (java) S 31760 31762 30577 0 -1 64 5272 281 0 1 5 1 0 0 16 0 9 0 355956153 889233408 17719 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31762/tid=31766] ppid=31760 vsize=868392 CPUtime=0
/proc/31762/task/31766/stat : 31766 (java) S 31760 31762 30577 0 -1 64 16 281 0 1 0 0 0 0 16 0 9 0 355956153 889233408 17719 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31762/tid=31767] ppid=31760 vsize=868392 CPUtime=0
/proc/31762/task/31767/stat : 31767 (java) S 31760 31762 30577 0 -1 64 10 281 0 1 0 0 0 0 16 0 9 0 355956153 889233408 17719 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31762/tid=31768] ppid=31760 vsize=868392 CPUtime=0
/proc/31762/task/31768/stat : 31768 (java) S 31760 31762 30577 0 -1 64 0 281 0 1 0 0 0 0 18 0 9 0 355956158 889233408 17719 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31762/tid=31769] ppid=31760 vsize=868392 CPUtime=0.29
/proc/31762/task/31769/stat : 31769 (java) S 31760 31762 30577 0 -1 64 898 281 0 1 29 0 0 0 16 0 9 0 355956158 889233408 17719 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31762/tid=31770] ppid=31760 vsize=868392 CPUtime=0
/proc/31762/task/31770/stat : 31770 (java) S 31760 31762 30577 0 -1 64 2 281 0 1 0 0 0 0 19 0 9 0 355956158 889233408 17719 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31762/tid=31771] ppid=31760 vsize=868392 CPUtime=0
/proc/31762/task/31771/stat : 31771 (java) S 31760 31762 30577 0 -1 64 35 281 0 1 0 0 0 0 15 0 9 0 355956158 889233408 17719 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 868392

[startup+25.5027 s]
/proc/loadavg: 2.23 2.50 2.22 3/89 31775
/proc/meminfo: memFree=1801040/2055920 swapFree=4192812/4192956
[pid=31762] ppid=31760 vsize=868392 CPUtime=25.2
/proc/31762/stat : 31762 (java) S 31760 31762 30577 0 -1 0 27259 281 26 1 2507 13 0 0 18 0 9 0 355956146 889233408 17721 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31762/statm: 217098 17721 2633 9 0 211604 0
[pid=31762/tid=31763] ppid=31760 vsize=868392 CPUtime=24.82
/proc/31762/task/31763/stat : 31763 (java) R 31760 31762 30577 0 -1 64 20209 281 26 1 2472 10 0 0 25 0 9 0 355956148 889233408 17721 996147200 134512640 134550740 4294955968 18446744073709551615 4127018555 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31762/tid=31765] ppid=31760 vsize=868392 CPUtime=0.06
/proc/31762/task/31765/stat : 31765 (java) S 31760 31762 30577 0 -1 64 5272 281 0 1 5 1 0 0 16 0 9 0 355956153 889233408 17721 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31762/tid=31766] ppid=31760 vsize=868392 CPUtime=0
/proc/31762/task/31766/stat : 31766 (java) S 31760 31762 30577 0 -1 64 16 281 0 1 0 0 0 0 16 0 9 0 355956153 889233408 17721 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31762/tid=31767] ppid=31760 vsize=868392 CPUtime=0
/proc/31762/task/31767/stat : 31767 (java) S 31760 31762 30577 0 -1 64 10 281 0 1 0 0 0 0 16 0 9 0 355956153 889233408 17721 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31762/tid=31768] ppid=31760 vsize=868392 CPUtime=0
/proc/31762/task/31768/stat : 31768 (java) S 31760 31762 30577 0 -1 64 0 281 0 1 0 0 0 0 18 0 9 0 355956158 889233408 17721 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31762/tid=31769] ppid=31760 vsize=868392 CPUtime=0.29
/proc/31762/task/31769/stat : 31769 (java) S 31760 31762 30577 0 -1 64 898 281 0 1 29 0 0 0 16 0 9 0 355956158 889233408 17721 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31762/tid=31770] ppid=31760 vsize=868392 CPUtime=0
/proc/31762/task/31770/stat : 31770 (java) S 31760 31762 30577 0 -1 64 2 281 0 1 0 0 0 0 19 0 9 0 355956158 889233408 17721 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31762/tid=31771] ppid=31760 vsize=868392 CPUtime=0
/proc/31762/task/31771/stat : 31771 (java) S 31760 31762 30577 0 -1 64 35 281 0 1 0 0 0 0 15 0 9 0 355956158 889233408 17721 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 868392

[startup+51.1027 s]
/proc/loadavg: 2.15 2.46 2.21 3/89 31775
/proc/meminfo: memFree=1801168/2055920 swapFree=4192812/4192956
[pid=31762] ppid=31760 vsize=868392 CPUtime=50.68
/proc/31762/stat : 31762 (java) S 31760 31762 30577 0 -1 0 27260 281 26 1 5055 13 0 0 18 0 9 0 355956146 889233408 17722 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31762/statm: 217098 17722 2633 9 0 211604 0
[pid=31762/tid=31763] ppid=31760 vsize=868392 CPUtime=50.29
/proc/31762/task/31763/stat : 31763 (java) R 31760 31762 30577 0 -1 64 20210 281 26 1 5019 10 0 0 25 0 9 0 355956148 889233408 17722 996147200 134512640 134550740 4294955968 18446744073709551615 4127022400 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31762/tid=31765] ppid=31760 vsize=868392 CPUtime=0.06

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

/proc/31762/task/31767/stat : 31767 (java) S 31760 31762 30577 0 -1 64 10 281 0 1 0 0 0 0 16 0 9 0 355956153 889233408 17727 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31762/tid=31768] ppid=31760 vsize=868392 CPUtime=0
/proc/31762/task/31768/stat : 31768 (java) S 31760 31762 30577 0 -1 64 0 281 0 1 0 0 0 0 18 0 9 0 355956158 889233408 17727 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31762/tid=31769] ppid=31760 vsize=868392 CPUtime=0.29
/proc/31762/task/31769/stat : 31769 (java) S 31760 31762 30577 0 -1 64 899 281 0 1 29 0 0 0 16 0 9 0 355956158 889233408 17727 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31762/tid=31770] ppid=31760 vsize=868392 CPUtime=0
/proc/31762/task/31770/stat : 31770 (java) S 31760 31762 30577 0 -1 64 2 281 0 1 0 0 0 0 19 0 9 0 355956158 889233408 17727 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31762/tid=31771] ppid=31760 vsize=868392 CPUtime=0
/proc/31762/task/31771/stat : 31771 (java) S 31760 31762 30577 0 -1 64 35 281 0 1 0 0 0 0 15 0 9 0 355956158 889233408 17727 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1539.78
Current children cumulated vsize (KiB) 868392

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 31821
/proc/meminfo: memFree=1805904/2055920 swapFree=4192812/4192956
[pid=31762] ppid=31760 vsize=868392 CPUtime=1599.75
/proc/31762/stat : 31762 (java) S 31760 31762 30577 0 -1 0 27266 281 26 1 159960 15 0 0 18 0 9 0 355956146 889233408 17728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31762/statm: 217098 17728 2633 9 0 211604 0
[pid=31762/tid=31763] ppid=31760 vsize=868392 CPUtime=1599.36
/proc/31762/task/31763/stat : 31763 (java) R 31760 31762 30577 0 -1 64 20215 281 26 1 159924 12 0 0 25 0 9 0 355956148 889233408 17728 996147200 134512640 134550740 4294955968 18446744073709551615 4126899513 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31762/tid=31765] ppid=31760 vsize=868392 CPUtime=0.06
/proc/31762/task/31765/stat : 31765 (java) S 31760 31762 30577 0 -1 64 5272 281 0 1 5 1 0 0 16 0 9 0 355956153 889233408 17728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31762/tid=31766] ppid=31760 vsize=868392 CPUtime=0
/proc/31762/task/31766/stat : 31766 (java) S 31760 31762 30577 0 -1 64 16 281 0 1 0 0 0 0 16 0 9 0 355956153 889233408 17728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31762/tid=31767] ppid=31760 vsize=868392 CPUtime=0
/proc/31762/task/31767/stat : 31767 (java) S 31760 31762 30577 0 -1 64 10 281 0 1 0 0 0 0 16 0 9 0 355956153 889233408 17728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31762/tid=31768] ppid=31760 vsize=868392 CPUtime=0
/proc/31762/task/31768/stat : 31768 (java) S 31760 31762 30577 0 -1 64 0 281 0 1 0 0 0 0 18 0 9 0 355956158 889233408 17728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31762/tid=31769] ppid=31760 vsize=868392 CPUtime=0.29
/proc/31762/task/31769/stat : 31769 (java) S 31760 31762 30577 0 -1 64 899 281 0 1 29 0 0 0 16 0 9 0 355956158 889233408 17728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31762/tid=31770] ppid=31760 vsize=868392 CPUtime=0
/proc/31762/task/31770/stat : 31770 (java) S 31760 31762 30577 0 -1 64 2 281 0 1 0 0 0 0 19 0 9 0 355956158 889233408 17728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31762/tid=31771] ppid=31760 vsize=868392 CPUtime=0
/proc/31762/task/31771/stat : 31771 (java) S 31760 31762 30577 0 -1 64 35 281 0 1 0 0 0 0 15 0 9 0 355956158 889233408 17728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1599.75
Current children cumulated vsize (KiB) 868392

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 31821
/proc/meminfo: memFree=1805904/2055920 swapFree=4192812/4192956
[pid=31762] ppid=31760 vsize=868392 CPUtime=1659.72
/proc/31762/stat : 31762 (java) S 31760 31762 30577 0 -1 0 27266 281 26 1 165957 15 0 0 18 0 9 0 355956146 889233408 17728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31762/statm: 217098 17728 2633 9 0 211604 0
[pid=31762/tid=31763] ppid=31760 vsize=868392 CPUtime=1659.34
/proc/31762/task/31763/stat : 31763 (java) R 31760 31762 30577 0 -1 64 20215 281 26 1 165922 12 0 0 25 0 9 0 355956148 889233408 17728 996147200 134512640 134550740 4294955968 18446744073709551615 4127022404 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31762/tid=31765] ppid=31760 vsize=868392 CPUtime=0.06
/proc/31762/task/31765/stat : 31765 (java) S 31760 31762 30577 0 -1 64 5272 281 0 1 5 1 0 0 16 0 9 0 355956153 889233408 17728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31762/tid=31766] ppid=31760 vsize=868392 CPUtime=0
/proc/31762/task/31766/stat : 31766 (java) S 31760 31762 30577 0 -1 64 16 281 0 1 0 0 0 0 16 0 9 0 355956153 889233408 17728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31762/tid=31767] ppid=31760 vsize=868392 CPUtime=0
/proc/31762/task/31767/stat : 31767 (java) S 31760 31762 30577 0 -1 64 10 281 0 1 0 0 0 0 16 0 9 0 355956153 889233408 17728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31762/tid=31768] ppid=31760 vsize=868392 CPUtime=0
/proc/31762/task/31768/stat : 31768 (java) S 31760 31762 30577 0 -1 64 0 281 0 1 0 0 0 0 18 0 9 0 355956158 889233408 17728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31762/tid=31769] ppid=31760 vsize=868392 CPUtime=0.29
/proc/31762/task/31769/stat : 31769 (java) S 31760 31762 30577 0 -1 64 899 281 0 1 29 0 0 0 16 0 9 0 355956158 889233408 17728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31762/tid=31770] ppid=31760 vsize=868392 CPUtime=0
/proc/31762/task/31770/stat : 31770 (java) S 31760 31762 30577 0 -1 64 2 281 0 1 0 0 0 0 19 0 9 0 355956158 889233408 17728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31762/tid=31771] ppid=31760 vsize=868392 CPUtime=0
/proc/31762/task/31771/stat : 31771 (java) S 31760 31762 30577 0 -1 64 35 281 0 1 0 0 0 0 15 0 9 0 355956158 889233408 17728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1659.72
Current children cumulated vsize (KiB) 868392

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 31821
/proc/meminfo: memFree=1805840/2055920 swapFree=4192812/4192956
[pid=31762] ppid=31760 vsize=868392 CPUtime=1719.69
/proc/31762/stat : 31762 (java) S 31760 31762 30577 0 -1 0 27266 281 26 1 171954 15 0 0 18 0 9 0 355956146 889233408 17728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31762/statm: 217098 17728 2633 9 0 211604 0
[pid=31762/tid=31763] ppid=31760 vsize=868392 CPUtime=1719.31
/proc/31762/task/31763/stat : 31763 (java) R 31760 31762 30577 0 -1 64 20215 281 26 1 171919 12 0 0 25 0 9 0 355956148 889233408 17728 996147200 134512640 134550740 4294955968 18446744073709551615 4127018513 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31762/tid=31765] ppid=31760 vsize=868392 CPUtime=0.06
/proc/31762/task/31765/stat : 31765 (java) S 31760 31762 30577 0 -1 64 5272 281 0 1 5 1 0 0 16 0 9 0 355956153 889233408 17728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31762/tid=31766] ppid=31760 vsize=868392 CPUtime=0
/proc/31762/task/31766/stat : 31766 (java) S 31760 31762 30577 0 -1 64 16 281 0 1 0 0 0 0 16 0 9 0 355956153 889233408 17728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31762/tid=31767] ppid=31760 vsize=868392 CPUtime=0
/proc/31762/task/31767/stat : 31767 (java) S 31760 31762 30577 0 -1 64 10 281 0 1 0 0 0 0 16 0 9 0 355956153 889233408 17728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31762/tid=31768] ppid=31760 vsize=868392 CPUtime=0
/proc/31762/task/31768/stat : 31768 (java) S 31760 31762 30577 0 -1 64 0 281 0 1 0 0 0 0 18 0 9 0 355956158 889233408 17728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31762/tid=31769] ppid=31760 vsize=868392 CPUtime=0.29
/proc/31762/task/31769/stat : 31769 (java) S 31760 31762 30577 0 -1 64 899 281 0 1 29 0 0 0 16 0 9 0 355956158 889233408 17728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31762/tid=31770] ppid=31760 vsize=868392 CPUtime=0
/proc/31762/task/31770/stat : 31770 (java) S 31760 31762 30577 0 -1 64 2 281 0 1 0 0 0 0 19 0 9 0 355956158 889233408 17728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31762/tid=31771] ppid=31760 vsize=868392 CPUtime=0
/proc/31762/task/31771/stat : 31771 (java) S 31760 31762 30577 0 -1 64 35 281 0 1 0 0 0 0 15 0 9 0 355956158 889233408 17728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1719.69
Current children cumulated vsize (KiB) 868392

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 31821
/proc/meminfo: memFree=1805776/2055920 swapFree=4192812/4192956
[pid=31762] ppid=31760 vsize=868392 CPUtime=1779.67
/proc/31762/stat : 31762 (java) S 31760 31762 30577 0 -1 0 27266 281 26 1 177952 15 0 0 18 0 9 0 355956146 889233408 17728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31762/statm: 217098 17728 2633 9 0 211604 0
[pid=31762/tid=31763] ppid=31760 vsize=868392 CPUtime=1779.28
/proc/31762/task/31763/stat : 31763 (java) R 31760 31762 30577 0 -1 64 20215 281 26 1 177916 12 0 0 25 0 9 0 355956148 889233408 17728 996147200 134512640 134550740 4294955968 18446744073709551615 4126095725 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31762/tid=31765] ppid=31760 vsize=868392 CPUtime=0.06
/proc/31762/task/31765/stat : 31765 (java) S 31760 31762 30577 0 -1 64 5272 281 0 1 5 1 0 0 16 0 9 0 355956153 889233408 17728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31762/tid=31766] ppid=31760 vsize=868392 CPUtime=0
/proc/31762/task/31766/stat : 31766 (java) S 31760 31762 30577 0 -1 64 16 281 0 1 0 0 0 0 16 0 9 0 355956153 889233408 17728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31762/tid=31767] ppid=31760 vsize=868392 CPUtime=0
/proc/31762/task/31767/stat : 31767 (java) S 31760 31762 30577 0 -1 64 10 281 0 1 0 0 0 0 16 0 9 0 355956153 889233408 17728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31762/tid=31768] ppid=31760 vsize=868392 CPUtime=0
/proc/31762/task/31768/stat : 31768 (java) S 31760 31762 30577 0 -1 64 0 281 0 1 0 0 0 0 18 0 9 0 355956158 889233408 17728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31762/tid=31769] ppid=31760 vsize=868392 CPUtime=0.29
/proc/31762/task/31769/stat : 31769 (java) S 31760 31762 30577 0 -1 64 899 281 0 1 29 0 0 0 16 0 9 0 355956158 889233408 17728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31762/tid=31770] ppid=31760 vsize=868392 CPUtime=0
/proc/31762/task/31770/stat : 31770 (java) S 31760 31762 30577 0 -1 64 2 281 0 1 0 0 0 0 19 0 9 0 355956158 889233408 17728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31762/tid=31771] ppid=31760 vsize=868392 CPUtime=0
/proc/31762/task/31771/stat : 31771 (java) S 31760 31762 30577 0 -1 64 35 281 0 1 0 0 0 0 15 0 9 0 355956158 889233408 17728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1779.67
Current children cumulated vsize (KiB) 868392



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 31821
/proc/meminfo: memFree=1805776/2055920 swapFree=4192812/4192956
[pid=31762] ppid=31760 vsize=868392 CPUtime=1800.06
/proc/31762/stat : 31762 (java) S 31760 31762 30577 0 -1 0 27266 281 26 1 179991 15 0 0 18 0 9 0 355956146 889233408 17728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31762/statm: 217098 17728 2633 9 0 211604 0
[pid=31762/tid=31763] ppid=31760 vsize=868392 CPUtime=1799.68
/proc/31762/task/31763/stat : 31763 (java) R 31760 31762 30577 0 -1 64 20215 281 26 1 179956 12 0 0 25 0 9 0 355956148 889233408 17728 996147200 134512640 134550740 4294955968 18446744073709551615 4126893104 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31762/tid=31765] ppid=31760 vsize=868392 CPUtime=0.06
/proc/31762/task/31765/stat : 31765 (java) S 31760 31762 30577 0 -1 64 5272 281 0 1 5 1 0 0 16 0 9 0 355956153 889233408 17728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31762/tid=31766] ppid=31760 vsize=868392 CPUtime=0
/proc/31762/task/31766/stat : 31766 (java) S 31760 31762 30577 0 -1 64 16 281 0 1 0 0 0 0 16 0 9 0 355956153 889233408 17728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31762/tid=31767] ppid=31760 vsize=868392 CPUtime=0
/proc/31762/task/31767/stat : 31767 (java) S 31760 31762 30577 0 -1 64 10 281 0 1 0 0 0 0 16 0 9 0 355956153 889233408 17728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31762/tid=31768] ppid=31760 vsize=868392 CPUtime=0
/proc/31762/task/31768/stat : 31768 (java) S 31760 31762 30577 0 -1 64 0 281 0 1 0 0 0 0 18 0 9 0 355956158 889233408 17728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31762/tid=31769] ppid=31760 vsize=868392 CPUtime=0.29
/proc/31762/task/31769/stat : 31769 (java) S 31760 31762 30577 0 -1 64 899 281 0 1 29 0 0 0 16 0 9 0 355956158 889233408 17728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31762/tid=31770] ppid=31760 vsize=868392 CPUtime=0
/proc/31762/task/31770/stat : 31770 (java) S 31760 31762 30577 0 -1 64 2 281 0 1 0 0 0 0 19 0 9 0 355956158 889233408 17728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31762/tid=31771] ppid=31760 vsize=868392 CPUtime=0
/proc/31762/task/31771/stat : 31771 (java) S 31760 31762 30577 0 -1 64 35 281 0 1 0 0 0 0 15 0 9 0 355956158 889233408 17728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 868392

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

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

[startup+1802.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 31821
/proc/meminfo: memFree=1805776/2055920 swapFree=4192812/4192956
[pid=31762] ppid=31760 vsize=868392 CPUtime=1800.06
/proc/31762/stat : 31762 (java) S 31760 31762 30577 0 -1 0 27266 281 26 1 179991 15 0 0 18 0 9 0 355956146 889233408 17728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31762/statm: 217098 17728 2633 9 0 211604 0
[pid=31762/tid=31763] ppid=31760 vsize=868392 CPUtime=1799.68
/proc/31762/task/31763/stat : 31763 (java) R 31760 31762 30577 0 -1 64 20215 281 26 1 179956 12 0 0 25 0 9 0 355956148 889233408 17728 996147200 134512640 134550740 4294955968 18446744073709551615 4126893104 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31762/tid=31765] ppid=31760 vsize=868392 CPUtime=0.06
/proc/31762/task/31765/stat : 31765 (java) S 31760 31762 30577 0 -1 64 5272 281 0 1 5 1 0 0 16 0 9 0 355956153 889233408 17728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31762/tid=31766] ppid=31760 vsize=868392 CPUtime=0
/proc/31762/task/31766/stat : 31766 (java) S 31760 31762 30577 0 -1 64 16 281 0 1 0 0 0 0 16 0 9 0 355956153 889233408 17728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31762/tid=31767] ppid=31760 vsize=868392 CPUtime=0
/proc/31762/task/31767/stat : 31767 (java) S 31760 31762 30577 0 -1 64 10 281 0 1 0 0 0 0 16 0 9 0 355956153 889233408 17728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31762/tid=31768] ppid=31760 vsize=868392 CPUtime=0
/proc/31762/task/31768/stat : 31768 (java) S 31760 31762 30577 0 -1 64 0 281 0 1 0 0 0 0 18 0 9 0 355956158 889233408 17728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31762/tid=31769] ppid=31760 vsize=868392 CPUtime=0.29
/proc/31762/task/31769/stat : 31769 (java) S 31760 31762 30577 0 -1 64 899 281 0 1 29 0 0 0 16 0 9 0 355956158 889233408 17728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31762/tid=31770] ppid=31760 vsize=868392 CPUtime=0
/proc/31762/task/31770/stat : 31770 (java) S 31760 31762 30577 0 -1 64 2 281 0 1 0 0 0 0 19 0 9 0 355956158 889233408 17728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31762/tid=31771] ppid=31760 vsize=868392 CPUtime=0
/proc/31762/task/31771/stat : 31771 (java) S 31760 31762 30577 0 -1 64 35 281 0 1 0 0 0 0 15 0 9 0 355956158 889233408 17728 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 868392

Child status: 143
Real time (s): 1802.77
CPU time (s): 1800.15
CPU user time (s): 1799.98
CPU system time (s): 0.177972
CPU usage (%): 99.8548
Max. virtual memory (cumulated for all children) (KiB): 868392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.98
system time used= 0.177972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27580
page faults= 27
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38274
involuntary context switches= 52735

runsolver used 2.35364 second user time and 5.85311 second system time

The end

Launcher Data (download as text)

Begin job on node20 at 2008-09-01 19:04:19
IDJOB=1132610
IDBENCH=66176
IDSOLVER=363
FILE ID=node20/1132610-1220288659
PBS_JOBID= 8108517
Free space on /tmp= 66556 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/CabinetStart1/normalized-cabinet-5597.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1132610-1220288659/watcher-1132610-1220288659 -o /tmp/evaluation-result-1132610-1220288659/solver-1132610-1220288659 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1132610-1220288659.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 476e06c4b20dd2340044af09f53184cd
RANDOM SEED=47156848

node20.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.264
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.264
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:       1869496 kB
Buffers:          3024 kB
Cached:          45664 kB
SwapCached:          0 kB
Active:         121848 kB
Inactive:        11388 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1869496 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2040 kB
Writeback:           0 kB
Mapped:         102132 kB
Slab:            38320 kB
Committed_AS:   909448 kB
PageTables:       1936 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= 66556 MiB
End job on node20 at 2008-09-01 19:34:24