Trace number 1048920

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 23.5554 23.8329

DiagnosticValue
CHECKS791
NODES0

General information on the benchmark

Namecsp/pseudo/ssa/
normalized-ssa-6288-047.xml
MD5SUMdd00c5def4c55b065ec455ee1bcb23cb
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.51962
Satisfiable
(Un)Satisfiability was proved
Number of variables20820
Number of constraints44644
Maximum constraint arity6
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension44644
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04/0.09	
0.04/0.09	Abscon 112 (May, 2008)
0.17/0.26	
0.17/0.26	   configuration
0.17/0.26	     name=esac.xml
0.17/0.29	   
0.17/0.29	   instance
0.17/0.29	     name=HOME/instance-1048920-1215044237.xml
0.27/0.33	   
0.27/0.33	   domains being loaded...
0.27/0.34	   
0.27/0.34	   variables being loaded...
0.87/0.93	     nbVariables=20820  nbDomainTypes=2  minDomainSize=1  maxDomainSize=2  nbTotalValues=41636
0.87/0.93	       =>  wckTime=0.666  cpuTime=0.47  mem=23M75
0.87/0.93	   
0.87/0.93	   predicates being loaded...
0.87/0.98	   
0.87/0.98	   constraints being loaded...
21.46/21.74	     nbConstraints=44659  nbGlobalConstraints=15  nbSingletonDomainVariables=4  nbConvertedConstraints=28128
21.46/21.74	     nbConvertConstraintsChecks=136  nbExtensionStructures=4  nbSharedExtensionStructures=28124  nbConflictsStructures=9
21.46/21.74	     nbSharedConflictsStructures=44635  nbSharedBinaryRepresentations=10  nbEvaluationManagers=5
21.46/21.74	     nbSharedEvaluationManagers=16511  minDegree=1  maxDegree=17  minArity=2  avgArity=2.43  maxArity=6  nbGenerators=15
21.46/21.74	     nbFusions=0  symmetryWckTime=12.544  symmetryCpuTime=0.59
21.46/21.74	       =>  wckTime=21.476  cpuTime=7.75  mem=304M392
22.15/22.41	   
22.15/22.41	   solver IterativeSystematicSolver being built... 
22.55/22.87	   
22.55/22.87	   INFO : Forward propagation technique limited 
23.34/23.61	       =>  wckTime=23.348  cpuTime=8.69  mem=311M945
23.44/23.72	   
23.44/23.72	   preprocessing
23.44/23.72	     nbConstraintChecks=791  nbValidityChecks=26  nbPropagations=21003  nbRevisions=539  nbUselessRevisions=343
23.44/23.72	     nbRemovedValues=196  detectedInconsistency=yes
23.44/23.72	       =>  wckTime=0.091  cpuTime=0.08  mem=313M966
23.44/23.73	   
23.44/23.73	   global
23.44/23.73	     nbConstraintChecks=791  nbValidityChecks=26  nbPropagations=21003  nbRevisions=539  nbUselessRevisions=343
23.44/23.73	     nbRestartNogoods=0  solvingWckTime=0.1  solvingCpuTime=0.09  expiredTime=no  totalExploration=yes
23.44/23.73	     nbFoundSolutions=0  globalCpuTime=8.85
23.44/23.73	       =>  wckTime=23.467  cpuTime=8.8  mem=313M966
23.44/23.74	   
23.44/23.74	s UNSATISFIABLE
23.44/23.74	d NODES 0
23.44/23.74	d CHECKS 791
23.44/23.74	   
23.44/23.74	   totalWckTime=23.544  totalCpuTime=8.85

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-1048920-1215044237/watcher-1048920-1215044237 -o /tmp/evaluation-result-1048920-1215044237/solver-1048920-1215044237 -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-1048920-1215044237.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: 2.00 2.01 1.96 3/84 16940
/proc/meminfo: memFree=1822208/2055920 swapFree=4180024/4192956
[pid=16940] ppid=16938 vsize=10616 CPUtime=0
/proc/16940/stat : 16940 (java) S 16938 16940 15861 0 -1 0 676 0 0 0 0 0 0 0 18 0 2 0 1983399151 10870784 472 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/16940/statm: 2654 472 209 9 0 1184 0
[pid=16940/tid=16941] ppid=16938 vsize=10616 CPUtime=0
/proc/16940/task/16941/stat : 16941 (java) R 16938 16940 15861 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 1983399152 10870784 472 996147200 134512640 134550740 4294955984 18446744073709551615 11435992 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.051009 s]
/proc/loadavg: 2.00 2.01 1.96 3/84 16940
/proc/meminfo: memFree=1822208/2055920 swapFree=4180024/4192956
[pid=16940] ppid=16938 vsize=863688 CPUtime=0.04
/proc/16940/stat : 16940 (java) S 16938 16940 15861 0 -1 0 2550 0 1 0 3 1 0 0 18 0 9 0 1983399151 884416512 2121 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16940/statm: 215922 2121 1011 9 0 210901 0
[pid=16940/tid=16941] ppid=16938 vsize=863688 CPUtime=0.02
/proc/16940/task/16941/stat : 16941 (java) R 16938 16940 15861 0 -1 64 1713 0 1 0 2 0 0 0 20 0 9 0 1983399152 884416512 2121 996147200 134512640 134550740 4294955984 18446744073709551615 4125966292 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 863688

[startup+0.101012 s]
/proc/loadavg: 2.00 2.01 1.96 3/84 16940
/proc/meminfo: memFree=1822208/2055920 swapFree=4180024/4192956
[pid=16940] ppid=16938 vsize=865884 CPUtime=0.08
/proc/16940/stat : 16940 (java) S 16938 16940 15861 0 -1 0 3690 0 1 0 7 1 0 0 18 0 9 0 1983399151 886665216 3164 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16940/statm: 216471 3164 1681 9 0 211026 0
[pid=16940/tid=16941] ppid=16938 vsize=865884 CPUtime=0.05
/proc/16940/task/16941/stat : 16941 (java) R 16938 16940 15861 0 -1 64 2780 0 1 0 5 0 0 0 18 0 9 0 1983399152 886665216 3164 996147200 134512640 134550740 4294955984 18446744073709551615 4125969138 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301029 s]
/proc/loadavg: 2.00 2.01 1.96 3/84 16940
/proc/meminfo: memFree=1822208/2055920 swapFree=4180024/4192956
[pid=16940] ppid=16938 vsize=866284 CPUtime=0.27
/proc/16940/stat : 16940 (java) S 16938 16940 15861 0 -1 0 5784 0 1 0 24 3 0 0 18 0 9 0 1983399151 887074816 5158 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16940/statm: 216571 5158 1951 9 0 211099 0
[pid=16940/tid=16941] ppid=16938 vsize=866284 CPUtime=0.22
/proc/16940/task/16941/stat : 16941 (java) R 16938 16940 15861 0 -1 64 4813 0 1 0 20 2 0 0 19 0 9 0 1983399152 887074816 5158 996147200 134512640 134550740 4294955984 18446744073709551615 4125978142 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 866284

[startup+0.701075 s]
/proc/loadavg: 2.00 2.01 1.96 3/84 16940
/proc/meminfo: memFree=1822208/2055920 swapFree=4180024/4192956
[pid=16940] ppid=16938 vsize=867428 CPUtime=0.68
/proc/16940/stat : 16940 (java) S 16938 16940 15861 0 -1 0 13523 0 1 0 61 7 0 0 18 0 9 0 1983399151 888246272 12893 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16940/statm: 216857 12893 1973 9 0 211385 0
[pid=16940/tid=16941] ppid=16938 vsize=867428 CPUtime=0.51
/proc/16940/task/16941/stat : 16941 (java) R 16938 16940 15861 0 -1 64 12214 0 1 0 46 5 0 0 21 0 9 0 1983399152 888246272 12893 996147200 134512640 134550740 4294955984 18446744073709551615 102064721 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867428

[startup+1.50215 s]
/proc/loadavg: 2.00 2.01 1.96 3/93 16949
/proc/meminfo: memFree=1757176/2055920 swapFree=4180024/4192956
[pid=16940] ppid=16938 vsize=867516 CPUtime=1.46
/proc/16940/stat : 16940 (java) S 16938 16940 15861 0 -1 0 18837 0 1 0 136 10 0 0 18 0 9 0 1983399151 888336384 18195 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16940/statm: 216879 18195 2025 9 0 211385 0
[pid=16940/tid=16941] ppid=16938 vsize=867516 CPUtime=1.18
/proc/16940/task/16941/stat : 16941 (java) R 16938 16940 15861 0 -1 64 15746 0 1 0 110 8 0 0 25 0 9 0 1983399152 888336384 18195 996147200 134512640 134550740 4294955984 18446744073709551615 104454918 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16940/tid=16943] ppid=16938 vsize=867516 CPUtime=0.07
/proc/16940/task/16943/stat : 16943 (java) S 16938 16940 15861 0 -1 64 1765 0 0 0 6 1 0 0 16 0 9 0 1983399154 888336384 18195 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16940/tid=16944] ppid=16938 vsize=867516 CPUtime=0
/proc/16940/task/16944/stat : 16944 (java) S 16938 16940 15861 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1983399154 888336384 18195 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16940/tid=16945] ppid=16938 vsize=867516 CPUtime=0
/proc/16940/task/16945/stat : 16945 (java) S 16938 16940 15861 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1983399154 888336384 18195 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16940/tid=16946] ppid=16938 vsize=867516 CPUtime=0
/proc/16940/task/16946/stat : 16946 (java) S 16938 16940 15861 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983399156 888336384 18195 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16940/tid=16947] ppid=16938 vsize=867516 CPUtime=0.19
/proc/16940/task/16947/stat : 16947 (java) S 16938 16940 15861 0 -1 64 630 0 0 0 18 1 0 0 16 0 9 0 1983399156 888336384 18195 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16940/tid=16948] ppid=16938 vsize=867516 CPUtime=0
/proc/16940/task/16948/stat : 16948 (java) S 16938 16940 15861 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983399156 888336384 18195 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16940/tid=16949] ppid=16938 vsize=867516 CPUtime=0
/proc/16940/task/16949/stat : 16949 (java) S 16938 16940 15861 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1983399156 888336384 18195 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867516

[startup+3.1023 s]
/proc/loadavg: 2.00 2.01 1.96 3/93 16949
/proc/meminfo: memFree=1742712/2055920 swapFree=4180024/4192956
[pid=16940] ppid=16938 vsize=867428 CPUtime=3.05
/proc/16940/stat : 16940 (java) S 16938 16940 15861 0 -1 0 24609 0 1 0 291 14 0 0 18 0 9 0 1983399151 888246272 23943 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16940/statm: 216857 23943 2004 9 0 211385 0
[pid=16940/tid=16941] ppid=16938 vsize=867428 CPUtime=2.45
/proc/16940/task/16941/stat : 16941 (java) R 16938 16940 15861 0 -1 64 15748 0 1 0 237 8 0 0 25 0 9 0 1983399152 888246272 23943 996147200 134512640 134550740 4294955984 18446744073709551615 4126643577 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16940/tid=16943] ppid=16938 vsize=867428 CPUtime=0.38
/proc/16940/task/16943/stat : 16943 (java) S 16938 16940 15861 0 -1 64 7534 0 0 0 35 3 0 0 17 0 9 0 1983399154 888246272 23943 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16940/tid=16944] ppid=16938 vsize=867428 CPUtime=0
/proc/16940/task/16944/stat : 16944 (java) S 16938 16940 15861 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1983399154 888246272 23943 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16940/tid=16945] ppid=16938 vsize=867428 CPUtime=0
/proc/16940/task/16945/stat : 16945 (java) S 16938 16940 15861 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1983399154 888246272 23943 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16940/tid=16946] ppid=16938 vsize=867428 CPUtime=0
/proc/16940/task/16946/stat : 16946 (java) S 16938 16940 15861 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983399156 888246272 23943 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16940/tid=16947] ppid=16938 vsize=867428 CPUtime=0.19
/proc/16940/task/16947/stat : 16947 (java) S 16938 16940 15861 0 -1 64 631 0 0 0 18 1 0 0 16 0 9 0 1983399156 888246272 23943 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16940/tid=16948] ppid=16938 vsize=867428 CPUtime=0
/proc/16940/task/16948/stat : 16948 (java) S 16938 16940 15861 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983399156 888246272 23943 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16940/tid=16949] ppid=16938 vsize=867428 CPUtime=0
/proc/16940/task/16949/stat : 16949 (java) S 16938 16940 15861 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1983399156 888246272 23943 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867428

[startup+6.3016 s]
/proc/loadavg: 2.00 2.01 1.96 4/93 16949
/proc/meminfo: memFree=1720312/2055920 swapFree=4180024/4192956
[pid=16940] ppid=16938 vsize=867428 CPUtime=6.22
/proc/16940/stat : 16940 (java) S 16938 16940 15861 0 -1 0 29542 0 1 0 492 130 0 0 18 0 9 0 1983399151 888246272 28871 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16940/statm: 216857 28871 2006 9 0 211385 0
[pid=16940/tid=16941] ppid=16938 vsize=867428 CPUtime=5.23
/proc/16940/task/16941/stat : 16941 (java) R 16938 16940 15861 0 -1 64 15783 0 1 0 400 123 0 0 25 0 9 0 1983399152 888246272 28871 996147200 134512640 134550740 4294955984 18446744073709551615 102689700 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16940/tid=16943] ppid=16938 vsize=867428 CPUtime=0.73
/proc/16940/task/16943/stat : 16943 (java) S 16938 16940 15861 0 -1 64 12391 0 0 0 68 5 0 0 18 0 9 0 1983399154 888246272 28871 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16940/tid=16944] ppid=16938 vsize=867428 CPUtime=0
/proc/16940/task/16944/stat : 16944 (java) S 16938 16940 15861 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1983399154 888246272 28871 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16940/tid=16945] ppid=16938 vsize=867428 CPUtime=0
/proc/16940/task/16945/stat : 16945 (java) S 16938 16940 15861 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1983399154 888246272 28871 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16940/tid=16946] ppid=16938 vsize=867428 CPUtime=0
/proc/16940/task/16946/stat : 16946 (java) S 16938 16940 15861 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983399156 888246272 28871 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16940/tid=16947] ppid=16938 vsize=867428 CPUtime=0.24
/proc/16940/task/16947/stat : 16947 (java) S 16938 16940 15861 0 -1 64 672 0 0 0 23 1 0 0 16 0 9 0 1983399156 888246272 28871 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16940/tid=16948] ppid=16938 vsize=867428 CPUtime=0
/proc/16940/task/16948/stat : 16948 (java) S 16938 16940 15861 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983399156 888246272 28871 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16940/tid=16949] ppid=16938 vsize=867428 CPUtime=0
/proc/16940/task/16949/stat : 16949 (java) S 16938 16940 15861 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1983399156 888246272 28871 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 867428

[startup+12.7022 s]
/proc/loadavg: 2.00 2.01 1.96 3/95 16951
/proc/meminfo: memFree=1474728/2055920 swapFree=4180024/4192956
[pid=16940] ppid=16938 vsize=867752 CPUtime=9.59
/proc/16940/stat : 16940 (java) S 16938 16940 15861 0 -1 0 86377 0 1 0 740 219 0 0 18 0 10 0 1983399151 888578048 85504 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16940/statm: 216938 85504 2012 9 0 211466 0
[pid=16951] ppid=16940 vsize=18456 CPUtime=2.95
/proc/16951/stat : 16951 (saucy) R 16940 16940 15861 0 -1 4194304 2180 0 0 0 292 3 0 0 25 0 1 0 1983400120 18898944 2080 996147200 134512640 134531332 4294956000 18446744073709551615 134523069 0 4 0 0 0 0 0 17 1 0 0
/proc/16951/statm: 4614 2080 95 4 0 4290 0
[pid=16940/tid=16941] ppid=16938 vsize=867752 CPUtime=7.69
/proc/16940/task/16941/stat : 16941 (java) S 16938 16940 15861 0 -1 64 15867 0 1 0 583 186 0 0 24 0 10 0 1983399152 888578048 85504 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=16940/tid=16943] ppid=16938 vsize=867752 CPUtime=1.59
/proc/16940/task/16943/stat : 16943 (java) S 16938 16940 15861 0 -1 64 69035 0 0 0 130 29 0 0 16 0 10 0 1983399154 888578048 85504 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16940/tid=16944] ppid=16938 vsize=867752 CPUtime=0
/proc/16940/task/16944/stat : 16944 (java) S 16938 16940 15861 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1983399154 888578048 85504 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16940/tid=16945] ppid=16938 vsize=867752 CPUtime=0
/proc/16940/task/16945/stat : 16945 (java) S 16938 16940 15861 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 1983399154 888578048 85504 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16940/tid=16946] ppid=16938 vsize=867752 CPUtime=0
/proc/16940/task/16946/stat : 16946 (java) S 16938 16940 15861 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 1983399156 888578048 85504 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16940/tid=16947] ppid=16938 vsize=867752 CPUtime=0.27
/proc/16940/task/16947/stat : 16947 (java) S 16938 16940 15861 0 -1 64 688 0 0 0 26 1 0 0 15 0 10 0 1983399156 888578048 85504 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16940/tid=16948] ppid=16938 vsize=867752 CPUtime=0
/proc/16940/task/16948/stat : 16948 (java) S 16938 16940 15861 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 1983399156 888578048 85504 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16940/tid=16949] ppid=16938 vsize=867752 CPUtime=0
/proc/16940/task/16949/stat : 16949 (java) S 16938 16940 15861 0 -1 64 23 0 0 0 0 0 0 0 15 0 10 0 1983399156 888578048 85504 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16940/tid=16950] ppid=16938 vsize=867752 CPUtime=0.01
/proc/16940/task/16950/stat : 16950 (java) S 16938 16940 15861 0 -1 64 68 0 0 0 0 1 0 0 24 0 10 0 1983400120 888578048 85504 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 886208

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

[startup+19.1028 s]
/proc/loadavg: 2.00 2.01 1.96 3/95 16951
/proc/meminfo: memFree=1473704/2055920 swapFree=4180024/4192956
[pid=16940] ppid=16938 vsize=867752 CPUtime=9.59
/proc/16940/stat : 16940 (java) S 16938 16940 15861 0 -1 0 86377 0 1 0 740 219 0 0 18 0 10 0 1983399151 888578048 85504 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16940/statm: 216938 85504 2012 9 0 211466 0
[pid=16951] ppid=16940 vsize=18456 CPUtime=9.29
/proc/16951/stat : 16951 (saucy) R 16940 16940 15861 0 -1 4194304 2485 0 0 0 925 4 0 0 25 0 1 0 1983400120 18898944 2365 996147200 134512640 134531332 4294956000 18446744073709551615 134523822 0 4 0 0 0 0 0 17 1 0 0
/proc/16951/statm: 4614 2365 95 4 0 4290 0
[pid=16940/tid=16941] ppid=16938 vsize=867752 CPUtime=7.69
/proc/16940/task/16941/stat : 16941 (java) S 16938 16940 15861 0 -1 64 15867 0 1 0 583 186 0 0 24 0 10 0 1983399152 888578048 85504 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=16940/tid=16943] ppid=16938 vsize=867752 CPUtime=1.59
/proc/16940/task/16943/stat : 16943 (java) S 16938 16940 15861 0 -1 64 69035 0 0 0 130 29 0 0 16 0 10 0 1983399154 888578048 85504 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16940/tid=16944] ppid=16938 vsize=867752 CPUtime=0
/proc/16940/task/16944/stat : 16944 (java) S 16938 16940 15861 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1983399154 888578048 85504 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16940/tid=16945] ppid=16938 vsize=867752 CPUtime=0
/proc/16940/task/16945/stat : 16945 (java) S 16938 16940 15861 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 1983399154 888578048 85504 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16940/tid=16946] ppid=16938 vsize=867752 CPUtime=0
/proc/16940/task/16946/stat : 16946 (java) S 16938 16940 15861 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 1983399156 888578048 85504 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16940/tid=16947] ppid=16938 vsize=867752 CPUtime=0.27
/proc/16940/task/16947/stat : 16947 (java) S 16938 16940 15861 0 -1 64 688 0 0 0 26 1 0 0 15 0 10 0 1983399156 888578048 85504 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16940/tid=16948] ppid=16938 vsize=867752 CPUtime=0
/proc/16940/task/16948/stat : 16948 (java) S 16938 16940 15861 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 1983399156 888578048 85504 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16940/tid=16949] ppid=16938 vsize=867752 CPUtime=0
/proc/16940/task/16949/stat : 16949 (java) S 16938 16940 15861 0 -1 64 23 0 0 0 0 0 0 0 15 0 10 0 1983399156 888578048 85504 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16940/tid=16950] ppid=16938 vsize=867752 CPUtime=0.01
/proc/16940/task/16950/stat : 16950 (java) S 16938 16940 15861 0 -1 64 68 0 0 0 0 1 0 0 24 0 10 0 1983400120 888578048 85504 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
Current children cumulated CPU time (s) 18.88
Current children cumulated vsize (KiB) 886208

[startup+22.3011 s]
/proc/loadavg: 2.00 2.00 1.96 6/94 16953
/proc/meminfo: memFree=1486504/2055920 swapFree=4180024/4192956
[pid=16940] ppid=16938 vsize=869228 CPUtime=22.05
/proc/16940/stat : 16940 (java) S 16938 16940 15861 0 -1 0 109771 3156 1 0 819 225 1155 6 18 0 10 0 1983399151 890089472 86623 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16940/statm: 217307 86623 2613 9 0 211835 0
[pid=16940/tid=16941] ppid=16938 vsize=869228 CPUtime=19.55
/proc/16940/task/16941/stat : 16941 (java) S 16938 16940 15861 0 -1 64 19642 3156 1 0 607 187 1155 6 15 0 10 0 1983399152 890089472 86623 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16940/tid=16943] ppid=16938 vsize=869228 CPUtime=13.75
/proc/16940/task/16943/stat : 16943 (java) R 16938 16940 15861 0 -1 64 88367 3156 0 0 182 32 1155 6 20 0 10 0 1983399154 890089472 86623 996147200 134512640 134550740 4294955984 18446744073709551615 102731896 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16940/tid=16944] ppid=16938 vsize=869228 CPUtime=11.61
/proc/16940/task/16944/stat : 16944 (java) S 16938 16940 15861 0 -1 64 13 3156 0 0 0 0 1155 6 16 0 10 0 1983399154 890089472 86623 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16940/tid=16945] ppid=16938 vsize=869228 CPUtime=11.61
/proc/16940/task/16945/stat : 16945 (java) S 16938 16940 15861 0 -1 64 5 3156 0 0 0 0 1155 6 16 0 10 0 1983399154 890089472 86623 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16940/tid=16946] ppid=16938 vsize=869228 CPUtime=11.61
/proc/16940/task/16946/stat : 16946 (java) S 16938 16940 15861 0 -1 64 1 3156 0 0 0 0 1155 6 18 0 10 0 1983399156 890089472 86623 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16940/tid=16947] ppid=16938 vsize=869228 CPUtime=11.91
/proc/16940/task/16947/stat : 16947 (java) S 16938 16940 15861 0 -1 64 911 3156 0 0 29 1 1155 6 15 0 10 0 1983399156 890089472 86623 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16940/tid=16948] ppid=16938 vsize=869228 CPUtime=11.61
/proc/16940/task/16948/stat : 16948 (java) S 16938 16940 15861 0 -1 64 1 3156 0 0 0 0 1155 6 19 0 10 0 1983399156 890089472 86623 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16940/tid=16949] ppid=16938 vsize=869228 CPUtime=11.61
/proc/16940/task/16949/stat : 16949 (java) S 16938 16940 15861 0 -1 64 25 3156 0 0 0 0 1155 6 15 0 10 0 1983399156 890089472 86623 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16940/tid=16952] ppid=16938 vsize=869228 CPUtime=11.62
/proc/16940/task/16952/stat : 16952 (java) S 16938 16940 15861 0 -1 64 57 3156 0 0 0 1 1155 6 18 0 10 0 1983401294 890089472 86623 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 22.05
Current children cumulated vsize (KiB) 869228

[startup+23.1072 s]
/proc/loadavg: 2.00 2.00 1.96 4/93 16953
/proc/meminfo: memFree=1476968/2055920 swapFree=4180024/4192956
[pid=16940] ppid=16938 vsize=868164 CPUtime=22.85
/proc/16940/stat : 16940 (java) S 16938 16940 15861 0 -1 0 124026 3156 1 0 897 227 1155 6 18 0 9 0 1983399151 888999936 88598 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16940/statm: 217041 88598 2637 9 0 211547 0
[pid=16940/tid=16941] ppid=16938 vsize=868164 CPUtime=20.1
/proc/16940/task/16941/stat : 16941 (java) S 16938 16940 15861 0 -1 64 30351 3156 1 0 661 188 1155 6 18 0 9 0 1983399152 888999936 88598 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16940/tid=16943] ppid=16938 vsize=868164 CPUtime=13.93
/proc/16940/task/16943/stat : 16943 (java) R 16938 16940 15861 0 -1 64 91852 3156 0 0 199 33 1155 6 22 0 9 0 1983399154 888999936 88598 996147200 134512640 134550740 4294955984 18446744073709551615 102516792 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16940/tid=16944] ppid=16938 vsize=868164 CPUtime=11.61
/proc/16940/task/16944/stat : 16944 (java) S 16938 16940 15861 0 -1 64 17 3156 0 0 0 0 1155 6 16 0 9 0 1983399154 888999936 88598 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16940/tid=16945] ppid=16938 vsize=868164 CPUtime=11.61
/proc/16940/task/16945/stat : 16945 (java) S 16938 16940 15861 0 -1 64 9 3156 0 0 0 0 1155 6 15 0 9 0 1983399154 888999936 88598 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16940/tid=16946] ppid=16938 vsize=868164 CPUtime=11.61
/proc/16940/task/16946/stat : 16946 (java) S 16938 16940 15861 0 -1 64 1 3156 0 0 0 0 1155 6 18 0 9 0 1983399156 888999936 88598 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16940/tid=16947] ppid=16938 vsize=868164 CPUtime=11.98
/proc/16940/task/16947/stat : 16947 (java) S 16938 16940 15861 0 -1 64 960 3156 0 0 36 1 1155 6 15 0 9 0 1983399156 888999936 88598 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16940/tid=16948] ppid=16938 vsize=868164 CPUtime=11.61
/proc/16940/task/16948/stat : 16948 (java) S 16938 16940 15861 0 -1 64 1 3156 0 0 0 0 1155 6 19 0 9 0 1983399156 888999936 88598 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16940/tid=16949] ppid=16938 vsize=868164 CPUtime=11.61
/proc/16940/task/16949/stat : 16949 (java) S 16938 16940 15861 0 -1 64 25 3156 0 0 0 0 1155 6 15 0 9 0 1983399156 888999936 88598 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 22.85
Current children cumulated vsize (KiB) 868164

[startup+23.5013 s]
/proc/loadavg: 2.00 2.00 1.96 4/93 16953
/proc/meminfo: memFree=1476968/2055920 swapFree=4180024/4192956
[pid=16940] ppid=16938 vsize=868164 CPUtime=23.24
/proc/16940/stat : 16940 (java) S 16938 16940 15861 0 -1 0 125496 3156 1 0 935 228 1155 6 18 0 9 0 1983399151 888999936 90061 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16940/statm: 217041 90061 2637 9 0 211547 0
[pid=16940/tid=16941] ppid=16938 vsize=868164 CPUtime=20.39
/proc/16940/task/16941/stat : 16941 (java) R 16938 16940 15861 0 -1 64 30354 3156 1 0 690 188 1155 6 17 0 9 0 1983399152 888999936 90061 996147200 134512640 134550740 4294955984 18446744073709551615 4159724368 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16940/tid=16943] ppid=16938 vsize=868164 CPUtime=14.02
/proc/16940/task/16943/stat : 16943 (java) R 16938 16940 15861 0 -1 64 93309 3156 0 0 207 34 1155 6 22 0 9 0 1983399154 888999936 90061 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16940/tid=16944] ppid=16938 vsize=868164 CPUtime=11.61
/proc/16940/task/16944/stat : 16944 (java) S 16938 16940 15861 0 -1 64 17 3156 0 0 0 0 1155 6 16 0 9 0 1983399154 888999936 90061 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16940/tid=16945] ppid=16938 vsize=868164 CPUtime=11.61
/proc/16940/task/16945/stat : 16945 (java) S 16938 16940 15861 0 -1 64 9 3156 0 0 0 0 1155 6 15 0 9 0 1983399154 888999936 90061 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16940/tid=16946] ppid=16938 vsize=868164 CPUtime=11.61
/proc/16940/task/16946/stat : 16946 (java) S 16938 16940 15861 0 -1 64 1 3156 0 0 0 0 1155 6 18 0 9 0 1983399156 888999936 90061 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16940/tid=16947] ppid=16938 vsize=868164 CPUtime=11.99
/proc/16940/task/16947/stat : 16947 (java) S 16938 16940 15861 0 -1 64 970 3156 0 0 37 1 1155 6 15 0 9 0 1983399156 888999936 90061 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16940/tid=16948] ppid=16938 vsize=868164 CPUtime=11.61
/proc/16940/task/16948/stat : 16948 (java) S 16938 16940 15861 0 -1 64 1 3156 0 0 0 0 1155 6 19 0 9 0 1983399156 888999936 90061 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16940/tid=16949] ppid=16938 vsize=868164 CPUtime=11.61
/proc/16940/task/16949/stat : 16949 (java) S 16938 16940 15861 0 -1 64 25 3156 0 0 0 0 1155 6 15 0 9 0 1983399156 888999936 90061 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 23.24
Current children cumulated vsize (KiB) 868164

[startup+23.7013 s]
/proc/loadavg: 2.00 2.00 1.96 4/93 16953
/proc/meminfo: memFree=1476968/2055920 swapFree=4180024/4192956
[pid=16940] ppid=16938 vsize=868164 CPUtime=23.44
/proc/16940/stat : 16940 (java) S 16938 16940 15861 0 -1 0 125524 3156 1 0 955 228 1155 6 18 0 9 0 1983399151 888999936 90087 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16940/statm: 217041 90087 2637 9 0 211547 0
[pid=16940/tid=16941] ppid=16938 vsize=868164 CPUtime=20.58
/proc/16940/task/16941/stat : 16941 (java) R 16938 16940 15861 0 -1 64 30372 3156 1 0 708 189 1155 6 19 0 9 0 1983399152 888999936 90087 996147200 134512640 134550740 4294955984 18446744073709551615 4126814147 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16940/tid=16943] ppid=16938 vsize=868164 CPUtime=14.02
/proc/16940/task/16943/stat : 16943 (java) R 16938 16940 15861 0 -1 64 93309 3156 0 0 207 34 1155 6 22 0 9 0 1983399154 888999936 90087 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16940/tid=16944] ppid=16938 vsize=868164 CPUtime=11.61
/proc/16940/task/16944/stat : 16944 (java) S 16938 16940 15861 0 -1 64 17 3156 0 0 0 0 1155 6 16 0 9 0 1983399154 888999936 90087 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16940/tid=16945] ppid=16938 vsize=868164 CPUtime=11.61
/proc/16940/task/16945/stat : 16945 (java) S 16938 16940 15861 0 -1 64 9 3156 0 0 0 0 1155 6 15 0 9 0 1983399154 888999936 90087 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16940/tid=16946] ppid=16938 vsize=868164 CPUtime=11.61
/proc/16940/task/16946/stat : 16946 (java) S 16938 16940 15861 0 -1 64 1 3156 0 0 0 0 1155 6 18 0 9 0 1983399156 888999936 90087 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16940/tid=16947] ppid=16938 vsize=868164 CPUtime=12
/proc/16940/task/16947/stat : 16947 (java) S 16938 16940 15861 0 -1 64 980 3156 0 0 38 1 1155 6 15 0 9 0 1983399156 888999936 90087 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16940/tid=16948] ppid=16938 vsize=868164 CPUtime=11.61
/proc/16940/task/16948/stat : 16948 (java) S 16938 16940 15861 0 -1 64 1 3156 0 0 0 0 1155 6 19 0 9 0 1983399156 888999936 90087 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16940/tid=16949] ppid=16938 vsize=868164 CPUtime=11.61
/proc/16940/task/16949/stat : 16949 (java) S 16938 16940 15861 0 -1 64 25 3156 0 0 0 0 1155 6 15 0 9 0 1983399156 888999936 90087 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 23.44
Current children cumulated vsize (KiB) 868164

[startup+23.8018 s]
/proc/loadavg: 2.00 2.00 1.96 4/93 16953
/proc/meminfo: memFree=1476968/2055920 swapFree=4180024/4192956
[pid=16940] ppid=16938 vsize=0 CPUtime=23.5
/proc/16940/stat : 16940 (java) Z 16938 16940 15861 0 -1 12 125576 3156 1 0 958 231 1155 6 16 0 2 0 1983399151 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16940/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 23.5
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 23.8329
CPU time (s): 23.5554
CPU user time (s): 21.1458
CPU system time (s): 2.40963
CPU usage (%): 98.8359
Max. virtual memory (cumulated for all children) (KiB): 886208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.1458
system time used= 2.40963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 128732
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= 2215
involuntary context switches= 3215

runsolver used 0.031995 second user time and 0.088986 second system time

The end

Launcher Data (download as text)

Begin job on node4 at 2008-07-03 02:17:18
IDJOB=1048920
IDBENCH=54522
IDSOLVER=364
FILE ID=node4/1048920-1215044237
PBS_JOBID= 7875166
Free space on /tmp= 66520 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/pseudo/ssa/normalized-ssa-6288-047.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-1048920-1215044237/watcher-1048920-1215044237 -o /tmp/evaluation-result-1048920-1215044237/solver-1048920-1215044237 -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-1048920-1215044237.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= dd00c5def4c55b065ec455ee1bcb23cb
RANDOM SEED=312588777

node4.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.213
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.213
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:       1822688 kB
Buffers:          6296 kB
Cached:         124540 kB
SwapCached:       5980 kB
Active:         151424 kB
Inactive:        25028 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1822688 kB
SwapTotal:     4192956 kB
SwapFree:      4180024 kB
Dirty:            9100 kB
Writeback:           0 kB
Mapped:          63980 kB
Slab:            41680 kB
Committed_AS:  3224684 kB
PageTables:       2132 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= 66520 MiB
End job on node4 at 2008-07-03 02:17:42