Trace number 1085699

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 ESACUNSAT 25.1672 25.4232

DiagnosticValue
CHECKS1302480
NODES0

General information on the benchmark

Namecsp/fapp/fapp34/
normalized-fapp34-0750-0.xml
MD5SUM701805f3dd433f8e5a195a0325c2f865
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 benchmark25.1672
Satisfiable
(Un)Satisfiability was proved
Number of variables750
Number of constraints8639
Maximum constraint arity2
Maximum domain size998
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8639
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.19/0.26	
0.19/0.26	   configuration
0.19/0.26	     name=esac.xml
0.19/0.29	   
0.19/0.29	   instance
0.19/0.29	     name=HOME/instance-1085699-1215235116.xml
0.28/0.33	   
0.28/0.33	   domains being loaded...
0.28/0.37	   
0.28/0.37	   variables being loaded...
0.48/0.55	     nbVariables=750  nbDomainTypes=14  minDomainSize=82  maxDomainSize=998  nbTotalValues=329841
0.48/0.55	       =>  wckTime=0.292  cpuTime=0.2  mem=18M603
0.48/0.55	   
0.48/0.55	   predicates being loaded...
0.58/0.61	   
0.58/0.61	   constraints being loaded...
20.51/20.73	   
20.51/20.73	   INFO : Stopping converting binary constraints (cpu=20.06, mem = 48M889)
23.76/24.03	     nbConstraints=4623  nbMergedConstraints=4016  nbConvertedConstraints=317  nbConvertConstraintsChecks=44146156
23.76/24.03	     nbExtensionStructures=287  nbSharedExtensionStructures=41  nbConflictsStructures=473
23.76/24.03	     nbSharedConflictsStructures=270  nbUnbuiltConflictsStructures=3268  nbSharedBinaryRepresentations=168400
23.76/24.03	     nbEvaluationManagers=3454  nbSharedEvaluationManagers=852  minDegree=3  maxDegree=16  minArity=2  maxArity=2
23.76/24.03	     nbGenerators=0  nbFusions=0  symmetryWckTime=0.662  symmetryCpuTime=0.55
23.76/24.03	       =>  wckTime=23.773  cpuTime=22.89  mem=59M187
23.96/24.25	   
23.96/24.25	   solver IterativeSystematicSolver being built... 
24.26/24.55	       =>  wckTime=24.291  cpuTime=23.11  mem=64M244
25.05/25.35	   
25.05/25.35	   preprocessing
25.05/25.35	     nbConstraintChecks=1302485  nbValidityChecks=45142  nbPropagations=141  nbRevisions=2692  nbUselessRevisions=1719
25.05/25.35	     nbRemovedValues=170819  detectedInconsistency=yes
25.05/25.35	       =>  wckTime=0.792  cpuTime=0.76  mem=64M244
25.05/25.35	   
25.05/25.35	   global
25.05/25.35	     nbConstraintChecks=1302485  nbValidityChecks=45142  nbPropagations=141  nbRevisions=2692  nbUselessRevisions=1719
25.05/25.35	     nbRestartNogoods=0  solvingWckTime=0.795  solvingCpuTime=0.76  expiredTime=no  totalExploration=yes
25.05/25.35	     nbFoundSolutions=0  globalCpuTime=23.92
25.05/25.35	       =>  wckTime=25.092  cpuTime=23.88  mem=64M244
25.05/25.37	   
25.05/25.37	s UNSATISFIABLE
25.05/25.37	d NODES 0
25.05/25.37	d CHECKS 1302485
25.05/25.37	   
25.05/25.37	   totalWckTime=25.18  totalCpuTime=23.95

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1085699-1215235116/watcher-1085699-1215235116 -o /tmp/evaluation-result-1085699-1215235116/solver-1085699-1215235116 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1085699-1215235116.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.96 1.98 1.99 3/72 16663
/proc/meminfo: memFree=1795104/2055920 swapFree=4179968/4192956
[pid=16663] ppid=16661 vsize=10616 CPUtime=0
/proc/16663/stat : 16663 (java) S 16661 16663 14993 0 -1 0 676 0 0 0 0 0 0 0 18 0 2 0 2002486485 10870784 472 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/16663/statm: 2654 472 209 9 0 1184 0
[pid=16663/tid=16664] ppid=16661 vsize=10616 CPUtime=0
/proc/16663/task/16664/stat : 16664 (java) R 16661 16663 14993 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 2002486486 10870784 472 996147200 134512640 134550740 4294955968 18446744073709551615 8826840 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.114687 s]
/proc/loadavg: 1.96 1.98 1.99 3/72 16663
/proc/meminfo: memFree=1795104/2055920 swapFree=4179968/4192956
[pid=16663] ppid=16661 vsize=865884 CPUtime=0.09
/proc/16663/stat : 16663 (java) S 16661 16663 14993 0 -1 0 3865 0 1 0 8 1 0 0 18 0 9 0 2002486485 886665216 3307 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16663/statm: 216471 3307 1744 9 0 211026 0
[pid=16663/tid=16664] ppid=16661 vsize=865884 CPUtime=0.08
/proc/16663/task/16664/stat : 16664 (java) R 16661 16663 14993 0 -1 64 2944 0 1 0 7 1 0 0 18 0 9 0 2002486486 886665216 3307 996147200 134512640 134550740 4294955968 18446744073709551615 102931698 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.201694 s]
/proc/loadavg: 1.96 1.98 1.99 3/72 16663
/proc/meminfo: memFree=1795104/2055920 swapFree=4179968/4192956
[pid=16663] ppid=16661 vsize=866044 CPUtime=0.19
/proc/16663/stat : 16663 (java) S 16661 16663 14993 0 -1 0 4618 0 1 0 17 2 0 0 18 0 9 0 2002486485 886829056 4045 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16663/statm: 216511 4045 1858 9 0 211059 0
[pid=16663/tid=16664] ppid=16661 vsize=866044 CPUtime=0.16
/proc/16663/task/16664/stat : 16664 (java) R 16661 16663 14993 0 -1 64 3694 0 1 0 15 1 0 0 18 0 9 0 2002486486 886829056 4045 996147200 134512640 134550740 4294955968 18446744073709551615 4125977386 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 866044

[startup+0.301706 s]
/proc/loadavg: 1.96 1.98 1.99 3/72 16663
/proc/meminfo: memFree=1795104/2055920 swapFree=4179968/4192956
[pid=16663] ppid=16661 vsize=866284 CPUtime=0.28
/proc/16663/stat : 16663 (java) S 16661 16663 14993 0 -1 0 5793 0 1 0 26 2 0 0 18 0 9 0 2002486485 887074816 5167 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16663/statm: 216571 5167 1951 9 0 211099 0
[pid=16663/tid=16664] ppid=16661 vsize=866284 CPUtime=0.23
/proc/16663/task/16664/stat : 16664 (java) R 16661 16663 14993 0 -1 64 4818 0 1 0 21 2 0 0 18 0 9 0 2002486486 887074816 5167 996147200 134512640 134550740 4294955968 18446744073709551615 8441061 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.701757 s]
/proc/loadavg: 1.96 1.98 1.99 3/72 16663
/proc/meminfo: memFree=1795104/2055920 swapFree=4179968/4192956
[pid=16663] ppid=16661 vsize=867680 CPUtime=0.68
/proc/16663/stat : 16663 (java) S 16661 16663 14993 0 -1 0 10528 0 1 0 63 5 0 0 18 0 9 0 2002486485 888504320 9888 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16663/statm: 216920 9888 2011 9 0 211426 0
[pid=16663/tid=16664] ppid=16661 vsize=867680 CPUtime=0.5
/proc/16663/task/16664/stat : 16664 (java) R 16661 16663 14993 0 -1 64 9181 0 1 0 46 4 0 0 19 0 9 0 2002486486 888504320 9888 996147200 134512640 134550740 4294955968 18446744073709551615 101444704 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867680

[startup+1.50285 s]
/proc/loadavg: 1.96 1.98 1.99 3/81 16672
/proc/meminfo: memFree=1740056/2055920 swapFree=4179968/4192956
[pid=16663] ppid=16661 vsize=867592 CPUtime=1.47
/proc/16663/stat : 16663 (java) S 16661 16663 14993 0 -1 0 20232 0 1 0 138 9 0 0 18 0 9 0 2002486485 888414208 19565 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16663/statm: 216898 19565 2006 9 0 211426 0
[pid=16663/tid=16664] ppid=16661 vsize=867592 CPUtime=1.18
/proc/16663/task/16664/stat : 16664 (java) R 16661 16663 14993 0 -1 64 15781 0 1 0 111 7 0 0 25 0 9 0 2002486486 888414208 19565 996147200 134512640 134550740 4294955968 18446744073709551615 4126897668 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16663/tid=16666] ppid=16661 vsize=867592 CPUtime=0.06
/proc/16663/task/16666/stat : 16666 (java) S 16661 16663 14993 0 -1 64 3074 0 0 0 6 0 0 0 16 0 9 0 2002486488 888414208 19565 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16663/tid=16667] ppid=16661 vsize=867592 CPUtime=0
/proc/16663/task/16667/stat : 16667 (java) S 16661 16663 14993 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2002486488 888414208 19565 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16663/tid=16668] ppid=16661 vsize=867592 CPUtime=0
/proc/16663/task/16668/stat : 16668 (java) S 16661 16663 14993 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2002486488 888414208 19565 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16663/tid=16669] ppid=16661 vsize=867592 CPUtime=0
/proc/16663/task/16669/stat : 16669 (java) S 16661 16663 14993 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002486490 888414208 19565 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16663/tid=16670] ppid=16661 vsize=867592 CPUtime=0.2
/proc/16663/task/16670/stat : 16670 (java) S 16661 16663 14993 0 -1 64 681 0 0 0 20 0 0 0 15 0 9 0 2002486490 888414208 19565 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16663/tid=16671] ppid=16661 vsize=867592 CPUtime=0
/proc/16663/task/16671/stat : 16671 (java) S 16661 16663 14993 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002486490 888414208 19565 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16663/tid=16672] ppid=16661 vsize=867592 CPUtime=0
/proc/16663/task/16672/stat : 16672 (java) S 16661 16663 14993 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002486490 888414208 19565 996147200 134512640 134550740 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) 867592

[startup+3.10203 s]
/proc/loadavg: 1.96 1.98 1.99 3/81 16672
/proc/meminfo: memFree=1724248/2055920 swapFree=4179968/4192956
[pid=16663] ppid=16661 vsize=867592 CPUtime=3.06
/proc/16663/stat : 16663 (java) S 16661 16663 14993 0 -1 0 20239 0 1 0 297 9 0 0 18 0 9 0 2002486485 888414208 19571 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16663/statm: 216898 19571 2006 9 0 211426 0
[pid=16663/tid=16664] ppid=16661 vsize=867592 CPUtime=2.76
/proc/16663/task/16664/stat : 16664 (java) R 16661 16663 14993 0 -1 64 15783 0 1 0 269 7 0 0 25 0 9 0 2002486486 888414208 19571 996147200 134512640 134550740 4294955968 18446744073709551615 4126887761 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16663/tid=16666] ppid=16661 vsize=867592 CPUtime=0.06
/proc/16663/task/16666/stat : 16666 (java) S 16661 16663 14993 0 -1 64 3074 0 0 0 6 0 0 0 17 0 9 0 2002486488 888414208 19571 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16663/tid=16667] ppid=16661 vsize=867592 CPUtime=0
/proc/16663/task/16667/stat : 16667 (java) S 16661 16663 14993 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2002486488 888414208 19571 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16663/tid=16668] ppid=16661 vsize=867592 CPUtime=0
/proc/16663/task/16668/stat : 16668 (java) S 16661 16663 14993 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2002486488 888414208 19571 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16663/tid=16669] ppid=16661 vsize=867592 CPUtime=0
/proc/16663/task/16669/stat : 16669 (java) S 16661 16663 14993 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002486490 888414208 19571 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16663/tid=16670] ppid=16661 vsize=867592 CPUtime=0.21
/proc/16663/task/16670/stat : 16670 (java) S 16661 16663 14993 0 -1 64 686 0 0 0 21 0 0 0 15 0 9 0 2002486490 888414208 19571 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16663/tid=16671] ppid=16661 vsize=867592 CPUtime=0
/proc/16663/task/16671/stat : 16671 (java) S 16661 16663 14993 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002486490 888414208 19571 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16663/tid=16672] ppid=16661 vsize=867592 CPUtime=0
/proc/16663/task/16672/stat : 16672 (java) S 16661 16663 14993 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002486490 888414208 19571 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867592

[startup+6.30141 s]
/proc/loadavg: 1.96 1.98 1.99 3/81 16672
/proc/meminfo: memFree=1723992/2055920 swapFree=4179968/4192956
[pid=16663] ppid=16661 vsize=867592 CPUtime=6.23
/proc/16663/stat : 16663 (java) S 16661 16663 14993 0 -1 0 20262 0 1 0 613 10 0 0 18 0 9 0 2002486485 888414208 19591 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16663/statm: 216898 19591 2006 9 0 211426 0
[pid=16663/tid=16664] ppid=16661 vsize=867592 CPUtime=5.91
/proc/16663/task/16664/stat : 16664 (java) R 16661 16663 14993 0 -1 64 15786 0 1 0 583 8 0 0 25 0 9 0 2002486486 888414208 19591 996147200 134512640 134550740 4294955968 18446744073709551615 4126897668 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16663/tid=16666] ppid=16661 vsize=867592 CPUtime=0.06
/proc/16663/task/16666/stat : 16666 (java) S 16661 16663 14993 0 -1 64 3074 0 0 0 6 0 0 0 17 0 9 0 2002486488 888414208 19591 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16663/tid=16667] ppid=16661 vsize=867592 CPUtime=0
/proc/16663/task/16667/stat : 16667 (java) S 16661 16663 14993 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2002486488 888414208 19591 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16663/tid=16668] ppid=16661 vsize=867592 CPUtime=0
/proc/16663/task/16668/stat : 16668 (java) S 16661 16663 14993 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2002486488 888414208 19591 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16663/tid=16669] ppid=16661 vsize=867592 CPUtime=0
/proc/16663/task/16669/stat : 16669 (java) S 16661 16663 14993 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002486490 888414208 19591 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16663/tid=16670] ppid=16661 vsize=867592 CPUtime=0.22
/proc/16663/task/16670/stat : 16670 (java) S 16661 16663 14993 0 -1 64 706 0 0 0 22 0 0 0 16 0 9 0 2002486490 888414208 19591 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16663/tid=16671] ppid=16661 vsize=867592 CPUtime=0
/proc/16663/task/16671/stat : 16671 (java) S 16661 16663 14993 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002486490 888414208 19591 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16663/tid=16672] ppid=16661 vsize=867592 CPUtime=0
/proc/16663/task/16672/stat : 16672 (java) S 16661 16663 14993 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002486490 888414208 19591 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 867592

[startup+12.7012 s]
/proc/loadavg: 1.97 1.98 1.99 3/81 16672
/proc/meminfo: memFree=1723800/2055920 swapFree=4179968/4192956
[pid=16663] ppid=16661 vsize=867592 CPUtime=12.57
/proc/16663/stat : 16663 (java) S 16661 16663 14993 0 -1 0 20268 0 1 0 1247 10 0 0 18 0 9 0 2002486485 888414208 19595 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16663/statm: 216898 19595 2006 9 0 211426 0
[pid=16663/tid=16664] ppid=16661 vsize=867592 CPUtime=12.25
/proc/16663/task/16664/stat : 16664 (java) R 16661 16663 14993 0 -1 64 15790 0 1 0 1217 8 0 0 25 0 9 0 2002486486 888414208 19595 996147200 134512640 134550740 4294955968 18446744073709551615 4126892912 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16663/tid=16666] ppid=16661 vsize=867592 CPUtime=0.06
/proc/16663/task/16666/stat : 16666 (java) S 16661 16663 14993 0 -1 64 3074 0 0 0 6 0 0 0 16 0 9 0 2002486488 888414208 19595 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16663/tid=16667] ppid=16661 vsize=867592 CPUtime=0
/proc/16663/task/16667/stat : 16667 (java) S 16661 16663 14993 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2002486488 888414208 19595 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16663/tid=16668] ppid=16661 vsize=867592 CPUtime=0
/proc/16663/task/16668/stat : 16668 (java) S 16661 16663 14993 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2002486488 888414208 19595 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16663/tid=16669] ppid=16661 vsize=867592 CPUtime=0
/proc/16663/task/16669/stat : 16669 (java) S 16661 16663 14993 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002486490 888414208 19595 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16663/tid=16670] ppid=16661 vsize=867592 CPUtime=0.23
/proc/16663/task/16670/stat : 16670 (java) S 16661 16663 14993 0 -1 64 708 0 0 0 23 0 0 0 16 0 9 0 2002486490 888414208 19595 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16663/tid=16671] ppid=16661 vsize=867592 CPUtime=0
/proc/16663/task/16671/stat : 16671 (java) S 16661 16663 14993 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002486490 888414208 19595 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16663/tid=16672] ppid=16661 vsize=867592 CPUtime=0
/proc/16663/task/16672/stat : 16672 (java) S 16661 16663 14993 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002486490 888414208 19595 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 867592

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

[startup+12.8012 s]
/proc/loadavg: 1.97 1.98 1.99 3/81 16672
/proc/meminfo: memFree=1723800/2055920 swapFree=4179968/4192956
[pid=16663] ppid=16661 vsize=867592 CPUtime=12.67
/proc/16663/stat : 16663 (java) S 16661 16663 14993 0 -1 0 20268 0 1 0 1257 10 0 0 18 0 9 0 2002486485 888414208 19595 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16663/statm: 216898 19595 2006 9 0 211426 0
[pid=16663/tid=16664] ppid=16661 vsize=867592 CPUtime=12.35
/proc/16663/task/16664/stat : 16664 (java) R 16661 16663 14993 0 -1 64 15790 0 1 0 1227 8 0 0 25 0 9 0 2002486486 888414208 19595 996147200 134512640 134550740 4294955968 18446744073709551615 4126890257 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16663/tid=16666] ppid=16661 vsize=867592 CPUtime=0.06
/proc/16663/task/16666/stat : 16666 (java) S 16661 16663 14993 0 -1 64 3074 0 0 0 6 0 0 0 16 0 9 0 2002486488 888414208 19595 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16663/tid=16667] ppid=16661 vsize=867592 CPUtime=0
/proc/16663/task/16667/stat : 16667 (java) S 16661 16663 14993 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2002486488 888414208 19595 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16663/tid=16668] ppid=16661 vsize=867592 CPUtime=0
/proc/16663/task/16668/stat : 16668 (java) S 16661 16663 14993 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2002486488 888414208 19595 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16663/tid=16669] ppid=16661 vsize=867592 CPUtime=0
/proc/16663/task/16669/stat : 16669 (java) S 16661 16663 14993 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002486490 888414208 19595 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16663/tid=16670] ppid=16661 vsize=867592 CPUtime=0.23
/proc/16663/task/16670/stat : 16670 (java) S 16661 16663 14993 0 -1 64 708 0 0 0 23 0 0 0 16 0 9 0 2002486490 888414208 19595 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16663/tid=16671] ppid=16661 vsize=867592 CPUtime=0
/proc/16663/task/16671/stat : 16671 (java) S 16661 16663 14993 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002486490 888414208 19595 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16663/tid=16672] ppid=16661 vsize=867592 CPUtime=0
/proc/16663/task/16672/stat : 16672 (java) S 16661 16663 14993 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002486490 888414208 19595 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 867592

[startup+19.2029 s]
/proc/loadavg: 1.97 1.98 1.99 3/81 16672
/proc/meminfo: memFree=1723864/2055920 swapFree=4179968/4192956
[pid=16663] ppid=16661 vsize=867592 CPUtime=19.02
/proc/16663/stat : 16663 (java) S 16661 16663 14993 0 -1 0 20269 0 1 0 1891 11 0 0 18 0 9 0 2002486485 888414208 19596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16663/statm: 216898 19596 2006 9 0 211426 0
[pid=16663/tid=16664] ppid=16661 vsize=867592 CPUtime=18.69
/proc/16663/task/16664/stat : 16664 (java) R 16661 16663 14993 0 -1 64 15790 0 1 0 1860 9 0 0 25 0 9 0 2002486486 888414208 19596 996147200 134512640 134550740 4294955968 18446744073709551615 4126890231 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16663/tid=16666] ppid=16661 vsize=867592 CPUtime=0.06
/proc/16663/task/16666/stat : 16666 (java) S 16661 16663 14993 0 -1 64 3074 0 0 0 6 0 0 0 16 0 9 0 2002486488 888414208 19596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16663/tid=16667] ppid=16661 vsize=867592 CPUtime=0
/proc/16663/task/16667/stat : 16667 (java) S 16661 16663 14993 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2002486488 888414208 19596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16663/tid=16668] ppid=16661 vsize=867592 CPUtime=0
/proc/16663/task/16668/stat : 16668 (java) S 16661 16663 14993 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2002486488 888414208 19596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16663/tid=16669] ppid=16661 vsize=867592 CPUtime=0
/proc/16663/task/16669/stat : 16669 (java) S 16661 16663 14993 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002486490 888414208 19596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16663/tid=16670] ppid=16661 vsize=867592 CPUtime=0.23
/proc/16663/task/16670/stat : 16670 (java) S 16661 16663 14993 0 -1 64 709 0 0 0 23 0 0 0 15 0 9 0 2002486490 888414208 19596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16663/tid=16671] ppid=16661 vsize=867592 CPUtime=0
/proc/16663/task/16671/stat : 16671 (java) S 16661 16663 14993 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002486490 888414208 19596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16663/tid=16672] ppid=16661 vsize=867592 CPUtime=0
/proc/16663/task/16672/stat : 16672 (java) S 16661 16663 14993 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002486490 888414208 19596 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 19.02
Current children cumulated vsize (KiB) 867592

[startup+22.4013 s]
/proc/loadavg: 1.97 1.98 1.99 3/81 16672
/proc/meminfo: memFree=1706712/2055920 swapFree=4179968/4192956
[pid=16663] ppid=16661 vsize=867592 CPUtime=22.19
/proc/16663/stat : 16663 (java) S 16661 16663 14993 0 -1 0 26041 0 1 0 2205 14 0 0 18 0 9 0 2002486485 888414208 25364 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16663/statm: 216898 25364 2007 9 0 211426 0
[pid=16663/tid=16664] ppid=16661 vsize=867592 CPUtime=21.61
/proc/16663/task/16664/stat : 16664 (java) R 16661 16663 14993 0 -1 64 15797 0 1 0 2152 9 0 0 25 0 9 0 2002486486 888414208 25364 996147200 134512640 134550740 4294955968 18446744073709551615 102605777 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16663/tid=16666] ppid=16661 vsize=867592 CPUtime=0.27
/proc/16663/task/16666/stat : 16666 (java) S 16661 16663 14993 0 -1 64 8815 0 0 0 24 3 0 0 17 0 9 0 2002486488 888414208 25364 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16663/tid=16667] ppid=16661 vsize=867592 CPUtime=0
/proc/16663/task/16667/stat : 16667 (java) S 16661 16663 14993 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2002486488 888414208 25364 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16663/tid=16668] ppid=16661 vsize=867592 CPUtime=0
/proc/16663/task/16668/stat : 16668 (java) S 16661 16663 14993 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2002486488 888414208 25364 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16663/tid=16669] ppid=16661 vsize=867592 CPUtime=0
/proc/16663/task/16669/stat : 16669 (java) S 16661 16663 14993 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002486490 888414208 25364 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16663/tid=16670] ppid=16661 vsize=867592 CPUtime=0.27
/proc/16663/task/16670/stat : 16670 (java) S 16661 16663 14993 0 -1 64 733 0 0 0 27 0 0 0 16 0 9 0 2002486490 888414208 25364 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16663/tid=16671] ppid=16661 vsize=867592 CPUtime=0
/proc/16663/task/16671/stat : 16671 (java) S 16661 16663 14993 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002486490 888414208 25364 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16663/tid=16672] ppid=16661 vsize=867592 CPUtime=0
/proc/16663/task/16672/stat : 16672 (java) S 16661 16663 14993 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002486490 888414208 25364 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 22.19
Current children cumulated vsize (KiB) 867592

[startup+24.0015 s]
/proc/loadavg: 1.97 1.98 1.99 3/81 16672
/proc/meminfo: memFree=1700696/2055920 swapFree=4179968/4192956
[pid=16663] ppid=16661 vsize=867916 CPUtime=23.76
/proc/16663/stat : 16663 (java) S 16661 16663 14993 0 -1 0 28558 545 1 0 2355 16 4 1 18 0 9 0 2002486485 888745984 25416 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16663/statm: 216979 25416 2018 9 0 211507 0
[pid=16663/tid=16664] ppid=16661 vsize=867916 CPUtime=23.11
/proc/16663/task/16664/stat : 16664 (java) R 16661 16663 14993 0 -1 64 17972 545 1 0 2296 10 4 1 25 0 9 0 2002486486 888745984 25416 996147200 134512640 134550740 4294955968 18446744073709551615 4126892912 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16663/tid=16666] ppid=16661 vsize=867916 CPUtime=0.36
/proc/16663/task/16666/stat : 16666 (java) S 16661 16663 14993 0 -1 64 8883 545 0 0 28 3 4 1 16 0 9 0 2002486488 888745984 25416 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16663/tid=16667] ppid=16661 vsize=867916 CPUtime=0.05
/proc/16663/task/16667/stat : 16667 (java) S 16661 16663 14993 0 -1 64 13 545 0 0 0 0 4 1 16 0 9 0 2002486488 888745984 25416 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16663/tid=16668] ppid=16661 vsize=867916 CPUtime=0.05
/proc/16663/task/16668/stat : 16668 (java) S 16661 16663 14993 0 -1 64 5 545 0 0 0 0 4 1 16 0 9 0 2002486488 888745984 25416 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16663/tid=16669] ppid=16661 vsize=867916 CPUtime=0.05
/proc/16663/task/16669/stat : 16669 (java) S 16661 16663 14993 0 -1 64 1 545 0 0 0 0 4 1 18 0 9 0 2002486490 888745984 25416 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16663/tid=16670] ppid=16661 vsize=867916 CPUtime=0.35
/proc/16663/task/16670/stat : 16670 (java) S 16661 16663 14993 0 -1 64 862 545 0 0 30 0 4 1 15 0 9 0 2002486490 888745984 25416 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16663/tid=16671] ppid=16661 vsize=867916 CPUtime=0.05
/proc/16663/task/16671/stat : 16671 (java) S 16661 16663 14993 0 -1 64 1 545 0 0 0 0 4 1 19 0 9 0 2002486490 888745984 25416 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16663/tid=16672] ppid=16661 vsize=867916 CPUtime=0.05
/proc/16663/task/16672/stat : 16672 (java) S 16661 16663 14993 0 -1 64 10 545 0 0 0 0 4 1 15 0 9 0 2002486490 888745984 25416 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 23.76
Current children cumulated vsize (KiB) 867916

[startup+24.8016 s]
/proc/loadavg: 1.97 1.98 1.99 4/81 16676
/proc/meminfo: memFree=1699800/2055920 swapFree=4179968/4192956
[pid=16663] ppid=16661 vsize=867916 CPUtime=24.55
/proc/16663/stat : 16663 (java) S 16661 16663 14993 0 -1 0 53461 545 1 0 2428 22 4 1 18 0 9 0 2002486485 888745984 30888 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16663/statm: 216979 30888 2616 9 0 211507 0
[pid=16663/tid=16664] ppid=16661 vsize=867916 CPUtime=23.58
/proc/16663/task/16664/stat : 16664 (java) R 16661 16663 14993 0 -1 64 26408 545 1 0 2341 12 4 1 25 0 9 0 2002486486 888745984 30888 996147200 134512640 134550740 4294955968 18446744073709551615 4126892919 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16663/tid=16666] ppid=16661 vsize=867916 CPUtime=0.61
/proc/16663/task/16666/stat : 16666 (java) S 16661 16663 14993 0 -1 64 25236 545 0 0 49 7 4 1 16 0 9 0 2002486488 888745984 30888 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16663/tid=16667] ppid=16661 vsize=867916 CPUtime=0.05
/proc/16663/task/16667/stat : 16667 (java) S 16661 16663 14993 0 -1 64 17 545 0 0 0 0 4 1 16 0 9 0 2002486488 888745984 30888 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16663/tid=16668] ppid=16661 vsize=867916 CPUtime=0.05
/proc/16663/task/16668/stat : 16668 (java) S 16661 16663 14993 0 -1 64 30 545 0 0 0 0 4 1 15 0 9 0 2002486488 888745984 30888 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16663/tid=16669] ppid=16661 vsize=867916 CPUtime=0.05
/proc/16663/task/16669/stat : 16669 (java) S 16661 16663 14993 0 -1 64 1 545 0 0 0 0 4 1 18 0 9 0 2002486490 888745984 30888 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16663/tid=16670] ppid=16661 vsize=867916 CPUtime=0.41
/proc/16663/task/16670/stat : 16670 (java) S 16661 16663 14993 0 -1 64 947 545 0 0 36 0 4 1 15 0 9 0 2002486490 888745984 30888 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16663/tid=16671] ppid=16661 vsize=867916 CPUtime=0.05
/proc/16663/task/16671/stat : 16671 (java) S 16661 16663 14993 0 -1 64 1 545 0 0 0 0 4 1 19 0 9 0 2002486490 888745984 30888 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16663/tid=16672] ppid=16661 vsize=867916 CPUtime=0.05
/proc/16663/task/16672/stat : 16672 (java) S 16661 16663 14993 0 -1 64 10 545 0 0 0 0 4 1 15 0 9 0 2002486490 888745984 30888 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.55
Current children cumulated vsize (KiB) 867916

[startup+25.2026 s]
/proc/loadavg: 1.97 1.98 1.99 4/81 16676
/proc/meminfo: memFree=1699800/2055920 swapFree=4179968/4192956
[pid=16663] ppid=16661 vsize=867916 CPUtime=24.95
/proc/16663/stat : 16663 (java) S 16661 16663 14993 0 -1 0 53463 545 1 0 2468 22 4 1 18 0 9 0 2002486485 888745984 30890 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16663/statm: 216979 30890 2616 9 0 211507 0
[pid=16663/tid=16664] ppid=16661 vsize=867916 CPUtime=23.98
/proc/16663/task/16664/stat : 16664 (java) R 16661 16663 14993 0 -1 64 26408 545 1 0 2381 12 4 1 25 0 9 0 2002486486 888745984 30890 996147200 134512640 134550740 4294955968 18446744073709551615 4127318643 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16663/tid=16666] ppid=16661 vsize=867916 CPUtime=0.61
/proc/16663/task/16666/stat : 16666 (java) S 16661 16663 14993 0 -1 64 25236 545 0 0 49 7 4 1 16 0 9 0 2002486488 888745984 30890 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16663/tid=16667] ppid=16661 vsize=867916 CPUtime=0.05
/proc/16663/task/16667/stat : 16667 (java) S 16661 16663 14993 0 -1 64 17 545 0 0 0 0 4 1 16 0 9 0 2002486488 888745984 30890 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16663/tid=16668] ppid=16661 vsize=867916 CPUtime=0.05
/proc/16663/task/16668/stat : 16668 (java) S 16661 16663 14993 0 -1 64 30 545 0 0 0 0 4 1 15 0 9 0 2002486488 888745984 30890 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16663/tid=16669] ppid=16661 vsize=867916 CPUtime=0.05
/proc/16663/task/16669/stat : 16669 (java) S 16661 16663 14993 0 -1 64 1 545 0 0 0 0 4 1 18 0 9 0 2002486490 888745984 30890 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16663/tid=16670] ppid=16661 vsize=867916 CPUtime=0.41
/proc/16663/task/16670/stat : 16670 (java) S 16661 16663 14993 0 -1 64 949 545 0 0 36 0 4 1 16 0 9 0 2002486490 888745984 30890 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16663/tid=16671] ppid=16661 vsize=867916 CPUtime=0.05
/proc/16663/task/16671/stat : 16671 (java) S 16661 16663 14993 0 -1 64 1 545 0 0 0 0 4 1 19 0 9 0 2002486490 888745984 30890 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16663/tid=16672] ppid=16661 vsize=867916 CPUtime=0.05
/proc/16663/task/16672/stat : 16672 (java) S 16661 16663 14993 0 -1 64 10 545 0 0 0 0 4 1 15 0 9 0 2002486490 888745984 30890 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.95
Current children cumulated vsize (KiB) 867916

[startup+25.4068 s]
/proc/loadavg: 2.05 2.00 2.00 3/81 16676
/proc/meminfo: memFree=1680984/2055920 swapFree=4179968/4192956
[pid=16663] ppid=16661 vsize=0 CPUtime=25.12
/proc/16663/stat : 16663 (java) Z 16661 16663 14993 0 -1 12 53499 545 1 0 2484 23 4 1 16 0 2 0 2002486485 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16663/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 25.4232
CPU time (s): 25.1672
CPU user time (s): 24.8972
CPU system time (s): 0.269958
CPU usage (%): 98.9929
Max. virtual memory (cumulated for all children) (KiB): 868004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.8972
system time used= 0.269958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54044
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= 2435
involuntary context switches= 2954

runsolver used 0.033994 second user time and 0.097985 second system time

The end

Launcher Data (download as text)

Begin job on node11 at 2008-07-05 07:18:36
IDJOB=1085699
IDBENCH=57688
IDSOLVER=364
FILE ID=node11/1085699-1215235116
PBS_JOBID= 7881826
Free space on /tmp= 66556 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/fapp/fapp34/normalized-fapp34-0750-0.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1085699-1215235116/watcher-1085699-1215235116 -o /tmp/evaluation-result-1085699-1215235116/solver-1085699-1215235116 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1085699-1215235116.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 701805f3dd433f8e5a195a0325c2f865
RANDOM SEED=189140317

node11.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.224
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.224
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:       1795584 kB
Buffers:         47052 kB
Cached:         141276 kB
SwapCached:       7036 kB
Active:          87248 kB
Inactive:       115120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1795584 kB
SwapTotal:     4192956 kB
SwapFree:      4179968 kB
Dirty:            3368 kB
Writeback:           0 kB
Mapped:          21612 kB
Slab:            43288 kB
Committed_AS:  3293684 kB
PageTables:       1804 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= 66552 MiB
End job on node11 at 2008-07-05 07:19:02