Trace number 2097461

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) 184.006 184.266

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

0.05/0.08	
0.05/0.08	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.18/0.28	   
0.18/0.28	   instance
0.18/0.28	     name=HOME/instance-2097461-1247412453.xml
0.28/0.31	   
0.28/0.31	   domains being loaded...
0.28/0.32	   
0.28/0.32	   variables being loaded...
0.48/0.52	     nbVariables=1000  nbDomainTypes=1  minDomainSize=1000  maxDomainSize=1000  nbTotalValues=1000000
0.48/0.52	       =>  wckTime=0.28  cpuTime=0.21  mem=31M369
0.48/0.52	   
0.48/0.52	   predicates being loaded...
0.48/0.58	   
0.48/0.58	   constraints being loaded...
30.13/30.29	   
30.13/30.29	   INFO : Stopping converting binary constraints (cpu=25.46, mem = 345M12)
183.82/184.12	java.lang.NullPointerException
183.82/184.12		at abscon.tools.graphers.SaucySaver.runSaucy(SaucySaver.java:293)
183.82/184.12		at abscon.tools.graphers.SaucySaver.<init>(SaucySaver.java:321)
183.82/184.12		at abscon.problem.Problem.buildSymmetries(Problem.java:859)
183.82/184.12		at abscon.problem.Problem.storeConstraintsToArray(Problem.java:1002)
183.82/184.12		at problems.XSax.InstanceHandler.endElement(InstanceHandler.java:502)
183.82/184.12		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
183.82/184.12		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
183.82/184.12		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
183.82/184.12		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
183.82/184.12		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
183.82/184.12		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
183.82/184.12		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
183.82/184.12		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
183.82/184.12		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
183.82/184.12		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
183.82/184.12		at javax.xml.parsers.SAXParser.parse(Unknown Source)
183.82/184.12		at javax.xml.parsers.SAXParser.parse(Unknown Source)
183.82/184.12		at problems.XSax.Problem0.addVariables(Problem0.java:74)
183.82/184.12		at problems.XSax.Problem0.attachToCore(Problem0.java:86)
183.82/184.12		at abscon.problem.Problem.attachTo(Problem.java:1190)
183.82/184.12		at abscon.Resolution.buildProblemInstance(Resolution.java:313)
183.82/184.12		at abscon.Resolution.solveInstance(Resolution.java:439)
183.82/184.12		at abscon.Resolution.solveInstances(Resolution.java:649)
183.82/184.12		at abscon.Resolution.main(Resolution.java:747)

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-2097461-1247412453/watcher-2097461-1247412453 -o /tmp/evaluation-result-2097461-1247412453/solver-2097461-1247412453 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2097461-1247412453.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.19 2.17 2.07 4/80 29370
/proc/meminfo: memFree=1653776/2055920 swapFree=4192812/4192956
[pid=29370] ppid=29368 vsize=152 CPUtime=0
/proc/29370/stat : 29370 (java) R 29368 29370 27238 0 -1 0 205 0 0 0 0 0 0 0 18 0 1 0 28308482 155648 26 996147200 134512640 134550932 4294955968 18446744073709551615 9839396 0 0 4096 0 0 0 0 17 0 0 0
/proc/29370/statm: 38 26 19 9 0 4 0

[startup+0.06473 s]
/proc/loadavg: 2.19 2.17 2.07 4/80 29370
/proc/meminfo: memFree=1653776/2055920 swapFree=4192812/4192956
[pid=29370] ppid=29368 vsize=864144 CPUtime=0.05
/proc/29370/stat : 29370 (java) S 29368 29370 27238 0 -1 0 2866 0 1 0 4 1 0 0 18 0 9 0 28308482 884883456 2389 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29370/statm: 216036 2390 1134 9 0 210929 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 864144

[startup+0.102228 s]
/proc/loadavg: 2.19 2.17 2.07 4/80 29370
/proc/meminfo: memFree=1653776/2055920 swapFree=4192812/4192956
[pid=29370] ppid=29368 vsize=865980 CPUtime=0.08
/proc/29370/stat : 29370 (java) S 29368 29370 27238 0 -1 0 3744 0 1 0 7 1 0 0 18 0 9 0 28308482 886763520 3210 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29370/statm: 216495 3211 1700 9 0 210980 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865980

[startup+0.301251 s]
/proc/loadavg: 2.19 2.17 2.07 4/80 29370
/proc/meminfo: memFree=1653776/2055920 swapFree=4192812/4192956
[pid=29370] ppid=29368 vsize=866380 CPUtime=0.28
/proc/29370/stat : 29370 (java) S 29368 29370 27238 0 -1 0 5989 0 1 0 25 3 0 0 18 0 9 0 28308482 887173120 5355 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29370/statm: 216595 5355 1986 9 0 211053 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.701298 s]
/proc/loadavg: 2.19 2.17 2.07 4/80 29370
/proc/meminfo: memFree=1653776/2055920 swapFree=4192812/4192956
[pid=29370] ppid=29368 vsize=867808 CPUtime=0.68
/proc/29370/stat : 29370 (java) S 29368 29370 27238 0 -1 0 13976 0 1 0 62 6 0 0 18 0 9 0 28308482 888635392 13330 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29370/statm: 216952 13330 2038 9 0 211388 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867808

[startup+1.50239 s]
/proc/loadavg: 2.19 2.17 2.07 3/89 29379
/proc/meminfo: memFree=1572808/2055920 swapFree=4192812/4192956
[pid=29370] ppid=29368 vsize=867720 CPUtime=1.46
/proc/29370/stat : 29370 (java) S 29368 29370 27238 0 -1 0 22874 0 1 0 134 12 0 0 18 0 9 0 28308482 888545280 22203 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29370/statm: 216930 22203 2028 9 0 211388 0
[pid=29370/tid=29372] ppid=29368 vsize=867720 CPUtime=1.2
/proc/29370/task/29372/stat : 29372 (java) R 29368 29370 27238 0 -1 64 15793 0 1 0 111 9 0 0 25 0 9 0 28308483 888545280 22203 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29370/tid=29373] ppid=29368 vsize=867720 CPUtime=0.06
/proc/29370/task/29373/stat : 29373 (java) S 29368 29370 27238 0 -1 64 5704 0 0 0 5 1 0 0 17 0 9 0 28308484 888545280 22203 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29370/tid=29374] ppid=29368 vsize=867720 CPUtime=0
/proc/29370/task/29374/stat : 29374 (java) S 29368 29370 27238 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28308484 888545280 22203 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29370/tid=29375] ppid=29368 vsize=867720 CPUtime=0
/proc/29370/task/29375/stat : 29375 (java) S 29368 29370 27238 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28308484 888545280 22203 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29370/tid=29376] ppid=29368 vsize=867720 CPUtime=0
/proc/29370/task/29376/stat : 29376 (java) S 29368 29370 27238 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 28308486 888545280 22203 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29370/tid=29377] ppid=29368 vsize=867720 CPUtime=0.16
/proc/29370/task/29377/stat : 29377 (java) S 29368 29370 27238 0 -1 64 675 0 0 0 16 0 0 0 16 0 9 0 28308486 888545280 22203 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29370/tid=29378] ppid=29368 vsize=867720 CPUtime=0
/proc/29370/task/29378/stat : 29378 (java) S 29368 29370 27238 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 28308487 888545280 22203 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29370/tid=29379] ppid=29368 vsize=867720 CPUtime=0
/proc/29370/task/29379/stat : 29379 (java) S 29368 29370 27238 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28308487 888545280 22203 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867720

[startup+3.10258 s]
/proc/loadavg: 2.19 2.17 2.07 3/89 29379
/proc/meminfo: memFree=1558472/2055920 swapFree=4192812/4192956
[pid=29370] ppid=29368 vsize=867720 CPUtime=3.04
/proc/29370/stat : 29370 (java) S 29368 29370 27238 0 -1 0 27828 0 1 0 288 16 0 0 18 0 9 0 28308482 888545280 27154 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29370/statm: 216930 27154 2028 9 0 211388 0
[pid=29370/tid=29372] ppid=29368 vsize=867720 CPUtime=2.52
/proc/29370/task/29372/stat : 29372 (java) R 29368 29370 27238 0 -1 64 15796 0 1 0 242 10 0 0 25 0 9 0 28308483 888545280 27154 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29370/tid=29373] ppid=29368 vsize=867720 CPUtime=0.33
/proc/29370/task/29373/stat : 29373 (java) R 29368 29370 27238 0 -1 64 10655 0 0 0 29 4 0 0 16 0 9 0 28308484 888545280 27154 996147200 134512640 134550932 4294955968 18446744073709551615 104516247 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29370/tid=29374] ppid=29368 vsize=867720 CPUtime=0
/proc/29370/task/29374/stat : 29374 (java) S 29368 29370 27238 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28308484 888545280 27154 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29370/tid=29375] ppid=29368 vsize=867720 CPUtime=0
/proc/29370/task/29375/stat : 29375 (java) S 29368 29370 27238 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28308484 888545280 27154 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29370/tid=29376] ppid=29368 vsize=867720 CPUtime=0
/proc/29370/task/29376/stat : 29376 (java) S 29368 29370 27238 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 28308486 888545280 27154 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29370/tid=29377] ppid=29368 vsize=867720 CPUtime=0.17
/proc/29370/task/29377/stat : 29377 (java) S 29368 29370 27238 0 -1 64 675 0 0 0 17 0 0 0 16 0 9 0 28308486 888545280 27154 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29370/tid=29378] ppid=29368 vsize=867720 CPUtime=0
/proc/29370/task/29378/stat : 29378 (java) S 29368 29370 27238 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 28308487 888545280 27155 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29370/tid=29379] ppid=29368 vsize=867720 CPUtime=0
/proc/29370/task/29379/stat : 29379 (java) S 29368 29370 27238 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28308487 888545280 27157 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 867720

[startup+6.30196 s]
/proc/loadavg: 2.17 2.17 2.07 3/89 29379
/proc/meminfo: memFree=1527240/2055920 swapFree=4192812/4192956
[pid=29370] ppid=29368 vsize=867720 CPUtime=6.24
/proc/29370/stat : 29370 (java) S 29368 29370 27238 0 -1 0 36139 0 1 0 604 20 0 0 18 0 9 0 28308482 888545280 35460 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29370/statm: 216930 35460 2028 9 0 211388 0
[pid=29370/tid=29372] ppid=29368 vsize=867720 CPUtime=5.23
/proc/29370/task/29372/stat : 29372 (java) R 29368 29370 27238 0 -1 64 15802 0 1 0 512 11 0 0 25 0 9 0 28308483 888545280 35460 996147200 134512640 134550932 4294955968 18446744073709551615 102883534 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29370/tid=29373] ppid=29368 vsize=867720 CPUtime=0.81
/proc/29370/task/29373/stat : 29373 (java) S 29368 29370 27238 0 -1 64 18957 0 0 0 73 8 0 0 17 0 9 0 28308484 888545280 35460 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29370/tid=29374] ppid=29368 vsize=867720 CPUtime=0
/proc/29370/task/29374/stat : 29374 (java) S 29368 29370 27238 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28308484 888545280 35460 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29370/tid=29375] ppid=29368 vsize=867720 CPUtime=0
/proc/29370/task/29375/stat : 29375 (java) S 29368 29370 27238 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28308484 888545280 35460 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29370/tid=29376] ppid=29368 vsize=867720 CPUtime=0
/proc/29370/task/29376/stat : 29376 (java) S 29368 29370 27238 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 28308486 888545280 35460 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29370/tid=29377] ppid=29368 vsize=867720 CPUtime=0.17
/proc/29370/task/29377/stat : 29377 (java) S 29368 29370 27238 0 -1 64 678 0 0 0 17 0 0 0 16 0 9 0 28308486 888545280 35460 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29370/tid=29378] ppid=29368 vsize=867720 CPUtime=0
/proc/29370/task/29378/stat : 29378 (java) S 29368 29370 27238 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 28308487 888545280 35460 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29370/tid=29379] ppid=29368 vsize=867720 CPUtime=0
/proc/29370/task/29379/stat : 29379 (java) S 29368 29370 27238 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28308487 888545280 35460 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 867720

[startup+12.7027 s]
/proc/loadavg: 2.16 2.16 2.07 3/89 29379
/proc/meminfo: memFree=1465288/2055920 swapFree=4192812/4192956
[pid=29370] ppid=29368 vsize=867720 CPUtime=12.64
/proc/29370/stat : 29370 (java) S 29368 29370 27238 0 -1 0 51620 0 1 0 1234 30 0 0 18 0 9 0 28308482 888545280 50932 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29370/statm: 216930 50932 2028 9 0 211388 0
[pid=29370/tid=29372] ppid=29368 vsize=867720 CPUtime=10.67
/proc/29370/task/29372/stat : 29372 (java) R 29368 29370 27238 0 -1 64 15811 0 1 0 1054 13 0 0 25 0 9 0 28308483 888545280 50932 996147200 134512640 134550932 4294955968 18446744073709551615 4126806303 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29370/tid=29373] ppid=29368 vsize=867720 CPUtime=1.77
/proc/29370/task/29373/stat : 29373 (java) S 29368 29370 27238 0 -1 64 34429 0 0 0 161 16 0 0 17 0 9 0 28308484 888545280 50932 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29370/tid=29374] ppid=29368 vsize=867720 CPUtime=0
/proc/29370/task/29374/stat : 29374 (java) S 29368 29370 27238 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28308484 888545280 50932 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29370/tid=29375] ppid=29368 vsize=867720 CPUtime=0
/proc/29370/task/29375/stat : 29375 (java) S 29368 29370 27238 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28308484 888545280 50932 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29370/tid=29376] ppid=29368 vsize=867720 CPUtime=0
/proc/29370/task/29376/stat : 29376 (java) S 29368 29370 27238 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 28308486 888545280 50932 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29370/tid=29377] ppid=29368 vsize=867720 CPUtime=0.17
/proc/29370/task/29377/stat : 29377 (java) S 29368 29370 27238 0 -1 64 678 0 0 0 17 0 0 0 16 0 9 0 28308486 888545280 50932 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29370/tid=29378] ppid=29368 vsize=867720 CPUtime=0
/proc/29370/task/29378/stat : 29378 (java) S 29368 29370 27238 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 28308487 888545280 50932 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29370/tid=29379] ppid=29368 vsize=867720 CPUtime=0
/proc/29370/task/29379/stat : 29379 (java) S 29368 29370 27238 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28308487 888545280 50932 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 867720

[startup+25.5012 s]
/proc/loadavg: 2.12 2.16 2.07 3/89 29379
/proc/meminfo: memFree=1330888/2055920 swapFree=4192812/4192956
[pid=29370] ppid=29368 vsize=867720 CPUtime=25.43
/proc/29370/stat : 29370 (java) S 29368 29370 27238 0 -1 0 83533 0 1 0 2498 45 0 0 18 0 9 0 28308482 888545280 82827 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29370/statm: 216930 82827 2028 9 0 211388 0
[pid=29370/tid=29372] ppid=29368 vsize=867720 CPUtime=21.56
/proc/29370/task/29372/stat : 29372 (java) R 29368 29370 27238 0 -1 64 15829 0 1 0 2140 16 0 0 25 0 9 0 28308483 888545280 82827 996147200 134512640 134550932 4294955968 18446744073709551615 102640153 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29370/tid=29373] ppid=29368 vsize=867720 CPUtime=3.68
/proc/29370/task/29373/stat : 29373 (java) S 29368 29370 27238 0 -1 64 66324 0 0 0 340 28 0 0 16 0 9 0 28308484 888545280 82827 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29370/tid=29374] ppid=29368 vsize=867720 CPUtime=0
/proc/29370/task/29374/stat : 29374 (java) S 29368 29370 27238 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28308484 888545280 82827 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29370/tid=29375] ppid=29368 vsize=867720 CPUtime=0
/proc/29370/task/29375/stat : 29375 (java) S 29368 29370 27238 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28308484 888545280 82827 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29370/tid=29376] ppid=29368 vsize=867720 CPUtime=0
/proc/29370/task/29376/stat : 29376 (java) S 29368 29370 27238 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 28308486 888545280 82827 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29370/tid=29377] ppid=29368 vsize=867720 CPUtime=0.17
/proc/29370/task/29377/stat : 29377 (java) S 29368 29370 27238 0 -1 64 678 0 0 0 17 0 0 0 16 0 9 0 28308486 888545280 82827 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29370/tid=29378] ppid=29368 vsize=867720 CPUtime=0
/proc/29370/task/29378/stat : 29378 (java) S 29368 29370 27238 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 28308487 888545280 82827 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29370/tid=29379] ppid=29368 vsize=867720 CPUtime=0
/proc/29370/task/29379/stat : 29379 (java) S 29368 29370 27238 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28308487 888545280 82827 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 867720

[startup+51.1012 s]
/proc/loadavg: 2.08 2.14 2.07 3/89 29379
/proc/meminfo: memFree=1109960/2055920 swapFree=4192812/4192956
[pid=29370] ppid=29368 vsize=867720 CPUtime=51.02
/proc/29370/stat : 29370 (java) S 29368 29370 27238 0 -1 0 139067 0 1 0 5031 71 0 0 18 0 9 0 28308482 888545280 138321 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29370/statm: 216930 138324 2029 9 0 211388 0
[pid=29370/tid=29372] ppid=29368 vsize=867720 CPUtime=43.48
/proc/29370/task/29372/stat : 29372 (java) R 29368 29370 27238 0 -1 64 15892 0 1 0 4331 17 0 0 25 0 9 0 28308483 888545280 138325 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29370/tid=29373] ppid=29368 vsize=867720 CPUtime=7.27
/proc/29370/task/29373/stat : 29373 (java) R 29368 29370 27238 0 -1 64 121753 0 0 0 676 51 0 0 16 0 9 0 28308484 888545280 138327 996147200 134512640 134550932 4294955968 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29370/tid=29374] ppid=29368 vsize=867720 CPUtime=0
/proc/29370/task/29374/stat : 29374 (java) S 29368 29370 27238 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28308484 888545280 138330 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29370/tid=29375] ppid=29368 vsize=867720 CPUtime=0
/proc/29370/task/29375/stat : 29375 (java) S 29368 29370 27238 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28308484 888545280 138331 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29370/tid=29376] ppid=29368 vsize=867720 CPUtime=0
/proc/29370/task/29376/stat : 29376 (java) S 29368 29370 27238 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 28308486 888545280 138333 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29370/tid=29377] ppid=29368 vsize=867720 CPUtime=0.23
/proc/29370/task/29377/stat : 29377 (java) S 29368 29370 27238 0 -1 64 726 0 0 0 23 0 0 0 16 0 9 0 28308486 888545280 138336 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29370/tid=29378] ppid=29368 vsize=867720 CPUtime=0
/proc/29370/task/29378/stat : 29378 (java) S 29368 29370 27238 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 28308487 888545280 138338 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29370/tid=29379] ppid=29368 vsize=867720 CPUtime=0
/proc/29370/task/29379/stat : 29379 (java) S 29368 29370 27238 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28308487 888545280 138340 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 867720

[startup+102.306 s]
/proc/loadavg: 2.16 2.15 2.07 3/89 29379
/proc/meminfo: memFree=851656/2055920 swapFree=4192812/4192956
[pid=29370] ppid=29368 vsize=876372 CPUtime=102.2
/proc/29370/stat : 29370 (java) S 29368 29370 27238 0 -1 0 255982 0 1 0 10099 121 0 0 18 0 9 0 28308482 897404928 201541 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29370/statm: 219093 201541 2636 9 0 213551 0
[pid=29370/tid=29372] ppid=29368 vsize=876372 CPUtime=64.53
/proc/29370/task/29372/stat : 29372 (java) S 29368 29370 27238 0 -1 64 15938 0 1 0 6434 19 0 0 18 0 9 0 28308483 897404928 201541 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29370/tid=29373] ppid=29368 vsize=876372 CPUtime=37.39
/proc/29370/task/29373/stat : 29373 (java) R 29368 29370 27238 0 -1 64 238608 0 0 0 3640 99 0 0 25 0 9 0 28308484 897404928 201541 996147200 134512640 134550932 4294955968 18446744073709551615 103731827 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29370/tid=29374] ppid=29368 vsize=876372 CPUtime=0
/proc/29370/task/29374/stat : 29374 (java) S 29368 29370 27238 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28308484 897404928 201541 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29370/tid=29375] ppid=29368 vsize=876372 CPUtime=0
/proc/29370/task/29375/stat : 29375 (java) S 29368 29370 27238 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28308484 897404928 201541 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29370/tid=29376] ppid=29368 vsize=876372 CPUtime=0
/proc/29370/task/29376/stat : 29376 (java) S 29368 29370 27238 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 28308486 897404928 201541 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29370/tid=29377] ppid=29368 vsize=876372 CPUtime=0.24
/proc/29370/task/29377/stat : 29377 (java) S 29368 29370 27238 0 -1 64 734 0 0 0 24 0 0 0 16 0 9 0 28308486 897404928 201541 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29370/tid=29378] ppid=29368 vsize=876372 CPUtime=0
/proc/29370/task/29378/stat : 29378 (java) S 29368 29370 27238 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 28308487 897404928 201541 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29370/tid=29379] ppid=29368 vsize=876372 CPUtime=0
/proc/29370/task/29379/stat : 29379 (java) S 29368 29370 27238 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28308487 897404928 201541 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 876372

[startup+162.301 s]
/proc/loadavg: 2.11 2.14 2.07 4/89 29379
/proc/meminfo: memFree=832072/2055920 swapFree=4192812/4192956
[pid=29370] ppid=29368 vsize=869724 CPUtime=162.1
/proc/29370/stat : 29370 (java) S 29368 29370 27238 0 -1 0 376741 0 1 0 16030 180 0 0 18 0 9 0 28308482 890597376 199886 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29370/statm: 217431 199886 2636 9 0 211889 0
[pid=29370/tid=29372] ppid=29368 vsize=869724 CPUtime=67.76
/proc/29370/task/29372/stat : 29372 (java) S 29368 29370 27238 0 -1 64 15957 0 1 0 6747 29 0 0 18 0 9 0 28308483 890597376 199886 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29370/tid=29373] ppid=29368 vsize=869724 CPUtime=94.06
/proc/29370/task/29373/stat : 29373 (java) R 29368 29370 27238 0 -1 64 359344 0 0 0 9256 150 0 0 25 0 9 0 28308484 890597376 199886 996147200 134512640 134550932 4294955968 18446744073709551615 103731910 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29370/tid=29374] ppid=29368 vsize=869724 CPUtime=0
/proc/29370/task/29374/stat : 29374 (java) S 29368 29370 27238 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28308484 890597376 199886 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29370/tid=29375] ppid=29368 vsize=869724 CPUtime=0
/proc/29370/task/29375/stat : 29375 (java) S 29368 29370 27238 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28308484 890597376 199886 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29370/tid=29376] ppid=29368 vsize=869724 CPUtime=0
/proc/29370/task/29376/stat : 29376 (java) S 29368 29370 27238 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 28308486 890597376 199886 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29370/tid=29377] ppid=29368 vsize=869724 CPUtime=0.26
/proc/29370/task/29377/stat : 29377 (java) S 29368 29370 27238 0 -1 64 738 0 0 0 26 0 0 0 16 0 9 0 28308486 890597376 199886 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29370/tid=29378] ppid=29368 vsize=869724 CPUtime=0
/proc/29370/task/29378/stat : 29378 (java) S 29368 29370 27238 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 28308487 890597376 199886 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29370/tid=29379] ppid=29368 vsize=869724 CPUtime=0
/proc/29370/task/29379/stat : 29379 (java) S 29368 29370 27238 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28308487 890597376 199886 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 162.1
Current children cumulated vsize (KiB) 869724



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+184.103 s]
/proc/loadavg: 2.08 2.13 2.07 3/91 29381
/proc/meminfo: memFree=761208/2055920 swapFree=4192812/4192956
[pid=29370] ppid=29368 vsize=868044 CPUtime=178.38
/proc/29370/stat : 29370 (java) S 29368 29370 27238 0 -1 0 411457 0 1 0 17635 203 0 0 18 0 10 0 28308482 888877056 199402 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29370/statm: 217011 199402 2636 9 0 211469 0
[pid=29381] ppid=29370 vsize=149288 CPUtime=5.44
/proc/29381/stat : 29381 (saucy) R 29370 29370 27238 0 -1 4194304 16349 0 0 0 526 18 0 0 25 0 1 0 28326338 152870912 15954 996147200 134512640 134531332 4294956000 18446744073709551615 134522387 0 4 0 0 0 0 0 17 1 0 0
/proc/29381/statm: 37322 15954 95 4 0 36998 0
[pid=29370/tid=29372] ppid=29368 vsize=868044 CPUtime=68.46
/proc/29370/task/29372/stat : 29372 (java) S 29368 29370 27238 0 -1 64 16026 0 1 0 6814 32 0 0 16 0 10 0 28308483 888877056 199402 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=29370/tid=29373] ppid=29368 vsize=868044 CPUtime=109.6
/proc/29370/task/29373/stat : 29373 (java) S 29368 29370 27238 0 -1 64 393915 0 0 0 10794 166 0 0 16 0 10 0 28308484 888877056 199402 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29370/tid=29374] ppid=29368 vsize=868044 CPUtime=0
/proc/29370/task/29374/stat : 29374 (java) S 29368 29370 27238 0 -1 64 16 0 0 0 0 0 0 0 16 0 10 0 28308484 888877056 199402 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29370/tid=29375] ppid=29368 vsize=868044 CPUtime=0
/proc/29370/task/29375/stat : 29375 (java) S 29368 29370 27238 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 28308484 888877056 199402 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29370/tid=29376] ppid=29368 vsize=868044 CPUtime=0
/proc/29370/task/29376/stat : 29376 (java) S 29368 29370 27238 0 -1 64 1 0 0 0 0 0 0 0 24 0 10 0 28308486 888877056 199402 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29370/tid=29377] ppid=29368 vsize=868044 CPUtime=0.26
/proc/29370/task/29377/stat : 29377 (java) S 29368 29370 27238 0 -1 64 739 0 0 0 26 0 0 0 16 0 10 0 28308486 888877056 199402 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29370/tid=29378] ppid=29368 vsize=868044 CPUtime=0
/proc/29370/task/29378/stat : 29378 (java) S 29368 29370 27238 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 28308487 888877056 199402 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29370/tid=29379] ppid=29368 vsize=868044 CPUtime=0
/proc/29370/task/29379/stat : 29379 (java) S 29368 29370 27238 0 -1 64 9 0 0 0 0 0 0 0 15 0 10 0 28308487 888877056 199402 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29370/tid=29380] ppid=29368 vsize=868044 CPUtime=0.02
/proc/29370/task/29380/stat : 29380 (java) S 29368 29370 27238 0 -1 64 67 0 0 0 0 2 0 0 16 0 10 0 28326338 888877056 199402 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
Current children cumulated CPU time (s) 183.82
Current children cumulated vsize (KiB) 1017332

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

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

[startup+184.216 s]
/proc/loadavg: 2.08 2.13 2.07 3/91 29381
/proc/meminfo: memFree=761208/2055920 swapFree=4192812/4192956
[pid=29370] ppid=29368 vsize=0 CPUtime=183.94
/proc/29370/stat : 29370 (java) Z 29368 29370 27238 0 -1 1036 413531 16349 1 0 17639 210 526 19 16 0 2 0 28308482 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29370/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 183.94
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 184.266
CPU time (s): 184.006
CPU user time (s): 181.659
CPU system time (s): 2.34664
CPU usage (%): 99.859
Max. virtual memory (cumulated for all children) (KiB): 1017332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 181.659
system time used= 2.34664
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 429880
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= 5977
involuntary context switches= 6730

runsolver used 0.25896 second user time and 0.594909 second system time

The end

Launcher Data

Begin job on node66 at 2009-07-12 17:27:37
IDJOB=2097461
IDBENCH=57400
IDSOLVER=773
FILE ID=node66/2097461-1247412453
PBS_JOBID= 9510516
Free space on /tmp= 66180 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= BIN/runsolver --timestamp -w /tmp/evaluation-result-2097461-1247412453/watcher-2097461-1247412453 -o /tmp/evaluation-result-2097461-1247412453/solver-2097461-1247412453 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2097461-1247412453.xml

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

MD5SUM BENCH= 78313dcdeb39aaad2168896beb466d7e
RANDOM SEED=1354321518

node66.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.214
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.214
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:       1654256 kB
Buffers:         38360 kB
Cached:         189236 kB
SwapCached:          0 kB
Active:         270948 kB
Inactive:        70824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1654256 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           68852 kB
Writeback:           0 kB
Mapped:         134652 kB
Slab:            44980 kB
Committed_AS:   994932 kB
PageTables:       1940 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= 66140 MiB
End job on node66 at 2009-07-12 17:30:43