Trace number 2097956

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 ESACSAT 4.55031 4.58936

DiagnosticValue
CHECKS3635170
NODES683

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.00/0.08	
0.00/0.08	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=esac.xml
0.19/0.27	   
0.19/0.27	   instance
0.19/0.27	     name=HOME/instance-2097956-1247414189.xml
0.29/0.31	   
0.29/0.31	   domains being loaded...
0.29/0.32	   
0.29/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.197  cpuTime=0.15  mem=9M844
0.39/0.44	   
0.39/0.44	   predicates being loaded...
0.49/0.50	   
0.49/0.50	   constraints being loaded...
2.69/2.74	     nbConstraints=3957  nbGlobalConstraints=50  nbConvertedConstraints=3907  nbConvertConstraintsChecks=4840888
2.69/2.74	     nbExtensionStructures=3043  nbSharedExtensionStructures=3594  nbConflictsStructures=3043
2.69/2.74	     nbSharedConflictsStructures=3594  nbSharedBinaryRepresentations=240990  minDegree=3  maxDegree=25  minArity=2
2.69/2.74	     avgArity=2.07  maxArity=14  nbGenerators=0  nbFusions=0  symmetryWckTime=0.221  symmetryCpuTime=0.13  nbCliques=50
2.69/2.74	       =>  wckTime=2.501  cpuTime=2.14  mem=14M607
2.79/2.83	   
2.79/2.83	   solver IterativeSystematicSolver being built... 
2.89/2.90	   
2.89/2.90	   INFO : Forward propagation technique limited 
2.89/2.99	       =>  wckTime=2.751  cpuTime=2.29  mem=28M232
3.78/3.83	   
3.78/3.83	   preprocessing
3.78/3.83	     nbConstraintChecks=3266158  nbPropagations=32526  nbRevisions=154322  nbUselessRevisions=113946
3.78/3.83	     nbSingletonTests=1555  nbEffectiveSingletonTests=10  nbACRemovals=386  nbFoundSingletons=0  nbRemovedValues=406
3.78/3.83	     detectedInconsistency=no
3.78/3.83	       =>  wckTime=0.838  cpuTime=0.78  mem=38M88
4.49/4.53	   
4.49/4.53	   search
4.49/4.54	     run=0  nbConstraintChecks=369010  minDepth=131  maxDepth=680  nbPropagations=37297  nbRevisions=182612
4.49/4.54	     nbUselessRevisions=136845  nbAssignments=683  nbFailedAssignments=3  nbBacktracks=0  nbVisitedNodes=687
4.49/4.54	     nbRestartNogoods=0  nbFoundSolutions=1  mapSize=0  nbInferences=0  nbTooLargeKeys=0  nbSEliminables=0
4.49/4.54	     nbREliminables=27.42  nbIEliminables=554.84  nbDEliminables=0  nbPEliminables=0
4.49/4.54	       =>  wckTime=1.54  cpuTime=1.46  mem=40M91
4.49/4.54	   
4.49/4.54	   global
4.49/4.54	     nbConstraintChecks=3635168  nbPropagations=69823  nbRevisions=336934  nbUselessRevisions=250791  nbRestartNogoods=0
4.49/4.54	     solvingWckTime=1.542  solvingCpuTime=1.46  expiredTime=no  totalExploration=no  nbFoundSolutions=1
4.49/4.54	     firstSolutionCpuTime=3.74  globalCpuTime=3.78
4.49/4.54	       =>  wckTime=4.295  cpuTime=3.75  mem=40M91
4.49/4.54	   
4.49/4.54	s SATISFIABLE
4.49/4.54	v 380 142 498 736 554 792 526 764 296 58 414 652 296 58 310 72 254 16 428 666 254 16 526 764 296 58 296 58 268 30 254 16 380 142 540 778 442 680 324 86 428 666 498 736 540 778 268 30 366 128 414 652 652 414 366 128 394 156 414 652 414 652 296 58 708 470 540 778 338 100 296 58 442 680 268 30 296 58 380 142 722 484 554 792 414 652 540 778 554 792 296 58 268 30 296 58 338 100 442 680 554 792 526 764 414 652 268 30 366 128 470 708 456 694 310 72 428 666 282 44 268 30 268 30 268 30 526 764 16 254 380 142 268 30 470 708 554 792 414 652 352 114 282 44 282 44 442 680 428 666 366 128 380 142 324 86 428 666 456 694 540 778 394 156 540 778 554 792 414 652 394 156 310 72 268 30 456 694 366 128 554 792 554 792 554 792 380 142 484 722 352 114 526 764 338 100 414 652 554 792 268 30 352 114 254 16 268 30 394 156 296 58 58 296 428 666 428 666 296 58 268 30 554 792 352 114 442 680 310 72 380 142 540 778 394 156 540 778 380 142 394 156 540 778 268 30 554 792 554 792 366 128 296 58 498 736 16 254 366 128 414 652 554 792 498 736 428 666 470 708 310 72 792 554 268 30 554 792 310 72 380 142 428 666 526 764 470 708 512 750 268 30 310 72 498 736 470 708 554 792 394 156 442 680 338 100 394 156 456 694 268 30 296 58 554 792 442 680 498 736 428 666 456 694 554 792 512 750 380 142 470 708 554 792 456 694 310 72 526 764 470 708 554 792 764 526 414 652 380 142 268 30 296 58 414 652 366 128 324 86 268 30 456 694 268 30 456 694 282 44 296 58 414 652 554 792 554 792 484 722 296 58 554 792 282 44 394 156 456 694 296 58 428 666 394 156 282 44 282 44 554 792 526 764 366 128 366 128 554 792 540 778 750 512 526 764 470 708 282 44 554 792 338 100 324 86 540 778 324 86 470 708 282 44 296 58 540 778 324 86 352 114 268 30 554 792 310 72 470 708 554 792 268 30 456 694 282 44 498 736 414 652 428 666 554 792 442 680 394 156 498 736 512 750 484 722 338 100 428 666 324 86 428 666 324 86 484 722 394 156 554 792 282 44 484 722 394 156 310 72 554 792 554 792 484 722 470 708 414 652 540 778 456 694 380 142 498 736 554 792 338 100 428 666 512 750 554 792 380 142 310 72 554 792 526 764 554 792 268 30 470 708 540 778 394 156 352 114 282 44 352 114 554 792 484 722 414 652 324 86 352 114 554 792 414 652 268 30 428 666 282 44 498 736 540 778 554 792 310 72 310 72 268 30 268 30 414 652 456 694 554 792 428 666 554 792 428 666 296 58 554 792 442 680 324 86 380 142 428 666 268 30 554 792 338 100 414 652 470 708 470 708 282 44 526 764 498 736 338 100 414 652 310 72 282 44 442 680 414 652 394 156 428 666 338 100 268 30 366 128 484 722 394 156 394 156 470 708 554 792 456 694 428 666 484 722 268 30 380 142 380 142 512 750 554 792 282 44 268 30 
4.49/4.54	d NODES 683
4.49/4.54	d CHECKS 3635168
4.49/4.54	   
4.49/4.54	   totalWckTime=4.362  totalCpuTime=3.79

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-2097956-1247414189/watcher-2097956-1247414189 -o /tmp/evaluation-result-2097956-1247414189/solver-2097956-1247414189 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2097956-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: 1.94 2.00 1.99 4/80 31216
/proc/meminfo: memFree=1695960/2055920 swapFree=4192812/4192956
[pid=31216] ppid=31214 vsize=152 CPUtime=0
/proc/31216/stat : 31216 (java) R 31214 31216 28469 0 -1 0 205 0 0 0 0 0 0 0 18 0 1 0 28481484 155648 26 996147200 134512640 134550932 4294955968 18446744073709551615 7205668 0 0 4096 0 0 0 0 17 0 0 0
/proc/31216/statm: 38 26 19 9 0 4 0

[startup+0.012428 s]
/proc/loadavg: 1.94 2.00 1.99 4/80 31216
/proc/meminfo: memFree=1695960/2055920 swapFree=4192812/4192956
[pid=31216] ppid=31214 vsize=11012 CPUtime=0
/proc/31216/stat : 31216 (java) S 31214 31216 28469 0 -1 0 809 0 0 0 0 0 0 0 18 0 2 0 28481484 11276288 570 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/31216/statm: 2741 566 275 9 0 1198 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11012

[startup+0.102155 s]
/proc/loadavg: 1.94 2.00 1.99 4/80 31216
/proc/meminfo: memFree=1695960/2055920 swapFree=4192812/4192956
[pid=31216] ppid=31214 vsize=865980 CPUtime=0.09
/proc/31216/stat : 31216 (java) S 31214 31216 28469 0 -1 0 3805 0 1 0 7 2 0 0 18 0 9 0 28481484 886763520 3256 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31216/statm: 216495 3256 1718 9 0 210980 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865980

[startup+0.302181 s]
/proc/loadavg: 1.94 2.00 1.99 4/80 31216
/proc/meminfo: memFree=1695960/2055920 swapFree=4192812/4192956
[pid=31216] ppid=31214 vsize=866380 CPUtime=0.29
/proc/31216/stat : 31216 (java) S 31214 31216 28469 0 -1 0 6083 0 1 0 25 4 0 0 18 0 9 0 28481484 887173120 5449 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31216/statm: 216595 5449 1986 9 0 211053 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866380

[startup+0.702241 s]
/proc/loadavg: 1.94 2.00 1.99 4/80 31216
/proc/meminfo: memFree=1695960/2055920 swapFree=4192812/4192956
[pid=31216] ppid=31214 vsize=867804 CPUtime=0.69
/proc/31216/stat : 31216 (java) S 31214 31216 28469 0 -1 0 9288 0 1 0 64 5 0 0 18 0 9 0 28481484 888631296 8642 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31216/statm: 216951 8643 2037 9 0 211387 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 867804

[startup+1.50135 s]
/proc/loadavg: 2.03 2.01 2.00 3/89 31225
/proc/meminfo: memFree=1658320/2055920 swapFree=4192812/4192956
[pid=31216] ppid=31214 vsize=867804 CPUtime=1.49
/proc/31216/stat : 31216 (java) S 31214 31216 28469 0 -1 0 13338 0 1 0 133 16 0 0 18 0 9 0 28481484 888631296 12689 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31216/statm: 216951 12689 2043 9 0 211387 0
[pid=31216/tid=31218] ppid=31214 vsize=867804 CPUtime=1.25
/proc/31216/task/31218/stat : 31218 (java) R 31214 31216 28469 0 -1 64 11916 0 1 0 111 14 0 0 25 0 9 0 28481485 888631296 12689 996147200 134512640 134550932 4294955968 18446744073709551615 4127058401 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31216/tid=31219] ppid=31214 vsize=867804 CPUtime=0
/proc/31216/task/31219/stat : 31219 (java) S 31214 31216 28469 0 -1 64 2 0 0 0 0 0 0 0 16 0 9 0 28481486 888631296 12689 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31216/tid=31220] ppid=31214 vsize=867808 CPUtime=0
/proc/31216/task/31220/stat : 31220 (java) S 31214 31216 28469 0 -1 64 10 0 0 0 0 0 0 0 22 0 9 0 28481487 888635392 12689 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31216/tid=31221] ppid=31214 vsize=867804 CPUtime=0
/proc/31216/task/31221/stat : 31221 (java) S 31214 31216 28469 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 28481487 888631296 12690 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31216/tid=31222] ppid=31214 vsize=867804 CPUtime=0
/proc/31216/task/31222/stat : 31222 (java) S 31214 31216 28469 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 28481488 888631296 12691 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31216/tid=31223] ppid=31214 vsize=867804 CPUtime=0.22
/proc/31216/task/31223/stat : 31223 (java) S 31214 31216 28469 0 -1 64 724 0 0 0 22 0 0 0 15 0 9 0 28481488 888631296 12691 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31216/tid=31224] ppid=31214 vsize=867804 CPUtime=0
/proc/31216/task/31224/stat : 31224 (java) S 31214 31216 28469 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 28481489 888631296 12691 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31216/tid=31225] ppid=31214 vsize=867804 CPUtime=0
/proc/31216/task/31225/stat : 31225 (java) S 31214 31216 28469 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28481489 888631296 12691 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 867804

[startup+3.10156 s]
/proc/loadavg: 2.03 2.01 2.00 3/89 31225
/proc/meminfo: memFree=1635344/2055920 swapFree=4192812/4192956
[pid=31216] ppid=31214 vsize=868128 CPUtime=3.09
/proc/31216/stat : 31216 (java) S 31214 31216 28469 0 -1 0 29841 490 1 0 272 32 4 1 18 0 9 0 28481484 888963072 20524 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31216/statm: 217032 20524 2661 9 0 211468 0
[pid=31216/tid=31218] ppid=31214 vsize=868128 CPUtime=2.59
/proc/31216/task/31218/stat : 31218 (java) R 31214 31216 28469 0 -1 64 22486 490 1 0 226 28 4 1 25 0 9 0 28481485 888963072 20524 996147200 134512640 134550932 4294955968 18446744073709551615 4126757820 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31216/tid=31219] ppid=31214 vsize=868128 CPUtime=0.18
/proc/31216/task/31219/stat : 31219 (java) S 31214 31216 28469 0 -1 64 5553 490 0 0 12 1 4 1 16 0 9 0 28481486 888963072 20524 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31216/tid=31220] ppid=31214 vsize=868128 CPUtime=0.05
/proc/31216/task/31220/stat : 31220 (java) S 31214 31216 28469 0 -1 64 19 490 0 0 0 0 4 1 16 0 9 0 28481487 888963072 20524 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31216/tid=31221] ppid=31214 vsize=868128 CPUtime=0.05
/proc/31216/task/31221/stat : 31221 (java) S 31214 31216 28469 0 -1 64 8 490 0 0 0 0 4 1 15 0 9 0 28481487 888963072 20524 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31216/tid=31222] ppid=31214 vsize=868128 CPUtime=0.05
/proc/31216/task/31222/stat : 31222 (java) S 31214 31216 28469 0 -1 64 2 490 0 0 0 0 4 1 24 0 9 0 28481488 888963072 20524 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31216/tid=31223] ppid=31214 vsize=868128 CPUtime=0.38
/proc/31216/task/31223/stat : 31223 (java) S 31214 31216 28469 0 -1 64 960 490 0 0 32 1 4 1 15 0 9 0 28481488 888963072 20524 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31216/tid=31224] ppid=31214 vsize=868128 CPUtime=0.05
/proc/31216/task/31224/stat : 31224 (java) S 31214 31216 28469 0 -1 64 1 490 0 0 0 0 4 1 25 0 9 0 28481489 888963072 20524 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31216/tid=31225] ppid=31214 vsize=868128 CPUtime=0.05
/proc/31216/task/31225/stat : 31225 (java) S 31214 31216 28469 0 -1 64 11 490 0 0 0 0 4 1 15 0 9 0 28481489 888963072 20524 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.90167 s]
/proc/loadavg: 2.03 2.01 2.00 3/89 31233
/proc/meminfo: memFree=1615888/2055920 swapFree=4192812/4192956
[pid=31216] ppid=31214 vsize=868256 CPUtime=3.89
/proc/31216/stat : 31216 (java) S 31214 31216 28469 0 -1 0 32296 490 1 0 350 34 4 1 18 0 9 0 28481484 889094144 20545 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31216/statm: 217064 20545 2661 9 0 211500 0
[pid=31216/tid=31218] ppid=31214 vsize=868256 CPUtime=3.36
/proc/31216/task/31218/stat : 31218 (java) R 31214 31216 28469 0 -1 64 24925 490 1 0 302 29 4 1 25 0 9 0 28481485 889094144 20545 996147200 134512640 134550932 4294955968 18446744073709551615 4127289813 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31216/tid=31219] ppid=31214 vsize=868256 CPUtime=0.18
/proc/31216/task/31219/stat : 31219 (java) S 31214 31216 28469 0 -1 64 5553 490 0 0 12 1 4 1 17 0 9 0 28481486 889094144 20545 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31216/tid=31220] ppid=31214 vsize=868256 CPUtime=0.05
/proc/31216/task/31220/stat : 31220 (java) S 31214 31216 28469 0 -1 64 19 490 0 0 0 0 4 1 16 0 9 0 28481487 889094144 20545 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31216/tid=31221] ppid=31214 vsize=868256 CPUtime=0.05
/proc/31216/task/31221/stat : 31221 (java) S 31214 31216 28469 0 -1 64 8 490 0 0 0 0 4 1 15 0 9 0 28481487 889094144 20545 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31216/tid=31222] ppid=31214 vsize=868256 CPUtime=0.05
/proc/31216/task/31222/stat : 31222 (java) S 31214 31216 28469 0 -1 64 2 490 0 0 0 0 4 1 24 0 9 0 28481488 889094144 20545 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31216/tid=31223] ppid=31214 vsize=868256 CPUtime=0.41
/proc/31216/task/31223/stat : 31223 (java) S 31214 31216 28469 0 -1 64 976 490 0 0 35 1 4 1 15 0 9 0 28481488 889094144 20545 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31216/tid=31224] ppid=31214 vsize=868256 CPUtime=0.05
/proc/31216/task/31224/stat : 31224 (java) S 31214 31216 28469 0 -1 64 1 490 0 0 0 0 4 1 25 0 9 0 28481489 889094144 20545 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31216/tid=31225] ppid=31214 vsize=868256 CPUtime=0.05
/proc/31216/task/31225/stat : 31225 (java) S 31214 31216 28469 0 -1 64 11 490 0 0 0 0 4 1 15 0 9 0 28481489 889094144 20545 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.89
Current children cumulated vsize (KiB) 868256

[startup+4.30172 s]
/proc/loadavg: 2.03 2.01 2.00 3/89 31233
/proc/meminfo: memFree=1607568/2055920 swapFree=4192812/4192956
[pid=31216] ppid=31214 vsize=868256 CPUtime=4.29
/proc/31216/stat : 31216 (java) S 31214 31216 28469 0 -1 0 32521 490 1 0 390 34 4 1 18 0 9 0 28481484 889094144 20549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31216/statm: 217064 20549 2661 9 0 211500 0
[pid=31216/tid=31218] ppid=31214 vsize=868256 CPUtime=3.75
/proc/31216/task/31218/stat : 31218 (java) R 31214 31216 28469 0 -1 64 25144 490 1 0 341 29 4 1 25 0 9 0 28481485 889094144 20549 996147200 134512640 134550932 4294955968 18446744073709551615 4127367347 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31216/tid=31219] ppid=31214 vsize=868256 CPUtime=0.18
/proc/31216/task/31219/stat : 31219 (java) S 31214 31216 28469 0 -1 64 5553 490 0 0 12 1 4 1 16 0 9 0 28481486 889094144 20549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31216/tid=31220] ppid=31214 vsize=868256 CPUtime=0.05
/proc/31216/task/31220/stat : 31220 (java) S 31214 31216 28469 0 -1 64 19 490 0 0 0 0 4 1 16 0 9 0 28481487 889094144 20549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31216/tid=31221] ppid=31214 vsize=868256 CPUtime=0.05
/proc/31216/task/31221/stat : 31221 (java) S 31214 31216 28469 0 -1 64 8 490 0 0 0 0 4 1 15 0 9 0 28481487 889094144 20549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31216/tid=31222] ppid=31214 vsize=868256 CPUtime=0.05
/proc/31216/task/31222/stat : 31222 (java) S 31214 31216 28469 0 -1 64 2 490 0 0 0 0 4 1 24 0 9 0 28481488 889094144 20549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31216/tid=31223] ppid=31214 vsize=868256 CPUtime=0.41
/proc/31216/task/31223/stat : 31223 (java) S 31214 31216 28469 0 -1 64 981 490 0 0 35 1 4 1 15 0 9 0 28481488 889094144 20549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31216/tid=31224] ppid=31214 vsize=868256 CPUtime=0.05
/proc/31216/task/31224/stat : 31224 (java) S 31214 31216 28469 0 -1 64 1 490 0 0 0 0 4 1 25 0 9 0 28481489 889094144 20549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31216/tid=31225] ppid=31214 vsize=868256 CPUtime=0.05
/proc/31216/task/31225/stat : 31225 (java) S 31214 31216 28469 0 -1 64 11 490 0 0 0 0 4 1 15 0 9 0 28481489 889094144 20549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.29
Current children cumulated vsize (KiB) 868256

[startup+4.50276 s]
/proc/loadavg: 2.03 2.01 2.00 3/89 31233
/proc/meminfo: memFree=1607568/2055920 swapFree=4192812/4192956
[pid=31216] ppid=31214 vsize=868256 CPUtime=4.49
/proc/31216/stat : 31216 (java) S 31214 31216 28469 0 -1 0 32631 490 1 0 410 34 4 1 18 0 9 0 28481484 889094144 20549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31216/statm: 217064 20549 2661 9 0 211500 0
[pid=31216/tid=31218] ppid=31214 vsize=868256 CPUtime=3.95
/proc/31216/task/31218/stat : 31218 (java) R 31214 31216 28469 0 -1 64 25254 490 1 0 361 29 4 1 25 0 9 0 28481485 889094144 20549 996147200 134512640 134550932 4294955968 18446744073709551615 4127400215 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31216/tid=31219] ppid=31214 vsize=868256 CPUtime=0.18
/proc/31216/task/31219/stat : 31219 (java) S 31214 31216 28469 0 -1 64 5553 490 0 0 12 1 4 1 16 0 9 0 28481486 889094144 20549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31216/tid=31220] ppid=31214 vsize=868256 CPUtime=0.05
/proc/31216/task/31220/stat : 31220 (java) S 31214 31216 28469 0 -1 64 19 490 0 0 0 0 4 1 16 0 9 0 28481487 889094144 20549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31216/tid=31221] ppid=31214 vsize=868256 CPUtime=0.05
/proc/31216/task/31221/stat : 31221 (java) S 31214 31216 28469 0 -1 64 8 490 0 0 0 0 4 1 15 0 9 0 28481487 889094144 20549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31216/tid=31222] ppid=31214 vsize=868256 CPUtime=0.05
/proc/31216/task/31222/stat : 31222 (java) S 31214 31216 28469 0 -1 64 2 490 0 0 0 0 4 1 24 0 9 0 28481488 889094144 20549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31216/tid=31223] ppid=31214 vsize=868256 CPUtime=0.41
/proc/31216/task/31223/stat : 31223 (java) S 31214 31216 28469 0 -1 64 981 490 0 0 35 1 4 1 15 0 9 0 28481488 889094144 20549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31216/tid=31224] ppid=31214 vsize=868256 CPUtime=0.05
/proc/31216/task/31224/stat : 31224 (java) S 31214 31216 28469 0 -1 64 1 490 0 0 0 0 4 1 25 0 9 0 28481489 889094144 20549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31216/tid=31225] ppid=31214 vsize=868256 CPUtime=0.05
/proc/31216/task/31225/stat : 31225 (java) S 31214 31216 28469 0 -1 64 11 490 0 0 0 0 4 1 15 0 9 0 28481489 889094144 20549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.49
Current children cumulated vsize (KiB) 868256

Child status: 0
Real time (s): 4.58936
CPU time (s): 4.55031
CPU user time (s): 4.18236
CPU system time (s): 0.367944
CPU usage (%): 99.1491
Max. virtual memory (cumulated for all children) (KiB): 868256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.18236
system time used= 0.367944
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33276
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= 1946
involuntary context switches= 2021

runsolver used 0.006998 second user time and 0.024996 second system time

The end

Launcher Data

Begin job on node71 at 2009-07-12 17:56:29
IDJOB=2097956
IDBENCH=58052
IDSOLVER=774
FILE ID=node71/2097956-1247414189
PBS_JOBID= 9510505
Free space on /tmp= 66392 MiB

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

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

MD5SUM BENCH= 6343a8d49ea791a447d6fc04b8a967e7
RANDOM SEED=573574547

node71.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.222
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.222
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:       1696440 kB
Buffers:         44056 kB
Cached:         137436 kB
SwapCached:          0 kB
Active:         217192 kB
Inactive:        87140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1696440 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7576 kB
Writeback:           0 kB
Mapped:         140952 kB
Slab:            40268 kB
Committed_AS:  1015824 kB
PageTables:       2064 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= 66392 MiB
End job on node71 at 2009-07-12 17:56:34