Trace number 2098655

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 ACUNSAT 19.646 19.6796

DiagnosticValue
CHECKS64405
NODES0

General information on the benchmark

Namecsp/fapp/fapp18/
normalized-fapp18-0350-2.xml
MD5SUM94e23765a4a7ca4abd50abaf8f6abb24
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.90541
Satisfiable
(Un)Satisfiability was proved
Number of variables350
Number of constraints3812
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3812
Global constraints used (with number of constraints)

Solver Data

0.03/0.08	
0.03/0.08	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=mac.xml
0.19/0.28	   
0.19/0.28	   instance
0.19/0.28	     name=HOME/instance-2098655-1247416347.xml
0.28/0.31	   
0.28/0.31	   domains being loaded...
0.28/0.34	   
0.28/0.34	   variables being loaded...
0.39/0.42	     nbVariables=350  nbDomainTypes=11  minDomainSize=42  maxDomainSize=302  nbTotalValues=73016
0.39/0.42	       =>  wckTime=0.174  cpuTime=0.14  mem=10M837
0.39/0.42	   
0.39/0.42	   predicates being loaded...
0.39/0.48	   
0.39/0.48	   constraints being loaded...
19.25/19.33	     nbConstraints=2387  nbMergedConstraints=1425  nbConvertedConstraints=2387  nbConvertConstraintsChecks=48730928
19.25/19.33	     nbExtensionStructures=1240  nbSharedExtensionStructures=1557  nbConflictsStructures=1240
19.25/19.33	     nbSharedConflictsStructures=1557  nbSharedBinaryRepresentations=469223  minDegree=5  maxDegree=17  minArity=2
19.25/19.33	     maxArity=2  nbGenerators=0  nbFusions=0  symmetryWckTime=0.204  symmetryCpuTime=0.13
19.25/19.33	       =>  wckTime=19.083  cpuTime=18.72  mem=50M561
19.35/19.46	   
19.35/19.47	   solver IterativeSystematicSolver being built... 
19.55/19.62	       =>  wckTime=19.372  cpuTime=18.86  mem=32M216
19.55/19.64	   
19.55/19.64	   preprocessing
19.55/19.64	     nbConstraintChecks=64405  nbPropagations=25  nbRevisions=407  nbUselessRevisions=228  nbRemovedValues=15961
19.55/19.64	     detectedInconsistency=yes
19.55/19.64	       =>  wckTime=0.024  cpuTime=0.02  mem=32M216
19.55/19.65	   
19.55/19.65	   global
19.55/19.65	     nbConstraintChecks=64405  nbPropagations=25  nbRevisions=407  nbUselessRevisions=228  nbRestartNogoods=0
19.55/19.65	     solvingWckTime=0.027  solvingCpuTime=0.02  expiredTime=no  totalExploration=yes  nbFoundSolutions=0
19.55/19.65	     globalCpuTime=18.92
19.55/19.65	       =>  wckTime=19.401  cpuTime=18.88  mem=33M207
19.55/19.65	   
19.55/19.65	s UNSATISFIABLE
19.55/19.65	d NODES 0
19.55/19.65	d CHECKS 64405
19.55/19.65	   
19.55/19.65	   totalWckTime=19.473  totalCpuTime=18.92

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2098655-1247416347/watcher-2098655-1247416347 -o /tmp/evaluation-result-2098655-1247416347/solver-2098655-1247416347 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2098655-1247416347.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.03 2.01 3/80 28168
/proc/meminfo: memFree=1723280/2055920 swapFree=4192812/4192956
[pid=28168] ppid=28166 vsize=140 CPUtime=0
/proc/28168/stat : 28168 (java) R 28166 28168 28092 0 -1 0 185 0 0 0 0 0 0 0 18 0 1 0 28701223 143360 6 996147200 134512640 134550932 4294955968 18446744073709551615 4683019 0 0 4096 0 0 0 0 17 0 0 0
/proc/28168/statm: 37 20 14 9 0 3 0

[startup+0.0393711 s]
/proc/loadavg: 2.00 2.03 2.01 3/80 28168
/proc/meminfo: memFree=1723280/2055920 swapFree=4192812/4192956
[pid=28168] ppid=28166 vsize=861936 CPUtime=0.03
/proc/28168/stat : 28168 (java) S 28166 28168 28092 0 -1 0 2274 0 1 0 2 1 0 0 18 0 5 0 28701223 882622464 1877 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/28168/statm: 215484 1877 861 9 0 210399 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 861936

[startup+0.102379 s]
/proc/loadavg: 2.00 2.03 2.01 3/80 28168
/proc/meminfo: memFree=1723280/2055920 swapFree=4192812/4192956
[pid=28168] ppid=28166 vsize=865980 CPUtime=0.08
/proc/28168/stat : 28168 (java) S 28166 28168 28092 0 -1 0 3748 0 1 0 7 1 0 0 18 0 9 0 28701223 886763520 3214 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28168/statm: 216495 3214 1700 9 0 210980 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865980

[startup+0.301406 s]
/proc/loadavg: 2.00 2.03 2.01 3/80 28168
/proc/meminfo: memFree=1723280/2055920 swapFree=4192812/4192956
[pid=28168] ppid=28166 vsize=866380 CPUtime=0.28
/proc/28168/stat : 28168 (java) S 28166 28168 28092 0 -1 0 5984 0 1 0 24 4 0 0 18 0 9 0 28701223 887173120 5350 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28168/statm: 216595 5350 1984 9 0 211053 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.702465 s]
/proc/loadavg: 2.00 2.03 2.01 3/80 28168
/proc/meminfo: memFree=1723280/2055920 swapFree=4192812/4192956
[pid=28168] ppid=28166 vsize=867776 CPUtime=0.68
/proc/28168/stat : 28168 (java) S 28166 28168 28092 0 -1 0 9620 0 1 0 61 7 0 0 18 0 9 0 28701223 888602624 8974 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28168/statm: 216944 8974 2037 9 0 211380 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867776

[startup+1.50158 s]
/proc/loadavg: 2.00 2.03 2.01 4/89 28177
/proc/meminfo: memFree=1685256/2055920 swapFree=4192812/4192956
[pid=28168] ppid=28166 vsize=867776 CPUtime=1.48
/proc/28168/stat : 28168 (java) S 28166 28168 28092 0 -1 0 12549 0 1 0 140 8 0 0 18 0 9 0 28701223 888602624 11900 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28168/statm: 216944 11900 2041 9 0 211380 0
[pid=28168/tid=28170] ppid=28166 vsize=867776 CPUtime=1.27
/proc/28168/task/28170/stat : 28170 (java) R 28166 28168 28092 0 -1 64 11159 0 1 0 121 6 0 0 25 0 9 0 28701224 888602624 11900 996147200 134512640 134550932 4294955968 18446744073709551615 4126927671 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28171] ppid=28166 vsize=867776 CPUtime=0
/proc/28168/task/28171/stat : 28171 (java) S 28166 28168 28092 0 -1 64 2 0 0 0 0 0 0 0 17 0 9 0 28701226 888602624 11900 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28172] ppid=28166 vsize=867776 CPUtime=0
/proc/28168/task/28172/stat : 28172 (java) S 28166 28168 28092 0 -1 64 10 0 0 0 0 0 0 0 21 0 9 0 28701226 888602624 11900 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28173] ppid=28166 vsize=867776 CPUtime=0
/proc/28168/task/28173/stat : 28173 (java) S 28166 28168 28092 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 28701226 888602624 11900 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28174] ppid=28166 vsize=867776 CPUtime=0
/proc/28168/task/28174/stat : 28174 (java) S 28166 28168 28092 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 28701228 888602624 11900 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28175] ppid=28166 vsize=867776 CPUtime=0.19
/proc/28168/task/28175/stat : 28175 (java) S 28166 28168 28092 0 -1 64 692 0 0 0 18 1 0 0 15 0 9 0 28701228 888602624 11900 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28176] ppid=28166 vsize=867776 CPUtime=0
/proc/28168/task/28176/stat : 28176 (java) S 28166 28168 28092 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 28701228 888602624 11900 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28177] ppid=28166 vsize=867776 CPUtime=0
/proc/28168/task/28177/stat : 28177 (java) S 28166 28168 28092 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28701228 888602624 11900 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867776

[startup+3.10181 s]
/proc/loadavg: 2.00 2.03 2.01 3/89 28177
/proc/meminfo: memFree=1681224/2055920 swapFree=4192812/4192956
[pid=28168] ppid=28166 vsize=867776 CPUtime=3.08
/proc/28168/stat : 28168 (java) S 28166 28168 28092 0 -1 0 13807 0 1 0 299 9 0 0 18 0 9 0 28701223 888602624 13156 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28168/statm: 216944 13156 2041 9 0 211380 0
[pid=28168/tid=28170] ppid=28166 vsize=867776 CPUtime=2.85
/proc/28168/task/28170/stat : 28170 (java) R 28166 28168 28092 0 -1 64 12395 0 1 0 278 7 0 0 25 0 9 0 28701224 888602624 13156 996147200 134512640 134550932 4294955968 18446744073709551615 4126903664 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28171] ppid=28166 vsize=867776 CPUtime=0
/proc/28168/task/28171/stat : 28171 (java) S 28166 28168 28092 0 -1 64 2 0 0 0 0 0 0 0 17 0 9 0 28701226 888602624 13156 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28172] ppid=28166 vsize=867776 CPUtime=0
/proc/28168/task/28172/stat : 28172 (java) S 28166 28168 28092 0 -1 64 10 0 0 0 0 0 0 0 21 0 9 0 28701226 888602624 13156 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28173] ppid=28166 vsize=867776 CPUtime=0
/proc/28168/task/28173/stat : 28173 (java) S 28166 28168 28092 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 28701226 888602624 13156 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28174] ppid=28166 vsize=867776 CPUtime=0
/proc/28168/task/28174/stat : 28174 (java) S 28166 28168 28092 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 28701228 888602624 13156 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28175] ppid=28166 vsize=867776 CPUtime=0.21
/proc/28168/task/28175/stat : 28175 (java) S 28166 28168 28092 0 -1 64 714 0 0 0 20 1 0 0 15 0 9 0 28701228 888602624 13156 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28176] ppid=28166 vsize=867776 CPUtime=0
/proc/28168/task/28176/stat : 28176 (java) S 28166 28168 28092 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 28701228 888602624 13156 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28177] ppid=28166 vsize=867776 CPUtime=0
/proc/28168/task/28177/stat : 28177 (java) S 28166 28168 28092 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28701228 888602624 13156 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 867776

[startup+6.30228 s]
/proc/loadavg: 2.00 2.03 2.01 3/89 28177
/proc/meminfo: memFree=1671688/2055920 swapFree=4192812/4192956
[pid=28168] ppid=28166 vsize=867776 CPUtime=6.28
/proc/28168/stat : 28168 (java) S 28166 28168 28092 0 -1 0 16074 0 1 0 617 11 0 0 18 0 9 0 28701223 888602624 15420 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28168/statm: 216944 15420 2041 9 0 211380 0
[pid=28168/tid=28170] ppid=28166 vsize=867776 CPUtime=6.04
/proc/28168/task/28170/stat : 28170 (java) R 28166 28168 28092 0 -1 64 14655 0 1 0 595 9 0 0 25 0 9 0 28701224 888602624 15420 996147200 134512640 134550932 4294955968 18446744073709551615 4126937282 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28171] ppid=28166 vsize=867776 CPUtime=0
/proc/28168/task/28171/stat : 28171 (java) S 28166 28168 28092 0 -1 64 2 0 0 0 0 0 0 0 17 0 9 0 28701226 888602624 15420 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28172] ppid=28166 vsize=867776 CPUtime=0
/proc/28168/task/28172/stat : 28172 (java) S 28166 28168 28092 0 -1 64 10 0 0 0 0 0 0 0 21 0 9 0 28701226 888602624 15420 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28173] ppid=28166 vsize=867776 CPUtime=0
/proc/28168/task/28173/stat : 28173 (java) S 28166 28168 28092 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 28701226 888602624 15420 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28174] ppid=28166 vsize=867776 CPUtime=0
/proc/28168/task/28174/stat : 28174 (java) S 28166 28168 28092 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 28701228 888602624 15420 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28175] ppid=28166 vsize=867776 CPUtime=0.22
/proc/28168/task/28175/stat : 28175 (java) S 28166 28168 28092 0 -1 64 721 0 0 0 21 1 0 0 15 0 9 0 28701228 888602624 15420 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28176] ppid=28166 vsize=867776 CPUtime=0
/proc/28168/task/28176/stat : 28176 (java) S 28166 28168 28092 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 28701228 888602624 15420 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28177] ppid=28166 vsize=867776 CPUtime=0
/proc/28168/task/28177/stat : 28177 (java) S 28166 28168 28092 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28701228 888602624 15420 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 867776

[startup+12.7012 s]
/proc/loadavg: 2.00 2.03 2.01 3/89 28177
/proc/meminfo: memFree=1657096/2055920 swapFree=4192812/4192956
[pid=28168] ppid=28166 vsize=867688 CPUtime=12.67
/proc/28168/stat : 28168 (java) S 28166 28168 28092 0 -1 0 19045 0 1 0 1252 15 0 0 18 0 9 0 28701223 888512512 18365 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28168/statm: 216922 18365 2029 9 0 211380 0
[pid=28168/tid=28170] ppid=28166 vsize=867688 CPUtime=12.37
/proc/28168/task/28170/stat : 28170 (java) R 28166 28168 28092 0 -1 64 15838 0 1 0 1225 12 0 0 25 0 9 0 28701224 888512512 18365 996147200 134512640 134550932 4294955968 18446744073709551615 4126902538 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28171] ppid=28166 vsize=867688 CPUtime=0.04
/proc/28168/task/28171/stat : 28171 (java) S 28166 28168 28092 0 -1 64 1780 0 0 0 4 0 0 0 16 0 9 0 28701226 888512512 18365 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28172] ppid=28166 vsize=867688 CPUtime=0
/proc/28168/task/28172/stat : 28172 (java) S 28166 28168 28092 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28701226 888512512 18365 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28173] ppid=28166 vsize=867688 CPUtime=0
/proc/28168/task/28173/stat : 28173 (java) S 28166 28168 28092 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28701226 888512512 18365 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28174] ppid=28166 vsize=867688 CPUtime=0
/proc/28168/task/28174/stat : 28174 (java) S 28166 28168 28092 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 28701228 888512512 18365 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28175] ppid=28166 vsize=867688 CPUtime=0.23
/proc/28168/task/28175/stat : 28175 (java) S 28166 28168 28092 0 -1 64 724 0 0 0 22 1 0 0 16 0 9 0 28701228 888512512 18365 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28176] ppid=28166 vsize=867688 CPUtime=0
/proc/28168/task/28176/stat : 28176 (java) S 28166 28168 28092 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 28701228 888512512 18365 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28177] ppid=28166 vsize=867688 CPUtime=0
/proc/28168/task/28177/stat : 28177 (java) S 28166 28168 28092 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28701228 888512512 18365 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 867688

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

[startup+15.9027 s]
/proc/loadavg: 2.00 2.03 2.01 3/89 28177
/proc/meminfo: memFree=1657096/2055920 swapFree=4192812/4192956
[pid=28168] ppid=28166 vsize=867688 CPUtime=15.87
/proc/28168/stat : 28168 (java) S 28166 28168 28092 0 -1 0 19060 0 1 0 1570 17 0 0 18 0 9 0 28701223 888512512 18378 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28168/statm: 216922 18378 2029 9 0 211380 0
[pid=28168/tid=28170] ppid=28166 vsize=867688 CPUtime=15.55
/proc/28168/task/28170/stat : 28170 (java) R 28166 28168 28092 0 -1 64 15841 0 1 0 1541 14 0 0 25 0 9 0 28701224 888512512 18378 996147200 134512640 134550932 4294955968 18446744073709551615 4126937282 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28171] ppid=28166 vsize=867688 CPUtime=0.04
/proc/28168/task/28171/stat : 28171 (java) S 28166 28168 28092 0 -1 64 1780 0 0 0 4 0 0 0 16 0 9 0 28701226 888512512 18378 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28172] ppid=28166 vsize=867688 CPUtime=0
/proc/28168/task/28172/stat : 28172 (java) S 28166 28168 28092 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28701226 888512512 18378 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28173] ppid=28166 vsize=867688 CPUtime=0
/proc/28168/task/28173/stat : 28173 (java) S 28166 28168 28092 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28701226 888512512 18378 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28174] ppid=28166 vsize=867688 CPUtime=0
/proc/28168/task/28174/stat : 28174 (java) S 28166 28168 28092 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 28701228 888512512 18378 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28175] ppid=28166 vsize=867688 CPUtime=0.25
/proc/28168/task/28175/stat : 28175 (java) S 28166 28168 28092 0 -1 64 736 0 0 0 24 1 0 0 15 0 9 0 28701228 888512512 18378 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28176] ppid=28166 vsize=867688 CPUtime=0
/proc/28168/task/28176/stat : 28176 (java) S 28166 28168 28092 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 28701228 888512512 18378 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28177] ppid=28166 vsize=867688 CPUtime=0
/proc/28168/task/28177/stat : 28177 (java) S 28166 28168 28092 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28701228 888512512 18378 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.87
Current children cumulated vsize (KiB) 867688

[startup+17.5019 s]
/proc/loadavg: 2.00 2.03 2.01 3/89 28177
/proc/meminfo: memFree=1657096/2055920 swapFree=4192812/4192956
[pid=28168] ppid=28166 vsize=867688 CPUtime=17.47
/proc/28168/stat : 28168 (java) S 28166 28168 28092 0 -1 0 19062 0 1 0 1730 17 0 0 18 0 9 0 28701223 888512512 18380 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28168/statm: 216922 18380 2029 9 0 211380 0
[pid=28168/tid=28170] ppid=28166 vsize=867688 CPUtime=17.15
/proc/28168/task/28170/stat : 28170 (java) R 28166 28168 28092 0 -1 64 15842 0 1 0 1701 14 0 0 25 0 9 0 28701224 888512512 18380 996147200 134512640 134550932 4294955968 18446744073709551615 4126919287 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28171] ppid=28166 vsize=867688 CPUtime=0.04
/proc/28168/task/28171/stat : 28171 (java) S 28166 28168 28092 0 -1 64 1780 0 0 0 4 0 0 0 16 0 9 0 28701226 888512512 18380 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28172] ppid=28166 vsize=867688 CPUtime=0
/proc/28168/task/28172/stat : 28172 (java) S 28166 28168 28092 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28701226 888512512 18380 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28173] ppid=28166 vsize=867688 CPUtime=0
/proc/28168/task/28173/stat : 28173 (java) S 28166 28168 28092 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28701226 888512512 18380 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28174] ppid=28166 vsize=867688 CPUtime=0
/proc/28168/task/28174/stat : 28174 (java) S 28166 28168 28092 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 28701228 888512512 18380 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28175] ppid=28166 vsize=867688 CPUtime=0.25
/proc/28168/task/28175/stat : 28175 (java) S 28166 28168 28092 0 -1 64 737 0 0 0 24 1 0 0 15 0 9 0 28701228 888512512 18380 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28176] ppid=28166 vsize=867688 CPUtime=0
/proc/28168/task/28176/stat : 28176 (java) S 28166 28168 28092 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 28701228 888512512 18380 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28177] ppid=28166 vsize=867688 CPUtime=0
/proc/28168/task/28177/stat : 28177 (java) S 28166 28168 28092 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28701228 888512512 18380 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 17.47
Current children cumulated vsize (KiB) 867688

[startup+18.302 s]
/proc/loadavg: 2.00 2.03 2.01 3/89 28177
/proc/meminfo: memFree=1657096/2055920 swapFree=4192812/4192956
[pid=28168] ppid=28166 vsize=867688 CPUtime=18.27
/proc/28168/stat : 28168 (java) S 28166 28168 28092 0 -1 0 19066 0 1 0 1809 18 0 0 18 0 9 0 28701223 888512512 18384 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28168/statm: 216922 18384 2031 9 0 211380 0
[pid=28168/tid=28170] ppid=28166 vsize=867688 CPUtime=17.95
/proc/28168/task/28170/stat : 28170 (java) R 28166 28168 28092 0 -1 64 15842 0 1 0 1780 15 0 0 25 0 9 0 28701224 888512512 18384 996147200 134512640 134550932 4294955968 18446744073709551615 4126926759 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28171] ppid=28166 vsize=867688 CPUtime=0.04
/proc/28168/task/28171/stat : 28171 (java) S 28166 28168 28092 0 -1 64 1780 0 0 0 4 0 0 0 16 0 9 0 28701226 888512512 18384 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28172] ppid=28166 vsize=867688 CPUtime=0
/proc/28168/task/28172/stat : 28172 (java) S 28166 28168 28092 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28701226 888512512 18384 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28173] ppid=28166 vsize=867688 CPUtime=0
/proc/28168/task/28173/stat : 28173 (java) S 28166 28168 28092 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28701226 888512512 18384 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28174] ppid=28166 vsize=867688 CPUtime=0
/proc/28168/task/28174/stat : 28174 (java) S 28166 28168 28092 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 28701228 888512512 18384 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28175] ppid=28166 vsize=867688 CPUtime=0.25
/proc/28168/task/28175/stat : 28175 (java) S 28166 28168 28092 0 -1 64 741 0 0 0 24 1 0 0 15 0 9 0 28701228 888512512 18384 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28176] ppid=28166 vsize=867688 CPUtime=0
/proc/28168/task/28176/stat : 28176 (java) S 28166 28168 28092 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 28701228 888512512 18384 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28177] ppid=28166 vsize=867688 CPUtime=0
/proc/28168/task/28177/stat : 28177 (java) S 28166 28168 28092 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28701228 888512512 18384 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 18.27
Current children cumulated vsize (KiB) 867688

[startup+19.1021 s]
/proc/loadavg: 2.00 2.03 2.01 3/89 28177
/proc/meminfo: memFree=1657096/2055920 swapFree=4192812/4192956
[pid=28168] ppid=28166 vsize=867688 CPUtime=19.07
/proc/28168/stat : 28168 (java) S 28166 28168 28092 0 -1 0 19066 0 1 0 1889 18 0 0 18 0 9 0 28701223 888512512 18384 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28168/statm: 216922 18384 2031 9 0 211380 0
[pid=28168/tid=28170] ppid=28166 vsize=867688 CPUtime=18.74
/proc/28168/task/28170/stat : 28170 (java) R 28166 28168 28092 0 -1 64 15842 0 1 0 1859 15 0 0 25 0 9 0 28701224 888512512 18384 996147200 134512640 134550932 4294955968 18446744073709551615 4126902525 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28171] ppid=28166 vsize=867688 CPUtime=0.04
/proc/28168/task/28171/stat : 28171 (java) S 28166 28168 28092 0 -1 64 1780 0 0 0 4 0 0 0 16 0 9 0 28701226 888512512 18384 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28172] ppid=28166 vsize=867688 CPUtime=0
/proc/28168/task/28172/stat : 28172 (java) S 28166 28168 28092 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28701226 888512512 18384 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28173] ppid=28166 vsize=867688 CPUtime=0
/proc/28168/task/28173/stat : 28173 (java) S 28166 28168 28092 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28701226 888512512 18384 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28174] ppid=28166 vsize=867688 CPUtime=0
/proc/28168/task/28174/stat : 28174 (java) S 28166 28168 28092 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 28701228 888512512 18384 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28175] ppid=28166 vsize=867688 CPUtime=0.25
/proc/28168/task/28175/stat : 28175 (java) S 28166 28168 28092 0 -1 64 741 0 0 0 24 1 0 0 17 0 9 0 28701228 888512512 18384 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28176] ppid=28166 vsize=867688 CPUtime=0
/proc/28168/task/28176/stat : 28176 (java) S 28166 28168 28092 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 28701228 888512512 18384 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28177] ppid=28166 vsize=867688 CPUtime=0
/proc/28168/task/28177/stat : 28177 (java) S 28166 28168 28092 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28701228 888512512 18384 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 19.07
Current children cumulated vsize (KiB) 867688

[startup+19.5022 s]
/proc/loadavg: 2.00 2.03 2.01 3/89 28177
/proc/meminfo: memFree=1657096/2055920 swapFree=4192812/4192956
[pid=28168] ppid=28166 vsize=868424 CPUtime=19.45
/proc/28168/stat : 28168 (java) S 28166 28168 28092 0 -1 0 29846 281 1 0 1921 22 2 0 18 0 10 0 28701223 889266176 21633 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28168/statm: 217106 21633 2659 9 0 211542 0
[pid=28168/tid=28170] ppid=28166 vsize=868424 CPUtime=18.96
/proc/28168/task/28170/stat : 28170 (java) R 28166 28168 28092 0 -1 64 18798 281 1 0 1878 16 2 0 17 0 10 0 28701224 889266176 21633 996147200 134512640 134550932 4294955968 18446744073709551615 4127218285 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28168/tid=28171] ppid=28166 vsize=868424 CPUtime=0.19
/proc/28168/task/28171/stat : 28171 (java) S 28166 28168 28092 0 -1 64 9325 281 0 0 15 2 2 0 16 0 10 0 28701226 889266176 21633 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28172] ppid=28166 vsize=868424 CPUtime=0.02
/proc/28168/task/28172/stat : 28172 (java) S 28166 28168 28092 0 -1 64 19 281 0 0 0 0 2 0 16 0 10 0 28701226 889266176 21633 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28168/tid=28173] ppid=28166 vsize=868424 CPUtime=0.02
/proc/28168/task/28173/stat : 28173 (java) S 28166 28168 28092 0 -1 64 9 281 0 0 0 0 2 0 16 0 10 0 28701226 889266176 21633 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28174] ppid=28166 vsize=868424 CPUtime=0.02
/proc/28168/task/28174/stat : 28174 (java) S 28166 28168 28092 0 -1 64 2 281 0 0 0 0 2 0 23 0 10 0 28701228 889266176 21633 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28175] ppid=28166 vsize=868424 CPUtime=0.3
/proc/28168/task/28175/stat : 28175 (java) S 28166 28168 28092 0 -1 64 877 281 0 0 27 1 2 0 15 0 10 0 28701228 889266176 21633 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28168/tid=28176] ppid=28166 vsize=868424 CPUtime=0.02
/proc/28168/task/28176/stat : 28176 (java) S 28166 28168 28092 0 -1 64 1 281 0 0 0 0 2 0 24 0 10 0 28701228 889266176 21633 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28177] ppid=28166 vsize=868424 CPUtime=0.02
/proc/28168/task/28177/stat : 28177 (java) S 28166 28168 28092 0 -1 64 14 281 0 0 0 0 2 0 15 0 10 0 28701228 889266176 21633 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 19.45
Current children cumulated vsize (KiB) 868424

[startup+19.6022 s]
/proc/loadavg: 2.00 2.03 2.01 3/89 28177
/proc/meminfo: memFree=1657096/2055920 swapFree=4192812/4192956
[pid=28168] ppid=28166 vsize=868424 CPUtime=19.55
/proc/28168/stat : 28168 (java) S 28166 28168 28092 0 -1 0 31844 281 1 0 1931 22 2 0 18 0 10 0 28701223 889266176 21669 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28168/statm: 217106 21669 2661 9 0 211542 0
[pid=28168/tid=28170] ppid=28166 vsize=868424 CPUtime=19.03
/proc/28168/task/28170/stat : 28170 (java) R 28166 28168 28092 0 -1 64 20745 281 1 0 1885 16 2 0 17 0 10 0 28701224 889266176 21669 996147200 134512640 134550932 4294955968 18446744073709551615 4159516630 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28168/tid=28171] ppid=28166 vsize=868424 CPUtime=0.19
/proc/28168/task/28171/stat : 28171 (java) S 28166 28168 28092 0 -1 64 9325 281 0 0 15 2 2 0 16 0 10 0 28701226 889266176 21669 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28172] ppid=28166 vsize=868424 CPUtime=0.02
/proc/28168/task/28172/stat : 28172 (java) S 28166 28168 28092 0 -1 64 19 281 0 0 0 0 2 0 16 0 10 0 28701226 889266176 21669 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28168/tid=28173] ppid=28166 vsize=868424 CPUtime=0.02
/proc/28168/task/28173/stat : 28173 (java) S 28166 28168 28092 0 -1 64 9 281 0 0 0 0 2 0 16 0 10 0 28701226 889266176 21669 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28174] ppid=28166 vsize=868424 CPUtime=0.02
/proc/28168/task/28174/stat : 28174 (java) S 28166 28168 28092 0 -1 64 2 281 0 0 0 0 2 0 23 0 10 0 28701228 889266176 21669 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28175] ppid=28166 vsize=868424 CPUtime=0.32
/proc/28168/task/28175/stat : 28175 (java) S 28166 28168 28092 0 -1 64 928 281 0 0 29 1 2 0 15 0 10 0 28701228 889266176 21669 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28168/tid=28176] ppid=28166 vsize=868424 CPUtime=0.02
/proc/28168/task/28176/stat : 28176 (java) S 28166 28168 28092 0 -1 64 1 281 0 0 0 0 2 0 24 0 10 0 28701228 889266176 21669 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28168/tid=28177] ppid=28166 vsize=868424 CPUtime=0.02
/proc/28168/task/28177/stat : 28177 (java) S 28166 28168 28092 0 -1 64 14 281 0 0 0 0 2 0 15 0 10 0 28701228 889266176 21669 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 19.55
Current children cumulated vsize (KiB) 868424

Child status: 0
Real time (s): 19.6796
CPU time (s): 19.646
CPU user time (s): 19.3881
CPU system time (s): 0.25796
CPU usage (%): 99.8295
Max. virtual memory (cumulated for all children) (KiB): 868424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.3881
system time used= 0.25796
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33436
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= 2046
involuntary context switches= 2412

runsolver used 0.042993 second user time and 0.05999 second system time

The end

Launcher Data

Begin job on node22 at 2009-07-12 18:32:27
IDJOB=2098655
IDBENCH=58852
IDSOLVER=773
FILE ID=node22/2098655-1247416347
PBS_JOBID= 9510753
Free space on /tmp= 66396 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/fapp/fapp18/normalized-fapp18-0350-2.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= BIN/runsolver --timestamp -w /tmp/evaluation-result-2098655-1247416347/watcher-2098655-1247416347 -o /tmp/evaluation-result-2098655-1247416347/solver-2098655-1247416347 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2098655-1247416347.xml

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

MD5SUM BENCH= 94e23765a4a7ca4abd50abaf8f6abb24
RANDOM SEED=2084300365

node22.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.278
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.278
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	: 5636.09
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1723760 kB
Buffers:         46408 kB
Cached:         128012 kB
SwapCached:          0 kB
Active:         208776 kB
Inactive:        71780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1723760 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2524 kB
Writeback:           0 kB
Mapped:         126596 kB
Slab:            36756 kB
Committed_AS:   995888 kB
PageTables:       1928 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= 66396 MiB
End job on node22 at 2009-07-12 18:32:47