Trace number 2096178

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 ESAC? (MO) 50.0074 50.5106

General information on the benchmark

Namecsp/chessboardColoration/
normalized-cc-25-25-3.xml
MD5SUMb0a7ced6452a110d2bda0f89526bf56f
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables625
Number of constraints90000
Maximum constraint arity4
Maximum domain size3
Number of constraints which are defined in extension0
Number of constraints which are defined in intension90000
Global constraints used (with number of constraints)

Solver Data

0.03/0.09	
0.03/0.09	Abscon 112 (May, 2008)
0.19/0.26	
0.19/0.26	   configuration
0.19/0.26	     name=esac.xml
0.19/0.29	   
0.19/0.29	   instance
0.19/0.29	     name=HOME/instance-2096178-1247409972.xml
0.28/0.33	   
0.28/0.33	   domains being loaded...
0.28/0.34	   
0.28/0.34	   variables being loaded...
0.38/0.46	     nbVariables=625  nbDomainTypes=1  minDomainSize=3  maxDomainSize=3  nbTotalValues=1875
0.38/0.47	       =>  wckTime=0.206  cpuTime=0.16  mem=9M843
0.38/0.47	   
0.38/0.47	   predicates being loaded...
0.48/0.53	   
0.48/0.53	   constraints being loaded...
22.26/22.51	   
22.26/22.51	   INFO : Stopping converting binary constraints (cpu=20.05, mem = 202M311)
47.91/48.43	java.lang.NullPointerException
47.91/48.43		at abscon.tools.graphers.SaucySaver.runSaucy(SaucySaver.java:294)
47.91/48.43		at abscon.tools.graphers.SaucySaver.<init>(SaucySaver.java:321)
47.91/48.43		at abscon.problem.Problem.buildSymmetries(Problem.java:859)
47.91/48.43		at abscon.problem.Problem.storeConstraintsToArray(Problem.java:1002)
47.91/48.43		at problems.XSax.InstanceHandler.endElement(InstanceHandler.java:502)
47.91/48.43		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
47.91/48.43		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
47.91/48.43		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
47.91/48.43		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
47.91/48.43		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
47.91/48.43		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
47.91/48.43		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
47.91/48.43		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
47.91/48.43		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
47.91/48.43		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
47.91/48.43		at javax.xml.parsers.SAXParser.parse(Unknown Source)
47.91/48.43		at javax.xml.parsers.SAXParser.parse(Unknown Source)
47.91/48.43		at problems.XSax.Problem0.addVariables(Problem0.java:74)
47.91/48.43		at problems.XSax.Problem0.attachToCore(Problem0.java:86)
47.91/48.43		at abscon.problem.Problem.attachTo(Problem.java:1190)
47.91/48.43		at abscon.Resolution.buildProblemInstance(Resolution.java:313)
47.91/48.43		at abscon.Resolution.solveInstance(Resolution.java:439)
47.91/48.43		at abscon.Resolution.solveInstances(Resolution.java:649)
47.91/48.43		at abscon.Resolution.main(Resolution.java:747)
48.50/49.06	     nbConstraints=90007  nbGlobalConstraints=7  nbConflictsStructures=1  nbSharedConflictsStructures=89999
48.50/49.08	     nbSharedBinaryRepresentations=0  nbEvaluationManagers=1  nbSharedEvaluationManagers=89999  minDegree=576
48.50/49.08	     maxDegree=578  minArity=4  avgArity=4  maxArity=50  nbGenerators=7  nbFusions=0  symmetryWckTime=5.961
48.50/49.08	     symmetryCpuTime=1.54
48.50/49.08	       =>  wckTime=48.8  cpuTime=40.25  mem=494M840

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2096178-1247409972/watcher-2096178-1247409972 -o /tmp/evaluation-result-2096178-1247409972/solver-2096178-1247409972 -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-2096178-1247409972.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.00 2.00 2.00 4/80 1962
/proc/meminfo: memFree=1619880/2055920 swapFree=4192812/4192956
[pid=1962] ppid=1960 vsize=18576 CPUtime=0
/proc/1962/stat : 1962 (runsolver) R 1960 1962 746 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 28060764 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 246406507815 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/1962/statm: 4644 284 249 26 0 2626 0

[startup+0.044625 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 1962
/proc/meminfo: memFree=1619880/2055920 swapFree=4192812/4192956
[pid=1962] ppid=1960 vsize=861936 CPUtime=0.03
/proc/1962/stat : 1962 (java) S 1960 1962 746 0 -1 0 2294 0 1 0 2 1 0 0 21 0 5 0 28060764 882622464 1894 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/1962/statm: 215694 1989 910 9 0 210609 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 861936

[startup+0.107961 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 1962
/proc/meminfo: memFree=1619880/2055920 swapFree=4192812/4192956
[pid=1962] ppid=1960 vsize=867008 CPUtime=0.09
/proc/1962/stat : 1962 (java) S 1960 1962 746 0 -1 0 3772 0 1 0 7 2 0 0 21 0 9 0 28060764 887816192 3232 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1962/statm: 216752 3232 1706 9 0 211237 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 867008

[startup+0.301971 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 1962
/proc/meminfo: memFree=1619880/2055920 swapFree=4192812/4192956
[pid=1962] ppid=1960 vsize=867404 CPUtime=0.28
/proc/1962/stat : 1962 (java) S 1960 1962 746 0 -1 0 5872 0 1 0 24 4 0 0 21 0 9 0 28060764 888221696 5238 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1962/statm: 216851 5238 1981 9 0 211309 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 867404

[startup+0.702012 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 1962
/proc/meminfo: memFree=1619880/2055920 swapFree=4192812/4192956
[pid=1962] ppid=1960 vsize=868216 CPUtime=0.67
/proc/1962/stat : 1962 (java) S 1960 1962 746 0 -1 0 9046 0 1 0 60 7 0 0 21 0 9 0 28060764 889053184 8400 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1962/statm: 217054 8400 2038 9 0 211490 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 868216

[startup+1.50208 s]
/proc/loadavg: 2.08 2.02 2.01 3/89 1973
/proc/meminfo: memFree=1575008/2055920 swapFree=4192812/4192956
[pid=1962] ppid=1960 vsize=868716 CPUtime=1.46
/proc/1962/stat : 1962 (java) S 1960 1962 746 0 -1 0 18131 0 1 0 135 11 0 0 21 0 9 0 28060764 889565184 17459 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1962/statm: 217179 17459 2028 9 0 211637 0
[pid=1962/tid=1964] ppid=1960 vsize=868716 CPUtime=1.24
/proc/1962/task/1964/stat : 1964 (java) R 1960 1962 746 0 -1 64 15798 0 1 0 114 10 0 0 25 0 9 0 28060765 889565184 17459 996147200 134512640 134550932 4294955968 18446744073709551615 102883285 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1962/tid=1965] ppid=1960 vsize=868716 CPUtime=0.03
/proc/1962/task/1965/stat : 1965 (java) S 1960 1962 746 0 -1 64 957 0 0 0 3 0 0 0 16 0 9 0 28060767 889565184 17459 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1962/tid=1966] ppid=1960 vsize=868716 CPUtime=0
/proc/1962/task/1966/stat : 1966 (java) S 1960 1962 746 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28060767 889565184 17459 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1962/tid=1967] ppid=1960 vsize=868716 CPUtime=0
/proc/1962/task/1967/stat : 1967 (java) S 1960 1962 746 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28060767 889565184 17459 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1962/tid=1969] ppid=1960 vsize=868716 CPUtime=0
/proc/1962/task/1969/stat : 1969 (java) S 1960 1962 746 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 28060769 889565184 17459 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1962/tid=1971] ppid=1960 vsize=868716 CPUtime=0.17
/proc/1962/task/1971/stat : 1971 (java) S 1960 1962 746 0 -1 64 673 0 0 0 17 0 0 0 16 0 9 0 28060769 889565184 17459 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1962/tid=1972] ppid=1960 vsize=868716 CPUtime=0
/proc/1962/task/1972/stat : 1972 (java) S 1960 1962 746 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28060769 889565184 17459 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1962/tid=1973] ppid=1960 vsize=868716 CPUtime=0
/proc/1962/task/1973/stat : 1973 (java) S 1960 1962 746 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 28060769 889565184 17459 996147200 134512640 134550932 4294955968 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) 868716

[startup+3.10224 s]
/proc/loadavg: 2.08 2.02 2.01 3/89 1973
/proc/meminfo: memFree=1550112/2055920 swapFree=4192812/4192956
[pid=1962] ppid=1960 vsize=868716 CPUtime=3.04
/proc/1962/stat : 1962 (java) S 1960 1962 746 0 -1 0 22096 0 1 0 291 13 0 0 21 0 9 0 28060764 889565184 21421 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1962/statm: 217179 21421 2028 9 0 211637 0
[pid=1962/tid=1964] ppid=1960 vsize=868716 CPUtime=2.63
/proc/1962/task/1964/stat : 1964 (java) R 1960 1962 746 0 -1 64 15802 0 1 0 253 10 0 0 25 0 9 0 28060765 889565184 21421 996147200 134512640 134550932 4294955968 18446744073709551615 103809648 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1962/tid=1965] ppid=1960 vsize=868716 CPUtime=0.22
/proc/1962/task/1965/stat : 1965 (java) S 1960 1962 746 0 -1 64 4918 0 0 0 20 2 0 0 16 0 9 0 28060767 889565184 21421 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1962/tid=1966] ppid=1960 vsize=868716 CPUtime=0
/proc/1962/task/1966/stat : 1966 (java) S 1960 1962 746 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28060767 889565184 21421 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1962/tid=1967] ppid=1960 vsize=868716 CPUtime=0
/proc/1962/task/1967/stat : 1967 (java) S 1960 1962 746 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28060767 889565184 21421 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1962/tid=1969] ppid=1960 vsize=868716 CPUtime=0
/proc/1962/task/1969/stat : 1969 (java) S 1960 1962 746 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 28060769 889565184 21421 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1962/tid=1971] ppid=1960 vsize=868716 CPUtime=0.17
/proc/1962/task/1971/stat : 1971 (java) S 1960 1962 746 0 -1 64 673 0 0 0 17 0 0 0 16 0 9 0 28060769 889565184 21421 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1962/tid=1972] ppid=1960 vsize=868716 CPUtime=0
/proc/1962/task/1972/stat : 1972 (java) S 1960 1962 746 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28060769 889565184 21421 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1962/tid=1973] ppid=1960 vsize=868716 CPUtime=0
/proc/1962/task/1973/stat : 1973 (java) S 1960 1962 746 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 28060769 889565184 21421 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 868716

[startup+6.30154 s]
/proc/loadavg: 2.08 2.02 2.01 3/89 1973
/proc/meminfo: memFree=1529376/2055920 swapFree=4192812/4192956
[pid=1962] ppid=1960 vsize=868716 CPUtime=6.21
/proc/1962/stat : 1962 (java) S 1960 1962 746 0 -1 0 27180 0 1 0 606 15 0 0 21 0 9 0 28060764 889565184 26499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1962/statm: 217179 26499 2028 9 0 211637 0
[pid=1962/tid=1964] ppid=1960 vsize=868716 CPUtime=5.48
/proc/1962/task/1964/stat : 1964 (java) R 1960 1962 746 0 -1 64 15808 0 1 0 538 10 0 0 25 0 9 0 28060765 889565184 26499 996147200 134512640 134550932 4294955968 18446744073709551615 4126551806 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1962/tid=1965] ppid=1960 vsize=868716 CPUtime=0.52
/proc/1962/task/1965/stat : 1965 (java) S 1960 1962 746 0 -1 64 9994 0 0 0 49 3 0 0 16 0 9 0 28060767 889565184 26499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1962/tid=1966] ppid=1960 vsize=868716 CPUtime=0
/proc/1962/task/1966/stat : 1966 (java) S 1960 1962 746 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28060767 889565184 26499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1962/tid=1967] ppid=1960 vsize=868716 CPUtime=0
/proc/1962/task/1967/stat : 1967 (java) S 1960 1962 746 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28060767 889565184 26499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1962/tid=1969] ppid=1960 vsize=868716 CPUtime=0
/proc/1962/task/1969/stat : 1969 (java) S 1960 1962 746 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 28060769 889565184 26499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1962/tid=1971] ppid=1960 vsize=868716 CPUtime=0.17
/proc/1962/task/1971/stat : 1971 (java) S 1960 1962 746 0 -1 64 675 0 0 0 17 0 0 0 16 0 9 0 28060769 889565184 26499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1962/tid=1972] ppid=1960 vsize=868716 CPUtime=0
/proc/1962/task/1972/stat : 1972 (java) S 1960 1962 746 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28060769 889565184 26499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1962/tid=1973] ppid=1960 vsize=868716 CPUtime=0
/proc/1962/task/1973/stat : 1973 (java) S 1960 1962 746 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 28060769 889565184 26499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 868716

[startup+12.7021 s]
/proc/loadavg: 2.07 2.02 2.00 3/89 1973
/proc/meminfo: memFree=1484640/2055920 swapFree=4192812/4192956
[pid=1962] ppid=1960 vsize=868716 CPUtime=12.56
/proc/1962/stat : 1962 (java) S 1960 1962 746 0 -1 0 37310 0 1 0 1234 22 0 0 21 0 9 0 28060764 889565184 36619 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1962/statm: 217179 36619 2028 9 0 211637 0
[pid=1962/tid=1964] ppid=1960 vsize=868716 CPUtime=11.19
/proc/1962/task/1964/stat : 1964 (java) R 1960 1962 746 0 -1 64 15819 0 1 0 1107 12 0 0 25 0 9 0 28060765 889565184 36619 996147200 134512640 134550932 4294955968 18446744073709551615 102883281 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1962/tid=1965] ppid=1960 vsize=868716 CPUtime=1.15
/proc/1962/task/1965/stat : 1965 (java) S 1960 1962 746 0 -1 64 20112 0 0 0 107 8 0 0 16 0 9 0 28060767 889565184 36619 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1962/tid=1966] ppid=1960 vsize=868716 CPUtime=0
/proc/1962/task/1966/stat : 1966 (java) S 1960 1962 746 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28060767 889565184 36619 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1962/tid=1967] ppid=1960 vsize=868716 CPUtime=0
/proc/1962/task/1967/stat : 1967 (java) S 1960 1962 746 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28060767 889565184 36619 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1962/tid=1969] ppid=1960 vsize=868716 CPUtime=0
/proc/1962/task/1969/stat : 1969 (java) S 1960 1962 746 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 28060769 889565184 36619 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1962/tid=1971] ppid=1960 vsize=868716 CPUtime=0.18
/proc/1962/task/1971/stat : 1971 (java) S 1960 1962 746 0 -1 64 676 0 0 0 18 0 0 0 15 0 9 0 28060769 889565184 36619 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1962/tid=1972] ppid=1960 vsize=868716 CPUtime=0
/proc/1962/task/1972/stat : 1972 (java) S 1960 1962 746 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28060769 889565184 36619 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1962/tid=1973] ppid=1960 vsize=868716 CPUtime=0
/proc/1962/task/1973/stat : 1973 (java) S 1960 1962 746 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 28060769 889565184 36619 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 868716

[startup+25.5024 s]
/proc/loadavg: 2.06 2.01 2.00 3/89 1973
/proc/meminfo: memFree=1352160/2055920 swapFree=4192812/4192956
[pid=1962] ppid=1960 vsize=868716 CPUtime=25.24
/proc/1962/stat : 1962 (java) S 1960 1962 746 0 -1 0 69433 0 1 0 2386 138 0 0 21 0 9 0 28060764 889565184 68723 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1962/statm: 217179 68723 2029 9 0 211637 0
[pid=1962/tid=1964] ppid=1960 vsize=868716 CPUtime=22.92
/proc/1962/task/1964/stat : 1964 (java) R 1960 1962 746 0 -1 64 15858 0 1 0 2176 116 0 0 25 0 9 0 28060765 889565184 68723 996147200 134512640 134550932 4294955968 18446744073709551615 102724565 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1962/tid=1965] ppid=1960 vsize=868716 CPUtime=2.06
/proc/1962/task/1965/stat : 1965 (java) S 1960 1962 746 0 -1 64 52155 0 0 0 186 20 0 0 16 0 9 0 28060767 889565184 68723 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1962/tid=1966] ppid=1960 vsize=868716 CPUtime=0
/proc/1962/task/1966/stat : 1966 (java) S 1960 1962 746 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28060767 889565184 68723 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1962/tid=1967] ppid=1960 vsize=868716 CPUtime=0
/proc/1962/task/1967/stat : 1967 (java) S 1960 1962 746 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28060767 889565184 68723 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1962/tid=1969] ppid=1960 vsize=868716 CPUtime=0
/proc/1962/task/1969/stat : 1969 (java) S 1960 1962 746 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 28060769 889565184 68723 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1962/tid=1971] ppid=1960 vsize=868716 CPUtime=0.23
/proc/1962/task/1971/stat : 1971 (java) S 1960 1962 746 0 -1 64 717 0 0 0 23 0 0 0 16 0 9 0 28060769 889565184 68723 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1962/tid=1972] ppid=1960 vsize=868716 CPUtime=0
/proc/1962/task/1972/stat : 1972 (java) S 1960 1962 746 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28060769 889565184 68723 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1962/tid=1973] ppid=1960 vsize=868716 CPUtime=0
/proc/1962/task/1973/stat : 1973 (java) S 1960 1962 746 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 28060769 889565184 68723 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 868716



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+48.4065 s]
/proc/loadavg: 2.04 2.01 2.00 3/91 1975
/proc/meminfo: memFree=1054160/2055920 swapFree=4192812/4192956
[pid=1962] ppid=1960 vsize=869040 CPUtime=43.92
/proc/1962/stat : 1962 (java) S 1960 1962 746 0 -1 0 139163 0 1 0 4220 172 0 0 21 0 10 0 28060764 889896960 131071 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1962/statm: 217260 131071 2036 9 0 211718 0
[pid=1975] ppid=1962 vsize=52584 CPUtime=3.99
/proc/1975/stat : 1975 (saucy) R 1962 1962 746 0 -1 4194304 9077 0 0 0 389 10 0 0 25 0 1 0 28065190 53846016 8826 996147200 134512640 134531332 4294956000 18446744073709551615 134520980 0 4 0 0 0 0 0 17 1 0 0
/proc/1975/statm: 13146 8826 104 4 0 12822 0
[pid=1962/tid=1964] ppid=1960 vsize=869040 CPUtime=39.82
/proc/1962/task/1964/stat : 1964 (java) S 1960 1962 746 0 -1 64 22561 0 1 0 3859 123 0 0 15 0 10 0 28060765 889896960 131071 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=1962/tid=1965] ppid=1960 vsize=869040 CPUtime=3.78
/proc/1962/task/1965/stat : 1965 (java) S 1960 1962 746 0 -1 64 115007 0 0 0 334 44 0 0 15 0 10 0 28060767 889896960 131071 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1962/tid=1966] ppid=1960 vsize=869040 CPUtime=0
/proc/1962/task/1966/stat : 1966 (java) S 1960 1962 746 0 -1 64 16 0 0 0 0 0 0 0 16 0 10 0 28060767 889896960 131071 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1962/tid=1967] ppid=1960 vsize=869040 CPUtime=0
/proc/1962/task/1967/stat : 1967 (java) S 1960 1962 746 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 28060767 889896960 131071 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1962/tid=1969] ppid=1960 vsize=869040 CPUtime=0
/proc/1962/task/1969/stat : 1969 (java) S 1960 1962 746 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 28060769 889896960 131071 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1962/tid=1971] ppid=1960 vsize=869040 CPUtime=0.26
/proc/1962/task/1971/stat : 1971 (java) S 1960 1962 746 0 -1 64 810 0 0 0 26 0 0 0 15 0 10 0 28060769 889896960 131071 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1962/tid=1972] ppid=1960 vsize=869040 CPUtime=0
/proc/1962/task/1972/stat : 1972 (java) S 1960 1962 746 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 28060769 889896960 131071 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1962/tid=1973] ppid=1960 vsize=869040 CPUtime=0
/proc/1962/task/1973/stat : 1973 (java) S 1960 1962 746 0 -1 64 16 0 0 0 0 0 0 0 15 0 10 0 28060769 889896960 131071 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1962/tid=1974] ppid=1960 vsize=869040 CPUtime=0.01
/proc/1962/task/1974/stat : 1974 (java) S 1960 1962 746 0 -1 64 68 0 0 0 0 1 0 0 23 0 10 0 28065190 889896960 131071 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
Current children cumulated CPU time (s) 47.91
Current children cumulated vsize (KiB) 921624

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -1962

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

[startup+49.4016 s]
/proc/loadavg: 2.04 2.01 2.00 4/91 1977
/proc/meminfo: memFree=1088264/2055920 swapFree=4192812/4192956
[pid=1962] ppid=1960 vsize=869868 CPUtime=48.9
/proc/1962/stat : 1962 (java) S 1960 1962 746 0 -1 0 197355 9077 1 0 4310 180 389 11 16 0 10 0 28060764 890744832 131349 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1962/statm: 217467 131349 2091 9 0 211925 0
[pid=1962/tid=1964] ppid=1960 vsize=869868 CPUtime=44.44
/proc/1962/task/1964/stat : 1964 (java) S 1960 1962 746 0 -1 64 27700 9077 1 0 3919 125 389 11 16 0 10 0 28060765 890744832 131349 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1962/tid=1965] ppid=1960 vsize=869868 CPUtime=8.12
/proc/1962/task/1965/stat : 1965 (java) R 1960 1962 746 0 -1 64 167890 9077 0 0 361 51 389 11 16 0 10 0 28060767 890744832 131349 996147200 134512640 134550932 4294955968 18446744073709551615 103732260 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1962/tid=1966] ppid=1960 vsize=869868 CPUtime=4
/proc/1962/task/1966/stat : 1966 (java) S 1960 1962 746 0 -1 64 16 9077 0 0 0 0 389 11 16 0 10 0 28060767 890744832 131349 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1962/tid=1967] ppid=1960 vsize=869868 CPUtime=4
/proc/1962/task/1967/stat : 1967 (java) S 1960 1962 746 0 -1 64 5 9077 0 0 0 0 389 11 16 0 10 0 28060767 890744832 131349 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1962/tid=1969] ppid=1960 vsize=869868 CPUtime=4
/proc/1962/task/1969/stat : 1969 (java) S 1960 1962 746 0 -1 64 30 9077 0 0 0 0 389 11 17 0 10 0 28060769 890744832 131349 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1962/tid=1971] ppid=1960 vsize=869868 CPUtime=4.28
/proc/1962/task/1971/stat : 1971 (java) S 1960 1962 746 0 -1 64 912 9077 0 0 28 0 389 11 15 0 10 0 28060769 890744832 131349 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1962/tid=1972] ppid=1960 vsize=869868 CPUtime=4
/proc/1962/task/1972/stat : 1972 (java) S 1960 1962 746 0 -1 64 1 9077 0 0 0 0 389 11 19 0 10 0 28060769 890744832 131349 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1962/tid=1974] ppid=1960 vsize=869868 CPUtime=4.01
/proc/1962/task/1974/stat : 1974 (java) R 1960 1962 746 0 -1 64 68 9077 0 0 0 1 389 11 19 0 10 0 28065190 890744832 131349 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1962/tid=1977] ppid=1960 vsize=869868 CPUtime=4
/proc/1962/task/1977/stat : 1977 (java) S 1960 1962 746 0 -1 64 32 9077 0 0 0 0 389 11 16 0 10 0 28065606 890744832 131349 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 48.9
Current children cumulated vsize (KiB) 869868

[startup+50.2017 s]
/proc/loadavg: 2.04 2.01 2.00 4/91 1977
/proc/meminfo: memFree=1088264/2055920 swapFree=4192812/4192956
[pid=1962] ppid=1960 vsize=870368 CPUtime=49.69
/proc/1962/stat : 1962 (java) S 1960 1962 746 0 -1 0 249503 9077 1 0 4380 189 389 11 16 0 10 0 28060764 891256832 131476 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1962/statm: 217592 131476 2091 9 0 212050 0
[pid=1962/tid=1964] ppid=1960 vsize=870368 CPUtime=44.44
/proc/1962/task/1964/stat : 1964 (java) S 1960 1962 746 0 -1 64 27700 9077 1 0 3919 125 389 11 16 0 10 0 28060765 891256832 131476 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1962/tid=1965] ppid=1960 vsize=870368 CPUtime=8.92
/proc/1962/task/1965/stat : 1965 (java) R 1960 1962 746 0 -1 64 220038 9077 0 0 432 60 389 11 17 0 10 0 28060767 891256832 131476 996147200 134512640 134550932 4294955968 18446744073709551615 10849982 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1962/tid=1966] ppid=1960 vsize=870368 CPUtime=4
/proc/1962/task/1966/stat : 1966 (java) S 1960 1962 746 0 -1 64 16 9077 0 0 0 0 389 11 16 0 10 0 28060767 891256832 131476 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1962/tid=1967] ppid=1960 vsize=870368 CPUtime=4
/proc/1962/task/1967/stat : 1967 (java) S 1960 1962 746 0 -1 64 5 9077 0 0 0 0 389 11 16 0 10 0 28060767 891256832 131476 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1962/tid=1969] ppid=1960 vsize=870368 CPUtime=4
/proc/1962/task/1969/stat : 1969 (java) S 1960 1962 746 0 -1 64 30 9077 0 0 0 0 389 11 17 0 10 0 28060769 891256832 131476 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1962/tid=1971] ppid=1960 vsize=870368 CPUtime=4.28
/proc/1962/task/1971/stat : 1971 (java) S 1960 1962 746 0 -1 64 912 9077 0 0 28 0 389 11 15 0 10 0 28060769 891256832 131476 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1962/tid=1972] ppid=1960 vsize=870368 CPUtime=4
/proc/1962/task/1972/stat : 1972 (java) S 1960 1962 746 0 -1 64 1 9077 0 0 0 0 389 11 19 0 10 0 28060769 891256832 131476 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1962/tid=1974] ppid=1960 vsize=870368 CPUtime=4.01
/proc/1962/task/1974/stat : 1974 (java) R 1960 1962 746 0 -1 64 68 9077 0 0 0 1 389 11 19 0 10 0 28065190 891256832 131476 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1962/tid=1977] ppid=1960 vsize=870368 CPUtime=4
/proc/1962/task/1977/stat : 1977 (java) S 1960 1962 746 0 -1 64 32 9077 0 0 0 0 389 11 16 0 10 0 28065606 891256832 131476 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 49.69
Current children cumulated vsize (KiB) 870368

[startup+50.4017 s]
/proc/loadavg: 2.04 2.01 2.00 4/91 1977
/proc/meminfo: memFree=1088264/2055920 swapFree=4192812/4192956
[pid=1962] ppid=1960 vsize=870368 CPUtime=49.89
/proc/1962/stat : 1962 (java) S 1960 1962 746 0 -1 0 250427 9077 1 0 4400 189 389 11 16 0 10 0 28060764 891256832 132161 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1962/statm: 217592 132161 2637 9 0 212050 0
[pid=1962/tid=1964] ppid=1960 vsize=870368 CPUtime=44.44
/proc/1962/task/1964/stat : 1964 (java) S 1960 1962 746 0 -1 64 27700 9077 1 0 3919 125 389 11 16 0 10 0 28060765 891256832 132161 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1962/tid=1965] ppid=1960 vsize=870368 CPUtime=9.12
/proc/1962/task/1965/stat : 1965 (java) R 1960 1962 746 0 -1 64 220962 9077 0 0 452 60 389 11 17 0 10 0 28060767 891256832 132161 996147200 134512640 134550932 4294955968 18446744073709551615 104190768 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1962/tid=1966] ppid=1960 vsize=870368 CPUtime=4
/proc/1962/task/1966/stat : 1966 (java) S 1960 1962 746 0 -1 64 16 9077 0 0 0 0 389 11 16 0 10 0 28060767 891256832 132161 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1962/tid=1967] ppid=1960 vsize=870368 CPUtime=4
/proc/1962/task/1967/stat : 1967 (java) S 1960 1962 746 0 -1 64 5 9077 0 0 0 0 389 11 16 0 10 0 28060767 891256832 132161 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1962/tid=1969] ppid=1960 vsize=870368 CPUtime=4
/proc/1962/task/1969/stat : 1969 (java) S 1960 1962 746 0 -1 64 30 9077 0 0 0 0 389 11 17 0 10 0 28060769 891256832 132161 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1962/tid=1971] ppid=1960 vsize=870368 CPUtime=4.28
/proc/1962/task/1971/stat : 1971 (java) S 1960 1962 746 0 -1 64 912 9077 0 0 28 0 389 11 15 0 10 0 28060769 891256832 132161 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1962/tid=1972] ppid=1960 vsize=870368 CPUtime=4
/proc/1962/task/1972/stat : 1972 (java) S 1960 1962 746 0 -1 64 1 9077 0 0 0 0 389 11 19 0 10 0 28060769 891256832 132161 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1962/tid=1974] ppid=1960 vsize=870368 CPUtime=4.01
/proc/1962/task/1974/stat : 1974 (java) R 1960 1962 746 0 -1 64 68 9077 0 0 0 1 389 11 19 0 10 0 28065190 891256832 132161 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1962/tid=1977] ppid=1960 vsize=870368 CPUtime=4
/proc/1962/task/1977/stat : 1977 (java) S 1960 1962 746 0 -1 64 32 9077 0 0 0 0 389 11 16 0 10 0 28065606 891256832 132161 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 49.89
Current children cumulated vsize (KiB) 870368

[startup+50.5021 s]
/proc/loadavg: 2.04 2.01 2.00 3/82 1977
/proc/meminfo: memFree=1590032/2055920 swapFree=4192812/4192956
[pid=1962] ppid=1960 vsize=0 CPUtime=49.98
/proc/1962/stat : 1962 (java) Z 1960 1962 746 0 -1 1036 250429 9077 1 0 4402 196 389 11 16 0 2 0 28060764 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1962/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 49.98
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 50.5106
CPU time (s): 50.0074
CPU user time (s): 47.9227
CPU system time (s): 2.08468
CPU usage (%): 99.0037
Max. virtual memory (cumulated for all children) (KiB): 921624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 47.9227
system time used= 2.08468
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 259506
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= 3651
involuntary context switches= 5482

runsolver used 0.076988 second user time and 0.170974 second system time

The end

Launcher Data

Begin job on node61 at 2009-07-12 16:46:13
IDJOB=2096178
IDBENCH=56097
IDSOLVER=774
FILE ID=node61/2096178-1247409972
PBS_JOBID= 9510524
Free space on /tmp= 66396 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/chessboardColoration/normalized-cc-25-25-3.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-2096178-1247409972/watcher-2096178-1247409972 -o /tmp/evaluation-result-2096178-1247409972/solver-2096178-1247409972 -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-2096178-1247409972.xml

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

MD5SUM BENCH= b0a7ced6452a110d2bda0f89526bf56f
RANDOM SEED=139263118

node61.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.229
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.229
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:       1620360 kB
Buffers:         89172 kB
Cached:         227436 kB
SwapCached:          0 kB
Active:         247508 kB
Inactive:       121292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1620360 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           18156 kB
Writeback:           0 kB
Mapped:          72608 kB
Slab:            52104 kB
Committed_AS:  1042320 kB
PageTables:       1844 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66380 MiB
End job on node61 at 2009-07-12 16:47:04