Trace number 2095551

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 ACUNSAT 11.6052 11.7261

DiagnosticValue
CHECKS1495870
NODES229362

General information on the benchmark

Namecsp/dubois/
normalized-dubois-30_ext.xml
MD5SUMf1bf9e71a024fa50495d37f2dba48fd6
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.011997
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints60
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension60
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.05/0.09	
0.05/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.28/0.32	   
0.28/0.32	   instance
0.28/0.32	     name=HOME/instance-2095551-1247407754.xml
0.28/0.36	   
0.28/0.36	   domains being loaded...
0.28/0.37	   
0.28/0.37	   variables being loaded...
0.28/0.40	     nbVariables=90  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=180
0.28/0.40	       =>  wckTime=0.151  cpuTime=0.11  mem=7M892
0.28/0.40	   
0.28/0.40	   relations being loaded...
0.38/0.40	   
0.38/0.40	   constraints being loaded...
0.48/0.52	     nbConstraints=62  nbRelationTypes=2  nbGlobalConstraints=62  nbExtensionStructures=2
0.48/0.52	     nbSharedExtensionStructures=58  nbConflictsStructures=2  nbSharedConflictsStructures=58
0.48/0.52	     nbSharedBinaryRepresentations=0  minDegree=2  maxDegree=3  minArity=2  avgArity=2.97  maxArity=3  nbGenerators=2
0.48/0.52	     nbFusions=0  symmetryWckTime=0.067  symmetryCpuTime=0.03
0.48/0.52	       =>  wckTime=0.273  cpuTime=0.2  mem=12M809
0.48/0.57	   
0.48/0.57	   solver IterativeSystematicSolver being built... 
0.57/0.65	   
0.57/0.65	   INFO : Forward propagation technique limited 
0.67/0.72	       =>  wckTime=0.48  cpuTime=0.33  mem=19M911
0.67/0.73	   
0.67/0.73	   preprocessing
0.67/0.73	     nbConstraintChecks=0  nbValidityChecks=240  nbPropagations=90  nbRevisions=0  nbUselessRevisions=0
0.67/0.73	     nbRemovedValues=0  detectedInconsistency=no
0.67/0.73	       =>  wckTime=0.0040  cpuTime=0.0  mem=19M911
11.47/11.70	   
11.47/11.70	   search
11.57/11.70	     run=5  nbConstraintChecks=1495869  nbValidityChecks=3033528  minDepth=1  maxDepth=48  nbPropagations=1881227
11.57/11.70	     nbRevisions=0  nbUselessRevisions=0  nbAssignments=229362  nbFailedAssignments=138  nbBacktracks=138252
11.57/11.70	     nbVisitedNodes=320358  nbRestartNogoods=13  mapSize=90971  nbInferences=90728  nbTooLargeKeys=0
11.57/11.70	     nbSEliminables=22.93  nbREliminables=50.25  nbIEliminables=2.67  nbDEliminables=0  nbPEliminables=0
11.57/11.70	       =>  wckTime=10.971  cpuTime=10.69  mem=19M947
11.57/11.70	   
11.57/11.70	   global
11.57/11.70	     nbConstraintChecks=1495869  nbValidityChecks=3033768  nbPropagations=1881317  nbRestartNogoods=13
11.57/11.70	     solvingWckTime=10.974  solvingCpuTime=10.69  expiredTime=no  totalExploration=yes  nbFoundSolutions=0
11.57/11.70	     globalCpuTime=11.07
11.57/11.70	       =>  wckTime=11.456  cpuTime=11.02  mem=19M947
11.57/11.70	   
11.57/11.70	s UNSATISFIABLE
11.57/11.70	d NODES 229362
11.57/11.70	d CHECKS 1495869
11.57/11.70	   
11.57/11.70	   totalWckTime=11.511  totalCpuTime=11.08

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2095551-1247407754/watcher-2095551-1247407754 -o /tmp/evaluation-result-2095551-1247407754/solver-2095551-1247407754 -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-2095551-1247407754.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.03 2.03 2.00 3/80 1731
/proc/meminfo: memFree=1771808/2055920 swapFree=4192812/4192956
[pid=1731] ppid=1729 vsize=10676 CPUtime=0
/proc/1731/stat : 1731 (java) S 1729 1731 32401 0 -1 0 678 0 0 0 0 0 0 0 18 0 2 0 27838551 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1731/statm: 2669 474 207 9 0 1184 0
[pid=1731/tid=1732] ppid=1729 vsize=10676 CPUtime=0
/proc/1731/task/1732/stat : 1732 (java) R 1729 1731 32401 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 27838552 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 5717976 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0765841 s]
/proc/loadavg: 2.03 2.03 2.00 3/80 1731
/proc/meminfo: memFree=1771808/2055920 swapFree=4192812/4192956
[pid=1731] ppid=1729 vsize=864024 CPUtime=0.05
/proc/1731/stat : 1731 (java) S 1729 1731 32401 0 -1 0 2922 0 1 0 4 1 0 0 18 0 9 0 27838551 884760576 2432 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1731/statm: 216006 2432 1152 9 0 210899 0
[pid=1731/tid=1732] ppid=1729 vsize=864024 CPUtime=0.04
/proc/1731/task/1732/stat : 1732 (java) R 1729 1731 32401 0 -1 64 2015 0 1 0 4 0 0 0 18 0 9 0 27838552 884760576 2432 996147200 134512640 134550932 4294955968 18446744073709551615 102630675 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 864024

[startup+0.101589 s]
/proc/loadavg: 2.03 2.03 2.00 3/80 1731
/proc/meminfo: memFree=1771808/2055920 swapFree=4192812/4192956
[pid=1731] ppid=1729 vsize=865984 CPUtime=0.08
/proc/1731/stat : 1731 (java) S 1729 1731 32401 0 -1 0 3725 0 1 0 6 2 0 0 18 0 9 0 27838551 886767616 3193 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1731/statm: 216496 3193 1690 9 0 210981 0
[pid=1731/tid=1732] ppid=1729 vsize=865984 CPUtime=0.07
/proc/1731/task/1732/stat : 1732 (java) R 1729 1731 32401 0 -1 64 2816 0 1 0 6 1 0 0 18 0 9 0 27838552 886767616 3193 996147200 134512640 134550932 4294955968 18446744073709551615 5312229 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.301607 s]
/proc/loadavg: 2.03 2.03 2.00 3/80 1731
/proc/meminfo: memFree=1771808/2055920 swapFree=4192812/4192956
[pid=1731] ppid=1729 vsize=866296 CPUtime=0.28
/proc/1731/stat : 1731 (java) S 1729 1731 32401 0 -1 0 5682 0 1 0 25 3 0 0 18 0 9 0 27838551 887087104 5085 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1731/statm: 216574 5085 1927 9 0 211052 0
[pid=1731/tid=1732] ppid=1729 vsize=866296 CPUtime=0.25
/proc/1731/task/1732/stat : 1732 (java) R 1729 1731 32401 0 -1 64 4727 0 1 0 22 3 0 0 19 0 9 0 27838552 887087104 5085 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 2147483391 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866296

[startup+0.701642 s]
/proc/loadavg: 2.03 2.03 2.00 3/80 1731
/proc/meminfo: memFree=1771808/2055920 swapFree=4192812/4192956
[pid=1731] ppid=1729 vsize=867380 CPUtime=0.67
/proc/1731/stat : 1731 (java) S 1729 1731 32401 0 -1 0 13245 155 1 0 61 6 0 0 18 0 10 0 27838551 888197120 8453 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1731/statm: 216845 8453 2651 9 0 211281 0
[pid=1731/tid=1732] ppid=1729 vsize=867380 CPUtime=0.52
/proc/1731/task/1732/stat : 1732 (java) R 1729 1731 32401 0 -1 64 9653 155 1 0 47 5 0 0 18 0 10 0 27838552 888197120 8453 996147200 134512640 134550932 4294955968 18446744073709551615 4125978474 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867380

[startup+1.50171 s]
/proc/loadavg: 2.03 2.03 2.00 3/89 1744
/proc/meminfo: memFree=1740504/2055920 swapFree=4192812/4192956
[pid=1731] ppid=1729 vsize=867380 CPUtime=1.46
/proc/1731/stat : 1731 (java) S 1729 1731 32401 0 -1 0 15503 279 1 0 138 8 0 0 18 0 9 0 27838551 888197120 10705 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1731/statm: 216845 10705 2655 9 0 211281 0
[pid=1731/tid=1732] ppid=1729 vsize=867380 CPUtime=1.22
/proc/1731/task/1732/stat : 1732 (java) R 1729 1731 32401 0 -1 64 11855 279 1 0 116 6 0 0 24 0 9 0 27838552 888197120 10705 996147200 134512640 134550932 4294955968 18446744073709551615 4126752701 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1731/tid=1734] ppid=1729 vsize=867380 CPUtime=0.03
/proc/1731/task/1734/stat : 1734 (java) S 1729 1731 32401 0 -1 64 2298 279 0 0 3 0 0 0 16 0 9 0 27838554 888197120 10705 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1731/tid=1735] ppid=1729 vsize=867380 CPUtime=0
/proc/1731/task/1735/stat : 1735 (java) S 1729 1731 32401 0 -1 64 18 279 0 0 0 0 0 0 16 0 9 0 27838554 888197120 10705 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1731/tid=1736] ppid=1729 vsize=867380 CPUtime=0
/proc/1731/task/1736/stat : 1736 (java) S 1729 1731 32401 0 -1 64 8 279 0 0 0 0 0 0 15 0 9 0 27838554 888197120 10705 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1731/tid=1737] ppid=1729 vsize=867380 CPUtime=0
/proc/1731/task/1737/stat : 1737 (java) S 1729 1731 32401 0 -1 64 1 279 0 0 0 0 0 0 18 0 9 0 27838556 888197120 10705 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1731/tid=1738] ppid=1729 vsize=867380 CPUtime=0.18
/proc/1731/task/1738/stat : 1738 (java) S 1729 1731 32401 0 -1 64 499 279 0 0 18 0 0 0 15 0 9 0 27838556 888197120 10705 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1731/tid=1739] ppid=1729 vsize=867380 CPUtime=0
/proc/1731/task/1739/stat : 1739 (java) S 1729 1731 32401 0 -1 64 1 279 0 0 0 0 0 0 19 0 9 0 27838556 888197120 10705 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1731/tid=1740] ppid=1729 vsize=867380 CPUtime=0
/proc/1731/task/1740/stat : 1740 (java) S 1729 1731 32401 0 -1 64 4 279 0 0 0 0 0 0 15 0 9 0 27838556 888197120 10705 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867380

[startup+3.10185 s]
/proc/loadavg: 2.02 2.03 2.00 3/89 1744
/proc/meminfo: memFree=1737240/2055920 swapFree=4192812/4192956
[pid=1731] ppid=1729 vsize=867380 CPUtime=3.05
/proc/1731/stat : 1731 (java) S 1729 1731 32401 0 -1 0 16766 279 1 0 296 9 0 0 18 0 9 0 27838551 888197120 11965 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1731/statm: 216845 11965 2655 9 0 211281 0
[pid=1731/tid=1732] ppid=1729 vsize=867380 CPUtime=2.81
/proc/1731/task/1732/stat : 1732 (java) R 1729 1731 32401 0 -1 64 13118 279 1 0 274 7 0 0 25 0 9 0 27838552 888197120 11965 996147200 134512640 134550932 4294955968 18446744073709551615 4126718615 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1731/tid=1734] ppid=1729 vsize=867380 CPUtime=0.03
/proc/1731/task/1734/stat : 1734 (java) S 1729 1731 32401 0 -1 64 2298 279 0 0 3 0 0 0 16 0 9 0 27838554 888197120 11965 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1731/tid=1735] ppid=1729 vsize=867380 CPUtime=0
/proc/1731/task/1735/stat : 1735 (java) S 1729 1731 32401 0 -1 64 18 279 0 0 0 0 0 0 16 0 9 0 27838554 888197120 11965 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1731/tid=1736] ppid=1729 vsize=867380 CPUtime=0
/proc/1731/task/1736/stat : 1736 (java) S 1729 1731 32401 0 -1 64 8 279 0 0 0 0 0 0 15 0 9 0 27838554 888197120 11965 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1731/tid=1737] ppid=1729 vsize=867380 CPUtime=0
/proc/1731/task/1737/stat : 1737 (java) S 1729 1731 32401 0 -1 64 1 279 0 0 0 0 0 0 18 0 9 0 27838556 888197120 11965 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1731/tid=1738] ppid=1729 vsize=867380 CPUtime=0.18
/proc/1731/task/1738/stat : 1738 (java) S 1729 1731 32401 0 -1 64 499 279 0 0 18 0 0 0 15 0 9 0 27838556 888197120 11965 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1731/tid=1739] ppid=1729 vsize=867380 CPUtime=0
/proc/1731/task/1739/stat : 1739 (java) S 1729 1731 32401 0 -1 64 1 279 0 0 0 0 0 0 19 0 9 0 27838556 888197120 11965 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1731/tid=1740] ppid=1729 vsize=867380 CPUtime=0
/proc/1731/task/1740/stat : 1740 (java) S 1729 1731 32401 0 -1 64 4 279 0 0 0 0 0 0 15 0 9 0 27838556 888197120 11965 996147200 134512640 134550932 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) 867380

[startup+6.30213 s]
/proc/loadavg: 2.02 2.03 2.00 3/89 1744
/proc/meminfo: memFree=1725784/2055920 swapFree=4192812/4192956
[pid=1731] ppid=1729 vsize=867380 CPUtime=6.23
/proc/1731/stat : 1731 (java) S 1729 1731 32401 0 -1 0 19568 279 1 0 613 10 0 0 18 0 9 0 27838551 888197120 14760 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1731/statm: 216845 14760 2655 9 0 211281 0
[pid=1731/tid=1732] ppid=1729 vsize=867380 CPUtime=5.97
/proc/1731/task/1732/stat : 1732 (java) R 1729 1731 32401 0 -1 64 15920 279 1 0 590 7 0 0 25 0 9 0 27838552 888197120 14760 996147200 134512640 134550932 4294955968 18446744073709551615 4126745695 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1731/tid=1734] ppid=1729 vsize=867380 CPUtime=0.03
/proc/1731/task/1734/stat : 1734 (java) S 1729 1731 32401 0 -1 64 2298 279 0 0 3 0 0 0 16 0 9 0 27838554 888197120 14760 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1731/tid=1735] ppid=1729 vsize=867380 CPUtime=0
/proc/1731/task/1735/stat : 1735 (java) S 1729 1731 32401 0 -1 64 18 279 0 0 0 0 0 0 16 0 9 0 27838554 888197120 14760 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1731/tid=1736] ppid=1729 vsize=867380 CPUtime=0
/proc/1731/task/1736/stat : 1736 (java) S 1729 1731 32401 0 -1 64 8 279 0 0 0 0 0 0 15 0 9 0 27838554 888197120 14760 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1731/tid=1737] ppid=1729 vsize=867380 CPUtime=0
/proc/1731/task/1737/stat : 1737 (java) S 1729 1731 32401 0 -1 64 1 279 0 0 0 0 0 0 18 0 9 0 27838556 888197120 14760 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1731/tid=1738] ppid=1729 vsize=867380 CPUtime=0.18
/proc/1731/task/1738/stat : 1738 (java) S 1729 1731 32401 0 -1 64 499 279 0 0 18 0 0 0 15 0 9 0 27838556 888197120 14760 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1731/tid=1739] ppid=1729 vsize=867380 CPUtime=0
/proc/1731/task/1739/stat : 1739 (java) S 1729 1731 32401 0 -1 64 1 279 0 0 0 0 0 0 19 0 9 0 27838556 888197120 14760 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1731/tid=1740] ppid=1729 vsize=867380 CPUtime=0
/proc/1731/task/1740/stat : 1740 (java) S 1729 1731 32401 0 -1 64 4 279 0 0 0 0 0 0 15 0 9 0 27838556 888197120 14760 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 867380

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

[startup+9.50142 s]
/proc/loadavg: 2.02 2.03 2.00 3/89 1744
/proc/meminfo: memFree=1714264/2055920 swapFree=4192812/4192956
[pid=1731] ppid=1729 vsize=867292 CPUtime=9.39
/proc/1731/stat : 1731 (java) S 1729 1731 32401 0 -1 0 24793 279 1 0 927 12 0 0 18 0 9 0 27838551 888107008 19951 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1731/statm: 216823 19951 2636 9 0 211281 0
[pid=1731/tid=1732] ppid=1729 vsize=867292 CPUtime=9.06
/proc/1731/task/1732/stat : 1732 (java) R 1729 1731 32401 0 -1 64 18541 279 1 0 897 9 0 0 25 0 9 0 27838552 888107008 19951 996147200 134512640 134550932 4294955968 18446744073709551615 4126809984 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1731/tid=1734] ppid=1729 vsize=867292 CPUtime=0.12
/proc/1731/task/1734/stat : 1734 (java) S 1729 1731 32401 0 -1 64 4902 279 0 0 11 1 0 0 16 0 9 0 27838554 888107008 19951 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1731/tid=1735] ppid=1729 vsize=867292 CPUtime=0
/proc/1731/task/1735/stat : 1735 (java) S 1729 1731 32401 0 -1 64 18 279 0 0 0 0 0 0 16 0 9 0 27838554 888107008 19951 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1731/tid=1736] ppid=1729 vsize=867292 CPUtime=0
/proc/1731/task/1736/stat : 1736 (java) S 1729 1731 32401 0 -1 64 8 279 0 0 0 0 0 0 16 0 9 0 27838554 888107008 19951 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1731/tid=1737] ppid=1729 vsize=867292 CPUtime=0
/proc/1731/task/1737/stat : 1737 (java) S 1729 1731 32401 0 -1 64 1 279 0 0 0 0 0 0 18 0 9 0 27838556 888107008 19951 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1731/tid=1738] ppid=1729 vsize=867292 CPUtime=0.18
/proc/1731/task/1738/stat : 1738 (java) S 1729 1731 32401 0 -1 64 499 279 0 0 18 0 0 0 16 0 9 0 27838556 888107008 19951 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1731/tid=1739] ppid=1729 vsize=867292 CPUtime=0
/proc/1731/task/1739/stat : 1739 (java) S 1729 1731 32401 0 -1 64 1 279 0 0 0 0 0 0 19 0 9 0 27838556 888107008 19951 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1731/tid=1740] ppid=1729 vsize=867292 CPUtime=0
/proc/1731/task/1740/stat : 1740 (java) S 1729 1731 32401 0 -1 64 4 279 0 0 0 0 0 0 15 0 9 0 27838556 888107008 19951 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.39
Current children cumulated vsize (KiB) 867292

[startup+11.1016 s]
/proc/loadavg: 2.02 2.03 2.00 3/89 1744
/proc/meminfo: memFree=1701592/2055920 swapFree=4192812/4192956
[pid=1731] ppid=1729 vsize=867292 CPUtime=10.97
/proc/1731/stat : 1731 (java) S 1729 1731 32401 0 -1 0 24795 279 1 0 1085 12 0 0 18 0 9 0 27838551 888107008 19951 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1731/statm: 216823 19951 2636 9 0 211281 0
[pid=1731/tid=1732] ppid=1729 vsize=867292 CPUtime=10.64
/proc/1731/task/1732/stat : 1732 (java) R 1729 1731 32401 0 -1 64 18543 279 1 0 1055 9 0 0 25 0 9 0 27838552 888107008 19951 996147200 134512640 134550932 4294955968 18446744073709551615 4126730320 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1731/tid=1734] ppid=1729 vsize=867292 CPUtime=0.12
/proc/1731/task/1734/stat : 1734 (java) S 1729 1731 32401 0 -1 64 4902 279 0 0 11 1 0 0 16 0 9 0 27838554 888107008 19951 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1731/tid=1735] ppid=1729 vsize=867292 CPUtime=0
/proc/1731/task/1735/stat : 1735 (java) S 1729 1731 32401 0 -1 64 18 279 0 0 0 0 0 0 16 0 9 0 27838554 888107008 19951 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1731/tid=1736] ppid=1729 vsize=867292 CPUtime=0
/proc/1731/task/1736/stat : 1736 (java) S 1729 1731 32401 0 -1 64 8 279 0 0 0 0 0 0 16 0 9 0 27838554 888107008 19951 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1731/tid=1737] ppid=1729 vsize=867292 CPUtime=0
/proc/1731/task/1737/stat : 1737 (java) S 1729 1731 32401 0 -1 64 1 279 0 0 0 0 0 0 18 0 9 0 27838556 888107008 19951 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1731/tid=1738] ppid=1729 vsize=867292 CPUtime=0.18
/proc/1731/task/1738/stat : 1738 (java) S 1729 1731 32401 0 -1 64 499 279 0 0 18 0 0 0 16 0 9 0 27838556 888107008 19951 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1731/tid=1739] ppid=1729 vsize=867292 CPUtime=0
/proc/1731/task/1739/stat : 1739 (java) S 1729 1731 32401 0 -1 64 1 279 0 0 0 0 0 0 19 0 9 0 27838556 888107008 19951 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1731/tid=1740] ppid=1729 vsize=867292 CPUtime=0
/proc/1731/task/1740/stat : 1740 (java) S 1729 1731 32401 0 -1 64 4 279 0 0 0 0 0 0 15 0 9 0 27838556 888107008 19951 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.97
Current children cumulated vsize (KiB) 867292

[startup+11.5016 s]
/proc/loadavg: 2.02 2.03 2.00 3/89 1744
/proc/meminfo: memFree=1701592/2055920 swapFree=4192812/4192956
[pid=1731] ppid=1729 vsize=867292 CPUtime=11.37
/proc/1731/stat : 1731 (java) S 1729 1731 32401 0 -1 0 24795 279 1 0 1125 12 0 0 18 0 9 0 27838551 888107008 19951 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1731/statm: 216823 19951 2636 9 0 211281 0
[pid=1731/tid=1732] ppid=1729 vsize=867292 CPUtime=11.04
/proc/1731/task/1732/stat : 1732 (java) R 1729 1731 32401 0 -1 64 18543 279 1 0 1095 9 0 0 25 0 9 0 27838552 888107008 19951 996147200 134512640 134550932 4294955968 18446744073709551615 4125958493 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1731/tid=1734] ppid=1729 vsize=867292 CPUtime=0.12
/proc/1731/task/1734/stat : 1734 (java) S 1729 1731 32401 0 -1 64 4902 279 0 0 11 1 0 0 16 0 9 0 27838554 888107008 19951 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1731/tid=1735] ppid=1729 vsize=867292 CPUtime=0
/proc/1731/task/1735/stat : 1735 (java) S 1729 1731 32401 0 -1 64 18 279 0 0 0 0 0 0 16 0 9 0 27838554 888107008 19951 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1731/tid=1736] ppid=1729 vsize=867292 CPUtime=0
/proc/1731/task/1736/stat : 1736 (java) S 1729 1731 32401 0 -1 64 8 279 0 0 0 0 0 0 16 0 9 0 27838554 888107008 19951 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1731/tid=1737] ppid=1729 vsize=867292 CPUtime=0
/proc/1731/task/1737/stat : 1737 (java) S 1729 1731 32401 0 -1 64 1 279 0 0 0 0 0 0 18 0 9 0 27838556 888107008 19951 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1731/tid=1738] ppid=1729 vsize=867292 CPUtime=0.18
/proc/1731/task/1738/stat : 1738 (java) S 1729 1731 32401 0 -1 64 499 279 0 0 18 0 0 0 16 0 9 0 27838556 888107008 19951 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1731/tid=1739] ppid=1729 vsize=867292 CPUtime=0
/proc/1731/task/1739/stat : 1739 (java) S 1729 1731 32401 0 -1 64 1 279 0 0 0 0 0 0 19 0 9 0 27838556 888107008 19951 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1731/tid=1740] ppid=1729 vsize=867292 CPUtime=0
/proc/1731/task/1740/stat : 1740 (java) S 1729 1731 32401 0 -1 64 4 279 0 0 0 0 0 0 15 0 9 0 27838556 888107008 19951 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.37
Current children cumulated vsize (KiB) 867292

[startup+11.7026 s]
/proc/loadavg: 2.02 2.03 2.00 3/89 1744
/proc/meminfo: memFree=1701592/2055920 swapFree=4192812/4192956
[pid=1731] ppid=1729 vsize=867292 CPUtime=11.57
/proc/1731/stat : 1731 (java) S 1729 1731 32401 0 -1 0 24796 279 1 0 1145 12 0 0 18 0 9 0 27838551 888107008 19952 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1731/statm: 216823 19952 2636 9 0 211281 0
[pid=1731/tid=1732] ppid=1729 vsize=867292 CPUtime=11.23
/proc/1731/task/1732/stat : 1732 (java) R 1729 1731 32401 0 -1 64 18543 279 1 0 1114 9 0 0 25 0 9 0 27838552 888107008 19952 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1731/tid=1734] ppid=1729 vsize=867292 CPUtime=0.12
/proc/1731/task/1734/stat : 1734 (java) S 1729 1731 32401 0 -1 64 4902 279 0 0 11 1 0 0 16 0 9 0 27838554 888107008 19952 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1731/tid=1735] ppid=1729 vsize=867292 CPUtime=0
/proc/1731/task/1735/stat : 1735 (java) S 1729 1731 32401 0 -1 64 18 279 0 0 0 0 0 0 16 0 9 0 27838554 888107008 19952 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1731/tid=1736] ppid=1729 vsize=867292 CPUtime=0
/proc/1731/task/1736/stat : 1736 (java) S 1729 1731 32401 0 -1 64 8 279 0 0 0 0 0 0 16 0 9 0 27838554 888107008 19952 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1731/tid=1737] ppid=1729 vsize=867292 CPUtime=0
/proc/1731/task/1737/stat : 1737 (java) S 1729 1731 32401 0 -1 64 1 279 0 0 0 0 0 0 18 0 9 0 27838556 888107008 19952 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1731/tid=1738] ppid=1729 vsize=867292 CPUtime=0.18
/proc/1731/task/1738/stat : 1738 (java) S 1729 1731 32401 0 -1 64 500 279 0 0 18 0 0 0 15 0 9 0 27838556 888107008 19952 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1731/tid=1739] ppid=1729 vsize=867292 CPUtime=0
/proc/1731/task/1739/stat : 1739 (java) S 1729 1731 32401 0 -1 64 1 279 0 0 0 0 0 0 19 0 9 0 27838556 888107008 19952 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1731/tid=1740] ppid=1729 vsize=867292 CPUtime=0
/proc/1731/task/1740/stat : 1740 (java) S 1729 1731 32401 0 -1 64 4 279 0 0 0 0 0 0 15 0 9 0 27838556 888107008 19952 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.57
Current children cumulated vsize (KiB) 867292

Child status: 0
Real time (s): 11.7261
CPU time (s): 11.6052
CPU user time (s): 11.4583
CPU system time (s): 0.146977
CPU usage (%): 98.9691
Max. virtual memory (cumulated for all children) (KiB): 867380

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

runsolver used 0.015997 second user time and 0.046992 second system time

The end

Launcher Data

Begin job on node58 at 2009-07-12 16:09:14
IDJOB=2095551
IDBENCH=55422
IDSOLVER=773
FILE ID=node58/2095551-1247407754
PBS_JOBID= 9510529
Free space on /tmp= 66312 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/dubois/normalized-dubois-30_ext.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-2095551-1247407754/watcher-2095551-1247407754 -o /tmp/evaluation-result-2095551-1247407754/solver-2095551-1247407754 -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-2095551-1247407754.xml

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

MD5SUM BENCH= f1bf9e71a024fa50495d37f2dba48fd6
RANDOM SEED=1811686197

node58.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.234
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.234
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:       1772288 kB
Buffers:         41152 kB
Cached:         128916 kB
SwapCached:          0 kB
Active:         149196 kB
Inactive:        76212 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1772288 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2020 kB
Writeback:           0 kB
Mapped:          75748 kB
Slab:            43640 kB
Committed_AS:  1021168 kB
PageTables:       1816 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= 66312 MiB
End job on node58 at 2009-07-12 16:09:26