Trace number 2097955

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.14337 4.17877

DiagnosticValue
CHECKS741372
NODES932

General information on the benchmark

Namecsp/rlfapGraphs/
normalized-graph10.xml
MD5SUM6343a8d49ea791a447d6fc04b8a967e7
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.592909
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints3907
Maximum constraint arity2
Maximum domain size44
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3907
Global constraints used (with number of constraints)

Solver Data

0.05/0.08	
0.05/0.08	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.18/0.28	   
0.18/0.28	   instance
0.18/0.28	     name=HOME/instance-2097955-1247414189.xml
0.28/0.31	   
0.28/0.31	   domains being loaded...
0.28/0.32	   
0.28/0.32	   variables being loaded...
0.39/0.44	     nbVariables=680  nbDomainTypes=6  minDomainSize=22  maxDomainSize=44  nbTotalValues=26980
0.39/0.44	       =>  wckTime=0.195  cpuTime=0.14  mem=9M844
0.39/0.44	   
0.39/0.44	   predicates being loaded...
0.48/0.50	   
0.48/0.50	   constraints being loaded...
2.66/2.78	     nbConstraints=3957  nbGlobalConstraints=50  nbConvertedConstraints=3907  nbConvertConstraintsChecks=4840888
2.66/2.78	     nbExtensionStructures=3043  nbSharedExtensionStructures=3594  nbConflictsStructures=3043
2.66/2.78	     nbSharedConflictsStructures=3594  nbSharedBinaryRepresentations=240990  minDegree=3  maxDegree=25  minArity=2
2.66/2.78	     avgArity=2.07  maxArity=14  nbGenerators=0  nbFusions=0  symmetryWckTime=0.251  symmetryCpuTime=0.16  nbCliques=50
2.66/2.78	       =>  wckTime=2.531  cpuTime=2.15  mem=14M607
2.76/2.87	   
2.76/2.87	   solver IterativeSystematicSolver being built... 
2.86/2.92	   
2.86/2.92	   INFO : Forward propagation technique limited 
2.97/3.02	       =>  wckTime=2.777  cpuTime=2.3  mem=28M151
2.97/3.08	   
2.97/3.08	   preprocessing
2.97/3.08	     nbConstraintChecks=4830  nbPropagations=680  nbRevisions=130  nbUselessRevisions=70  nbRemovedValues=386
2.97/3.08	     detectedInconsistency=no
2.97/3.08	       =>  wckTime=0.052  cpuTime=0.04  mem=28M151
4.08/4.13	   
4.08/4.13	   search
4.08/4.13	     run=1  nbConstraintChecks=736542  minDepth=128  maxDepth=680  nbPropagations=14582  nbRevisions=82707
4.08/4.13	     nbUselessRevisions=66565  nbAssignments=932  nbFailedAssignments=21  nbBacktracks=63  nbVisitedNodes=962
4.08/4.13	     nbRestartNogoods=5  nbFoundSolutions=1  mapSize=13  nbInferences=0  nbTooLargeKeys=0  nbSEliminables=0
4.08/4.13	     nbREliminables=39.19  nbIEliminables=553.71  nbDEliminables=0  nbPEliminables=0
4.08/4.13	       =>  wckTime=1.107  cpuTime=1.04  mem=32M123
4.08/4.13	   
4.08/4.13	   global
4.08/4.13	     nbConstraintChecks=741372  nbPropagations=15262  nbRevisions=82837  nbUselessRevisions=66635  nbRestartNogoods=5
4.08/4.13	     solvingWckTime=1.109  solvingCpuTime=1.04  expiredTime=no  totalExploration=no  nbFoundSolutions=1
4.08/4.13	     firstSolutionCpuTime=3.32  globalCpuTime=3.38
4.08/4.13	       =>  wckTime=3.889  cpuTime=3.34  mem=32M123
4.08/4.13	   
4.08/4.13	s SATISFIABLE
4.08/4.13	v 380 142 498 736 442 680 526 764 268 30 394 156 268 30 310 72 310 72 428 666 254 16 282 44 310 72 296 58 268 30 268 30 380 142 540 778 442 680 456 694 428 666 254 16 540 778 268 30 366 128 414 652 526 764 352 114 414 652 394 156 414 652 470 708 338 100 540 778 366 128 310 72 442 680 268 30 526 764 414 652 456 694 554 792 414 652 268 30 554 792 296 58 268 30 296 58 338 100 442 680 554 792 282 44 414 652 268 30 540 778 338 100 352 114 324 86 428 666 310 72 540 778 296 58 526 764 526 764 16 254 470 708 268 30 470 708 554 792 414 652 456 694 526 764 268 30 428 666 394 156 366 128 380 142 394 156 380 142 352 114 540 778 414 652 540 778 554 792 366 128 414 652 310 72 268 30 338 100 366 128 554 792 554 792 554 792 380 142 484 722 352 114 254 16 428 666 254 16 554 792 540 778 352 114 254 16 792 554 394 156 296 58 554 792 366 128 380 142 296 58 554 792 554 792 352 114 442 680 338 100 456 694 268 30 394 156 268 30 456 694 414 652 540 778 554 792 554 792 554 792 414 652 512 750 456 694 296 58 456 694 414 652 554 792 484 722 428 666 470 708 310 72 414 652 498 736 554 792 498 736 380 142 366 128 526 764 366 128 324 86 268 30 498 736 498 736 470 708 554 792 394 156 366 128 484 722 394 156 778 540 282 44 268 30 554 792 380 142 324 86 380 142 296 58 554 792 268 30 394 156 442 680 526 764 456 694 310 72 324 86 470 708 554 792 414 652 394 156 380 142 526 764 296 58 394 156 456 694 324 86 268 30 428 666 268 30 352 114 282 44 296 58 414 652 526 764 554 792 498 736 310 72 554 792 512 750 394 156 456 694 310 72 380 142 414 652 296 58 282 44 554 792 268 30 380 142 366 128 540 778 268 30 428 666 526 764 456 694 282 44 554 792 380 142 324 86 540 778 484 722 456 694 268 30 498 736 540 778 324 86 352 114 540 778 442 680 498 736 470 708 554 792 526 764 456 694 282 44 498 736 414 652 428 666 554 792 394 156 394 156 470 708 296 58 324 86 366 128 428 666 484 722 414 652 310 72 338 100 394 156 554 792 282 44 338 100 414 652 324 86 554 792 554 792 484 722 338 100 394 156 554 792 442 680 414 652 254 16 512 750 338 100 380 142 296 58 554 792 352 114 512 750 540 778 526 764 414 652 540 778 484 722 282 44 394 156 352 114 526 764 540 778 554 792 310 72 414 652 324 86 352 114 268 30 380 142 540 778 394 156 540 778 282 44 554 792 554 792 310 72 498 736 268 30 282 44 414 652 456 694 554 792 394 156 282 44 428 666 296 58 414 652 456 694 338 100 442 680 470 708 268 30 554 792 352 114 394 156 470 708 470 708 282 44 526 764 310 72 470 708 366 128 310 72 526 764 394 156 792 554 380 142 394 156 338 100 268 30 380 142 526 764 394 156 414 652 470 708 554 792 456 694 428 666 484 722 268 30 380 142 442 680 414 652 554 792 282 44 268 30 
4.08/4.13	d NODES 932
4.08/4.13	d CHECKS 741372
4.08/4.14	   
4.08/4.14	   totalWckTime=3.954  totalCpuTime=3.38

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-2097955-1247414189/watcher-2097955-1247414189 -o /tmp/evaluation-result-2097955-1247414189/solver-2097955-1247414189 -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-2097955-1247414189.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.24 2.09 2.02 4/80 31140
/proc/meminfo: memFree=1649568/2055920 swapFree=4192812/4192956
[pid=31140] ppid=31138 vsize=18576 CPUtime=0
/proc/31140/stat : 31140 (runsolver) R 31138 31140 29353 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 28485217 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 269028486439 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/31140/statm: 4644 284 249 26 0 2626 0

[startup+0.0668371 s]
/proc/loadavg: 2.24 2.09 2.02 4/80 31140
/proc/meminfo: memFree=1649568/2055920 swapFree=4192812/4192956
[pid=31140] ppid=31138 vsize=864144 CPUtime=0.05
/proc/31140/stat : 31140 (java) S 31138 31140 29353 0 -1 0 2908 0 1 0 4 1 0 0 21 0 9 0 28485217 884883456 2420 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31140/statm: 216036 2420 1148 9 0 210929 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 864144

[startup+0.101843 s]
/proc/loadavg: 2.24 2.09 2.02 4/80 31140
/proc/meminfo: memFree=1649568/2055920 swapFree=4192812/4192956
[pid=31140] ppid=31138 vsize=865980 CPUtime=0.08
/proc/31140/stat : 31140 (java) S 31138 31140 29353 0 -1 0 3741 0 1 0 7 1 0 0 21 0 9 0 28485217 886763520 3209 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31140/statm: 216495 3209 1700 9 0 210980 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865980

[startup+0.301877 s]
/proc/loadavg: 2.24 2.09 2.02 4/80 31140
/proc/meminfo: memFree=1649568/2055920 swapFree=4192812/4192956
[pid=31140] ppid=31138 vsize=866380 CPUtime=0.28
/proc/31140/stat : 31140 (java) S 31138 31140 29353 0 -1 0 6003 0 1 0 25 3 0 0 21 0 9 0 28485217 887173120 5369 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31140/statm: 216595 5369 1986 9 0 211053 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.701943 s]
/proc/loadavg: 2.24 2.09 2.02 4/80 31140
/proc/meminfo: memFree=1649568/2055920 swapFree=4192812/4192956
[pid=31140] ppid=31138 vsize=867804 CPUtime=0.68
/proc/31140/stat : 31140 (java) S 31138 31140 29353 0 -1 0 9289 0 1 0 63 5 0 0 21 0 9 0 28485217 888631296 8643 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31140/statm: 216951 8643 2037 9 0 211387 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867804

[startup+1.50207 s]
/proc/loadavg: 2.24 2.09 2.02 3/89 31149
/proc/meminfo: memFree=1611160/2055920 swapFree=4192812/4192956
[pid=31140] ppid=31138 vsize=867808 CPUtime=1.48
/proc/31140/stat : 31140 (java) S 31138 31140 29353 0 -1 0 13336 0 1 0 134 14 0 0 21 0 9 0 28485217 888635392 12687 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31140/statm: 216952 12687 2043 9 0 211388 0
[pid=31140/tid=31142] ppid=31138 vsize=867808 CPUtime=1.24
/proc/31140/task/31142/stat : 31142 (java) R 31138 31140 29353 0 -1 64 11913 0 1 0 111 13 0 0 25 0 9 0 28485219 888635392 12687 996147200 134512640 134550932 4294955968 18446744073709551615 13010084 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31140/tid=31143] ppid=31138 vsize=867808 CPUtime=0
/proc/31140/task/31143/stat : 31143 (java) S 31138 31140 29353 0 -1 64 3 0 0 0 0 0 0 0 17 0 9 0 28485220 888635392 12687 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31140/tid=31144] ppid=31138 vsize=867808 CPUtime=0
/proc/31140/task/31144/stat : 31144 (java) S 31138 31140 29353 0 -1 64 11 0 0 0 0 0 0 0 24 0 9 0 28485220 888635392 12687 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31140/tid=31145] ppid=31138 vsize=867808 CPUtime=0
/proc/31140/task/31145/stat : 31145 (java) S 31138 31140 29353 0 -1 64 4 0 0 0 0 0 0 0 25 0 9 0 28485220 888635392 12687 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31140/tid=31146] ppid=31138 vsize=867808 CPUtime=0
/proc/31140/task/31146/stat : 31146 (java) S 31138 31140 29353 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 28485222 888635392 12687 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31140/tid=31147] ppid=31138 vsize=867808 CPUtime=0.23
/proc/31140/task/31147/stat : 31147 (java) S 31138 31140 29353 0 -1 64 725 0 0 0 23 0 0 0 15 0 9 0 28485222 888635392 12687 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31140/tid=31148] ppid=31138 vsize=867808 CPUtime=0
/proc/31140/task/31148/stat : 31148 (java) S 31138 31140 29353 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 28485222 888635392 12687 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31140/tid=31149] ppid=31138 vsize=867808 CPUtime=0
/proc/31140/task/31149/stat : 31149 (java) S 31138 31140 29353 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28485222 888635392 12687 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867808

[startup+3.10233 s]
/proc/loadavg: 2.24 2.09 2.02 3/89 31149
/proc/meminfo: memFree=1586776/2055920 swapFree=4192812/4192956
[pid=31140] ppid=31138 vsize=868128 CPUtime=3.09
/proc/31140/stat : 31140 (java) S 31138 31140 29353 0 -1 0 29815 490 1 0 274 30 4 1 21 0 9 0 28485217 888963072 20511 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31140/statm: 217032 20511 2661 9 0 211468 0
[pid=31140/tid=31142] ppid=31138 vsize=868128 CPUtime=2.59
/proc/31140/task/31142/stat : 31142 (java) R 31138 31140 29353 0 -1 64 22461 490 1 0 228 26 4 1 18 0 9 0 28485219 888963072 20511 996147200 134512640 134550932 4294955968 18446744073709551615 4127280100 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31140/tid=31143] ppid=31138 vsize=868128 CPUtime=0.19
/proc/31140/task/31143/stat : 31143 (java) S 31138 31140 29353 0 -1 64 5559 490 0 0 13 1 4 1 17 0 9 0 28485220 888963072 20511 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31140/tid=31144] ppid=31138 vsize=868128 CPUtime=0.05
/proc/31140/task/31144/stat : 31144 (java) S 31138 31140 29353 0 -1 64 20 490 0 0 0 0 4 1 16 0 9 0 28485220 888963072 20511 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31140/tid=31145] ppid=31138 vsize=868128 CPUtime=0.05
/proc/31140/task/31145/stat : 31145 (java) S 31138 31140 29353 0 -1 64 9 490 0 0 0 0 4 1 16 0 9 0 28485220 888963072 20511 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31140/tid=31146] ppid=31138 vsize=868128 CPUtime=0.05
/proc/31140/task/31146/stat : 31146 (java) S 31138 31140 29353 0 -1 64 2 490 0 0 0 0 4 1 25 0 9 0 28485222 888963072 20511 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31140/tid=31147] ppid=31138 vsize=868128 CPUtime=0.36
/proc/31140/task/31147/stat : 31147 (java) S 31138 31140 29353 0 -1 64 949 490 0 0 31 0 4 1 15 0 9 0 28485222 888963072 20511 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31140/tid=31148] ppid=31138 vsize=868128 CPUtime=0.05
/proc/31140/task/31148/stat : 31148 (java) S 31138 31140 29353 0 -1 64 0 490 0 0 0 0 4 1 25 0 9 0 28485222 888963072 20511 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31140/tid=31149] ppid=31138 vsize=868128 CPUtime=0.05
/proc/31140/task/31149/stat : 31149 (java) S 31138 31140 29353 0 -1 64 11 490 0 0 0 0 4 1 15 0 9 0 28485222 888963072 20511 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 868128

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

[startup+3.90146 s]
/proc/loadavg: 2.22 2.09 2.02 3/89 31153
/proc/meminfo: memFree=1560856/2055920 swapFree=4192812/4192956
[pid=31140] ppid=31138 vsize=868260 CPUtime=3.88
/proc/31140/stat : 31140 (java) S 31138 31140 29353 0 -1 0 30557 490 1 0 353 30 4 1 21 0 9 0 28485217 889098240 20536 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31140/statm: 217065 20536 2661 9 0 211501 0
[pid=31140/tid=31142] ppid=31138 vsize=868260 CPUtime=3.34
/proc/31140/task/31142/stat : 31142 (java) R 31138 31140 29353 0 -1 64 23180 490 1 0 303 26 4 1 24 0 9 0 28485219 889098240 20536 996147200 134512640 134550932 4294955968 18446744073709551615 4126095866 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31140/tid=31143] ppid=31138 vsize=868260 CPUtime=0.19
/proc/31140/task/31143/stat : 31143 (java) S 31138 31140 29353 0 -1 64 5559 490 0 0 13 1 4 1 17 0 9 0 28485220 889098240 20536 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31140/tid=31144] ppid=31138 vsize=868260 CPUtime=0.05
/proc/31140/task/31144/stat : 31144 (java) S 31138 31140 29353 0 -1 64 20 490 0 0 0 0 4 1 16 0 9 0 28485220 889098240 20536 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31140/tid=31145] ppid=31138 vsize=868260 CPUtime=0.05
/proc/31140/task/31145/stat : 31145 (java) S 31138 31140 29353 0 -1 64 9 490 0 0 0 0 4 1 16 0 9 0 28485220 889098240 20536 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31140/tid=31146] ppid=31138 vsize=868260 CPUtime=0.05
/proc/31140/task/31146/stat : 31146 (java) S 31138 31140 29353 0 -1 64 2 490 0 0 0 0 4 1 25 0 9 0 28485222 889098240 20536 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31140/tid=31147] ppid=31138 vsize=868260 CPUtime=0.4
/proc/31140/task/31147/stat : 31147 (java) S 31138 31140 29353 0 -1 64 973 490 0 0 35 0 4 1 15 0 9 0 28485222 889098240 20536 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31140/tid=31148] ppid=31138 vsize=868260 CPUtime=0.05
/proc/31140/task/31148/stat : 31148 (java) S 31138 31140 29353 0 -1 64 0 490 0 0 0 0 4 1 25 0 9 0 28485222 889098240 20536 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31140/tid=31149] ppid=31138 vsize=868260 CPUtime=0.05
/proc/31140/task/31149/stat : 31149 (java) S 31138 31140 29353 0 -1 64 11 490 0 0 0 0 4 1 15 0 9 0 28485222 889098240 20536 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.88
Current children cumulated vsize (KiB) 868260

[startup+4.10149 s]
/proc/loadavg: 2.22 2.09 2.02 3/89 31153
/proc/meminfo: memFree=1560856/2055920 swapFree=4192812/4192956
[pid=31140] ppid=31138 vsize=868260 CPUtime=4.08
/proc/31140/stat : 31140 (java) S 31138 31140 29353 0 -1 0 30675 490 1 0 373 30 4 1 21 0 9 0 28485217 889098240 20538 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31140/statm: 217065 20538 2661 9 0 211501 0
[pid=31140/tid=31142] ppid=31138 vsize=868260 CPUtime=3.54
/proc/31140/task/31142/stat : 31142 (java) R 31138 31140 29353 0 -1 64 23294 490 1 0 323 26 4 1 25 0 9 0 28485219 889098240 20538 996147200 134512640 134550932 4294955968 18446744073709551615 4127300341 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31140/tid=31143] ppid=31138 vsize=868260 CPUtime=0.19
/proc/31140/task/31143/stat : 31143 (java) S 31138 31140 29353 0 -1 64 5559 490 0 0 13 1 4 1 17 0 9 0 28485220 889098240 20538 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31140/tid=31144] ppid=31138 vsize=868260 CPUtime=0.05
/proc/31140/task/31144/stat : 31144 (java) S 31138 31140 29353 0 -1 64 20 490 0 0 0 0 4 1 16 0 9 0 28485220 889098240 20538 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31140/tid=31145] ppid=31138 vsize=868260 CPUtime=0.05
/proc/31140/task/31145/stat : 31145 (java) S 31138 31140 29353 0 -1 64 9 490 0 0 0 0 4 1 16 0 9 0 28485220 889098240 20538 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31140/tid=31146] ppid=31138 vsize=868260 CPUtime=0.05
/proc/31140/task/31146/stat : 31146 (java) S 31138 31140 29353 0 -1 64 2 490 0 0 0 0 4 1 25 0 9 0 28485222 889098240 20538 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31140/tid=31147] ppid=31138 vsize=868260 CPUtime=0.4
/proc/31140/task/31147/stat : 31147 (java) S 31138 31140 29353 0 -1 64 976 490 0 0 35 0 4 1 15 0 9 0 28485222 889098240 20538 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31140/tid=31148] ppid=31138 vsize=868260 CPUtime=0.05
/proc/31140/task/31148/stat : 31148 (java) S 31138 31140 29353 0 -1 64 0 490 0 0 0 0 4 1 25 0 9 0 28485222 889098240 20538 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31140/tid=31149] ppid=31138 vsize=868260 CPUtime=0.05
/proc/31140/task/31149/stat : 31149 (java) S 31138 31140 29353 0 -1 64 11 490 0 0 0 0 4 1 15 0 9 0 28485222 889098240 20538 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.08
Current children cumulated vsize (KiB) 868260

Child status: 0
Real time (s): 4.17877
CPU time (s): 4.14337
CPU user time (s): 3.80942
CPU system time (s): 0.333949
CPU usage (%): 99.1529
Max. virtual memory (cumulated for all children) (KiB): 868260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.80942
system time used= 0.333949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31317
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= 1776
involuntary context switches= 1820

runsolver used 0.006998 second user time and 0.018997 second system time

The end

Launcher Data

Begin job on node26 at 2009-07-12 17:56:29
IDJOB=2097955
IDBENCH=58052
IDSOLVER=773
FILE ID=node26/2097955-1247414189
PBS_JOBID= 9510592
Free space on /tmp= 66388 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/rlfapGraphs/normalized-graph10.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-2097955-1247414189/watcher-2097955-1247414189 -o /tmp/evaluation-result-2097955-1247414189/solver-2097955-1247414189 -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-2097955-1247414189.xml

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

MD5SUM BENCH= 6343a8d49ea791a447d6fc04b8a967e7
RANDOM SEED=1847437406

node26.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.281
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.281
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:       1650048 kB
Buffers:         37736 kB
Cached:         127436 kB
SwapCached:          0 kB
Active:         259212 kB
Inactive:        91216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1650048 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           14208 kB
Writeback:           0 kB
Mapped:         203336 kB
Slab:            40320 kB
Committed_AS:   988272 kB
PageTables:       2084 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= 66384 MiB
End job on node26 at 2009-07-12 17:56:33