Trace number 2097941

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 22.0786 22.2877

DiagnosticValue
CHECKS45927
NODES0

General information on the benchmark

Namecsp/fapp/fapp03/
normalized-fapp03-0300-4.xml
MD5SUM20a4b386543d008e4a5d9418ad2d042b
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 benchmark15.5956
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints4377
Maximum constraint arity2
Maximum domain size250
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4377
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	
0.00/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-2097941-1247414178.xml
0.28/0.31	   
0.28/0.31	   domains being loaded...
0.28/0.34	   
0.28/0.34	   variables being loaded...
0.38/0.41	     nbVariables=300  nbDomainTypes=13  minDomainSize=42  maxDomainSize=250  nbTotalValues=53536
0.38/0.41	       =>  wckTime=0.166  cpuTime=0.12  mem=9M871
0.38/0.41	   
0.38/0.41	   predicates being loaded...
0.38/0.47	   
0.38/0.47	   constraints being loaded...
20.52/20.70	   
20.52/20.70	   INFO : Stopping converting binary constraints (cpu=20.05, mem = 50M776)
21.59/21.86	     nbConstraints=2326  nbMergedConstraints=2051  nbConvertedConstraints=1281  nbConvertConstraintsChecks=40816376
21.59/21.86	     nbExtensionStructures=1185  nbSharedExtensionStructures=295  nbConflictsStructures=1372
21.59/21.86	     nbSharedConflictsStructures=307  nbUnbuiltConflictsStructures=768  nbSharedBinaryRepresentations=321416
21.59/21.86	     nbEvaluationManagers=955  nbSharedEvaluationManagers=90  minDegree=6  maxDegree=19  minArity=2  maxArity=2
21.59/21.86	     nbGenerators=0  nbFusions=0  symmetryWckTime=0.241  symmetryCpuTime=0.16
21.59/21.86	       =>  wckTime=21.615  cpuTime=20.92  mem=51M688
21.80/22.02	   
21.80/22.02	   solver IterativeSystematicSolver being built... 
21.90/22.19	       =>  wckTime=21.947  cpuTime=21.05  mem=46M919
21.98/22.24	   
21.98/22.24	   preprocessing
21.98/22.24	     nbConstraintChecks=45927  nbValidityChecks=2030  nbPropagations=11  nbRevisions=174  nbUselessRevisions=96
21.98/22.24	     nbRemovedValues=3514  detectedInconsistency=yes
21.98/22.24	       =>  wckTime=0.047  cpuTime=0.03  mem=46M919
21.98/22.24	   
21.98/22.24	   global
21.98/22.24	     nbConstraintChecks=45927  nbValidityChecks=2030  nbPropagations=11  nbRevisions=174  nbUselessRevisions=96
21.98/22.24	     nbRestartNogoods=0  solvingWckTime=0.05  solvingCpuTime=0.04  expiredTime=no  totalExploration=yes
21.98/22.24	     nbFoundSolutions=0  globalCpuTime=21.13
21.98/22.24	       =>  wckTime=21.999  cpuTime=21.09  mem=47M871
21.98/22.25	   
21.98/22.25	s UNSATISFIABLE
21.98/22.25	d NODES 0
21.98/22.25	d CHECKS 45927
21.98/22.25	   
21.98/22.25	   totalWckTime=22.068  totalCpuTime=21.13

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-2097941-1247414178/watcher-2097941-1247414178 -o /tmp/evaluation-result-2097941-1247414178/solver-2097941-1247414178 -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-2097941-1247414178.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.52 2.32 2.13 4/81 31186
/proc/meminfo: memFree=1650128/2055920 swapFree=4192812/4192956
[pid=31186] ppid=31184 vsize=18576 CPUtime=0
/proc/31186/stat : 31186 (runsolver) R 31184 31186 29543 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 28483021 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 228043844903 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/31186/statm: 4644 284 249 26 0 2626 0

[startup+0.0988279 s]
/proc/loadavg: 2.52 2.32 2.13 4/81 31186
/proc/meminfo: memFree=1650128/2055920 swapFree=4192812/4192956
[pid=31186] ppid=31184 vsize=865984 CPUtime=0.08
/proc/31186/stat : 31186 (java) S 31184 31186 29543 0 -1 0 3772 0 1 0 7 1 0 0 18 0 9 0 28483021 886767616 3228 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31186/statm: 216496 3228 1703 9 0 210981 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.101824 s]
/proc/loadavg: 2.52 2.32 2.13 4/81 31186
/proc/meminfo: memFree=1650128/2055920 swapFree=4192812/4192956
[pid=31186] ppid=31184 vsize=865984 CPUtime=0.08
/proc/31186/stat : 31186 (java) S 31184 31186 29543 0 -1 0 3829 0 1 0 7 1 0 0 18 0 9 0 28483021 886767616 3272 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31186/statm: 216496 3272 1726 9 0 210981 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.301869 s]
/proc/loadavg: 2.52 2.32 2.13 4/81 31186
/proc/meminfo: memFree=1650128/2055920 swapFree=4192812/4192956
[pid=31186] ppid=31184 vsize=866380 CPUtime=0.28
/proc/31186/stat : 31186 (java) S 31184 31186 29543 0 -1 0 6003 0 1 0 25 3 0 0 18 0 9 0 28483021 887173120 5369 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31186/statm: 216595 5369 1986 9 0 211053 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.701952 s]
/proc/loadavg: 2.52 2.32 2.13 4/81 31186
/proc/meminfo: memFree=1650128/2055920 swapFree=4192812/4192956
[pid=31186] ppid=31184 vsize=867776 CPUtime=0.68
/proc/31186/stat : 31186 (java) S 31184 31186 29543 0 -1 0 9590 0 1 0 63 5 0 0 18 0 9 0 28483021 888602624 8944 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31186/statm: 216944 8944 2037 9 0 211380 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867776

[startup+1.5021 s]
/proc/loadavg: 2.52 2.32 2.13 3/90 31195
/proc/meminfo: memFree=1605888/2055920 swapFree=4192812/4192956
[pid=31186] ppid=31184 vsize=867776 CPUtime=1.47
/proc/31186/stat : 31186 (java) S 31184 31186 29543 0 -1 0 13097 0 1 0 140 7 0 0 18 0 9 0 28483021 888602624 12448 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31186/statm: 216944 12448 2041 9 0 211380 0
[pid=31186/tid=31188] ppid=31184 vsize=867776 CPUtime=1.28
/proc/31186/task/31188/stat : 31188 (java) R 31184 31186 29543 0 -1 64 11706 0 1 0 122 6 0 0 25 0 9 0 28483023 888602624 12448 996147200 134512640 134550932 4294955968 18446744073709551615 4126902263 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31186/tid=31189] ppid=31184 vsize=867776 CPUtime=0
/proc/31186/task/31189/stat : 31189 (java) S 31184 31186 29543 0 -1 64 3 0 0 0 0 0 0 0 17 0 9 0 28483024 888602624 12448 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31186/tid=31190] ppid=31184 vsize=867776 CPUtime=0
/proc/31186/task/31190/stat : 31190 (java) S 31184 31186 29543 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 28483024 888602624 12448 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31186/tid=31191] ppid=31184 vsize=867776 CPUtime=0
/proc/31186/task/31191/stat : 31191 (java) S 31184 31186 29543 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 28483024 888602624 12448 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31186/tid=31192] ppid=31184 vsize=867776 CPUtime=0
/proc/31186/task/31192/stat : 31192 (java) S 31184 31186 29543 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 28483026 888602624 12448 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31186/tid=31193] ppid=31184 vsize=867776 CPUtime=0.18
/proc/31186/task/31193/stat : 31193 (java) S 31184 31186 29543 0 -1 64 693 0 0 0 18 0 0 0 16 0 9 0 28483026 888602624 12448 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31186/tid=31194] ppid=31184 vsize=867776 CPUtime=0
/proc/31186/task/31194/stat : 31194 (java) S 31184 31186 29543 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28483026 888602624 12448 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31186/tid=31195] ppid=31184 vsize=867776 CPUtime=0
/proc/31186/task/31195/stat : 31195 (java) S 31184 31186 29543 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28483026 888602624 12448 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867776

[startup+3.10241 s]
/proc/loadavg: 2.52 2.32 2.13 3/90 31195
/proc/meminfo: memFree=1598272/2055920 swapFree=4192812/4192956
[pid=31186] ppid=31184 vsize=867776 CPUtime=3.07
/proc/31186/stat : 31186 (java) S 31184 31186 29543 0 -1 0 14060 0 1 0 299 8 0 0 18 0 9 0 28483021 888602624 13409 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31186/statm: 216944 13409 2041 9 0 211380 0
[pid=31186/tid=31188] ppid=31184 vsize=867776 CPUtime=2.85
/proc/31186/task/31188/stat : 31188 (java) R 31184 31186 29543 0 -1 64 12643 0 1 0 278 7 0 0 25 0 9 0 28483023 888602624 13409 996147200 134512640 134550932 4294955968 18446744073709551615 4126899648 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31186/tid=31189] ppid=31184 vsize=867776 CPUtime=0
/proc/31186/task/31189/stat : 31189 (java) S 31184 31186 29543 0 -1 64 3 0 0 0 0 0 0 0 17 0 9 0 28483024 888602624 13409 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31186/tid=31190] ppid=31184 vsize=867776 CPUtime=0
/proc/31186/task/31190/stat : 31190 (java) S 31184 31186 29543 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 28483024 888602624 13409 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31186/tid=31191] ppid=31184 vsize=867776 CPUtime=0
/proc/31186/task/31191/stat : 31191 (java) S 31184 31186 29543 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 28483024 888602624 13409 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31186/tid=31192] ppid=31184 vsize=867776 CPUtime=0
/proc/31186/task/31192/stat : 31192 (java) S 31184 31186 29543 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 28483026 888602624 13409 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31186/tid=31193] ppid=31184 vsize=867776 CPUtime=0.2
/proc/31186/task/31193/stat : 31193 (java) S 31184 31186 29543 0 -1 64 719 0 0 0 20 0 0 0 15 0 9 0 28483026 888602624 13409 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31186/tid=31194] ppid=31184 vsize=867776 CPUtime=0
/proc/31186/task/31194/stat : 31194 (java) S 31184 31186 29543 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28483026 888602624 13409 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31186/tid=31195] ppid=31184 vsize=867776 CPUtime=0
/proc/31186/task/31195/stat : 31195 (java) S 31184 31186 29543 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28483026 888602624 13409 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 867776

[startup+6.30105 s]
/proc/loadavg: 2.56 2.33 2.14 3/90 31199
/proc/meminfo: memFree=1585344/2055920 swapFree=4192812/4192956
[pid=31186] ppid=31184 vsize=867776 CPUtime=6.26
/proc/31186/stat : 31186 (java) S 31184 31186 29543 0 -1 0 16127 0 1 0 615 11 0 0 18 0 9 0 28483021 888602624 15474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31186/statm: 216944 15474 2041 9 0 211380 0
[pid=31186/tid=31188] ppid=31184 vsize=867776 CPUtime=6.03
/proc/31186/task/31188/stat : 31188 (java) R 31184 31186 29543 0 -1 64 14707 0 1 0 593 10 0 0 25 0 9 0 28483023 888602624 15474 996147200 134512640 134550932 4294955968 18446744073709551615 4126901124 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31186/tid=31189] ppid=31184 vsize=867776 CPUtime=0
/proc/31186/task/31189/stat : 31189 (java) S 31184 31186 29543 0 -1 64 3 0 0 0 0 0 0 0 16 0 9 0 28483024 888602624 15474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31186/tid=31190] ppid=31184 vsize=867776 CPUtime=0
/proc/31186/task/31190/stat : 31190 (java) S 31184 31186 29543 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 28483024 888602624 15474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31186/tid=31191] ppid=31184 vsize=867776 CPUtime=0
/proc/31186/task/31191/stat : 31191 (java) S 31184 31186 29543 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 28483024 888602624 15474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31186/tid=31192] ppid=31184 vsize=867776 CPUtime=0
/proc/31186/task/31192/stat : 31192 (java) S 31184 31186 29543 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 28483026 888602624 15474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31186/tid=31193] ppid=31184 vsize=867776 CPUtime=0.21
/proc/31186/task/31193/stat : 31193 (java) S 31184 31186 29543 0 -1 64 722 0 0 0 21 0 0 0 15 0 9 0 28483026 888602624 15474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31186/tid=31194] ppid=31184 vsize=867776 CPUtime=0
/proc/31186/task/31194/stat : 31194 (java) S 31184 31186 29543 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28483026 888602624 15474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31186/tid=31195] ppid=31184 vsize=867776 CPUtime=0
/proc/31186/task/31195/stat : 31195 (java) S 31184 31186 29543 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28483026 888602624 15474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 867776

[startup+12.7023 s]
/proc/loadavg: 2.51 2.32 2.14 3/79 31202
/proc/meminfo: memFree=1721568/2055920 swapFree=4192812/4192956
[pid=31186] ppid=31184 vsize=867688 CPUtime=12.62
/proc/31186/stat : 31186 (java) S 31184 31186 29543 0 -1 0 19677 0 1 0 1247 15 0 0 18 0 9 0 28483021 888512512 18997 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31186/statm: 216922 18997 2029 9 0 211380 0
[pid=31186/tid=31188] ppid=31184 vsize=867688 CPUtime=12.28
/proc/31186/task/31188/stat : 31188 (java) R 31184 31186 29543 0 -1 64 15836 0 1 0 1216 12 0 0 25 0 9 0 28483023 888512512 18997 996147200 134512640 134550932 4294955968 18446744073709551615 4126906359 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31186/tid=31189] ppid=31184 vsize=867688 CPUtime=0.08
/proc/31186/task/31189/stat : 31189 (java) S 31184 31186 29543 0 -1 64 2409 0 0 0 7 1 0 0 16 0 9 0 28483024 888512512 18997 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31186/tid=31190] ppid=31184 vsize=867688 CPUtime=0
/proc/31186/task/31190/stat : 31190 (java) S 31184 31186 29543 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28483024 888512512 18997 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31186/tid=31191] ppid=31184 vsize=867688 CPUtime=0
/proc/31186/task/31191/stat : 31191 (java) S 31184 31186 29543 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28483024 888512512 18997 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31186/tid=31192] ppid=31184 vsize=867688 CPUtime=0
/proc/31186/task/31192/stat : 31192 (java) S 31184 31186 29543 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 28483026 888512512 18997 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31186/tid=31193] ppid=31184 vsize=867688 CPUtime=0.22
/proc/31186/task/31193/stat : 31193 (java) S 31184 31186 29543 0 -1 64 730 0 0 0 22 0 0 0 16 0 9 0 28483026 888512512 18997 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31186/tid=31194] ppid=31184 vsize=867688 CPUtime=0
/proc/31186/task/31194/stat : 31194 (java) S 31184 31186 29543 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28483026 888512512 18997 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31186/tid=31195] ppid=31184 vsize=867688 CPUtime=0
/proc/31186/task/31195/stat : 31195 (java) S 31184 31186 29543 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28483026 888512512 18997 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 867688

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

[startup+19.1016 s]
/proc/loadavg: 2.47 2.32 2.14 2/77 31257
/proc/meminfo: memFree=1735736/2055920 swapFree=4192812/4192956
[pid=31186] ppid=31184 vsize=867688 CPUtime=18.94
/proc/31186/stat : 31186 (java) S 31184 31186 29543 0 -1 0 19686 0 1 0 1876 18 0 0 18 0 9 0 28483021 888512512 19006 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31186/statm: 216922 19006 2031 9 0 211380 0
[pid=31186/tid=31188] ppid=31184 vsize=867688 CPUtime=18.6
/proc/31186/task/31188/stat : 31188 (java) R 31184 31186 29543 0 -1 64 15838 0 1 0 1844 16 0 0 25 0 9 0 28483023 888512512 19006 996147200 134512640 134550932 4294955968 18446744073709551615 4126902263 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31186/tid=31189] ppid=31184 vsize=867688 CPUtime=0.08
/proc/31186/task/31189/stat : 31189 (java) S 31184 31186 29543 0 -1 64 2409 0 0 0 7 1 0 0 16 0 9 0 28483024 888512512 19006 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31186/tid=31190] ppid=31184 vsize=867688 CPUtime=0
/proc/31186/task/31190/stat : 31190 (java) S 31184 31186 29543 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28483024 888512512 19006 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31186/tid=31191] ppid=31184 vsize=867688 CPUtime=0
/proc/31186/task/31191/stat : 31191 (java) S 31184 31186 29543 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28483024 888512512 19006 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31186/tid=31192] ppid=31184 vsize=867688 CPUtime=0
/proc/31186/task/31192/stat : 31192 (java) S 31184 31186 29543 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 28483026 888512512 19006 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31186/tid=31193] ppid=31184 vsize=867688 CPUtime=0.23
/proc/31186/task/31193/stat : 31193 (java) S 31184 31186 29543 0 -1 64 737 0 0 0 23 0 0 0 15 0 9 0 28483026 888512512 19006 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31186/tid=31194] ppid=31184 vsize=867688 CPUtime=0
/proc/31186/task/31194/stat : 31194 (java) S 31184 31186 29543 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28483026 888512512 19006 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31186/tid=31195] ppid=31184 vsize=867688 CPUtime=0
/proc/31186/task/31195/stat : 31195 (java) S 31184 31186 29543 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28483026 888512512 19006 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 18.94
Current children cumulated vsize (KiB) 867688

[startup+20.7019 s]
/proc/loadavg: 2.43 2.31 2.13 2/77 31257
/proc/meminfo: memFree=1735736/2055920 swapFree=4192812/4192956
[pid=31186] ppid=31184 vsize=867688 CPUtime=20.52
/proc/31186/stat : 31186 (java) S 31184 31186 29543 0 -1 0 19686 0 1 0 2033 19 0 0 18 0 9 0 28483021 888512512 19006 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31186/statm: 216922 19006 2031 9 0 211380 0
[pid=31186/tid=31188] ppid=31184 vsize=867688 CPUtime=20.18
/proc/31186/task/31188/stat : 31188 (java) R 31184 31186 29543 0 -1 64 15838 0 1 0 2001 17 0 0 25 0 9 0 28483023 888512512 19006 996147200 134512640 134550932 4294955968 18446744073709551615 4126915383 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31186/tid=31189] ppid=31184 vsize=867688 CPUtime=0.08
/proc/31186/task/31189/stat : 31189 (java) S 31184 31186 29543 0 -1 64 2409 0 0 0 7 1 0 0 16 0 9 0 28483024 888512512 19006 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31186/tid=31190] ppid=31184 vsize=867688 CPUtime=0
/proc/31186/task/31190/stat : 31190 (java) S 31184 31186 29543 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28483024 888512512 19006 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31186/tid=31191] ppid=31184 vsize=867688 CPUtime=0
/proc/31186/task/31191/stat : 31191 (java) S 31184 31186 29543 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28483024 888512512 19006 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31186/tid=31192] ppid=31184 vsize=867688 CPUtime=0
/proc/31186/task/31192/stat : 31192 (java) S 31184 31186 29543 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 28483026 888512512 19006 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31186/tid=31193] ppid=31184 vsize=867688 CPUtime=0.23
/proc/31186/task/31193/stat : 31193 (java) S 31184 31186 29543 0 -1 64 737 0 0 0 23 0 0 0 16 0 9 0 28483026 888512512 19006 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31186/tid=31194] ppid=31184 vsize=867688 CPUtime=0
/proc/31186/task/31194/stat : 31194 (java) S 31184 31186 29543 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28483026 888512512 19006 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31186/tid=31195] ppid=31184 vsize=867688 CPUtime=0
/proc/31186/task/31195/stat : 31195 (java) S 31184 31186 29543 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28483026 888512512 19006 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.52
Current children cumulated vsize (KiB) 867688

[startup+21.5021 s]
/proc/loadavg: 2.43 2.31 2.13 3/90 31273
/proc/meminfo: memFree=1702480/2055920 swapFree=4192812/4192956
[pid=31186] ppid=31184 vsize=867688 CPUtime=21.31
/proc/31186/stat : 31186 (java) S 31184 31186 29543 0 -1 0 23344 0 1 0 2110 21 0 0 18 0 9 0 28483021 888512512 22662 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31186/statm: 216922 22662 2032 9 0 211380 0
[pid=31186/tid=31188] ppid=31184 vsize=867688 CPUtime=20.82
/proc/31186/task/31188/stat : 31188 (java) R 31184 31186 29543 0 -1 64 15841 0 1 0 2065 17 0 0 25 0 9 0 28483023 888512512 22662 996147200 134512640 134550932 4294955968 18446744073709551615 103809661 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31186/tid=31189] ppid=31184 vsize=867688 CPUtime=0.22
/proc/31186/task/31189/stat : 31189 (java) S 31184 31186 29543 0 -1 64 6052 0 0 0 20 2 0 0 17 0 9 0 28483024 888512512 22662 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31186/tid=31190] ppid=31184 vsize=867688 CPUtime=0
/proc/31186/task/31190/stat : 31190 (java) S 31184 31186 29543 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28483024 888512512 22662 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31186/tid=31191] ppid=31184 vsize=867688 CPUtime=0
/proc/31186/task/31191/stat : 31191 (java) S 31184 31186 29543 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28483024 888512512 22662 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31186/tid=31192] ppid=31184 vsize=867688 CPUtime=0
/proc/31186/task/31192/stat : 31192 (java) S 31184 31186 29543 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 28483026 888512512 22662 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31186/tid=31193] ppid=31184 vsize=867688 CPUtime=0.25
/proc/31186/task/31193/stat : 31193 (java) S 31184 31186 29543 0 -1 64 749 0 0 0 25 0 0 0 15 0 9 0 28483026 888512512 22662 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31186/tid=31194] ppid=31184 vsize=867688 CPUtime=0
/proc/31186/task/31194/stat : 31194 (java) S 31184 31186 29543 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28483026 888512512 22662 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31186/tid=31195] ppid=31184 vsize=867688 CPUtime=0
/proc/31186/task/31195/stat : 31195 (java) S 31184 31186 29543 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28483026 888512512 22662 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.31
Current children cumulated vsize (KiB) 867688

[startup+21.9021 s]
/proc/loadavg: 2.43 2.31 2.13 6/91 31277
/proc/meminfo: memFree=1664776/2055920 swapFree=4192812/4192956
[pid=31186] ppid=31184 vsize=868012 CPUtime=21.7
/proc/31186/stat : 31186 (java) S 31184 31186 29543 0 -1 0 33104 411 1 0 2144 24 1 1 18 0 10 0 28483021 888844288 22815 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31186/statm: 217003 22815 2084 9 0 211461 0
[pid=31186/tid=31188] ppid=31184 vsize=868012 CPUtime=21.12
/proc/31186/task/31188/stat : 31188 (java) R 31184 31186 29543 0 -1 64 18948 411 1 0 2092 18 1 1 24 0 10 0 28483023 888844288 22815 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31186/tid=31189] ppid=31184 vsize=868012 CPUtime=0.29
/proc/31186/task/31189/stat : 31189 (java) R 31184 31186 29543 0 -1 64 12476 411 0 0 23 4 1 1 16 0 10 0 28483024 888844288 22815 996147200 134512640 134550932 4294955968 18446744073709551615 103731847 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31186/tid=31190] ppid=31184 vsize=868012 CPUtime=0.02
/proc/31186/task/31190/stat : 31190 (java) S 31184 31186 29543 0 -1 64 16 411 0 0 0 0 1 1 16 0 10 0 28483024 888844288 22815 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31186/tid=31191] ppid=31184 vsize=868012 CPUtime=0.02
/proc/31186/task/31191/stat : 31191 (java) S 31184 31186 29543 0 -1 64 5 411 0 0 0 0 1 1 16 0 10 0 28483024 888844288 22815 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31186/tid=31192] ppid=31184 vsize=868012 CPUtime=0.02
/proc/31186/task/31192/stat : 31192 (java) S 31184 31186 29543 0 -1 64 1 411 0 0 0 0 1 1 18 0 10 0 28483026 888844288 22815 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31186/tid=31193] ppid=31184 vsize=868012 CPUtime=0.29
/proc/31186/task/31193/stat : 31193 (java) S 31184 31186 29543 0 -1 64 886 411 0 0 27 0 1 1 15 0 10 0 28483026 888844288 22815 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31186/tid=31194] ppid=31184 vsize=868012 CPUtime=0.02
/proc/31186/task/31194/stat : 31194 (java) S 31184 31186 29543 0 -1 64 1 411 0 0 0 0 1 1 19 0 10 0 28483026 888844288 22815 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31186/tid=31195] ppid=31184 vsize=868012 CPUtime=0.02
/proc/31186/task/31195/stat : 31195 (java) R 31184 31186 29543 0 -1 64 12 411 0 0 0 0 1 1 15 0 10 0 28483026 888844288 22815 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31186/tid=31276] ppid=31184 vsize=868012 CPUtime=0.02
/proc/31186/task/31276/stat : 31276 (java) R 31184 31186 29543 0 -1 64 48 411 0 0 0 0 1 1 25 0 10 0 28485193 888844288 22815 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 21.7
Current children cumulated vsize (KiB) 868012

[startup+22.1022 s]
/proc/loadavg: 2.43 2.31 2.13 6/91 31277
/proc/meminfo: memFree=1664776/2055920 swapFree=4192812/4192956
[pid=31186] ppid=31184 vsize=868100 CPUtime=21.9
/proc/31186/stat : 31186 (java) S 31184 31186 29543 0 -1 0 37666 411 1 0 2162 26 1 1 18 0 9 0 28483021 888934400 25357 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31186/statm: 217025 25357 2660 9 0 211461 0
[pid=31186/tid=31188] ppid=31184 vsize=868100 CPUtime=21.18
/proc/31186/task/31188/stat : 31188 (java) R 31184 31186 29543 0 -1 64 19608 411 1 0 2098 18 1 1 24 0 9 0 28483023 888934400 25357 996147200 134512640 134550932 4294955968 18446744073709551615 4126630016 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31186/tid=31189] ppid=31184 vsize=868100 CPUtime=0.4
/proc/31186/task/31189/stat : 31189 (java) S 31184 31186 29543 0 -1 64 16261 411 0 0 33 5 1 1 17 0 9 0 28483024 888934400 25357 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31186/tid=31190] ppid=31184 vsize=868100 CPUtime=0.02
/proc/31186/task/31190/stat : 31190 (java) S 31184 31186 29543 0 -1 64 21 411 0 0 0 0 1 1 17 0 9 0 28483024 888934400 25357 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31186/tid=31191] ppid=31184 vsize=868100 CPUtime=0.02
/proc/31186/task/31191/stat : 31191 (java) S 31184 31186 29543 0 -1 64 12 411 0 0 0 0 1 1 16 0 9 0 28483024 888934400 25357 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31186/tid=31192] ppid=31184 vsize=868100 CPUtime=0.02
/proc/31186/task/31192/stat : 31192 (java) S 31184 31186 29543 0 -1 64 1 411 0 0 0 0 1 1 18 0 9 0 28483026 888934400 25357 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31186/tid=31193] ppid=31184 vsize=868100 CPUtime=0.31
/proc/31186/task/31193/stat : 31193 (java) S 31184 31186 29543 0 -1 64 941 411 0 0 29 0 1 1 15 0 9 0 28483026 888934400 25357 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31186/tid=31194] ppid=31184 vsize=868100 CPUtime=0.02
/proc/31186/task/31194/stat : 31194 (java) S 31184 31186 29543 0 -1 64 1 411 0 0 0 0 1 1 19 0 9 0 28483026 888934400 25357 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31186/tid=31195] ppid=31184 vsize=868100 CPUtime=0.02
/proc/31186/task/31195/stat : 31195 (java) S 31184 31186 29543 0 -1 64 12 411 0 0 0 0 1 1 15 0 9 0 28483026 888934400 25357 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.9
Current children cumulated vsize (KiB) 868100

[startup+22.2022 s]
/proc/loadavg: 2.43 2.31 2.13 6/91 31277
/proc/meminfo: memFree=1664776/2055920 swapFree=4192812/4192956
[pid=31186] ppid=31184 vsize=868100 CPUtime=21.98
/proc/31186/stat : 31186 (java) S 31184 31186 29543 0 -1 0 38877 411 1 0 2170 26 1 1 18 0 9 0 28483021 888934400 25395 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31186/statm: 217025 25395 2662 9 0 211461 0
[pid=31186/tid=31188] ppid=31184 vsize=868100 CPUtime=21.26
/proc/31186/task/31188/stat : 31188 (java) R 31184 31186 29543 0 -1 64 20812 411 1 0 2106 18 1 1 24 0 9 0 28483023 888934400 25395 996147200 134512640 134550932 4294955968 18446744073709551615 4127309891 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31186/tid=31189] ppid=31184 vsize=868100 CPUtime=0.4
/proc/31186/task/31189/stat : 31189 (java) S 31184 31186 29543 0 -1 64 16261 411 0 0 33 5 1 1 17 0 9 0 28483024 888934400 25395 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31186/tid=31190] ppid=31184 vsize=868100 CPUtime=0.02
/proc/31186/task/31190/stat : 31190 (java) S 31184 31186 29543 0 -1 64 21 411 0 0 0 0 1 1 17 0 9 0 28483024 888934400 25395 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31186/tid=31191] ppid=31184 vsize=868100 CPUtime=0.02
/proc/31186/task/31191/stat : 31191 (java) S 31184 31186 29543 0 -1 64 12 411 0 0 0 0 1 1 16 0 9 0 28483024 888934400 25395 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31186/tid=31192] ppid=31184 vsize=868100 CPUtime=0.02
/proc/31186/task/31192/stat : 31192 (java) S 31184 31186 29543 0 -1 64 1 411 0 0 0 0 1 1 18 0 9 0 28483026 888934400 25395 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31186/tid=31193] ppid=31184 vsize=868100 CPUtime=0.33
/proc/31186/task/31193/stat : 31193 (java) S 31184 31186 29543 0 -1 64 948 411 0 0 30 1 1 1 16 0 9 0 28483026 888934400 25395 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31186/tid=31194] ppid=31184 vsize=868100 CPUtime=0.02
/proc/31186/task/31194/stat : 31194 (java) S 31184 31186 29543 0 -1 64 1 411 0 0 0 0 1 1 19 0 9 0 28483026 888934400 25395 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31186/tid=31195] ppid=31184 vsize=868100 CPUtime=0.02
/proc/31186/task/31195/stat : 31195 (java) S 31184 31186 29543 0 -1 64 12 411 0 0 0 0 1 1 15 0 9 0 28483026 888934400 25395 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.98
Current children cumulated vsize (KiB) 868100

Child status: 0
Real time (s): 22.2877
CPU time (s): 22.0786
CPU user time (s): 21.7797
CPU system time (s): 0.298954
CPU usage (%): 99.0621
Max. virtual memory (cumulated for all children) (KiB): 868100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.7797
system time used= 0.298954
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39570
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= 2197
involuntary context switches= 2510

runsolver used 0.021996 second user time and 0.086986 second system time

The end

Launcher Data

Begin job on node77 at 2009-07-12 17:56:18
IDJOB=2097941
IDBENCH=58038
IDSOLVER=773
FILE ID=node77/2097941-1247414178
PBS_JOBID= 9510496
Free space on /tmp= 66244 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/fapp/fapp03/normalized-fapp03-0300-4.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-2097941-1247414178/watcher-2097941-1247414178 -o /tmp/evaluation-result-2097941-1247414178/solver-2097941-1247414178 -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-2097941-1247414178.xml

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

MD5SUM BENCH= 20a4b386543d008e4a5d9418ad2d042b
RANDOM SEED=1204474191

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1650608 kB
Buffers:         37548 kB
Cached:         151016 kB
SwapCached:          0 kB
Active:         259900 kB
Inactive:        88128 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1650608 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           13800 kB
Writeback:           0 kB
Mapped:         177484 kB
Slab:            42284 kB
Committed_AS:  1015580 kB
PageTables:       2052 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= 66252 MiB
End job on node77 at 2009-07-12 17:56:40