Trace number 195258

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, and are wall clock time (not CPU 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 109 ACSAT 5.02223 5.31229

DiagnosticValue
CHECKS4396989
NODES8436

General information on the benchmark

Namerlfap/rlfapGraphsMod/
graph9-f9.xml
MD5SUMd1ea18de5a9b206c32593b251c3713d2
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 benchmark4.20436
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables916
Number of constraints5246
Maximum constraint arity2
Maximum domain size35
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.57	   
0.57	Abscon 109 (November, 2006)
0.57	   
0.57	   configuration
0.57	     name=mac.xml
0.61	   
0.61	   instance
0.61	     name=/tmp/evaluation/195258-1168069791/unknown.xml
0.64	   
0.64	   domains being loaded...
0.64	   
0.64	   variables being loaded...
0.77	     nbVariables=916  nbDomainTypes=7  minDomainSize=6  maxDomainSize=35
0.77	       =>  wckTime=0.188  cpuTime=0.14  mem=8M847
0.77	   
0.77	   predicates being loaded...
0.77	   
0.77	   constraints being loaded...
1.77	     nbConstraints=5246  nbConvertedConstraints=5246  nbConvertConstraintsChecks=701288  nbExtensionStructures=743
1.77	     nbSharedExtensionStructures=4503  nbConflictsStructures=743  nbSharedConflictsStructures=4503
1.77	     nbSharedBinaryRepresentations=44638  maxDegree=37  maxArity=2
1.77	       =>  wckTime=1.189  cpuTime=1.01  mem=38M135
1.86	   
1.86	   solver IterativeSystematicSolver being built... 
2.07	       =>  wckTime=1.488  cpuTime=1.18  mem=22M350
2.16	   
2.16	   preprocessing
2.16	     nbConstraintChecks=28208  nbPropagations=1370  nbRevisions=908  nbUselessRevisions=0  nbRemovedValues=7740
2.16	     detectedInconsistency=no
2.16	       =>  wckTime=0.09  cpuTime=0.08  mem=22M350
2.23	   
2.23	   search
2.23	     run=0  nbConstraintChecks=15529  nbPropagations=1742  nbRevisions=2244  nbUselessRevisions=538  nbAssignments=33
2.23	     nbFailedAssignments=7  nbBacktracks=12  nbVisitedNodes=46  nbRestartNogoods=0  mapSize=5  nbInferences=0
2.23	     nbTooLargeKeys=0
2.23	       =>  wckTime=0.162  cpuTime=0.14  mem=22M350
2.28	   
2.28	   search
2.28	     run=1  nbConstraintChecks=47756  nbPropagations=4137  nbRevisions=7654  nbUselessRevisions=2624  nbAssignments=100
2.28	     nbFailedAssignments=25  nbBacktracks=30  nbVisitedNodes=138  nbRestartNogoods=4  mapSize=14  nbInferences=0
2.28	     nbTooLargeKeys=0
2.28	       =>  wckTime=0.209  cpuTime=0.18  mem=23M324
2.32	   
2.32	   search
2.32	     run=2  nbConstraintChecks=97103  nbPropagations=7361  nbRevisions=17859  nbUselessRevisions=6963  nbAssignments=184
2.32	     nbFailedAssignments=60  nbBacktracks=52  nbVisitedNodes=267  nbRestartNogoods=7  mapSize=24  nbInferences=0
2.32	     nbTooLargeKeys=0
2.32	       =>  wckTime=0.256  cpuTime=0.22  mem=23M324
2.38	   
2.39	   search
2.39	     run=3  nbConstraintChecks=164043  nbPropagations=11800  nbRevisions=35393  nbUselessRevisions=15269
2.39	     nbAssignments=288  nbFailedAssignments=101  nbBacktracks=86  nbVisitedNodes=428  nbRestartNogoods=18  mapSize=41
2.39	     nbInferences=0  nbTooLargeKeys=0
2.39	       =>  wckTime=0.315  cpuTime=0.28  mem=23M324
2.47	   
2.47	   search
2.47	     run=4  nbConstraintChecks=313004  nbPropagations=18176  nbRevisions=65285  nbUselessRevisions=28194
2.47	     nbAssignments=444  nbFailedAssignments=182  nbBacktracks=136  nbVisitedNodes=690  nbRestartNogoods=27  mapSize=66
2.47	     nbInferences=0  nbTooLargeKeys=0
2.47	       =>  wckTime=0.402  cpuTime=0.36  mem=24M298
2.57	   
2.57	   search
2.57	     run=5  nbConstraintChecks=467728  nbPropagations=26513  nbRevisions=109410  nbUselessRevisions=47412
2.57	     nbAssignments=635  nbFailedAssignments=294  nbBacktracks=211  nbVisitedNodes=1029  nbRestartNogoods=35  mapSize=104
2.57	     nbInferences=0  nbTooLargeKeys=0
2.57	       =>  wckTime=0.504  cpuTime=0.46  mem=24M298
2.71	   
2.71	   search
2.71	     run=6  nbConstraintChecks=665558  nbPropagations=37648  nbRevisions=172582  nbUselessRevisions=75814
2.72	     nbAssignments=915  nbFailedAssignments=456  nbBacktracks=325  nbVisitedNodes=1525  nbRestartNogoods=41  mapSize=163
2.72	     nbInferences=0  nbTooLargeKeys=0
2.72	       =>  wckTime=0.647  cpuTime=0.6  mem=25M272
2.96	   
2.96	   search
2.96	     run=7  nbConstraintChecks=974419  nbPropagations=53755  nbRevisions=267702  nbUselessRevisions=120854
2.96	     nbAssignments=1431  nbFailedAssignments=721  nbBacktracks=498  nbVisitedNodes=2387  nbRestartNogoods=47
2.96	     mapSize=256  nbInferences=0  nbTooLargeKeys=0
2.96	       =>  wckTime=0.889  cpuTime=0.84  mem=27M220
3.27	   
3.27	   search
3.27	     run=8  nbConstraintChecks=1404018  nbPropagations=76125  nbRevisions=405349  nbUselessRevisions=185287
3.27	     nbAssignments=2118  nbFailedAssignments=1130  nbBacktracks=755  nbVisitedNodes=3604  nbRestartNogoods=72
3.27	     mapSize=385  nbInferences=0  nbTooLargeKeys=0
3.27	       =>  wckTime=1.205  cpuTime=1.14  mem=28M194
3.71	   
3.71	   search
3.71	     run=9  nbConstraintChecks=2005015  nbPropagations=107441  nbRevisions=608059  nbUselessRevisions=283434
3.71	     nbAssignments=3073  nbFailedAssignments=1684  nbBacktracks=1140  nbVisitedNodes=5270  nbRestartNogoods=90
3.71	     mapSize=580  nbInferences=0  nbTooLargeKeys=0
3.71	       =>  wckTime=1.639  cpuTime=1.56  mem=31M115
4.27	   
4.27	   search
4.27	     run=10  nbConstraintChecks=2727123  nbPropagations=152385  nbRevisions=903284  nbUselessRevisions=429399
4.27	     nbAssignments=4697  nbFailedAssignments=2563  nbBacktracks=1719  nbVisitedNodes=8013  nbRestartNogoods=104
4.27	     mapSize=850  nbInferences=0  nbTooLargeKeys=0
4.27	       =>  wckTime=2.201  cpuTime=2.12  mem=34M37
4.65	   
4.65	   INFO : Stopping hyperNogood (mapSize=1017, nbTooLargekeys=0, mem=37M932)
4.94	   
4.94	   search
4.94	     run=11  nbConstraintChecks=3897958  nbPropagations=217811  nbRevisions=1353392  nbUselessRevisions=664136
4.94	     nbAssignments=6844  nbFailedAssignments=3584  nbBacktracks=2584  nbVisitedNodes=11543  nbRestartNogoods=131
4.94	       =>  wckTime=2.87  cpuTime=2.77  mem=37M932
5.26	   
5.26	   search
5.26	     run=12  nbConstraintChecks=4368781  nbPropagations=293591  nbRevisions=1855971  nbUselessRevisions=926719
5.26	     nbAssignments=8436  nbFailedAssignments=3945  nbBacktracks=2899  nbVisitedNodes=13625  nbRestartNogoods=198
5.26	       =>  wckTime=3.188  cpuTime=3.08  mem=37M932
5.26	   
5.26	   global
5.26	     nbConstraintChecks=4396989  nbPropagations=294961  nbRevisions=1856879  nbUselessRevisions=926719
5.26	     nbRestartNogoods=198  solvingWckTime=3.189  solvingCpuTime=3.09  expiredTime=no  totalExploration=no
5.26	     nbFoundSolutions=1  globalCpuTime=4.33
5.26	       =>  wckTime=4.681  cpuTime=4.27  mem=37M932
5.26	   
5.26	s SATISFIABLE
5.26	v 414 652 652 414 254 16 142 380 254 16 16 254 352 114 16 254 44 282 16 254 268 30 16 254 114 352 254 16 254 16 254 16 652 414 394 156 666 428 666 428 414 652 142 380 156 394 394 156 268 30 428 666 30 268 268 30 44 282 666 428 296 58 366 128 268 30 142 380 254 16 30 268 380 142 156 394 16 254 170 408 394 156 394 156 394 156 16 254 156 394 666 428 666 428 394 156 72 310 268 30 30 268 414 652 268 30 254 16 254 16 666 428 268 30 16 254 16 254 268 30 268 30 254 16 428 666 254 16 414 652 30 268 394 156 428 666 652 414 142 380 282 44 394 156 268 30 254 16 44 282 30 268 428 666 58 296 324 86 414 652 142 380 142 380 414 652 254 16 58 296 142 380 652 414 30 268 310 72 16 254 254 16 666 428 652 414 44 282 666 428 156 394 380 142 30 268 16 254 254 16 282 44 156 394 142 380 16 254 30 268 652 414 142 380 414 652 142 380 652 414 666 428 30 268 414 652 428 666 414 652 44 282 394 156 58 296 394 156 142 380 128 366 268 30 414 652 142 380 666 428 142 380 156 394 394 156 254 16 666 428 394 156 30 268 428 666 156 394 380 142 268 30 86 324 394 156 30 268 414 652 30 268 666 428 394 156 666 428 86 324 428 666 268 30 142 380 666 428 268 30 254 16 282 44 428 666 16 254 652 414 380 142 428 666 268 30 652 414 268 30 394 156 394 156 114 352 254 16 142 380 394 156 16 254 414 652 394 156 268 30 254 16 16 254 254 16 414 652 666 428 268 30 666 428 156 394 414 652 414 652 652 414 58 296 666 428 30 268 394 156 666 428 414 652 652 414 142 380 310 72 652 414 666 428 254 16 44 282 254 16 86 324 652 414 666 428 156 394 394 156 414 652 352 114 394 156 324 86 142 380 394 156 16 254 268 30 428 666 268 30 114 352 254 16 156 394 30 268 394 156 128 366 380 142 394 156 394 156 380 142 428 666 414 652 666 428 282 44 666 428 16 254 142 380 30 268 268 30 268 30 380 142 142 380 44 282 30 268 156 394 268 30 30 268 652 414 268 30 30 268 268 30 268 30 30 268 428 666 666 428 156 394 414 652 652 414 16 254 352 114 352 114 414 652 366 128 394 156 414 652 428 666 394 156 142 380 44 282 30 268 652 414 86 324 666 428 414 652 16 254 414 652 394 156 156 394 666 428 366 128 666 428 44 282 156 394 652 414 268 30 380 142 58 296 394 156 366 128 254 16 666 428 142 380 394 156 352 114 428 666 414 652 666 428 254 16 666 428 268 30 156 394 296 58 268 30 652 414 268 30 428 666 128 366 394 156 86 324 72 310 428 666 652 414 666 428 380 142 428 666 666 428 324 86 128 366 142 380 156 394 100 338 30 268 666 428 156 394 394 156 268 30 394 156 30 268 142 380 44 282 652 414 268 30 666 428 414 652 282 44 268 30 44 282 142 380 72 310 30 268 428 666 652 414 394 156 366 128 30 268 142 380 394 156 380 142 268 30 30 268 428 666 44 282 282 44 428 666 114 352 394 156 156 394 296 58 666 428 30 268 666 428 666 428 268 30 666 428 414 652 666 428 428 666 394 156 414 652 268 30 254 16 414 652 428 666 428 666 72 310 268 30 652 414 666 428 58 296 58 296 142 380 44 282 380 142 156 394 366 128 338 100 394 156 380 142 30 268 44 282 44 282 380 142 666 428 156 394 30 268 310 72 296 58 380 142 72 310 380 142 666 428 44 282 268 30 394 156 428 666 114 352 114 352 296 58 254 16 414 652 30 268 156 394 394 156 30 268 380 142 428 666 100 338 366 128 58 296 268 30 652 414 142 380 366 128 282 44 30 268 58 296 268 30 338 100 86 324 352 114 282 44 30 268 414 652 58 296 324 86 30 268 268 30 30 268 394 156 30 268 366 128 652 414 414 652 156 394 268 30 30 268 268 30 428 666 30 268 86 324 268 30 380 142 44 282 30 268 58 296 30 268 142 380 30 268 30 268 652 414 652 414 142 380 142 380 268 30 44 282 44 282 666 428 72 310 
5.26	d NODES 8436
5.26	d CHECKS 4396989
5.26	   
5.26	   totalWckTime=4.761  totalCpuTime=4.33

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node59/watcher-195258-1168069791 -o ROOT/results/node59/solver-195258-1168069791 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/195258-1168069791/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 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

/proc/loadavg: 0.92 0.98 0.99 4/69 22814
/proc/meminfo: memFree=1576448/2055920 swapFree=4192812/4192956
[pid=22813] ppid=22810 vsize=18540 CPUtime=0
/proc/22813/stat : 22813 (runsolver) R 22810 22813 22681 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 155377161 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 217051622695 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/22813/statm: 4635 279 244 17 0 2626 0

[startup+0.109826 s]
/proc/loadavg: 0.92 0.98 0.99 4/69 22814
/proc/meminfo: memFree=1576448/2055920 swapFree=4192812/4192956
[pid=22813] ppid=22810 vsize=9956 CPUtime=0.01
/proc/22813/stat : 22813 (java) D 22810 22813 22681 0 -1 0 689 0 14 0 0 1 0 0 18 0 1 0 155377161 10194944 460 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 9286564 0 0 0 7368 18446744071563479169 0 0 17 0 0 0
/proc/22813/statm: 2489 460 376 14 0 1142 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9956

[startup+0.522874 s]
/proc/loadavg: 0.92 0.98 0.99 4/69 22814
/proc/meminfo: memFree=1576448/2055920 swapFree=4192812/4192956
[pid=22813] ppid=22810 vsize=915148 CPUtime=0.29
/proc/22813/stat : 22813 (java) R 22810 22813 22681 0 -1 0 4519 0 82 0 22 7 0 0 17 0 8 0 155377161 937111552 4346 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152819489 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22813/statm: 228787 4346 1937 14 0 215275 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 915148

[startup+1.34596 s]
/proc/loadavg: 0.92 0.98 0.99 4/87 22832
/proc/meminfo: memFree=1492144/2055920 swapFree=4192812/4192956
[pid=22813] ppid=22810 vsize=915632 CPUtime=1.1
/proc/22813/stat : 22813 (java) R 22810 22813 22681 0 -1 0 12070 0 84 0 93 17 0 0 17 0 8 0 155377161 937607168 11891 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22813/statm: 228907 11892 2170 14 0 215377 0
[pid=22813/tid=22820] ppid=22810 vsize=915632 CPUtime=0
/proc/22813/task/22820/stat : 22820 (java) S 22810 22813 22681 0 -1 64 8 0 0 0 0 0 0 0 16 0 8 0 155377180 937607168 11892 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22813/tid=22822] ppid=22810 vsize=915628 CPUtime=0
/proc/22813/task/22822/stat : 22822 (java) S 22810 22813 22681 0 -1 64 10 0 0 0 0 0 0 0 20 0 8 0 155377181 937603072 11892 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22813/tid=22824] ppid=22810 vsize=915632 CPUtime=0
/proc/22813/task/22824/stat : 22824 (java) S 22810 22813 22681 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 155377181 937607168 11892 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22813/tid=22825] ppid=22810 vsize=915628 CPUtime=0
/proc/22813/task/22825/stat : 22825 (java) S 22810 22813 22681 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155377186 937603072 11892 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22813/tid=22826] ppid=22810 vsize=915628 CPUtime=0.18
/proc/22813/task/22826/stat : 22826 (java) S 22810 22813 22681 0 -1 64 430 0 0 0 17 1 0 0 16 0 8 0 155377186 937603072 11892 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22813/tid=22828] ppid=22810 vsize=915628 CPUtime=0
/proc/22813/task/22828/stat : 22828 (java) S 22810 22813 22681 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155377186 937603072 11893 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22813/tid=22831] ppid=22810 vsize=915632 CPUtime=0
/proc/22813/task/22831/stat : 22831 (java) S 22810 22813 22681 0 -1 64 1 0 0 0 0 0 0 0 16 0 8 0 155377186 937607168 11893 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 915632

[startup+2.98314 s]
/proc/loadavg: 0.92 0.98 0.99 2/75 22840
/proc/meminfo: memFree=1502928/2055920 swapFree=4192812/4192956
[pid=22813] ppid=22810 vsize=915728 CPUtime=2.73
/proc/22813/stat : 22813 (java) R 22810 22813 22681 0 -1 0 15600 0 84 0 237 36 0 0 17 0 8 0 155377161 937705472 15418 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074056406 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22813/statm: 228932 15418 2531 14 0 215402 0
[pid=22813/tid=22820] ppid=22810 vsize=915728 CPUtime=0.07
/proc/22813/task/22820/stat : 22820 (java) S 22810 22813 22681 0 -1 64 1177 0 0 0 7 0 0 0 17 0 8 0 155377180 937705472 15418 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22813/tid=22822] ppid=22810 vsize=915728 CPUtime=0
/proc/22813/task/22822/stat : 22822 (java) S 22810 22813 22681 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155377181 937705472 15418 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22813/tid=22824] ppid=22810 vsize=915728 CPUtime=0
/proc/22813/task/22824/stat : 22824 (java) S 22810 22813 22681 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155377181 937705472 15418 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22813/tid=22825] ppid=22810 vsize=915728 CPUtime=0
/proc/22813/task/22825/stat : 22825 (java) S 22810 22813 22681 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155377186 937705472 15418 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22813/tid=22826] ppid=22810 vsize=915728 CPUtime=0.3
/proc/22813/task/22826/stat : 22826 (java) S 22810 22813 22681 0 -1 64 495 0 0 0 28 2 0 0 16 0 8 0 155377186 937705472 15418 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22813/tid=22828] ppid=22810 vsize=915728 CPUtime=0
/proc/22813/task/22828/stat : 22828 (java) S 22810 22813 22681 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155377186 937705472 15418 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22813/tid=22831] ppid=22810 vsize=915728 CPUtime=0
/proc/22813/task/22831/stat : 22831 (java) S 22810 22813 22681 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155377186 937705472 15418 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.73
Current children cumulated vsize (KiB) 915728

Child status: 0
Real time (s): 5.31229
CPU time (s): 5.02223
CPU user time (s): 4.63929
CPU system time (s): 0.382941
CPU usage (%): 94.54
Max. virtual memory (cumulated for all children) (KiB): 915732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.63929
system time used= 0.382941
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15622
page faults= 84
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1732
involuntary context switches= 1553

runsolver used 0.010998 s user time and 0.020996 s system time

The end

Launcher Data (download as text)

Begin job on node59 on Sat Jan  6 07:49:52 UTC 2007


IDJOB= 195258
IDBENCH= 3258
FILE ID= node59/195258-1168069791

PBS_JOBID= 3475932

Free space on /tmp= 66547 MiB

BENCH NAME= HOME/pub/bench/CPAI06/rlfap/rlfapGraphsMod/graph9-f9.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/195258-1168069791/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node59/watcher-195258-1168069791 -o ROOT/results/node59/solver-195258-1168069791 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/195258-1168069791/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  d1ea18de5a9b206c32593b251c3713d2

RANDOM SEED= 100701767

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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.239
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.239
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:       1576728 kB
Buffers:         43732 kB
Cached:         340604 kB
SwapCached:          0 kB
Active:          48400 kB
Inactive:       356224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1576728 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4572 kB
Writeback:           0 kB
Mapped:          30636 kB
Slab:            60156 kB
Committed_AS:  2834632 kB
PageTables:       1776 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= 66547 MiB



End job on node59 on Sat Jan  6 07:49:58 UTC 2007