Trace number 2097961

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 4.79127 4.8683

DiagnosticValue
CHECKS280166
NODES916

General information on the benchmark

Namecsp/rlfapGraphs/
normalized-graph14.xml
MD5SUM3fb56d38999618c3f590ccca7c05d859
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.597908
Satisfiable
(Un)Satisfiability was proved
Number of variables916
Number of constraints4638
Maximum constraint arity2
Maximum domain size44
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4638
Global constraints used (with number of constraints)

Solver Data

0.03/0.09	
0.03/0.09	Abscon 112 (May, 2008)
0.18/0.26	
0.18/0.26	   configuration
0.18/0.26	     name=mac.xml
0.18/0.29	   
0.18/0.29	   instance
0.18/0.29	     name=HOME/instance-2097961-1247414190.xml
0.28/0.33	   
0.28/0.33	   domains being loaded...
0.28/0.34	   
0.28/0.34	   variables being loaded...
0.48/0.51	     nbVariables=916  nbDomainTypes=6  minDomainSize=22  maxDomainSize=44  nbTotalValues=36716
0.48/0.51	       =>  wckTime=0.249  cpuTime=0.17  mem=10M819
0.48/0.51	   
0.48/0.51	   predicates being loaded...
0.48/0.57	   
0.48/0.57	   constraints being loaded...
3.24/3.38	     nbConstraints=4753  nbGlobalConstraints=115  nbConvertedConstraints=4638  nbConvertConstraintsChecks=5863764
3.24/3.38	     nbExtensionStructures=3698  nbSharedExtensionStructures=4566  nbConflictsStructures=3698
3.24/3.38	     nbSharedConflictsStructures=4566  nbSharedBinaryRepresentations=294201  minDegree=6  maxDegree=27  minArity=2
3.24/3.38	     avgArity=2.14  maxArity=8  nbGenerators=0  nbFusions=0  symmetryWckTime=0.299  symmetryCpuTime=0.17  nbCliques=115
3.24/3.38	       =>  wckTime=3.117  cpuTime=2.68  mem=23M712
3.33/3.49	   
3.33/3.49	   solver IterativeSystematicSolver being built... 
3.43/3.56	   
3.43/3.56	   INFO : Forward propagation technique limited 
3.54/3.66	       =>  wckTime=3.403  cpuTime=2.83  mem=30M337
3.63/3.73	   
3.63/3.73	   preprocessing
3.63/3.73	     nbConstraintChecks=0  nbPropagations=916  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
3.63/3.73	     detectedInconsistency=no
3.63/3.73	       =>  wckTime=0.068  cpuTime=0.06  mem=31M338
4.72/4.83	   
4.72/4.83	   search
4.72/4.83	     run=0  nbConstraintChecks=280166  minDepth=917  maxDepth=916  nbPropagations=4973  nbRevisions=8456
4.72/4.83	     nbUselessRevisions=3853  nbAssignments=916  nbFailedAssignments=0  nbBacktracks=0  nbVisitedNodes=917
4.72/4.83	     nbRestartNogoods=0  nbFoundSolutions=1  mapSize=0  nbInferences=0  nbTooLargeKeys=0  nbSEliminables=0
4.72/4.83	     nbREliminables=84.8  nbIEliminables=595.17  nbDEliminables=0  nbPEliminables=0
4.72/4.83	       =>  wckTime=1.16  cpuTime=1.09  mem=37M264
4.72/4.83	   
4.72/4.83	   global
4.72/4.83	     nbConstraintChecks=280166  nbPropagations=5889  nbRevisions=8456  nbUselessRevisions=3853  nbRestartNogoods=0
4.72/4.83	     solvingWckTime=1.163  solvingCpuTime=1.09  expiredTime=no  totalExploration=no  nbFoundSolutions=1
4.72/4.83	     firstSolutionCpuTime=3.9  globalCpuTime=3.97
4.72/4.83	       =>  wckTime=4.569  cpuTime=3.93  mem=37M264
4.72/4.83	   
4.72/4.83	s SATISFIABLE
4.72/4.83	v 16 254 652 414 16 254 254 16 394 156 652 414 254 16 16 254 142 380 394 156 16 254 554 792 414 652 554 792 268 30 254 16 652 414 156 394 554 792 414 652 16 254 156 394 554 792 652 414 16 254 652 414 554 792 156 394 16 254 30 268 540 778 554 792 282 44 540 778 156 394 16 254 554 792 652 414 554 792 666 428 254 16 30 268 792 554 156 394 156 394 554 792 652 414 652 414 30 268 380 142 156 394 666 428 554 792 652 414 652 414 394 156 156 394 16 254 16 254 414 652 30 268 554 792 30 268 554 792 428 666 554 792 394 156 414 652 268 30 16 254 442 680 652 414 16 254 792 554 540 778 414 652 30 268 554 792 268 30 394 156 268 30 778 540 652 414 792 554 16 254 142 380 792 554 666 428 142 380 394 156 666 428 16 254 254 16 554 792 142 380 156 394 30 268 652 414 554 792 554 792 652 414 156 394 394 156 254 16 30 268 394 156 142 380 16 254 428 666 414 652 554 792 554 792 540 778 554 792 142 380 554 792 428 666 254 16 380 142 554 792 156 394 16 254 652 414 254 16 394 156 554 792 324 86 16 254 44 282 652 414 380 142 156 394 142 380 540 778 268 30 156 394 792 554 142 380 156 394 142 380 16 254 254 16 666 428 652 414 254 16 16 254 268 30 30 268 554 792 30 268 156 394 652 414 380 142 554 792 652 414 30 268 554 792 156 394 380 142 254 16 526 764 792 554 142 380 540 778 30 268 142 380 16 254 142 380 414 652 414 652 30 268 16 254 652 414 792 554 16 254 394 156 554 792 268 30 142 380 254 16 142 380 554 792 778 540 554 792 156 394 554 792 554 792 30 268 30 268 156 394 792 554 142 380 380 142 380 142 428 666 792 554 666 428 554 792 554 792 156 394 792 554 652 414 30 268 792 554 380 142 778 540 156 394 142 380 156 394 540 778 554 792 254 16 16 254 142 380 540 778 142 380 666 428 554 792 778 540 16 254 30 268 428 666 142 380 428 666 554 792 16 254 792 554 30 268 142 380 156 394 540 778 16 254 554 792 540 778 540 778 268 30 156 394 30 268 142 380 142 380 156 394 666 428 394 156 414 652 268 30 540 778 142 380 30 268 142 380 540 778 394 156 30 268 540 778 554 792 16 254 156 394 254 16 540 778 414 652 554 792 554 792 540 778 554 792 554 792 652 414 414 652 778 540 394 156 142 380 428 666 268 30 30 268 268 30 554 792 380 142 142 380 30 268 792 554 142 380 652 414 540 778 428 666 268 30 142 380 540 778 652 414 142 380 554 792 142 380 156 394 380 142 540 778 156 394 44 282 554 792 142 380 268 30 128 366 16 254 380 142 666 428 156 394 414 652 554 792 16 254 254 16 428 666 380 142 156 394 30 268 142 380 652 414 554 792 30 268 16 254 652 414 666 428 30 268 268 30 30 268 666 428 554 792 554 792 652 414 652 414 414 652 16 254 652 414 16 254 30 268 30 268 16 254 128 366 652 414 554 792 142 380 394 156 540 778 554 792 666 428 142 380 142 380 156 394 554 792 156 394 142 380 44 282 30 268 156 394 652 414 156 394 268 30 142 380 268 30 652 414 142 380 540 778 30 268 30 268 30 268 540 778 428 666 554 792 254 16 554 792 254 16 156 394 268 30 142 380 156 394 268 30 142 380 156 394 380 142 30 268 666 428 652 414 540 778 16 254 268 30 30 268 268 30 394 156 142 380 16 254 30 268 268 30 156 394 30 268 30 268 268 30 652 414 30 268 540 778 554 792 142 380 554 792 16 254 268 30 540 778 142 380 30 268 268 30 30 268 30 268 540 778 268 30 428 666 30 268 30 268 540 778 16 254 380 142 30 268 666 428 540 778 30 268 268 30 666 428 156 394 30 268 540 778 540 778 554 792 666 428 142 380 16 254 142 380 554 792 540 778 142 380 30 268 394 156 156 394 540 778 156 394 554 792 268 30 268 30 30 268 268 30 30 268 142 380 540 778 142 380 156 394 30 268 540 778 156 394 540 778 540 778 540 778 16 254 540 778 16 254 380 142 652 414 268 30 
4.72/4.83	d NODES 916
4.72/4.83	d CHECKS 280166
4.72/4.83	   
4.72/4.83	   totalWckTime=4.639  totalCpuTime=3.97

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-2097961-1247414190/watcher-2097961-1247414190 -o /tmp/evaluation-result-2097961-1247414190/solver-2097961-1247414190 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2097961-1247414190.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.06 2.03 2.00 4/80 32302
/proc/meminfo: memFree=1732144/2055920 swapFree=4192812/4192956
[pid=32302] ppid=32300 vsize=18576 CPUtime=0
/proc/32302/stat : 32302 (runsolver) R 32300 32302 29865 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 28481694 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 233402068263 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/32302/statm: 4644 284 249 26 0 2626 0

[startup+0.043276 s]
/proc/loadavg: 2.06 2.03 2.00 4/80 32302
/proc/meminfo: memFree=1732144/2055920 swapFree=4192812/4192956
[pid=32302] ppid=32300 vsize=861936 CPUtime=0.03
/proc/32302/stat : 32302 (java) S 32300 32302 29865 0 -1 0 2280 0 1 0 2 1 0 0 18 0 5 0 28481694 882622464 1882 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/32302/statm: 215484 1896 867 9 0 210399 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 861936

[startup+0.108749 s]
/proc/loadavg: 2.06 2.03 2.00 4/80 32302
/proc/meminfo: memFree=1732144/2055920 swapFree=4192812/4192956
[pid=32302] ppid=32300 vsize=865984 CPUtime=0.09
/proc/32302/stat : 32302 (java) S 32300 32302 29865 0 -1 0 3781 0 1 0 7 2 0 0 18 0 9 0 28481694 886767616 3238 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32302/statm: 216496 3238 1708 9 0 210981 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865984

[startup+0.301767 s]
/proc/loadavg: 2.06 2.03 2.00 4/80 32302
/proc/meminfo: memFree=1732144/2055920 swapFree=4192812/4192956
[pid=32302] ppid=32300 vsize=866380 CPUtime=0.28
/proc/32302/stat : 32302 (java) S 32300 32302 29865 0 -1 0 5873 0 1 0 24 4 0 0 18 0 9 0 28481694 887173120 5239 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32302/statm: 216595 5239 1981 9 0 211053 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.701808 s]
/proc/loadavg: 2.06 2.03 2.00 4/80 32302
/proc/meminfo: memFree=1732144/2055920 swapFree=4192812/4192956
[pid=32302] ppid=32300 vsize=867776 CPUtime=0.68
/proc/32302/stat : 32302 (java) S 32300 32302 29865 0 -1 0 8815 0 1 0 62 6 0 0 18 0 9 0 28481694 888602624 8169 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32302/statm: 216944 8169 2038 9 0 211380 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867776

[startup+1.50189 s]
/proc/loadavg: 2.06 2.03 2.00 3/89 32311
/proc/meminfo: memFree=1677096/2055920 swapFree=4192812/4192956
[pid=32302] ppid=32300 vsize=867776 CPUtime=1.47
/proc/32302/stat : 32302 (java) S 32300 32302 29865 0 -1 0 13284 0 1 0 134 13 0 0 18 0 9 0 28481694 888602624 12635 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32302/statm: 216944 12635 2043 9 0 211380 0
[pid=32302/tid=32304] ppid=32300 vsize=867776 CPUtime=1.22
/proc/32302/task/32304/stat : 32304 (java) R 32300 32302 29865 0 -1 64 11866 0 1 0 111 11 0 0 25 0 9 0 28481696 888602624 12635 996147200 134512640 134550932 4294955968 18446744073709551615 8844659 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32302/tid=32305] ppid=32300 vsize=867776 CPUtime=0
/proc/32302/task/32305/stat : 32305 (java) S 32300 32302 29865 0 -1 64 3 0 0 0 0 0 0 0 17 0 9 0 28481697 888602624 12635 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32302/tid=32306] ppid=32300 vsize=867776 CPUtime=0
/proc/32302/task/32306/stat : 32306 (java) S 32300 32302 29865 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 28481697 888602624 12635 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32302/tid=32307] ppid=32300 vsize=867776 CPUtime=0
/proc/32302/task/32307/stat : 32307 (java) S 32300 32302 29865 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 28481697 888602624 12635 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32302/tid=32308] ppid=32300 vsize=867776 CPUtime=0
/proc/32302/task/32308/stat : 32308 (java) S 32300 32302 29865 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28481699 888602624 12635 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32302/tid=32309] ppid=32300 vsize=867776 CPUtime=0.23
/proc/32302/task/32309/stat : 32309 (java) S 32300 32302 29865 0 -1 64 720 0 0 0 22 1 0 0 15 0 9 0 28481699 888602624 12635 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32302/tid=32310] ppid=32300 vsize=867776 CPUtime=0
/proc/32302/task/32310/stat : 32310 (java) S 32300 32302 29865 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28481699 888602624 12635 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32302/tid=32311] ppid=32300 vsize=867776 CPUtime=0
/proc/32302/task/32311/stat : 32311 (java) S 32300 32302 29865 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28481699 888602624 12635 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867776

[startup+3.10205 s]
/proc/loadavg: 2.06 2.03 2.00 3/89 32311
/proc/meminfo: memFree=1661608/2055920 swapFree=4192812/4192956
[pid=32302] ppid=32300 vsize=867688 CPUtime=3.06
/proc/32302/stat : 32302 (java) S 32300 32302 29865 0 -1 0 18738 0 1 0 274 32 0 0 18 0 9 0 28481694 888512512 18063 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32302/statm: 216922 18063 2032 9 0 211380 0
[pid=32302/tid=32304] ppid=32300 vsize=867688 CPUtime=2.72
/proc/32302/task/32304/stat : 32304 (java) R 32300 32302 29865 0 -1 64 15838 0 1 0 242 30 0 0 25 0 9 0 28481696 888512512 18063 996147200 134512640 134550932 4294955968 18446744073709551615 4126888856 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32302/tid=32305] ppid=32300 vsize=867688 CPUtime=0.05
/proc/32302/task/32305/stat : 32305 (java) S 32300 32302 29865 0 -1 64 1458 0 0 0 5 0 0 0 16 0 9 0 28481697 888512512 18063 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32302/tid=32306] ppid=32300 vsize=867688 CPUtime=0
/proc/32302/task/32306/stat : 32306 (java) S 32300 32302 29865 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28481697 888512512 18063 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32302/tid=32307] ppid=32300 vsize=867688 CPUtime=0
/proc/32302/task/32307/stat : 32307 (java) S 32300 32302 29865 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28481697 888512512 18063 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32302/tid=32308] ppid=32300 vsize=867688 CPUtime=0
/proc/32302/task/32308/stat : 32308 (java) S 32300 32302 29865 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28481699 888512512 18063 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32302/tid=32309] ppid=32300 vsize=867688 CPUtime=0.26
/proc/32302/task/32309/stat : 32309 (java) S 32300 32302 29865 0 -1 64 741 0 0 0 25 1 0 0 16 0 9 0 28481699 888512512 18063 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32302/tid=32310] ppid=32300 vsize=867688 CPUtime=0
/proc/32302/task/32310/stat : 32310 (java) S 32300 32302 29865 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28481699 888512512 18063 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32302/tid=32311] ppid=32300 vsize=867688 CPUtime=0
/proc/32302/task/32311/stat : 32311 (java) S 32300 32302 29865 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28481699 888512512 18063 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867688

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

[startup+3.90282 s]
/proc/loadavg: 2.06 2.02 2.00 3/91 32313
/proc/meminfo: memFree=1647960/2055920 swapFree=4192812/4192956
[pid=32302] ppid=32300 vsize=868212 CPUtime=3.83
/proc/32302/stat : 32302 (java) S 32300 32302 29865 0 -1 0 30946 540 1 0 340 37 5 1 18 0 9 0 28481694 889049088 20876 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32302/statm: 217053 20876 2661 9 0 211489 0
[pid=32302/tid=32304] ppid=32300 vsize=868212 CPUtime=3.26
/proc/32302/task/32304/stat : 32304 (java) R 32300 32302 29865 0 -1 64 22988 540 1 0 288 32 5 1 25 0 9 0 28481696 889049088 20876 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32302/tid=32305] ppid=32300 vsize=868212 CPUtime=0.21
/proc/32302/task/32305/stat : 32305 (java) S 32300 32302 29865 0 -1 64 6144 540 0 0 14 1 5 1 16 0 9 0 28481697 889049088 20876 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32302/tid=32306] ppid=32300 vsize=868212 CPUtime=0.06
/proc/32302/task/32306/stat : 32306 (java) S 32300 32302 29865 0 -1 64 20 540 0 0 0 0 5 1 17 0 9 0 28481697 889049088 20876 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32302/tid=32307] ppid=32300 vsize=868212 CPUtime=0.06
/proc/32302/task/32307/stat : 32307 (java) S 32300 32302 29865 0 -1 64 9 540 0 0 0 0 5 1 16 0 9 0 28481697 889049088 20876 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32302/tid=32308] ppid=32300 vsize=868212 CPUtime=0.06
/proc/32302/task/32308/stat : 32308 (java) S 32300 32302 29865 0 -1 64 2 540 0 0 0 0 5 1 18 0 9 0 28481699 889049088 20876 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32302/tid=32309] ppid=32300 vsize=868212 CPUtime=0.43
/proc/32302/task/32309/stat : 32309 (java) S 32300 32302 29865 0 -1 64 973 540 0 0 36 1 5 1 15 0 9 0 28481699 889049088 20876 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32302/tid=32310] ppid=32300 vsize=868212 CPUtime=0.06
/proc/32302/task/32310/stat : 32310 (java) S 32300 32302 29865 0 -1 64 0 540 0 0 0 0 5 1 19 0 9 0 28481699 889049088 20876 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32302/tid=32311] ppid=32300 vsize=868212 CPUtime=0.06
/proc/32302/task/32311/stat : 32311 (java) S 32300 32302 29865 0 -1 64 10 540 0 0 0 0 5 1 15 0 9 0 28481699 889049088 20876 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.83
Current children cumulated vsize (KiB) 868212

[startup+4.30217 s]
/proc/loadavg: 2.06 2.02 2.00 3/89 32315
/proc/meminfo: memFree=1639840/2055920 swapFree=4192812/4192956
[pid=32302] ppid=32300 vsize=868212 CPUtime=4.23
/proc/32302/stat : 32302 (java) S 32300 32302 29865 0 -1 0 31377 540 1 0 380 37 5 1 18 0 9 0 28481694 889049088 20877 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32302/statm: 217053 20877 2661 9 0 211489 0
[pid=32302/tid=32304] ppid=32300 vsize=868212 CPUtime=3.65
/proc/32302/task/32304/stat : 32304 (java) R 32300 32302 29865 0 -1 64 23418 540 1 0 327 32 5 1 25 0 9 0 28481696 889049088 20877 996147200 134512640 134550932 4294955968 18446744073709551615 4125952226 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32302/tid=32305] ppid=32300 vsize=868212 CPUtime=0.21
/proc/32302/task/32305/stat : 32305 (java) S 32300 32302 29865 0 -1 64 6144 540 0 0 14 1 5 1 16 0 9 0 28481697 889049088 20877 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32302/tid=32306] ppid=32300 vsize=868212 CPUtime=0.06
/proc/32302/task/32306/stat : 32306 (java) S 32300 32302 29865 0 -1 64 20 540 0 0 0 0 5 1 17 0 9 0 28481697 889049088 20877 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32302/tid=32307] ppid=32300 vsize=868212 CPUtime=0.06
/proc/32302/task/32307/stat : 32307 (java) S 32300 32302 29865 0 -1 64 9 540 0 0 0 0 5 1 16 0 9 0 28481697 889049088 20877 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32302/tid=32308] ppid=32300 vsize=868212 CPUtime=0.06
/proc/32302/task/32308/stat : 32308 (java) S 32300 32302 29865 0 -1 64 2 540 0 0 0 0 5 1 18 0 9 0 28481699 889049088 20877 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32302/tid=32309] ppid=32300 vsize=868212 CPUtime=0.44
/proc/32302/task/32309/stat : 32309 (java) S 32300 32302 29865 0 -1 64 974 540 0 0 37 1 5 1 16 0 9 0 28481699 889049088 20877 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32302/tid=32310] ppid=32300 vsize=868212 CPUtime=0.06
/proc/32302/task/32310/stat : 32310 (java) S 32300 32302 29865 0 -1 64 0 540 0 0 0 0 5 1 19 0 9 0 28481699 889049088 20877 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32302/tid=32311] ppid=32300 vsize=868212 CPUtime=0.06
/proc/32302/task/32311/stat : 32311 (java) S 32300 32302 29865 0 -1 64 10 540 0 0 0 0 5 1 15 0 9 0 28481699 889049088 20877 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.23
Current children cumulated vsize (KiB) 868212

[startup+4.70221 s]
/proc/loadavg: 2.06 2.02 2.00 3/89 32315
/proc/meminfo: memFree=1639840/2055920 swapFree=4192812/4192956
[pid=32302] ppid=32300 vsize=868212 CPUtime=4.62
/proc/32302/stat : 32302 (java) S 32300 32302 29865 0 -1 0 31773 540 1 0 419 37 5 1 18 0 9 0 28481694 889049088 20877 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32302/statm: 217053 20877 2661 9 0 211489 0
[pid=32302/tid=32304] ppid=32300 vsize=868212 CPUtime=4.05
/proc/32302/task/32304/stat : 32304 (java) R 32300 32302 29865 0 -1 64 23814 540 1 0 366 33 5 1 25 0 9 0 28481696 889049088 20877 996147200 134512640 134550932 4294955968 18446744073709551615 4127351680 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32302/tid=32305] ppid=32300 vsize=868212 CPUtime=0.21
/proc/32302/task/32305/stat : 32305 (java) S 32300 32302 29865 0 -1 64 6144 540 0 0 14 1 5 1 16 0 9 0 28481697 889049088 20877 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32302/tid=32306] ppid=32300 vsize=868212 CPUtime=0.06
/proc/32302/task/32306/stat : 32306 (java) S 32300 32302 29865 0 -1 64 20 540 0 0 0 0 5 1 17 0 9 0 28481697 889049088 20877 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32302/tid=32307] ppid=32300 vsize=868212 CPUtime=0.06
/proc/32302/task/32307/stat : 32307 (java) S 32300 32302 29865 0 -1 64 9 540 0 0 0 0 5 1 16 0 9 0 28481697 889049088 20877 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32302/tid=32308] ppid=32300 vsize=868212 CPUtime=0.06
/proc/32302/task/32308/stat : 32308 (java) S 32300 32302 29865 0 -1 64 2 540 0 0 0 0 5 1 18 0 9 0 28481699 889049088 20877 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32302/tid=32309] ppid=32300 vsize=868212 CPUtime=0.44
/proc/32302/task/32309/stat : 32309 (java) S 32300 32302 29865 0 -1 64 974 540 0 0 37 1 5 1 15 0 9 0 28481699 889049088 20877 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32302/tid=32310] ppid=32300 vsize=868212 CPUtime=0.06
/proc/32302/task/32310/stat : 32310 (java) S 32300 32302 29865 0 -1 64 0 540 0 0 0 0 5 1 19 0 9 0 28481699 889049088 20877 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32302/tid=32311] ppid=32300 vsize=868212 CPUtime=0.06
/proc/32302/task/32311/stat : 32311 (java) S 32300 32302 29865 0 -1 64 10 540 0 0 0 0 5 1 15 0 9 0 28481699 889049088 20877 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.62
Current children cumulated vsize (KiB) 868212

[startup+4.80222 s]
/proc/loadavg: 2.06 2.02 2.00 3/89 32315
/proc/meminfo: memFree=1639840/2055920 swapFree=4192812/4192956
[pid=32302] ppid=32300 vsize=868212 CPUtime=4.72
/proc/32302/stat : 32302 (java) S 32300 32302 29865 0 -1 0 31905 540 1 0 429 37 5 1 18 0 9 0 28481694 889049088 20877 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32302/statm: 217053 20877 2661 9 0 211489 0
[pid=32302/tid=32304] ppid=32300 vsize=868212 CPUtime=4.15
/proc/32302/task/32304/stat : 32304 (java) R 32300 32302 29865 0 -1 64 23946 540 1 0 376 33 5 1 25 0 9 0 28481696 889049088 20877 996147200 134512640 134550932 4294955968 18446744073709551615 4127351693 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32302/tid=32305] ppid=32300 vsize=868212 CPUtime=0.21
/proc/32302/task/32305/stat : 32305 (java) S 32300 32302 29865 0 -1 64 6144 540 0 0 14 1 5 1 16 0 9 0 28481697 889049088 20877 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32302/tid=32306] ppid=32300 vsize=868212 CPUtime=0.06
/proc/32302/task/32306/stat : 32306 (java) S 32300 32302 29865 0 -1 64 20 540 0 0 0 0 5 1 17 0 9 0 28481697 889049088 20877 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32302/tid=32307] ppid=32300 vsize=868212 CPUtime=0.06
/proc/32302/task/32307/stat : 32307 (java) S 32300 32302 29865 0 -1 64 9 540 0 0 0 0 5 1 16 0 9 0 28481697 889049088 20877 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32302/tid=32308] ppid=32300 vsize=868212 CPUtime=0.06
/proc/32302/task/32308/stat : 32308 (java) S 32300 32302 29865 0 -1 64 2 540 0 0 0 0 5 1 18 0 9 0 28481699 889049088 20877 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32302/tid=32309] ppid=32300 vsize=868212 CPUtime=0.44
/proc/32302/task/32309/stat : 32309 (java) S 32300 32302 29865 0 -1 64 974 540 0 0 37 1 5 1 15 0 9 0 28481699 889049088 20877 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32302/tid=32310] ppid=32300 vsize=868212 CPUtime=0.06
/proc/32302/task/32310/stat : 32310 (java) S 32300 32302 29865 0 -1 64 0 540 0 0 0 0 5 1 19 0 9 0 28481699 889049088 20877 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32302/tid=32311] ppid=32300 vsize=868212 CPUtime=0.06
/proc/32302/task/32311/stat : 32311 (java) R 32300 32302 29865 0 -1 64 10 540 0 0 0 0 5 1 15 0 9 0 28481699 889049088 20877 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.72
Current children cumulated vsize (KiB) 868212

Child status: 0
Real time (s): 4.8683
CPU time (s): 4.79127
CPU user time (s): 4.38333
CPU system time (s): 0.407937
CPU usage (%): 98.4178
Max. virtual memory (cumulated for all children) (KiB): 869468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.38333
system time used= 0.407937
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32585
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= 1951
involuntary context switches= 2106

runsolver used 0.008998 second user time and 0.023996 second system time

The end

Launcher Data

Begin job on node70 at 2009-07-12 17:56:30
IDJOB=2097961
IDBENCH=58056
IDSOLVER=773
FILE ID=node70/2097961-1247414190
PBS_JOBID= 9510507
Free space on /tmp= 66416 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/rlfapGraphs/normalized-graph14.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2097961-1247414190/watcher-2097961-1247414190 -o /tmp/evaluation-result-2097961-1247414190/solver-2097961-1247414190 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2097961-1247414190.xml

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

MD5SUM BENCH= 3fb56d38999618c3f590ccca7c05d859
RANDOM SEED=1332081485

node70.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.214
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.214
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:       1732560 kB
Buffers:         40820 kB
Cached:         143664 kB
SwapCached:          0 kB
Active:         174760 kB
Inactive:        92064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1732560 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            6240 kB
Writeback:           0 kB
Mapped:         100352 kB
Slab:            41788 kB
Committed_AS:   997464 kB
PageTables:       1888 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= 66416 MiB
End job on node70 at 2009-07-12 17:56:35