Trace number 217240

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 11.0883 11.1685

DiagnosticValue
CHECKS68240323
NODES42274

General information on the benchmark

Namefrb/frb45-21/
frb45-21-4-mgd_ext.xml
MD5SUM13642e2d14ce9b5f2bced44373ea5d14
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.28465
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables45
Number of constraints378
Maximum constraint arity2
Maximum domain size21
Number of constraints which are defined in extension378
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29	   
0.29	Abscon 109 (November, 2006)
0.29	   
0.29	   configuration
0.29	     name=mac.xml
0.32	   
0.32	   instance
0.32	     name=/tmp/evaluation/217240-1168079353/unknown.xml
0.35	   
0.35	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.39	     nbVariables=45  nbDomainTypes=1  minDomainSize=21  maxDomainSize=21
0.39	       =>  wckTime=0.097  cpuTime=0.08  mem=6M951
0.39	   
0.39	   relations being loaded...
0.51	   
0.51	   constraints being loaded...
0.63	     nbConstraints=378  nbRelationTypes=378  nbExtensionStructures=378  nbSharedExtensionStructures=0
0.63	     nbConflictsStructures=378  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=1897  maxDegree=26
0.63	     maxArity=2
0.63	       =>  wckTime=0.33  cpuTime=0.25  mem=14M769
0.67	   
0.67	   solver IterativeSystematicSolver being built... 
0.81	       =>  wckTime=0.519  cpuTime=0.38  mem=14M153
0.82	   
0.82	   preprocessing
0.82	     nbConstraintChecks=0  nbPropagations=45  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.82	     detectedInconsistency=no
0.82	       =>  wckTime=0.0070  cpuTime=0.0  mem=15M128
0.87	   
0.87	   search
0.87	     run=0  nbConstraintChecks=40974  nbPropagations=561  nbRevisions=6053  nbUselessRevisions=4979  nbAssignments=26
0.87	     nbFailedAssignments=6  nbBacktracks=10  nbVisitedNodes=38  nbRestartNogoods=0  mapSize=6  nbInferences=0
0.87	     nbTooLargeKeys=0
0.87	       =>  wckTime=0.05  cpuTime=0.03  mem=15M128
0.89	   
0.89	   search
0.89	     run=1  nbConstraintChecks=96930  nbPropagations=1784  nbRevisions=20464  nbUselessRevisions=16557  nbAssignments=59
0.89	     nbFailedAssignments=15  nbBacktracks=28  nbVisitedNodes=88  nbRestartNogoods=4  mapSize=19  nbInferences=0
0.89	     nbTooLargeKeys=0
0.89	       =>  wckTime=0.074  cpuTime=0.04  mem=15M128
0.91	   
0.91	   search
0.91	     run=2  nbConstraintChecks=170944  nbPropagations=3962  nbRevisions=46749  nbUselessRevisions=37872
0.91	     nbAssignments=111  nbFailedAssignments=36  nbBacktracks=51  nbVisitedNodes=174  nbRestartNogoods=6  mapSize=41
0.91	     nbInferences=0  nbTooLargeKeys=0
0.91	       =>  wckTime=0.095  cpuTime=0.06  mem=15M128
0.93	   
0.93	   search
0.93	     run=3  nbConstraintChecks=273108  nbPropagations=7428  nbRevisions=90278  nbUselessRevisions=73066
0.93	     nbAssignments=175  nbFailedAssignments=60  nbBacktracks=85  nbVisitedNodes=283  nbRestartNogoods=8  mapSize=72
0.93	     nbInferences=0  nbTooLargeKeys=0
0.93	       =>  wckTime=0.115  cpuTime=0.08  mem=15M128
0.96	   
0.96	   search
0.96	     run=4  nbConstraintChecks=428370  nbPropagations=12813  nbRevisions=160196  nbUselessRevisions=129668
0.96	     nbAssignments=273  nbFailedAssignments=99  nbBacktracks=139  nbVisitedNodes=450  nbRestartNogoods=10  mapSize=118
0.96	     nbInferences=0  nbTooLargeKeys=0
0.96	       =>  wckTime=0.145  cpuTime=0.11  mem=15M128
1.01	   
1.01	   search
1.01	     run=5  nbConstraintChecks=703138  nbPropagations=21337  nbRevisions=273413  nbUselessRevisions=220732
1.01	     nbAssignments=432  nbFailedAssignments=176  nbBacktracks=214  nbVisitedNodes=735  nbRestartNogoods=12  mapSize=186
1.01	     nbInferences=0  nbTooLargeKeys=0
1.01	       =>  wckTime=0.194  cpuTime=0.15  mem=15M128
1.06	   
1.06	   search
1.06	     run=6  nbConstraintChecks=985947  nbPropagations=33703  nbRevisions=437155  nbUselessRevisions=352547
1.06	     nbAssignments=622  nbFailedAssignments=242  nbBacktracks=330  nbVisitedNodes=1056  nbRestartNogoods=14  mapSize=286
1.06	     nbInferences=0  nbTooLargeKeys=0
1.06	       =>  wckTime=0.248  cpuTime=0.2  mem=15M128
1.16	   
1.16	   search
1.16	     run=7  nbConstraintChecks=1501569  nbPropagations=52610  nbRevisions=692039  nbUselessRevisions=557482
1.16	     nbAssignments=933  nbFailedAssignments=375  nbBacktracks=500  nbVisitedNodes=1607  nbRestartNogoods=19  mapSize=437
1.16	     nbInferences=0  nbTooLargeKeys=0
1.16	       =>  wckTime=0.339  cpuTime=0.3  mem=15M128
1.29	   
1.29	   search
1.29	     run=8  nbConstraintChecks=2316525  nbPropagations=81134  nbRevisions=1085386  nbUselessRevisions=873382
1.29	     nbAssignments=1408  nbFailedAssignments=587  nbBacktracks=758  nbVisitedNodes=2449  nbRestartNogoods=25
1.29	     mapSize=670  nbInferences=0  nbTooLargeKeys=0
1.29	       =>  wckTime=0.477  cpuTime=0.43  mem=15M128
1.46	   
1.46	   search
1.46	     run=9  nbConstraintChecks=3237844  nbPropagations=121356  nbRevisions=1641756  nbUselessRevisions=1321068
1.46	     nbAssignments=2032  nbFailedAssignments=818  nbBacktracks=1142  nbVisitedNodes=3505  nbRestartNogoods=28
1.46	     mapSize=983  nbInferences=0  nbTooLargeKeys=0
1.46	       =>  wckTime=0.639  cpuTime=0.58  mem=15M128
1.49	   
1.49	   INFO : Stopping hyperNogood (mapSize=1034, nbTooLargekeys=0, mem=15M128)
1.70	   
1.70	   search
1.70	     run=10  nbConstraintChecks=4833412  nbPropagations=180752  nbRevisions=2467260  nbUselessRevisions=1983482
1.70	     nbAssignments=2984  nbFailedAssignments=1186  nbBacktracks=1718  nbVisitedNodes=5146  nbRestartNogoods=34
1.70	       =>  wckTime=0.887  cpuTime=0.81  mem=15M128
2.05	   
2.05	   search
2.05	     run=11  nbConstraintChecks=7131337  nbPropagations=269184  nbRevisions=3708488  nbUselessRevisions=2980667
2.05	     nbAssignments=4482  nbFailedAssignments=1811  nbBacktracks=2584  nbVisitedNodes=7771  nbRestartNogoods=41
2.05	       =>  wckTime=1.235  cpuTime=1.16  mem=15M128
2.56	   
2.56	   search
2.56	     run=12  nbConstraintChecks=10609038  nbPropagations=399940  nbRevisions=5545195  nbUselessRevisions=4455713
2.56	     nbAssignments=6626  nbFailedAssignments=2650  nbBacktracks=3885  nbVisitedNodes=11474  nbRestartNogoods=45
2.56	       =>  wckTime=1.741  cpuTime=1.67  mem=15M128
3.33	   
3.33	   search
3.33	     run=13  nbConstraintChecks=15764813  nbPropagations=596254  nbRevisions=8315979  nbUselessRevisions=6684544
3.34	     nbAssignments=9916  nbFailedAssignments=3985  nbBacktracks=5832  nbVisitedNodes=17212  nbRestartNogoods=48
3.34	       =>  wckTime=2.518  cpuTime=2.44  mem=15M128
4.54	   
4.54	   search
4.54	     run=14  nbConstraintChecks=24158660  nbPropagations=893060  nbRevisions=12490248  nbUselessRevisions=10030659
4.54	     nbAssignments=14863  nbFailedAssignments=6004  nbBacktracks=8753  nbVisitedNodes=25849  nbRestartNogoods=58
4.54	       =>  wckTime=3.727  cpuTime=3.65  mem=15M128
6.44	   
6.44	   search
6.45	     run=15  nbConstraintChecks=37111596  nbPropagations=1350589  nbRevisions=18955263  nbUselessRevisions=15225082
6.45	     nbAssignments=22595  nbFailedAssignments=9350  nbBacktracks=13132  nbVisitedNodes=39501  nbRestartNogoods=65
6.45	       =>  wckTime=5.628  cpuTime=5.55  mem=15M128
8.96	   
8.96	   search
8.96	     run=16  nbConstraintChecks=53778328  nbPropagations=2022122  nbRevisions=28452729  nbUselessRevisions=22863958
8.96	     nbAssignments=33480  nbFailedAssignments=13662  nbBacktracks=19700  nbVisitedNodes=58400  nbRestartNogoods=79
8.96	       =>  wckTime=8.147  cpuTime=8.07  mem=15M128
11.10	   
11.10	   search
11.10	     run=17  nbConstraintChecks=68240323  nbPropagations=2871459  nbRevisions=40492227  nbUselessRevisions=32548321
11.10	     nbAssignments=42274  nbFailedAssignments=17292  nbBacktracks=24819  nbVisitedNodes=73842  nbRestartNogoods=85
11.10	       =>  wckTime=10.288  cpuTime=10.2  mem=15M128
11.11	   
11.11	   global
11.11	     nbConstraintChecks=68240323  nbPropagations=2871504  nbRevisions=40492227  nbUselessRevisions=32548321
11.11	     nbRestartNogoods=85  solvingWckTime=10.289  solvingCpuTime=10.21  expiredTime=no  totalExploration=no
11.11	     nbFoundSolutions=1  globalCpuTime=10.63
11.11	       =>  wckTime=10.811  cpuTime=10.59  mem=15M128
11.11	   
11.11	s SATISFIABLE
11.11	v 17 6 3 18 18 20 9 12 3 18 11 0 9 20 14 18 9 2 10 8 8 18 9 13 8 7 13 2 14 0 9 6 1 10 11 15 14 5 15 6 12 19 10 15 4 
11.11	d NODES 42274
11.11	d CHECKS 68240323
11.11	   
11.11	   totalWckTime=10.885  totalCpuTime=10.63

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/node43/watcher-217240-1168079353 -o ROOT/results/node43/solver-217240-1168079353 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/217240-1168079353/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.82 1.67 1.73 4/68 9409
/proc/meminfo: memFree=1635968/2055920 swapFree=4192812/4192956
[pid=9408] ppid=9406 vsize=1784 CPUtime=0
/proc/9408/stat : 9408 (java) R 9406 9408 9198 0 -1 0 136 0 0 0 0 0 0 0 19 0 1 0 156334873 1826816 108 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 134552944 0 0 4096 0 0 0 0 17 1 0 0
/proc/9408/statm: 446 116 86 14 0 91 0

[startup+0.10716 s]
/proc/loadavg: 0.82 1.67 1.73 4/68 9409
/proc/meminfo: memFree=1635968/2055920 swapFree=4192812/4192956
[pid=9408] ppid=9406 vsize=914988 CPUtime=0.09
/proc/9408/stat : 9408 (java) R 9406 9408 9198 0 -1 0 3081 0 1 0 8 1 0 0 16 0 8 0 156334873 936947712 2827 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072944238 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9408/statm: 228747 2827 1455 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.517228 s]
/proc/loadavg: 0.82 1.67 1.73 4/68 9409
/proc/meminfo: memFree=1635968/2055920 swapFree=4192812/4192956
[pid=9408] ppid=9406 vsize=915328 CPUtime=0.48
/proc/9408/stat : 9408 (java) R 9406 9408 9198 0 -1 0 7171 0 1 0 43 5 0 0 16 0 8 0 156334873 937295872 6910 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073565086 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9408/statm: 228832 6912 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.33736 s]
/proc/loadavg: 0.82 1.67 1.73 2/75 9419
/proc/meminfo: memFree=1610888/2055920 swapFree=4192812/4192956
[pid=9408] ppid=9406 vsize=915456 CPUtime=1.29
/proc/9408/stat : 9408 (java) R 9406 9408 9198 0 -1 0 8964 0 1 0 122 7 0 0 16 0 8 0 156334873 937426944 8702 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073808269 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9408/statm: 228864 8702 2513 14 0 215334 0
[pid=9408/tid=9410] ppid=9406 vsize=915456 CPUtime=0.03
/proc/9408/task/9410/stat : 9410 (java) S 9406 9408 9198 0 -1 64 344 0 0 0 3 0 0 0 16 0 8 0 156334876 937426944 8702 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9408/tid=9411] ppid=9406 vsize=915456 CPUtime=0
/proc/9408/task/9411/stat : 9411 (java) S 9406 9408 9198 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156334877 937426944 8702 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9408/tid=9412] ppid=9406 vsize=915456 CPUtime=0
/proc/9408/task/9412/stat : 9412 (java) S 9406 9408 9198 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156334877 937426944 8702 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9408/tid=9413] ppid=9406 vsize=915456 CPUtime=0
/proc/9408/task/9413/stat : 9413 (java) S 9406 9408 9198 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156334880 937426944 8702 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9408/tid=9414] ppid=9406 vsize=915456 CPUtime=0.17
/proc/9408/task/9414/stat : 9414 (java) S 9406 9408 9198 0 -1 64 382 0 0 0 16 1 0 0 16 0 8 0 156334880 937426944 8702 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9408/tid=9415] ppid=9406 vsize=915456 CPUtime=0
/proc/9408/task/9415/stat : 9415 (java) S 9406 9408 9198 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156334880 937426944 8702 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9408/tid=9416] ppid=9406 vsize=915456 CPUtime=0
/proc/9408/task/9416/stat : 9416 (java) S 9406 9408 9198 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156334880 937426944 8702 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 915456

[startup+2.97464 s]
/proc/loadavg: 0.82 1.67 1.73 3/80 9454
/proc/meminfo: memFree=1607264/2055920 swapFree=4192812/4192956
[pid=9408] ppid=9406 vsize=915456 CPUtime=2.93
/proc/9408/stat : 9408 (java) R 9406 9408 9198 0 -1 0 8974 0 1 0 286 7 0 0 18 0 8 0 156334873 937426944 8711 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073808360 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9408/statm: 228864 8711 2513 14 0 215334 0
[pid=9408/tid=9410] ppid=9406 vsize=915456 CPUtime=0.03
/proc/9408/task/9410/stat : 9410 (java) S 9406 9408 9198 0 -1 64 344 0 0 0 3 0 0 0 17 0 8 0 156334876 937426944 8711 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9408/tid=9411] ppid=9406 vsize=915456 CPUtime=0
/proc/9408/task/9411/stat : 9411 (java) S 9406 9408 9198 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156334877 937426944 8711 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9408/tid=9412] ppid=9406 vsize=915456 CPUtime=0
/proc/9408/task/9412/stat : 9412 (java) S 9406 9408 9198 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156334877 937426944 8711 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9408/tid=9413] ppid=9406 vsize=915456 CPUtime=0
/proc/9408/task/9413/stat : 9413 (java) S 9406 9408 9198 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156334880 937426944 8711 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9408/tid=9414] ppid=9406 vsize=915456 CPUtime=0.19
/proc/9408/task/9414/stat : 9414 (java) S 9406 9408 9198 0 -1 64 391 0 0 0 18 1 0 0 15 0 8 0 156334880 937426944 8711 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9408/tid=9415] ppid=9406 vsize=915456 CPUtime=0
/proc/9408/task/9415/stat : 9415 (java) S 9406 9408 9198 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156334880 937426944 8711 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9408/tid=9416] ppid=9406 vsize=915456 CPUtime=0
/proc/9408/task/9416/stat : 9416 (java) S 9406 9408 9198 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156334880 937426944 8711 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915456

[startup+6.27518 s]
/proc/loadavg: 0.91 1.68 1.73 3/87 9461
/proc/meminfo: memFree=1580264/2055920 swapFree=4192812/4192956
[pid=9408] ppid=9406 vsize=915456 CPUtime=6.23
/proc/9408/stat : 9408 (java) R 9406 9408 9198 0 -1 0 8975 0 1 0 616 7 0 0 25 0 8 0 156334873 937426944 8711 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073817475 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9408/statm: 228864 8711 2513 14 0 215334 0
[pid=9408/tid=9410] ppid=9406 vsize=915456 CPUtime=0.03
/proc/9408/task/9410/stat : 9410 (java) S 9406 9408 9198 0 -1 64 344 0 0 0 3 0 0 0 16 0 8 0 156334876 937426944 8711 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9408/tid=9411] ppid=9406 vsize=915456 CPUtime=0
/proc/9408/task/9411/stat : 9411 (java) S 9406 9408 9198 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156334877 937426944 8711 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9408/tid=9412] ppid=9406 vsize=915456 CPUtime=0
/proc/9408/task/9412/stat : 9412 (java) S 9406 9408 9198 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156334877 937426944 8711 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9408/tid=9413] ppid=9406 vsize=915456 CPUtime=0
/proc/9408/task/9413/stat : 9413 (java) S 9406 9408 9198 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156334880 937426944 8711 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9408/tid=9414] ppid=9406 vsize=915456 CPUtime=0.19
/proc/9408/task/9414/stat : 9414 (java) S 9406 9408 9198 0 -1 64 391 0 0 0 18 1 0 0 16 0 8 0 156334880 937426944 8711 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9408/tid=9415] ppid=9406 vsize=915456 CPUtime=0
/proc/9408/task/9415/stat : 9415 (java) S 9406 9408 9198 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156334880 937426944 8711 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9408/tid=9416] ppid=9406 vsize=915456 CPUtime=0
/proc/9408/task/9416/stat : 9416 (java) S 9406 9408 9198 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156334880 937426944 8711 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 915456

Child status: 0
Real time (s): 11.1685
CPU time (s): 11.0883
CPU user time (s): 11.0003
CPU system time (s): 0.087986
CPU usage (%): 99.2819
Max. virtual memory (cumulated for all children) (KiB): 915456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.0003
system time used= 0.087986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8981
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= 1011
involuntary context switches= 167

runsolver used 0.011998 s user time and 0.034994 s system time

The end

Launcher Data (download as text)

Begin job on node43 on Sat Jan  6 10:29:14 UTC 2007


IDJOB= 217240
IDBENCH= 5125
FILE ID= node43/217240-1168079353

PBS_JOBID= 3476128

Free space on /tmp= 66483 MiB

BENCH NAME= HOME/pub/bench/CPAI06/frb/frb45-21/frb45-21-4-mgd_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/217240-1168079353/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node43/watcher-217240-1168079353 -o ROOT/results/node43/solver-217240-1168079353 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/217240-1168079353/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  13642e2d14ce9b5f2bced44373ea5d14

RANDOM SEED= 45808271

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.278
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.278
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:       1636384 kB
Buffers:         27572 kB
Cached:         304948 kB
SwapCached:          0 kB
Active:          73512 kB
Inactive:       279096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1636384 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2140 kB
Writeback:           0 kB
Mapped:          30236 kB
Slab:            52712 kB
Committed_AS:  2950036 kB
PageTables:       1592 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= 66481 MiB



End job on node43 on Sat Jan  6 10:29:29 UTC 2007