Trace number 2097333

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 14.4098 14.5954

DiagnosticValue
CHECKS11949200
NODES74446

General information on the benchmark

Namecsp/haystacks/
normalized-haystacks-13.xml
MD5SUM1e59f061701cb973e6608a9b73c6241d
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.49177
Satisfiable
(Un)Satisfiability was proved
Number of variables169
Number of constraints1026
Maximum constraint arity2
Maximum domain size13
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1026
Global constraints used (with number of constraints)

Solver Data

0.04/0.09	
0.04/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-2097333-1247412082.xml
0.28/0.36	   
0.28/0.36	   domains being loaded...
0.28/0.37	   
0.28/0.37	   variables being loaded...
0.38/0.41	     nbVariables=169  nbDomainTypes=1  minDomainSize=13  maxDomainSize=13  nbTotalValues=2197
0.38/0.41	       =>  wckTime=0.168  cpuTime=0.13  mem=7M892
0.38/0.41	   
0.38/0.41	   predicates being loaded...
0.38/0.48	   
0.38/0.48	   constraints being loaded...
1.16/1.28	     nbConstraints=1182  nbGlobalConstraints=156  nbConvertedConstraints=1026  nbConvertConstraintsChecks=72839
1.16/1.28	     nbExtensionStructures=431  nbSharedExtensionStructures=1021  nbConflictsStructures=561
1.16/1.28	     nbSharedConflictsStructures=1021  nbSharedBinaryRepresentations=11127  minDegree=13  maxDegree=17  minArity=2
1.16/1.28	     avgArity=2.36  maxArity=28  nbGenerators=143  nbFusions=132  symmetryWckTime=0.284  symmetryCpuTime=0.1
1.16/1.28	     nbCliques=13
1.16/1.28	       =>  wckTime=1.035  cpuTime=0.65  mem=22M561
1.26/1.35	   
1.26/1.35	   solver IterativeSystematicSolver being built... 
1.37/1.42	   
1.37/1.42	   INFO : Forward propagation technique limited 
1.37/1.49	       =>  wckTime=1.242  cpuTime=0.76  mem=21M868
1.46/1.53	   
1.46/1.53	   preprocessing
1.46/1.53	     nbConstraintChecks=6092  nbPropagations=339  nbRevisions=618  nbUselessRevisions=144  nbRemovedValues=1632
1.46/1.53	     nbRemovedTuples=156  detectedInconsistency=no
1.46/1.53	       =>  wckTime=0.042  cpuTime=0.02  mem=21M868
1.66/1.73	   
1.66/1.73	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=23M819)
14.33/14.54	   
14.33/14.54	   search
14.33/14.54	     run=18  nbConstraintChecks=11943101  minDepth=0  maxDepth=10  nbPropagations=3559362  nbRevisions=26900091
14.33/14.54	     nbUselessRevisions=24044580  nbAssignments=74446  nbFailedAssignments=33645  nbBacktracks=40262
14.33/14.54	     nbVisitedNodes=129316  nbRestartNogoods=172  nbSEliminables=0  nbREliminables=0.58  nbIEliminables=137.4
14.33/14.54	     nbDEliminables=0  nbPEliminables=0
14.33/14.54	       =>  wckTime=13.051  cpuTime=12.83  mem=23M819
14.33/14.54	   
14.33/14.54	   global
14.33/14.54	     nbConstraintChecks=11949193  nbPropagations=3559701  nbRevisions=26900709  nbUselessRevisions=24044724
14.33/14.54	     nbRestartNogoods=172  solvingWckTime=13.053  solvingCpuTime=12.83  expiredTime=no  totalExploration=yes
14.33/14.54	     nbFoundSolutions=0  globalCpuTime=13.64
14.33/14.54	       =>  wckTime=14.297  cpuTime=13.59  mem=23M819
14.33/14.54	   
14.33/14.54	s UNSATISFIABLE
14.33/14.54	d NODES 74446
14.33/14.54	d CHECKS 11949193
14.33/14.54	   
14.33/14.54	   totalWckTime=14.354  totalCpuTime=13.65

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-2097333-1247412082/watcher-2097333-1247412082 -o /tmp/evaluation-result-2097333-1247412082/solver-2097333-1247412082 -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-2097333-1247412082.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: 1.99 1.98 1.99 4/80 1735
/proc/meminfo: memFree=1598496/2055920 swapFree=4192812/4192956
[pid=1735] ppid=1733 vsize=1616 CPUtime=0
/proc/1735/stat : 1735 (java) D 1733 1735 578 0 -1 0 317 0 0 0 0 0 0 0 18 0 1 0 28275475 1654784 126 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/1735/statm: 404 126 100 9 0 46 0

[startup+0.065644 s]
/proc/loadavg: 1.99 1.98 1.99 4/80 1735
/proc/meminfo: memFree=1598496/2055920 swapFree=4192812/4192956
[pid=1735] ppid=1733 vsize=864024 CPUtime=0.04
/proc/1735/stat : 1735 (java) S 1733 1735 578 0 -1 0 2798 0 1 0 3 1 0 0 18 0 9 0 28275475 884760576 2337 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1735/statm: 216006 2337 1108 9 0 210899 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 864024

[startup+0.102646 s]
/proc/loadavg: 1.99 1.98 1.99 4/80 1735
/proc/meminfo: memFree=1598496/2055920 swapFree=4192812/4192956
[pid=1735] ppid=1733 vsize=865984 CPUtime=0.08
/proc/1735/stat : 1735 (java) S 1733 1735 578 0 -1 0 3730 0 1 0 6 2 0 0 18 0 9 0 28275475 886767616 3196 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1735/statm: 216496 3196 1690 9 0 210981 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.301669 s]
/proc/loadavg: 1.99 1.98 1.99 4/80 1735
/proc/meminfo: memFree=1598496/2055920 swapFree=4192812/4192956
[pid=1735] ppid=1733 vsize=866296 CPUtime=0.28
/proc/1735/stat : 1735 (java) S 1733 1735 578 0 -1 0 5686 0 1 0 25 3 0 0 18 0 9 0 28275475 887087104 5089 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1735/statm: 216574 5089 1927 9 0 211052 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866296

[startup+0.702709 s]
/proc/loadavg: 1.99 1.98 1.99 4/80 1735
/proc/meminfo: memFree=1598496/2055920 swapFree=4192812/4192956
[pid=1735] ppid=1733 vsize=867784 CPUtime=0.68
/proc/1735/stat : 1735 (java) S 1733 1735 578 0 -1 0 7999 0 1 0 63 5 0 0 18 0 9 0 28275475 888610816 7353 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1735/statm: 216946 7353 2036 9 0 211382 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867784

[startup+1.50279 s]
/proc/loadavg: 1.99 1.98 1.99 3/89 1744
/proc/meminfo: memFree=1570328/2055920 swapFree=4192812/4192956
[pid=1735] ppid=1733 vsize=868108 CPUtime=1.46
/proc/1735/stat : 1735 (java) S 1733 1735 578 0 -1 0 18119 260 1 0 120 13 13 0 18 0 10 0 28275475 888942592 11259 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1735/statm: 217027 11259 2658 9 0 211463 0
[pid=1735/tid=1736] ppid=1733 vsize=868108 CPUtime=1.11
/proc/1735/task/1736/stat : 1736 (java) R 1733 1735 578 0 -1 64 13117 260 1 0 88 10 13 0 17 0 10 0 28275477 888942592 11259 996147200 134512640 134550932 4294955968 18446744073709551615 4125925036 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1735/tid=1738] ppid=1733 vsize=868108 CPUtime=0.18
/proc/1735/task/1738/stat : 1738 (java) S 1733 1735 578 0 -1 64 3218 260 0 0 5 0 13 0 16 0 10 0 28275478 888942592 11259 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1735/tid=1739] ppid=1733 vsize=868108 CPUtime=0.13
/proc/1735/task/1739/stat : 1739 (java) S 1733 1735 578 0 -1 64 19 260 0 0 0 0 13 0 16 0 10 0 28275479 888942592 11259 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1735/tid=1740] ppid=1733 vsize=868108 CPUtime=0.13
/proc/1735/task/1740/stat : 1740 (java) S 1733 1735 578 0 -1 64 11 260 0 0 0 0 13 0 16 0 10 0 28275479 888942592 11259 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1735/tid=1741] ppid=1733 vsize=868108 CPUtime=0.13
/proc/1735/task/1741/stat : 1741 (java) S 1733 1735 578 0 -1 64 2 260 0 0 0 0 13 0 18 0 10 0 28275481 888942592 11259 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1735/tid=1742] ppid=1733 vsize=868108 CPUtime=0.39
/proc/1735/task/1742/stat : 1742 (java) S 1733 1735 578 0 -1 64 948 260 0 0 26 0 13 0 15 0 10 0 28275481 888942592 11259 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1735/tid=1743] ppid=1733 vsize=868108 CPUtime=0.13
/proc/1735/task/1743/stat : 1743 (java) S 1733 1735 578 0 -1 64 0 260 0 0 0 0 13 0 19 0 10 0 28275481 888942592 11259 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1735/tid=1744] ppid=1733 vsize=868108 CPUtime=0.13
/proc/1735/task/1744/stat : 1744 (java) S 1733 1735 578 0 -1 64 11 260 0 0 0 0 13 0 15 0 10 0 28275481 888942592 11259 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) 868108

[startup+3.10195 s]
/proc/loadavg: 1.99 1.98 1.99 3/89 1750
/proc/meminfo: memFree=1562840/2055920 swapFree=4192812/4192956
[pid=1735] ppid=1733 vsize=868240 CPUtime=3.04
/proc/1735/stat : 1735 (java) S 1733 1735 578 0 -1 0 18301 383 1 0 277 14 13 0 18 0 9 0 28275475 889077760 11436 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1735/statm: 217060 11436 2658 9 0 211496 0
[pid=1735/tid=1736] ppid=1733 vsize=868240 CPUtime=2.6
/proc/1735/task/1736/stat : 1736 (java) R 1733 1735 578 0 -1 64 13231 383 1 0 236 11 13 0 25 0 9 0 28275477 889077760 11436 996147200 134512640 134550932 4294955968 18446744073709551615 4127187132 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1735/tid=1738] ppid=1733 vsize=868240 CPUtime=0.18
/proc/1735/task/1738/stat : 1738 (java) S 1733 1735 578 0 -1 64 3219 383 0 0 5 0 13 0 17 0 9 0 28275478 889077760 11436 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1735/tid=1739] ppid=1733 vsize=868240 CPUtime=0.13
/proc/1735/task/1739/stat : 1739 (java) S 1733 1735 578 0 -1 64 19 383 0 0 0 0 13 0 16 0 9 0 28275479 889077760 11436 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1735/tid=1740] ppid=1733 vsize=868240 CPUtime=0.13
/proc/1735/task/1740/stat : 1740 (java) S 1733 1735 578 0 -1 64 11 383 0 0 0 0 13 0 16 0 9 0 28275479 889077760 11436 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1735/tid=1741] ppid=1733 vsize=868240 CPUtime=0.13
/proc/1735/task/1741/stat : 1741 (java) S 1733 1735 578 0 -1 64 2 383 0 0 0 0 13 0 18 0 9 0 28275481 889077760 11436 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1735/tid=1742] ppid=1733 vsize=868240 CPUtime=0.48
/proc/1735/task/1742/stat : 1742 (java) S 1733 1735 578 0 -1 64 1012 383 0 0 34 1 13 0 15 0 9 0 28275481 889077760 11436 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1735/tid=1743] ppid=1733 vsize=868240 CPUtime=0.13
/proc/1735/task/1743/stat : 1743 (java) S 1733 1735 578 0 -1 64 0 383 0 0 0 0 13 0 19 0 9 0 28275481 889077760 11436 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1735/tid=1744] ppid=1733 vsize=868240 CPUtime=0.13
/proc/1735/task/1744/stat : 1744 (java) S 1733 1735 578 0 -1 64 11 383 0 0 0 0 13 0 15 0 9 0 28275481 889077760 11436 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 868240

[startup+6.30127 s]
/proc/loadavg: 1.99 1.98 1.99 3/89 1750
/proc/meminfo: memFree=1562456/2055920 swapFree=4192812/4192956
[pid=1735] ppid=1733 vsize=868240 CPUtime=6.21
/proc/1735/stat : 1735 (java) S 1733 1735 578 0 -1 0 18334 383 1 0 594 14 13 0 18 0 9 0 28275475 889077760 11439 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1735/statm: 217060 11439 2658 9 0 211496 0
[pid=1735/tid=1736] ppid=1733 vsize=868240 CPUtime=5.77
/proc/1735/task/1736/stat : 1736 (java) R 1733 1735 578 0 -1 64 13234 383 1 0 553 11 13 0 25 0 9 0 28275477 889077760 11439 996147200 134512640 134550932 4294955968 18446744073709551615 4127181627 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1735/tid=1738] ppid=1733 vsize=868240 CPUtime=0.18
/proc/1735/task/1738/stat : 1738 (java) S 1733 1735 578 0 -1 64 3219 383 0 0 5 0 13 0 16 0 9 0 28275478 889077760 11439 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1735/tid=1739] ppid=1733 vsize=868240 CPUtime=0.13
/proc/1735/task/1739/stat : 1739 (java) S 1733 1735 578 0 -1 64 19 383 0 0 0 0 13 0 16 0 9 0 28275479 889077760 11439 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1735/tid=1740] ppid=1733 vsize=868240 CPUtime=0.13
/proc/1735/task/1740/stat : 1740 (java) S 1733 1735 578 0 -1 64 11 383 0 0 0 0 13 0 16 0 9 0 28275479 889077760 11439 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1735/tid=1741] ppid=1733 vsize=868240 CPUtime=0.13
/proc/1735/task/1741/stat : 1741 (java) S 1733 1735 578 0 -1 64 2 383 0 0 0 0 13 0 18 0 9 0 28275481 889077760 11439 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1735/tid=1742] ppid=1733 vsize=868240 CPUtime=0.48
/proc/1735/task/1742/stat : 1742 (java) S 1733 1735 578 0 -1 64 1014 383 0 0 34 1 13 0 16 0 9 0 28275481 889077760 11439 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1735/tid=1743] ppid=1733 vsize=868240 CPUtime=0.13
/proc/1735/task/1743/stat : 1743 (java) S 1733 1735 578 0 -1 64 0 383 0 0 0 0 13 0 19 0 9 0 28275481 889077760 11439 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1735/tid=1744] ppid=1733 vsize=868240 CPUtime=0.13
/proc/1735/task/1744/stat : 1744 (java) S 1733 1735 578 0 -1 64 39 383 0 0 0 0 13 0 15 0 9 0 28275481 889077760 11439 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 868240

[startup+12.7019 s]
/proc/loadavg: 1.99 1.98 1.99 3/89 1750
/proc/meminfo: memFree=1562456/2055920 swapFree=4192812/4192956
[pid=1735] ppid=1733 vsize=868240 CPUtime=12.56
/proc/1735/stat : 1735 (java) S 1733 1735 578 0 -1 0 18338 383 1 0 1229 14 13 0 18 0 9 0 28275475 889077760 11442 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1735/statm: 217060 11442 2658 9 0 211496 0
[pid=1735/tid=1736] ppid=1733 vsize=868240 CPUtime=12.11
/proc/1735/task/1736/stat : 1736 (java) R 1733 1735 578 0 -1 64 13237 383 1 0 1187 11 13 0 25 0 9 0 28275477 889077760 11442 996147200 134512640 134550932 4294955968 18446744073709551615 4127164250 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1735/tid=1738] ppid=1733 vsize=868240 CPUtime=0.18
/proc/1735/task/1738/stat : 1738 (java) S 1733 1735 578 0 -1 64 3219 383 0 0 5 0 13 0 16 0 9 0 28275478 889077760 11442 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1735/tid=1739] ppid=1733 vsize=868240 CPUtime=0.13
/proc/1735/task/1739/stat : 1739 (java) S 1733 1735 578 0 -1 64 19 383 0 0 0 0 13 0 16 0 9 0 28275479 889077760 11442 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1735/tid=1740] ppid=1733 vsize=868240 CPUtime=0.13
/proc/1735/task/1740/stat : 1740 (java) S 1733 1735 578 0 -1 64 11 383 0 0 0 0 13 0 16 0 9 0 28275479 889077760 11442 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1735/tid=1741] ppid=1733 vsize=868240 CPUtime=0.13
/proc/1735/task/1741/stat : 1741 (java) S 1733 1735 578 0 -1 64 2 383 0 0 0 0 13 0 18 0 9 0 28275481 889077760 11442 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1735/tid=1742] ppid=1733 vsize=868240 CPUtime=0.49
/proc/1735/task/1742/stat : 1742 (java) S 1733 1735 578 0 -1 64 1015 383 0 0 35 1 13 0 16 0 9 0 28275481 889077760 11442 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1735/tid=1743] ppid=1733 vsize=868240 CPUtime=0.13
/proc/1735/task/1743/stat : 1743 (java) S 1733 1735 578 0 -1 64 0 383 0 0 0 0 13 0 19 0 9 0 28275481 889077760 11442 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1735/tid=1744] ppid=1733 vsize=868240 CPUtime=0.13
/proc/1735/task/1744/stat : 1744 (java) S 1733 1735 578 0 -1 64 39 383 0 0 0 0 13 0 15 0 9 0 28275481 889077760 11442 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 868240

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

[startup+13.502 s]
/proc/loadavg: 1.99 1.98 1.99 4/89 1750
/proc/meminfo: memFree=1562392/2055920 swapFree=4192812/4192956
[pid=1735] ppid=1733 vsize=868240 CPUtime=13.35
/proc/1735/stat : 1735 (java) S 1733 1735 578 0 -1 0 18339 383 1 0 1308 14 13 0 18 0 9 0 28275475 889077760 11443 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1735/statm: 217060 11443 2658 9 0 211496 0
[pid=1735/tid=1736] ppid=1733 vsize=868240 CPUtime=12.9
/proc/1735/task/1736/stat : 1736 (java) R 1733 1735 578 0 -1 64 13238 383 1 0 1266 11 13 0 25 0 9 0 28275477 889077760 11443 996147200 134512640 134550932 4294955968 18446744073709551615 4126095957 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1735/tid=1738] ppid=1733 vsize=868240 CPUtime=0.18
/proc/1735/task/1738/stat : 1738 (java) S 1733 1735 578 0 -1 64 3219 383 0 0 5 0 13 0 16 0 9 0 28275478 889077760 11443 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1735/tid=1739] ppid=1733 vsize=868240 CPUtime=0.13
/proc/1735/task/1739/stat : 1739 (java) S 1733 1735 578 0 -1 64 19 383 0 0 0 0 13 0 16 0 9 0 28275479 889077760 11443 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1735/tid=1740] ppid=1733 vsize=868240 CPUtime=0.13
/proc/1735/task/1740/stat : 1740 (java) S 1733 1735 578 0 -1 64 11 383 0 0 0 0 13 0 16 0 9 0 28275479 889077760 11443 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1735/tid=1741] ppid=1733 vsize=868240 CPUtime=0.13
/proc/1735/task/1741/stat : 1741 (java) S 1733 1735 578 0 -1 64 2 383 0 0 0 0 13 0 18 0 9 0 28275481 889077760 11443 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1735/tid=1742] ppid=1733 vsize=868240 CPUtime=0.49
/proc/1735/task/1742/stat : 1742 (java) S 1733 1735 578 0 -1 64 1015 383 0 0 35 1 13 0 16 0 9 0 28275481 889077760 11443 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1735/tid=1743] ppid=1733 vsize=868240 CPUtime=0.13
/proc/1735/task/1743/stat : 1743 (java) S 1733 1735 578 0 -1 64 0 383 0 0 0 0 13 0 19 0 9 0 28275481 889077760 11443 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1735/tid=1744] ppid=1733 vsize=868240 CPUtime=0.13
/proc/1735/task/1744/stat : 1744 (java) S 1733 1735 578 0 -1 64 39 383 0 0 0 0 13 0 15 0 9 0 28275481 889077760 11443 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.35
Current children cumulated vsize (KiB) 868240

[startup+14.3061 s]
/proc/loadavg: 1.99 1.98 1.99 3/89 1750
/proc/meminfo: memFree=1562456/2055920 swapFree=4192812/4192956
[pid=1735] ppid=1733 vsize=868240 CPUtime=14.14
/proc/1735/stat : 1735 (java) S 1733 1735 578 0 -1 0 18339 383 1 0 1387 14 13 0 18 0 9 0 28275475 889077760 11443 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1735/statm: 217060 11443 2658 9 0 211496 0
[pid=1735/tid=1736] ppid=1733 vsize=868240 CPUtime=13.69
/proc/1735/task/1736/stat : 1736 (java) R 1733 1735 578 0 -1 64 13238 383 1 0 1345 11 13 0 25 0 9 0 28275477 889077760 11443 996147200 134512640 134550932 4294955968 18446744073709551615 4127168395 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1735/tid=1738] ppid=1733 vsize=868240 CPUtime=0.18
/proc/1735/task/1738/stat : 1738 (java) S 1733 1735 578 0 -1 64 3219 383 0 0 5 0 13 0 16 0 9 0 28275478 889077760 11443 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1735/tid=1739] ppid=1733 vsize=868240 CPUtime=0.13
/proc/1735/task/1739/stat : 1739 (java) S 1733 1735 578 0 -1 64 19 383 0 0 0 0 13 0 16 0 9 0 28275479 889077760 11443 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1735/tid=1740] ppid=1733 vsize=868240 CPUtime=0.13
/proc/1735/task/1740/stat : 1740 (java) S 1733 1735 578 0 -1 64 11 383 0 0 0 0 13 0 16 0 9 0 28275479 889077760 11443 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1735/tid=1741] ppid=1733 vsize=868240 CPUtime=0.13
/proc/1735/task/1741/stat : 1741 (java) S 1733 1735 578 0 -1 64 2 383 0 0 0 0 13 0 18 0 9 0 28275481 889077760 11443 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1735/tid=1742] ppid=1733 vsize=868240 CPUtime=0.49
/proc/1735/task/1742/stat : 1742 (java) S 1733 1735 578 0 -1 64 1015 383 0 0 35 1 13 0 16 0 9 0 28275481 889077760 11443 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1735/tid=1743] ppid=1733 vsize=868240 CPUtime=0.13
/proc/1735/task/1743/stat : 1743 (java) S 1733 1735 578 0 -1 64 0 383 0 0 0 0 13 0 19 0 9 0 28275481 889077760 11443 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1735/tid=1744] ppid=1733 vsize=868240 CPUtime=0.13
/proc/1735/task/1744/stat : 1744 (java) S 1733 1735 578 0 -1 64 39 383 0 0 0 0 13 0 15 0 9 0 28275481 889077760 11443 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.14
Current children cumulated vsize (KiB) 868240

[startup+14.5011 s]
/proc/loadavg: 1.99 1.98 1.99 3/89 1750
/proc/meminfo: memFree=1562456/2055920 swapFree=4192812/4192956
[pid=1735] ppid=1733 vsize=868240 CPUtime=14.33
/proc/1735/stat : 1735 (java) S 1733 1735 578 0 -1 0 18339 383 1 0 1406 14 13 0 18 0 9 0 28275475 889077760 11443 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1735/statm: 217060 11443 2658 9 0 211496 0
[pid=1735/tid=1736] ppid=1733 vsize=868240 CPUtime=13.89
/proc/1735/task/1736/stat : 1736 (java) R 1733 1735 578 0 -1 64 13238 383 1 0 1365 11 13 0 25 0 9 0 28275477 889077760 11443 996147200 134512640 134550932 4294955968 18446744073709551615 4127180187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1735/tid=1738] ppid=1733 vsize=868240 CPUtime=0.18
/proc/1735/task/1738/stat : 1738 (java) S 1733 1735 578 0 -1 64 3219 383 0 0 5 0 13 0 16 0 9 0 28275478 889077760 11443 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1735/tid=1739] ppid=1733 vsize=868240 CPUtime=0.13
/proc/1735/task/1739/stat : 1739 (java) S 1733 1735 578 0 -1 64 19 383 0 0 0 0 13 0 16 0 9 0 28275479 889077760 11443 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1735/tid=1740] ppid=1733 vsize=868240 CPUtime=0.13
/proc/1735/task/1740/stat : 1740 (java) S 1733 1735 578 0 -1 64 11 383 0 0 0 0 13 0 16 0 9 0 28275479 889077760 11443 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1735/tid=1741] ppid=1733 vsize=868240 CPUtime=0.13
/proc/1735/task/1741/stat : 1741 (java) S 1733 1735 578 0 -1 64 2 383 0 0 0 0 13 0 18 0 9 0 28275481 889077760 11443 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1735/tid=1742] ppid=1733 vsize=868240 CPUtime=0.49
/proc/1735/task/1742/stat : 1742 (java) S 1733 1735 578 0 -1 64 1015 383 0 0 35 1 13 0 16 0 9 0 28275481 889077760 11443 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1735/tid=1743] ppid=1733 vsize=868240 CPUtime=0.13
/proc/1735/task/1743/stat : 1743 (java) S 1733 1735 578 0 -1 64 0 383 0 0 0 0 13 0 19 0 9 0 28275481 889077760 11443 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1735/tid=1744] ppid=1733 vsize=868240 CPUtime=0.13
/proc/1735/task/1744/stat : 1744 (java) S 1733 1735 578 0 -1 64 39 383 0 0 0 0 13 0 15 0 9 0 28275481 889077760 11443 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.33
Current children cumulated vsize (KiB) 868240

Child status: 0
Real time (s): 14.5954
CPU time (s): 14.4098
CPU user time (s): 14.2498
CPU system time (s): 0.159975
CPU usage (%): 98.7285
Max. virtual memory (cumulated for all children) (KiB): 868240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.2498
system time used= 0.159975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18837
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= 1712
involuntary context switches= 2283

runsolver used 0.026995 second user time and 0.048992 second system time

The end

Launcher Data

Begin job on node17 at 2009-07-12 17:21:22
IDJOB=2097333
IDBENCH=57144
IDSOLVER=773
FILE ID=node17/2097333-1247412082
PBS_JOBID= 9510609
Free space on /tmp= 66452 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/haystacks/normalized-haystacks-13.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-2097333-1247412082/watcher-2097333-1247412082 -o /tmp/evaluation-result-2097333-1247412082/solver-2097333-1247412082 -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-2097333-1247412082.xml

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

MD5SUM BENCH= 1e59f061701cb973e6608a9b73c6241d
RANDOM SEED=1500208733

node17.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.213
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.213
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:       1598976 kB
Buffers:         82940 kB
Cached:         193956 kB
SwapCached:          0 kB
Active:         281328 kB
Inactive:       106828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1598976 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2168 kB
Writeback:           0 kB
Mapped:         131660 kB
Slab:            53760 kB
Committed_AS:   997852 kB
PageTables:       2076 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= 66448 MiB
End job on node17 at 2009-07-12 17:21:37