Trace number 1070227

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) 20.5229 20.7502

General information on the benchmark

Namecsp/pseudoGLB/
normalized-pigeon-clauses-91-90.xml
MD5SUM06e1e34a3addf0444bdb7cddd699422e
Bench CategoryGLOBAL (global constraints)
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 variables8190
Number of constraints368641
Maximum constraint arity90
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)weightedsum(368641)

Solver Data (download as text)

0.01/0.10	
0.01/0.10	Abscon 112 (May, 2008)
0.19/0.27	
0.19/0.27	   configuration
0.19/0.27	     name=esac.xml
0.28/0.30	   
0.28/0.30	   instance
0.28/0.30	     name=HOME/instance-1070227-1215163974.xml
0.28/0.34	   
0.28/0.34	   domains being loaded...
0.28/0.35	   
0.28/0.35	   variables being loaded...
0.58/0.68	     nbVariables=8190  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=16380
0.58/0.68	       =>  wckTime=0.413  cpuTime=0.29  mem=30M283
0.58/0.68	   
0.58/0.68	   constraints being loaded...
20.36/20.61	java.lang.NullPointerException
20.36/20.61		at abscon.tools.graphers.SaucySaver.runSaucy(SaucySaver.java:293)
20.36/20.61		at abscon.tools.graphers.SaucySaver.(SaucySaver.java:321)
20.36/20.61		at abscon.problem.Problem.buildSymmetries(Problem.java:859)
20.36/20.61		at abscon.problem.Problem.storeConstraintsToArray(Problem.java:1002)
20.36/20.61		at problems.XSax.InstanceHandler.endElement(InstanceHandler.java:502)
20.36/20.61		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
20.36/20.61		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
20.36/20.61		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
20.36/20.61		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
20.36/20.61		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
20.36/20.61		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
20.36/20.61		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
20.36/20.61		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
20.36/20.61		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
20.36/20.61		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
20.36/20.61		at javax.xml.parsers.SAXParser.parse(Unknown Source)
20.36/20.61		at javax.xml.parsers.SAXParser.parse(Unknown Source)
20.36/20.61		at problems.XSax.Problem0.addVariables(Problem0.java:74)
20.36/20.61		at problems.XSax.Problem0.attachToCore(Problem0.java:86)
20.36/20.61		at abscon.problem.Problem.attachTo(Problem.java:1190)
20.36/20.61		at abscon.Resolution.buildProblemInstance(Resolution.java:313)
20.36/20.61		at abscon.Resolution.solveInstance(Resolution.java:439)
20.36/20.61		at abscon.Resolution.solveInstances(Resolution.java:649)
20.36/20.61		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-1070227-1215163974/watcher-1070227-1215163974 -o /tmp/evaluation-result-1070227-1215163974/solver-1070227-1215163974 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1070227-1215163974.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.00 2.00 2.00 3/72 6428
/proc/meminfo: memFree=1754064/2055920 swapFree=4179828/4192956
[pid=6428] ppid=6426 vsize=18572 CPUtime=0
/proc/6428/stat : 6428 (runsolver) R 6426 6428 5904 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 1995371318 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 254195330343 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/6428/statm: 4643 292 257 25 0 2626 0

[startup+0.0343401 s]
/proc/loadavg: 2.00 2.00 2.00 3/72 6428
/proc/meminfo: memFree=1754064/2055920 swapFree=4179828/4192956
[pid=6428] ppid=6426 vsize=861552 CPUtime=0.01
/proc/6428/stat : 6428 (java) S 6426 6428 5904 0 -1 0 1867 0 1 0 0 1 0 0 18 0 4 0 1995371318 882229248 1554 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/6428/statm: 215388 1554 691 9 0 210367 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 861552

[startup+0.101748 s]
/proc/loadavg: 2.00 2.00 2.00 3/72 6428
/proc/meminfo: memFree=1754064/2055920 swapFree=4179828/4192956
[pid=6428] ppid=6426 vsize=865884 CPUtime=0.08
/proc/6428/stat : 6428 (java) S 6426 6428 5904 0 -1 0 3641 0 1 0 6 2 0 0 18 0 9 0 1995371318 886665216 3125 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6428/statm: 216471 3125 1675 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301781 s]
/proc/loadavg: 2.00 2.00 2.00 3/72 6428
/proc/meminfo: memFree=1754064/2055920 swapFree=4179828/4192956
[pid=6428] ppid=6426 vsize=866284 CPUtime=0.28
/proc/6428/stat : 6428 (java) S 6426 6428 5904 0 -1 0 5664 0 1 0 24 4 0 0 18 0 9 0 1995371318 887074816 5071 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6428/statm: 216571 5071 1920 9 0 211099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.70184 s]
/proc/loadavg: 2.00 2.00 2.00 3/72 6428
/proc/meminfo: memFree=1754064/2055920 swapFree=4179828/4192956
[pid=6428] ppid=6426 vsize=867428 CPUtime=0.68
/proc/6428/stat : 6428 (java) S 6426 6428 5904 0 -1 0 12288 0 1 0 60 8 0 0 18 0 9 0 1995371318 888246272 11658 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6428/statm: 216857 11658 1982 9 0 211385 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867428

[startup+1.50297 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 6437
/proc/meminfo: memFree=1700296/2055920 swapFree=4179828/4192956
[pid=6428] ppid=6426 vsize=867428 CPUtime=1.48
/proc/6428/stat : 6428 (java) S 6426 6428 5904 0 -1 0 19353 0 1 0 135 13 0 0 18 0 9 0 1995371318 888246272 18720 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6428/statm: 216857 18720 1996 9 0 211385 0
[pid=6428/tid=6430] ppid=6426 vsize=867428 CPUtime=1.16
/proc/6428/task/6430/stat : 6430 (java) R 6426 6428 5904 0 -1 64 15670 0 1 0 106 10 0 0 25 0 9 0 1995371319 888246272 18720 996147200 134512640 134550740 4294955968 18446744073709551615 4126545540 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6428/tid=6431] ppid=6426 vsize=867428 CPUtime=0.11
/proc/6428/task/6431/stat : 6431 (java) S 6426 6428 5904 0 -1 64 2357 0 0 0 10 1 0 0 17 0 9 0 1995371321 888246272 18720 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6428/tid=6432] ppid=6426 vsize=867428 CPUtime=0
/proc/6428/task/6432/stat : 6432 (java) S 6426 6428 5904 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1995371321 888246272 18720 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6428/tid=6433] ppid=6426 vsize=867428 CPUtime=0
/proc/6428/task/6433/stat : 6433 (java) S 6426 6428 5904 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1995371321 888246272 18720 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6428/tid=6434] ppid=6426 vsize=867428 CPUtime=0
/proc/6428/task/6434/stat : 6434 (java) S 6426 6428 5904 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995371323 888246272 18720 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6428/tid=6435] ppid=6426 vsize=867428 CPUtime=0.18
/proc/6428/task/6435/stat : 6435 (java) S 6426 6428 5904 0 -1 64 630 0 0 0 18 0 0 0 16 0 9 0 1995371323 888246272 18720 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6428/tid=6436] ppid=6426 vsize=867428 CPUtime=0
/proc/6428/task/6436/stat : 6436 (java) S 6426 6428 5904 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1995371323 888246272 18720 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6428/tid=6437] ppid=6426 vsize=867428 CPUtime=0
/proc/6428/task/6437/stat : 6437 (java) S 6426 6428 5904 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1995371323 888246272 18720 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867428

[startup+3.10222 s]
/proc/loadavg: 2.08 2.02 2.01 3/81 6437
/proc/meminfo: memFree=1668424/2055920 swapFree=4179828/4192956
[pid=6428] ppid=6426 vsize=867428 CPUtime=3.05
/proc/6428/stat : 6428 (java) S 6426 6428 5904 0 -1 0 27621 0 1 0 287 18 0 0 18 0 9 0 1995371318 888246272 26986 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6428/statm: 216857 26986 1996 9 0 211385 0
[pid=6428/tid=6430] ppid=6426 vsize=867428 CPUtime=2.29
/proc/6428/task/6430/stat : 6430 (java) R 6426 6428 5904 0 -1 64 15672 0 1 0 218 11 0 0 25 0 9 0 1995371319 888246272 26986 996147200 134512640 134550740 4294955968 18446744073709551615 4126573284 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6428/tid=6431] ppid=6426 vsize=867428 CPUtime=0.54
/proc/6428/task/6431/stat : 6431 (java) S 6426 6428 5904 0 -1 64 10619 0 0 0 49 5 0 0 18 0 9 0 1995371321 888246272 26986 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6428/tid=6432] ppid=6426 vsize=867428 CPUtime=0
/proc/6428/task/6432/stat : 6432 (java) S 6426 6428 5904 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1995371321 888246272 26986 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6428/tid=6433] ppid=6426 vsize=867428 CPUtime=0
/proc/6428/task/6433/stat : 6433 (java) S 6426 6428 5904 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1995371321 888246272 26986 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6428/tid=6434] ppid=6426 vsize=867428 CPUtime=0
/proc/6428/task/6434/stat : 6434 (java) S 6426 6428 5904 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995371323 888246272 26986 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6428/tid=6435] ppid=6426 vsize=867428 CPUtime=0.18
/proc/6428/task/6435/stat : 6435 (java) S 6426 6428 5904 0 -1 64 634 0 0 0 18 0 0 0 16 0 9 0 1995371323 888246272 26986 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6428/tid=6436] ppid=6426 vsize=867428 CPUtime=0
/proc/6428/task/6436/stat : 6436 (java) S 6426 6428 5904 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1995371323 888246272 26986 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6428/tid=6437] ppid=6426 vsize=867428 CPUtime=0
/proc/6428/task/6437/stat : 6437 (java) S 6426 6428 5904 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1995371323 888246272 26986 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867428

[startup+6.30271 s]
/proc/loadavg: 2.08 2.02 2.01 4/81 6437
/proc/meminfo: memFree=1615688/2055920 swapFree=4179828/4192956
[pid=6428] ppid=6426 vsize=867428 CPUtime=6.21
/proc/6428/stat : 6428 (java) S 6426 6428 5904 0 -1 0 41214 0 1 0 594 27 0 0 18 0 9 0 1995371318 888246272 40574 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6428/statm: 216857 40574 1996 9 0 211385 0
[pid=6428/tid=6430] ppid=6426 vsize=867428 CPUtime=4.54
/proc/6428/task/6430/stat : 6430 (java) R 6426 6428 5904 0 -1 64 15678 0 1 0 441 13 0 0 25 0 9 0 1995371319 888246272 40574 996147200 134512640 134550740 4294955968 18446744073709551615 4126403463 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6428/tid=6431] ppid=6426 vsize=867428 CPUtime=1.45
/proc/6428/task/6431/stat : 6431 (java) S 6426 6428 5904 0 -1 64 24205 0 0 0 133 12 0 0 18 0 9 0 1995371321 888246272 40574 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6428/tid=6432] ppid=6426 vsize=867428 CPUtime=0
/proc/6428/task/6432/stat : 6432 (java) S 6426 6428 5904 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1995371321 888246272 40574 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6428/tid=6433] ppid=6426 vsize=867428 CPUtime=0
/proc/6428/task/6433/stat : 6433 (java) S 6426 6428 5904 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1995371321 888246272 40574 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6428/tid=6434] ppid=6426 vsize=867428 CPUtime=0
/proc/6428/task/6434/stat : 6434 (java) S 6426 6428 5904 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995371323 888246272 40574 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6428/tid=6435] ppid=6426 vsize=867428 CPUtime=0.19
/proc/6428/task/6435/stat : 6435 (java) S 6426 6428 5904 0 -1 64 635 0 0 0 19 0 0 0 16 0 9 0 1995371323 888246272 40574 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6428/tid=6436] ppid=6426 vsize=867428 CPUtime=0
/proc/6428/task/6436/stat : 6436 (java) S 6426 6428 5904 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1995371323 888246272 40574 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6428/tid=6437] ppid=6426 vsize=867428 CPUtime=0
/proc/6428/task/6437/stat : 6437 (java) S 6426 6428 5904 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1995371323 888246272 40574 996147200 134512640 134550740 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) 867428

[startup+12.7027 s]
/proc/loadavg: 2.07 2.02 2.00 4/81 6437
/proc/meminfo: memFree=1516424/2055920 swapFree=4179828/4192956
[pid=6428] ppid=6426 vsize=867428 CPUtime=12.55
/proc/6428/stat : 6428 (java) S 6426 6428 5904 0 -1 0 65071 0 1 0 1214 41 0 0 18 0 9 0 1995371318 888246272 64424 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6428/statm: 216857 64424 1996 9 0 211385 0
[pid=6428/tid=6430] ppid=6426 vsize=867428 CPUtime=9.31
/proc/6428/task/6430/stat : 6430 (java) R 6426 6428 5904 0 -1 64 15685 0 1 0 914 17 0 0 25 0 9 0 1995371319 888246272 64424 996147200 134512640 134550740 4294955968 18446744073709551615 4126834079 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6428/tid=6431] ppid=6426 vsize=867428 CPUtime=3.01
/proc/6428/task/6431/stat : 6431 (java) S 6426 6428 5904 0 -1 64 48055 0 0 0 279 22 0 0 18 0 9 0 1995371321 888246272 64424 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6428/tid=6432] ppid=6426 vsize=867428 CPUtime=0
/proc/6428/task/6432/stat : 6432 (java) S 6426 6428 5904 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1995371321 888246272 64424 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6428/tid=6433] ppid=6426 vsize=867428 CPUtime=0
/proc/6428/task/6433/stat : 6433 (java) S 6426 6428 5904 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1995371321 888246272 64424 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6428/tid=6434] ppid=6426 vsize=867428 CPUtime=0
/proc/6428/task/6434/stat : 6434 (java) S 6426 6428 5904 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995371323 888246272 64424 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6428/tid=6435] ppid=6426 vsize=867428 CPUtime=0.19
/proc/6428/task/6435/stat : 6435 (java) S 6426 6428 5904 0 -1 64 635 0 0 0 19 0 0 0 16 0 9 0 1995371323 888246272 64424 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6428/tid=6436] ppid=6426 vsize=867428 CPUtime=0
/proc/6428/task/6436/stat : 6436 (java) S 6426 6428 5904 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1995371323 888246272 64424 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6428/tid=6437] ppid=6426 vsize=867428 CPUtime=0
/proc/6428/task/6437/stat : 6437 (java) S 6426 6428 5904 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1995371323 888246272 64424 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 867428



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+20.6029 s]
/proc/loadavg: 2.14 2.03 2.01 3/83 6439
/proc/meminfo: memFree=1322744/2055920 swapFree=4179828/4192956
[pid=6428] ppid=6426 vsize=867752 CPUtime=16.37
/proc/6428/stat : 6428 (java) S 6426 6428 5904 0 -1 0 93536 0 1 0 1571 66 0 0 18 0 10 0 1995371318 888578048 92735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6428/statm: 216938 92735 2010 9 0 211466 0
[pid=6439] ppid=6428 vsize=112024 CPUtime=3.99
/proc/6439/stat : 6439 (saucy) R 6428 6428 5904 0 -1 4194304 9516 0 0 0 389 10 0 0 25 0 1 0 1995372973 114712576 9484 996147200 134512640 134531332 4294956000 18446744073709551615 134522402 0 4 0 0 0 0 0 17 1 0 0
/proc/6439/statm: 28006 9484 95 4 0 27682 0
[pid=6428/tid=6430] ppid=6426 vsize=867752 CPUtime=11.92
/proc/6428/task/6430/stat : 6430 (java) S 6426 6428 5904 0 -1 64 15804 0 1 0 1165 27 0 0 24 0 10 0 1995371319 888578048 92735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=6428/tid=6431] ppid=6426 vsize=867752 CPUtime=4.19
/proc/6428/task/6431/stat : 6431 (java) S 6426 6428 5904 0 -1 64 76309 0 0 0 383 36 0 0 16 0 10 0 1995371321 888578048 92735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6428/tid=6432] ppid=6426 vsize=867752 CPUtime=0
/proc/6428/task/6432/stat : 6432 (java) S 6426 6428 5904 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1995371321 888578048 92735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6428/tid=6433] ppid=6426 vsize=867752 CPUtime=0
/proc/6428/task/6433/stat : 6433 (java) S 6426 6428 5904 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 1995371321 888578048 92735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6428/tid=6434] ppid=6426 vsize=867752 CPUtime=0
/proc/6428/task/6434/stat : 6434 (java) S 6426 6428 5904 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 1995371323 888578048 92735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6428/tid=6435] ppid=6426 vsize=867752 CPUtime=0.22
/proc/6428/task/6435/stat : 6435 (java) S 6426 6428 5904 0 -1 64 653 0 0 0 22 0 0 0 15 0 10 0 1995371323 888578048 92735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6428/tid=6436] ppid=6426 vsize=867752 CPUtime=0
/proc/6428/task/6436/stat : 6436 (java) S 6426 6428 5904 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 1995371323 888578048 92735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6428/tid=6437] ppid=6426 vsize=867752 CPUtime=0
/proc/6428/task/6437/stat : 6437 (java) S 6426 6428 5904 0 -1 64 5 0 0 0 0 0 0 0 15 0 10 0 1995371323 888578048 92735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6428/tid=6438] ppid=6426 vsize=867752 CPUtime=0.01
/proc/6428/task/6438/stat : 6438 (java) S 6426 6428 5904 0 -1 64 69 0 0 0 0 1 0 0 24 0 10 0 1995372973 888578048 92735 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.36
Current children cumulated vsize (KiB) 979776

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

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

[startup+20.7155 s]
/proc/loadavg: 2.14 2.03 2.01 3/83 6439
/proc/meminfo: memFree=1322744/2055920 swapFree=4179828/4192956
[pid=6428] ppid=6426 vsize=0 CPUtime=20.46
/proc/6428/stat : 6428 (java) Z 6426 6428 5904 0 -1 1036 99860 9516 1 0 1578 69 389 10 16 0 2 0 1995371318 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6428/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 20.46
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 20.7502
CPU time (s): 20.5229
CPU user time (s): 19.681
CPU system time (s): 0.841872
CPU usage (%): 98.9044
Max. virtual memory (cumulated for all children) (KiB): 979776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.681
system time used= 0.841872
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 109376
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= 1593
involuntary context switches= 1952

runsolver used 0.034994 second user time and 0.074988 second system time

The end

Launcher Data (download as text)

Begin job on node34 at 2008-07-04 11:32:58
IDJOB=1070227
IDBENCH=55821
IDSOLVER=364
FILE ID=node34/1070227-1215163974
PBS_JOBID= 7881426
Free space on /tmp= 66492 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-pigeon-clauses-91-90.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= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1070227-1215163974/watcher-1070227-1215163974 -o /tmp/evaluation-result-1070227-1215163974/solver-1070227-1215163974 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1070227-1215163974.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 06e1e34a3addf0444bdb7cddd699422e
RANDOM SEED=442890084

node34.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.259
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.259
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:       1754544 kB
Buffers:         17800 kB
Cached:         161428 kB
SwapCached:       6752 kB
Active:         217780 kB
Inactive:        27440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1754544 kB
SwapTotal:     4192956 kB
SwapFree:      4179828 kB
Dirty:           63800 kB
Writeback:           0 kB
Mapped:          73632 kB
Slab:            41356 kB
Committed_AS:  3500828 kB
PageTables:       1896 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= 66460 MiB
End job on node34 at 2008-07-04 11:33:21