Trace number 2095880

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.13 1812.75

General information on the benchmark

Namecsp/pseudoGLB/
normalized-pigeon-cardinality-65-60.xml
MD5SUM3ed2c6a6f432cd3dfd4d93650500b4e8
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
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 variables3900
Number of constraints125
Maximum constraint arity65
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)weightedsum(125)

Solver Data

0.02/0.09	
0.02/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=esac.xml
0.18/0.28	   
0.18/0.28	   instance
0.18/0.28	     name=HOME/instance-2095880-1247408928.xml
0.27/0.31	   
0.27/0.31	   domains being loaded...
0.27/0.32	   
0.27/0.32	   variables being loaded...
0.48/0.56	     nbVariables=3900  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=7800
0.48/0.56	       =>  wckTime=0.31  cpuTime=0.21  mem=18M651
0.48/0.56	   
0.48/0.56	   constraints being loaded...
2.15/2.24	     nbConstraints=248  nbGlobalConstraints=248  nbSharedBinaryRepresentations=0  minDegree=4  maxDegree=6  minArity=60
2.15/2.24	     avgArity=93.35  maxArity=130  nbGenerators=123  nbFusions=0  symmetryWckTime=1.588  symmetryCpuTime=0.79
2.15/2.24	       =>  wckTime=1.99  cpuTime=1.06  mem=47M345
2.25/2.33	   
2.25/2.33	   solver IterativeSystematicSolver being built... 
2.35/2.40	   
2.35/2.40	   INFO : Forward propagation technique limited 
2.56/2.71	       =>  wckTime=2.463  cpuTime=1.31  mem=44M27
5.23/5.46	   
5.23/5.46	   preprocessing
5.23/5.46	     nbConstraintChecks=0  nbPropagations=7985  nbRevisions=0  nbUselessRevisions=0  nbSingletonTests=4018
5.23/5.46	     nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0  detectedInconsistency=no
5.23/5.46	       =>  wckTime=2.742  cpuTime=2.68  mem=45M35

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.99 4/80 1646
/proc/meminfo: memFree=1771712/2055920 swapFree=4192812/4192956
[pid=1646] ppid=1643 vsize=1616 CPUtime=0
/proc/1646/stat : 1646 (java) D 1643 1646 569 0 -1 0 180 0 0 0 0 0 0 0 18 0 1 0 27960258 1654784 148 996147200 134512640 134550932 4294956128 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/1646/statm: 404 148 122 9 0 46 0

[startup+0.028237 s]
/proc/loadavg: 2.00 2.00 1.99 4/80 1646
/proc/meminfo: memFree=1771712/2055920 swapFree=4192812/4192956
[pid=1646] ppid=1643 vsize=861936 CPUtime=0.02
/proc/1646/stat : 1646 (java) S 1643 1646 569 0 -1 0 1896 0 1 0 1 1 0 0 18 0 5 0 27960258 882622464 1578 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/1646/statm: 215484 1578 693 9 0 210399 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 861936

[startup+0.101252 s]
/proc/loadavg: 2.00 2.00 1.99 4/80 1646
/proc/meminfo: memFree=1771712/2055920 swapFree=4192812/4192956
[pid=1646] ppid=1643 vsize=865980 CPUtime=0.08
/proc/1646/stat : 1646 (java) S 1643 1646 569 0 -1 0 3743 0 1 0 6 2 0 0 18 0 9 0 27960258 886763520 3211 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1646/statm: 216495 3211 1700 9 0 210980 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865980

[startup+0.301288 s]
/proc/loadavg: 2.00 2.00 1.99 4/80 1646
/proc/meminfo: memFree=1771712/2055920 swapFree=4192812/4192956
[pid=1646] ppid=1643 vsize=866472 CPUtime=0.27
/proc/1646/stat : 1646 (java) S 1643 1646 569 0 -1 0 5973 0 1 0 24 3 0 0 18 0 9 0 27960258 887267328 5339 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1646/statm: 216618 5339 1984 9 0 211076 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 866472

[startup+0.701364 s]
/proc/loadavg: 2.00 2.00 1.99 4/80 1646
/proc/meminfo: memFree=1771712/2055920 swapFree=4192812/4192956
[pid=1646] ppid=1643 vsize=867492 CPUtime=0.68
/proc/1646/stat : 1646 (java) S 1643 1646 569 0 -1 0 11121 0 1 0 61 7 0 0 18 0 9 0 27960258 888311808 10475 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1646/statm: 216873 10475 2012 9 0 211331 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867492

[startup+1.50253 s]
/proc/loadavg: 2.08 2.02 1.99 3/91 1658
/proc/meminfo: memFree=1733352/2055920 swapFree=4192812/4192956
[pid=1646] ppid=1643 vsize=867816 CPUtime=1.47
/proc/1646/stat : 1646 (java) S 1643 1646 569 0 -1 0 15722 513 1 0 70 9 67 1 18 0 10 0 27960258 888643584 11957 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1646/statm: 216954 11957 2020 9 0 211412 0
[pid=1646/tid=1648] ppid=1643 vsize=867816 CPUtime=1.27
/proc/1646/task/1648/stat : 1648 (java) R 1643 1646 569 0 -1 64 13965 513 1 0 52 7 67 1 16 0 10 0 27960260 888643584 11957 996147200 134512640 134550932 4294955968 18446744073709551615 4126823562 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1646/tid=1649] ppid=1643 vsize=867816 CPUtime=0.68
/proc/1646/task/1649/stat : 1649 (java) S 1643 1646 569 0 -1 64 65 513 0 0 0 0 67 1 16 0 10 0 27960261 888643584 11957 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1646/tid=1650] ppid=1643 vsize=867816 CPUtime=0.68
/proc/1646/task/1650/stat : 1650 (java) S 1643 1646 569 0 -1 64 10 513 0 0 0 0 67 1 21 0 10 0 27960261 888643584 11957 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1646/tid=1651] ppid=1643 vsize=867816 CPUtime=0.68
/proc/1646/task/1651/stat : 1651 (java) S 1643 1646 569 0 -1 64 4 513 0 0 0 0 67 1 22 0 10 0 27960261 888643584 11957 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1646/tid=1652] ppid=1643 vsize=867816 CPUtime=0.68
/proc/1646/task/1652/stat : 1652 (java) S 1643 1646 569 0 -1 64 2 513 0 0 0 0 67 1 22 0 10 0 27960264 888643584 11957 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1646/tid=1653] ppid=1643 vsize=867816 CPUtime=0.85
/proc/1646/task/1653/stat : 1653 (java) S 1643 1646 569 0 -1 64 867 513 0 0 17 0 67 1 15 0 10 0 27960264 888643584 11957 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1646/tid=1654] ppid=1643 vsize=867816 CPUtime=0.68
/proc/1646/task/1654/stat : 1654 (java) S 1643 1646 569 0 -1 64 0 513 0 0 0 0 67 1 23 0 10 0 27960264 888643584 11957 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1646/tid=1656] ppid=1643 vsize=867816 CPUtime=0.68
/proc/1646/task/1656/stat : 1656 (java) S 1643 1646 569 0 -1 64 11 513 0 0 0 0 67 1 15 0 10 0 27960264 888643584 11957 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867816

[startup+3.10183 s]
/proc/loadavg: 2.08 2.02 1.99 3/89 1660
/proc/meminfo: memFree=1706928/2055920 swapFree=4192812/4192956
[pid=1646] ppid=1643 vsize=867984 CPUtime=2.96
/proc/1646/stat : 1646 (java) S 1643 1646 569 0 -1 0 30471 636 1 0 214 14 67 1 18 0 9 0 27960258 888815616 21046 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1646/statm: 216996 21046 2662 9 0 211432 0
[pid=1646/tid=1648] ppid=1643 vsize=867984 CPUtime=2.53
/proc/1646/task/1648/stat : 1648 (java) R 1643 1646 569 0 -1 64 22202 636 1 0 175 10 67 1 20 0 9 0 27960260 888815616 21046 996147200 134512640 134550932 4294955968 18446744073709551615 4127140120 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1646/tid=1649] ppid=1643 vsize=867984 CPUtime=0.8
/proc/1646/task/1649/stat : 1649 (java) S 1643 1646 569 0 -1 64 6489 636 0 0 11 1 67 1 16 0 9 0 27960261 888815616 21046 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1646/tid=1650] ppid=1643 vsize=867984 CPUtime=0.68
/proc/1646/task/1650/stat : 1650 (java) S 1643 1646 569 0 -1 64 18 636 0 0 0 0 67 1 17 0 9 0 27960261 888815616 21046 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1646/tid=1651] ppid=1643 vsize=867984 CPUtime=0.68
/proc/1646/task/1651/stat : 1651 (java) S 1643 1646 569 0 -1 64 9 636 0 0 0 0 67 1 16 0 9 0 27960261 888815616 21046 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1646/tid=1652] ppid=1643 vsize=867984 CPUtime=0.68
/proc/1646/task/1652/stat : 1652 (java) S 1643 1646 569 0 -1 64 2 636 0 0 0 0 67 1 22 0 9 0 27960264 888815616 21046 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1646/tid=1653] ppid=1643 vsize=867984 CPUtime=0.93
/proc/1646/task/1653/stat : 1653 (java) S 1643 1646 569 0 -1 64 938 636 0 0 25 0 67 1 15 0 9 0 27960264 888815616 21046 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1646/tid=1654] ppid=1643 vsize=867984 CPUtime=0.68
/proc/1646/task/1654/stat : 1654 (java) S 1643 1646 569 0 -1 64 0 636 0 0 0 0 67 1 23 0 9 0 27960264 888815616 21046 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1646/tid=1656] ppid=1643 vsize=867984 CPUtime=0.68
/proc/1646/task/1656/stat : 1656 (java) S 1643 1646 569 0 -1 64 11 636 0 0 0 0 67 1 15 0 9 0 27960264 888815616 21046 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 867984

[startup+6.30244 s]
/proc/loadavg: 2.08 2.02 1.99 3/89 1660
/proc/meminfo: memFree=1697456/2055920 swapFree=4192812/4192956
[pid=1646] ppid=1643 vsize=867984 CPUtime=6.12
/proc/1646/stat : 1646 (java) S 1643 1646 569 0 -1 0 30577 636 1 0 530 14 67 1 18 0 9 0 27960258 888815616 21074 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1646/statm: 216996 21074 2662 9 0 211432 0
[pid=1646/tid=1648] ppid=1643 vsize=867984 CPUtime=5.66
/proc/1646/task/1648/stat : 1648 (java) R 1643 1646 569 0 -1 64 22217 636 1 0 488 10 67 1 17 0 9 0 27960260 888815616 21074 996147200 134512640 134550932 4294955968 18446744073709551615 4127213950 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1646/tid=1649] ppid=1643 vsize=867984 CPUtime=0.8
/proc/1646/task/1649/stat : 1649 (java) S 1643 1646 569 0 -1 64 6489 636 0 0 11 1 67 1 16 0 9 0 27960261 888815616 21074 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1646/tid=1650] ppid=1643 vsize=867984 CPUtime=0.68
/proc/1646/task/1650/stat : 1650 (java) S 1643 1646 569 0 -1 64 18 636 0 0 0 0 67 1 17 0 9 0 27960261 888815616 21074 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1646/tid=1651] ppid=1643 vsize=867984 CPUtime=0.68
/proc/1646/task/1651/stat : 1651 (java) S 1643 1646 569 0 -1 64 9 636 0 0 0 0 67 1 16 0 9 0 27960261 888815616 21074 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1646/tid=1652] ppid=1643 vsize=867984 CPUtime=0.68
/proc/1646/task/1652/stat : 1652 (java) S 1643 1646 569 0 -1 64 2 636 0 0 0 0 67 1 22 0 9 0 27960264 888815616 21074 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1646/tid=1653] ppid=1643 vsize=867984 CPUtime=0.98
/proc/1646/task/1653/stat : 1653 (java) S 1643 1646 569 0 -1 64 1005 636 0 0 29 1 67 1 15 0 9 0 27960264 888815616 21074 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1646/tid=1654] ppid=1643 vsize=867984 CPUtime=0.68
/proc/1646/task/1654/stat : 1654 (java) S 1643 1646 569 0 -1 64 0 636 0 0 0 0 67 1 23 0 9 0 27960264 888815616 21074 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1646/tid=1656] ppid=1643 vsize=867984 CPUtime=0.68
/proc/1646/task/1656/stat : 1656 (java) S 1643 1646 569 0 -1 64 35 636 0 0 0 0 67 1 15 0 9 0 27960264 888815616 21074 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 867984

[startup+12.7027 s]
/proc/loadavg: 2.07 2.02 1.99 3/89 1660
/proc/meminfo: memFree=1697200/2055920 swapFree=4192812/4192956
[pid=1646] ppid=1643 vsize=867984 CPUtime=12.46
/proc/1646/stat : 1646 (java) S 1643 1646 569 0 -1 0 30602 636 1 0 1164 14 67 1 18 0 9 0 27960258 888815616 21092 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1646/statm: 216996 21092 2662 9 0 211432 0
[pid=1646/tid=1648] ppid=1643 vsize=867984 CPUtime=11.97
/proc/1646/task/1648/stat : 1648 (java) R 1643 1646 569 0 -1 64 22222 636 1 0 1118 11 67 1 20 0 9 0 27960260 888815616 21092 996147200 134512640 134550932 4294955968 18446744073709551615 4127213907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1646/tid=1649] ppid=1643 vsize=867984 CPUtime=0.8
/proc/1646/task/1649/stat : 1649 (java) S 1643 1646 569 0 -1 64 6489 636 0 0 11 1 67 1 16 0 9 0 27960261 888815616 21092 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1646/tid=1650] ppid=1643 vsize=867984 CPUtime=0.68
/proc/1646/task/1650/stat : 1650 (java) S 1643 1646 569 0 -1 64 18 636 0 0 0 0 67 1 17 0 9 0 27960261 888815616 21092 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1646/tid=1651] ppid=1643 vsize=867984 CPUtime=0.68
/proc/1646/task/1651/stat : 1651 (java) S 1643 1646 569 0 -1 64 9 636 0 0 0 0 67 1 16 0 9 0 27960261 888815616 21092 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1646/tid=1652] ppid=1643 vsize=867984 CPUtime=0.68
/proc/1646/task/1652/stat : 1652 (java) S 1643 1646 569 0 -1 64 2 636 0 0 0 0 67 1 22 0 9 0 27960264 888815616 21092 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1646/tid=1653] ppid=1643 vsize=867984 CPUtime=1.02
/proc/1646/task/1653/stat : 1653 (java) S 1643 1646 569 0 -1 64 1025 636 0 0 33 1 67 1 15 0 9 0 27960264 888815616 21092 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1646/tid=1654] ppid=1643 vsize=867984 CPUtime=0.68
/proc/1646/task/1654/stat : 1654 (java) S 1643 1646 569 0 -1 64 0 636 0 0 0 0 67 1 23 0 9 0 27960264 888815616 21092 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1646/tid=1656] ppid=1643 vsize=867984 CPUtime=0.68
/proc/1646/task/1656/stat : 1656 (java) S 1643 1646 569 0 -1 64 35 636 0 0 0 0 67 1 15 0 9 0 27960264 888815616 21092 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 867984

[startup+25.5021 s]
/proc/loadavg: 2.06 2.01 1.99 3/89 1660
/proc/meminfo: memFree=1697200/2055920 swapFree=4192812/4192956
[pid=1646] ppid=1643 vsize=867984 CPUtime=25.14
/proc/1646/stat : 1646 (java) S 1643 1646 569 0 -1 0 30605 636 1 0 2431 15 67 1 18 0 9 0 27960258 888815616 21093 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1646/statm: 216996 21093 2662 9 0 211432 0
[pid=1646/tid=1648] ppid=1643 vsize=867984 CPUtime=24.64
/proc/1646/task/1648/stat : 1648 (java) R 1643 1646 569 0 -1 64 22224 636 1 0 2385 11 67 1 25 0 9 0 27960260 888815616 21093 996147200 134512640 134550932 4294955968 18446744073709551615 4127120439 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1646/tid=1649] ppid=1643 vsize=867984 CPUtime=0.8
/proc/1646/task/1649/stat : 1649 (java) S 1643 1646 569 0 -1 64 6489 636 0 0 11 1 67 1 16 0 9 0 27960261 888815616 21093 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1646/tid=1650] ppid=1643 vsize=867984 CPUtime=0.68
/proc/1646/task/1650/stat : 1650 (java) S 1643 1646 569 0 -1 64 18 636 0 0 0 0 67 1 17 0 9 0 27960261 888815616 21093 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1646/tid=1651] ppid=1643 vsize=867984 CPUtime=0.68
/proc/1646/task/1651/stat : 1651 (java) S 1643 1646 569 0 -1 64 9 636 0 0 0 0 67 1 16 0 9 0 27960261 888815616 21093 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1646/tid=1652] ppid=1643 vsize=867984 CPUtime=0.68
/proc/1646/task/1652/stat : 1652 (java) S 1643 1646 569 0 -1 64 2 636 0 0 0 0 67 1 22 0 9 0 27960264 888815616 21093 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1646/tid=1653] ppid=1643 vsize=867984 CPUtime=1.02
/proc/1646/task/1653/stat : 1653 (java) S 1643 1646 569 0 -1 64 1026 636 0 0 33 1 67 1 16 0 9 0 27960264 888815616 21093 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1646/tid=1654] ppid=1643 vsize=867984 CPUtime=0.68
/proc/1646/task/1654/stat : 1654 (java) S 1643 1646 569 0 -1 64 0 636 0 0 0 0 67 1 23 0 9 0 27960264 888815616 21093 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1646/tid=1656] ppid=1643 vsize=867984 CPUtime=0.68
/proc/1646/task/1656/stat : 1656 (java) S 1643 1646 569 0 -1 64 35 636 0 0 0 0 67 1 15 0 9 0 27960264 888815616 21093 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 867984

[startup+51.102 s]
/proc/loadavg: 2.04 2.01 1.99 3/89 1660
/proc/meminfo: memFree=1697264/2055920 swapFree=4192812/4192956
[pid=1646] ppid=1643 vsize=867984 CPUtime=50.5
/proc/1646/stat : 1646 (java) S 1643 1646 569 0 -1 0 30607 636 1 0 4967 15 67 1 18 0 9 0 27960258 888815616 21094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1646/statm: 216996 21094 2662 9 0 211432 0
[pid=1646/tid=1648] ppid=1643 vsize=867984 CPUtime=49.99
/proc/1646/task/1648/stat : 1648 (java) R 1643 1646 569 0 -1 64 22225 636 1 0 4920 11 67 1 25 0 9 0 27960260 888815616 21094 996147200 134512640 134550932 4294955968 18446744073709551615 4127142983 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1646/tid=1649] ppid=1643 vsize=867984 CPUtime=0.8
/proc/1646/task/1649/stat : 1649 (java) S 1643 1646 569 0 -1 64 6489 636 0 0 11 1 67 1 16 0 9 0 27960261 888815616 21094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1646/tid=1650] ppid=1643 vsize=867984 CPUtime=0.68
/proc/1646/task/1650/stat : 1650 (java) S 1643 1646 569 0 -1 64 18 636 0 0 0 0 67 1 17 0 9 0 27960261 888815616 21094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1646/tid=1651] ppid=1643 vsize=867984 CPUtime=0.68
/proc/1646/task/1651/stat : 1651 (java) S 1643 1646 569 0 -1 64 9 636 0 0 0 0 67 1 16 0 9 0 27960261 888815616 21094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1646/tid=1652] ppid=1643 vsize=867984 CPUtime=0.68
/proc/1646/task/1652/stat : 1652 (java) S 1643 1646 569 0 -1 64 2 636 0 0 0 0 67 1 22 0 9 0 27960264 888815616 21094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1646/tid=1653] ppid=1643 vsize=867984 CPUtime=1.02
/proc/1646/task/1653/stat : 1653 (java) S 1643 1646 569 0 -1 64 1027 636 0 0 33 1 67 1 15 0 9 0 27960264 888815616 21094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1646/tid=1654] ppid=1643 vsize=867984 CPUtime=0.68
/proc/1646/task/1654/stat : 1654 (java) S 1643 1646 569 0 -1 64 0 636 0 0 0 0 67 1 23 0 9 0 27960264 888815616 21094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/1646/task/1651/stat : 1651 (java) S 1643 1646 569 0 -1 64 9 636 0 0 0 0 67 1 16 0 9 0 27960261 888815616 21094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1646/tid=1652] ppid=1643 vsize=867984 CPUtime=0.68
/proc/1646/task/1652/stat : 1652 (java) S 1643 1646 569 0 -1 64 2 636 0 0 0 0 67 1 22 0 9 0 27960264 888815616 21094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1646/tid=1653] ppid=1643 vsize=867984 CPUtime=1.02
/proc/1646/task/1653/stat : 1653 (java) S 1643 1646 569 0 -1 64 1027 636 0 0 33 1 67 1 15 0 9 0 27960264 888815616 21094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1646/tid=1654] ppid=1643 vsize=867984 CPUtime=0.68
/proc/1646/task/1654/stat : 1654 (java) S 1643 1646 569 0 -1 64 0 636 0 0 0 0 67 1 23 0 9 0 27960264 888815616 21094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1646/tid=1656] ppid=1643 vsize=867984 CPUtime=0.68
/proc/1646/task/1656/stat : 1656 (java) S 1643 1646 569 0 -1 64 35 636 0 0 0 0 67 1 15 0 9 0 27960264 888815616 21094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1529.79
Current children cumulated vsize (KiB) 867984

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/89 1705
/proc/meminfo: memFree=1641200/2055920 swapFree=4192812/4192956
[pid=1646] ppid=1643 vsize=867984 CPUtime=1589.75
/proc/1646/stat : 1646 (java) S 1643 1646 569 0 -1 0 30607 636 1 0 158887 20 67 1 18 0 9 0 27960258 888815616 21094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1646/statm: 216996 21094 2662 9 0 211432 0
[pid=1646/tid=1648] ppid=1643 vsize=867984 CPUtime=1589.25
/proc/1646/task/1648/stat : 1648 (java) R 1643 1646 569 0 -1 64 22225 636 1 0 158841 16 67 1 25 0 9 0 27960260 888815616 21094 996147200 134512640 134550932 4294955968 18446744073709551615 4127213907 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1646/tid=1649] ppid=1643 vsize=867984 CPUtime=0.8
/proc/1646/task/1649/stat : 1649 (java) S 1643 1646 569 0 -1 64 6489 636 0 0 11 1 67 1 16 0 9 0 27960261 888815616 21094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1646/tid=1650] ppid=1643 vsize=867984 CPUtime=0.68
/proc/1646/task/1650/stat : 1650 (java) S 1643 1646 569 0 -1 64 18 636 0 0 0 0 67 1 17 0 9 0 27960261 888815616 21094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1646/tid=1651] ppid=1643 vsize=867984 CPUtime=0.68
/proc/1646/task/1651/stat : 1651 (java) S 1643 1646 569 0 -1 64 9 636 0 0 0 0 67 1 16 0 9 0 27960261 888815616 21094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1646/tid=1652] ppid=1643 vsize=867984 CPUtime=0.68
/proc/1646/task/1652/stat : 1652 (java) S 1643 1646 569 0 -1 64 2 636 0 0 0 0 67 1 22 0 9 0 27960264 888815616 21094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1646/tid=1653] ppid=1643 vsize=867984 CPUtime=1.02
/proc/1646/task/1653/stat : 1653 (java) S 1643 1646 569 0 -1 64 1027 636 0 0 33 1 67 1 15 0 9 0 27960264 888815616 21094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1646/tid=1654] ppid=1643 vsize=867984 CPUtime=0.68
/proc/1646/task/1654/stat : 1654 (java) S 1643 1646 569 0 -1 64 0 636 0 0 0 0 67 1 23 0 9 0 27960264 888815616 21094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1646/tid=1656] ppid=1643 vsize=867984 CPUtime=0.68
/proc/1646/task/1656/stat : 1656 (java) S 1643 1646 569 0 -1 64 35 636 0 0 0 0 67 1 15 0 9 0 27960264 888815616 21094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1589.75
Current children cumulated vsize (KiB) 867984

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/89 1705
/proc/meminfo: memFree=1641200/2055920 swapFree=4192812/4192956
[pid=1646] ppid=1643 vsize=867984 CPUtime=1649.73
/proc/1646/stat : 1646 (java) S 1643 1646 569 0 -1 0 30607 636 1 0 164885 20 67 1 18 0 9 0 27960258 888815616 21094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1646/statm: 216996 21094 2662 9 0 211432 0
[pid=1646/tid=1648] ppid=1643 vsize=867984 CPUtime=1649.23
/proc/1646/task/1648/stat : 1648 (java) R 1643 1646 569 0 -1 64 22225 636 1 0 164839 16 67 1 25 0 9 0 27960260 888815616 21094 996147200 134512640 134550932 4294955968 18446744073709551615 4127213907 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1646/tid=1649] ppid=1643 vsize=867984 CPUtime=0.8
/proc/1646/task/1649/stat : 1649 (java) S 1643 1646 569 0 -1 64 6489 636 0 0 11 1 67 1 16 0 9 0 27960261 888815616 21094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1646/tid=1650] ppid=1643 vsize=867984 CPUtime=0.68
/proc/1646/task/1650/stat : 1650 (java) S 1643 1646 569 0 -1 64 18 636 0 0 0 0 67 1 17 0 9 0 27960261 888815616 21094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1646/tid=1651] ppid=1643 vsize=867984 CPUtime=0.68
/proc/1646/task/1651/stat : 1651 (java) S 1643 1646 569 0 -1 64 9 636 0 0 0 0 67 1 16 0 9 0 27960261 888815616 21094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1646/tid=1652] ppid=1643 vsize=867984 CPUtime=0.68
/proc/1646/task/1652/stat : 1652 (java) S 1643 1646 569 0 -1 64 2 636 0 0 0 0 67 1 22 0 9 0 27960264 888815616 21094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1646/tid=1653] ppid=1643 vsize=867984 CPUtime=1.02
/proc/1646/task/1653/stat : 1653 (java) S 1643 1646 569 0 -1 64 1027 636 0 0 33 1 67 1 15 0 9 0 27960264 888815616 21094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1646/tid=1654] ppid=1643 vsize=867984 CPUtime=0.68
/proc/1646/task/1654/stat : 1654 (java) S 1643 1646 569 0 -1 64 0 636 0 0 0 0 67 1 23 0 9 0 27960264 888815616 21094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1646/tid=1656] ppid=1643 vsize=867984 CPUtime=0.68
/proc/1646/task/1656/stat : 1656 (java) S 1643 1646 569 0 -1 64 35 636 0 0 0 0 67 1 15 0 9 0 27960264 888815616 21094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1649.73
Current children cumulated vsize (KiB) 867984

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/89 1705
/proc/meminfo: memFree=1641200/2055920 swapFree=4192812/4192956
[pid=1646] ppid=1643 vsize=867984 CPUtime=1709.7
/proc/1646/stat : 1646 (java) S 1643 1646 569 0 -1 0 30607 636 1 0 170882 20 67 1 18 0 9 0 27960258 888815616 21094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1646/statm: 216996 21094 2662 9 0 211432 0
[pid=1646/tid=1648] ppid=1643 vsize=867984 CPUtime=1709.2
/proc/1646/task/1648/stat : 1648 (java) R 1643 1646 569 0 -1 64 22225 636 1 0 170836 16 67 1 25 0 9 0 27960260 888815616 21094 996147200 134512640 134550932 4294955968 18446744073709551615 4127213954 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1646/tid=1649] ppid=1643 vsize=867984 CPUtime=0.8
/proc/1646/task/1649/stat : 1649 (java) S 1643 1646 569 0 -1 64 6489 636 0 0 11 1 67 1 16 0 9 0 27960261 888815616 21094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1646/tid=1650] ppid=1643 vsize=867984 CPUtime=0.68
/proc/1646/task/1650/stat : 1650 (java) S 1643 1646 569 0 -1 64 18 636 0 0 0 0 67 1 17 0 9 0 27960261 888815616 21094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1646/tid=1651] ppid=1643 vsize=867984 CPUtime=0.68
/proc/1646/task/1651/stat : 1651 (java) S 1643 1646 569 0 -1 64 9 636 0 0 0 0 67 1 16 0 9 0 27960261 888815616 21094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1646/tid=1652] ppid=1643 vsize=867984 CPUtime=0.68
/proc/1646/task/1652/stat : 1652 (java) S 1643 1646 569 0 -1 64 2 636 0 0 0 0 67 1 22 0 9 0 27960264 888815616 21094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1646/tid=1653] ppid=1643 vsize=867984 CPUtime=1.02
/proc/1646/task/1653/stat : 1653 (java) S 1643 1646 569 0 -1 64 1027 636 0 0 33 1 67 1 15 0 9 0 27960264 888815616 21094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1646/tid=1654] ppid=1643 vsize=867984 CPUtime=0.68
/proc/1646/task/1654/stat : 1654 (java) S 1643 1646 569 0 -1 64 0 636 0 0 0 0 67 1 23 0 9 0 27960264 888815616 21094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1646/tid=1656] ppid=1643 vsize=867984 CPUtime=0.68
/proc/1646/task/1656/stat : 1656 (java) S 1643 1646 569 0 -1 64 35 636 0 0 0 0 67 1 15 0 9 0 27960264 888815616 21094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1709.7
Current children cumulated vsize (KiB) 867984

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/89 1705
/proc/meminfo: memFree=1641136/2055920 swapFree=4192812/4192956
[pid=1646] ppid=1643 vsize=867984 CPUtime=1769.67
/proc/1646/stat : 1646 (java) S 1643 1646 569 0 -1 0 30607 636 1 0 176879 20 67 1 18 0 9 0 27960258 888815616 21094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1646/statm: 216996 21094 2662 9 0 211432 0
[pid=1646/tid=1648] ppid=1643 vsize=867984 CPUtime=1769.17
/proc/1646/task/1648/stat : 1648 (java) R 1643 1646 569 0 -1 64 22225 636 1 0 176833 16 67 1 25 0 9 0 27960260 888815616 21094 996147200 134512640 134550932 4294955968 18446744073709551615 4126824474 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1646/tid=1649] ppid=1643 vsize=867984 CPUtime=0.8
/proc/1646/task/1649/stat : 1649 (java) S 1643 1646 569 0 -1 64 6489 636 0 0 11 1 67 1 16 0 9 0 27960261 888815616 21094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1646/tid=1650] ppid=1643 vsize=867984 CPUtime=0.68
/proc/1646/task/1650/stat : 1650 (java) S 1643 1646 569 0 -1 64 18 636 0 0 0 0 67 1 17 0 9 0 27960261 888815616 21094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1646/tid=1651] ppid=1643 vsize=867984 CPUtime=0.68
/proc/1646/task/1651/stat : 1651 (java) S 1643 1646 569 0 -1 64 9 636 0 0 0 0 67 1 16 0 9 0 27960261 888815616 21094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1646/tid=1652] ppid=1643 vsize=867984 CPUtime=0.68
/proc/1646/task/1652/stat : 1652 (java) S 1643 1646 569 0 -1 64 2 636 0 0 0 0 67 1 22 0 9 0 27960264 888815616 21094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1646/tid=1653] ppid=1643 vsize=867984 CPUtime=1.02
/proc/1646/task/1653/stat : 1653 (java) S 1643 1646 569 0 -1 64 1027 636 0 0 33 1 67 1 15 0 9 0 27960264 888815616 21094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1646/tid=1654] ppid=1643 vsize=867984 CPUtime=0.68
/proc/1646/task/1654/stat : 1654 (java) S 1643 1646 569 0 -1 64 0 636 0 0 0 0 67 1 23 0 9 0 27960264 888815616 21094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1646/tid=1656] ppid=1643 vsize=867984 CPUtime=0.68
/proc/1646/task/1656/stat : 1656 (java) S 1643 1646 569 0 -1 64 35 636 0 0 0 0 67 1 15 0 9 0 27960264 888815616 21094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1769.67
Current children cumulated vsize (KiB) 867984



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.7 s]
/proc/loadavg: 1.99 1.98 1.99 4/89 1705
/proc/meminfo: memFree=1641136/2055920 swapFree=4192812/4192956
[pid=1646] ppid=1643 vsize=867984 CPUtime=1800.06
/proc/1646/stat : 1646 (java) S 1643 1646 569 0 -1 0 30607 636 1 0 179918 20 67 1 18 0 9 0 27960258 888815616 21094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1646/statm: 216996 21094 2662 9 0 211432 0
[pid=1646/tid=1648] ppid=1643 vsize=867984 CPUtime=1799.56
/proc/1646/task/1648/stat : 1648 (java) R 1643 1646 569 0 -1 64 22225 636 1 0 179872 16 67 1 25 0 9 0 27960260 888815616 21094 996147200 134512640 134550932 4294955968 18446744073709551615 4127144216 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1646/tid=1649] ppid=1643 vsize=867984 CPUtime=0.8
/proc/1646/task/1649/stat : 1649 (java) S 1643 1646 569 0 -1 64 6489 636 0 0 11 1 67 1 16 0 9 0 27960261 888815616 21094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1646/tid=1650] ppid=1643 vsize=867984 CPUtime=0.68
/proc/1646/task/1650/stat : 1650 (java) S 1643 1646 569 0 -1 64 18 636 0 0 0 0 67 1 17 0 9 0 27960261 888815616 21094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1646/tid=1651] ppid=1643 vsize=867984 CPUtime=0.68
/proc/1646/task/1651/stat : 1651 (java) S 1643 1646 569 0 -1 64 9 636 0 0 0 0 67 1 16 0 9 0 27960261 888815616 21094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1646/tid=1652] ppid=1643 vsize=867984 CPUtime=0.68
/proc/1646/task/1652/stat : 1652 (java) S 1643 1646 569 0 -1 64 2 636 0 0 0 0 67 1 22 0 9 0 27960264 888815616 21094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1646/tid=1653] ppid=1643 vsize=867984 CPUtime=1.02
/proc/1646/task/1653/stat : 1653 (java) S 1643 1646 569 0 -1 64 1027 636 0 0 33 1 67 1 15 0 9 0 27960264 888815616 21094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1646/tid=1654] ppid=1643 vsize=867984 CPUtime=0.68
/proc/1646/task/1654/stat : 1654 (java) S 1643 1646 569 0 -1 64 0 636 0 0 0 0 67 1 23 0 9 0 27960264 888815616 21094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1646/tid=1656] ppid=1643 vsize=867984 CPUtime=0.68
/proc/1646/task/1656/stat : 1656 (java) S 1643 1646 569 0 -1 64 35 636 0 0 0 0 67 1 15 0 9 0 27960264 888815616 21094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 867984

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

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

[startup+1812.7 s]
/proc/loadavg: 1.99 1.98 1.99 4/89 1705
/proc/meminfo: memFree=1641136/2055920 swapFree=4192812/4192956
[pid=1646] ppid=1643 vsize=867984 CPUtime=1800.06
/proc/1646/stat : 1646 (java) S 1643 1646 569 0 -1 0 30607 636 1 0 179918 20 67 1 18 0 9 0 27960258 888815616 21094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1646/statm: 216996 21094 2662 9 0 211432 0
[pid=1646/tid=1648] ppid=1643 vsize=867984 CPUtime=1799.56
/proc/1646/task/1648/stat : 1648 (java) R 1643 1646 569 0 -1 64 22225 636 1 0 179872 16 67 1 25 0 9 0 27960260 888815616 21094 996147200 134512640 134550932 4294955968 18446744073709551615 4127144216 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1646/tid=1649] ppid=1643 vsize=867984 CPUtime=0.8
/proc/1646/task/1649/stat : 1649 (java) S 1643 1646 569 0 -1 64 6489 636 0 0 11 1 67 1 16 0 9 0 27960261 888815616 21094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1646/tid=1650] ppid=1643 vsize=867984 CPUtime=0.68
/proc/1646/task/1650/stat : 1650 (java) S 1643 1646 569 0 -1 64 18 636 0 0 0 0 67 1 17 0 9 0 27960261 888815616 21094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1646/tid=1651] ppid=1643 vsize=867984 CPUtime=0.68
/proc/1646/task/1651/stat : 1651 (java) S 1643 1646 569 0 -1 64 9 636 0 0 0 0 67 1 16 0 9 0 27960261 888815616 21094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1646/tid=1652] ppid=1643 vsize=867984 CPUtime=0.68
/proc/1646/task/1652/stat : 1652 (java) S 1643 1646 569 0 -1 64 2 636 0 0 0 0 67 1 22 0 9 0 27960264 888815616 21094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1646/tid=1653] ppid=1643 vsize=867984 CPUtime=1.02
/proc/1646/task/1653/stat : 1653 (java) S 1643 1646 569 0 -1 64 1027 636 0 0 33 1 67 1 15 0 9 0 27960264 888815616 21094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1646/tid=1654] ppid=1643 vsize=867984 CPUtime=0.68
/proc/1646/task/1654/stat : 1654 (java) S 1643 1646 569 0 -1 64 0 636 0 0 0 0 67 1 23 0 9 0 27960264 888815616 21094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1646/tid=1656] ppid=1643 vsize=867984 CPUtime=0.68
/proc/1646/task/1656/stat : 1656 (java) S 1643 1646 569 0 -1 64 35 636 0 0 0 0 67 1 15 0 9 0 27960264 888815616 21094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 867984

Child status: 143
Real time (s): 1812.75
CPU time (s): 1800.13
CPU user time (s): 1799.9
CPU system time (s): 0.232964
CPU usage (%): 99.3036
Max. virtual memory (cumulated for all children) (KiB): 870876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.9
system time used= 0.232964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31272
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= 38345
involuntary context switches= 67292

runsolver used 2.12968 second user time and 6.12507 second system time

The end

Launcher Data

Begin job on node5 at 2009-07-12 16:28:48
IDJOB=2095880
IDBENCH=55831
IDSOLVER=774
FILE ID=node5/2095880-1247408928
PBS_JOBID= 9510634
Free space on /tmp= 66440 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-pigeon-cardinality-65-60.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-2095880-1247408928/watcher-2095880-1247408928 -o /tmp/evaluation-result-2095880-1247408928/solver-2095880-1247408928 -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-2095880-1247408928.xml

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

MD5SUM BENCH= 3ed2c6a6f432cd3dfd4d93650500b4e8
RANDOM SEED=763177522

node5.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.258
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.258
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:       1772192 kB
Buffers:         50856 kB
Cached:         124992 kB
SwapCached:          0 kB
Active:         149852 kB
Inactive:        78344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1772192 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2304 kB
Writeback:           0 kB
Mapped:          72668 kB
Slab:            40692 kB
Committed_AS:  1027024 kB
PageTables:       1868 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= 66432 MiB
End job on node5 at 2009-07-12 16:59:03