Trace number 2094736

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 22.6586 22.8351

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.72858
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

0.03/0.08	
0.03/0.08	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=esac.xml
0.18/0.27	   
0.18/0.27	   instance
0.18/0.27	     name=HOME/instance-2094736-1247405148.xml
0.29/0.31	   
0.29/0.31	   domains being loaded...
0.29/0.32	   
0.29/0.32	   variables being loaded...
0.79/0.86	     nbVariables=20820  nbDomainTypes=2  minDomainSize=1  maxDomainSize=2  nbTotalValues=41636
0.79/0.86	       =>  wckTime=0.617  cpuTime=0.43  mem=23M51
0.79/0.86	   
0.79/0.86	   predicates being loaded...
0.88/0.91	   
0.88/0.91	   constraints being loaded...
20.56/20.78	     nbConstraints=44659  nbGlobalConstraints=15  nbSingletonDomainVariables=4  nbConvertedConstraints=28128
20.56/20.78	     nbConvertConstraintsChecks=136  nbExtensionStructures=4  nbSharedExtensionStructures=28124  nbConflictsStructures=9
20.56/20.78	     nbSharedConflictsStructures=44635  nbSharedBinaryRepresentations=10  nbEvaluationManagers=5
20.56/20.78	     nbSharedEvaluationManagers=16511  minDegree=1  maxDegree=17  minArity=2  avgArity=2.43  maxArity=6  nbGenerators=15
20.56/20.78	     nbFusions=0  symmetryWckTime=12.372  symmetryCpuTime=0.57
20.56/20.78	       =>  wckTime=20.538  cpuTime=7.28  mem=303M121
21.25/21.43	   
21.25/21.43	   solver IterativeSystematicSolver being built... 
21.64/21.88	   
21.64/21.88	   INFO : Forward propagation technique limited 
22.44/22.61	       =>  wckTime=22.37  cpuTime=8.22  mem=312M11
22.54/22.73	   
22.54/22.73	   preprocessing
22.54/22.73	     nbConstraintChecks=791  nbValidityChecks=26  nbPropagations=21003  nbRevisions=539  nbUselessRevisions=343
22.54/22.73	     nbRemovedValues=196  detectedInconsistency=yes
22.54/22.73	       =>  wckTime=0.095  cpuTime=0.08  mem=314M24
22.54/22.73	   
22.54/22.73	   global
22.54/22.73	     nbConstraintChecks=791  nbValidityChecks=26  nbPropagations=21003  nbRevisions=539  nbUselessRevisions=343
22.54/22.73	     nbRestartNogoods=0  solvingWckTime=0.103  solvingCpuTime=0.08  expiredTime=no  totalExploration=yes
22.54/22.73	     nbFoundSolutions=0  globalCpuTime=8.37
22.54/22.73	       =>  wckTime=22.492  cpuTime=8.31  mem=314M24
22.54/22.74	   
22.54/22.74	s UNSATISFIABLE
22.54/22.74	d NODES 0
22.54/22.74	d CHECKS 791
22.54/22.74	   
22.54/22.74	   totalWckTime=22.565  totalCpuTime=8.38

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-2094736-1247405148/watcher-2094736-1247405148 -o /tmp/evaluation-result-2094736-1247405148/solver-2094736-1247405148 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2094736-1247405148.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.08 2.04 1.94 4/80 30307
/proc/meminfo: memFree=1779560/2055920 swapFree=4191900/4192956
[pid=30307] ppid=30305 vsize=152 CPUtime=0
/proc/30307/stat : 30307 (java) R 30305 30307 29563 0 -1 0 205 0 0 0 0 0 0 0 18 0 1 0 27580973 155648 26 996147200 134512640 134550932 4294955968 18446744073709551615 4129067 0 0 4096 0 0 0 0 17 0 0 0
/proc/30307/statm: 38 26 19 9 0 4 0

[startup+0.0360659 s]
/proc/loadavg: 2.08 2.04 1.94 4/80 30307
/proc/meminfo: memFree=1779560/2055920 swapFree=4191900/4192956
[pid=30307] ppid=30305 vsize=861936 CPUtime=0.03
/proc/30307/stat : 30307 (java) S 30305 30307 29563 0 -1 0 2276 0 1 0 2 1 0 0 18 0 5 0 27580973 882622464 1879 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/30307/statm: 215484 1879 861 9 0 210399 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 861936

[startup+0.10107 s]
/proc/loadavg: 2.08 2.04 1.94 4/80 30307
/proc/meminfo: memFree=1779560/2055920 swapFree=4191900/4192956
[pid=30307] ppid=30305 vsize=865980 CPUtime=0.09
/proc/30307/stat : 30307 (java) S 30305 30307 29563 0 -1 0 3805 0 1 0 8 1 0 0 18 0 9 0 27580973 886763520 3256 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30307/statm: 216495 3257 1718 9 0 210980 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865980

[startup+0.301081 s]
/proc/loadavg: 2.08 2.04 1.94 4/80 30307
/proc/meminfo: memFree=1779560/2055920 swapFree=4191900/4192956
[pid=30307] ppid=30305 vsize=866380 CPUtime=0.29
/proc/30307/stat : 30307 (java) S 30305 30307 29563 0 -1 0 6093 0 1 0 26 3 0 0 18 0 9 0 27580973 887173120 5459 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30307/statm: 216595 5459 1987 9 0 211053 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866380

[startup+0.701108 s]
/proc/loadavg: 2.08 2.04 1.94 4/80 30307
/proc/meminfo: memFree=1779560/2055920 swapFree=4191900/4192956
[pid=30307] ppid=30305 vsize=867420 CPUtime=0.68
/proc/30307/stat : 30307 (java) S 30305 30307 29563 0 -1 0 15900 0 1 0 60 8 0 0 18 0 9 0 27580973 888238080 15262 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30307/statm: 216855 15264 2002 9 0 211313 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867420

[startup+1.50216 s]
/proc/loadavg: 2.08 2.04 1.94 3/89 30316
/proc/meminfo: memFree=1714656/2055920 swapFree=4191900/4192956
[pid=30307] ppid=30305 vsize=867640 CPUtime=1.48
/proc/30307/stat : 30307 (java) S 30305 30307 29563 0 -1 0 20227 0 1 0 137 11 0 0 18 0 9 0 27580973 888463360 19577 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30307/statm: 216910 19578 2051 9 0 211346 0
[pid=30307/tid=30309] ppid=30305 vsize=867640 CPUtime=1.17
/proc/30307/task/30309/stat : 30309 (java) R 30305 30307 29563 0 -1 64 15793 0 1 0 109 8 0 0 25 0 9 0 27580974 888463360 19578 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30307/tid=30310] ppid=30305 vsize=867640 CPUtime=0.11
/proc/30307/task/30310/stat : 30310 (java) R 30305 30307 29563 0 -1 64 3091 0 0 0 10 1 0 0 16 0 9 0 27580976 888463360 19579 996147200 134512640 134550932 4294955968 18446744073709551615 102546957 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30307/tid=30311] ppid=30305 vsize=867640 CPUtime=0
/proc/30307/task/30311/stat : 30311 (java) S 30305 30307 29563 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27580976 888463360 19580 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30307/tid=30312] ppid=30305 vsize=867640 CPUtime=0
/proc/30307/task/30312/stat : 30312 (java) S 30305 30307 29563 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 27580976 888463360 19581 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30307/tid=30313] ppid=30305 vsize=867640 CPUtime=0
/proc/30307/task/30313/stat : 30313 (java) S 30305 30307 29563 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 27580978 888463360 19582 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30307/tid=30314] ppid=30305 vsize=867640 CPUtime=0.16
/proc/30307/task/30314/stat : 30314 (java) S 30305 30307 29563 0 -1 64 644 0 0 0 16 0 0 0 16 0 9 0 27580978 888463360 19584 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30307/tid=30315] ppid=30305 vsize=867640 CPUtime=0
/proc/30307/task/30315/stat : 30315 (java) S 30305 30307 29563 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 27580978 888463360 19585 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30307/tid=30316] ppid=30305 vsize=867640 CPUtime=0
/proc/30307/task/30316/stat : 30316 (java) S 30305 30307 29563 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27580978 888463360 19586 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867640

[startup+3.10126 s]
/proc/loadavg: 2.08 2.04 1.94 3/89 30316
/proc/meminfo: memFree=1700192/2055920 swapFree=4191900/4192956
[pid=30307] ppid=30305 vsize=867552 CPUtime=3.09
/proc/30307/stat : 30307 (java) S 30305 30307 29563 0 -1 0 24662 0 1 0 295 14 0 0 18 0 9 0 27580973 888373248 23989 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30307/statm: 216888 23989 2029 9 0 211346 0
[pid=30307/tid=30309] ppid=30305 vsize=867552 CPUtime=2.55
/proc/30307/task/30309/stat : 30309 (java) R 30305 30307 29563 0 -1 64 15794 0 1 0 246 9 0 0 25 0 9 0 27580974 888373248 23989 996147200 134512640 134550932 4294955968 18446744073709551615 102724544 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30307/tid=30310] ppid=30305 vsize=867552 CPUtime=0.32
/proc/30307/task/30310/stat : 30310 (java) S 30305 30307 29563 0 -1 64 7522 0 0 0 30 2 0 0 17 0 9 0 27580976 888373248 23989 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30307/tid=30311] ppid=30305 vsize=867552 CPUtime=0
/proc/30307/task/30311/stat : 30311 (java) S 30305 30307 29563 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27580976 888373248 23989 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30307/tid=30312] ppid=30305 vsize=867552 CPUtime=0
/proc/30307/task/30312/stat : 30312 (java) S 30305 30307 29563 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27580976 888373248 23989 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30307/tid=30313] ppid=30305 vsize=867552 CPUtime=0
/proc/30307/task/30313/stat : 30313 (java) S 30305 30307 29563 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 27580978 888373248 23989 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30307/tid=30314] ppid=30305 vsize=867552 CPUtime=0.17
/proc/30307/task/30314/stat : 30314 (java) S 30305 30307 29563 0 -1 64 645 0 0 0 17 0 0 0 16 0 9 0 27580978 888373248 23989 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30307/tid=30315] ppid=30305 vsize=867552 CPUtime=0
/proc/30307/task/30315/stat : 30315 (java) S 30305 30307 29563 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 27580978 888373248 23989 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30307/tid=30316] ppid=30305 vsize=867552 CPUtime=0
/proc/30307/task/30316/stat : 30316 (java) S 30305 30307 29563 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27580978 888373248 23989 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 867552

[startup+6.30146 s]
/proc/loadavg: 2.07 2.03 1.94 3/89 30316
/proc/meminfo: memFree=1671584/2055920 swapFree=4191900/4192956
[pid=30307] ppid=30305 vsize=867552 CPUtime=6.28
/proc/30307/stat : 30307 (java) S 30305 30307 29563 0 -1 0 29593 0 1 0 497 131 0 0 18 0 9 0 27580973 888373248 28915 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30307/statm: 216888 28915 2032 9 0 211346 0
[pid=30307/tid=30309] ppid=30305 vsize=867556 CPUtime=5.41
/proc/30307/task/30309/stat : 30309 (java) R 30305 30307 29563 0 -1 64 15830 0 1 0 416 125 0 0 25 0 9 0 27580974 888377344 28915 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30307/tid=30310] ppid=30305 vsize=867552 CPUtime=0.61
/proc/30307/task/30310/stat : 30310 (java) S 30305 30307 29563 0 -1 64 12372 0 0 0 57 4 0 0 16 0 9 0 27580976 888373248 28915 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30307/tid=30311] ppid=30305 vsize=867552 CPUtime=0
/proc/30307/task/30311/stat : 30311 (java) S 30305 30307 29563 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27580976 888373248 28915 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30307/tid=30312] ppid=30305 vsize=867552 CPUtime=0
/proc/30307/task/30312/stat : 30312 (java) S 30305 30307 29563 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27580976 888373248 28915 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30307/tid=30313] ppid=30305 vsize=867552 CPUtime=0
/proc/30307/task/30313/stat : 30313 (java) S 30305 30307 29563 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 27580978 888373248 28915 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30307/tid=30314] ppid=30305 vsize=867552 CPUtime=0.22
/proc/30307/task/30314/stat : 30314 (java) S 30305 30307 29563 0 -1 64 690 0 0 0 22 0 0 0 16 0 9 0 27580978 888373248 28915 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30307/tid=30315] ppid=30305 vsize=867552 CPUtime=0
/proc/30307/task/30315/stat : 30315 (java) S 30305 30307 29563 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 27580978 888373248 28915 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30307/tid=30316] ppid=30305 vsize=867556 CPUtime=0
/proc/30307/task/30316/stat : 30316 (java) S 30305 30307 29563 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27580978 888377344 28915 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 867552

[startup+12.7019 s]
/proc/loadavg: 2.06 2.03 1.94 3/91 30318
/proc/meminfo: memFree=1432272/2055920 swapFree=4191900/4192956
[pid=30307] ppid=30305 vsize=867876 CPUtime=8.83
/proc/30307/stat : 30307 (java) S 30305 30307 29563 0 -1 0 86439 0 1 0 682 201 0 0 18 0 10 0 27580973 888705024 85558 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30307/statm: 216969 85558 2036 9 0 211427 0
[pid=30318] ppid=30307 vsize=18456 CPUtime=3.81
/proc/30318/stat : 30318 (saucy) R 30307 30307 29563 0 -1 4194304 2220 0 0 0 378 3 0 0 25 0 1 0 27581858 18898944 2117 996147200 134512640 134531332 4294956000 18446744073709551615 134523167 0 4 0 0 0 0 0 17 1 0 0
/proc/30318/statm: 4614 2117 95 4 0 4290 0
[pid=30307/tid=30309] ppid=30305 vsize=867876 CPUtime=7.21
/proc/30307/task/30309/stat : 30309 (java) S 30305 30307 29563 0 -1 64 15915 0 1 0 548 173 0 0 16 0 10 0 27580974 888705024 85558 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=30307/tid=30310] ppid=30305 vsize=867876 CPUtime=1.34
/proc/30307/task/30310/stat : 30310 (java) S 30305 30307 29563 0 -1 64 69030 0 0 0 109 25 0 0 16 0 10 0 27580976 888705024 85558 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30307/tid=30311] ppid=30305 vsize=867876 CPUtime=0
/proc/30307/task/30311/stat : 30311 (java) S 30305 30307 29563 0 -1 64 16 0 0 0 0 0 0 0 16 0 10 0 27580976 888705024 85558 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30307/tid=30312] ppid=30305 vsize=867876 CPUtime=0
/proc/30307/task/30312/stat : 30312 (java) S 30305 30307 29563 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 27580976 888705024 85558 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30307/tid=30313] ppid=30305 vsize=867876 CPUtime=0
/proc/30307/task/30313/stat : 30313 (java) S 30305 30307 29563 0 -1 64 0 0 0 0 0 0 0 0 24 0 10 0 27580978 888705024 85558 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30307/tid=30314] ppid=30305 vsize=867876 CPUtime=0.24
/proc/30307/task/30314/stat : 30314 (java) S 30305 30307 29563 0 -1 64 703 0 0 0 24 0 0 0 15 0 10 0 27580978 888705024 85558 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30307/tid=30315] ppid=30305 vsize=867876 CPUtime=0
/proc/30307/task/30315/stat : 30315 (java) S 30305 30307 29563 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 27580978 888705024 85558 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30307/tid=30316] ppid=30305 vsize=867876 CPUtime=0
/proc/30307/task/30316/stat : 30316 (java) S 30305 30307 29563 0 -1 64 23 0 0 0 0 0 0 0 15 0 10 0 27580978 888705024 85558 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30307/tid=30317] ppid=30305 vsize=867876 CPUtime=0.01
/proc/30307/task/30317/stat : 30317 (java) S 30305 30307 29563 0 -1 64 68 0 0 0 0 1 0 0 16 0 10 0 27581858 888705024 85558 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 886332

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

[startup+19.1013 s]
/proc/loadavg: 2.06 2.03 1.94 3/91 30318
/proc/meminfo: memFree=1431056/2055920 swapFree=4191900/4192956
[pid=30307] ppid=30305 vsize=867876 CPUtime=8.83
/proc/30307/stat : 30307 (java) S 30305 30307 29563 0 -1 0 86439 0 1 0 682 201 0 0 18 0 10 0 27580973 888705024 85558 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30307/statm: 216969 85558 2036 9 0 211427 0
[pid=30318] ppid=30307 vsize=18456 CPUtime=10.14
/proc/30318/stat : 30318 (saucy) R 30307 30307 29563 0 -1 4194304 2553 0 0 0 1011 3 0 0 25 0 1 0 27581858 18898944 2430 996147200 134512640 134531332 4294956000 18446744073709551615 134521678 0 4 0 0 0 0 0 17 1 0 0
/proc/30318/statm: 4614 2430 95 4 0 4290 0
[pid=30307/tid=30309] ppid=30305 vsize=867876 CPUtime=7.21
/proc/30307/task/30309/stat : 30309 (java) S 30305 30307 29563 0 -1 64 15915 0 1 0 548 173 0 0 16 0 10 0 27580974 888705024 85558 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=30307/tid=30310] ppid=30305 vsize=867876 CPUtime=1.34
/proc/30307/task/30310/stat : 30310 (java) S 30305 30307 29563 0 -1 64 69030 0 0 0 109 25 0 0 16 0 10 0 27580976 888705024 85558 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30307/tid=30311] ppid=30305 vsize=867876 CPUtime=0
/proc/30307/task/30311/stat : 30311 (java) S 30305 30307 29563 0 -1 64 16 0 0 0 0 0 0 0 16 0 10 0 27580976 888705024 85558 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30307/tid=30312] ppid=30305 vsize=867876 CPUtime=0
/proc/30307/task/30312/stat : 30312 (java) S 30305 30307 29563 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 27580976 888705024 85558 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30307/tid=30313] ppid=30305 vsize=867876 CPUtime=0
/proc/30307/task/30313/stat : 30313 (java) S 30305 30307 29563 0 -1 64 0 0 0 0 0 0 0 0 24 0 10 0 27580978 888705024 85558 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30307/tid=30314] ppid=30305 vsize=867876 CPUtime=0.24
/proc/30307/task/30314/stat : 30314 (java) S 30305 30307 29563 0 -1 64 703 0 0 0 24 0 0 0 15 0 10 0 27580978 888705024 85558 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30307/tid=30315] ppid=30305 vsize=867876 CPUtime=0
/proc/30307/task/30315/stat : 30315 (java) S 30305 30307 29563 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 27580978 888705024 85558 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30307/tid=30316] ppid=30305 vsize=867876 CPUtime=0
/proc/30307/task/30316/stat : 30316 (java) S 30305 30307 29563 0 -1 64 23 0 0 0 0 0 0 0 15 0 10 0 27580978 888705024 85558 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30307/tid=30317] ppid=30305 vsize=867876 CPUtime=0.01
/proc/30307/task/30317/stat : 30317 (java) S 30305 30307 29563 0 -1 64 68 0 0 0 0 1 0 0 16 0 10 0 27581858 888705024 85558 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
Current children cumulated CPU time (s) 18.97
Current children cumulated vsize (KiB) 886332

[startup+20.7043 s]
/proc/loadavg: 2.06 2.03 1.94 3/91 30318
/proc/meminfo: memFree=1430672/2055920 swapFree=4191900/4192956
[pid=30307] ppid=30305 vsize=868200 CPUtime=20.56
/proc/30307/stat : 30307 (java) S 30305 30307 29563 0 -1 0 88654 3156 1 0 703 203 1145 5 18 0 9 0 27580973 889036800 85592 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30307/statm: 217050 85592 2044 9 0 211508 0
[pid=30307/tid=30309] ppid=30305 vsize=868200 CPUtime=18.9
/proc/30307/task/30309/stat : 30309 (java) R 30305 30307 29563 0 -1 64 17814 3156 1 0 567 173 1145 5 17 0 9 0 27580974 889036800 85592 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30307/tid=30310] ppid=30305 vsize=868200 CPUtime=12.84
/proc/30307/task/30310/stat : 30310 (java) S 30305 30307 29563 0 -1 64 69071 3156 0 0 109 25 1145 5 16 0 9 0 27580976 889036800 85592 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30307/tid=30311] ppid=30305 vsize=868200 CPUtime=11.5
/proc/30307/task/30311/stat : 30311 (java) S 30305 30307 29563 0 -1 64 16 3156 0 0 0 0 1145 5 16 0 9 0 27580976 889036800 85592 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30307/tid=30312] ppid=30305 vsize=868200 CPUtime=11.5
/proc/30307/task/30312/stat : 30312 (java) S 30305 30307 29563 0 -1 64 5 3156 0 0 0 0 1145 5 16 0 9 0 27580976 889036800 85592 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30307/tid=30313] ppid=30305 vsize=868200 CPUtime=11.5
/proc/30307/task/30313/stat : 30313 (java) S 30305 30307 29563 0 -1 64 0 3156 0 0 0 0 1145 5 24 0 9 0 27580978 889036800 85592 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30307/tid=30314] ppid=30305 vsize=868200 CPUtime=11.75
/proc/30307/task/30314/stat : 30314 (java) S 30305 30307 29563 0 -1 64 904 3156 0 0 25 0 1145 5 15 0 9 0 27580978 889036800 85592 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30307/tid=30315] ppid=30305 vsize=868200 CPUtime=11.5
/proc/30307/task/30315/stat : 30315 (java) S 30305 30307 29563 0 -1 64 1 3156 0 0 0 0 1145 5 25 0 9 0 27580978 889036800 85592 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30307/tid=30316] ppid=30305 vsize=868200 CPUtime=11.5
/proc/30307/task/30316/stat : 30316 (java) S 30305 30307 29563 0 -1 64 29 3156 0 0 0 0 1145 5 15 0 9 0 27580978 889036800 85592 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 20.56
Current children cumulated vsize (KiB) 868200

[startup+21.5014 s]
/proc/loadavg: 2.05 2.03 1.94 4/89 30320
/proc/meminfo: memFree=1444056/2055920 swapFree=4191900/4192956
[pid=30307] ppid=30305 vsize=868288 CPUtime=21.35
/proc/30307/stat : 30307 (java) S 30305 30307 29563 0 -1 0 113834 3156 1 0 777 208 1145 5 18 0 9 0 27580973 889126912 88609 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30307/statm: 217072 88609 2661 9 0 211508 0
[pid=30307/tid=30309] ppid=30305 vsize=868288 CPUtime=19.02
/proc/30307/task/30309/stat : 30309 (java) R 30305 30307 29563 0 -1 64 21074 3156 1 0 578 174 1145 5 16 0 9 0 27580974 889126912 88609 996147200 134512640 134550932 4294955968 18446744073709551615 4126101072 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30307/tid=30310] ppid=30305 vsize=868288 CPUtime=13.48
/proc/30307/task/30310/stat : 30310 (java) R 30305 30307 29563 0 -1 64 90952 3156 0 0 169 29 1145 5 21 0 9 0 27580976 889126912 88609 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30307/tid=30311] ppid=30305 vsize=868288 CPUtime=11.5
/proc/30307/task/30311/stat : 30311 (java) S 30305 30307 29563 0 -1 64 21 3156 0 0 0 0 1145 5 16 0 9 0 27580976 889126912 88609 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30307/tid=30312] ppid=30305 vsize=868288 CPUtime=11.5
/proc/30307/task/30312/stat : 30312 (java) S 30305 30307 29563 0 -1 64 8 3156 0 0 0 0 1145 5 16 0 9 0 27580976 889126912 88609 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30307/tid=30313] ppid=30305 vsize=868288 CPUtime=11.5
/proc/30307/task/30313/stat : 30313 (java) S 30305 30307 29563 0 -1 64 0 3156 0 0 0 0 1145 5 24 0 9 0 27580978 889126912 88609 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30307/tid=30314] ppid=30305 vsize=868288 CPUtime=11.78
/proc/30307/task/30314/stat : 30314 (java) S 30305 30307 29563 0 -1 64 935 3156 0 0 28 0 1145 5 15 0 9 0 27580978 889126912 88609 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30307/tid=30315] ppid=30305 vsize=868288 CPUtime=11.5
/proc/30307/task/30315/stat : 30315 (java) S 30305 30307 29563 0 -1 64 1 3156 0 0 0 0 1145 5 25 0 9 0 27580978 889126912 88609 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30307/tid=30316] ppid=30305 vsize=868288 CPUtime=11.5
/proc/30307/task/30316/stat : 30316 (java) S 30305 30307 29563 0 -1 64 29 3156 0 0 0 0 1145 5 15 0 9 0 27580978 889126912 88609 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 21.35
Current children cumulated vsize (KiB) 868288

[startup+22.3015 s]
/proc/loadavg: 2.05 2.03 1.94 4/89 30320
/proc/meminfo: memFree=1434584/2055920 swapFree=4191900/4192956
[pid=30307] ppid=30305 vsize=868288 CPUtime=22.14
/proc/30307/stat : 30307 (java) S 30305 30307 29563 0 -1 0 125156 3156 1 0 854 210 1145 5 18 0 9 0 27580973 889126912 89388 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30307/statm: 217072 89388 2663 9 0 211508 0
[pid=30307/tid=30309] ppid=30305 vsize=868288 CPUtime=19.65
/proc/30307/task/30309/stat : 30309 (java) R 30305 30307 29563 0 -1 64 30395 3156 1 0 639 176 1145 5 18 0 9 0 27580974 889126912 89388 996147200 134512640 134550932 4294955968 18446744073709551615 103220215 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30307/tid=30310] ppid=30305 vsize=868288 CPUtime=13.6
/proc/30307/task/30310/stat : 30310 (java) R 30305 30307 29563 0 -1 64 92897 3156 0 0 180 30 1145 5 21 0 9 0 27580976 889126912 89388 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30307/tid=30311] ppid=30305 vsize=868288 CPUtime=11.5
/proc/30307/task/30311/stat : 30311 (java) S 30305 30307 29563 0 -1 64 21 3156 0 0 0 0 1145 5 16 0 9 0 27580976 889126912 89388 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30307/tid=30312] ppid=30305 vsize=868288 CPUtime=11.5
/proc/30307/task/30312/stat : 30312 (java) S 30305 30307 29563 0 -1 64 11 3156 0 0 0 0 1145 5 16 0 9 0 27580976 889126912 89388 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30307/tid=30313] ppid=30305 vsize=868288 CPUtime=11.5
/proc/30307/task/30313/stat : 30313 (java) S 30305 30307 29563 0 -1 64 0 3156 0 0 0 0 1145 5 24 0 9 0 27580978 889126912 89388 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30307/tid=30314] ppid=30305 vsize=868288 CPUtime=11.83
/proc/30307/task/30314/stat : 30314 (java) S 30305 30307 29563 0 -1 64 988 3156 0 0 33 0 1145 5 15 0 9 0 27580978 889126912 89388 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30307/tid=30315] ppid=30305 vsize=868288 CPUtime=11.5
/proc/30307/task/30315/stat : 30315 (java) S 30305 30307 29563 0 -1 64 1 3156 0 0 0 0 1145 5 25 0 9 0 27580978 889126912 89388 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30307/tid=30316] ppid=30305 vsize=868288 CPUtime=11.5
/proc/30307/task/30316/stat : 30316 (java) S 30305 30307 29563 0 -1 64 29 3156 0 0 0 0 1145 5 15 0 9 0 27580978 889126912 89388 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 22.14
Current children cumulated vsize (KiB) 868288

[startup+22.7025 s]
/proc/loadavg: 2.05 2.03 1.94 4/89 30320
/proc/meminfo: memFree=1434584/2055920 swapFree=4191900/4192956
[pid=30307] ppid=30305 vsize=868288 CPUtime=22.54
/proc/30307/stat : 30307 (java) S 30305 30307 29563 0 -1 0 125924 3156 1 0 893 211 1145 5 18 0 9 0 27580973 889126912 90151 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30307/statm: 217072 90151 2663 9 0 211508 0
[pid=30307/tid=30309] ppid=30305 vsize=868288 CPUtime=19.98
/proc/30307/task/30309/stat : 30309 (java) R 30305 30307 29563 0 -1 64 30415 3156 1 0 672 176 1145 5 19 0 9 0 27580974 889126912 90151 996147200 134512640 134550932 4294955968 18446744073709551615 4126383021 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30307/tid=30310] ppid=30305 vsize=868288 CPUtime=13.63
/proc/30307/task/30310/stat : 30310 (java) R 30305 30307 29563 0 -1 64 93625 3156 0 0 183 30 1145 5 22 0 9 0 27580976 889126912 90151 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30307/tid=30311] ppid=30305 vsize=868288 CPUtime=11.5
/proc/30307/task/30311/stat : 30311 (java) S 30305 30307 29563 0 -1 64 21 3156 0 0 0 0 1145 5 16 0 9 0 27580976 889126912 90151 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30307/tid=30312] ppid=30305 vsize=868288 CPUtime=11.5
/proc/30307/task/30312/stat : 30312 (java) S 30305 30307 29563 0 -1 64 12 3156 0 0 0 0 1145 5 16 0 9 0 27580976 889126912 90151 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30307/tid=30313] ppid=30305 vsize=868288 CPUtime=11.5
/proc/30307/task/30313/stat : 30313 (java) S 30305 30307 29563 0 -1 64 0 3156 0 0 0 0 1145 5 24 0 9 0 27580978 889126912 90151 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30307/tid=30314] ppid=30305 vsize=868288 CPUtime=11.86
/proc/30307/task/30314/stat : 30314 (java) S 30305 30307 29563 0 -1 64 1007 3156 0 0 36 0 1145 5 16 0 9 0 27580978 889126912 90151 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30307/tid=30315] ppid=30305 vsize=868288 CPUtime=11.5
/proc/30307/task/30315/stat : 30315 (java) S 30305 30307 29563 0 -1 64 1 3156 0 0 0 0 1145 5 25 0 9 0 27580978 889126912 90151 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30307/tid=30316] ppid=30305 vsize=868288 CPUtime=11.5
/proc/30307/task/30316/stat : 30316 (java) S 30305 30307 29563 0 -1 64 29 3156 0 0 0 0 1145 5 15 0 9 0 27580978 889126912 90151 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 22.54
Current children cumulated vsize (KiB) 868288

[startup+22.8028 s]
/proc/loadavg: 2.05 2.03 1.94 4/89 30320
/proc/meminfo: memFree=1434584/2055920 swapFree=4191900/4192956
[pid=30307] ppid=30305 vsize=0 CPUtime=22.6
/proc/30307/stat : 30307 (java) Z 30305 30307 29563 0 -1 12 125979 3156 1 0 897 213 1145 5 16 0 2 0 27580973 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30307/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 22.6
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 22.8351
CPU time (s): 22.6586
CPU user time (s): 20.4329
CPU system time (s): 2.22566
CPU usage (%): 99.2271
Max. virtual memory (cumulated for all children) (KiB): 886332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.4329
system time used= 2.22566
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 129135
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= 2262
involuntary context switches= 2619

runsolver used 0.024996 second user time and 0.088986 second system time

The end

Launcher Data

Begin job on node29 at 2009-07-12 15:25:48
IDJOB=2094736
IDBENCH=54522
IDSOLVER=774
FILE ID=node29/2094736-1247405148
PBS_JOBID= 9510586
Free space on /tmp= 66372 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= BIN/runsolver --timestamp -w /tmp/evaluation-result-2094736-1247405148/watcher-2094736-1247405148 -o /tmp/evaluation-result-2094736-1247405148/solver-2094736-1247405148 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2094736-1247405148.xml

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

MD5SUM BENCH= dd00c5def4c55b065ec455ee1bcb23cb
RANDOM SEED=431742878

node29.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.225
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.225
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:       1780040 kB
Buffers:         35644 kB
Cached:         110912 kB
SwapCached:        392 kB
Active:         167072 kB
Inactive:        54456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1780040 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            9080 kB
Writeback:           0 kB
Mapped:          94736 kB
Slab:            39336 kB
Committed_AS:  1012224 kB
PageTables:       2028 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= 66368 MiB
End job on node29 at 2009-07-12 15:26:11