Trace number 2093036

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 ESACSAT 9.61254 9.43552

DiagnosticValue
CHECKS8119460
NODES50490

General information on the benchmark

Namecsp/QCP-15/
normalized-qcp-15-120-5_ext.xml
MD5SUMbc2a76bdfac2b8a963fd1d6b6e7ecb73
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.130979
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints2519
Maximum constraint arity2
Maximum domain size15
Number of constraints which are defined in extension2519
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	
0.00/0.08	Abscon 112 (May, 2008)
0.17/0.23	
0.17/0.23	   configuration
0.17/0.23	     name=esac.xml
0.26/0.34	   
0.26/0.34	   instance
0.26/0.34	     name=HOME/instance-2093036-1247401111.xml
0.26/0.37	   
0.26/0.37	   domains being loaded...
0.26/0.38	   
0.26/0.38	   variables being loaded...
0.34/0.42	     nbVariables=225  nbDomainTypes=16  minDomainSize=1  maxDomainSize=15  nbTotalValues=1905
0.34/0.42	       =>  wckTime=0.185  cpuTime=0.11  mem=8M867
0.34/0.42	   
0.34/0.42	   relations being loaded...
0.34/0.42	   
0.34/0.42	   constraints being loaded...
0.78/0.77	     nbConstraints=2536  nbRelationTypes=16  nbGlobalConstraints=17  nbSingletonDomainVariables=105
0.78/0.77	     nbExtensionStructures=31  nbSharedExtensionStructures=2488  nbConflictsStructures=31
0.78/0.77	     nbSharedConflictsStructures=2488  nbSharedBinaryRepresentations=493  minDegree=15  maxDegree=29  minArity=2
0.78/0.77	     avgArity=2.04  maxArity=9  nbGenerators=0  nbFusions=0  symmetryWckTime=0.137  symmetryCpuTime=0.1  nbCliques=17
0.78/0.77	       =>  wckTime=0.531  cpuTime=0.42  mem=25M565
0.90/0.84	   
0.90/0.84	   solver IterativeSystematicSolver being built... 
0.90/0.90	   
1.02/0.90	   INFO : Forward propagation technique limited 
1.02/0.96	       =>  wckTime=0.725  cpuTime=0.54  mem=22M294
1.14/1.06	   
1.14/1.06	   preprocessing
1.14/1.06	     nbConstraintChecks=51790  nbPropagations=1973  nbRevisions=14587  nbUselessRevisions=11838  nbSingletonTests=523
1.14/1.06	     nbEffectiveSingletonTests=2  nbACRemovals=1317  nbFoundSingletons=0  nbRemovedValues=1321  detectedInconsistency=no
1.14/1.06	       =>  wckTime=0.098  cpuTime=0.1  mem=23M228
1.37/1.20	   
1.37/1.20	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=24M163)
9.47/9.37	   
9.47/9.37	   search
9.47/9.37	     run=15  nbConstraintChecks=8067665  minDepth=17  maxDepth=225  nbPropagations=1362739  nbRevisions=16182776
9.47/9.37	     nbUselessRevisions=14068059  nbAssignments=50490  nbFailedAssignments=10225  nbBacktracks=39184
9.47/9.37	     nbVisitedNodes=70933  nbRestartNogoods=86  nbFoundSolutions=1  nbSEliminables=0  nbREliminables=105
9.47/9.37	     nbIEliminables=111.61  nbDEliminables=0  nbPEliminables=0
9.47/9.37	       =>  wckTime=8.411  cpuTime=8.38  mem=51M798
9.47/9.38	   
9.47/9.38	   global
9.47/9.38	     nbConstraintChecks=8119455  nbPropagations=1364712  nbRevisions=16197363  nbUselessRevisions=14079897
9.47/9.38	     nbRestartNogoods=86  solvingWckTime=8.413  solvingCpuTime=8.38  expiredTime=no  totalExploration=no
9.47/9.38	     nbFoundSolutions=1  firstSolutionCpuTime=8.91  globalCpuTime=8.96
9.47/9.38	       =>  wckTime=9.14  cpuTime=8.92  mem=51M798
9.47/9.38	   
9.47/9.38	s SATISFIABLE
9.47/9.38	v 6 8 1 7 13 10 2 5 0 14 12 9 4 11 3 3 7 8 10 12 11 9 0 5 13 4 6 1 14 2 5 3 14 1 4 9 13 2 10 8 7 11 12 6 0 10 11 3 13 9 4 0 14 2 6 8 5 7 1 12 11 1 0 12 7 5 14 10 4 2 9 13 3 8 6 8 0 4 14 6 13 7 11 3 9 2 12 10 5 1 7 9 6 11 2 8 4 1 12 3 5 14 13 0 10 13 2 10 5 3 12 1 7 11 0 6 8 14 9 4 0 5 7 2 11 14 6 12 8 1 3 4 9 10 13 14 10 12 9 0 6 8 3 7 5 13 1 2 4 11 1 14 13 8 5 3 12 6 9 4 0 10 11 2 7 9 13 2 3 1 0 11 4 6 10 14 7 8 12 5 12 6 9 4 10 2 5 8 13 11 1 3 0 7 14 2 4 11 6 14 7 3 9 1 12 10 0 5 13 8 4 12 5 0 8 1 10 13 14 7 11 2 6 3 9 
9.47/9.38	d NODES 50490
9.47/9.38	d CHECKS 8119455
9.47/9.39	   
9.47/9.39	   totalWckTime=9.196  totalCpuTime=8.96

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2093036-1247401111/watcher-2093036-1247401111 -o /tmp/evaluation-result-2093036-1247401111/solver-2093036-1247401111 -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-2093036-1247401111.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: 0.00 0.00 0.01 3/67 32253
/proc/meminfo: memFree=1839640/2055920 swapFree=4192812/4192956
[pid=32253] ppid=32251 vsize=1616 CPUtime=0
/proc/32253/stat : 32253 (java) D 32251 32253 32214 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 27177741 1654784 145 996147200 134512640 134550932 4294956128 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099937270 0 0 17 0 0 0
/proc/32253/statm: 404 145 119 9 0 46 0

[startup+0.0208981 s]
/proc/loadavg: 0.00 0.00 0.01 3/67 32253
/proc/meminfo: memFree=1839640/2055920 swapFree=4192812/4192956
[pid=32253] ppid=32251 vsize=860640 CPUtime=0
/proc/32253/stat : 32253 (java) S 32251 32253 32214 0 -1 0 1430 0 1 0 0 0 0 0 18 0 2 0 27177741 881295360 1181 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/32253/statm: 215160 1182 445 9 0 210075 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 860640

[startup+0.10191 s]
/proc/loadavg: 0.00 0.00 0.01 3/67 32253
/proc/meminfo: memFree=1839640/2055920 swapFree=4192812/4192956
[pid=32253] ppid=32251 vsize=866836 CPUtime=0.09
/proc/32253/stat : 32253 (java) S 32251 32253 32214 0 -1 0 3989 0 1 0 8 1 0 0 18 0 9 0 27177741 887640064 3418 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32253/statm: 216709 3419 1780 9 0 211194 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 866836

[startup+0.301932 s]
/proc/loadavg: 0.00 0.00 0.01 3/67 32253
/proc/meminfo: memFree=1839640/2055920 swapFree=4192812/4192956
[pid=32253] ppid=32251 vsize=867068 CPUtime=0.26
/proc/32253/stat : 32253 (java) S 32251 32253 32214 0 -1 0 5763 0 2 0 23 3 0 0 18 0 9 0 27177741 887877632 5157 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32253/statm: 216767 5157 1950 9 0 211225 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 867068

[startup+0.701981 s]
/proc/loadavg: 0.00 0.00 0.01 3/67 32253
/proc/meminfo: memFree=1839640/2055920 swapFree=4192812/4192956
[pid=32253] ppid=32251 vsize=868416 CPUtime=0.78
/proc/32253/stat : 32253 (java) S 32251 32253 32214 0 -1 0 10844 0 3 0 72 6 0 0 18 0 10 0 27177741 889257984 10085 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32253/statm: 217104 10085 2021 9 0 211562 0
Current children cumulated CPU time (s) 0.78
Current children cumulated vsize (KiB) 868416

[startup+1.50207 s]
/proc/loadavg: 0.00 0.00 0.01 2/76 32266
/proc/meminfo: memFree=1800976/2055920 swapFree=4192812/4192956
[pid=32253] ppid=32251 vsize=868504 CPUtime=1.69
/proc/32253/stat : 32253 (java) S 32251 32253 32214 0 -1 0 19831 411 3 0 158 9 2 0 18 0 9 0 27177741 889348096 12102 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32253/statm: 217126 12102 2657 9 0 211562 0
[pid=32253/tid=32255] ppid=32251 vsize=868504 CPUtime=1.29
/proc/32253/task/32255/stat : 32255 (java) R 32251 32253 32214 0 -1 64 14786 411 3 0 120 7 2 0 22 0 9 0 27177742 889348096 12102 996147200 134512640 134550932 4294955968 18446744073709551615 4127092632 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32253/tid=32256] ppid=32251 vsize=868504 CPUtime=0.08
/proc/32253/task/32256/stat : 32256 (java) S 32251 32253 32214 0 -1 64 3264 411 0 0 6 0 2 0 16 0 9 0 27177744 889348096 12102 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32253/tid=32257] ppid=32251 vsize=868504 CPUtime=0.02
/proc/32253/task/32257/stat : 32257 (java) S 32251 32253 32214 0 -1 64 19 411 0 0 0 0 2 0 16 0 9 0 27177744 889348096 12102 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32253/tid=32258] ppid=32251 vsize=868504 CPUtime=0.02
/proc/32253/task/32258/stat : 32258 (java) S 32251 32253 32214 0 -1 64 9 411 0 0 0 0 2 0 16 0 9 0 27177744 889348096 12102 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32253/tid=32259] ppid=32251 vsize=868504 CPUtime=0.02
/proc/32253/task/32259/stat : 32259 (java) S 32251 32253 32214 0 -1 64 2 411 0 0 0 0 2 0 23 0 9 0 27177746 889348096 12102 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32253/tid=32260] ppid=32251 vsize=868504 CPUtime=0.33
/proc/32253/task/32260/stat : 32260 (java) S 32251 32253 32214 0 -1 64 936 411 0 0 31 0 2 0 16 0 9 0 27177746 889348096 12102 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32253/tid=32261] ppid=32251 vsize=868504 CPUtime=0.02
/proc/32253/task/32261/stat : 32261 (java) S 32251 32253 32214 0 -1 64 0 411 0 0 0 0 2 0 24 0 9 0 27177746 889348096 12102 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32253/tid=32262] ppid=32251 vsize=868504 CPUtime=0.02
/proc/32253/task/32262/stat : 32262 (java) S 32251 32253 32214 0 -1 64 4 411 0 0 0 0 2 0 15 0 9 0 27177746 889348096 12102 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.69
Current children cumulated vsize (KiB) 868504

[startup+3.10225 s]
/proc/loadavg: 0.00 0.00 0.01 2/76 32266
/proc/meminfo: memFree=1799440/2055920 swapFree=4192812/4192956
[pid=32253] ppid=32251 vsize=868504 CPUtime=3.3
/proc/32253/stat : 32253 (java) S 32251 32253 32214 0 -1 0 20980 411 3 0 318 10 2 0 18 0 9 0 27177741 889348096 13058 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32253/statm: 217126 13058 2657 9 0 211562 0
[pid=32253/tid=32255] ppid=32251 vsize=868504 CPUtime=2.88
/proc/32253/task/32255/stat : 32255 (java) R 32251 32253 32214 0 -1 64 15931 411 3 0 278 8 2 0 25 0 9 0 27177742 889348096 13058 996147200 134512640 134550932 4294955968 18446744073709551615 4126709238 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32253/tid=32256] ppid=32251 vsize=868504 CPUtime=0.08
/proc/32253/task/32256/stat : 32256 (java) S 32251 32253 32214 0 -1 64 3264 411 0 0 6 0 2 0 17 0 9 0 27177744 889348096 13058 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32253/tid=32257] ppid=32251 vsize=868504 CPUtime=0.02
/proc/32253/task/32257/stat : 32257 (java) S 32251 32253 32214 0 -1 64 19 411 0 0 0 0 2 0 16 0 9 0 27177744 889348096 13058 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32253/tid=32258] ppid=32251 vsize=868504 CPUtime=0.02
/proc/32253/task/32258/stat : 32258 (java) S 32251 32253 32214 0 -1 64 9 411 0 0 0 0 2 0 16 0 9 0 27177744 889348096 13058 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32253/tid=32259] ppid=32251 vsize=868504 CPUtime=0.02
/proc/32253/task/32259/stat : 32259 (java) S 32251 32253 32214 0 -1 64 2 411 0 0 0 0 2 0 23 0 9 0 27177746 889348096 13058 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32253/tid=32260] ppid=32251 vsize=868504 CPUtime=0.34
/proc/32253/task/32260/stat : 32260 (java) S 32251 32253 32214 0 -1 64 940 411 0 0 32 0 2 0 16 0 9 0 27177746 889348096 13058 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32253/tid=32261] ppid=32251 vsize=868504 CPUtime=0.02
/proc/32253/task/32261/stat : 32261 (java) S 32251 32253 32214 0 -1 64 0 411 0 0 0 0 2 0 24 0 9 0 27177746 889348096 13058 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32253/tid=32262] ppid=32251 vsize=868504 CPUtime=0.02
/proc/32253/task/32262/stat : 32262 (java) S 32251 32253 32214 0 -1 64 4 411 0 0 0 0 2 0 15 0 9 0 27177746 889348096 13058 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.3
Current children cumulated vsize (KiB) 868504

[startup+6.30162 s]
/proc/loadavg: 0.08 0.02 0.02 3/76 32266
/proc/meminfo: memFree=1788944/2055920 swapFree=4192812/4192956
[pid=32253] ppid=32251 vsize=868504 CPUtime=6.49
/proc/32253/stat : 32253 (java) S 32251 32253 32214 0 -1 0 23598 411 3 0 635 12 2 0 18 0 9 0 27177741 889348096 15647 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32253/statm: 217126 15647 2657 9 0 211562 0
[pid=32253/tid=32255] ppid=32251 vsize=868504 CPUtime=6.07
/proc/32253/task/32255/stat : 32255 (java) R 32251 32253 32214 0 -1 64 18526 411 3 0 596 9 2 0 25 0 9 0 27177742 889348096 15647 996147200 134512640 134550932 4294955968 18446744073709551615 4127087668 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32253/tid=32256] ppid=32251 vsize=868504 CPUtime=0.08
/proc/32253/task/32256/stat : 32256 (java) S 32251 32253 32214 0 -1 64 3264 411 0 0 6 0 2 0 16 0 9 0 27177744 889348096 15647 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32253/tid=32257] ppid=32251 vsize=868504 CPUtime=0.02
/proc/32253/task/32257/stat : 32257 (java) S 32251 32253 32214 0 -1 64 19 411 0 0 0 0 2 0 16 0 9 0 27177744 889348096 15647 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32253/tid=32258] ppid=32251 vsize=868504 CPUtime=0.02
/proc/32253/task/32258/stat : 32258 (java) S 32251 32253 32214 0 -1 64 9 411 0 0 0 0 2 0 16 0 9 0 27177744 889348096 15647 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32253/tid=32259] ppid=32251 vsize=868504 CPUtime=0.02
/proc/32253/task/32259/stat : 32259 (java) S 32251 32253 32214 0 -1 64 2 411 0 0 0 0 2 0 23 0 9 0 27177746 889348096 15647 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32253/tid=32260] ppid=32251 vsize=868504 CPUtime=0.34
/proc/32253/task/32260/stat : 32260 (java) S 32251 32253 32214 0 -1 64 940 411 0 0 32 0 2 0 16 0 9 0 27177746 889348096 15647 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32253/tid=32261] ppid=32251 vsize=868504 CPUtime=0.02
/proc/32253/task/32261/stat : 32261 (java) S 32251 32253 32214 0 -1 64 0 411 0 0 0 0 2 0 24 0 9 0 27177746 889348096 15647 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32253/tid=32262] ppid=32251 vsize=868504 CPUtime=0.02
/proc/32253/task/32262/stat : 32262 (java) S 32251 32253 32214 0 -1 64 27 411 0 0 0 0 2 0 15 0 9 0 27177746 889348096 15647 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.49
Current children cumulated vsize (KiB) 868504

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

[startup+7.90179 s]
/proc/loadavg: 0.15 0.03 0.02 2/76 32266
/proc/meminfo: memFree=1782160/2055920 swapFree=4192812/4192956
[pid=32253] ppid=32251 vsize=868504 CPUtime=8.07
/proc/32253/stat : 32253 (java) S 32251 32253 32214 0 -1 0 24839 411 3 0 793 12 2 0 18 0 9 0 27177741 889348096 16886 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32253/statm: 217126 16886 2657 9 0 211562 0
[pid=32253/tid=32255] ppid=32251 vsize=868504 CPUtime=7.65
/proc/32253/task/32255/stat : 32255 (java) R 32251 32253 32214 0 -1 64 19767 411 3 0 754 9 2 0 25 0 9 0 27177742 889348096 16886 996147200 134512640 134550932 4294955968 18446744073709551615 4127258431 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32253/tid=32256] ppid=32251 vsize=868504 CPUtime=0.08
/proc/32253/task/32256/stat : 32256 (java) S 32251 32253 32214 0 -1 64 3264 411 0 0 6 0 2 0 16 0 9 0 27177744 889348096 16886 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32253/tid=32257] ppid=32251 vsize=868504 CPUtime=0.02
/proc/32253/task/32257/stat : 32257 (java) S 32251 32253 32214 0 -1 64 19 411 0 0 0 0 2 0 16 0 9 0 27177744 889348096 16886 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32253/tid=32258] ppid=32251 vsize=868504 CPUtime=0.02
/proc/32253/task/32258/stat : 32258 (java) S 32251 32253 32214 0 -1 64 9 411 0 0 0 0 2 0 16 0 9 0 27177744 889348096 16887 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32253/tid=32259] ppid=32251 vsize=868504 CPUtime=0.02
/proc/32253/task/32259/stat : 32259 (java) S 32251 32253 32214 0 -1 64 2 411 0 0 0 0 2 0 23 0 9 0 27177746 889348096 16887 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32253/tid=32260] ppid=32251 vsize=868504 CPUtime=0.34
/proc/32253/task/32260/stat : 32260 (java) S 32251 32253 32214 0 -1 64 940 411 0 0 32 0 2 0 16 0 9 0 27177746 889348096 16887 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32253/tid=32261] ppid=32251 vsize=868504 CPUtime=0.02
/proc/32253/task/32261/stat : 32261 (java) S 32251 32253 32214 0 -1 64 0 411 0 0 0 0 2 0 24 0 9 0 27177746 889348096 16887 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32253/tid=32262] ppid=32251 vsize=868504 CPUtime=0.02
/proc/32253/task/32262/stat : 32262 (java) S 32251 32253 32214 0 -1 64 27 411 0 0 0 0 2 0 15 0 9 0 27177746 889348096 16887 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.07
Current children cumulated vsize (KiB) 868504

[startup+8.70189 s]
/proc/loadavg: 0.15 0.03 0.02 2/76 32266
/proc/meminfo: memFree=1778256/2055920 swapFree=4192812/4192956
[pid=32253] ppid=32251 vsize=868504 CPUtime=8.88
/proc/32253/stat : 32253 (java) S 32251 32253 32214 0 -1 0 25560 411 3 0 874 12 2 0 18 0 9 0 27177741 889348096 17606 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32253/statm: 217126 17606 2657 9 0 211562 0
[pid=32253/tid=32255] ppid=32251 vsize=868504 CPUtime=8.45
/proc/32253/task/32255/stat : 32255 (java) R 32251 32253 32214 0 -1 64 20488 411 3 0 834 9 2 0 25 0 9 0 27177742 889348096 17606 996147200 134512640 134550932 4294955968 18446744073709551615 4126709231 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32253/tid=32256] ppid=32251 vsize=868504 CPUtime=0.08
/proc/32253/task/32256/stat : 32256 (java) S 32251 32253 32214 0 -1 64 3264 411 0 0 6 0 2 0 16 0 9 0 27177744 889348096 17606 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32253/tid=32257] ppid=32251 vsize=868504 CPUtime=0.02
/proc/32253/task/32257/stat : 32257 (java) S 32251 32253 32214 0 -1 64 19 411 0 0 0 0 2 0 16 0 9 0 27177744 889348096 17606 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32253/tid=32258] ppid=32251 vsize=868504 CPUtime=0.02
/proc/32253/task/32258/stat : 32258 (java) S 32251 32253 32214 0 -1 64 9 411 0 0 0 0 2 0 16 0 9 0 27177744 889348096 17606 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32253/tid=32259] ppid=32251 vsize=868504 CPUtime=0.02
/proc/32253/task/32259/stat : 32259 (java) S 32251 32253 32214 0 -1 64 2 411 0 0 0 0 2 0 23 0 9 0 27177746 889348096 17606 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32253/tid=32260] ppid=32251 vsize=868504 CPUtime=0.34
/proc/32253/task/32260/stat : 32260 (java) S 32251 32253 32214 0 -1 64 940 411 0 0 32 0 2 0 16 0 9 0 27177746 889348096 17607 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32253/tid=32261] ppid=32251 vsize=868504 CPUtime=0.02
/proc/32253/task/32261/stat : 32261 (java) S 32251 32253 32214 0 -1 64 0 411 0 0 0 0 2 0 24 0 9 0 27177746 889348096 17607 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32253/tid=32262] ppid=32251 vsize=868504 CPUtime=0.02
/proc/32253/task/32262/stat : 32262 (java) S 32251 32253 32214 0 -1 64 27 411 0 0 0 0 2 0 15 0 9 0 27177746 889348096 17607 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.88
Current children cumulated vsize (KiB) 868504

[startup+9.10193 s]
/proc/loadavg: 0.15 0.03 0.02 2/76 32266
/proc/meminfo: memFree=1778256/2055920 swapFree=4192812/4192956
[pid=32253] ppid=32251 vsize=868504 CPUtime=9.27
/proc/32253/stat : 32253 (java) S 32251 32253 32214 0 -1 0 25998 411 3 0 913 12 2 0 18 0 9 0 27177741 889348096 18043 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32253/statm: 217126 18043 2657 9 0 211562 0
[pid=32253/tid=32255] ppid=32251 vsize=868504 CPUtime=8.85
/proc/32253/task/32255/stat : 32255 (java) R 32251 32253 32214 0 -1 64 20925 411 3 0 874 9 2 0 25 0 9 0 27177742 889348096 18043 996147200 134512640 134550932 4294955968 18446744073709551615 4127083704 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32253/tid=32256] ppid=32251 vsize=868504 CPUtime=0.08
/proc/32253/task/32256/stat : 32256 (java) S 32251 32253 32214 0 -1 64 3264 411 0 0 6 0 2 0 16 0 9 0 27177744 889348096 18043 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32253/tid=32257] ppid=32251 vsize=868504 CPUtime=0.02
/proc/32253/task/32257/stat : 32257 (java) S 32251 32253 32214 0 -1 64 19 411 0 0 0 0 2 0 16 0 9 0 27177744 889348096 18043 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32253/tid=32258] ppid=32251 vsize=868504 CPUtime=0.02
/proc/32253/task/32258/stat : 32258 (java) S 32251 32253 32214 0 -1 64 9 411 0 0 0 0 2 0 16 0 9 0 27177744 889348096 18044 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32253/tid=32259] ppid=32251 vsize=868504 CPUtime=0.02
/proc/32253/task/32259/stat : 32259 (java) S 32251 32253 32214 0 -1 64 2 411 0 0 0 0 2 0 23 0 9 0 27177746 889348096 18044 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32253/tid=32260] ppid=32251 vsize=868504 CPUtime=0.34
/proc/32253/task/32260/stat : 32260 (java) S 32251 32253 32214 0 -1 64 941 411 0 0 32 0 2 0 16 0 9 0 27177746 889348096 18044 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32253/tid=32261] ppid=32251 vsize=868504 CPUtime=0.02
/proc/32253/task/32261/stat : 32261 (java) S 32251 32253 32214 0 -1 64 0 411 0 0 0 0 2 0 24 0 9 0 27177746 889348096 18044 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32253/tid=32262] ppid=32251 vsize=868504 CPUtime=0.02
/proc/32253/task/32262/stat : 32262 (java) S 32251 32253 32214 0 -1 64 27 411 0 0 0 0 2 0 15 0 9 0 27177746 889348096 18044 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.27
Current children cumulated vsize (KiB) 868504

[startup+9.30295 s]
/proc/loadavg: 0.15 0.03 0.02 2/76 32266
/proc/meminfo: memFree=1778256/2055920 swapFree=4192812/4192956
[pid=32253] ppid=32251 vsize=868504 CPUtime=9.47
/proc/32253/stat : 32253 (java) S 32251 32253 32214 0 -1 0 26164 411 3 0 933 12 2 0 18 0 9 0 27177741 889348096 18208 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32253/statm: 217126 18208 2657 9 0 211562 0
[pid=32253/tid=32255] ppid=32251 vsize=868504 CPUtime=9.05
/proc/32253/task/32255/stat : 32255 (java) R 32251 32253 32214 0 -1 64 21091 411 3 0 894 9 2 0 25 0 9 0 27177742 889348096 18208 996147200 134512640 134550932 4294955968 18446744073709551615 4127164622 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32253/tid=32256] ppid=32251 vsize=868504 CPUtime=0.08
/proc/32253/task/32256/stat : 32256 (java) S 32251 32253 32214 0 -1 64 3264 411 0 0 6 0 2 0 17 0 9 0 27177744 889348096 18208 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32253/tid=32257] ppid=32251 vsize=868504 CPUtime=0.02
/proc/32253/task/32257/stat : 32257 (java) S 32251 32253 32214 0 -1 64 19 411 0 0 0 0 2 0 16 0 9 0 27177744 889348096 18208 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32253/tid=32258] ppid=32251 vsize=868504 CPUtime=0.02
/proc/32253/task/32258/stat : 32258 (java) S 32251 32253 32214 0 -1 64 9 411 0 0 0 0 2 0 16 0 9 0 27177744 889348096 18208 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32253/tid=32259] ppid=32251 vsize=868504 CPUtime=0.02
/proc/32253/task/32259/stat : 32259 (java) S 32251 32253 32214 0 -1 64 2 411 0 0 0 0 2 0 23 0 9 0 27177746 889348096 18208 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32253/tid=32260] ppid=32251 vsize=868504 CPUtime=0.34
/proc/32253/task/32260/stat : 32260 (java) S 32251 32253 32214 0 -1 64 941 411 0 0 32 0 2 0 16 0 9 0 27177746 889348096 18208 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32253/tid=32261] ppid=32251 vsize=868504 CPUtime=0.02
/proc/32253/task/32261/stat : 32261 (java) S 32251 32253 32214 0 -1 64 0 411 0 0 0 0 2 0 24 0 9 0 27177746 889348096 18209 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32253/tid=32262] ppid=32251 vsize=868504 CPUtime=0.02
/proc/32253/task/32262/stat : 32262 (java) S 32251 32253 32214 0 -1 64 27 411 0 0 0 0 2 0 15 0 9 0 27177746 889348096 18209 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.47
Current children cumulated vsize (KiB) 868504

[startup+9.40297 s]
/proc/loadavg: 0.15 0.03 0.02 2/76 32266
/proc/meminfo: memFree=1778256/2055920 swapFree=4192812/4192956
[pid=32253] ppid=32251 vsize=868416 CPUtime=9.57
/proc/32253/stat : 32253 (java) S 32251 32253 32214 0 -1 0 27296 411 3 0 942 13 2 0 18 0 9 0 27177741 889257984 19309 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32253/statm: 217104 19309 2638 9 0 211562 0
[pid=32253/tid=32255] ppid=32251 vsize=868416 CPUtime=9.13
/proc/32253/task/32255/stat : 32255 (java) S 32251 32253 32214 0 -1 64 21177 411 3 0 901 10 2 0 16 0 9 0 27177742 889257984 19309 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32253/tid=32256] ppid=32251 vsize=868416 CPUtime=0.1
/proc/32253/task/32256/stat : 32256 (java) S 32251 32253 32214 0 -1 64 4308 411 0 0 7 1 2 0 16 0 9 0 27177744 889257984 19309 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32253/tid=32257] ppid=32251 vsize=868416 CPUtime=0.02
/proc/32253/task/32257/stat : 32257 (java) S 32251 32253 32214 0 -1 64 19 411 0 0 0 0 2 0 16 0 9 0 27177744 889257984 19309 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32253/tid=32258] ppid=32251 vsize=868416 CPUtime=0.02
/proc/32253/task/32258/stat : 32258 (java) S 32251 32253 32214 0 -1 64 10 411 0 0 0 0 2 0 16 0 9 0 27177744 889257984 19309 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32253/tid=32259] ppid=32251 vsize=868416 CPUtime=0.02
/proc/32253/task/32259/stat : 32259 (java) S 32251 32253 32214 0 -1 64 2 411 0 0 0 0 2 0 23 0 9 0 27177746 889257984 19309 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32253/tid=32260] ppid=32251 vsize=868416 CPUtime=0.34
/proc/32253/task/32260/stat : 32260 (java) S 32251 32253 32214 0 -1 64 942 411 0 0 32 0 2 0 15 0 9 0 27177746 889257984 19309 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32253/tid=32261] ppid=32251 vsize=868416 CPUtime=0.02
/proc/32253/task/32261/stat : 32261 (java) S 32251 32253 32214 0 -1 64 0 411 0 0 0 0 2 0 24 0 9 0 27177746 889257984 19309 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32253/tid=32262] ppid=32251 vsize=868416 CPUtime=0.02
/proc/32253/task/32262/stat : 32262 (java) S 32251 32253 32214 0 -1 64 27 411 0 0 0 0 2 0 15 0 9 0 27177746 889257984 19309 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.57
Current children cumulated vsize (KiB) 868416

Child status: 0
Real time (s): 9.43552
CPU time (s): 9.61254
CPU user time (s): 9.45456
CPU system time (s): 0.157975
CPU usage (%): 101.876
Max. virtual memory (cumulated for all children) (KiB): 868504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.45456
system time used= 0.157975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27731
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 808
involuntary context switches= 371

runsolver used 0.017997 second user time and 0.032994 second system time

The end

Launcher Data

Begin job on node28 at 2009-07-12 14:18:31
IDJOB=2093036
IDBENCH=53336
IDSOLVER=774
FILE ID=node28/2093036-1247401111
PBS_JOBID= 9510588
Free space on /tmp= 66120 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/QCP-15/normalized-qcp-15-120-5_ext.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-2093036-1247401111/watcher-2093036-1247401111 -o /tmp/evaluation-result-2093036-1247401111/solver-2093036-1247401111 -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-2093036-1247401111.xml

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

MD5SUM BENCH= bc2a76bdfac2b8a963fd1d6b6e7ecb73
RANDOM SEED=1260617540

node28.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.230
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.230
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:       1840120 kB
Buffers:         31832 kB
Cached:         110220 kB
SwapCached:          0 kB
Active:          97504 kB
Inactive:        63740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1840120 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2204 kB
Writeback:           0 kB
Mapped:          25856 kB
Slab:            40064 kB
Committed_AS:   170724 kB
PageTables:       1640 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66116 MiB
End job on node28 at 2009-07-12 14:18:41