Trace number 1056143

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 AC? (MO) 195.063 196.298

General information on the benchmark

Namecsp/largeQueens/
normalized-queens-1000.xml
MD5SUM78313dcdeb39aaad2168896beb466d7e
Bench Category2-ARY-INT (binary 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 variables1000
Number of constraints499500
Maximum constraint arity2
Maximum domain size1000
Number of constraints which are defined in extension0
Number of constraints which are defined in intension499500
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.18/0.25	
0.18/0.25	   configuration
0.18/0.25	     name=mac.xml
0.28/0.33	   
0.28/0.33	   instance
0.28/0.33	     name=HOME/instance-1056143-1215061831.xml
0.28/0.37	   
0.28/0.37	   domains being loaded...
0.28/0.38	   
0.28/0.38	   variables being loaded...
0.68/0.70	     nbVariables=1000  nbDomainTypes=1  minDomainSize=1000  maxDomainSize=1000  nbTotalValues=1000000
0.68/0.70	       =>  wckTime=0.451  cpuTime=0.33  mem=31M384
0.68/0.70	   
0.68/0.70	   predicates being loaded...
0.68/0.77	   
0.68/0.77	   constraints being loaded...
34.93/35.34	   
34.93/35.34	   INFO : Stopping converting binary constraints (cpu=28.95, mem = 345M29)
194.85/196.12	java.lang.NullPointerException
194.85/196.12		at abscon.tools.graphers.SaucySaver.runSaucy(SaucySaver.java:293)
194.85/196.12		at abscon.tools.graphers.SaucySaver.(SaucySaver.java:321)
194.85/196.12		at abscon.problem.Problem.buildSymmetries(Problem.java:859)
194.85/196.12		at abscon.problem.Problem.storeConstraintsToArray(Problem.java:1002)
194.85/196.12		at problems.XSax.InstanceHandler.endElement(InstanceHandler.java:502)
194.85/196.12		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
194.85/196.12		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
194.85/196.12		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
194.85/196.12		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
194.85/196.12		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
194.85/196.12		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
194.85/196.12		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
194.85/196.12		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
194.85/196.12		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
194.85/196.12		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
194.85/196.12		at javax.xml.parsers.SAXParser.parse(Unknown Source)
194.85/196.12		at javax.xml.parsers.SAXParser.parse(Unknown Source)
194.85/196.12		at problems.XSax.Problem0.addVariables(Problem0.java:74)
194.85/196.12		at problems.XSax.Problem0.attachToCore(Problem0.java:86)
194.85/196.12		at abscon.problem.Problem.attachTo(Problem.java:1190)
194.85/196.12		at abscon.Resolution.buildProblemInstance(Resolution.java:313)
194.85/196.12		at abscon.Resolution.solveInstance(Resolution.java:439)
194.85/196.12		at abscon.Resolution.solveInstances(Resolution.java:649)
194.85/196.12		at abscon.Resolution.main(Resolution.java:747)

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1056143-1215061831/watcher-1056143-1215061831 -o /tmp/evaluation-result-1056143-1215061831/solver-1056143-1215061831 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1056143-1215061831.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 2.00 2.00 3/83 6045
/proc/meminfo: memFree=1015544/2055920 swapFree=4180424/4192956
[pid=6045] ppid=6043 vsize=1616 CPUtime=0
/proc/6045/stat : 6045 (java) D 6043 6045 2900 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 1535855268 1654784 145 996147200 134512640 134550740 4294956144 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/6045/statm: 404 145 119 9 0 46 0

[startup+0.106515 s]
/proc/loadavg: 2.01 2.00 2.00 3/83 6045
/proc/meminfo: memFree=1015544/2055920 swapFree=4180424/4192956
[pid=6045] ppid=6043 vsize=866908 CPUtime=0.08
/proc/6045/stat : 6045 (java) S 6043 6045 2900 0 -1 0 3679 0 1 0 6 2 0 0 18 0 9 0 1535855268 887713792 3154 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6045/statm: 216727 3154 1676 9 0 211282 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 866908

[startup+0.201535 s]
/proc/loadavg: 2.01 2.00 2.00 3/83 6045
/proc/meminfo: memFree=1015544/2055920 swapFree=4180424/4192956
[pid=6045] ppid=6043 vsize=867072 CPUtime=0.18
/proc/6045/stat : 6045 (java) S 6043 6045 2900 0 -1 0 4508 0 1 0 15 3 0 0 18 0 9 0 1535855268 887881728 3938 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6045/statm: 216768 3938 1847 9 0 211316 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 867072

[startup+0.301544 s]
/proc/loadavg: 2.01 2.00 2.00 3/83 6045
/proc/meminfo: memFree=1015544/2055920 swapFree=4180424/4192956
[pid=6045] ppid=6043 vsize=867072 CPUtime=0.28
/proc/6045/stat : 6045 (java) S 6043 6045 2900 0 -1 0 5576 0 1 0 24 4 0 0 18 0 9 0 1535855268 887881728 4990 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6045/statm: 216768 4990 1902 9 0 211316 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 867072

[startup+0.701606 s]
/proc/loadavg: 2.01 2.00 2.00 3/83 6045
/proc/meminfo: memFree=1015544/2055920 swapFree=4180424/4192956
[pid=6045] ppid=6043 vsize=868040 CPUtime=0.68
/proc/6045/stat : 6045 (java) S 6043 6045 2900 0 -1 0 12265 0 1 0 60 8 0 0 18 0 9 0 1535855268 888872960 11635 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6045/statm: 217010 11635 1968 9 0 211538 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 868040

[startup+1.5017 s]
/proc/loadavg: 2.01 2.00 2.00 3/92 6054
/proc/meminfo: memFree=961008/2055920 swapFree=4180424/4192956
[pid=6045] ppid=6043 vsize=868656 CPUtime=1.47
/proc/6045/stat : 6045 (java) S 6043 6045 2900 0 -1 0 22827 0 1 0 132 15 0 0 18 0 9 0 1535855268 889503744 22162 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6045/statm: 217164 22162 2004 9 0 211692 0
[pid=6045/tid=6047] ppid=6043 vsize=868656 CPUtime=1.17
/proc/6045/task/6047/stat : 6047 (java) R 6043 6045 2900 0 -1 64 15747 0 1 0 107 10 0 0 25 0 9 0 1535855269 889503744 22162 996147200 134512640 134550740 4294955984 18446744073709551615 4126563989 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6045/tid=6048] ppid=6043 vsize=868656 CPUtime=0.08
/proc/6045/task/6048/stat : 6048 (java) S 6043 6045 2900 0 -1 64 5716 0 0 0 6 2 0 0 16 0 9 0 1535855271 889503744 22162 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6045/tid=6049] ppid=6043 vsize=868656 CPUtime=0
/proc/6045/task/6049/stat : 6049 (java) S 6043 6045 2900 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1535855271 889503744 22162 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6045/tid=6050] ppid=6043 vsize=868656 CPUtime=0
/proc/6045/task/6050/stat : 6050 (java) S 6043 6045 2900 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1535855271 889503744 22162 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6045/tid=6051] ppid=6043 vsize=868656 CPUtime=0
/proc/6045/task/6051/stat : 6051 (java) S 6043 6045 2900 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1535855273 889503744 22162 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6045/tid=6052] ppid=6043 vsize=868656 CPUtime=0.18
/proc/6045/task/6052/stat : 6052 (java) S 6043 6045 2900 0 -1 64 666 0 0 0 18 0 0 0 16 0 9 0 1535855273 889503744 22162 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6045/tid=6053] ppid=6043 vsize=868656 CPUtime=0
/proc/6045/task/6053/stat : 6053 (java) S 6043 6045 2900 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1535855273 889503744 22162 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6045/tid=6054] ppid=6043 vsize=868656 CPUtime=0
/proc/6045/task/6054/stat : 6054 (java) S 6043 6045 2900 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1535855273 889503744 22162 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 868656

[startup+3.10292 s]
/proc/loadavg: 2.01 2.00 2.00 3/92 6054
/proc/meminfo: memFree=922864/2055920 swapFree=4180424/4192956
[pid=6045] ppid=6043 vsize=868656 CPUtime=3.06
/proc/6045/stat : 6045 (java) S 6043 6045 2900 0 -1 0 27644 0 1 0 289 17 0 0 18 0 9 0 1535855268 889503744 26977 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6045/statm: 217164 26977 2004 9 0 211692 0
[pid=6045/tid=6047] ppid=6043 vsize=868656 CPUtime=2.52
/proc/6045/task/6047/stat : 6047 (java) R 6043 6045 2900 0 -1 64 15752 0 1 0 242 10 0 0 25 0 9 0 1535855269 889503744 26977 996147200 134512640 134550740 4294955984 18446744073709551615 101444677 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6045/tid=6048] ppid=6043 vsize=868656 CPUtime=0.32
/proc/6045/task/6048/stat : 6048 (java) S 6043 6045 2900 0 -1 64 10528 0 0 0 27 5 0 0 17 0 9 0 1535855271 889503744 26977 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6045/tid=6049] ppid=6043 vsize=868656 CPUtime=0
/proc/6045/task/6049/stat : 6049 (java) S 6043 6045 2900 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1535855271 889503744 26977 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6045/tid=6050] ppid=6043 vsize=868656 CPUtime=0
/proc/6045/task/6050/stat : 6050 (java) S 6043 6045 2900 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1535855271 889503744 26977 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6045/tid=6051] ppid=6043 vsize=868656 CPUtime=0
/proc/6045/task/6051/stat : 6051 (java) S 6043 6045 2900 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1535855273 889503744 26977 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6045/tid=6052] ppid=6043 vsize=868656 CPUtime=0.18
/proc/6045/task/6052/stat : 6052 (java) S 6043 6045 2900 0 -1 64 666 0 0 0 18 0 0 0 17 0 9 0 1535855273 889503744 26977 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6045/tid=6053] ppid=6043 vsize=868656 CPUtime=0
/proc/6045/task/6053/stat : 6053 (java) S 6043 6045 2900 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1535855273 889503744 26977 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6045/tid=6054] ppid=6043 vsize=868656 CPUtime=0
/proc/6045/task/6054/stat : 6054 (java) S 6043 6045 2900 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1535855273 889503744 26977 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 868656

[startup+6.30234 s]
/proc/loadavg: 2.01 2.00 2.00 3/92 6054
/proc/meminfo: memFree=895664/2055920 swapFree=4180424/4192956
[pid=6045] ppid=6043 vsize=868656 CPUtime=6.21
/proc/6045/stat : 6045 (java) S 6043 6045 2900 0 -1 0 34441 0 1 0 599 22 0 0 18 0 9 0 1535855268 889503744 33769 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6045/statm: 217164 33769 2004 9 0 211692 0
[pid=6045/tid=6047] ppid=6043 vsize=868656 CPUtime=5.15
/proc/6045/task/6047/stat : 6047 (java) R 6043 6045 2900 0 -1 64 15757 0 1 0 503 12 0 0 25 0 9 0 1535855269 889503744 33769 996147200 134512640 134550740 4294955984 18446744073709551615 103824383 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6045/tid=6048] ppid=6043 vsize=868656 CPUtime=0.86
/proc/6045/task/6048/stat : 6048 (java) S 6043 6045 2900 0 -1 64 17319 0 0 0 77 9 0 0 17 0 9 0 1535855271 889503744 33769 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6045/tid=6049] ppid=6043 vsize=868656 CPUtime=0
/proc/6045/task/6049/stat : 6049 (java) S 6043 6045 2900 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1535855271 889503744 33769 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6045/tid=6050] ppid=6043 vsize=868656 CPUtime=0
/proc/6045/task/6050/stat : 6050 (java) S 6043 6045 2900 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1535855271 889503744 33769 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6045/tid=6051] ppid=6043 vsize=868656 CPUtime=0
/proc/6045/task/6051/stat : 6051 (java) S 6043 6045 2900 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1535855273 889503744 33769 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6045/tid=6052] ppid=6043 vsize=868656 CPUtime=0.19
/proc/6045/task/6052/stat : 6052 (java) S 6043 6045 2900 0 -1 64 667 0 0 0 19 0 0 0 17 0 9 0 1535855273 889503744 33769 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6045/tid=6053] ppid=6043 vsize=868656 CPUtime=0
/proc/6045/task/6053/stat : 6053 (java) S 6043 6045 2900 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1535855273 889503744 33769 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6045/tid=6054] ppid=6043 vsize=868656 CPUtime=0
/proc/6045/task/6054/stat : 6054 (java) S 6043 6045 2900 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1535855273 889503744 33769 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 868656

[startup+12.7022 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 6054
/proc/meminfo: memFree=840496/2055920 swapFree=4180424/4192956
[pid=6045] ppid=6043 vsize=868656 CPUtime=12.55
/proc/6045/stat : 6045 (java) S 6043 6045 2900 0 -1 0 46828 0 1 0 1223 32 0 0 18 0 9 0 1535855268 889503744 46148 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6045/statm: 217164 46148 2004 9 0 211692 0
[pid=6045/tid=6047] ppid=6043 vsize=868656 CPUtime=10.41
/proc/6045/task/6047/stat : 6047 (java) R 6043 6045 2900 0 -1 64 15766 0 1 0 1027 14 0 0 25 0 9 0 1535855269 889503744 46148 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6045/tid=6048] ppid=6043 vsize=868656 CPUtime=1.91
/proc/6045/task/6048/stat : 6048 (java) R 6043 6045 2900 0 -1 64 29695 0 0 0 175 16 0 0 16 0 9 0 1535855271 889503744 46148 996147200 134512640 134550740 4294955984 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6045/tid=6049] ppid=6043 vsize=868656 CPUtime=0
/proc/6045/task/6049/stat : 6049 (java) S 6043 6045 2900 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1535855271 889503744 46148 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6045/tid=6050] ppid=6043 vsize=868656 CPUtime=0
/proc/6045/task/6050/stat : 6050 (java) S 6043 6045 2900 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1535855271 889503744 46148 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6045/tid=6051] ppid=6043 vsize=868656 CPUtime=0
/proc/6045/task/6051/stat : 6051 (java) S 6043 6045 2900 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1535855273 889503744 46148 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6045/tid=6052] ppid=6043 vsize=868656 CPUtime=0.19
/proc/6045/task/6052/stat : 6052 (java) S 6043 6045 2900 0 -1 64 669 0 0 0 19 0 0 0 16 0 9 0 1535855273 889503744 46148 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6045/tid=6053] ppid=6043 vsize=868656 CPUtime=0
/proc/6045/task/6053/stat : 6053 (java) S 6043 6045 2900 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1535855273 889503744 46148 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6045/tid=6054] ppid=6043 vsize=868656 CPUtime=0
/proc/6045/task/6054/stat : 6054 (java) S 6043 6045 2900 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1535855273 889503744 46148 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 868656

[startup+25.5019 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 6054
/proc/meminfo: memFree=729648/2055920 swapFree=4180424/4192956
[pid=6045] ppid=6043 vsize=868656 CPUtime=25.22
/proc/6045/stat : 6045 (java) S 6043 6045 2900 0 -1 0 74287 0 1 0 2472 50 0 0 18 0 9 0 1535855268 889503744 73592 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6045/statm: 217164 73592 2004 9 0 211692 0
[pid=6045/tid=6047] ppid=6043 vsize=868656 CPUtime=21.04
/proc/6045/task/6047/stat : 6047 (java) R 6043 6045 2900 0 -1 64 15781 0 1 0 2086 18 0 0 25 0 9 0 1535855269 889503744 73592 996147200 134512640 134550740 4294955984 18446744073709551615 102888553 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6045/tid=6048] ppid=6043 vsize=868656 CPUtime=3.96
/proc/6045/task/6048/stat : 6048 (java) S 6043 6045 2900 0 -1 64 57139 0 0 0 366 30 0 0 17 0 9 0 1535855271 889503744 73592 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6045/tid=6049] ppid=6043 vsize=868656 CPUtime=0
/proc/6045/task/6049/stat : 6049 (java) S 6043 6045 2900 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1535855271 889503744 73592 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6045/tid=6050] ppid=6043 vsize=868656 CPUtime=0
/proc/6045/task/6050/stat : 6050 (java) S 6043 6045 2900 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1535855271 889503744 73592 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6045/tid=6051] ppid=6043 vsize=868656 CPUtime=0
/proc/6045/task/6051/stat : 6051 (java) S 6043 6045 2900 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1535855273 889503744 73592 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6045/tid=6052] ppid=6043 vsize=868656 CPUtime=0.19
/proc/6045/task/6052/stat : 6052 (java) S 6043 6045 2900 0 -1 64 669 0 0 0 19 0 0 0 16 0 9 0 1535855273 889503744 73592 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6045/tid=6053] ppid=6043 vsize=868656 CPUtime=0
/proc/6045/task/6053/stat : 6053 (java) S 6043 6045 2900 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1535855273 889503744 73592 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6045/tid=6054] ppid=6043 vsize=868656 CPUtime=0
/proc/6045/task/6054/stat : 6054 (java) S 6043 6045 2900 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1535855273 889503744 73592 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 868656

[startup+51.1021 s]
/proc/loadavg: 2.06 2.02 2.00 3/92 6054
/proc/meminfo: memFree=530736/2055920 swapFree=4180424/4192956
[pid=6045] ppid=6043 vsize=868656 CPUtime=50.62
/proc/6045/stat : 6045 (java) S 6043 6045 2900 0 -1 0 125302 0 1 0 4982 80 0 0 18 0 9 0 1535855268 889503744 124573 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6045/statm: 217164 124573 2005 9 0 211692 0
[pid=6045/tid=6047] ppid=6043 vsize=868656 CPUtime=42.28
/proc/6045/task/6047/stat : 6047 (java) R 6043 6045 2900 0 -1 64 15836 0 1 0 4206 22 0 0 25 0 9 0 1535855269 889503744 124573 996147200 134512640 134550740 4294955984 18446744073709551615 103825763 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6045/tid=6048] ppid=6043 vsize=868656 CPUtime=8.04
/proc/6045/task/6048/stat : 6048 (java) S 6043 6045 2900 0 -1 64 108052 0 0 0 748 56 0 0 16 0 9 0 1535855271 889503744 124573 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6045/tid=6049] ppid=6043 vsize=868656 CPUtime=0
/proc/6045/task/6049/stat : 6049 (java) S 6043 6045 2900 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1535855271 889503744 124573 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6045/tid=6050] ppid=6043 vsize=868656 CPUtime=0
/proc/6045/task/6050/stat : 6050 (java) S 6043 6045 2900 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1535855271 889503744 124573 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6045/tid=6051] ppid=6043 vsize=868656 CPUtime=0
/proc/6045/task/6051/stat : 6051 (java) S 6043 6045 2900 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1535855273 889503744 124573 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6045/tid=6052] ppid=6043 vsize=868656 CPUtime=0.27
/proc/6045/task/6052/stat : 6052 (java) S 6043 6045 2900 0 -1 64 716 0 0 0 27 0 0 0 16 0 9 0 1535855273 889503744 124573 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6045/tid=6053] ppid=6043 vsize=868656 CPUtime=0
/proc/6045/task/6053/stat : 6053 (java) S 6043 6045 2900 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1535855273 889503744 124573 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6045/tid=6054] ppid=6043 vsize=868656 CPUtime=0
/proc/6045/task/6054/stat : 6054 (java) S 6043 6045 2900 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1535855273 889503744 124573 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 868656

[startup+102.303 s]
/proc/loadavg: 2.06 2.02 2.00 3/81 6115
/proc/meminfo: memFree=877960/2055920 swapFree=4180424/4192956
[pid=6045] ppid=6043 vsize=886908 CPUtime=101.56
/proc/6045/stat : 6045 (java) S 6043 6045 2900 0 -1 0 234160 0 1 0 10015 141 0 0 18 0 9 0 1535855268 908193792 203879 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6045/statm: 221727 203879 2612 9 0 216255 0
[pid=6045/tid=6047] ppid=6043 vsize=886908 CPUtime=70.55
/proc/6045/task/6047/stat : 6047 (java) S 6043 6045 2900 0 -1 64 15890 0 1 0 7033 22 0 0 17 0 9 0 1535855269 908193792 203879 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6045/tid=6048] ppid=6043 vsize=886908 CPUtime=30.7
/proc/6045/task/6048/stat : 6048 (java) R 6043 6045 2900 0 -1 64 216853 0 0 0 2953 117 0 0 19 0 9 0 1535855271 908193792 203879 996147200 134512640 134550740 4294955984 18446744073709551615 104457044 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6045/tid=6049] ppid=6043 vsize=886908 CPUtime=0
/proc/6045/task/6049/stat : 6049 (java) S 6043 6045 2900 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1535855271 908193792 203879 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6045/tid=6050] ppid=6043 vsize=886908 CPUtime=0
/proc/6045/task/6050/stat : 6050 (java) S 6043 6045 2900 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1535855271 908193792 203879 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6045/tid=6051] ppid=6043 vsize=886908 CPUtime=0
/proc/6045/task/6051/stat : 6051 (java) S 6043 6045 2900 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1535855273 908193792 203879 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6045/tid=6052] ppid=6043 vsize=886908 CPUtime=0.27
/proc/6045/task/6052/stat : 6052 (java) S 6043 6045 2900 0 -1 64 719 0 0 0 27 0 0 0 16 0 9 0 1535855273 908193792 203879 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6045/tid=6053] ppid=6043 vsize=886908 CPUtime=0
/proc/6045/task/6053/stat : 6053 (java) S 6043 6045 2900 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1535855273 908193792 203879 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6045/tid=6054] ppid=6043 vsize=886908 CPUtime=0
/proc/6045/task/6054/stat : 6054 (java) S 6043 6045 2900 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1535855273 908193792 203879 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.56
Current children cumulated vsize (KiB) 886908

[startup+162.303 s]
/proc/loadavg: 2.05 2.03 2.00 3/89 6151
/proc/meminfo: memFree=799624/2055920 swapFree=4180424/4192956
[pid=6045] ppid=6043 vsize=876984 CPUtime=161.25
/proc/6045/stat : 6045 (java) S 6043 6045 2900 0 -1 0 352707 0 1 0 15919 206 0 0 18 0 9 0 1535855268 898031616 201406 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6045/statm: 219246 201406 2612 9 0 213774 0
[pid=6045/tid=6047] ppid=6043 vsize=876984 CPUtime=73.79
/proc/6045/task/6047/stat : 6047 (java) S 6043 6045 2900 0 -1 64 15904 0 1 0 7346 33 0 0 18 0 9 0 1535855269 898031616 201406 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6045/tid=6048] ppid=6043 vsize=876984 CPUtime=87.13
/proc/6045/task/6048/stat : 6048 (java) R 6043 6045 2900 0 -1 64 335378 0 0 0 8542 171 0 0 25 0 9 0 1535855271 898031616 201406 996147200 134512640 134550740 4294955984 18446744073709551615 103735764 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6045/tid=6049] ppid=6043 vsize=876984 CPUtime=0
/proc/6045/task/6049/stat : 6049 (java) S 6043 6045 2900 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1535855271 898031616 201406 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6045/tid=6050] ppid=6043 vsize=876984 CPUtime=0
/proc/6045/task/6050/stat : 6050 (java) S 6043 6045 2900 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1535855271 898031616 201406 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6045/tid=6051] ppid=6043 vsize=876984 CPUtime=0
/proc/6045/task/6051/stat : 6051 (java) S 6043 6045 2900 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1535855273 898031616 201406 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6045/tid=6052] ppid=6043 vsize=876984 CPUtime=0.29
/proc/6045/task/6052/stat : 6052 (java) S 6043 6045 2900 0 -1 64 727 0 0 0 29 0 0 0 16 0 9 0 1535855273 898031616 201406 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6045/tid=6053] ppid=6043 vsize=876984 CPUtime=0
/proc/6045/task/6053/stat : 6053 (java) S 6043 6045 2900 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1535855273 898031616 201406 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6045/tid=6054] ppid=6043 vsize=876984 CPUtime=0
/proc/6045/task/6054/stat : 6054 (java) S 6043 6045 2900 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1535855273 898031616 201406 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 161.25
Current children cumulated vsize (KiB) 876984



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+196.102 s]
/proc/loadavg: 2.10 2.04 2.01 3/93 6155
/proc/meminfo: memFree=496424/2055920 swapFree=4180424/4192956
[pid=6045] ppid=6043 vsize=868980 CPUtime=189.57
/proc/6045/stat : 6045 (java) S 6043 6045 2900 0 -1 0 410335 0 1 0 18720 237 0 0 18 0 10 0 1535855268 889835520 199343 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6045/statm: 217245 199343 2612 9 0 211773 0
[pid=6153] ppid=6045 vsize=149288 CPUtime=5.28
/proc/6153/stat : 6153 (saucy) R 6045 6045 2900 0 -1 4194304 14067 0 0 0 511 17 0 0 25 0 1 0 1535874342 152870912 14037 996147200 134512640 134531332 4294956000 18446744073709551615 134518912 0 4 0 0 0 0 0 17 0 0 0
/proc/6153/statm: 37322 14037 89 4 0 36998 0
[pid=6045/tid=6047] ppid=6043 vsize=868980 CPUtime=75.13
/proc/6045/task/6047/stat : 6047 (java) S 6043 6045 2900 0 -1 64 15983 0 1 0 7476 37 0 0 16 0 10 0 1535855269 889835520 199343 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=6045/tid=6048] ppid=6043 vsize=868980 CPUtime=114.09
/proc/6045/task/6048/stat : 6048 (java) S 6043 6045 2900 0 -1 64 392848 0 0 0 11214 195 0 0 16 0 10 0 1535855271 889835520 199343 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6045/tid=6049] ppid=6043 vsize=868980 CPUtime=0
/proc/6045/task/6049/stat : 6049 (java) S 6043 6045 2900 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1535855271 889835520 199343 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6045/tid=6050] ppid=6043 vsize=868980 CPUtime=0
/proc/6045/task/6050/stat : 6050 (java) S 6043 6045 2900 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 1535855271 889835520 199343 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6045/tid=6051] ppid=6043 vsize=868980 CPUtime=0
/proc/6045/task/6051/stat : 6051 (java) S 6043 6045 2900 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 1535855273 889835520 199343 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6045/tid=6052] ppid=6043 vsize=868980 CPUtime=0.29
/proc/6045/task/6052/stat : 6052 (java) S 6043 6045 2900 0 -1 64 729 0 0 0 29 0 0 0 16 0 10 0 1535855273 889835520 199343 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6045/tid=6053] ppid=6043 vsize=868980 CPUtime=0
/proc/6045/task/6053/stat : 6053 (java) S 6043 6045 2900 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 1535855273 889835520 199343 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6045/tid=6054] ppid=6043 vsize=868980 CPUtime=0
/proc/6045/task/6054/stat : 6054 (java) S 6043 6045 2900 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 1535855273 889835520 199343 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6045/tid=6152] ppid=6043 vsize=868980 CPUtime=0.02
/proc/6045/task/6152/stat : 6152 (java) S 6043 6045 2900 0 -1 64 73 0 0 0 0 2 0 0 16 0 10 0 1535874342 889835520 199343 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
Current children cumulated CPU time (s) 194.85
Current children cumulated vsize (KiB) 1018268

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

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

[startup+196.216 s]
/proc/loadavg: 2.10 2.04 2.01 3/93 6155
/proc/meminfo: memFree=496424/2055920 swapFree=4180424/4192956
[pid=6045] ppid=6043 vsize=0 CPUtime=194.96
/proc/6045/stat : 6045 (java) Z 6043 6045 2900 0 -1 1036 412443 14067 1 0 18727 240 511 18 15 0 2 0 1535855268 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6045/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 194.96
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 196.298
CPU time (s): 195.063
CPU user time (s): 192.387
CPU system time (s): 2.67659
CPU usage (%): 99.3709
Max. virtual memory (cumulated for all children) (KiB): 1018268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 192.387
system time used= 2.67659
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 426510
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= 5703
involuntary context switches= 8426

runsolver used 0.266959 second user time and 0.625904 second system time

The end

Launcher Data (download as text)

Begin job on node13 at 2008-07-03 07:10:35
IDJOB=1056143
IDBENCH=57400
IDSOLVER=363
FILE ID=node13/1056143-1215061831
PBS_JOBID= 7875148
Free space on /tmp= 66488 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/largeQueens/normalized-queens-1000.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1056143-1215061831/watcher-1056143-1215061831 -o /tmp/evaluation-result-1056143-1215061831/solver-1056143-1215061831 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1056143-1215061831.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 78313dcdeb39aaad2168896beb466d7e
RANDOM SEED=290159137

node13.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.238
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.238
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:       1016024 kB
Buffers:         45920 kB
Cached:         215604 kB
SwapCached:       6668 kB
Active:         865260 kB
Inactive:        93056 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1016024 kB
SwapTotal:     4192956 kB
SwapFree:      4180424 kB
Dirty:           68832 kB
Writeback:           0 kB
Mapped:         708188 kB
Slab:            64668 kB
Committed_AS:  3596292 kB
PageTables:       3892 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= 66420 MiB
End job on node13 at 2008-07-03 07:13:53