Trace number 1087840

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.70528 4.74312

DiagnosticValue
CHECKS283755
NODES916

General information on the benchmark

Namecsp/rlfapGraphs/
normalized-graph9.xml
MD5SUMaf1e9cd209e87ad508ecbc7267afa741
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.643901
Satisfiable
(Un)Satisfiability was proved
Number of variables916
Number of constraints5246
Maximum constraint arity2
Maximum domain size44
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5246
Global constraints used (with number of constraints)

Solver Data (download as text)

0.02/0.08	
0.02/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.27	   
0.18/0.27	   instance
0.18/0.27	     name=HOME/instance-1087840-1215245574.xml
0.29/0.30	   
0.29/0.30	   domains being loaded...
0.29/0.31	   
0.29/0.31	   variables being loaded...
0.38/0.46	     nbVariables=916  nbDomainTypes=7  minDomainSize=6  maxDomainSize=44  nbTotalValues=36092
0.38/0.46	       =>  wckTime=0.225  cpuTime=0.17  mem=10M779
0.38/0.46	   
0.38/0.46	   predicates being loaded...
0.49/0.52	   
0.49/0.52	   constraints being loaded...
3.37/3.40	     nbConstraints=5265  nbGlobalConstraints=19  nbConvertedConstraints=5246  nbConvertConstraintsChecks=6562036
3.37/3.40	     nbExtensionStructures=4228  nbSharedExtensionStructures=5100  nbConflictsStructures=4228
3.37/3.40	     nbSharedConflictsStructures=5100  nbSharedBinaryRepresentations=332080  minDegree=1  maxDegree=38  minArity=2
3.37/3.40	     avgArity=2.05  maxArity=18  nbGenerators=0  nbFusions=0  symmetryWckTime=0.308  symmetryCpuTime=0.18  nbCliques=19
3.37/3.40	       =>  wckTime=3.164  cpuTime=2.77  mem=30M12
3.47/3.52	   
3.47/3.52	   solver IterativeSystematicSolver being built... 
3.47/3.58	   
3.47/3.59	   INFO : Forward propagation technique limited 
3.66/3.70	       =>  wckTime=3.466  cpuTime=2.93  mem=30M754
3.66/3.77	   
3.66/3.77	   preprocessing
3.66/3.77	     nbConstraintChecks=0  nbPropagations=916  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
3.66/3.77	     detectedInconsistency=no
3.66/3.77	       =>  wckTime=0.063  cpuTime=0.06  mem=30M754
4.66/4.71	   
4.66/4.71	   search
4.66/4.71	     run=0  nbConstraintChecks=283755  minDepth=917  maxDepth=916  nbPropagations=5854  nbRevisions=9874
4.66/4.71	     nbUselessRevisions=4310  nbAssignments=916  nbFailedAssignments=0  nbBacktracks=0  nbVisitedNodes=917
4.66/4.71	     nbRestartNogoods=0  nbFoundSolutions=1  mapSize=0  nbInferences=0  nbTooLargeKeys=0  nbSEliminables=0
4.66/4.71	     nbREliminables=172.68  nbIEliminables=502.62  nbDEliminables=0  nbPEliminables=0
4.66/4.71	       =>  wckTime=1.004  cpuTime=0.95  mem=35M744
4.66/4.72	   
4.66/4.72	   global
4.66/4.72	     nbConstraintChecks=283755  nbPropagations=6770  nbRevisions=9874  nbUselessRevisions=4310  nbRestartNogoods=0
4.66/4.72	     solvingWckTime=1.012  solvingCpuTime=0.95  expiredTime=no  totalExploration=no  nbFoundSolutions=1
4.66/4.72	     firstSolutionCpuTime=3.86  globalCpuTime=3.93
4.66/4.72	       =>  wckTime=4.481  cpuTime=3.89  mem=35M744
4.66/4.72	   
4.66/4.72	s SATISFIABLE
4.66/4.72	v 394 156 156 394 394 156 414 652 254 16 16 254 792 554 680 442 526 764 792 554 142 380 778 540 470 708 652 414 254 16 792 554 16 254 792 554 554 792 666 428 16 254 156 394 380 142 254 16 30 268 268 30 666 428 268 30 540 778 540 778 554 792 156 394 30 268 156 394 156 394 792 554 680 442 156 394 16 254 170 408 394 156 16 254 156 394 254 16 156 394 268 30 764 526 652 414 428 666 30 268 30 268 394 156 58 296 156 394 16 254 268 30 156 394 16 254 16 254 156 394 268 30 254 16 30 268 554 792 414 652 30 268 554 792 268 30 394 156 142 380 414 652 394 156 554 792 652 414 254 16 30 268 554 792 652 414 540 778 156 394 540 778 254 16 44 282 254 16 254 16 540 778 652 414 554 792 30 268 254 16 16 254 142 380 16 254 540 778 142 380 44 282 30 268 30 268 16 254 554 792 30 268 652 414 554 792 254 16 268 30 554 792 694 456 554 792 666 428 156 394 142 380 554 792 554 792 268 30 394 156 268 30 554 792 540 778 16 254 268 30 540 778 554 792 30 268 540 778 540 778 142 380 414 652 142 380 394 156 142 380 554 792 142 380 394 156 680 442 380 142 380 142 142 380 156 394 394 156 792 554 156 394 16 254 792 554 16 254 254 16 268 30 30 268 142 380 142 380 666 428 156 394 540 778 380 142 16 254 554 792 764 526 380 142 554 792 484 722 30 268 156 394 394 156 750 512 58 296 142 380 414 652 764 526 554 792 652 414 268 30 254 16 394 156 666 428 652 414 652 414 142 380 394 156 414 652 394 156 792 554 652 414 296 58 142 380 30 268 394 156 540 778 156 394 128 366 268 30 666 428 16 254 554 792 128 366 282 44 254 16 652 414 156 394 268 30 792 554 156 394 652 414 652 414 652 414 442 680 666 428 554 792 254 16 156 394 652 414 268 30 540 778 30 268 156 394 380 142 792 554 128 366 380 142 156 394 652 414 394 156 666 428 652 414 30 268 554 792 142 380 254 16 540 778 156 394 380 142 30 268 30 268 268 30 380 142 142 380 652 414 380 142 30 268 554 792 394 156 268 30 30 268 156 394 666 428 380 142 540 778 554 792 554 792 652 414 16 254 554 792 414 652 16 254 366 128 666 428 414 652 540 778 554 792 394 156 394 156 268 30 554 792 128 366 268 30 394 156 16 254 792 554 282 44 554 792 30 268 380 142 142 380 142 380 652 414 156 394 30 268 156 394 268 30 792 554 254 16 666 428 142 380 666 428 792 554 44 282 268 30 394 156 778 540 16 254 156 394 540 778 652 414 44 282 268 30 16 254 554 792 380 142 30 268 156 394 428 666 666 428 142 380 156 394 16 254 30 268 792 554 268 30 442 680 526 764 142 380 652 414 792 554 30 268 428 666 156 394 652 414 30 268 394 156 554 792 30 268 30 268 282 44 142 380 142 380 254 16 268 30 30 268 44 282 540 778 652 414 554 792 540 778 44 282 394 156 526 764 268 30 268 30 414 652 428 666 554 792 142 380 142 380 282 44 554 792 380 142 58 296 554 792 156 394 554 792 142 380 268 30 30 268 778 540 142 380 156 394 282 44 142 380 380 142 156 394 394 156 324 86 156 394 394 156 540 778 778 540 792 554 142 380 652 414 30 268 526 764 128 366 540 778 666 428 142 380 792 554 526 764 792 554 652 414 142 380 30 268 750 512 44 282 30 268 30 268 554 792 666 428 114 352 652 414 296 58 428 666 540 778 30 268 156 394 526 764 156 394 268 30 44 282 142 380 30 268 540 778 792 554 414 652 100 338 764 526 156 394 540 778 778 540 540 778 128 366 142 380 282 44 778 540 540 778 680 442 792 554 380 142 268 30 498 736 366 128 128 366 310 72 44 282 268 30 156 394 156 394 30 268 540 778 268 30 540 778 30 268 268 30 750 512 652 414 792 554 792 554 694 456 268 30 380 142 268 30 268 30 764 526 268 30 30 268 380 142 268 30 128 366 268 30 142 380 30 268 380 142 554 792 156 394 380 142 30 268 268 30 30 268 30 268 666 428 554 792 
4.66/4.72	d NODES 916
4.66/4.72	d CHECKS 283755
4.66/4.72	   
4.66/4.72	   totalWckTime=4.545  totalCpuTime=3.93

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-1087840-1215245574/watcher-1087840-1215245574 -o /tmp/evaluation-result-1087840-1215245574/solver-1087840-1215245574 -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-1087840-1215245574.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.00 2.00 2.00 4/81 8784
/proc/meminfo: memFree=1316936/2055920 swapFree=4181492/4192956
[pid=8784] ppid=8782 vsize=308 CPUtime=0
/proc/8784/stat : 8784 (java) R 8782 8784 8261 0 -1 0 219 0 0 0 0 0 0 0 18 0 1 0 136568439 315392 39 996147200 134512640 134550740 4294955968 18446744073709551615 7709476 0 0 4096 0 0 0 0 17 0 0 0
/proc/8784/statm: 77 39 29 9 0 6 0

[startup+0.0302691 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 8784
/proc/meminfo: memFree=1316936/2055920 swapFree=4181492/4192956
[pid=8784] ppid=8782 vsize=861876 CPUtime=0.02
/proc/8784/stat : 8784 (java) S 8782 8784 8261 0 -1 0 2113 0 1 0 1 1 0 0 18 0 5 0 136568439 882561024 1760 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/8784/statm: 215469 1760 812 9 0 210448 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 861876

[startup+0.101278 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 8784
/proc/meminfo: memFree=1316936/2055920 swapFree=4181492/4192956
[pid=8784] ppid=8782 vsize=865884 CPUtime=0.09
/proc/8784/stat : 8784 (java) S 8782 8784 8261 0 -1 0 3811 0 1 0 7 2 0 0 18 0 9 0 136568439 886665216 3262 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8784/statm: 216471 3262 1725 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.3013 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 8784
/proc/meminfo: memFree=1316936/2055920 swapFree=4181492/4192956
[pid=8784] ppid=8782 vsize=866400 CPUtime=0.29
/proc/8784/stat : 8784 (java) S 8782 8784 8261 0 -1 0 6078 0 1 0 26 3 0 0 18 0 9 0 136568439 887193600 5448 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8784/statm: 216600 5448 1961 9 0 211128 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866400

[startup+0.701351 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 8784
/proc/meminfo: memFree=1316936/2055920 swapFree=4181492/4192956
[pid=8784] ppid=8782 vsize=867676 CPUtime=0.69
/proc/8784/stat : 8784 (java) S 8782 8784 8261 0 -1 0 9486 0 1 0 64 5 0 0 18 0 9 0 136568439 888500224 8847 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8784/statm: 216919 8848 2012 9 0 211425 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 867676

[startup+1.50144 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 8793
/proc/meminfo: memFree=1278976/2055920 swapFree=4181492/4192956
[pid=8784] ppid=8782 vsize=867676 CPUtime=1.49
/proc/8784/stat : 8784 (java) S 8782 8784 8261 0 -1 0 14008 0 1 0 137 12 0 0 18 0 9 0 136568439 888500224 13365 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8784/statm: 216919 13365 2015 9 0 211425 0
[pid=8784/tid=8786] ppid=8782 vsize=867676 CPUtime=1.25
/proc/8784/task/8786/stat : 8786 (java) R 8782 8784 8261 0 -1 64 12602 0 1 0 115 10 0 0 25 0 9 0 136568440 888500224 13365 996147200 134512640 134550740 4294955968 18446744073709551615 103825763 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8784/tid=8787] ppid=8782 vsize=867676 CPUtime=0
/proc/8784/task/8787/stat : 8787 (java) S 8782 8784 8261 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 136568441 888500224 13365 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8784/tid=8788] ppid=8782 vsize=867676 CPUtime=0
/proc/8784/task/8788/stat : 8788 (java) S 8782 8784 8261 0 -1 64 9 0 0 0 0 0 0 0 22 0 9 0 136568441 888500224 13365 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8784/tid=8789] ppid=8782 vsize=867676 CPUtime=0
/proc/8784/task/8789/stat : 8789 (java) S 8782 8784 8261 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 136568441 888500224 13365 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8784/tid=8790] ppid=8782 vsize=867680 CPUtime=0
/proc/8784/task/8790/stat : 8790 (java) S 8782 8784 8261 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 136568443 888504320 13365 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8784/tid=8791] ppid=8782 vsize=867676 CPUtime=0.2
/proc/8784/task/8791/stat : 8791 (java) S 8782 8784 8261 0 -1 64 709 0 0 0 20 0 0 0 15 0 9 0 136568443 888500224 13365 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8784/tid=8792] ppid=8782 vsize=867676 CPUtime=0
/proc/8784/task/8792/stat : 8792 (java) S 8782 8784 8261 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 136568443 888500224 13365 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8784/tid=8793] ppid=8782 vsize=867676 CPUtime=0
/proc/8784/task/8793/stat : 8793 (java) S 8782 8784 8261 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 136568443 888500224 13366 996147200 134512640 134550740 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) 867676

[startup+3.10263 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 8793
/proc/meminfo: memFree=1261504/2055920 swapFree=4181492/4192956
[pid=8784] ppid=8782 vsize=867588 CPUtime=3.09
/proc/8784/stat : 8784 (java) S 8782 8784 8261 0 -1 0 18738 0 1 0 280 29 0 0 18 0 9 0 136568439 888410112 18070 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8784/statm: 216897 18070 2006 9 0 211425 0
[pid=8784/tid=8786] ppid=8782 vsize=867588 CPUtime=2.77
/proc/8784/task/8786/stat : 8786 (java) R 8782 8784 8261 0 -1 64 15788 0 1 0 250 27 0 0 25 0 9 0 136568440 888410112 18070 996147200 134512640 134550740 4294955968 18446744073709551615 4126860483 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8784/tid=8787] ppid=8782 vsize=867588 CPUtime=0.05
/proc/8784/task/8787/stat : 8787 (java) S 8782 8784 8261 0 -1 64 1523 0 0 0 5 0 0 0 16 0 9 0 136568441 888410112 18070 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8784/tid=8788] ppid=8782 vsize=867588 CPUtime=0
/proc/8784/task/8788/stat : 8788 (java) S 8782 8784 8261 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 136568441 888410112 18070 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8784/tid=8789] ppid=8782 vsize=867588 CPUtime=0
/proc/8784/task/8789/stat : 8789 (java) S 8782 8784 8261 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 136568441 888410112 18070 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8784/tid=8790] ppid=8782 vsize=867588 CPUtime=0
/proc/8784/task/8790/stat : 8790 (java) S 8782 8784 8261 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 136568443 888410112 18070 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8784/tid=8791] ppid=8782 vsize=867588 CPUtime=0.23
/proc/8784/task/8791/stat : 8791 (java) S 8782 8784 8261 0 -1 64 729 0 0 0 23 0 0 0 16 0 9 0 136568443 888410112 18070 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8784/tid=8792] ppid=8782 vsize=867588 CPUtime=0
/proc/8784/task/8792/stat : 8792 (java) S 8782 8784 8261 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 136568443 888410112 18070 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8784/tid=8793] ppid=8782 vsize=867588 CPUtime=0
/proc/8784/task/8793/stat : 8793 (java) S 8782 8784 8261 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 136568443 888410112 18070 996147200 134512640 134550740 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) 867588

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

[startup+3.90273 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 8795
/proc/meminfo: memFree=1251504/2055920 swapFree=4181492/4192956
[pid=8784] ppid=8782 vsize=868116 CPUtime=3.86
/proc/8784/stat : 8784 (java) S 8782 8784 8261 0 -1 0 30829 447 1 0 347 33 6 0 18 0 10 0 136568439 888950784 20922 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8784/statm: 217029 20922 2637 9 0 211535 0
[pid=8784/tid=8786] ppid=8782 vsize=868116 CPUtime=3.31
/proc/8784/task/8786/stat : 8786 (java) R 8782 8784 8261 0 -1 64 22495 447 1 0 297 28 6 0 18 0 10 0 136568440 888950784 20922 996147200 134512640 134550740 4294955968 18446744073709551615 4127291107 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8784/tid=8787] ppid=8782 vsize=868116 CPUtime=0.22
/proc/8784/task/8787/stat : 8787 (java) S 8782 8784 8261 0 -1 64 6541 447 0 0 15 1 6 0 17 0 10 0 136568441 888950784 20922 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8784/tid=8788] ppid=8782 vsize=868116 CPUtime=0.06
/proc/8784/task/8788/stat : 8788 (java) S 8782 8784 8261 0 -1 64 16 447 0 0 0 0 6 0 16 0 10 0 136568441 888950784 20922 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8784/tid=8789] ppid=8782 vsize=868116 CPUtime=0.06
/proc/8784/task/8789/stat : 8789 (java) S 8782 8784 8261 0 -1 64 8 447 0 0 0 0 6 0 16 0 10 0 136568441 888950784 20922 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8784/tid=8790] ppid=8782 vsize=868116 CPUtime=0.06
/proc/8784/task/8790/stat : 8790 (java) S 8782 8784 8261 0 -1 64 1 447 0 0 0 0 6 0 24 0 10 0 136568443 888950784 20922 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8784/tid=8791] ppid=8782 vsize=868116 CPUtime=0.4
/proc/8784/task/8791/stat : 8791 (java) S 8782 8784 8261 0 -1 64 956 447 0 0 33 1 6 0 15 0 10 0 136568443 888950784 20922 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8784/tid=8792] ppid=8782 vsize=868116 CPUtime=0.06
/proc/8784/task/8792/stat : 8792 (java) S 8782 8784 8261 0 -1 64 2 447 0 0 0 0 6 0 25 0 10 0 136568443 888950784 20922 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8784/tid=8793] ppid=8782 vsize=868116 CPUtime=0.06
/proc/8784/task/8793/stat : 8793 (java) S 8782 8784 8261 0 -1 64 15 447 0 0 0 0 6 0 15 0 10 0 136568443 888950784 20922 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.86
Current children cumulated vsize (KiB) 868116

[startup+4.30277 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 8797
/proc/meminfo: memFree=1243064/2055920 swapFree=4181492/4192956
[pid=8784] ppid=8782 vsize=868116 CPUtime=4.27
/proc/8784/stat : 8784 (java) S 8782 8784 8261 0 -1 0 31171 570 1 0 387 33 6 1 18 0 9 0 136568439 888950784 20923 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8784/statm: 217029 20923 2637 9 0 211535 0
[pid=8784/tid=8786] ppid=8782 vsize=868116 CPUtime=3.73
/proc/8784/task/8786/stat : 8786 (java) R 8782 8784 8261 0 -1 64 22833 570 1 0 337 29 6 1 17 0 9 0 136568440 888950784 20923 996147200 134512640 134550740 4294955968 18446744073709551615 4127296583 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8784/tid=8787] ppid=8782 vsize=868116 CPUtime=0.23
/proc/8784/task/8787/stat : 8787 (java) S 8782 8784 8261 0 -1 64 6541 570 0 0 15 1 6 1 16 0 9 0 136568441 888950784 20923 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8784/tid=8788] ppid=8782 vsize=868116 CPUtime=0.07
/proc/8784/task/8788/stat : 8788 (java) S 8782 8784 8261 0 -1 64 16 570 0 0 0 0 6 1 16 0 9 0 136568441 888950784 20923 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8784/tid=8789] ppid=8782 vsize=868116 CPUtime=0.07
/proc/8784/task/8789/stat : 8789 (java) S 8782 8784 8261 0 -1 64 8 570 0 0 0 0 6 1 16 0 9 0 136568441 888950784 20923 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8784/tid=8790] ppid=8782 vsize=868116 CPUtime=0.07
/proc/8784/task/8790/stat : 8790 (java) S 8782 8784 8261 0 -1 64 1 570 0 0 0 0 6 1 24 0 9 0 136568443 888950784 20923 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8784/tid=8791] ppid=8782 vsize=868116 CPUtime=0.41
/proc/8784/task/8791/stat : 8791 (java) S 8782 8784 8261 0 -1 64 957 570 0 0 33 1 6 1 15 0 9 0 136568443 888950784 20923 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8784/tid=8792] ppid=8782 vsize=868116 CPUtime=0.07
/proc/8784/task/8792/stat : 8792 (java) S 8782 8784 8261 0 -1 64 2 570 0 0 0 0 6 1 25 0 9 0 136568443 888950784 20923 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8784/tid=8793] ppid=8782 vsize=868116 CPUtime=0.07
/proc/8784/task/8793/stat : 8793 (java) S 8782 8784 8261 0 -1 64 15 570 0 0 0 0 6 1 15 0 9 0 136568443 888950784 20923 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.27
Current children cumulated vsize (KiB) 868116

[startup+4.70282 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 8797
/proc/meminfo: memFree=1243064/2055920 swapFree=4181492/4192956
[pid=8784] ppid=8782 vsize=868116 CPUtime=4.66
/proc/8784/stat : 8784 (java) S 8782 8784 8261 0 -1 0 31597 570 1 0 426 33 6 1 18 0 9 0 136568439 888950784 20927 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8784/statm: 217029 20927 2637 9 0 211535 0
[pid=8784/tid=8786] ppid=8782 vsize=868116 CPUtime=4.12
/proc/8784/task/8786/stat : 8786 (java) R 8782 8784 8261 0 -1 64 23257 570 1 0 376 29 6 1 20 0 9 0 136568440 888950784 20927 996147200 134512640 134550740 4294955968 18446744073709551615 4127350367 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8784/tid=8787] ppid=8782 vsize=868116 CPUtime=0.23
/proc/8784/task/8787/stat : 8787 (java) S 8782 8784 8261 0 -1 64 6541 570 0 0 15 1 6 1 16 0 9 0 136568441 888950784 20927 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8784/tid=8788] ppid=8782 vsize=868116 CPUtime=0.07
/proc/8784/task/8788/stat : 8788 (java) S 8782 8784 8261 0 -1 64 16 570 0 0 0 0 6 1 16 0 9 0 136568441 888950784 20927 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8784/tid=8789] ppid=8782 vsize=868116 CPUtime=0.07
/proc/8784/task/8789/stat : 8789 (java) S 8782 8784 8261 0 -1 64 8 570 0 0 0 0 6 1 16 0 9 0 136568441 888950784 20927 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8784/tid=8790] ppid=8782 vsize=868116 CPUtime=0.07
/proc/8784/task/8790/stat : 8790 (java) S 8782 8784 8261 0 -1 64 1 570 0 0 0 0 6 1 24 0 9 0 136568443 888950784 20927 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8784/tid=8791] ppid=8782 vsize=868116 CPUtime=0.41
/proc/8784/task/8791/stat : 8791 (java) S 8782 8784 8261 0 -1 64 959 570 0 0 33 1 6 1 15 0 9 0 136568443 888950784 20927 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8784/tid=8792] ppid=8782 vsize=868116 CPUtime=0.07
/proc/8784/task/8792/stat : 8792 (java) S 8782 8784 8261 0 -1 64 2 570 0 0 0 0 6 1 25 0 9 0 136568443 888950784 20927 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8784/tid=8793] ppid=8782 vsize=868116 CPUtime=0.07
/proc/8784/task/8793/stat : 8793 (java) S 8782 8784 8261 0 -1 64 15 570 0 0 0 0 6 1 15 0 9 0 136568443 888950784 20927 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.66
Current children cumulated vsize (KiB) 868116

Child status: 0
Real time (s): 4.74312
CPU time (s): 4.70528
CPU user time (s): 4.34334
CPU system time (s): 0.361944
CPU usage (%): 99.2023
Max. virtual memory (cumulated for all children) (KiB): 869368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.34334
system time used= 0.361944
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32293
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= 1734
involuntary context switches= 1813

runsolver used 0.007998 second user time and 0.026995 second system time

The end

Launcher Data (download as text)

Begin job on node73 at 2008-07-05 10:12:54
IDJOB=1087840
IDBENCH=58051
IDSOLVER=363
FILE ID=node73/1087840-1215245574
PBS_JOBID= 7882007
Free space on /tmp= 66548 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= af1e9cd209e87ad508ecbc7267afa741
RANDOM SEED=379813767

node73.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.230
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.230
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1317416 kB
Buffers:          7484 kB
Cached:          88512 kB
SwapCached:       5052 kB
Active:         636700 kB
Inactive:        50736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1317416 kB
SwapTotal:     4192956 kB
SwapFree:      4181492 kB
Dirty:            3068 kB
Writeback:           0 kB
Mapped:         605236 kB
Slab:            35184 kB
Committed_AS:  1226188 kB
PageTables:       2916 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= 66544 MiB
End job on node73 at 2008-07-05 10:12:59