Trace number 2097316

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 ESACUNSAT 13.7139 13.8766

DiagnosticValue
CHECKS659159
NODES0

General information on the benchmark

Namecsp/haystacks/
normalized-haystacks-26.xml
MD5SUMce7f4058683062b14d9ebfb55192dac0
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 benchmark3.87041
Satisfiable
(Un)Satisfiability was proved
Number of variables676
Number of constraints8475
Maximum constraint arity2
Maximum domain size26
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8475
Global constraints used (with number of constraints)

Solver Data

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=esac.xml
0.28/0.32	   
0.28/0.32	   instance
0.28/0.32	     name=HOME/instance-2097316-1247412055.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.49	     nbVariables=676  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26  nbTotalValues=17576
0.38/0.49	       =>  wckTime=0.247  cpuTime=0.17  mem=9M843
0.38/0.49	   
0.38/0.49	   predicates being loaded...
0.48/0.56	   
0.48/0.56	   constraints being loaded...
12.35/12.55	     nbConstraints=9125  nbGlobalConstraints=650  nbConvertedConstraints=8475  nbConvertConstraintsChecks=2693860
12.35/12.55	     nbExtensionStructures=3985  nbSharedExtensionStructures=8470  nbConflictsStructures=4583
12.35/12.55	     nbSharedConflictsStructures=8470  nbSharedBinaryRepresentations=207063  minDegree=26  maxDegree=30  minArity=2
12.35/12.55	     avgArity=2.21  maxArity=54  nbGenerators=624  nbFusions=600  symmetryWckTime=9.193  symmetryCpuTime=2.93
12.35/12.55	     nbCliques=26
12.35/12.55	       =>  wckTime=12.304  cpuTime=5.69  mem=14M753
12.45/12.70	   
12.45/12.70	   solver IterativeSystematicSolver being built... 
12.55/12.77	   
12.55/12.77	   INFO : Forward propagation technique limited 
12.65/12.87	       =>  wckTime=12.625  cpuTime=5.85  mem=33M47
13.64/13.83	   
13.64/13.83	   preprocessing
13.64/13.83	     nbConstraintChecks=659159  nbPropagations=21596  nbRevisions=278743  nbUselessRevisions=267032
13.64/13.83	     nbSingletonTests=3248  nbEffectiveSingletonTests=5  nbACRemovals=15100  nbFoundSingletons=0  nbRemovedValues=15112
13.64/13.83	     nbRemovedTuples=650  detectedInconsistency=yes
13.64/13.83	       =>  wckTime=0.951  cpuTime=0.88  mem=34M11
13.64/13.83	   
13.64/13.83	   global
13.64/13.83	     nbConstraintChecks=659159  nbPropagations=21596  nbRevisions=278743  nbUselessRevisions=267032  nbRestartNogoods=0
13.64/13.83	     solvingWckTime=0.956  solvingCpuTime=0.88  expiredTime=no  totalExploration=yes  nbFoundSolutions=0
13.64/13.83	     globalCpuTime=6.78
13.64/13.83	       =>  wckTime=13.584  cpuTime=6.73  mem=34M11
13.64/13.83	   
13.64/13.83	s UNSATISFIABLE
13.64/13.83	d NODES 0
13.64/13.83	d CHECKS 659159
13.64/13.83	   
13.64/13.83	   totalWckTime=13.648  totalCpuTime=6.78

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-2097316-1247412055/watcher-2097316-1247412055 -o /tmp/evaluation-result-2097316-1247412055/solver-2097316-1247412055 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2097316-1247412055.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.38 2.25 2.12 3/80 32429
/proc/meminfo: memFree=1740184/2055920 swapFree=4192812/4192956
[pid=32429] ppid=32427 vsize=18576 CPUtime=0
/proc/32429/stat : 32429 (runsolver) R 32427 32429 31110 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 28271903 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 266134416679 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/32429/statm: 4644 284 249 26 0 2626 0

[startup+0.100644 s]
/proc/loadavg: 2.38 2.25 2.12 3/80 32429
/proc/meminfo: memFree=1740184/2055920 swapFree=4192812/4192956
[pid=32429] ppid=32427 vsize=865984 CPUtime=0.09
/proc/32429/stat : 32429 (java) S 32427 32429 31110 0 -1 0 3756 0 1 0 7 2 0 0 18 0 9 0 28271903 886767616 3215 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32429/statm: 216496 3215 1697 9 0 210981 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865984

[startup+0.201662 s]
/proc/loadavg: 2.38 2.25 2.12 3/80 32429
/proc/meminfo: memFree=1740184/2055920 swapFree=4192812/4192956
[pid=32429] ppid=32427 vsize=866144 CPUtime=0.18
/proc/32429/stat : 32429 (java) S 32427 32429 31110 0 -1 0 4739 0 1 0 15 3 0 0 18 0 9 0 28271903 886931456 4156 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32429/statm: 216536 4156 1878 9 0 211014 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 866144

[startup+0.301666 s]
/proc/loadavg: 2.38 2.25 2.12 3/80 32429
/proc/meminfo: memFree=1740184/2055920 swapFree=4192812/4192956
[pid=32429] ppid=32427 vsize=866296 CPUtime=0.28
/proc/32429/stat : 32429 (java) S 32427 32429 31110 0 -1 0 5677 0 1 0 24 4 0 0 18 0 9 0 28271903 887087104 5080 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32429/statm: 216574 5080 1927 9 0 211052 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866296

[startup+0.70171 s]
/proc/loadavg: 2.38 2.25 2.12 3/80 32429
/proc/meminfo: memFree=1740184/2055920 swapFree=4192812/4192956
[pid=32429] ppid=32427 vsize=867780 CPUtime=0.68
/proc/32429/stat : 32429 (java) S 32427 32429 31110 0 -1 0 8411 0 1 0 62 6 0 0 18 0 9 0 28271903 888606720 7765 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32429/statm: 216945 7765 2036 9 0 211381 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867780

[startup+1.5028 s]
/proc/loadavg: 2.38 2.25 2.12 3/89 32438
/proc/meminfo: memFree=1695952/2055920 swapFree=4192812/4192956
[pid=32429] ppid=32427 vsize=867780 CPUtime=1.47
/proc/32429/stat : 32429 (java) S 32427 32429 31110 0 -1 0 15172 0 1 0 131 16 0 0 18 0 9 0 28271903 888606720 14523 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32429/statm: 216945 14523 2041 9 0 211381 0
[pid=32429/tid=32431] ppid=32427 vsize=867780 CPUtime=1.23
/proc/32429/task/32431/stat : 32431 (java) R 32427 32429 31110 0 -1 64 13755 0 1 0 109 14 0 0 25 0 9 0 28271904 888606720 14523 996147200 134512640 134550932 4294955968 18446744073709551615 4125952213 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32429/tid=32432] ppid=32427 vsize=867780 CPUtime=0
/proc/32429/task/32432/stat : 32432 (java) S 32427 32429 31110 0 -1 64 3 0 0 0 0 0 0 0 17 0 9 0 28271905 888606720 14523 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32429/tid=32433] ppid=32427 vsize=867780 CPUtime=0
/proc/32429/task/32433/stat : 32433 (java) S 32427 32429 31110 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 28271906 888606720 14523 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32429/tid=32434] ppid=32427 vsize=867780 CPUtime=0
/proc/32429/task/32434/stat : 32434 (java) S 32427 32429 31110 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 28271906 888606720 14523 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32429/tid=32435] ppid=32427 vsize=867780 CPUtime=0
/proc/32429/task/32435/stat : 32435 (java) S 32427 32429 31110 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28271908 888606720 14523 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32429/tid=32436] ppid=32427 vsize=867780 CPUtime=0.21
/proc/32429/task/32436/stat : 32436 (java) S 32427 32429 31110 0 -1 64 718 0 0 0 21 0 0 0 16 0 9 0 28271908 888606720 14523 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32429/tid=32437] ppid=32427 vsize=867780 CPUtime=0
/proc/32429/task/32437/stat : 32437 (java) S 32427 32429 31110 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28271908 888606720 14523 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32429/tid=32438] ppid=32427 vsize=867780 CPUtime=0
/proc/32429/task/32438/stat : 32438 (java) S 32427 32429 31110 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28271908 888606720 14523 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867780

[startup+3.10297 s]
/proc/loadavg: 2.38 2.25 2.12 3/89 32438
/proc/meminfo: memFree=1674960/2055920 swapFree=4192812/4192956
[pid=32429] ppid=32427 vsize=867692 CPUtime=3.06
/proc/32429/stat : 32429 (java) S 32427 32429 31110 0 -1 0 18875 0 1 0 263 43 0 0 18 0 9 0 28271903 888516608 18200 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32429/statm: 216923 18200 2029 9 0 211381 0
[pid=32429/tid=32431] ppid=32427 vsize=867692 CPUtime=2.72
/proc/32429/task/32431/stat : 32431 (java) R 32427 32429 31110 0 -1 64 15831 0 1 0 231 41 0 0 25 0 9 0 28271904 888516608 18200 996147200 134512640 134550932 4294955968 18446744073709551615 102724601 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32429/tid=32432] ppid=32427 vsize=867692 CPUtime=0.07
/proc/32429/task/32432/stat : 32432 (java) S 32427 32429 31110 0 -1 64 1605 0 0 0 7 0 0 0 17 0 9 0 28271905 888516608 18200 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32429/tid=32433] ppid=32427 vsize=867692 CPUtime=0
/proc/32429/task/32433/stat : 32433 (java) S 32427 32429 31110 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28271906 888516608 18200 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32429/tid=32434] ppid=32427 vsize=867692 CPUtime=0
/proc/32429/task/32434/stat : 32434 (java) S 32427 32429 31110 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28271906 888516608 18200 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32429/tid=32435] ppid=32427 vsize=867692 CPUtime=0
/proc/32429/task/32435/stat : 32435 (java) S 32427 32429 31110 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28271908 888516608 18200 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32429/tid=32436] ppid=32427 vsize=867692 CPUtime=0.24
/proc/32429/task/32436/stat : 32436 (java) S 32427 32429 31110 0 -1 64 737 0 0 0 24 0 0 0 16 0 9 0 28271908 888516608 18200 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32429/tid=32437] ppid=32427 vsize=867692 CPUtime=0
/proc/32429/task/32437/stat : 32437 (java) S 32427 32429 31110 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28271908 888516608 18200 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32429/tid=32438] ppid=32427 vsize=867692 CPUtime=0
/proc/32429/task/32438/stat : 32438 (java) S 32427 32429 31110 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28271908 888516608 18200 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867692

[startup+6.30132 s]
/proc/loadavg: 2.35 2.24 2.12 3/91 32440
/proc/meminfo: memFree=1671296/2055920 swapFree=4192812/4192956
[pid=32429] ppid=32427 vsize=868016 CPUtime=3.46
/proc/32429/stat : 32429 (java) S 32427 32429 31110 0 -1 0 20033 0 1 0 298 48 0 0 18 0 10 0 28271903 888848384 18233 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32429/statm: 217004 18233 2032 9 0 211462 0
[pid=32440] ppid=32429 vsize=4680 CPUtime=2.76
/proc/32440/stat : 32440 (saucy) R 32429 32429 31110 0 -1 4194304 823 0 0 0 275 1 0 0 25 0 1 0 28272252 4792320 795 996147200 134512640 134531332 4294956000 18446744073709551615 134521033 0 4 0 0 0 0 0 17 1 0 0
/proc/32440/statm: 1170 795 104 4 0 846 0
[pid=32429/tid=32431] ppid=32427 vsize=868016 CPUtime=3.1
/proc/32429/task/32431/stat : 32431 (java) S 32427 32429 31110 0 -1 64 16228 0 1 0 265 45 0 0 15 0 10 0 28271904 888848384 18233 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=32429/tid=32432] ppid=32427 vsize=868016 CPUtime=0.07
/proc/32429/task/32432/stat : 32432 (java) S 32427 32429 31110 0 -1 64 2190 0 0 0 7 0 0 0 16 0 10 0 28271905 888848384 18233 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32429/tid=32433] ppid=32427 vsize=868016 CPUtime=0
/proc/32429/task/32433/stat : 32433 (java) S 32427 32429 31110 0 -1 64 16 0 0 0 0 0 0 0 16 0 10 0 28271906 888848384 18233 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32429/tid=32434] ppid=32427 vsize=868016 CPUtime=0
/proc/32429/task/32434/stat : 32434 (java) S 32427 32429 31110 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 28271906 888848384 18233 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32429/tid=32435] ppid=32427 vsize=868016 CPUtime=0
/proc/32429/task/32435/stat : 32435 (java) S 32427 32429 31110 0 -1 64 2 0 0 0 0 0 0 0 18 0 10 0 28271908 888848384 18233 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32429/tid=32436] ppid=32427 vsize=868016 CPUtime=0.26
/proc/32429/task/32436/stat : 32436 (java) S 32427 32429 31110 0 -1 64 788 0 0 0 25 1 0 0 15 0 10 0 28271908 888848384 18233 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32429/tid=32437] ppid=32427 vsize=868016 CPUtime=0
/proc/32429/task/32437/stat : 32437 (java) S 32427 32429 31110 0 -1 64 0 0 0 0 0 0 0 0 19 0 10 0 28271908 888848384 18233 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32429/tid=32438] ppid=32427 vsize=868016 CPUtime=0
/proc/32429/task/32438/stat : 32438 (java) S 32427 32429 31110 0 -1 64 60 0 0 0 0 0 0 0 15 0 10 0 28271908 888848384 18233 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32429/tid=32439] ppid=32427 vsize=868016 CPUtime=0
/proc/32429/task/32439/stat : 32439 (java) S 32427 32429 31110 0 -1 64 66 0 0 0 0 0 0 0 25 0 10 0 28272252 888848384 18233 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 872696

[startup+12.702 s]
/proc/loadavg: 2.32 2.24 2.12 3/89 32442
/proc/meminfo: memFree=1674048/2055920 swapFree=4192812/4192956
[pid=32429] ppid=32427 vsize=868428 CPUtime=12.55
/proc/32429/stat : 32429 (java) S 32427 32429 31110 0 -1 0 35278 1183 1 0 602 53 598 2 18 0 9 0 28271903 889270272 22883 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32429/statm: 217107 22883 2658 9 0 211543 0
[pid=32429/tid=32431] ppid=32427 vsize=868428 CPUtime=11.91
/proc/32429/task/32431/stat : 32431 (java) R 32427 32429 31110 0 -1 64 20296 1183 1 0 544 47 598 2 19 0 9 0 28271904 889270272 22883 996147200 134512640 134550932 4294955968 18446744073709551615 4125975926 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32429/tid=32432] ppid=32427 vsize=868428 CPUtime=6.3
/proc/32429/task/32432/stat : 32432 (java) S 32427 32429 31110 0 -1 64 13080 1183 0 0 28 2 598 2 17 0 9 0 28271905 889270272 22883 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32429/tid=32433] ppid=32427 vsize=868428 CPUtime=6
/proc/32429/task/32433/stat : 32433 (java) S 32427 32429 31110 0 -1 64 20 1183 0 0 0 0 598 2 16 0 9 0 28271906 889270272 22883 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32429/tid=32434] ppid=32427 vsize=868428 CPUtime=6
/proc/32429/task/32434/stat : 32434 (java) S 32427 32429 31110 0 -1 64 11 1183 0 0 0 0 598 2 15 0 9 0 28271906 889270272 22883 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32429/tid=32435] ppid=32427 vsize=868428 CPUtime=6
/proc/32429/task/32435/stat : 32435 (java) S 32427 32429 31110 0 -1 64 2 1183 0 0 0 0 598 2 18 0 9 0 28271908 889270272 22883 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32429/tid=32436] ppid=32427 vsize=868428 CPUtime=6.3
/proc/32429/task/32436/stat : 32436 (java) S 32427 32429 31110 0 -1 64 993 1183 0 0 29 1 598 2 15 0 9 0 28271908 889270272 22883 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32429/tid=32437] ppid=32427 vsize=868428 CPUtime=6
/proc/32429/task/32437/stat : 32437 (java) S 32427 32429 31110 0 -1 64 0 1183 0 0 0 0 598 2 19 0 9 0 28271908 889270272 22883 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32429/tid=32438] ppid=32427 vsize=868428 CPUtime=6
/proc/32429/task/32438/stat : 32438 (java) S 32427 32429 31110 0 -1 64 64 1183 0 0 0 0 598 2 15 0 9 0 28271908 889270272 22883 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 868428

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

[startup+12.802 s]
/proc/loadavg: 2.32 2.24 2.12 3/89 32442
/proc/meminfo: memFree=1674048/2055920 swapFree=4192812/4192956
[pid=32429] ppid=32427 vsize=868428 CPUtime=12.65
/proc/32429/stat : 32429 (java) S 32427 32429 31110 0 -1 0 35947 1183 1 0 612 53 598 2 18 0 9 0 28271903 889270272 22939 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32429/statm: 217107 22939 2659 9 0 211543 0
[pid=32429/tid=32431] ppid=32427 vsize=868428 CPUtime=11.99
/proc/32429/task/32431/stat : 32431 (java) R 32427 32429 31110 0 -1 64 20944 1183 1 0 552 47 598 2 19 0 9 0 28271904 889270272 22939 996147200 134512640 134550932 4294955968 18446744073709551615 4125962414 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32429/tid=32432] ppid=32427 vsize=868428 CPUtime=6.3
/proc/32429/task/32432/stat : 32432 (java) S 32427 32429 31110 0 -1 64 13080 1183 0 0 28 2 598 2 17 0 9 0 28271905 889270272 22939 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32429/tid=32433] ppid=32427 vsize=868428 CPUtime=6
/proc/32429/task/32433/stat : 32433 (java) S 32427 32429 31110 0 -1 64 20 1183 0 0 0 0 598 2 16 0 9 0 28271906 889270272 22939 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32429/tid=32434] ppid=32427 vsize=868428 CPUtime=6
/proc/32429/task/32434/stat : 32434 (java) S 32427 32429 31110 0 -1 64 11 1183 0 0 0 0 598 2 15 0 9 0 28271906 889270272 22939 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32429/tid=32435] ppid=32427 vsize=868428 CPUtime=6
/proc/32429/task/32435/stat : 32435 (java) S 32427 32429 31110 0 -1 64 2 1183 0 0 0 0 598 2 18 0 9 0 28271908 889270272 22939 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32429/tid=32436] ppid=32427 vsize=868428 CPUtime=6.32
/proc/32429/task/32436/stat : 32436 (java) S 32427 32429 31110 0 -1 64 1014 1183 0 0 31 1 598 2 15 0 9 0 28271908 889270272 22939 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32429/tid=32437] ppid=32427 vsize=868428 CPUtime=6
/proc/32429/task/32437/stat : 32437 (java) S 32427 32429 31110 0 -1 64 0 1183 0 0 0 0 598 2 19 0 9 0 28271908 889270272 22939 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32429/tid=32438] ppid=32427 vsize=868428 CPUtime=6
/proc/32429/task/32438/stat : 32438 (java) S 32427 32429 31110 0 -1 64 64 1183 0 0 0 0 598 2 15 0 9 0 28271908 889270272 22939 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 868428

[startup+13.6021 s]
/proc/loadavg: 2.32 2.24 2.12 3/89 32442
/proc/meminfo: memFree=1657792/2055920 swapFree=4192812/4192956
[pid=32429] ppid=32427 vsize=868428 CPUtime=13.44
/proc/32429/stat : 32429 (java) S 32427 32429 31110 0 -1 0 36972 1183 1 0 689 55 598 2 18 0 9 0 28271903 889270272 23001 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32429/statm: 217107 23001 2662 9 0 211543 0
[pid=32429/tid=32431] ppid=32427 vsize=868428 CPUtime=12.72
/proc/32429/task/32431/stat : 32431 (java) R 32427 32429 31110 0 -1 64 21937 1183 1 0 624 48 598 2 21 0 9 0 28271904 889270272 23001 996147200 134512640 134550932 4294955968 18446744073709551615 4127352715 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32429/tid=32432] ppid=32427 vsize=868428 CPUtime=6.3
/proc/32429/task/32432/stat : 32432 (java) S 32427 32429 31110 0 -1 64 13080 1183 0 0 28 2 598 2 17 0 9 0 28271905 889270272 23001 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32429/tid=32433] ppid=32427 vsize=868428 CPUtime=6
/proc/32429/task/32433/stat : 32433 (java) S 32427 32429 31110 0 -1 64 20 1183 0 0 0 0 598 2 16 0 9 0 28271906 889270272 23001 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32429/tid=32434] ppid=32427 vsize=868428 CPUtime=6
/proc/32429/task/32434/stat : 32434 (java) S 32427 32429 31110 0 -1 64 11 1183 0 0 0 0 598 2 15 0 9 0 28271906 889270272 23001 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32429/tid=32435] ppid=32427 vsize=868428 CPUtime=6
/proc/32429/task/32435/stat : 32435 (java) S 32427 32429 31110 0 -1 64 2 1183 0 0 0 0 598 2 18 0 9 0 28271908 889270272 23001 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32429/tid=32436] ppid=32427 vsize=868428 CPUtime=6.38
/proc/32429/task/32436/stat : 32436 (java) S 32427 32429 31110 0 -1 64 1046 1183 0 0 37 1 598 2 15 0 9 0 28271908 889270272 23001 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32429/tid=32437] ppid=32427 vsize=868428 CPUtime=6
/proc/32429/task/32437/stat : 32437 (java) S 32427 32429 31110 0 -1 64 0 1183 0 0 0 0 598 2 19 0 9 0 28271908 889270272 23001 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32429/tid=32438] ppid=32427 vsize=868428 CPUtime=6
/proc/32429/task/32438/stat : 32438 (java) S 32427 32429 31110 0 -1 64 64 1183 0 0 0 0 598 2 15 0 9 0 28271908 889270272 23001 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.44
Current children cumulated vsize (KiB) 868428

[startup+13.8022 s]
/proc/loadavg: 2.32 2.24 2.12 3/89 32442
/proc/meminfo: memFree=1657792/2055920 swapFree=4192812/4192956
[pid=32429] ppid=32427 vsize=868428 CPUtime=13.64
/proc/32429/stat : 32429 (java) S 32427 32429 31110 0 -1 0 36975 1183 1 0 709 55 598 2 18 0 9 0 28271903 889270272 23002 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32429/statm: 217107 23002 2662 9 0 211543 0
[pid=32429/tid=32431] ppid=32427 vsize=868428 CPUtime=12.91
/proc/32429/task/32431/stat : 32431 (java) R 32427 32429 31110 0 -1 64 21939 1183 1 0 643 48 598 2 21 0 9 0 28271904 889270272 23002 996147200 134512640 134550932 4294955968 18446744073709551615 4127346053 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32429/tid=32432] ppid=32427 vsize=868428 CPUtime=6.3
/proc/32429/task/32432/stat : 32432 (java) S 32427 32429 31110 0 -1 64 13080 1183 0 0 28 2 598 2 17 0 9 0 28271905 889270272 23002 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32429/tid=32433] ppid=32427 vsize=868428 CPUtime=6
/proc/32429/task/32433/stat : 32433 (java) S 32427 32429 31110 0 -1 64 20 1183 0 0 0 0 598 2 16 0 9 0 28271906 889270272 23002 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32429/tid=32434] ppid=32427 vsize=868428 CPUtime=6
/proc/32429/task/32434/stat : 32434 (java) S 32427 32429 31110 0 -1 64 11 1183 0 0 0 0 598 2 15 0 9 0 28271906 889270272 23002 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32429/tid=32435] ppid=32427 vsize=868428 CPUtime=6
/proc/32429/task/32435/stat : 32435 (java) S 32427 32429 31110 0 -1 64 2 1183 0 0 0 0 598 2 18 0 9 0 28271908 889270272 23002 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32429/tid=32436] ppid=32427 vsize=868428 CPUtime=6.38
/proc/32429/task/32436/stat : 32436 (java) S 32427 32429 31110 0 -1 64 1047 1183 0 0 37 1 598 2 15 0 9 0 28271908 889270272 23002 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32429/tid=32437] ppid=32427 vsize=868428 CPUtime=6
/proc/32429/task/32437/stat : 32437 (java) S 32427 32429 31110 0 -1 64 0 1183 0 0 0 0 598 2 19 0 9 0 28271908 889270272 23002 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32429/tid=32438] ppid=32427 vsize=868428 CPUtime=6
/proc/32429/task/32438/stat : 32438 (java) S 32427 32429 31110 0 -1 64 64 1183 0 0 0 0 598 2 15 0 9 0 28271908 889270272 23002 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.64
Current children cumulated vsize (KiB) 868428

Child status: 0
Real time (s): 13.8766
CPU time (s): 13.7139
CPU user time (s): 13.119
CPU system time (s): 0.594909
CPU usage (%): 98.8276
Max. virtual memory (cumulated for all children) (KiB): 873620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.119
system time used= 0.594909
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38244
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= 2125
involuntary context switches= 2456

runsolver used 0.026995 second user time and 0.047992 second system time

The end

Launcher Data

Begin job on node35 at 2009-07-12 17:20:55
IDJOB=2097316
IDBENCH=57125
IDSOLVER=774
FILE ID=node35/2097316-1247412055
PBS_JOBID= 9510574
Free space on /tmp= 66304 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/haystacks/normalized-haystacks-26.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= BIN/runsolver --timestamp -w /tmp/evaluation-result-2097316-1247412055/watcher-2097316-1247412055 -o /tmp/evaluation-result-2097316-1247412055/solver-2097316-1247412055 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2097316-1247412055.xml

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

MD5SUM BENCH= ce7f4058683062b14d9ebfb55192dac0
RANDOM SEED=110477565

node35.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:       1740664 kB
Buffers:         38556 kB
Cached:         127228 kB
SwapCached:          0 kB
Active:         184816 kB
Inactive:        76608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1740664 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3188 kB
Writeback:           0 kB
Mapped:         116108 kB
Slab:            39032 kB
Committed_AS:  1032804 kB
PageTables:       1964 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= 66300 MiB
End job on node35 at 2009-07-12 17:21:09