Trace number 2098568

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 ESACSAT 20.2489 20.4973

DiagnosticValue
CHECKS18804900
NODES528

General information on the benchmark

Namecsp/queens/
normalized-queens-200.xml
MD5SUM054f76ffe13ea2991d6de6635966b938
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark16.2935
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints19900
Maximum constraint arity2
Maximum domain size200
Number of constraints which are defined in extension0
Number of constraints which are defined in intension19900
Global constraints used (with number of constraints)

Solver Data

0.03/0.09	
0.03/0.09	Abscon 112 (May, 2008)
0.18/0.26	
0.18/0.26	   configuration
0.18/0.26	     name=esac.xml
0.28/0.30	   
0.28/0.30	   instance
0.28/0.30	     name=HOME/instance-2098568-1247416108.xml
0.28/0.33	   
0.28/0.33	   domains being loaded...
0.28/0.34	   
0.28/0.34	   variables being loaded...
0.39/0.41	     nbVariables=200  nbDomainTypes=1  minDomainSize=200  maxDomainSize=200  nbTotalValues=40000
0.39/0.41	       =>  wckTime=0.143  cpuTime=0.12  mem=8M867
0.39/0.41	   
0.39/0.41	   predicates being loaded...
0.39/0.47	   
0.39/0.47	   constraints being loaded...
8.29/8.47	     nbConstraints=19902  nbGlobalConstraints=2  nbConvertedConstraints=19900  nbConvertConstraintsChecks=8000000
8.29/8.47	     nbExtensionStructures=200  nbSharedExtensionStructures=19700  nbConflictsStructures=200
8.29/8.47	     nbSharedConflictsStructures=19700  nbSharedBinaryRepresentations=56169  minDegree=201  maxDegree=201  minArity=2
8.29/8.47	     avgArity=2.02  maxArity=200  nbGenerators=1  nbFusions=1  symmetryWckTime=1.318  symmetryCpuTime=0.7  nbCliques=1
8.29/8.47	       =>  wckTime=8.206  cpuTime=6.96  mem=42M484
8.59/8.73	   
8.59/8.73	   solver IterativeSystematicSolver being built... 
8.69/8.83	   
8.69/8.83	   INFO : Forward propagation technique limited 
8.78/8.91	       =>  wckTime=8.644  cpuTime=7.09  mem=52M468
13.04/13.29	   
13.04/13.29	   preprocessing
13.04/13.29	     nbConstraintChecks=5354535  nbPropagations=34281  nbRevisions=39480  nbUselessRevisions=5697  nbSingletonTests=357
13.04/13.29	     nbEffectiveSingletonTests=0  nbACRemovals=2  nbFoundSingletons=0  nbRemovedValues=2  nbRemovedTuples=19899
13.04/13.29	     detectedInconsistency=no
13.04/13.29	       =>  wckTime=4.38  cpuTime=4.3  mem=53M504
20.17/20.43	   
20.17/20.43	   search
20.17/20.43	     run=2  nbConstraintChecks=13450346  minDepth=197  maxDepth=200  nbPropagations=205323  nbRevisions=291487
20.17/20.43	     nbUselessRevisions=76890  nbAssignments=528  nbFailedAssignments=26  nbBacktracks=45  nbVisitedNodes=582
20.17/20.43	     nbRestartNogoods=6  nbFoundSolutions=1  mapSize=41  nbInferences=0  nbTooLargeKeys=0  nbSEliminables=0
20.17/20.43	     nbREliminables=0  nbIEliminables=113.23  nbDEliminables=0  nbPEliminables=0
20.17/20.43	       =>  wckTime=11.521  cpuTime=11.34  mem=55M447
20.17/20.43	   
20.17/20.43	   global
20.17/20.43	     nbConstraintChecks=18804881  nbPropagations=239604  nbRevisions=330967  nbUselessRevisions=82587
20.17/20.43	     nbRestartNogoods=6  solvingWckTime=11.523  solvingCpuTime=11.34  expiredTime=no  totalExploration=no
20.17/20.43	     nbFoundSolutions=1  firstSolutionCpuTime=18.4  globalCpuTime=18.48
20.17/20.43	       =>  wckTime=20.169  cpuTime=18.44  mem=55M447
20.17/20.43	   
20.17/20.43	s SATISFIABLE
20.17/20.43	v 96 142 108 89 126 137 130 97 78 116 124 6 194 7 106 104 93 74 193 8 94 192 100 191 10 92 190 12 189 13 188 75 187 14 186 15 185 16 184 17 183 18 182 19 181 20 180 101 21 179 22 178 23 118 177 111 24 115 176 25 56 141 175 125 105 62 135 119 26 29 117 91 174 134 27 172 68 171 173 66 28 127 133 30 168 170 60 140 33 121 113 166 59 36 64 31 169 35 63 167 164 32 110 37 163 87 43 34 199 38 165 57 47 39 162 40 49 153 145 143 158 147 157 53 46 144 148 155 52 154 48 44 161 151 50 152 45 42 150 54 51 156 149 55 146 114 107 109 5 112 99 160 195 41 159 95 98 197 86 82 79 81 76 73 71 198 67 65 72 61 102 128 123 70 138 131 120 132 80 129 2 122 3 196 136 139 103 58 83 1 90 69 85 4 11 9 77 84 88 200 
20.17/20.43	d NODES 528
20.17/20.43	d CHECKS 18804881
20.17/20.43	   
20.17/20.43	   totalWckTime=20.239  totalCpuTime=18.48

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2098568-1247416108/watcher-2098568-1247416108 -o /tmp/evaluation-result-2098568-1247416108/solver-2098568-1247416108 -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-2098568-1247416108.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: 1.85 1.97 1.99 4/80 29807
/proc/meminfo: memFree=1721360/2055920 swapFree=4192812/4192956
[pid=29807] ppid=29805 vsize=1616 CPUtime=0
/proc/29807/stat : 29807 (java) R 29805 29807 29770 0 -1 0 178 0 0 0 0 0 0 0 18 0 1 0 28673690 1654784 146 996147200 134512640 134550932 4294956128 18446744073709551615 10648160 0 0 4096 0 0 0 0 17 0 0 0
/proc/29807/statm: 404 148 122 9 0 46 0

[startup+0.05072 s]
/proc/loadavg: 1.85 1.97 1.99 4/80 29807
/proc/meminfo: memFree=1721360/2055920 swapFree=4192812/4192956
[pid=29807] ppid=29805 vsize=862776 CPUtime=0.03
/proc/29807/stat : 29807 (java) S 29805 29807 29770 0 -1 0 2419 0 1 0 2 1 0 0 18 0 7 0 28673690 883482624 1992 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29807/statm: 215694 1992 910 9 0 210609 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 862776

[startup+0.101435 s]
/proc/loadavg: 1.85 1.97 1.99 4/80 29807
/proc/meminfo: memFree=1721360/2055920 swapFree=4192812/4192956
[pid=29807] ppid=29805 vsize=865984 CPUtime=0.08
/proc/29807/stat : 29807 (java) S 29805 29807 29770 0 -1 0 3731 0 1 0 6 2 0 0 18 0 9 0 28673690 886767616 3199 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29807/statm: 216496 3199 1695 9 0 210981 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.301463 s]
/proc/loadavg: 1.85 1.97 1.99 4/80 29807
/proc/meminfo: memFree=1721360/2055920 swapFree=4192812/4192956
[pid=29807] ppid=29805 vsize=866380 CPUtime=0.28
/proc/29807/stat : 29807 (java) S 29805 29807 29770 0 -1 0 5833 0 1 0 24 4 0 0 18 0 9 0 28673690 887173120 5204 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29807/statm: 216595 5204 1979 9 0 211053 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.701509 s]
/proc/loadavg: 1.85 1.97 1.99 4/80 29807
/proc/meminfo: memFree=1721360/2055920 swapFree=4192812/4192956
[pid=29807] ppid=29805 vsize=867776 CPUtime=0.68
/proc/29807/stat : 29807 (java) S 29805 29807 29770 0 -1 0 8968 0 1 0 62 6 0 0 18 0 9 0 28673690 888602624 8322 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29807/statm: 216944 8322 2036 9 0 211380 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867776

[startup+1.50161 s]
/proc/loadavg: 1.85 1.97 1.99 3/89 29816
/proc/meminfo: memFree=1678344/2055920 swapFree=4192812/4192956
[pid=29807] ppid=29805 vsize=867688 CPUtime=1.47
/proc/29807/stat : 29807 (java) S 29805 29807 29770 0 -1 0 18797 0 1 0 137 10 0 0 18 0 9 0 28673690 888512512 18125 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29807/statm: 216922 18125 2026 9 0 211380 0
[pid=29807/tid=29809] ppid=29805 vsize=867688 CPUtime=1.2
/proc/29807/task/29809/stat : 29809 (java) R 29805 29807 29770 0 -1 64 15792 0 1 0 112 8 0 0 25 0 9 0 28673691 888512512 18125 996147200 134512640 134550932 4294955968 18446744073709551615 102883335 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29807/tid=29810] ppid=29805 vsize=867688 CPUtime=0.06
/proc/29807/task/29810/stat : 29810 (java) S 29805 29807 29770 0 -1 64 1631 0 0 0 6 0 0 0 16 0 9 0 28673693 888512512 18125 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29807/tid=29811] ppid=29805 vsize=867688 CPUtime=0
/proc/29807/task/29811/stat : 29811 (java) S 29805 29807 29770 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28673693 888512512 18125 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29807/tid=29812] ppid=29805 vsize=867688 CPUtime=0
/proc/29807/task/29812/stat : 29812 (java) S 29805 29807 29770 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28673693 888512512 18125 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29807/tid=29813] ppid=29805 vsize=867688 CPUtime=0
/proc/29807/task/29813/stat : 29813 (java) S 29805 29807 29770 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28673695 888512512 18125 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29807/tid=29814] ppid=29805 vsize=867688 CPUtime=0.17
/proc/29807/task/29814/stat : 29814 (java) S 29805 29807 29770 0 -1 64 673 0 0 0 17 0 0 0 16 0 9 0 28673695 888512512 18125 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29807/tid=29815] ppid=29805 vsize=867688 CPUtime=0
/proc/29807/task/29815/stat : 29815 (java) S 29805 29807 29770 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28673695 888512512 18125 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29807/tid=29816] ppid=29805 vsize=867688 CPUtime=0
/proc/29807/task/29816/stat : 29816 (java) S 29805 29807 29770 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28673695 888512512 18125 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) 867688

[startup+3.10279 s]
/proc/loadavg: 1.85 1.97 1.99 3/89 29816
/proc/meminfo: memFree=1656136/2055920 swapFree=4192812/4192956
[pid=29807] ppid=29805 vsize=867688 CPUtime=3.06
/proc/29807/stat : 29807 (java) S 29805 29807 29770 0 -1 0 18852 0 1 0 295 11 0 0 18 0 9 0 28673690 888512512 18177 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29807/statm: 216922 18177 2029 9 0 211380 0
[pid=29807/tid=29809] ppid=29805 vsize=867688 CPUtime=2.76
/proc/29807/task/29809/stat : 29809 (java) R 29805 29807 29770 0 -1 64 15821 0 1 0 267 9 0 0 25 0 9 0 28673691 888512512 18177 996147200 134512640 134550932 4294955968 18446744073709551615 4126900733 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29807/tid=29810] ppid=29805 vsize=867688 CPUtime=0.06
/proc/29807/task/29810/stat : 29810 (java) S 29805 29807 29770 0 -1 64 1631 0 0 0 6 0 0 0 17 0 9 0 28673693 888512512 18177 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29807/tid=29811] ppid=29805 vsize=867688 CPUtime=0
/proc/29807/task/29811/stat : 29811 (java) S 29805 29807 29770 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28673693 888512512 18177 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29807/tid=29812] ppid=29805 vsize=867688 CPUtime=0
/proc/29807/task/29812/stat : 29812 (java) S 29805 29807 29770 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28673693 888512512 18177 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29807/tid=29813] ppid=29805 vsize=867688 CPUtime=0
/proc/29807/task/29813/stat : 29813 (java) S 29805 29807 29770 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28673695 888512512 18177 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29807/tid=29814] ppid=29805 vsize=867688 CPUtime=0.2
/proc/29807/task/29814/stat : 29814 (java) S 29805 29807 29770 0 -1 64 699 0 0 0 20 0 0 0 15 0 9 0 28673695 888512512 18177 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29807/tid=29815] ppid=29805 vsize=867688 CPUtime=0
/proc/29807/task/29815/stat : 29815 (java) S 29805 29807 29770 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28673695 888512512 18177 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29807/tid=29816] ppid=29805 vsize=867688 CPUtime=0
/proc/29807/task/29816/stat : 29816 (java) S 29805 29807 29770 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28673695 888512512 18177 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867688

[startup+6.30217 s]
/proc/loadavg: 1.86 1.97 1.99 3/89 29816
/proc/meminfo: memFree=1641864/2055920 swapFree=4192812/4192956
[pid=29807] ppid=29805 vsize=867688 CPUtime=6.23
/proc/29807/stat : 29807 (java) S 29805 29807 29770 0 -1 0 23315 0 1 0 559 64 0 0 18 0 9 0 28673690 888512512 22636 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29807/statm: 216922 22636 2029 9 0 211380 0
[pid=29807/tid=29809] ppid=29805 vsize=867688 CPUtime=5.67
/proc/29807/task/29809/stat : 29809 (java) R 29805 29807 29770 0 -1 64 15830 0 1 0 508 59 0 0 24 0 9 0 28673691 888512512 22636 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29807/tid=29810] ppid=29805 vsize=867688 CPUtime=0.25
/proc/29807/task/29810/stat : 29810 (java) R 29805 29807 29770 0 -1 64 6042 0 0 0 23 2 0 0 17 0 9 0 28673693 888512512 22636 996147200 134512640 134550932 4294955968 18446744073709551615 102759260 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29807/tid=29811] ppid=29805 vsize=867688 CPUtime=0
/proc/29807/task/29811/stat : 29811 (java) S 29805 29807 29770 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28673693 888512512 22636 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29807/tid=29812] ppid=29805 vsize=867688 CPUtime=0
/proc/29807/task/29812/stat : 29812 (java) S 29805 29807 29770 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28673693 888512512 22636 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29807/tid=29813] ppid=29805 vsize=867688 CPUtime=0
/proc/29807/task/29813/stat : 29813 (java) S 29805 29807 29770 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28673695 888512512 22636 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29807/tid=29814] ppid=29805 vsize=867688 CPUtime=0.26
/proc/29807/task/29814/stat : 29814 (java) S 29805 29807 29770 0 -1 64 742 0 0 0 26 0 0 0 16 0 9 0 28673695 888512512 22636 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29807/tid=29815] ppid=29805 vsize=867688 CPUtime=0
/proc/29807/task/29815/stat : 29815 (java) S 29805 29807 29770 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28673695 888512512 22636 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29807/tid=29816] ppid=29805 vsize=867688 CPUtime=0
/proc/29807/task/29816/stat : 29816 (java) S 29805 29807 29770 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28673695 888512512 22636 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 867688

[startup+12.7029 s]
/proc/loadavg: 1.87 1.97 1.99 3/89 29820
/proc/meminfo: memFree=1616448/2055920 swapFree=4192812/4192956
[pid=29807] ppid=29805 vsize=868424 CPUtime=12.55
/proc/29807/stat : 29807 (java) S 29805 29807 29770 0 -1 0 57008 1412 1 0 1113 105 36 1 18 0 9 0 28673690 889266176 28584 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29807/statm: 217106 28584 2663 9 0 211542 0
[pid=29807/tid=29809] ppid=29805 vsize=868424 CPUtime=11.38
/proc/29807/task/29809/stat : 29809 (java) R 29805 29807 29770 0 -1 64 23992 1412 1 0 1007 94 36 1 25 0 9 0 28673691 889266176 28584 996147200 134512640 134550932 4294955968 18446744073709551615 4127370722 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29807/tid=29810] ppid=29805 vsize=868424 CPUtime=1.09
/proc/29807/task/29810/stat : 29810 (java) S 29805 29807 29770 0 -1 64 31140 1412 0 0 65 7 36 1 17 0 9 0 28673693 889266176 28584 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29807/tid=29811] ppid=29805 vsize=868424 CPUtime=0.37
/proc/29807/task/29811/stat : 29811 (java) S 29805 29807 29770 0 -1 64 28 1412 0 0 0 0 36 1 17 0 9 0 28673693 889266176 28584 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29807/tid=29812] ppid=29805 vsize=868424 CPUtime=0.37
/proc/29807/task/29812/stat : 29812 (java) S 29805 29807 29770 0 -1 64 21 1412 0 0 0 0 36 1 16 0 9 0 28673693 889266176 28584 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29807/tid=29813] ppid=29805 vsize=868424 CPUtime=0.37
/proc/29807/task/29813/stat : 29813 (java) S 29805 29807 29770 0 -1 64 2 1412 0 0 0 0 36 1 18 0 9 0 28673695 889266176 28584 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29807/tid=29814] ppid=29805 vsize=868424 CPUtime=0.77
/proc/29807/task/29814/stat : 29814 (java) S 29805 29807 29770 0 -1 64 1009 1412 0 0 39 1 36 1 16 0 9 0 28673695 889266176 28584 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29807/tid=29815] ppid=29805 vsize=868424 CPUtime=0.37
/proc/29807/task/29815/stat : 29815 (java) S 29805 29807 29770 0 -1 64 0 1412 0 0 0 0 36 1 19 0 9 0 28673695 889266176 28584 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29807/tid=29816] ppid=29805 vsize=868424 CPUtime=0.37
/proc/29807/task/29816/stat : 29816 (java) S 29805 29807 29770 0 -1 64 11 1412 0 0 0 0 36 1 15 0 9 0 28673695 889266176 28584 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 868424

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

[startup+15.9013 s]
/proc/loadavg: 1.88 1.97 1.99 3/89 29820
/proc/meminfo: memFree=1616448/2055920 swapFree=4192812/4192956
[pid=29807] ppid=29805 vsize=868424 CPUtime=15.71
/proc/29807/stat : 29807 (java) S 29805 29807 29770 0 -1 0 57376 1412 1 0 1429 105 36 1 18 0 9 0 28673690 889266176 28601 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29807/statm: 217106 28601 2663 9 0 211542 0
[pid=29807/tid=29809] ppid=29805 vsize=868424 CPUtime=14.52
/proc/29807/task/29809/stat : 29809 (java) R 29805 29807 29770 0 -1 64 24345 1412 1 0 1321 94 36 1 25 0 9 0 28673691 889266176 28601 996147200 134512640 134550932 4294955968 18446744073709551615 4127417123 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29807/tid=29810] ppid=29805 vsize=868424 CPUtime=1.09
/proc/29807/task/29810/stat : 29810 (java) S 29805 29807 29770 0 -1 64 31140 1412 0 0 65 7 36 1 17 0 9 0 28673693 889266176 28601 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29807/tid=29811] ppid=29805 vsize=868424 CPUtime=0.37
/proc/29807/task/29811/stat : 29811 (java) S 29805 29807 29770 0 -1 64 28 1412 0 0 0 0 36 1 17 0 9 0 28673693 889266176 28601 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29807/tid=29812] ppid=29805 vsize=868424 CPUtime=0.37
/proc/29807/task/29812/stat : 29812 (java) S 29805 29807 29770 0 -1 64 21 1412 0 0 0 0 36 1 16 0 9 0 28673693 889266176 28601 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29807/tid=29813] ppid=29805 vsize=868424 CPUtime=0.37
/proc/29807/task/29813/stat : 29813 (java) S 29805 29807 29770 0 -1 64 2 1412 0 0 0 0 36 1 18 0 9 0 28673695 889266176 28601 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29807/tid=29814] ppid=29805 vsize=868424 CPUtime=0.79
/proc/29807/task/29814/stat : 29814 (java) S 29805 29807 29770 0 -1 64 1024 1412 0 0 41 1 36 1 15 0 9 0 28673695 889266176 28601 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29807/tid=29815] ppid=29805 vsize=868424 CPUtime=0.37
/proc/29807/task/29815/stat : 29815 (java) S 29805 29807 29770 0 -1 64 0 1412 0 0 0 0 36 1 19 0 9 0 28673695 889266176 28601 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29807/tid=29816] ppid=29805 vsize=868424 CPUtime=0.37
/proc/29807/task/29816/stat : 29816 (java) S 29805 29807 29770 0 -1 64 11 1412 0 0 0 0 36 1 15 0 9 0 28673695 889266176 28601 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.71
Current children cumulated vsize (KiB) 868424

[startup+17.5015 s]
/proc/loadavg: 1.88 1.97 1.99 3/89 29820
/proc/meminfo: memFree=1616448/2055920 swapFree=4192812/4192956
[pid=29807] ppid=29805 vsize=868424 CPUtime=17.3
/proc/29807/stat : 29807 (java) S 29805 29807 29770 0 -1 0 57408 1412 1 0 1588 105 36 1 18 0 9 0 28673690 889266176 28603 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29807/statm: 217106 28603 2663 9 0 211542 0
[pid=29807/tid=29809] ppid=29805 vsize=868424 CPUtime=16.1
/proc/29807/task/29809/stat : 29809 (java) R 29805 29807 29770 0 -1 64 24375 1412 1 0 1479 94 36 1 25 0 9 0 28673691 889266176 28603 996147200 134512640 134550932 4294955968 18446744073709551615 4127389278 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29807/tid=29810] ppid=29805 vsize=868424 CPUtime=1.09
/proc/29807/task/29810/stat : 29810 (java) S 29805 29807 29770 0 -1 64 31140 1412 0 0 65 7 36 1 17 0 9 0 28673693 889266176 28603 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29807/tid=29811] ppid=29805 vsize=868424 CPUtime=0.37
/proc/29807/task/29811/stat : 29811 (java) S 29805 29807 29770 0 -1 64 28 1412 0 0 0 0 36 1 17 0 9 0 28673693 889266176 28603 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29807/tid=29812] ppid=29805 vsize=868424 CPUtime=0.37
/proc/29807/task/29812/stat : 29812 (java) S 29805 29807 29770 0 -1 64 21 1412 0 0 0 0 36 1 16 0 9 0 28673693 889266176 28603 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29807/tid=29813] ppid=29805 vsize=868424 CPUtime=0.37
/proc/29807/task/29813/stat : 29813 (java) S 29805 29807 29770 0 -1 64 2 1412 0 0 0 0 36 1 18 0 9 0 28673695 889266176 28603 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29807/tid=29814] ppid=29805 vsize=868424 CPUtime=0.79
/proc/29807/task/29814/stat : 29814 (java) S 29805 29807 29770 0 -1 64 1026 1412 0 0 41 1 36 1 15 0 9 0 28673695 889266176 28603 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29807/tid=29815] ppid=29805 vsize=868424 CPUtime=0.37
/proc/29807/task/29815/stat : 29815 (java) S 29805 29807 29770 0 -1 64 0 1412 0 0 0 0 36 1 19 0 9 0 28673695 889266176 28603 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29807/tid=29816] ppid=29805 vsize=868424 CPUtime=0.37
/proc/29807/task/29816/stat : 29816 (java) S 29805 29807 29770 0 -1 64 11 1412 0 0 0 0 36 1 15 0 9 0 28673695 889266176 28603 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 17.3
Current children cumulated vsize (KiB) 868424

[startup+19.1027 s]
/proc/loadavg: 1.89 1.97 1.99 3/89 29820
/proc/meminfo: memFree=1616448/2055920 swapFree=4192812/4192956
[pid=29807] ppid=29805 vsize=868424 CPUtime=18.88
/proc/29807/stat : 29807 (java) S 29805 29807 29770 0 -1 0 57516 1412 1 0 1746 105 36 1 18 0 9 0 28673690 889266176 28604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29807/statm: 217106 28604 2663 9 0 211542 0
[pid=29807/tid=29809] ppid=29805 vsize=868424 CPUtime=17.68
/proc/29807/task/29809/stat : 29809 (java) R 29805 29807 29770 0 -1 64 24482 1412 1 0 1637 94 36 1 25 0 9 0 28673691 889266176 28604 996147200 134512640 134550932 4294955968 18446744073709551615 4127364613 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29807/tid=29810] ppid=29805 vsize=868424 CPUtime=1.09
/proc/29807/task/29810/stat : 29810 (java) S 29805 29807 29770 0 -1 64 31140 1412 0 0 65 7 36 1 17 0 9 0 28673693 889266176 28604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29807/tid=29811] ppid=29805 vsize=868424 CPUtime=0.37
/proc/29807/task/29811/stat : 29811 (java) S 29805 29807 29770 0 -1 64 28 1412 0 0 0 0 36 1 17 0 9 0 28673693 889266176 28604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29807/tid=29812] ppid=29805 vsize=868424 CPUtime=0.37
/proc/29807/task/29812/stat : 29812 (java) S 29805 29807 29770 0 -1 64 21 1412 0 0 0 0 36 1 16 0 9 0 28673693 889266176 28604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29807/tid=29813] ppid=29805 vsize=868424 CPUtime=0.37
/proc/29807/task/29813/stat : 29813 (java) S 29805 29807 29770 0 -1 64 2 1412 0 0 0 0 36 1 18 0 9 0 28673695 889266176 28604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29807/tid=29814] ppid=29805 vsize=868424 CPUtime=0.8
/proc/29807/task/29814/stat : 29814 (java) S 29805 29807 29770 0 -1 64 1027 1412 0 0 42 1 36 1 16 0 9 0 28673695 889266176 28604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29807/tid=29815] ppid=29805 vsize=868424 CPUtime=0.37
/proc/29807/task/29815/stat : 29815 (java) S 29805 29807 29770 0 -1 64 0 1412 0 0 0 0 36 1 19 0 9 0 28673695 889266176 28604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29807/tid=29816] ppid=29805 vsize=868424 CPUtime=0.37
/proc/29807/task/29816/stat : 29816 (java) S 29805 29807 29770 0 -1 64 11 1412 0 0 0 0 36 1 15 0 9 0 28673695 889266176 28604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 18.88
Current children cumulated vsize (KiB) 868424

[startup+19.9028 s]
/proc/loadavg: 1.89 1.97 1.99 3/89 29820
/proc/meminfo: memFree=1616384/2055920 swapFree=4192812/4192956
[pid=29807] ppid=29805 vsize=868424 CPUtime=19.67
/proc/29807/stat : 29807 (java) S 29805 29807 29770 0 -1 0 57543 1412 1 0 1825 105 36 1 18 0 9 0 28673690 889266176 28604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29807/statm: 217106 28604 2663 9 0 211542 0
[pid=29807/tid=29809] ppid=29805 vsize=868424 CPUtime=18.47
/proc/29807/task/29809/stat : 29809 (java) R 29805 29807 29770 0 -1 64 24509 1412 1 0 1716 94 36 1 25 0 9 0 28673691 889266176 28604 996147200 134512640 134550932 4294955968 18446744073709551615 4126095866 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29807/tid=29810] ppid=29805 vsize=868424 CPUtime=1.09
/proc/29807/task/29810/stat : 29810 (java) S 29805 29807 29770 0 -1 64 31140 1412 0 0 65 7 36 1 16 0 9 0 28673693 889266176 28604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29807/tid=29811] ppid=29805 vsize=868424 CPUtime=0.37
/proc/29807/task/29811/stat : 29811 (java) S 29805 29807 29770 0 -1 64 28 1412 0 0 0 0 36 1 17 0 9 0 28673693 889266176 28604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29807/tid=29812] ppid=29805 vsize=868424 CPUtime=0.37
/proc/29807/task/29812/stat : 29812 (java) S 29805 29807 29770 0 -1 64 21 1412 0 0 0 0 36 1 16 0 9 0 28673693 889266176 28604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29807/tid=29813] ppid=29805 vsize=868424 CPUtime=0.37
/proc/29807/task/29813/stat : 29813 (java) S 29805 29807 29770 0 -1 64 2 1412 0 0 0 0 36 1 18 0 9 0 28673695 889266176 28604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29807/tid=29814] ppid=29805 vsize=868424 CPUtime=0.8
/proc/29807/task/29814/stat : 29814 (java) S 29805 29807 29770 0 -1 64 1027 1412 0 0 42 1 36 1 16 0 9 0 28673695 889266176 28604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29807/tid=29815] ppid=29805 vsize=868424 CPUtime=0.37
/proc/29807/task/29815/stat : 29815 (java) S 29805 29807 29770 0 -1 64 0 1412 0 0 0 0 36 1 19 0 9 0 28673695 889266176 28604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29807/tid=29816] ppid=29805 vsize=868424 CPUtime=0.37
/proc/29807/task/29816/stat : 29816 (java) S 29805 29807 29770 0 -1 64 11 1412 0 0 0 0 36 1 15 0 9 0 28673695 889266176 28604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 19.67
Current children cumulated vsize (KiB) 868424

[startup+20.3028 s]
/proc/loadavg: 1.89 1.97 1.99 3/89 29820
/proc/meminfo: memFree=1616384/2055920 swapFree=4192812/4192956
[pid=29807] ppid=29805 vsize=868424 CPUtime=20.07
/proc/29807/stat : 29807 (java) S 29805 29807 29770 0 -1 0 57591 1412 1 0 1865 105 36 1 18 0 9 0 28673690 889266176 28604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29807/statm: 217106 28604 2663 9 0 211542 0
[pid=29807/tid=29809] ppid=29805 vsize=868424 CPUtime=18.87
/proc/29807/task/29809/stat : 29809 (java) R 29805 29807 29770 0 -1 64 24557 1412 1 0 1756 94 36 1 25 0 9 0 28673691 889266176 28604 996147200 134512640 134550932 4294955968 18446744073709551615 4127362717 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29807/tid=29810] ppid=29805 vsize=868424 CPUtime=1.09
/proc/29807/task/29810/stat : 29810 (java) S 29805 29807 29770 0 -1 64 31140 1412 0 0 65 7 36 1 16 0 9 0 28673693 889266176 28604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29807/tid=29811] ppid=29805 vsize=868424 CPUtime=0.37
/proc/29807/task/29811/stat : 29811 (java) S 29805 29807 29770 0 -1 64 28 1412 0 0 0 0 36 1 17 0 9 0 28673693 889266176 28604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29807/tid=29812] ppid=29805 vsize=868424 CPUtime=0.37
/proc/29807/task/29812/stat : 29812 (java) S 29805 29807 29770 0 -1 64 21 1412 0 0 0 0 36 1 16 0 9 0 28673693 889266176 28604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29807/tid=29813] ppid=29805 vsize=868424 CPUtime=0.37
/proc/29807/task/29813/stat : 29813 (java) S 29805 29807 29770 0 -1 64 2 1412 0 0 0 0 36 1 18 0 9 0 28673695 889266176 28604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29807/tid=29814] ppid=29805 vsize=868424 CPUtime=0.8
/proc/29807/task/29814/stat : 29814 (java) S 29805 29807 29770 0 -1 64 1027 1412 0 0 42 1 36 1 16 0 9 0 28673695 889266176 28604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29807/tid=29815] ppid=29805 vsize=868424 CPUtime=0.37
/proc/29807/task/29815/stat : 29815 (java) S 29805 29807 29770 0 -1 64 0 1412 0 0 0 0 36 1 19 0 9 0 28673695 889266176 28604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29807/tid=29816] ppid=29805 vsize=868424 CPUtime=0.37
/proc/29807/task/29816/stat : 29816 (java) S 29805 29807 29770 0 -1 64 11 1412 0 0 0 0 36 1 15 0 9 0 28673695 889266176 28604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 20.07
Current children cumulated vsize (KiB) 868424

[startup+20.4061 s]
/proc/loadavg: 1.89 1.97 1.99 3/89 29820
/proc/meminfo: memFree=1616384/2055920 swapFree=4192812/4192956
[pid=29807] ppid=29805 vsize=868424 CPUtime=20.17
/proc/29807/stat : 29807 (java) S 29805 29807 29770 0 -1 0 57669 1412 1 0 1875 105 36 1 18 0 9 0 28673690 889266176 28610 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29807/statm: 217106 28610 2663 9 0 211542 0
[pid=29807/tid=29809] ppid=29805 vsize=868424 CPUtime=18.97
/proc/29807/task/29809/stat : 29809 (java) R 29805 29807 29770 0 -1 64 24631 1412 1 0 1766 94 36 1 25 0 9 0 28673691 889266176 28610 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29807/tid=29810] ppid=29805 vsize=868424 CPUtime=1.09
/proc/29807/task/29810/stat : 29810 (java) S 29805 29807 29770 0 -1 64 31140 1412 0 0 65 7 36 1 16 0 9 0 28673693 889266176 28610 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29807/tid=29811] ppid=29805 vsize=868424 CPUtime=0.37
/proc/29807/task/29811/stat : 29811 (java) S 29805 29807 29770 0 -1 64 28 1412 0 0 0 0 36 1 17 0 9 0 28673693 889266176 28610 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29807/tid=29812] ppid=29805 vsize=868424 CPUtime=0.37
/proc/29807/task/29812/stat : 29812 (java) S 29805 29807 29770 0 -1 64 21 1412 0 0 0 0 36 1 16 0 9 0 28673693 889266176 28610 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29807/tid=29813] ppid=29805 vsize=868424 CPUtime=0.37
/proc/29807/task/29813/stat : 29813 (java) S 29805 29807 29770 0 -1 64 2 1412 0 0 0 0 36 1 18 0 9 0 28673695 889266176 28610 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29807/tid=29814] ppid=29805 vsize=868424 CPUtime=0.8
/proc/29807/task/29814/stat : 29814 (java) S 29805 29807 29770 0 -1 64 1031 1412 0 0 42 1 36 1 15 0 9 0 28673695 889266176 28610 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29807/tid=29815] ppid=29805 vsize=868424 CPUtime=0.37
/proc/29807/task/29815/stat : 29815 (java) S 29805 29807 29770 0 -1 64 0 1412 0 0 0 0 36 1 19 0 9 0 28673695 889266176 28610 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29807/tid=29816] ppid=29805 vsize=868424 CPUtime=0.37
/proc/29807/task/29816/stat : 29816 (java) S 29805 29807 29770 0 -1 64 11 1412 0 0 0 0 36 1 15 0 9 0 28673695 889266176 28610 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 20.17
Current children cumulated vsize (KiB) 868424

Child status: 0
Real time (s): 20.4973
CPU time (s): 20.2489
CPU user time (s): 19.1521
CPU system time (s): 1.09683
CPU usage (%): 98.7882
Max. virtual memory (cumulated for all children) (KiB): 876052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.1521
system time used= 1.09683
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59199
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= 2441
involuntary context switches= 2877

runsolver used 0.035994 second user time and 0.067989 second system time

The end

Launcher Data

Begin job on node66 at 2009-07-12 18:28:29
IDJOB=2098568
IDBENCH=58738
IDSOLVER=774
FILE ID=node66/2098568-1247416108
PBS_JOBID= 9510735
Free space on /tmp= 66244 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/queens/normalized-queens-200.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-2098568-1247416108/watcher-2098568-1247416108 -o /tmp/evaluation-result-2098568-1247416108/solver-2098568-1247416108 -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-2098568-1247416108.xml

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

MD5SUM BENCH= 054f76ffe13ea2991d6de6635966b938
RANDOM SEED=2062266639

node66.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.214
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.214
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:       1721840 kB
Buffers:         40604 kB
Cached:         124840 kB
SwapCached:          0 kB
Active:         203184 kB
Inactive:        72556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1721840 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4648 kB
Writeback:           0 kB
Mapped:         130804 kB
Slab:            43536 kB
Committed_AS:   995384 kB
PageTables:       1932 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= 66244 MiB
End job on node66 at 2009-07-12 18:28:49