Trace number 1103496

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 ACSAT 16.5725 16.7684

DiagnosticValue
CHECKS16551100
NODES129906

General information on the benchmark

Namecsp/bqwh-18-141/
normalized-bqwh-18-141-3_ext.xml
MD5SUM7868a7a9297b405eed7358383ab092d8
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.25796
Satisfiable
(Un)Satisfiability was proved
Number of variables141
Number of constraints879
Maximum constraint arity2
Maximum domain size6
Number of constraints which are defined in extension879
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03/0.08	
0.03/0.08	Abscon 112 (May, 2008)
0.18/0.23	
0.18/0.23	   configuration
0.18/0.23	     name=mac.xml
0.18/0.29	   
0.18/0.29	   instance
0.18/0.29	     name=HOME/instance-1103496-1215301129.xml
0.28/0.32	   
0.28/0.32	   domains being loaded...
0.28/0.35	   
0.28/0.35	   variables being loaded...
0.38/0.40	     nbVariables=141  nbDomainTypes=129  minDomainSize=2  maxDomainSize=6  nbTotalValues=528
0.38/0.40	       =>  wckTime=0.163  cpuTime=0.15  mem=7M853
0.38/0.40	   
0.38/0.40	   relations being loaded...
0.38/0.45	   
0.38/0.45	   constraints being loaded...
0.77/0.88	     nbConstraints=898  nbRelationTypes=200  nbGlobalConstraints=19  nbExtensionStructures=849
0.77/0.88	     nbSharedExtensionStructures=30  nbConflictsStructures=849  nbSharedConflictsStructures=30
0.77/0.88	     nbSharedBinaryRepresentations=6495  minDegree=7  maxDegree=15  minArity=2  avgArity=2.08  maxArity=7
0.77/0.88	     nbGenerators=0  nbFusions=0  symmetryWckTime=0.106  symmetryCpuTime=0.06  nbCliques=19
0.77/0.88	       =>  wckTime=0.644  cpuTime=0.44  mem=20M590
0.86/0.95	   
0.86/0.95	   solver IterativeSystematicSolver being built... 
0.96/1.02	   
0.96/1.02	   INFO : Forward propagation technique limited 
0.96/1.09	       =>  wckTime=0.853  cpuTime=0.55  mem=20M926
1.07/1.11	   
1.07/1.11	   preprocessing
1.07/1.11	     nbConstraintChecks=0  nbPropagations=141  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.07/1.11	     detectedInconsistency=no
1.07/1.11	       =>  wckTime=0.017  cpuTime=0.0  mem=20M926
1.16/1.27	   
1.16/1.27	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=21M917)
16.52/16.72	   
16.52/16.72	   search
16.52/16.72	     run=17  nbConstraintChecks=16551081  minDepth=5  maxDepth=141  nbPropagations=4238683  nbRevisions=24529514
16.52/16.72	     nbUselessRevisions=16861569  nbAssignments=129906  nbFailedAssignments=22584  nbInferredBacktracks=1
16.52/16.72	     nbBacktracks=106781  nbVisitedNodes=182728  nbRestartNogoods=94  nbFoundSolutions=1  nbSEliminables=0
16.52/16.72	     nbREliminables=51.62  nbIEliminables=73.11  nbDEliminables=0  nbPEliminables=0
16.52/16.72	       =>  wckTime=15.624  cpuTime=15.36  mem=43M239
16.52/16.72	   
16.52/16.72	   global
16.52/16.72	     nbConstraintChecks=16551081  nbPropagations=4238824  nbRevisions=24529514  nbUselessRevisions=16861569
16.52/16.72	     nbRestartNogoods=94  solvingWckTime=15.627  solvingCpuTime=15.36  expiredTime=no  totalExploration=no
16.52/16.72	     nbFoundSolutions=1  firstSolutionCpuTime=15.92  globalCpuTime=15.98
16.52/16.72	       =>  wckTime=16.482  cpuTime=15.92  mem=43M239
16.52/16.72	   
16.52/16.72	s SATISFIABLE
16.52/16.72	v 8 10 12 7 4 1 14 6 6 8 5 12 7 14 10 4 11 6 12 9 0 5 17 10 1 6 10 2 5 9 8 11 14 1 3 9 2 5 7 0 11 2 13 5 3 8 12 15 7 8 5 11 0 14 15 17 4 3 14 1 11 9 11 5 12 8 6 9 2 16 5 10 7 2 12 11 17 1 12 2 0 8 6 5 4 7 14 0 12 16 3 11 6 2 10 15 6 16 12 9 5 9 6 16 4 3 7 15 14 10 13 17 15 7 6 5 1 14 7 17 15 5 13 0 2 8 14 1 10 7 15 6 13 1 9 5 13 0 16 2 8 
16.52/16.72	d NODES 129906
16.52/16.72	d CHECKS 16551081
16.52/16.72	   
16.52/16.72	   totalWckTime=16.538  totalCpuTime=15.98

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1103496-1215301129/watcher-1103496-1215301129 -o /tmp/evaluation-result-1103496-1215301129/solver-1103496-1215301129 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1103496-1215301129.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.13 2.03 2.01 4/80 15815
/proc/meminfo: memFree=1486216/2055920 swapFree=4114300/4192956
[pid=15815] ppid=15813 vsize=18572 CPUtime=0
/proc/15815/stat : 15815 (runsolver) R 15813 15815 14117 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 1559789113 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 215418989863 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/15815/statm: 4643 292 257 25 0 2626 0

[startup+0.042628 s]
/proc/loadavg: 2.13 2.03 2.01 4/80 15815
/proc/meminfo: memFree=1486216/2055920 swapFree=4114300/4192956
[pid=15815] ppid=15813 vsize=861876 CPUtime=0.03
/proc/15815/stat : 15815 (java) S 15813 15815 14117 0 -1 0 2256 0 1 0 2 1 0 0 19 0 5 0 1559789113 882561024 1865 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/15815/statm: 215469 1881 860 9 0 210448 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 861876

[startup+0.108767 s]
/proc/loadavg: 2.13 2.03 2.01 4/80 15815
/proc/meminfo: memFree=1486216/2055920 swapFree=4114300/4192956
[pid=15815] ppid=15813 vsize=865884 CPUtime=0.09
/proc/15815/stat : 15815 (java) S 15813 15815 14117 0 -1 0 3895 0 1 0 7 2 0 0 19 0 9 0 1559789113 886665216 3335 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15815/statm: 216471 3335 1752 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301803 s]
/proc/loadavg: 2.13 2.03 2.01 4/80 15815
/proc/meminfo: memFree=1486216/2055920 swapFree=4114300/4192956
[pid=15815] ppid=15813 vsize=866128 CPUtime=0.28
/proc/15815/stat : 15815 (java) S 15813 15815 14117 0 -1 0 5771 0 1 0 24 4 0 0 19 0 9 0 1559789113 886915072 5145 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15815/statm: 216532 5145 1952 9 0 211060 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866128

[startup+0.701883 s]
/proc/loadavg: 2.13 2.03 2.01 4/80 15815
/proc/meminfo: memFree=1486216/2055920 swapFree=4114300/4192956
[pid=15815] ppid=15813 vsize=866988 CPUtime=0.68
/proc/15815/stat : 15815 (java) S 15813 15815 14117 0 -1 0 7869 0 1 0 63 5 0 0 19 0 9 0 1559789113 887795712 7229 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15815/statm: 216747 7229 1978 9 0 211275 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 866988

[startup+1.50204 s]
/proc/loadavg: 2.20 2.05 2.01 5/91 15828
/proc/meminfo: memFree=1455600/2055920 swapFree=4114300/4192956
[pid=15815] ppid=15813 vsize=867840 CPUtime=1.46
/proc/15815/stat : 15815 (java) S 15813 15815 14117 0 -1 0 17532 320 1 0 136 10 0 0 19 0 9 0 1559789113 888668160 10891 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15815/statm: 216960 10891 2632 9 0 211466 0
[pid=15815/tid=15817] ppid=15813 vsize=867840 CPUtime=1.09
/proc/15815/task/15817/stat : 15817 (java) R 15813 15815 14117 0 -1 64 12987 320 1 0 102 7 0 0 21 0 9 0 1559789115 888668160 10891 996147200 134512640 134550740 4294955968 18446744073709551615 4126949040 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15815/tid=15818] ppid=15813 vsize=867840 CPUtime=0.05
/proc/15815/task/15818/stat : 15818 (java) S 15813 15815 14117 0 -1 64 2939 320 0 0 5 0 0 0 17 0 9 0 1559789116 888668160 10891 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15815/tid=15819] ppid=15813 vsize=867840 CPUtime=0
/proc/15815/task/15819/stat : 15819 (java) S 15813 15815 14117 0 -1 64 16 320 0 0 0 0 0 0 17 0 9 0 1559789116 888668160 10891 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15815/tid=15820] ppid=15813 vsize=867840 CPUtime=0
/proc/15815/task/15820/stat : 15820 (java) S 15813 15815 14117 0 -1 64 9 320 0 0 0 0 0 0 16 0 9 0 1559789116 888668160 10891 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15815/tid=15821] ppid=15813 vsize=867840 CPUtime=0
/proc/15815/task/15821/stat : 15821 (java) S 15813 15815 14117 0 -1 64 1 320 0 0 0 0 0 0 18 0 9 0 1559789118 888668160 10891 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15815/tid=15822] ppid=15813 vsize=867840 CPUtime=0.29
/proc/15815/task/15822/stat : 15822 (java) S 15813 15815 14117 0 -1 64 770 320 0 0 28 1 0 0 15 0 9 0 1559789118 888668160 10891 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15815/tid=15823] ppid=15813 vsize=867840 CPUtime=0
/proc/15815/task/15823/stat : 15823 (java) S 15813 15815 14117 0 -1 64 1 320 0 0 0 0 0 0 19 0 9 0 1559789118 888668160 10891 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15815/tid=15824] ppid=15813 vsize=867840 CPUtime=0
/proc/15815/task/15824/stat : 15824 (java) S 15813 15815 14117 0 -1 64 5 320 0 0 0 0 0 0 15 0 9 0 1559789118 888668160 10891 996147200 134512640 134550740 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) 867840

[startup+3.10234 s]
/proc/loadavg: 2.20 2.05 2.01 3/89 15828
/proc/meminfo: memFree=1450168/2055920 swapFree=4114300/4192956
[pid=15815] ppid=15813 vsize=867840 CPUtime=3.04
/proc/15815/stat : 15815 (java) S 15813 15815 14117 0 -1 0 19180 320 1 0 293 11 0 0 19 0 9 0 1559789113 888668160 12534 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15815/statm: 216960 12534 2632 9 0 211466 0
[pid=15815/tid=15817] ppid=15813 vsize=867840 CPUtime=2.66
/proc/15815/task/15817/stat : 15817 (java) R 15813 15815 14117 0 -1 64 14627 320 1 0 258 8 0 0 25 0 9 0 1559789115 888668160 12534 996147200 134512640 134550740 4294955968 18446744073709551615 4126951288 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15815/tid=15818] ppid=15813 vsize=867840 CPUtime=0.05
/proc/15815/task/15818/stat : 15818 (java) S 15813 15815 14117 0 -1 64 2939 320 0 0 5 0 0 0 17 0 9 0 1559789116 888668160 12534 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15815/tid=15819] ppid=15813 vsize=867840 CPUtime=0
/proc/15815/task/15819/stat : 15819 (java) S 15813 15815 14117 0 -1 64 16 320 0 0 0 0 0 0 17 0 9 0 1559789116 888668160 12534 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15815/tid=15820] ppid=15813 vsize=867840 CPUtime=0
/proc/15815/task/15820/stat : 15820 (java) S 15813 15815 14117 0 -1 64 9 320 0 0 0 0 0 0 16 0 9 0 1559789116 888668160 12534 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15815/tid=15821] ppid=15813 vsize=867840 CPUtime=0
/proc/15815/task/15821/stat : 15821 (java) S 15813 15815 14117 0 -1 64 1 320 0 0 0 0 0 0 18 0 9 0 1559789118 888668160 12534 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15815/tid=15822] ppid=15813 vsize=867840 CPUtime=0.3
/proc/15815/task/15822/stat : 15822 (java) S 15813 15815 14117 0 -1 64 778 320 0 0 29 1 0 0 16 0 9 0 1559789118 888668160 12534 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15815/tid=15823] ppid=15813 vsize=867840 CPUtime=0
/proc/15815/task/15823/stat : 15823 (java) S 15813 15815 14117 0 -1 64 1 320 0 0 0 0 0 0 19 0 9 0 1559789118 888668160 12534 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15815/tid=15824] ppid=15813 vsize=867840 CPUtime=0
/proc/15815/task/15824/stat : 15824 (java) S 15813 15815 14117 0 -1 64 5 320 0 0 0 0 0 0 15 0 9 0 1559789118 888668160 12534 996147200 134512640 134550740 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) 867840

[startup+6.30297 s]
/proc/loadavg: 2.20 2.05 2.01 3/89 15828
/proc/meminfo: memFree=1436472/2055920 swapFree=4114300/4192956
[pid=15815] ppid=15813 vsize=867840 CPUtime=6.21
/proc/15815/stat : 15815 (java) S 15813 15815 14117 0 -1 0 22488 320 1 0 609 12 0 0 19 0 9 0 1559789113 888668160 15819 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15815/statm: 216960 15819 2632 9 0 211466 0
[pid=15815/tid=15817] ppid=15813 vsize=867840 CPUtime=5.82
/proc/15815/task/15817/stat : 15817 (java) R 15813 15815 14117 0 -1 64 17918 320 1 0 573 9 0 0 25 0 9 0 1559789115 888668160 15819 996147200 134512640 134550740 4294955968 18446744073709551615 4126948953 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15815/tid=15818] ppid=15813 vsize=867840 CPUtime=0.05
/proc/15815/task/15818/stat : 15818 (java) S 15813 15815 14117 0 -1 64 2939 320 0 0 5 0 0 0 16 0 9 0 1559789116 888668160 15819 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15815/tid=15819] ppid=15813 vsize=867840 CPUtime=0
/proc/15815/task/15819/stat : 15819 (java) S 15813 15815 14117 0 -1 64 16 320 0 0 0 0 0 0 17 0 9 0 1559789116 888668160 15819 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15815/tid=15820] ppid=15813 vsize=867840 CPUtime=0
/proc/15815/task/15820/stat : 15820 (java) S 15813 15815 14117 0 -1 64 9 320 0 0 0 0 0 0 16 0 9 0 1559789116 888668160 15819 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15815/tid=15821] ppid=15813 vsize=867840 CPUtime=0
/proc/15815/task/15821/stat : 15821 (java) S 15813 15815 14117 0 -1 64 1 320 0 0 0 0 0 0 18 0 9 0 1559789118 888668160 15819 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15815/tid=15822] ppid=15813 vsize=867840 CPUtime=0.3
/proc/15815/task/15822/stat : 15822 (java) S 15813 15815 14117 0 -1 64 781 320 0 0 29 1 0 0 15 0 9 0 1559789118 888668160 15819 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15815/tid=15823] ppid=15813 vsize=867840 CPUtime=0
/proc/15815/task/15823/stat : 15823 (java) S 15813 15815 14117 0 -1 64 1 320 0 0 0 0 0 0 19 0 9 0 1559789118 888668160 15819 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15815/tid=15824] ppid=15813 vsize=867840 CPUtime=0
/proc/15815/task/15824/stat : 15824 (java) S 15813 15815 14117 0 -1 64 19 320 0 0 0 0 0 0 15 0 9 0 1559789118 888668160 15819 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 867840

[startup+12.7022 s]
/proc/loadavg: 2.17 2.04 2.01 3/89 15828
/proc/meminfo: memFree=1420664/2055920 swapFree=4114300/4192956
[pid=15815] ppid=15813 vsize=867752 CPUtime=12.56
/proc/15815/stat : 15815 (java) S 15813 15815 14117 0 -1 0 25475 320 1 0 1242 14 0 0 19 0 9 0 1559789113 888578048 18771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15815/statm: 216938 18771 2614 9 0 211466 0
[pid=15815/tid=15817] ppid=15813 vsize=867752 CPUtime=12.16
/proc/15815/task/15817/stat : 15817 (java) R 15813 15815 14117 0 -1 64 19880 320 1 0 1206 10 0 0 25 0 9 0 1559789115 888578048 18771 996147200 134512640 134550740 4294955968 18446744073709551615 4126943122 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15815/tid=15818] ppid=15813 vsize=867752 CPUtime=0.06
/proc/15815/task/15818/stat : 15818 (java) S 15813 15815 14117 0 -1 64 3963 320 0 0 5 1 0 0 16 0 9 0 1559789116 888578048 18771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15815/tid=15819] ppid=15813 vsize=867752 CPUtime=0
/proc/15815/task/15819/stat : 15819 (java) S 15813 15815 14117 0 -1 64 16 320 0 0 0 0 0 0 16 0 9 0 1559789116 888578048 18771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15815/tid=15820] ppid=15813 vsize=867752 CPUtime=0
/proc/15815/task/15820/stat : 15820 (java) S 15813 15815 14117 0 -1 64 10 320 0 0 0 0 0 0 16 0 9 0 1559789116 888578048 18771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15815/tid=15821] ppid=15813 vsize=867752 CPUtime=0
/proc/15815/task/15821/stat : 15821 (java) S 15813 15815 14117 0 -1 64 1 320 0 0 0 0 0 0 18 0 9 0 1559789118 888578048 18771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15815/tid=15822] ppid=15813 vsize=867752 CPUtime=0.31
/proc/15815/task/15822/stat : 15822 (java) S 15813 15815 14117 0 -1 64 781 320 0 0 30 1 0 0 16 0 9 0 1559789118 888578048 18771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15815/tid=15823] ppid=15813 vsize=867752 CPUtime=0
/proc/15815/task/15823/stat : 15823 (java) S 15813 15815 14117 0 -1 64 1 320 0 0 0 0 0 0 19 0 9 0 1559789118 888578048 18771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15815/tid=15824] ppid=15813 vsize=867752 CPUtime=0
/proc/15815/task/15824/stat : 15824 (java) S 15813 15815 14117 0 -1 64 19 320 0 0 0 0 0 0 15 0 9 0 1559789118 888578048 18771 996147200 134512640 134550740 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) 867752

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

[startup+14.3065 s]
/proc/loadavg: 2.17 2.04 2.01 3/89 15828
/proc/meminfo: memFree=1420672/2055920 swapFree=4114300/4192956
[pid=15815] ppid=15813 vsize=867752 CPUtime=14.14
/proc/15815/stat : 15815 (java) S 15813 15815 14117 0 -1 0 25475 320 1 0 1400 14 0 0 19 0 9 0 1559789113 888578048 18771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15815/statm: 216938 18771 2614 9 0 211466 0
[pid=15815/tid=15817] ppid=15813 vsize=867752 CPUtime=13.74
/proc/15815/task/15817/stat : 15817 (java) R 15813 15815 14117 0 -1 64 19880 320 1 0 1364 10 0 0 25 0 9 0 1559789115 888578048 18771 996147200 134512640 134550740 4294955968 18446744073709551615 4126949040 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15815/tid=15818] ppid=15813 vsize=867752 CPUtime=0.06
/proc/15815/task/15818/stat : 15818 (java) S 15813 15815 14117 0 -1 64 3963 320 0 0 5 1 0 0 16 0 9 0 1559789116 888578048 18771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15815/tid=15819] ppid=15813 vsize=867752 CPUtime=0
/proc/15815/task/15819/stat : 15819 (java) S 15813 15815 14117 0 -1 64 16 320 0 0 0 0 0 0 16 0 9 0 1559789116 888578048 18771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15815/tid=15820] ppid=15813 vsize=867752 CPUtime=0
/proc/15815/task/15820/stat : 15820 (java) S 15813 15815 14117 0 -1 64 10 320 0 0 0 0 0 0 16 0 9 0 1559789116 888578048 18771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15815/tid=15821] ppid=15813 vsize=867752 CPUtime=0
/proc/15815/task/15821/stat : 15821 (java) S 15813 15815 14117 0 -1 64 1 320 0 0 0 0 0 0 18 0 9 0 1559789118 888578048 18771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15815/tid=15822] ppid=15813 vsize=867752 CPUtime=0.31
/proc/15815/task/15822/stat : 15822 (java) S 15813 15815 14117 0 -1 64 781 320 0 0 30 1 0 0 16 0 9 0 1559789118 888578048 18771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15815/tid=15823] ppid=15813 vsize=867752 CPUtime=0
/proc/15815/task/15823/stat : 15823 (java) S 15813 15815 14117 0 -1 64 1 320 0 0 0 0 0 0 19 0 9 0 1559789118 888578048 18771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15815/tid=15824] ppid=15813 vsize=867752 CPUtime=0
/proc/15815/task/15824/stat : 15824 (java) S 15813 15815 14117 0 -1 64 19 320 0 0 0 0 0 0 15 0 9 0 1559789118 888578048 18771 996147200 134512640 134550740 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) 867752

[startup+15.9018 s]
/proc/loadavg: 2.17 2.04 2.01 3/89 15828
/proc/meminfo: memFree=1420672/2055920 swapFree=4114300/4192956
[pid=15815] ppid=15813 vsize=867752 CPUtime=15.72
/proc/15815/stat : 15815 (java) S 15813 15815 14117 0 -1 0 25475 320 1 0 1558 14 0 0 19 0 9 0 1559789113 888578048 18771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15815/statm: 216938 18771 2614 9 0 211466 0
[pid=15815/tid=15817] ppid=15813 vsize=867752 CPUtime=15.32
/proc/15815/task/15817/stat : 15817 (java) R 15813 15815 14117 0 -1 64 19880 320 1 0 1522 10 0 0 25 0 9 0 1559789115 888578048 18771 996147200 134512640 134550740 4294955968 18446744073709551615 4126838324 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15815/tid=15818] ppid=15813 vsize=867752 CPUtime=0.06
/proc/15815/task/15818/stat : 15818 (java) S 15813 15815 14117 0 -1 64 3963 320 0 0 5 1 0 0 16 0 9 0 1559789116 888578048 18771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15815/tid=15819] ppid=15813 vsize=867752 CPUtime=0
/proc/15815/task/15819/stat : 15819 (java) S 15813 15815 14117 0 -1 64 16 320 0 0 0 0 0 0 16 0 9 0 1559789116 888578048 18771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15815/tid=15820] ppid=15813 vsize=867752 CPUtime=0
/proc/15815/task/15820/stat : 15820 (java) S 15813 15815 14117 0 -1 64 10 320 0 0 0 0 0 0 16 0 9 0 1559789116 888578048 18771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15815/tid=15821] ppid=15813 vsize=867752 CPUtime=0
/proc/15815/task/15821/stat : 15821 (java) S 15813 15815 14117 0 -1 64 1 320 0 0 0 0 0 0 18 0 9 0 1559789118 888578048 18771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15815/tid=15822] ppid=15813 vsize=867752 CPUtime=0.31
/proc/15815/task/15822/stat : 15822 (java) S 15813 15815 14117 0 -1 64 781 320 0 0 30 1 0 0 16 0 9 0 1559789118 888578048 18771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15815/tid=15823] ppid=15813 vsize=867752 CPUtime=0
/proc/15815/task/15823/stat : 15823 (java) S 15813 15815 14117 0 -1 64 1 320 0 0 0 0 0 0 19 0 9 0 1559789118 888578048 18771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15815/tid=15824] ppid=15813 vsize=867752 CPUtime=0
/proc/15815/task/15824/stat : 15824 (java) S 15813 15815 14117 0 -1 64 19 320 0 0 0 0 0 0 15 0 9 0 1559789118 888578048 18771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.72
Current children cumulated vsize (KiB) 867752

[startup+16.3029 s]
/proc/loadavg: 2.17 2.04 2.01 3/89 15828
/proc/meminfo: memFree=1420672/2055920 swapFree=4114300/4192956
[pid=15815] ppid=15813 vsize=867752 CPUtime=16.12
/proc/15815/stat : 15815 (java) S 15813 15815 14117 0 -1 0 25475 320 1 0 1598 14 0 0 19 0 9 0 1559789113 888578048 18771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15815/statm: 216938 18771 2614 9 0 211466 0
[pid=15815/tid=15817] ppid=15813 vsize=867752 CPUtime=15.72
/proc/15815/task/15817/stat : 15817 (java) R 15813 15815 14117 0 -1 64 19880 320 1 0 1562 10 0 0 25 0 9 0 1559789115 888578048 18771 996147200 134512640 134550740 4294955968 18446744073709551615 4126949340 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15815/tid=15818] ppid=15813 vsize=867752 CPUtime=0.06
/proc/15815/task/15818/stat : 15818 (java) S 15813 15815 14117 0 -1 64 3963 320 0 0 5 1 0 0 16 0 9 0 1559789116 888578048 18771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15815/tid=15819] ppid=15813 vsize=867752 CPUtime=0
/proc/15815/task/15819/stat : 15819 (java) S 15813 15815 14117 0 -1 64 16 320 0 0 0 0 0 0 16 0 9 0 1559789116 888578048 18771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15815/tid=15820] ppid=15813 vsize=867752 CPUtime=0
/proc/15815/task/15820/stat : 15820 (java) S 15813 15815 14117 0 -1 64 10 320 0 0 0 0 0 0 16 0 9 0 1559789116 888578048 18771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15815/tid=15821] ppid=15813 vsize=867752 CPUtime=0
/proc/15815/task/15821/stat : 15821 (java) S 15813 15815 14117 0 -1 64 1 320 0 0 0 0 0 0 18 0 9 0 1559789118 888578048 18771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15815/tid=15822] ppid=15813 vsize=867752 CPUtime=0.31
/proc/15815/task/15822/stat : 15822 (java) S 15813 15815 14117 0 -1 64 781 320 0 0 30 1 0 0 16 0 9 0 1559789118 888578048 18771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15815/tid=15823] ppid=15813 vsize=867752 CPUtime=0
/proc/15815/task/15823/stat : 15823 (java) S 15813 15815 14117 0 -1 64 1 320 0 0 0 0 0 0 19 0 9 0 1559789118 888578048 18771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15815/tid=15824] ppid=15813 vsize=867752 CPUtime=0
/proc/15815/task/15824/stat : 15824 (java) S 15813 15815 14117 0 -1 64 19 320 0 0 0 0 0 0 15 0 9 0 1559789118 888578048 18771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 16.12
Current children cumulated vsize (KiB) 867752

[startup+16.703 s]
/proc/loadavg: 2.16 2.04 2.01 3/89 15828
/proc/meminfo: memFree=1420672/2055920 swapFree=4114300/4192956
[pid=15815] ppid=15813 vsize=867752 CPUtime=16.52
/proc/15815/stat : 15815 (java) S 15813 15815 14117 0 -1 0 25475 320 1 0 1638 14 0 0 19 0 9 0 1559789113 888578048 18771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15815/statm: 216938 18771 2614 9 0 211466 0
[pid=15815/tid=15817] ppid=15813 vsize=867752 CPUtime=16.11
/proc/15815/task/15817/stat : 15817 (java) R 15813 15815 14117 0 -1 64 19880 320 1 0 1601 10 0 0 25 0 9 0 1559789115 888578048 18771 996147200 134512640 134550740 4294955968 18446744073709551615 4127039571 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15815/tid=15818] ppid=15813 vsize=867752 CPUtime=0.06
/proc/15815/task/15818/stat : 15818 (java) S 15813 15815 14117 0 -1 64 3963 320 0 0 5 1 0 0 16 0 9 0 1559789116 888578048 18771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15815/tid=15819] ppid=15813 vsize=867752 CPUtime=0
/proc/15815/task/15819/stat : 15819 (java) S 15813 15815 14117 0 -1 64 16 320 0 0 0 0 0 0 16 0 9 0 1559789116 888578048 18771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15815/tid=15820] ppid=15813 vsize=867752 CPUtime=0
/proc/15815/task/15820/stat : 15820 (java) S 15813 15815 14117 0 -1 64 10 320 0 0 0 0 0 0 16 0 9 0 1559789116 888578048 18771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15815/tid=15821] ppid=15813 vsize=867752 CPUtime=0
/proc/15815/task/15821/stat : 15821 (java) S 15813 15815 14117 0 -1 64 1 320 0 0 0 0 0 0 18 0 9 0 1559789118 888578048 18771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15815/tid=15822] ppid=15813 vsize=867752 CPUtime=0.31
/proc/15815/task/15822/stat : 15822 (java) S 15813 15815 14117 0 -1 64 781 320 0 0 30 1 0 0 16 0 9 0 1559789118 888578048 18771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15815/tid=15823] ppid=15813 vsize=867752 CPUtime=0
/proc/15815/task/15823/stat : 15823 (java) S 15813 15815 14117 0 -1 64 1 320 0 0 0 0 0 0 19 0 9 0 1559789118 888578048 18771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15815/tid=15824] ppid=15813 vsize=867752 CPUtime=0
/proc/15815/task/15824/stat : 15824 (java) S 15813 15815 14117 0 -1 64 19 320 0 0 0 0 0 0 15 0 9 0 1559789118 888578048 18771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 16.52
Current children cumulated vsize (KiB) 867752

Child status: 0
Real time (s): 16.7684
CPU time (s): 16.5725
CPU user time (s): 16.4105
CPU system time (s): 0.161975
CPU usage (%): 98.8318
Max. virtual memory (cumulated for all children) (KiB): 867884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.4105
system time used= 0.161975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25828
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= 1399
involuntary context switches= 2155

runsolver used 0.023996 second user time and 0.06499 second system time

The end

Launcher Data (download as text)

Begin job on node9 at 2008-07-06 01:38:49
IDJOB=1103496
IDBENCH=60377
IDSOLVER=363
FILE ID=node9/1103496-1215301129
PBS_JOBID= 7882432
Free space on /tmp= 66544 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/bqwh-18-141/normalized-bqwh-18-141-3_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1103496-1215301129/watcher-1103496-1215301129 -o /tmp/evaluation-result-1103496-1215301129/solver-1103496-1215301129 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1103496-1215301129.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7868a7a9297b405eed7358383ab092d8
RANDOM SEED=1535712318

node9.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.265
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	: 5931.00
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.265
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:       1486696 kB
Buffers:         86720 kB
Cached:         258632 kB
SwapCached:      72848 kB
Active:         374752 kB
Inactive:       133876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1486696 kB
SwapTotal:     4192956 kB
SwapFree:      4114300 kB
Dirty:            2924 kB
Writeback:           0 kB
Mapped:         176272 kB
Slab:            45628 kB
Committed_AS:  3934952 kB
PageTables:       2156 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= 66540 MiB
End job on node9 at 2008-07-06 01:39:06