Trace number 2098669

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 21.3178 21.4514

DiagnosticValue
CHECKS58438
NODES0

General information on the benchmark

Namecsp/fapp/fapp16/
normalized-fapp16-0260-6.xml
MD5SUM3a4b8eaf97ff72b1e090a13aa2854922
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 benchmark8.26274
Satisfiable
(Un)Satisfiability was proved
Number of variables260
Number of constraints3927
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3927
Global constraints used (with number of constraints)

Solver Data

0.05/0.08	
0.05/0.08	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.18/0.28	   
0.18/0.28	   instance
0.18/0.28	     name=HOME/instance-2098669-1247416364.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.41	     nbVariables=260  nbDomainTypes=8  minDomainSize=42  maxDomainSize=302  nbTotalValues=47293
0.39/0.41	       =>  wckTime=0.162  cpuTime=0.12  mem=9M909
0.39/0.41	   
0.39/0.41	   predicates being loaded...
0.39/0.47	   
0.39/0.47	   constraints being loaded...
20.48/20.62	   
20.48/20.62	   INFO : Stopping converting binary constraints (cpu=20.05, mem = 47M530)
20.97/21.11	     nbConstraints=2088  nbMergedConstraints=1839  nbConvertedConstraints=1780  nbConvertConstraintsChecks=43862891
20.97/21.11	     nbExtensionStructures=1289  nbSharedExtensionStructures=1133  nbConflictsStructures=1370
20.97/21.11	     nbSharedConflictsStructures=1150  nbUnbuiltConflictsStructures=185  nbSharedBinaryRepresentations=451646
20.97/21.11	     nbEvaluationManagers=266  nbSharedEvaluationManagers=42  minDegree=5  maxDegree=20  minArity=2  maxArity=2
20.97/21.11	     nbGenerators=0  nbFusions=0  symmetryWckTime=0.178  symmetryCpuTime=0.11
20.97/21.11	       =>  wckTime=20.865  cpuTime=20.37  mem=14M961
21.07/21.21	   
21.07/21.21	   solver IterativeSystematicSolver being built... 
21.17/21.36	       =>  wckTime=21.111  cpuTime=20.5  mem=32M409
21.26/21.40	   
21.26/21.40	   preprocessing
21.26/21.40	     nbConstraintChecks=58438  nbValidityChecks=30  nbPropagations=28  nbRevisions=647  nbUselessRevisions=393
21.26/21.40	     nbRemovedValues=23178  detectedInconsistency=yes
21.26/21.40	       =>  wckTime=0.041  cpuTime=0.03  mem=32M409
21.26/21.40	   
21.26/21.40	   global
21.26/21.40	     nbConstraintChecks=58438  nbValidityChecks=30  nbPropagations=28  nbRevisions=647  nbUselessRevisions=393
21.26/21.40	     nbRestartNogoods=0  solvingWckTime=0.043  solvingCpuTime=0.03  expiredTime=no  totalExploration=yes
21.26/21.40	     nbFoundSolutions=0  globalCpuTime=20.57
21.26/21.40	       =>  wckTime=21.157  cpuTime=20.53  mem=32M409
21.26/21.41	   
21.26/21.41	s UNSATISFIABLE
21.26/21.41	d NODES 0
21.26/21.41	d CHECKS 58438
21.26/21.41	   
21.26/21.41	   totalWckTime=21.228  totalCpuTime=20.58

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-2098669-1247416364/watcher-2098669-1247416364 -o /tmp/evaluation-result-2098669-1247416364/solver-2098669-1247416364 -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-2098669-1247416364.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.03 2.03 2.00 4/81 2030
/proc/meminfo: memFree=1727416/2055920 swapFree=4192812/4192956
[pid=2030] ppid=2028 vsize=18576 CPUtime=0
/proc/2030/stat : 2030 (runsolver) R 2028 2030 1908 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 28701743 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 243665530151 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/2030/statm: 4644 284 249 26 0 2626 0

[startup+0.0636809 s]
/proc/loadavg: 2.03 2.03 2.00 4/81 2030
/proc/meminfo: memFree=1727416/2055920 swapFree=4192812/4192956
[pid=2030] ppid=2028 vsize=864024 CPUtime=0.05
/proc/2030/stat : 2030 (java) S 2028 2030 1908 0 -1 0 2832 0 1 0 3 2 0 0 18 0 9 0 28701743 884760576 2366 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2030/statm: 216006 2366 1121 9 0 210899 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 864024

[startup+0.101689 s]
/proc/loadavg: 2.03 2.03 2.00 4/81 2030
/proc/meminfo: memFree=1727416/2055920 swapFree=4192812/4192956
[pid=2030] ppid=2028 vsize=865984 CPUtime=0.08
/proc/2030/stat : 2030 (java) S 2028 2030 1908 0 -1 0 3822 0 1 0 6 2 0 0 18 0 9 0 28701743 886767616 3267 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2030/statm: 216496 3267 1724 9 0 210981 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.301724 s]
/proc/loadavg: 2.03 2.03 2.00 4/81 2030
/proc/meminfo: memFree=1727416/2055920 swapFree=4192812/4192956
[pid=2030] ppid=2028 vsize=866380 CPUtime=0.28
/proc/2030/stat : 2030 (java) S 2028 2030 1908 0 -1 0 5986 0 1 0 24 4 0 0 18 0 9 0 28701743 887173120 5352 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2030/statm: 216595 5352 1984 9 0 211053 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.701795 s]
/proc/loadavg: 2.03 2.03 2.00 4/81 2030
/proc/meminfo: memFree=1727416/2055920 swapFree=4192812/4192956
[pid=2030] ppid=2028 vsize=867776 CPUtime=0.68
/proc/2030/stat : 2030 (java) S 2028 2030 1908 0 -1 0 9562 0 1 0 62 6 0 0 18 0 9 0 28701743 888602624 8916 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2030/statm: 216944 8916 2037 9 0 211380 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867776

[startup+1.50194 s]
/proc/loadavg: 2.03 2.03 2.00 3/90 2039
/proc/meminfo: memFree=1688496/2055920 swapFree=4192812/4192956
[pid=2030] ppid=2028 vsize=867776 CPUtime=1.48
/proc/2030/stat : 2030 (java) S 2028 2030 1908 0 -1 0 12533 0 1 0 139 9 0 0 18 0 9 0 28701743 888602624 11884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2030/statm: 216944 11884 2041 9 0 211380 0
[pid=2030/tid=2032] ppid=2028 vsize=867776 CPUtime=1.27
/proc/2030/task/2032/stat : 2032 (java) R 2028 2030 1908 0 -1 64 11144 0 1 0 120 7 0 0 25 0 9 0 28701745 888602624 11884 996147200 134512640 134550932 4294955968 18446744073709551615 4125958484 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2030/tid=2033] ppid=2028 vsize=867776 CPUtime=0
/proc/2030/task/2033/stat : 2033 (java) S 2028 2030 1908 0 -1 64 3 0 0 0 0 0 0 0 17 0 9 0 28701746 888602624 11884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2030/tid=2034] ppid=2028 vsize=867776 CPUtime=0
/proc/2030/task/2034/stat : 2034 (java) S 2028 2030 1908 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 28701746 888602624 11884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2030/tid=2035] ppid=2028 vsize=867776 CPUtime=0
/proc/2030/task/2035/stat : 2035 (java) S 2028 2030 1908 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 28701746 888602624 11884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2030/tid=2036] ppid=2028 vsize=867776 CPUtime=0
/proc/2030/task/2036/stat : 2036 (java) S 2028 2030 1908 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28701748 888602624 11884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2030/tid=2037] ppid=2028 vsize=867776 CPUtime=0.18
/proc/2030/task/2037/stat : 2037 (java) S 2028 2030 1908 0 -1 64 691 0 0 0 18 0 0 0 15 0 9 0 28701748 888602624 11884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2030/tid=2038] ppid=2028 vsize=867776 CPUtime=0
/proc/2030/task/2038/stat : 2038 (java) S 2028 2030 1908 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28701748 888602624 11884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2030/tid=2039] ppid=2028 vsize=867776 CPUtime=0
/proc/2030/task/2039/stat : 2039 (java) S 2028 2030 1908 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28701748 888602624 11884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867776

[startup+3.10223 s]
/proc/loadavg: 2.03 2.03 2.00 3/90 2039
/proc/meminfo: memFree=1686000/2055920 swapFree=4192812/4192956
[pid=2030] ppid=2028 vsize=867776 CPUtime=3.07
/proc/2030/stat : 2030 (java) S 2028 2030 1908 0 -1 0 13677 0 1 0 298 9 0 0 18 0 9 0 28701743 888602624 13026 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2030/statm: 216944 13026 2041 9 0 211380 0
[pid=2030/tid=2032] ppid=2028 vsize=867776 CPUtime=2.84
/proc/2030/task/2032/stat : 2032 (java) R 2028 2030 1908 0 -1 64 12260 0 1 0 277 7 0 0 25 0 9 0 28701745 888602624 13026 996147200 134512640 134550932 4294955968 18446744073709551615 4126905097 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2030/tid=2033] ppid=2028 vsize=867776 CPUtime=0
/proc/2030/task/2033/stat : 2033 (java) S 2028 2030 1908 0 -1 64 3 0 0 0 0 0 0 0 17 0 9 0 28701746 888602624 13026 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2030/tid=2034] ppid=2028 vsize=867776 CPUtime=0
/proc/2030/task/2034/stat : 2034 (java) S 2028 2030 1908 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 28701746 888602624 13026 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2030/tid=2035] ppid=2028 vsize=867776 CPUtime=0
/proc/2030/task/2035/stat : 2035 (java) S 2028 2030 1908 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 28701746 888602624 13026 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2030/tid=2036] ppid=2028 vsize=867776 CPUtime=0
/proc/2030/task/2036/stat : 2036 (java) S 2028 2030 1908 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28701748 888602624 13026 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2030/tid=2037] ppid=2028 vsize=867776 CPUtime=0.21
/proc/2030/task/2037/stat : 2037 (java) S 2028 2030 1908 0 -1 64 719 0 0 0 21 0 0 0 15 0 9 0 28701748 888602624 13026 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2030/tid=2038] ppid=2028 vsize=867776 CPUtime=0
/proc/2030/task/2038/stat : 2038 (java) S 2028 2030 1908 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28701748 888602624 13026 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2030/tid=2039] ppid=2028 vsize=867776 CPUtime=0
/proc/2030/task/2039/stat : 2039 (java) S 2028 2030 1908 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28701748 888602624 13026 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.30181 s]
/proc/loadavg: 2.03 2.03 2.00 3/90 2039
/proc/meminfo: memFree=1676208/2055920 swapFree=4192812/4192956
[pid=2030] ppid=2028 vsize=867776 CPUtime=6.26
/proc/2030/stat : 2030 (java) S 2028 2030 1908 0 -1 0 16419 0 1 0 615 11 0 0 18 0 9 0 28701743 888602624 15766 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2030/statm: 216944 15766 2041 9 0 211380 0
[pid=2030/tid=2032] ppid=2028 vsize=867776 CPUtime=6.02
/proc/2030/task/2032/stat : 2032 (java) R 2028 2030 1908 0 -1 64 14999 0 1 0 593 9 0 0 25 0 9 0 28701745 888602624 15766 996147200 134512640 134550932 4294955968 18446744073709551615 4126901130 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2030/tid=2033] ppid=2028 vsize=867776 CPUtime=0
/proc/2030/task/2033/stat : 2033 (java) S 2028 2030 1908 0 -1 64 3 0 0 0 0 0 0 0 17 0 9 0 28701746 888602624 15766 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2030/tid=2034] ppid=2028 vsize=867776 CPUtime=0
/proc/2030/task/2034/stat : 2034 (java) S 2028 2030 1908 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 28701746 888602624 15766 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2030/tid=2035] ppid=2028 vsize=867776 CPUtime=0
/proc/2030/task/2035/stat : 2035 (java) S 2028 2030 1908 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 28701746 888602624 15766 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2030/tid=2036] ppid=2028 vsize=867776 CPUtime=0
/proc/2030/task/2036/stat : 2036 (java) S 2028 2030 1908 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28701748 888602624 15766 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2030/tid=2037] ppid=2028 vsize=867776 CPUtime=0.21
/proc/2030/task/2037/stat : 2037 (java) S 2028 2030 1908 0 -1 64 722 0 0 0 21 0 0 0 15 0 9 0 28701748 888602624 15766 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2030/tid=2038] ppid=2028 vsize=867776 CPUtime=0
/proc/2030/task/2038/stat : 2038 (java) S 2028 2030 1908 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28701748 888602624 15766 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2030/tid=2039] ppid=2028 vsize=867776 CPUtime=0
/proc/2030/task/2039/stat : 2039 (java) S 2028 2030 1908 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28701748 888602624 15766 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.702 s]
/proc/loadavg: 2.03 2.03 2.00 3/90 2039
/proc/meminfo: memFree=1662264/2055920 swapFree=4192812/4192956
[pid=2030] ppid=2028 vsize=867688 CPUtime=12.62
/proc/2030/stat : 2030 (java) S 2028 2030 1908 0 -1 0 18790 0 1 0 1247 15 0 0 18 0 9 0 28701743 888512512 18110 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2030/statm: 216922 18110 2029 9 0 211380 0
[pid=2030/tid=2032] ppid=2028 vsize=867688 CPUtime=12.33
/proc/2030/task/2032/stat : 2032 (java) R 2028 2030 1908 0 -1 64 15840 0 1 0 1220 13 0 0 25 0 9 0 28701745 888512512 18110 996147200 134512640 134550932 4294955968 18446744073709551615 4126905079 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2030/tid=2033] ppid=2028 vsize=867688 CPUtime=0.03
/proc/2030/task/2033/stat : 2033 (java) S 2028 2030 1908 0 -1 64 1520 0 0 0 3 0 0 0 16 0 9 0 28701746 888512512 18110 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2030/tid=2034] ppid=2028 vsize=867688 CPUtime=0
/proc/2030/task/2034/stat : 2034 (java) S 2028 2030 1908 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28701746 888512512 18110 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2030/tid=2035] ppid=2028 vsize=867688 CPUtime=0
/proc/2030/task/2035/stat : 2035 (java) S 2028 2030 1908 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28701746 888512512 18110 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2030/tid=2036] ppid=2028 vsize=867688 CPUtime=0
/proc/2030/task/2036/stat : 2036 (java) S 2028 2030 1908 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28701748 888512512 18110 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2030/tid=2037] ppid=2028 vsize=867688 CPUtime=0.23
/proc/2030/task/2037/stat : 2037 (java) S 2028 2030 1908 0 -1 64 729 0 0 0 23 0 0 0 15 0 9 0 28701748 888512512 18110 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2030/tid=2038] ppid=2028 vsize=867688 CPUtime=0
/proc/2030/task/2038/stat : 2038 (java) S 2028 2030 1908 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28701748 888512512 18110 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2030/tid=2039] ppid=2028 vsize=867688 CPUtime=0
/proc/2030/task/2039/stat : 2039 (java) S 2028 2030 1908 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28701748 888512512 18110 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+15.9016 s]
/proc/loadavg: 2.02 2.03 2.00 3/90 2039
/proc/meminfo: memFree=1662264/2055920 swapFree=4192812/4192956
[pid=2030] ppid=2028 vsize=867688 CPUtime=15.81
/proc/2030/stat : 2030 (java) S 2028 2030 1908 0 -1 0 18791 0 1 0 1564 17 0 0 18 0 9 0 28701743 888512512 18111 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2030/statm: 216922 18111 2029 9 0 211380 0
[pid=2030/tid=2032] ppid=2028 vsize=867688 CPUtime=15.51
/proc/2030/task/2032/stat : 2032 (java) R 2028 2030 1908 0 -1 64 15840 0 1 0 1537 14 0 0 25 0 9 0 28701745 888512512 18111 996147200 134512640 134550932 4294955968 18446744073709551615 4126923703 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2030/tid=2033] ppid=2028 vsize=867688 CPUtime=0.03
/proc/2030/task/2033/stat : 2033 (java) S 2028 2030 1908 0 -1 64 1520 0 0 0 3 0 0 0 16 0 9 0 28701746 888512512 18111 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2030/tid=2034] ppid=2028 vsize=867688 CPUtime=0
/proc/2030/task/2034/stat : 2034 (java) S 2028 2030 1908 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28701746 888512512 18111 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2030/tid=2035] ppid=2028 vsize=867688 CPUtime=0
/proc/2030/task/2035/stat : 2035 (java) S 2028 2030 1908 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28701746 888512512 18111 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2030/tid=2036] ppid=2028 vsize=867688 CPUtime=0
/proc/2030/task/2036/stat : 2036 (java) S 2028 2030 1908 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28701748 888512512 18111 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2030/tid=2037] ppid=2028 vsize=867688 CPUtime=0.23
/proc/2030/task/2037/stat : 2037 (java) S 2028 2030 1908 0 -1 64 730 0 0 0 23 0 0 0 16 0 9 0 28701748 888512512 18111 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2030/tid=2038] ppid=2028 vsize=867688 CPUtime=0
/proc/2030/task/2038/stat : 2038 (java) S 2028 2030 1908 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28701748 888512512 18111 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2030/tid=2039] ppid=2028 vsize=867688 CPUtime=0
/proc/2030/task/2039/stat : 2039 (java) S 2028 2030 1908 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28701748 888512512 18111 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.81
Current children cumulated vsize (KiB) 867688

[startup+19.1021 s]
/proc/loadavg: 2.02 2.03 2.00 3/90 2039
/proc/meminfo: memFree=1662264/2055920 swapFree=4192812/4192956
[pid=2030] ppid=2028 vsize=867688 CPUtime=18.99
/proc/2030/stat : 2030 (java) S 2028 2030 1908 0 -1 0 18805 0 1 0 1881 18 0 0 18 0 9 0 28701743 888512512 18123 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2030/statm: 216922 18123 2029 9 0 211380 0
[pid=2030/tid=2032] ppid=2028 vsize=867688 CPUtime=18.67
/proc/2030/task/2032/stat : 2032 (java) R 2028 2030 1908 0 -1 64 15842 0 1 0 1852 15 0 0 25 0 9 0 28701745 888512512 18123 996147200 134512640 134550932 4294955968 18446744073709551615 4126903223 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2030/tid=2033] ppid=2028 vsize=867688 CPUtime=0.03
/proc/2030/task/2033/stat : 2033 (java) S 2028 2030 1908 0 -1 64 1520 0 0 0 3 0 0 0 17 0 9 0 28701746 888512512 18123 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2030/tid=2034] ppid=2028 vsize=867688 CPUtime=0
/proc/2030/task/2034/stat : 2034 (java) S 2028 2030 1908 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28701746 888512512 18123 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2030/tid=2035] ppid=2028 vsize=867688 CPUtime=0
/proc/2030/task/2035/stat : 2035 (java) S 2028 2030 1908 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28701746 888512512 18123 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2030/tid=2036] ppid=2028 vsize=867688 CPUtime=0
/proc/2030/task/2036/stat : 2036 (java) S 2028 2030 1908 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28701748 888512512 18123 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2030/tid=2037] ppid=2028 vsize=867688 CPUtime=0.26
/proc/2030/task/2037/stat : 2037 (java) S 2028 2030 1908 0 -1 64 742 0 0 0 25 1 0 0 16 0 9 0 28701748 888512512 18123 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2030/tid=2038] ppid=2028 vsize=867688 CPUtime=0
/proc/2030/task/2038/stat : 2038 (java) S 2028 2030 1908 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28701748 888512512 18123 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2030/tid=2039] ppid=2028 vsize=867688 CPUtime=0
/proc/2030/task/2039/stat : 2039 (java) S 2028 2030 1908 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28701748 888512512 18123 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 18.99
Current children cumulated vsize (KiB) 867688

[startup+20.7014 s]
/proc/loadavg: 2.02 2.03 2.00 3/90 2039
/proc/meminfo: memFree=1662200/2055920 swapFree=4192812/4192956
[pid=2030] ppid=2028 vsize=867688 CPUtime=20.58
/proc/2030/stat : 2030 (java) S 2028 2030 1908 0 -1 0 18811 0 1 0 2039 19 0 0 18 0 9 0 28701743 888512512 18128 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2030/statm: 216922 18128 2030 9 0 211380 0
[pid=2030/tid=2032] ppid=2028 vsize=867688 CPUtime=20.26
/proc/2030/task/2032/stat : 2032 (java) R 2028 2030 1908 0 -1 64 15844 0 1 0 2009 17 0 0 25 0 9 0 28701745 888512512 18128 996147200 134512640 134550932 4294955968 18446744073709551615 4126903223 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2030/tid=2033] ppid=2028 vsize=867688 CPUtime=0.03
/proc/2030/task/2033/stat : 2033 (java) S 2028 2030 1908 0 -1 64 1521 0 0 0 3 0 0 0 16 0 9 0 28701746 888512512 18128 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2030/tid=2034] ppid=2028 vsize=867688 CPUtime=0
/proc/2030/task/2034/stat : 2034 (java) S 2028 2030 1908 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28701746 888512512 18128 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2030/tid=2035] ppid=2028 vsize=867688 CPUtime=0
/proc/2030/task/2035/stat : 2035 (java) S 2028 2030 1908 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28701746 888512512 18128 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2030/tid=2036] ppid=2028 vsize=867688 CPUtime=0
/proc/2030/task/2036/stat : 2036 (java) S 2028 2030 1908 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28701748 888512512 18128 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2030/tid=2037] ppid=2028 vsize=867688 CPUtime=0.26
/proc/2030/task/2037/stat : 2037 (java) S 2028 2030 1908 0 -1 64 745 0 0 0 25 1 0 0 15 0 9 0 28701748 888512512 18128 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2030/tid=2038] ppid=2028 vsize=867688 CPUtime=0
/proc/2030/task/2038/stat : 2038 (java) S 2028 2030 1908 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28701748 888512512 18128 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2030/tid=2039] ppid=2028 vsize=867688 CPUtime=0
/proc/2030/task/2039/stat : 2039 (java) S 2028 2030 1908 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28701748 888512512 18128 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.58
Current children cumulated vsize (KiB) 867688

[startup+21.1015 s]
/proc/loadavg: 2.02 2.03 2.00 3/90 2039
/proc/meminfo: memFree=1662200/2055920 swapFree=4192812/4192956
[pid=2030] ppid=2028 vsize=868012 CPUtime=20.97
/proc/2030/stat : 2030 (java) S 2028 2030 1908 0 -1 0 22380 386 1 0 2073 22 1 1 18 0 10 0 28701743 888844288 20370 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2030/statm: 217003 20370 2042 9 0 211461 0
[pid=2030/tid=2032] ppid=2028 vsize=868012 CPUtime=20.56
/proc/2030/task/2032/stat : 2032 (java) R 2028 2030 1908 0 -1 64 16912 386 1 0 2037 17 1 1 23 0 10 0 28701745 888844288 20370 996147200 134512640 134550932 4294955968 18446744073709551615 4126904374 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2030/tid=2033] ppid=2028 vsize=868012 CPUtime=0.11
/proc/2030/task/2033/stat : 2033 (java) S 2028 2030 1908 0 -1 64 3754 386 0 0 8 1 1 1 16 0 10 0 28701746 888844288 20370 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2030/tid=2034] ppid=2028 vsize=868012 CPUtime=0.02
/proc/2030/task/2034/stat : 2034 (java) S 2028 2030 1908 0 -1 64 16 386 0 0 0 0 1 1 16 0 10 0 28701746 888844288 20370 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2030/tid=2035] ppid=2028 vsize=868012 CPUtime=0.02
/proc/2030/task/2035/stat : 2035 (java) S 2028 2030 1908 0 -1 64 5 386 0 0 0 0 1 1 16 0 10 0 28701746 888844288 20370 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2030/tid=2036] ppid=2028 vsize=868012 CPUtime=0.02
/proc/2030/task/2036/stat : 2036 (java) S 2028 2030 1908 0 -1 64 2 386 0 0 0 0 1 1 18 0 10 0 28701748 888844288 20370 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2030/tid=2037] ppid=2028 vsize=868012 CPUtime=0.3
/proc/2030/task/2037/stat : 2037 (java) S 2028 2030 1908 0 -1 64 881 386 0 0 27 1 1 1 16 0 10 0 28701748 888844288 20370 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2030/tid=2038] ppid=2028 vsize=868012 CPUtime=0.02
/proc/2030/task/2038/stat : 2038 (java) S 2028 2030 1908 0 -1 64 0 386 0 0 0 0 1 1 19 0 10 0 28701748 888844288 20370 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2030/tid=2039] ppid=2028 vsize=868012 CPUtime=0.02
/proc/2030/task/2039/stat : 2039 (java) S 2028 2030 1908 0 -1 64 6 386 0 0 0 0 1 1 15 0 10 0 28701748 888844288 20370 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.97
Current children cumulated vsize (KiB) 868012

[startup+21.3015 s]
/proc/loadavg: 2.02 2.03 2.00 3/90 2039
/proc/meminfo: memFree=1662200/2055920 swapFree=4192812/4192956
[pid=2030] ppid=2028 vsize=868100 CPUtime=21.17
/proc/2030/stat : 2030 (java) S 2028 2030 1908 0 -1 0 29247 386 1 0 2092 23 1 1 18 0 9 0 28701743 888934400 21974 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2030/statm: 217025 21974 2661 9 0 211461 0
[pid=2030/tid=2032] ppid=2028 vsize=868100 CPUtime=20.64
/proc/2030/task/2032/stat : 2032 (java) R 2028 2030 1908 0 -1 64 19396 386 1 0 2045 17 1 1 24 0 9 0 28701745 888934400 21974 996147200 134512640 134550932 4294955968 18446744073709551615 4126454998 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2030/tid=2033] ppid=2028 vsize=868100 CPUtime=0.2
/proc/2030/task/2033/stat : 2033 (java) S 2028 2030 1908 0 -1 64 8061 386 0 0 16 2 1 1 16 0 9 0 28701746 888934400 21974 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2030/tid=2034] ppid=2028 vsize=868100 CPUtime=0.02
/proc/2030/task/2034/stat : 2034 (java) S 2028 2030 1908 0 -1 64 20 386 0 0 0 0 1 1 17 0 9 0 28701746 888934400 21974 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2030/tid=2035] ppid=2028 vsize=868100 CPUtime=0.02
/proc/2030/task/2035/stat : 2035 (java) S 2028 2030 1908 0 -1 64 12 386 0 0 0 0 1 1 16 0 9 0 28701746 888934400 21974 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2030/tid=2036] ppid=2028 vsize=868100 CPUtime=0.02
/proc/2030/task/2036/stat : 2036 (java) S 2028 2030 1908 0 -1 64 2 386 0 0 0 0 1 1 18 0 9 0 28701748 888934400 21974 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2030/tid=2037] ppid=2028 vsize=868100 CPUtime=0.33
/proc/2030/task/2037/stat : 2037 (java) S 2028 2030 1908 0 -1 64 941 386 0 0 30 1 1 1 15 0 9 0 28701748 888934400 21974 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2030/tid=2038] ppid=2028 vsize=868100 CPUtime=0.02
/proc/2030/task/2038/stat : 2038 (java) S 2028 2030 1908 0 -1 64 0 386 0 0 0 0 1 1 19 0 9 0 28701748 888934400 21974 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2030/tid=2039] ppid=2028 vsize=868100 CPUtime=0.02
/proc/2030/task/2039/stat : 2039 (java) S 2028 2030 1908 0 -1 64 6 386 0 0 0 0 1 1 15 0 9 0 28701748 888934400 21974 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.17
Current children cumulated vsize (KiB) 868100

[startup+21.4016 s]
/proc/loadavg: 2.02 2.03 2.00 3/90 2039
/proc/meminfo: memFree=1662200/2055920 swapFree=4192812/4192956
[pid=2030] ppid=2028 vsize=868100 CPUtime=21.26
/proc/2030/stat : 2030 (java) S 2028 2030 1908 0 -1 0 32305 386 1 0 2101 23 1 1 18 0 9 0 28701743 888934400 22011 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2030/statm: 217025 22011 2663 9 0 211461 0
[pid=2030/tid=2032] ppid=2028 vsize=868100 CPUtime=20.72
/proc/2030/task/2032/stat : 2032 (java) R 2028 2030 1908 0 -1 64 22443 386 1 0 2052 18 1 1 25 0 9 0 28701745 888934400 22011 996147200 134512640 134550932 4294955968 18446744073709551615 4126905817 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2030/tid=2033] ppid=2028 vsize=868100 CPUtime=0.2
/proc/2030/task/2033/stat : 2033 (java) S 2028 2030 1908 0 -1 64 8061 386 0 0 16 2 1 1 16 0 9 0 28701746 888934400 22011 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2030/tid=2034] ppid=2028 vsize=868100 CPUtime=0.02
/proc/2030/task/2034/stat : 2034 (java) S 2028 2030 1908 0 -1 64 20 386 0 0 0 0 1 1 17 0 9 0 28701746 888934400 22011 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2030/tid=2035] ppid=2028 vsize=868100 CPUtime=0.02
/proc/2030/task/2035/stat : 2035 (java) S 2028 2030 1908 0 -1 64 12 386 0 0 0 0 1 1 16 0 9 0 28701746 888934400 22011 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2030/tid=2036] ppid=2028 vsize=868100 CPUtime=0.02
/proc/2030/task/2036/stat : 2036 (java) S 2028 2030 1908 0 -1 64 2 386 0 0 0 0 1 1 18 0 9 0 28701748 888934400 22011 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2030/tid=2037] ppid=2028 vsize=868100 CPUtime=0.34
/proc/2030/task/2037/stat : 2037 (java) S 2028 2030 1908 0 -1 64 952 386 0 0 31 1 1 1 15 0 9 0 28701748 888934400 22011 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2030/tid=2038] ppid=2028 vsize=868100 CPUtime=0.02
/proc/2030/task/2038/stat : 2038 (java) S 2028 2030 1908 0 -1 64 0 386 0 0 0 0 1 1 19 0 9 0 28701748 888934400 22011 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2030/tid=2039] ppid=2028 vsize=868100 CPUtime=0.02
/proc/2030/task/2039/stat : 2039 (java) S 2028 2030 1908 0 -1 64 6 386 0 0 0 0 1 1 15 0 9 0 28701748 888934400 22011 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.26
Current children cumulated vsize (KiB) 868100

Child status: 0
Real time (s): 21.4514
CPU time (s): 21.3178
CPU user time (s): 21.0508
CPU system time (s): 0.266959
CPU usage (%): 99.3769
Max. virtual memory (cumulated for all children) (KiB): 868100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.0508
system time used= 0.266959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32887
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= 2186
involuntary context switches= 2481

runsolver used 0.030995 second user time and 0.072988 second system time

The end

Launcher Data

Begin job on node84 at 2009-07-12 18:32:44
IDJOB=2098669
IDBENCH=58878
IDSOLVER=773
FILE ID=node84/2098669-1247416364
PBS_JOBID= 9510763
Free space on /tmp= 66312 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/fapp/fapp16/normalized-fapp16-0260-6.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-2098669-1247416364/watcher-2098669-1247416364 -o /tmp/evaluation-result-2098669-1247416364/solver-2098669-1247416364 -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-2098669-1247416364.xml

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

MD5SUM BENCH= 3a4b8eaf97ff72b1e090a13aa2854922
RANDOM SEED=678663482

node84.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.259
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.259
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:       1727904 kB
Buffers:         42096 kB
Cached:         133480 kB
SwapCached:          0 kB
Active:         187680 kB
Inactive:        84072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1727904 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2736 kB
Writeback:           0 kB
Mapped:         114476 kB
Slab:            41436 kB
Committed_AS:  1013012 kB
PageTables:       1916 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= 66312 MiB
End job on node84 at 2009-07-12 18:33:05