Trace number 2097818

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 41.4797 41.5129

DiagnosticValue
CHECKS2118760
NODES0

General information on the benchmark

Namecsp/fapp/fapp37/
normalized-fapp37-2250-2.xml
MD5SUMf8718ebaf51fd44c6f84abcaca826b6a
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 benchmark41.4797
Satisfiable
(Un)Satisfiability was proved
Number of variables2250
Number of constraints42699
Maximum constraint arity2
Maximum domain size998
Number of constraints which are defined in extension0
Number of constraints which are defined in intension42699
Global constraints used (with number of constraints)

Solver Data

0.03/0.08	
0.03/0.08	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=esac.xml
0.19/0.27	   
0.19/0.27	   instance
0.19/0.27	     name=HOME/instance-2097818-1247414060.xml
0.29/0.31	   
0.29/0.31	   domains being loaded...
0.29/0.35	   
0.29/0.35	   variables being loaded...
0.68/0.78	     nbVariables=2250  nbDomainTypes=22  minDomainSize=42  maxDomainSize=998  nbTotalValues=1531733
0.68/0.78	       =>  wckTime=0.539  cpuTime=0.36  mem=40M556
0.68/0.78	   
0.68/0.78	   predicates being loaded...
0.78/0.84	   
0.78/0.84	   constraints being loaded...
21.18/21.20	   
21.18/21.20	   INFO : Stopping converting binary constraints (cpu=20.37, mem = 69M591)
38.37/38.40	     nbConstraints=22587  nbGlobalConstraints=34  nbMergedConstraints=20146  nbConvertedConstraints=45
38.37/38.40	     nbConvertConstraintsChecks=40636244  nbExtensionStructures=45  nbSharedExtensionStructures=1
38.37/38.40	     nbConflictsStructures=721  nbSharedConflictsStructures=529  nbUnbuiltConflictsStructures=17843
38.37/38.40	     nbSharedBinaryRepresentations=47259  nbEvaluationManagers=18519  nbSharedEvaluationManagers=3989  minDegree=3
38.37/38.40	     maxDegree=71  minArity=2  avgArity=2.01  maxArity=8  nbGenerators=0  nbFusions=0  symmetryWckTime=7.005
38.37/38.40	     symmetryCpuTime=6.55  nbCliques=34
38.37/38.40	       =>  wckTime=38.162  cpuTime=36.2  mem=125M143
38.87/38.98	   
38.87/38.99	   solver IterativeSystematicSolver being built... 
39.57/39.62	   
39.57/39.62	   INFO : Forward propagation technique limited 
39.87/39.95	       =>  wckTime=39.707  cpuTime=36.73  mem=304M620
41.36/41.42	   
41.36/41.42	   preprocessing
41.36/41.42	     nbConstraintChecks=2118758  nbValidityChecks=129616  nbPropagations=145  nbRevisions=3298  nbUselessRevisions=2030
41.36/41.42	     nbRemovedValues=292708  detectedInconsistency=yes
41.36/41.42	       =>  wckTime=1.442  cpuTime=1.42  mem=304M620
41.36/41.42	   
41.36/41.42	   global
41.36/41.42	     nbConstraintChecks=2118758  nbValidityChecks=129616  nbPropagations=145  nbRevisions=3298  nbUselessRevisions=2030
41.36/41.42	     nbRestartNogoods=0  solvingWckTime=1.446  solvingCpuTime=1.42  expiredTime=no  totalExploration=yes
41.36/41.42	     nbFoundSolutions=0  globalCpuTime=38.21
41.36/41.42	       =>  wckTime=41.178  cpuTime=38.17  mem=304M620
41.36/41.45	   
41.36/41.45	s UNSATISFIABLE
41.36/41.45	d NODES 0
41.36/41.45	d CHECKS 2118758
41.36/41.45	   
41.36/41.45	   totalWckTime=41.269  totalCpuTime=38.24

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-2097818-1247414060/watcher-2097818-1247414060 -o /tmp/evaluation-result-2097818-1247414060/solver-2097818-1247414060 -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-2097818-1247414060.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.02 1.99 1.99 3/80 1721
/proc/meminfo: memFree=1665832/2055920 swapFree=4192812/4192956
[pid=1721] ppid=1719 vsize=152 CPUtime=0
/proc/1721/stat : 1721 (java) R 1719 1721 31866 0 -1 0 205 0 0 0 0 0 0 0 18 0 1 0 28468767 155648 26 996147200 134512640 134550932 4294955968 18446744073709551615 11952427 0 0 4096 0 0 0 0 17 0 0 0
/proc/1721/statm: 38 26 19 9 0 4 0

[startup+0.043437 s]
/proc/loadavg: 2.02 1.99 1.99 3/80 1721
/proc/meminfo: memFree=1665832/2055920 swapFree=4192812/4192956
[pid=1721] ppid=1719 vsize=861936 CPUtime=0.03
/proc/1721/stat : 1721 (java) S 1719 1721 31866 0 -1 0 2393 0 1 0 2 1 0 0 18 0 5 0 28468767 882622464 1971 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/1721/statm: 215484 1972 905 9 0 210399 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 861936

[startup+0.102446 s]
/proc/loadavg: 2.02 1.99 1.99 3/80 1721
/proc/meminfo: memFree=1665832/2055920 swapFree=4192812/4192956
[pid=1721] ppid=1719 vsize=865980 CPUtime=0.09
/proc/1721/stat : 1721 (java) S 1719 1721 31866 0 -1 0 3810 0 1 0 7 2 0 0 18 0 9 0 28468767 886763520 3260 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1721/statm: 216495 3264 1722 9 0 210980 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865980

[startup+0.302467 s]
/proc/loadavg: 2.02 1.99 1.99 3/80 1721
/proc/meminfo: memFree=1665832/2055920 swapFree=4192812/4192956
[pid=1721] ppid=1719 vsize=866380 CPUtime=0.29
/proc/1721/stat : 1721 (java) S 1719 1721 31866 0 -1 0 6086 0 1 0 25 4 0 0 18 0 9 0 28468767 887173120 5452 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1721/statm: 216595 5452 1986 9 0 211053 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866380

[startup+0.7015 s]
/proc/loadavg: 2.02 1.99 1.99 3/80 1721
/proc/meminfo: memFree=1665832/2055920 swapFree=4192812/4192956
[pid=1721] ppid=1719 vsize=867500 CPUtime=0.68
/proc/1721/stat : 1721 (java) S 1719 1721 31866 0 -1 0 17592 0 1 0 59 9 0 0 18 0 9 0 28468767 888320000 16954 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1721/statm: 216875 16962 2012 9 0 211333 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867500

[startup+1.50156 s]
/proc/loadavg: 2.02 1.99 1.99 3/89 1730
/proc/meminfo: memFree=1575712/2055920 swapFree=4192812/4192956
[pid=1721] ppid=1719 vsize=867500 CPUtime=1.49
/proc/1721/stat : 1721 (java) S 1719 1721 31866 0 -1 0 29330 0 1 0 135 14 0 0 18 0 9 0 28468767 888320000 28658 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1721/statm: 216875 28658 2029 9 0 211333 0
[pid=1721/tid=1723] ppid=1719 vsize=867500 CPUtime=1.15
/proc/1721/task/1723/stat : 1723 (java) R 1719 1721 31866 0 -1 64 15793 0 1 0 106 9 0 0 25 0 9 0 28468768 888320000 28658 996147200 134512640 134550932 4294955968 18446744073709551615 4126735044 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1721/tid=1724] ppid=1719 vsize=867500 CPUtime=0.14
/proc/1721/task/1724/stat : 1724 (java) S 1719 1721 31866 0 -1 64 12193 0 0 0 10 4 0 0 16 0 9 0 28468770 888320000 28658 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1721/tid=1725] ppid=1719 vsize=867500 CPUtime=0
/proc/1721/task/1725/stat : 1725 (java) S 1719 1721 31866 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 28468770 888320000 28658 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1721/tid=1726] ppid=1719 vsize=867500 CPUtime=0
/proc/1721/task/1726/stat : 1726 (java) S 1719 1721 31866 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28468770 888320000 28658 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1721/tid=1727] ppid=1719 vsize=867500 CPUtime=0
/proc/1721/task/1727/stat : 1727 (java) S 1719 1721 31866 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 28468772 888320000 28658 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1721/tid=1728] ppid=1719 vsize=867500 CPUtime=0.17
/proc/1721/task/1728/stat : 1728 (java) S 1719 1721 31866 0 -1 64 642 0 0 0 17 0 0 0 16 0 9 0 28468772 888320000 28658 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1721/tid=1729] ppid=1719 vsize=867500 CPUtime=0
/proc/1721/task/1729/stat : 1729 (java) S 1719 1721 31866 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 28468772 888320000 28658 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1721/tid=1730] ppid=1719 vsize=867500 CPUtime=0
/proc/1721/task/1730/stat : 1730 (java) S 1719 1721 31866 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28468772 888320000 28658 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 867500

[startup+3.10169 s]
/proc/loadavg: 2.10 2.00 2.00 3/89 1730
/proc/meminfo: memFree=1558688/2055920 swapFree=4192812/4192956
[pid=1721] ppid=1719 vsize=867500 CPUtime=3.08
/proc/1721/stat : 1721 (java) S 1719 1721 31866 0 -1 0 32428 0 1 0 292 16 0 0 18 0 9 0 28468767 888320000 31754 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1721/statm: 216875 31754 2029 9 0 211333 0
[pid=1721/tid=1723] ppid=1719 vsize=867500 CPUtime=2.57
/proc/1721/task/1723/stat : 1723 (java) R 1719 1721 31866 0 -1 64 15795 0 1 0 248 9 0 0 25 0 9 0 28468768 888320000 31754 996147200 134512640 134550932 4294955968 18446744073709551615 103822192 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1721/tid=1724] ppid=1719 vsize=867500 CPUtime=0.32
/proc/1721/task/1724/stat : 1724 (java) S 1719 1721 31866 0 -1 64 15288 0 0 0 26 6 0 0 16 0 9 0 28468770 888320000 31754 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1721/tid=1725] ppid=1719 vsize=867500 CPUtime=0
/proc/1721/task/1725/stat : 1725 (java) S 1719 1721 31866 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 28468770 888320000 31754 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1721/tid=1726] ppid=1719 vsize=867500 CPUtime=0
/proc/1721/task/1726/stat : 1726 (java) S 1719 1721 31866 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28468770 888320000 31754 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1721/tid=1727] ppid=1719 vsize=867500 CPUtime=0
/proc/1721/task/1727/stat : 1727 (java) S 1719 1721 31866 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 28468772 888320000 31754 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1721/tid=1728] ppid=1719 vsize=867500 CPUtime=0.17
/proc/1721/task/1728/stat : 1728 (java) S 1719 1721 31866 0 -1 64 643 0 0 0 17 0 0 0 17 0 9 0 28468772 888320000 31754 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1721/tid=1729] ppid=1719 vsize=867500 CPUtime=0
/proc/1721/task/1729/stat : 1729 (java) S 1719 1721 31866 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 28468772 888320000 31754 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1721/tid=1730] ppid=1719 vsize=867500 CPUtime=0
/proc/1721/task/1730/stat : 1730 (java) S 1719 1721 31866 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28468772 888320000 31754 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 867500

[startup+6.30295 s]
/proc/loadavg: 2.10 2.00 2.00 3/89 1730
/proc/meminfo: memFree=1545824/2055920 swapFree=4192812/4192956
[pid=1721] ppid=1719 vsize=867500 CPUtime=6.29
/proc/1721/stat : 1721 (java) S 1719 1721 31866 0 -1 0 32481 0 1 0 612 17 0 0 18 0 9 0 28468767 888320000 31803 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1721/statm: 216875 31803 2032 9 0 211333 0
[pid=1721/tid=1723] ppid=1719 vsize=867500 CPUtime=5.74
/proc/1721/task/1723/stat : 1723 (java) R 1719 1721 31866 0 -1 64 15828 0 1 0 565 9 0 0 25 0 9 0 28468768 888320000 31803 996147200 134512640 134550932 4294955968 18446744073709551615 4126968323 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1721/tid=1724] ppid=1719 vsize=867500 CPUtime=0.32
/proc/1721/task/1724/stat : 1724 (java) S 1719 1721 31866 0 -1 64 15288 0 0 0 26 6 0 0 16 0 9 0 28468770 888320000 31803 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1721/tid=1725] ppid=1719 vsize=867500 CPUtime=0
/proc/1721/task/1725/stat : 1725 (java) S 1719 1721 31866 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 28468770 888320000 31803 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1721/tid=1726] ppid=1719 vsize=867500 CPUtime=0
/proc/1721/task/1726/stat : 1726 (java) S 1719 1721 31866 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28468770 888320000 31803 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1721/tid=1727] ppid=1719 vsize=867500 CPUtime=0
/proc/1721/task/1727/stat : 1727 (java) S 1719 1721 31866 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 28468772 888320000 31803 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1721/tid=1728] ppid=1719 vsize=867500 CPUtime=0.2
/proc/1721/task/1728/stat : 1728 (java) S 1719 1721 31866 0 -1 64 663 0 0 0 20 0 0 0 16 0 9 0 28468772 888320000 31803 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1721/tid=1729] ppid=1719 vsize=867500 CPUtime=0
/proc/1721/task/1729/stat : 1729 (java) S 1719 1721 31866 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 28468772 888320000 31803 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1721/tid=1730] ppid=1719 vsize=867500 CPUtime=0
/proc/1721/task/1730/stat : 1730 (java) S 1719 1721 31866 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28468772 888320000 31803 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 867500

[startup+12.7025 s]
/proc/loadavg: 2.09 2.00 2.00 3/89 1730
/proc/meminfo: memFree=1545824/2055920 swapFree=4192812/4192956
[pid=1721] ppid=1719 vsize=867500 CPUtime=12.68
/proc/1721/stat : 1721 (java) S 1719 1721 31866 0 -1 0 32484 0 1 0 1251 17 0 0 18 0 9 0 28468767 888320000 31806 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1721/statm: 216875 31806 2032 9 0 211333 0
[pid=1721/tid=1723] ppid=1719 vsize=867500 CPUtime=12.14
/proc/1721/task/1723/stat : 1723 (java) R 1719 1721 31866 0 -1 64 15829 0 1 0 1204 10 0 0 25 0 9 0 28468768 888320000 31806 996147200 134512640 134550932 4294955968 18446744073709551615 4126937068 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1721/tid=1724] ppid=1719 vsize=867500 CPUtime=0.32
/proc/1721/task/1724/stat : 1724 (java) S 1719 1721 31866 0 -1 64 15288 0 0 0 26 6 0 0 16 0 9 0 28468770 888320000 31806 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1721/tid=1725] ppid=1719 vsize=867500 CPUtime=0
/proc/1721/task/1725/stat : 1725 (java) S 1719 1721 31866 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 28468770 888320000 31806 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1721/tid=1726] ppid=1719 vsize=867500 CPUtime=0
/proc/1721/task/1726/stat : 1726 (java) S 1719 1721 31866 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28468770 888320000 31806 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1721/tid=1727] ppid=1719 vsize=867500 CPUtime=0
/proc/1721/task/1727/stat : 1727 (java) S 1719 1721 31866 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 28468772 888320000 31806 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1721/tid=1728] ppid=1719 vsize=867500 CPUtime=0.2
/proc/1721/task/1728/stat : 1728 (java) S 1719 1721 31866 0 -1 64 665 0 0 0 20 0 0 0 17 0 9 0 28468772 888320000 31806 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1721/tid=1729] ppid=1719 vsize=867500 CPUtime=0
/proc/1721/task/1729/stat : 1729 (java) S 1719 1721 31866 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 28468772 888320000 31806 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1721/tid=1730] ppid=1719 vsize=867500 CPUtime=0
/proc/1721/task/1730/stat : 1730 (java) S 1719 1721 31866 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28468772 888320000 31806 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 867500

[startup+25.5025 s]
/proc/loadavg: 2.07 2.00 2.00 3/89 1730
/proc/meminfo: memFree=1521376/2055920 swapFree=4192812/4192956
[pid=1721] ppid=1719 vsize=867500 CPUtime=25.48
/proc/1721/stat : 1721 (java) S 1719 1721 31866 0 -1 0 38723 0 1 0 2528 20 0 0 18 0 9 0 28468767 888320000 38035 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1721/statm: 216875 38035 2033 9 0 211333 0
[pid=1721/tid=1723] ppid=1719 vsize=867500 CPUtime=24.45
/proc/1721/task/1723/stat : 1723 (java) R 1719 1721 31866 0 -1 64 15842 0 1 0 2435 10 0 0 25 0 9 0 28468768 888320000 38035 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1721/tid=1724] ppid=1719 vsize=867500 CPUtime=0.73
/proc/1721/task/1724/stat : 1724 (java) R 1719 1721 31866 0 -1 64 21464 0 0 0 65 8 0 0 16 0 9 0 28468770 888320000 38035 996147200 134512640 134550932 4294955968 18446744073709551615 102547087 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1721/tid=1725] ppid=1719 vsize=867500 CPUtime=0
/proc/1721/task/1725/stat : 1725 (java) S 1719 1721 31866 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 28468770 888320000 38035 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1721/tid=1726] ppid=1719 vsize=867500 CPUtime=0
/proc/1721/task/1726/stat : 1726 (java) S 1719 1721 31866 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28468770 888320000 38035 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1721/tid=1727] ppid=1719 vsize=867500 CPUtime=0
/proc/1721/task/1727/stat : 1727 (java) S 1719 1721 31866 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 28468772 888320000 38035 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1721/tid=1728] ppid=1719 vsize=867500 CPUtime=0.27
/proc/1721/task/1728/stat : 1728 (java) S 1719 1721 31866 0 -1 64 715 0 0 0 27 0 0 0 16 0 9 0 28468772 888320000 38035 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1721/tid=1729] ppid=1719 vsize=867500 CPUtime=0
/proc/1721/task/1729/stat : 1729 (java) S 1719 1721 31866 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 28468772 888320000 38035 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1721/tid=1730] ppid=1719 vsize=867500 CPUtime=0
/proc/1721/task/1730/stat : 1730 (java) S 1719 1721 31866 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28468772 888320000 38035 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 867500

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

[startup+31.908 s]
/proc/loadavg: 2.06 2.00 2.00 3/91 1732
/proc/meminfo: memFree=1486224/2055920 swapFree=4192812/4192956
[pid=1721] ppid=1719 vsize=867824 CPUtime=31.71
/proc/1721/stat : 1721 (java) S 1719 1721 31866 0 -1 0 47078 0 1 0 3147 24 0 0 18 0 10 0 28468767 888651776 46253 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1721/statm: 216956 46253 2037 9 0 211414 0
[pid=1732] ppid=1721 vsize=2992 CPUtime=0.16
/proc/1732/stat : 1732 (saucy) R 1721 1721 31866 0 -1 4194304 449 0 0 0 15 1 0 0 19 0 1 0 28471941 3063808 421 996147200 134512640 134531332 4294956000 18446744073709551615 4294960144 0 4 0 0 0 0 0 17 0 0 0
/proc/1732/statm: 748 422 89 4 0 424 0
[pid=1721/tid=1723] ppid=1719 vsize=867824 CPUtime=30.02
/proc/1721/task/1723/stat : 1723 (java) S 1719 1721 31866 0 -1 64 15926 0 1 0 2991 11 0 0 24 0 10 0 28468768 888651776 46253 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=1721/tid=1724] ppid=1719 vsize=867824 CPUtime=1.37
/proc/1721/task/1724/stat : 1724 (java) S 1719 1721 31866 0 -1 64 29649 0 0 0 126 11 0 0 17 0 10 0 28468770 888651776 46253 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1721/tid=1725] ppid=1719 vsize=867824 CPUtime=0
/proc/1721/task/1725/stat : 1725 (java) S 1719 1721 31866 0 -1 64 15 0 0 0 0 0 0 0 16 0 10 0 28468770 888651776 46253 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1721/tid=1726] ppid=1719 vsize=867824 CPUtime=0
/proc/1721/task/1726/stat : 1726 (java) S 1719 1721 31866 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 28468770 888651776 46253 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1721/tid=1727] ppid=1719 vsize=867824 CPUtime=0
/proc/1721/task/1727/stat : 1727 (java) S 1719 1721 31866 0 -1 64 2 0 0 0 0 0 0 0 24 0 10 0 28468772 888651776 46253 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1721/tid=1728] ppid=1719 vsize=867824 CPUtime=0.29
/proc/1721/task/1728/stat : 1728 (java) S 1719 1721 31866 0 -1 64 727 0 0 0 29 0 0 0 15 0 10 0 28468772 888651776 46253 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1721/tid=1729] ppid=1719 vsize=867824 CPUtime=0
/proc/1721/task/1729/stat : 1729 (java) S 1719 1721 31866 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 28468772 888651776 46253 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1721/tid=1730] ppid=1719 vsize=867824 CPUtime=0
/proc/1721/task/1730/stat : 1730 (java) S 1719 1721 31866 0 -1 64 8 0 0 0 0 0 0 0 15 0 10 0 28468772 888651776 46253 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1721/tid=1731] ppid=1719 vsize=867824 CPUtime=0
/proc/1721/task/1731/stat : 1731 (java) S 1719 1721 31866 0 -1 64 67 0 0 0 0 0 0 0 24 0 10 0 28471941 888651776 46253 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.87
Current children cumulated vsize (KiB) 870816

[startup+38.3015 s]
/proc/loadavg: 2.06 2.00 2.00 3/89 1734
/proc/meminfo: memFree=1487832/2055920 swapFree=4192812/4192956
[pid=1721] ppid=1719 vsize=867824 CPUtime=38.26
/proc/1721/stat : 1721 (java) S 1719 1721 31866 0 -1 0 51291 1383 1 0 3775 25 23 3 18 0 9 0 28468767 888651776 46280 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1721/statm: 216956 46280 2046 9 0 211414 0
[pid=1721/tid=1723] ppid=1719 vsize=867824 CPUtime=36.54
/proc/1721/task/1723/stat : 1723 (java) R 1719 1721 31866 0 -1 64 19869 1383 1 0 3617 11 23 3 25 0 9 0 28468768 888651776 46280 996147200 134512640 134550932 4294955968 18446744073709551615 4126945272 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1721/tid=1724] ppid=1719 vsize=867824 CPUtime=1.63
/proc/1721/task/1724/stat : 1724 (java) S 1719 1721 31866 0 -1 64 29705 1383 0 0 126 11 23 3 16 0 9 0 28468770 888651776 46280 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1721/tid=1725] ppid=1719 vsize=867824 CPUtime=0.26
/proc/1721/task/1725/stat : 1725 (java) S 1719 1721 31866 0 -1 64 15 1383 0 0 0 0 23 3 16 0 9 0 28468770 888651776 46280 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1721/tid=1726] ppid=1719 vsize=867824 CPUtime=0.26
/proc/1721/task/1726/stat : 1726 (java) S 1719 1721 31866 0 -1 64 5 1383 0 0 0 0 23 3 16 0 9 0 28468770 888651776 46280 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1721/tid=1727] ppid=1719 vsize=867824 CPUtime=0.26
/proc/1721/task/1727/stat : 1727 (java) S 1719 1721 31866 0 -1 64 2 1383 0 0 0 0 23 3 24 0 9 0 28468772 888651776 46280 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1721/tid=1728] ppid=1719 vsize=867824 CPUtime=0.56
/proc/1721/task/1728/stat : 1728 (java) S 1719 1721 31866 0 -1 64 870 1383 0 0 30 0 23 3 16 0 9 0 28468772 888651776 46280 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1721/tid=1729] ppid=1719 vsize=867824 CPUtime=0.26
/proc/1721/task/1729/stat : 1729 (java) S 1719 1721 31866 0 -1 64 1 1383 0 0 0 0 23 3 25 0 9 0 28468772 888651776 46280 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1721/tid=1730] ppid=1719 vsize=867824 CPUtime=0.26
/proc/1721/task/1730/stat : 1730 (java) S 1719 1721 31866 0 -1 64 15 1383 0 0 0 0 23 3 15 0 9 0 28468772 888651776 46280 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 38.26
Current children cumulated vsize (KiB) 867824

[startup+39.9027 s]
/proc/loadavg: 2.06 2.00 2.00 4/89 1734
/proc/meminfo: memFree=1403608/2055920 swapFree=4192812/4192956
[pid=1721] ppid=1719 vsize=867912 CPUtime=39.87
/proc/1721/stat : 1721 (java) S 1719 1721 31866 0 -1 0 131142 1383 1 0 3915 46 23 3 18 0 9 0 28468767 888741888 88633 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1721/statm: 216978 88643 2664 9 0 211414 0
[pid=1721/tid=1723] ppid=1719 vsize=867912 CPUtime=37.15
/proc/1721/task/1723/stat : 1723 (java) R 1719 1721 31866 0 -1 64 32024 1383 1 0 3675 14 23 3 25 0 9 0 28468768 888741888 88649 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1721/tid=1724] ppid=1719 vsize=867912 CPUtime=2.55
/proc/1721/task/1724/stat : 1724 (java) R 1719 1721 31866 0 -1 64 97276 1383 0 0 201 28 23 3 16 0 9 0 28468770 888741888 88657 996147200 134512640 134550932 4294955968 18446744073709551615 102709373 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1721/tid=1725] ppid=1719 vsize=867912 CPUtime=0.26
/proc/1721/task/1725/stat : 1725 (java) S 1719 1721 31866 0 -1 64 17 1383 0 0 0 0 23 3 16 0 9 0 28468770 888741888 88664 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1721/tid=1726] ppid=1719 vsize=867912 CPUtime=0.26
/proc/1721/task/1726/stat : 1726 (java) S 1719 1721 31866 0 -1 64 26 1383 0 0 0 0 23 3 15 0 9 0 28468770 888741888 88670 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1721/tid=1727] ppid=1719 vsize=867912 CPUtime=0.26
/proc/1721/task/1727/stat : 1727 (java) S 1719 1721 31866 0 -1 64 2 1383 0 0 0 0 23 3 24 0 9 0 28468772 888741888 88678 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1721/tid=1728] ppid=1719 vsize=867912 CPUtime=0.64
/proc/1721/task/1728/stat : 1728 (java) S 1719 1721 31866 0 -1 64 995 1383 0 0 38 0 23 3 15 0 9 0 28468772 888741888 88685 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1721/tid=1729] ppid=1719 vsize=867912 CPUtime=0.26
/proc/1721/task/1729/stat : 1729 (java) S 1719 1721 31866 0 -1 64 1 1383 0 0 0 0 23 3 25 0 9 0 28468772 888741888 88693 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1721/tid=1730] ppid=1719 vsize=867912 CPUtime=0.26
/proc/1721/task/1730/stat : 1730 (java) S 1719 1721 31866 0 -1 64 15 1383 0 0 0 0 23 3 15 0 9 0 28468772 888741888 88700 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 39.87
Current children cumulated vsize (KiB) 867912

[startup+40.7077 s]
/proc/loadavg: 2.06 2.00 2.00 3/89 1734
/proc/meminfo: memFree=1310616/2055920 swapFree=4192812/4192956
[pid=1721] ppid=1719 vsize=867824 CPUtime=40.66
/proc/1721/stat : 1721 (java) S 1719 1721 31866 0 -1 0 133699 1383 1 0 3993 47 23 3 18 0 9 0 28468767 888651776 91147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1721/statm: 216956 91147 2642 9 0 211414 0
[pid=1721/tid=1723] ppid=1719 vsize=867824 CPUtime=37.9
/proc/1721/task/1723/stat : 1723 (java) R 1719 1721 31866 0 -1 64 32045 1383 1 0 3750 14 23 3 25 0 9 0 28468768 888651776 91147 996147200 134512640 134550932 4294955968 18446744073709551615 4126937134 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1721/tid=1724] ppid=1719 vsize=867824 CPUtime=2.57
/proc/1721/task/1724/stat : 1724 (java) S 1719 1721 31866 0 -1 64 99776 1383 0 0 202 29 23 3 16 0 9 0 28468770 888651776 91147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1721/tid=1725] ppid=1719 vsize=867824 CPUtime=0.26
/proc/1721/task/1725/stat : 1725 (java) S 1719 1721 31866 0 -1 64 17 1383 0 0 0 0 23 3 16 0 9 0 28468770 888651776 91147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1721/tid=1726] ppid=1719 vsize=867824 CPUtime=0.26
/proc/1721/task/1726/stat : 1726 (java) S 1719 1721 31866 0 -1 64 29 1383 0 0 0 0 23 3 15 0 9 0 28468770 888651776 91147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1721/tid=1727] ppid=1719 vsize=867824 CPUtime=0.26
/proc/1721/task/1727/stat : 1727 (java) S 1719 1721 31866 0 -1 64 2 1383 0 0 0 0 23 3 24 0 9 0 28468772 888651776 91147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1721/tid=1728] ppid=1719 vsize=867824 CPUtime=0.65
/proc/1721/task/1728/stat : 1728 (java) S 1719 1721 31866 0 -1 64 1005 1383 0 0 39 0 23 3 15 0 9 0 28468772 888651776 91147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1721/tid=1729] ppid=1719 vsize=867824 CPUtime=0.26
/proc/1721/task/1729/stat : 1729 (java) S 1719 1721 31866 0 -1 64 1 1383 0 0 0 0 23 3 25 0 9 0 28468772 888651776 91147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1721/tid=1730] ppid=1719 vsize=867824 CPUtime=0.26
/proc/1721/task/1730/stat : 1730 (java) S 1719 1721 31866 0 -1 64 15 1383 0 0 0 0 23 3 15 0 9 0 28468772 888651776 91147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 40.66
Current children cumulated vsize (KiB) 867824

[startup+41.1028 s]
/proc/loadavg: 2.06 2.00 2.00 3/89 1734
/proc/meminfo: memFree=1310616/2055920 swapFree=4192812/4192956
[pid=1721] ppid=1719 vsize=867824 CPUtime=41.06
/proc/1721/stat : 1721 (java) S 1719 1721 31866 0 -1 0 133703 1383 1 0 4033 47 23 3 18 0 9 0 28468767 888651776 91150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1721/statm: 216956 91150 2642 9 0 211414 0
[pid=1721/tid=1723] ppid=1719 vsize=867824 CPUtime=38.29
/proc/1721/task/1723/stat : 1723 (java) R 1719 1721 31866 0 -1 64 32045 1383 1 0 3789 14 23 3 25 0 9 0 28468768 888651776 91150 996147200 134512640 134550932 4294955968 18446744073709551615 4126939739 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1721/tid=1724] ppid=1719 vsize=867824 CPUtime=2.57
/proc/1721/task/1724/stat : 1724 (java) S 1719 1721 31866 0 -1 64 99776 1383 0 0 202 29 23 3 17 0 9 0 28468770 888651776 91150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1721/tid=1725] ppid=1719 vsize=867824 CPUtime=0.26
/proc/1721/task/1725/stat : 1725 (java) S 1719 1721 31866 0 -1 64 17 1383 0 0 0 0 23 3 16 0 9 0 28468770 888651776 91150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1721/tid=1726] ppid=1719 vsize=867824 CPUtime=0.26
/proc/1721/task/1726/stat : 1726 (java) S 1719 1721 31866 0 -1 64 29 1383 0 0 0 0 23 3 15 0 9 0 28468770 888651776 91150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1721/tid=1727] ppid=1719 vsize=867824 CPUtime=0.26
/proc/1721/task/1727/stat : 1727 (java) S 1719 1721 31866 0 -1 64 2 1383 0 0 0 0 23 3 24 0 9 0 28468772 888651776 91150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1721/tid=1728] ppid=1719 vsize=867824 CPUtime=0.66
/proc/1721/task/1728/stat : 1728 (java) S 1719 1721 31866 0 -1 64 1009 1383 0 0 40 0 23 3 15 0 9 0 28468772 888651776 91150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1721/tid=1729] ppid=1719 vsize=867824 CPUtime=0.26
/proc/1721/task/1729/stat : 1729 (java) S 1719 1721 31866 0 -1 64 1 1383 0 0 0 0 23 3 25 0 9 0 28468772 888651776 91150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1721/tid=1730] ppid=1719 vsize=867824 CPUtime=0.26
/proc/1721/task/1730/stat : 1730 (java) S 1719 1721 31866 0 -1 64 15 1383 0 0 0 0 23 3 15 0 9 0 28468772 888651776 91150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 41.06
Current children cumulated vsize (KiB) 867824

[startup+41.5028 s]
/proc/loadavg: 2.06 2.00 2.00 3/89 1734
/proc/meminfo: memFree=1310616/2055920 swapFree=4192812/4192956
[pid=1721] ppid=1719 vsize=0 CPUtime=41.45
/proc/1721/stat : 1721 (java) Z 1719 1721 31866 0 -1 12 133737 1383 1 0 4068 51 23 3 16 0 2 0 28468767 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1721/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 41.45
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 41.5129
CPU time (s): 41.4797
CPU user time (s): 40.9188
CPU system time (s): 0.560914
CPU usage (%): 99.9201
Max. virtual memory (cumulated for all children) (KiB): 870816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 40.9188
system time used= 0.560914
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 135120
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= 3177
involuntary context switches= 4097

runsolver used 0.072988 second user time and 0.123981 second system time

The end

Launcher Data

Begin job on node69 at 2009-07-12 17:54:21
IDJOB=2097818
IDBENCH=57810
IDSOLVER=774
FILE ID=node69/2097818-1247414060
PBS_JOBID= 9510509
Free space on /tmp= 66496 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/fapp/fapp37/normalized-fapp37-2250-2.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-2097818-1247414060/watcher-2097818-1247414060 -o /tmp/evaluation-result-2097818-1247414060/solver-2097818-1247414060 -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-2097818-1247414060.xml

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

MD5SUM BENCH= f8718ebaf51fd44c6f84abcaca826b6a
RANDOM SEED=1332081485

node69.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.211
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.211
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:       1666312 kB
Buffers:         39512 kB
Cached:         122804 kB
SwapCached:          0 kB
Active:         269172 kB
Inactive:        63136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1666312 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8260 kB
Writeback:           0 kB
Mapped:         190456 kB
Slab:            42256 kB
Committed_AS:  1005216 kB
PageTables:       2208 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= 66496 MiB
End job on node69 at 2009-07-12 17:55:02