Trace number 2098647

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 23.2185 23.2778

DiagnosticValue
CHECKS248605
NODES0

General information on the benchmark

Namecsp/fapp/fapp19/
normalized-fapp19-0350-2.xml
MD5SUM1825ea13215fc44c945afffc7e468e56
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 benchmark22.8865
Satisfiable
(Un)Satisfiability was proved
Number of variables350
Number of constraints5873
Maximum constraint arity2
Maximum domain size802
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5873
Global constraints used (with number of constraints)

Solver Data

0.01/0.08	
0.01/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-2098647-1247416329.xml
0.28/0.31	   
0.28/0.31	   domains being loaded...
0.28/0.35	   
0.28/0.35	   variables being loaded...
0.38/0.44	     nbVariables=350  nbDomainTypes=8  minDomainSize=186  maxDomainSize=802  nbTotalValues=201074
0.38/0.44	       =>  wckTime=0.192  cpuTime=0.15  mem=14M732
0.38/0.44	   
0.38/0.44	   predicates being loaded...
0.48/0.50	   
0.48/0.50	   constraints being loaded...
20.68/20.79	   
20.68/20.79	   INFO : Stopping converting binary constraints (cpu=20.34, mem = 20M999)
22.47/22.60	     nbConstraints=3122  nbGlobalConstraints=8  nbMergedConstraints=2759  nbConvertedConstraints=106
22.47/22.60	     nbConvertConstraintsChecks=42484106  nbExtensionStructures=87  nbSharedExtensionStructures=20
22.47/22.60	     nbConflictsStructures=87  nbSharedConflictsStructures=20  nbUnbuiltConflictsStructures=1044
22.47/22.60	     nbSharedBinaryRepresentations=104398  nbEvaluationManagers=1044  nbSharedEvaluationManagers=1964  minDegree=5
22.47/22.60	     maxDegree=38  minArity=2  avgArity=2.01  maxArity=8  nbGenerators=0  nbFusions=0  symmetryWckTime=1.054
22.47/22.60	     symmetryCpuTime=0.95  nbCliques=8
22.47/22.60	       =>  wckTime=22.351  cpuTime=21.9  mem=33M103
22.66/22.74	   
22.66/22.74	   solver IterativeSystematicSolver being built... 
22.76/22.87	   
22.76/22.88	   INFO : Forward propagation technique limited 
22.96/23.01	       =>  wckTime=22.764  cpuTime=22.09  mem=42M541
23.15/23.22	   
23.15/23.22	   preprocessing
23.15/23.22	     nbConstraintChecks=248605  nbValidityChecks=177  nbPropagations=13  nbRevisions=319  nbUselessRevisions=193
23.15/23.22	     nbRemovedValues=35400  detectedInconsistency=yes
23.15/23.22	       =>  wckTime=0.207  cpuTime=0.19  mem=43M579
23.15/23.22	   
23.15/23.22	   global
23.15/23.22	     nbConstraintChecks=248605  nbValidityChecks=177  nbPropagations=13  nbRevisions=319  nbUselessRevisions=193
23.15/23.22	     nbRestartNogoods=0  solvingWckTime=0.21  solvingCpuTime=0.19  expiredTime=no  totalExploration=yes
23.15/23.22	     nbFoundSolutions=0  globalCpuTime=22.32
23.15/23.22	       =>  wckTime=22.978  cpuTime=22.28  mem=43M579
23.15/23.23	   
23.15/23.23	s UNSATISFIABLE
23.15/23.23	d NODES 0
23.15/23.23	d CHECKS 248605
23.15/23.23	   
23.15/23.23	   totalWckTime=23.051  totalCpuTime=22.33

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-2098647-1247416329/watcher-2098647-1247416329 -o /tmp/evaluation-result-2098647-1247416329/solver-2098647-1247416329 -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-2098647-1247416329.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.07 2.06 2.02 4/80 31069
/proc/meminfo: memFree=1673040/2055920 swapFree=4192812/4192956
[pid=31069] ppid=31067 vsize=140 CPUtime=0
/proc/31069/stat : 31069 (java) R 31067 31069 30993 0 -1 0 182 0 0 0 0 0 0 0 18 0 1 0 28699975 143360 3 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/31069/statm: 36 17 12 9 0 2 0

[startup+0.025484 s]
/proc/loadavg: 2.07 2.06 2.02 4/80 31069
/proc/meminfo: memFree=1673040/2055920 swapFree=4192812/4192956
[pid=31069] ppid=31067 vsize=861288 CPUtime=0.01
/proc/31069/stat : 31069 (java) S 31067 31069 30993 0 -1 0 1784 0 1 0 0 1 0 0 18 0 3 0 28699975 881958912 1478 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/31069/statm: 215322 1480 626 9 0 210237 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 861288

[startup+0.101497 s]
/proc/loadavg: 2.07 2.06 2.02 4/80 31069
/proc/meminfo: memFree=1673040/2055920 swapFree=4192812/4192956
[pid=31069] ppid=31067 vsize=865980 CPUtime=0.09
/proc/31069/stat : 31069 (java) S 31067 31069 30993 0 -1 0 3751 0 1 0 7 2 0 0 18 0 9 0 28699975 886763520 3217 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31069/statm: 216495 3219 1702 9 0 210980 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865980

[startup+0.301518 s]
/proc/loadavg: 2.07 2.06 2.02 4/80 31069
/proc/meminfo: memFree=1673040/2055920 swapFree=4192812/4192956
[pid=31069] ppid=31067 vsize=866380 CPUtime=0.28
/proc/31069/stat : 31069 (java) S 31067 31069 30993 0 -1 0 5998 0 1 0 25 3 0 0 18 0 9 0 28699975 887173120 5364 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31069/statm: 216595 5364 1986 9 0 211053 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.701554 s]
/proc/loadavg: 2.07 2.06 2.02 4/80 31069
/proc/meminfo: memFree=1673040/2055920 swapFree=4192812/4192956
[pid=31069] ppid=31067 vsize=867736 CPUtime=0.68
/proc/31069/stat : 31069 (java) S 31067 31069 30993 0 -1 0 10417 0 1 0 62 6 0 0 18 0 9 0 28699975 888561664 9772 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31069/statm: 216934 9772 2036 9 0 211370 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867736

[startup+1.50264 s]
/proc/loadavg: 2.06 2.06 2.02 3/89 31078
/proc/meminfo: memFree=1623432/2055920 swapFree=4192812/4192956
[pid=31069] ppid=31067 vsize=867736 CPUtime=1.49
/proc/31069/stat : 31069 (java) S 31067 31069 30993 0 -1 0 15346 0 1 0 140 9 0 0 18 0 9 0 28699975 888561664 14697 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31069/statm: 216934 14697 2041 9 0 211370 0
[pid=31069/tid=31071] ppid=31067 vsize=867736 CPUtime=1.29
/proc/31069/task/31071/stat : 31071 (java) R 31067 31069 30993 0 -1 64 13962 0 1 0 122 7 0 0 25 0 9 0 28699976 888561664 14697 996147200 134512640 134550932 4294955968 18446744073709551615 4126911451 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31069/tid=31072] ppid=31067 vsize=867736 CPUtime=0
/proc/31069/task/31072/stat : 31072 (java) S 31067 31069 30993 0 -1 64 3 0 0 0 0 0 0 0 17 0 9 0 28699978 888561664 14697 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31069/tid=31073] ppid=31067 vsize=867736 CPUtime=0
/proc/31069/task/31073/stat : 31073 (java) S 31067 31069 30993 0 -1 64 11 0 0 0 0 0 0 0 21 0 9 0 28699978 888561664 14697 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31069/tid=31074] ppid=31067 vsize=867736 CPUtime=0
/proc/31069/task/31074/stat : 31074 (java) S 31067 31069 30993 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 28699978 888561664 14697 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31069/tid=31075] ppid=31067 vsize=867736 CPUtime=0
/proc/31069/task/31075/stat : 31075 (java) S 31067 31069 30993 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 28699980 888561664 14697 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31069/tid=31076] ppid=31067 vsize=867736 CPUtime=0.17
/proc/31069/task/31076/stat : 31076 (java) S 31067 31069 30993 0 -1 64 685 0 0 0 17 0 0 0 16 0 9 0 28699980 888561664 14697 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31069/tid=31077] ppid=31067 vsize=867736 CPUtime=0
/proc/31069/task/31077/stat : 31077 (java) S 31067 31069 30993 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 28699980 888561664 14697 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31069/tid=31078] ppid=31067 vsize=867736 CPUtime=0
/proc/31069/task/31078/stat : 31078 (java) S 31067 31069 30993 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28699980 888561664 14697 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 867736

[startup+3.10279 s]
/proc/loadavg: 2.06 2.06 2.02 3/89 31078
/proc/meminfo: memFree=1621000/2055920 swapFree=4192812/4192956
[pid=31069] ppid=31067 vsize=867736 CPUtime=3.08
/proc/31069/stat : 31069 (java) S 31067 31069 30993 0 -1 0 15908 0 1 0 299 9 0 0 18 0 9 0 28699975 888561664 15257 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31069/statm: 216934 15257 2041 9 0 211370 0
[pid=31069/tid=31071] ppid=31067 vsize=867736 CPUtime=2.88
/proc/31069/task/31071/stat : 31071 (java) R 31067 31069 30993 0 -1 64 14518 0 1 0 280 8 0 0 25 0 9 0 28699976 888561664 15257 996147200 134512640 134550932 4294955968 18446744073709551615 4126905340 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31069/tid=31072] ppid=31067 vsize=867736 CPUtime=0
/proc/31069/task/31072/stat : 31072 (java) S 31067 31069 30993 0 -1 64 3 0 0 0 0 0 0 0 17 0 9 0 28699978 888561664 15257 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31069/tid=31073] ppid=31067 vsize=867736 CPUtime=0
/proc/31069/task/31073/stat : 31073 (java) S 31067 31069 30993 0 -1 64 11 0 0 0 0 0 0 0 21 0 9 0 28699978 888561664 15257 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31069/tid=31074] ppid=31067 vsize=867736 CPUtime=0
/proc/31069/task/31074/stat : 31074 (java) S 31067 31069 30993 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 28699978 888561664 15257 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31069/tid=31075] ppid=31067 vsize=867736 CPUtime=0
/proc/31069/task/31075/stat : 31075 (java) S 31067 31069 30993 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 28699980 888561664 15257 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31069/tid=31076] ppid=31067 vsize=867736 CPUtime=0.18
/proc/31069/task/31076/stat : 31076 (java) S 31067 31069 30993 0 -1 64 691 0 0 0 18 0 0 0 16 0 9 0 28699980 888561664 15257 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31069/tid=31077] ppid=31067 vsize=867736 CPUtime=0
/proc/31069/task/31077/stat : 31077 (java) S 31067 31069 30993 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 28699980 888561664 15257 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31069/tid=31078] ppid=31067 vsize=867736 CPUtime=0
/proc/31069/task/31078/stat : 31078 (java) S 31067 31069 30993 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28699980 888561664 15257 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) 867736

[startup+6.30111 s]
/proc/loadavg: 2.06 2.06 2.02 3/89 31078
/proc/meminfo: memFree=1617288/2055920 swapFree=4192812/4192956
[pid=31069] ppid=31067 vsize=867736 CPUtime=6.29
/proc/31069/stat : 31069 (java) S 31067 31069 30993 0 -1 0 16607 0 1 0 619 10 0 0 18 0 9 0 28699975 888561664 15954 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31069/statm: 216934 15954 2041 9 0 211370 0
[pid=31069/tid=31071] ppid=31067 vsize=867736 CPUtime=6.08
/proc/31069/task/31071/stat : 31071 (java) R 31067 31069 30993 0 -1 64 15215 0 1 0 600 8 0 0 25 0 9 0 28699976 888561664 15954 996147200 134512640 134550932 4294955968 18446744073709551615 4126936032 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31069/tid=31072] ppid=31067 vsize=867736 CPUtime=0
/proc/31069/task/31072/stat : 31072 (java) S 31067 31069 30993 0 -1 64 3 0 0 0 0 0 0 0 16 0 9 0 28699978 888561664 15954 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31069/tid=31073] ppid=31067 vsize=867736 CPUtime=0
/proc/31069/task/31073/stat : 31073 (java) S 31067 31069 30993 0 -1 64 11 0 0 0 0 0 0 0 21 0 9 0 28699978 888561664 15954 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31069/tid=31074] ppid=31067 vsize=867736 CPUtime=0
/proc/31069/task/31074/stat : 31074 (java) S 31067 31069 30993 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 28699978 888561664 15954 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31069/tid=31075] ppid=31067 vsize=867736 CPUtime=0
/proc/31069/task/31075/stat : 31075 (java) S 31067 31069 30993 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 28699980 888561664 15954 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31069/tid=31076] ppid=31067 vsize=867736 CPUtime=0.18
/proc/31069/task/31076/stat : 31076 (java) S 31067 31069 30993 0 -1 64 693 0 0 0 18 0 0 0 15 0 9 0 28699980 888561664 15954 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31069/tid=31077] ppid=31067 vsize=867736 CPUtime=0
/proc/31069/task/31077/stat : 31077 (java) S 31067 31069 30993 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 28699980 888561664 15954 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31069/tid=31078] ppid=31067 vsize=867736 CPUtime=0
/proc/31069/task/31078/stat : 31078 (java) S 31067 31069 30993 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28699980 888561664 15954 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 867736

[startup+12.7027 s]
/proc/loadavg: 2.05 2.06 2.02 3/89 31078
/proc/meminfo: memFree=1603912/2055920 swapFree=4192812/4192956
[pid=31069] ppid=31067 vsize=867648 CPUtime=12.69
/proc/31069/stat : 31069 (java) S 31067 31069 30993 0 -1 0 19772 0 1 0 1258 11 0 0 18 0 9 0 28699975 888471552 19093 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31069/statm: 216912 19093 2029 9 0 211370 0
[pid=31069/tid=31071] ppid=31067 vsize=867648 CPUtime=12.39
/proc/31069/task/31071/stat : 31071 (java) R 31067 31069 30993 0 -1 64 15839 0 1 0 1231 8 0 0 25 0 9 0 28699976 888471552 19093 996147200 134512640 134550932 4294955968 18446744073709551615 4126909391 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31069/tid=31072] ppid=31067 vsize=867648 CPUtime=0.05
/proc/31069/task/31072/stat : 31072 (java) S 31067 31069 30993 0 -1 64 2521 0 0 0 5 0 0 0 17 0 9 0 28699978 888471552 19093 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31069/tid=31073] ppid=31067 vsize=867648 CPUtime=0
/proc/31069/task/31073/stat : 31073 (java) S 31067 31069 30993 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28699978 888471552 19093 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31069/tid=31074] ppid=31067 vsize=867648 CPUtime=0
/proc/31069/task/31074/stat : 31074 (java) S 31067 31069 30993 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28699978 888471552 19093 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31069/tid=31075] ppid=31067 vsize=867648 CPUtime=0
/proc/31069/task/31075/stat : 31075 (java) S 31067 31069 30993 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 28699980 888471552 19093 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31069/tid=31076] ppid=31067 vsize=867648 CPUtime=0.2
/proc/31069/task/31076/stat : 31076 (java) S 31067 31069 30993 0 -1 64 710 0 0 0 20 0 0 0 15 0 9 0 28699980 888471552 19093 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31069/tid=31077] ppid=31067 vsize=867648 CPUtime=0
/proc/31069/task/31077/stat : 31077 (java) S 31067 31069 30993 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 28699980 888471552 19093 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31069/tid=31078] ppid=31067 vsize=867648 CPUtime=0
/proc/31069/task/31078/stat : 31078 (java) S 31067 31069 30993 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28699980 888471552 19093 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 867648

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

[startup+19.1024 s]
/proc/loadavg: 2.05 2.06 2.02 3/89 31078
/proc/meminfo: memFree=1603848/2055920 swapFree=4192812/4192956
[pid=31069] ppid=31067 vsize=867648 CPUtime=19.08
/proc/31069/stat : 31069 (java) S 31067 31069 30993 0 -1 0 19774 0 1 0 1897 11 0 0 18 0 9 0 28699975 888471552 19094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31069/statm: 216912 19094 2029 9 0 211370 0
[pid=31069/tid=31071] ppid=31067 vsize=867648 CPUtime=18.79
/proc/31069/task/31071/stat : 31071 (java) R 31067 31069 30993 0 -1 64 15840 0 1 0 1871 8 0 0 25 0 9 0 28699976 888471552 19094 996147200 134512640 134550932 4294955968 18446744073709551615 4126905374 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31069/tid=31072] ppid=31067 vsize=867648 CPUtime=0.05
/proc/31069/task/31072/stat : 31072 (java) S 31067 31069 30993 0 -1 64 2521 0 0 0 5 0 0 0 16 0 9 0 28699978 888471552 19094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31069/tid=31073] ppid=31067 vsize=867648 CPUtime=0
/proc/31069/task/31073/stat : 31073 (java) S 31067 31069 30993 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28699978 888471552 19094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31069/tid=31074] ppid=31067 vsize=867648 CPUtime=0
/proc/31069/task/31074/stat : 31074 (java) S 31067 31069 30993 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28699978 888471552 19094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31069/tid=31075] ppid=31067 vsize=867648 CPUtime=0
/proc/31069/task/31075/stat : 31075 (java) S 31067 31069 30993 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 28699980 888471552 19094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31069/tid=31076] ppid=31067 vsize=867648 CPUtime=0.21
/proc/31069/task/31076/stat : 31076 (java) S 31067 31069 30993 0 -1 64 711 0 0 0 20 1 0 0 16 0 9 0 28699980 888471552 19094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31069/tid=31077] ppid=31067 vsize=867648 CPUtime=0
/proc/31069/task/31077/stat : 31077 (java) S 31067 31069 30993 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 28699980 888471552 19094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31069/tid=31078] ppid=31067 vsize=867648 CPUtime=0
/proc/31069/task/31078/stat : 31078 (java) S 31067 31069 30993 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28699980 888471552 19094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 19.08
Current children cumulated vsize (KiB) 867648

[startup+20.7025 s]
/proc/loadavg: 2.05 2.06 2.02 3/89 31078
/proc/meminfo: memFree=1603848/2055920 swapFree=4192812/4192956
[pid=31069] ppid=31067 vsize=867648 CPUtime=20.68
/proc/31069/stat : 31069 (java) S 31067 31069 30993 0 -1 0 19774 0 1 0 2057 11 0 0 18 0 9 0 28699975 888471552 19094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31069/statm: 216912 19094 2029 9 0 211370 0
[pid=31069/tid=31071] ppid=31067 vsize=867648 CPUtime=20.39
/proc/31069/task/31071/stat : 31071 (java) R 31067 31069 30993 0 -1 64 15840 0 1 0 2031 8 0 0 25 0 9 0 28699976 888471552 19094 996147200 134512640 134550932 4294955968 18446744073709551615 4126906826 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31069/tid=31072] ppid=31067 vsize=867648 CPUtime=0.05
/proc/31069/task/31072/stat : 31072 (java) S 31067 31069 30993 0 -1 64 2521 0 0 0 5 0 0 0 16 0 9 0 28699978 888471552 19094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31069/tid=31073] ppid=31067 vsize=867648 CPUtime=0
/proc/31069/task/31073/stat : 31073 (java) S 31067 31069 30993 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28699978 888471552 19094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31069/tid=31074] ppid=31067 vsize=867648 CPUtime=0
/proc/31069/task/31074/stat : 31074 (java) S 31067 31069 30993 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28699978 888471552 19094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31069/tid=31075] ppid=31067 vsize=867648 CPUtime=0
/proc/31069/task/31075/stat : 31075 (java) S 31067 31069 30993 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 28699980 888471552 19094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31069/tid=31076] ppid=31067 vsize=867648 CPUtime=0.21
/proc/31069/task/31076/stat : 31076 (java) S 31067 31069 30993 0 -1 64 711 0 0 0 20 1 0 0 16 0 9 0 28699980 888471552 19094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31069/tid=31077] ppid=31067 vsize=867648 CPUtime=0
/proc/31069/task/31077/stat : 31077 (java) S 31067 31069 30993 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 28699980 888471552 19094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31069/tid=31078] ppid=31067 vsize=867648 CPUtime=0
/proc/31069/task/31078/stat : 31078 (java) S 31067 31069 30993 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28699980 888471552 19094 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 20.68
Current children cumulated vsize (KiB) 867648

[startup+22.3017 s]
/proc/loadavg: 2.05 2.06 2.02 4/91 31082
/proc/meminfo: memFree=1593080/2055920 swapFree=4192812/4192956
[pid=31069] ppid=31067 vsize=868296 CPUtime=22.27
/proc/31069/stat : 31069 (java) S 31067 31069 30993 0 -1 0 23745 455 1 0 2209 14 3 1 18 0 9 0 28699975 889135104 21721 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31069/statm: 217074 21721 2044 9 0 211532 0
[pid=31069/tid=31071] ppid=31067 vsize=868296 CPUtime=21.83
/proc/31069/task/31071/stat : 31071 (java) R 31067 31069 30993 0 -1 64 16900 455 1 0 2170 9 3 1 22 0 9 0 28699976 889135104 21721 996147200 134512640 134550932 4294955968 18446744073709551615 4126905344 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31069/tid=31072] ppid=31067 vsize=868296 CPUtime=0.15
/proc/31069/task/31072/stat : 31072 (java) S 31067 31069 30993 0 -1 64 5124 455 0 0 10 1 3 1 16 0 9 0 28699978 889135104 21721 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31069/tid=31073] ppid=31067 vsize=868296 CPUtime=0.04
/proc/31069/task/31073/stat : 31073 (java) S 31067 31069 30993 0 -1 64 16 455 0 0 0 0 3 1 16 0 9 0 28699978 889135104 21721 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31069/tid=31074] ppid=31067 vsize=868296 CPUtime=0.04
/proc/31069/task/31074/stat : 31074 (java) S 31067 31069 30993 0 -1 64 5 455 0 0 0 0 3 1 16 0 9 0 28699978 889135104 21721 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31069/tid=31075] ppid=31067 vsize=868296 CPUtime=0.04
/proc/31069/task/31075/stat : 31075 (java) S 31067 31069 30993 0 -1 64 2 455 0 0 0 0 3 1 23 0 9 0 28699980 889135104 21721 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31069/tid=31076] ppid=31067 vsize=868296 CPUtime=0.32
/proc/31069/task/31076/stat : 31076 (java) S 31067 31069 30993 0 -1 64 876 455 0 0 27 1 3 1 15 0 9 0 28699980 889135104 21721 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31069/tid=31077] ppid=31067 vsize=868296 CPUtime=0.04
/proc/31069/task/31077/stat : 31077 (java) S 31067 31069 30993 0 -1 64 0 455 0 0 0 0 3 1 24 0 9 0 28699980 889135104 21721 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31069/tid=31078] ppid=31067 vsize=868296 CPUtime=0.04
/proc/31069/task/31078/stat : 31078 (java) S 31067 31069 30993 0 -1 64 12 455 0 0 0 0 3 1 15 0 9 0 28699980 889135104 21721 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 22.27
Current children cumulated vsize (KiB) 868296

[startup+22.7017 s]
/proc/loadavg: 2.05 2.06 2.02 4/91 31082
/proc/meminfo: memFree=1593080/2055920 swapFree=4192812/4192956
[pid=31069] ppid=31067 vsize=868296 CPUtime=22.66
/proc/31069/stat : 31069 (java) S 31067 31069 30993 0 -1 0 31129 455 1 0 2247 15 3 1 18 0 9 0 28699975 889135104 22527 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31069/statm: 217074 22527 2637 9 0 211532 0
[pid=31069/tid=31071] ppid=31067 vsize=868296 CPUtime=22.12
/proc/31069/task/31071/stat : 31071 (java) R 31067 31069 30993 0 -1 64 18411 455 1 0 2199 9 3 1 24 0 9 0 28699976 889135104 22527 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31069/tid=31072] ppid=31067 vsize=868296 CPUtime=0.25
/proc/31069/task/31072/stat : 31072 (java) R 31067 31069 30993 0 -1 64 10989 455 0 0 19 2 3 1 16 0 9 0 28699978 889135104 22527 996147200 134512640 134550932 4294955968 18446744073709551615 103830994 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31069/tid=31073] ppid=31067 vsize=868296 CPUtime=0.04
/proc/31069/task/31073/stat : 31073 (java) S 31067 31069 30993 0 -1 64 16 455 0 0 0 0 3 1 16 0 9 0 28699978 889135104 22527 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31069/tid=31074] ppid=31067 vsize=868296 CPUtime=0.04
/proc/31069/task/31074/stat : 31074 (java) S 31067 31069 30993 0 -1 64 5 455 0 0 0 0 3 1 16 0 9 0 28699978 889135104 22527 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31069/tid=31075] ppid=31067 vsize=868296 CPUtime=0.04
/proc/31069/task/31075/stat : 31075 (java) S 31067 31069 30993 0 -1 64 2 455 0 0 0 0 3 1 23 0 9 0 28699980 889135104 22527 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31069/tid=31076] ppid=31067 vsize=868296 CPUtime=0.33
/proc/31069/task/31076/stat : 31076 (java) S 31067 31069 30993 0 -1 64 884 455 0 0 28 1 3 1 15 0 9 0 28699980 889135104 22527 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31069/tid=31077] ppid=31067 vsize=868296 CPUtime=0.04
/proc/31069/task/31077/stat : 31077 (java) S 31067 31069 30993 0 -1 64 0 455 0 0 0 0 3 1 24 0 9 0 28699980 889135104 22527 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31069/tid=31078] ppid=31067 vsize=868296 CPUtime=0.04
/proc/31069/task/31078/stat : 31078 (java) S 31067 31069 30993 0 -1 64 12 455 0 0 0 0 3 1 15 0 9 0 28699980 889135104 22527 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 22.66
Current children cumulated vsize (KiB) 868296

[startup+23.1068 s]
/proc/loadavg: 2.05 2.06 2.02 3/89 31082
/proc/meminfo: memFree=1574016/2055920 swapFree=4192812/4192956
[pid=31069] ppid=31067 vsize=868296 CPUtime=23.06
/proc/31069/stat : 31069 (java) S 31067 31069 30993 0 -1 0 45776 455 1 0 2283 19 3 1 18 0 9 0 28699975 889135104 27165 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31069/statm: 217074 27165 2640 9 0 211532 0
[pid=31069/tid=31071] ppid=31067 vsize=868296 CPUtime=22.39
/proc/31069/task/31071/stat : 31071 (java) R 31067 31069 30993 0 -1 64 27078 455 1 0 2224 11 3 1 25 0 9 0 28699976 889135104 27165 996147200 134512640 134550932 4294955968 18446744073709551615 4126905334 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31069/tid=31072] ppid=31067 vsize=868296 CPUtime=0.33
/proc/31069/task/31072/stat : 31072 (java) S 31067 31069 30993 0 -1 64 16879 455 0 0 25 4 3 1 16 0 9 0 28699978 889135104 27165 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31069/tid=31073] ppid=31067 vsize=868296 CPUtime=0.04
/proc/31069/task/31073/stat : 31073 (java) S 31067 31069 30993 0 -1 64 20 455 0 0 0 0 3 1 16 0 9 0 28699978 889135104 27165 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31069/tid=31074] ppid=31067 vsize=868296 CPUtime=0.04
/proc/31069/task/31074/stat : 31074 (java) S 31067 31069 30993 0 -1 64 30 455 0 0 0 0 3 1 15 0 9 0 28699978 889135104 27165 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31069/tid=31075] ppid=31067 vsize=868296 CPUtime=0.04
/proc/31069/task/31075/stat : 31075 (java) S 31067 31069 30993 0 -1 64 2 455 0 0 0 0 3 1 23 0 9 0 28699980 889135104 27165 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31069/tid=31076] ppid=31067 vsize=868296 CPUtime=0.37
/proc/31069/task/31076/stat : 31076 (java) S 31067 31069 30993 0 -1 64 945 455 0 0 32 1 3 1 15 0 9 0 28699980 889135104 27165 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31069/tid=31077] ppid=31067 vsize=868296 CPUtime=0.04
/proc/31069/task/31077/stat : 31077 (java) S 31067 31069 30993 0 -1 64 0 455 0 0 0 0 3 1 24 0 9 0 28699980 889135104 27165 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31069/tid=31078] ppid=31067 vsize=868296 CPUtime=0.04
/proc/31069/task/31078/stat : 31078 (java) S 31067 31069 30993 0 -1 64 12 455 0 0 0 0 3 1 15 0 9 0 28699980 889135104 27165 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 23.06
Current children cumulated vsize (KiB) 868296

[startup+23.2018 s]
/proc/loadavg: 2.05 2.06 2.02 3/89 31082
/proc/meminfo: memFree=1574016/2055920 swapFree=4192812/4192956
[pid=31069] ppid=31067 vsize=868296 CPUtime=23.15
/proc/31069/stat : 31069 (java) S 31067 31069 30993 0 -1 0 45784 455 1 0 2292 19 3 1 18 0 9 0 28699975 889135104 27172 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31069/statm: 217074 27172 2640 9 0 211532 0
[pid=31069/tid=31071] ppid=31067 vsize=868296 CPUtime=22.48
/proc/31069/task/31071/stat : 31071 (java) R 31067 31069 30993 0 -1 64 27079 455 1 0 2233 11 3 1 25 0 9 0 28699976 889135104 27172 996147200 134512640 134550932 4294955968 18446744073709551615 4126908033 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31069/tid=31072] ppid=31067 vsize=868296 CPUtime=0.33
/proc/31069/task/31072/stat : 31072 (java) S 31067 31069 30993 0 -1 64 16879 455 0 0 25 4 3 1 16 0 9 0 28699978 889135104 27172 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31069/tid=31073] ppid=31067 vsize=868296 CPUtime=0.04
/proc/31069/task/31073/stat : 31073 (java) S 31067 31069 30993 0 -1 64 20 455 0 0 0 0 3 1 16 0 9 0 28699978 889135104 27172 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31069/tid=31074] ppid=31067 vsize=868296 CPUtime=0.04
/proc/31069/task/31074/stat : 31074 (java) S 31067 31069 30993 0 -1 64 30 455 0 0 0 0 3 1 15 0 9 0 28699978 889135104 27172 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31069/tid=31075] ppid=31067 vsize=868296 CPUtime=0.04
/proc/31069/task/31075/stat : 31075 (java) S 31067 31069 30993 0 -1 64 2 455 0 0 0 0 3 1 23 0 9 0 28699980 889135104 27172 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31069/tid=31076] ppid=31067 vsize=868296 CPUtime=0.38
/proc/31069/task/31076/stat : 31076 (java) S 31067 31069 30993 0 -1 64 952 455 0 0 33 1 3 1 15 0 9 0 28699980 889135104 27172 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31069/tid=31077] ppid=31067 vsize=868296 CPUtime=0.04
/proc/31069/task/31077/stat : 31077 (java) S 31067 31069 30993 0 -1 64 0 455 0 0 0 0 3 1 24 0 9 0 28699980 889135104 27172 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31069/tid=31078] ppid=31067 vsize=868296 CPUtime=0.04
/proc/31069/task/31078/stat : 31078 (java) S 31067 31069 30993 0 -1 64 12 455 0 0 0 0 3 1 15 0 9 0 28699980 889135104 27172 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 23.15
Current children cumulated vsize (KiB) 868296

Child status: 0
Real time (s): 23.2778
CPU time (s): 23.2185
CPU user time (s): 22.9875
CPU system time (s): 0.230964
CPU usage (%): 99.7453
Max. virtual memory (cumulated for all children) (KiB): 868384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 22.9875
system time used= 0.230964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46273
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= 2326
involuntary context switches= 2408

runsolver used 0.028995 second user time and 0.085986 second system time

The end

Launcher Data

Begin job on node12 at 2009-07-12 18:32:09
IDJOB=2098647
IDBENCH=58840
IDSOLVER=773
FILE ID=node12/2098647-1247416329
PBS_JOBID= 9510765
Free space on /tmp= 66212 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/fapp/fapp19/normalized-fapp19-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-2098647-1247416329/watcher-2098647-1247416329 -o /tmp/evaluation-result-2098647-1247416329/solver-2098647-1247416329 -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-2098647-1247416329.xml

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

MD5SUM BENCH= 1825ea13215fc44c945afffc7e468e56
RANDOM SEED=1852222541

node12.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.240
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.240
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1673520 kB
Buffers:         47204 kB
Cached:         155500 kB
SwapCached:        140 kB
Active:         206228 kB
Inactive:       105944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1673520 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2836 kB
Writeback:           0 kB
Mapped:         129744 kB
Slab:            55388 kB
Committed_AS:   997916 kB
PageTables:       1956 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= 66212 MiB
End job on node12 at 2009-07-12 18:32:33