Trace number 225958

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 28.0607 28.4225

DiagnosticValue
CHECKS500410557
NODES51721

General information on the benchmark

Nametightness/tightness0.9/
rand-2-40-180-84-900-53_ext.xml
MD5SUM6e1b093ff724f9216725b53146f3d434
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 benchmark28.0607
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints84
Maximum constraint arity2
Maximum domain size180
Number of constraints which are defined in extension84
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.37	   
0.37	Abscon 109 (November, 2006)
0.37	   
0.37	   configuration
0.37	     name=mac.xml
0.40	   
0.40	   instance
0.40	     name=/tmp/evaluation/225958-1168080656/unknown.xml
0.43	   
0.43	   domains being loaded...
0.43	   
0.43	   variables being loaded...
0.47	     nbVariables=40  nbDomainTypes=1  minDomainSize=180  maxDomainSize=180
0.47	       =>  wckTime=0.098  cpuTime=0.08  mem=6M951
0.47	   
0.47	   relations being loaded...
0.80	   
0.80	   constraints being loaded...
0.93	     nbConstraints=84  nbRelationTypes=84  nbExtensionStructures=84  nbSharedExtensionStructures=0
0.93	     nbConflictsStructures=84  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=8  maxArity=2
0.93	       =>  wckTime=0.555  cpuTime=0.5  mem=35M571
0.98	   
0.98	   solver IterativeSystematicSolver being built... 
1.13	       =>  wckTime=0.757  cpuTime=0.62  mem=15M404
1.14	   
1.14	   preprocessing
1.14	     nbConstraintChecks=0  nbPropagations=40  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.14	     detectedInconsistency=no
1.14	       =>  wckTime=0.0020  cpuTime=0.0  mem=15M404
1.22	   
1.22	   search
1.22	     run=0  nbConstraintChecks=296499  nbPropagations=987  nbRevisions=3649  nbUselessRevisions=1659  nbAssignments=28
1.22	     nbFailedAssignments=16  nbBacktracks=10  nbVisitedNodes=52  nbRestartNogoods=0  mapSize=8  nbInferences=0
1.22	     nbTooLargeKeys=0
1.22	       =>  wckTime=0.082  cpuTime=0.05  mem=16M390
1.27	   
1.27	   search
1.27	     run=1  nbConstraintChecks=1055539  nbPropagations=4176  nbRevisions=16310  nbUselessRevisions=7425
1.27	     nbAssignments=98  nbFailedAssignments=68  nbBacktracks=25  nbVisitedNodes=188  nbRestartNogoods=1  mapSize=23
1.27	     nbInferences=0  nbTooLargeKeys=0
1.27	       =>  wckTime=0.14  cpuTime=0.11  mem=16M390
1.32	   
1.32	   search
1.32	     run=2  nbConstraintChecks=1639380  nbPropagations=9367  nbRevisions=36581  nbUselessRevisions=16817
1.32	     nbAssignments=169  nbFailedAssignments=115  nbBacktracks=47  nbVisitedNodes=320  nbRestartNogoods=2  mapSize=41
1.32	     nbInferences=0  nbTooLargeKeys=0
1.32	       =>  wckTime=0.184  cpuTime=0.15  mem=16M390
1.42	   
1.42	   search
1.42	     run=3  nbConstraintChecks=3210976  nbPropagations=19741  nbRevisions=76659  nbUselessRevisions=35625
1.42	     nbAssignments=342  nbFailedAssignments=252  nbBacktracks=80  nbVisitedNodes=654  nbRestartNogoods=6  mapSize=70
1.42	     nbInferences=0  nbTooLargeKeys=0
1.42	       =>  wckTime=0.284  cpuTime=0.25  mem=16M390
1.49	   
1.49	   search
1.49	     run=4  nbConstraintChecks=4433628  nbPropagations=35013  nbRevisions=135251  nbUselessRevisions=62637
1.49	     nbAssignments=466  nbFailedAssignments=323  nbBacktracks=130  nbVisitedNodes=887  nbRestartNogoods=13  mapSize=113
1.49	     nbInferences=0  nbTooLargeKeys=0
1.49	       =>  wckTime=0.358  cpuTime=0.32  mem=16M390
1.74	   
1.74	   search
1.74	     run=5  nbConstraintChecks=8800876  nbPropagations=63129  nbRevisions=244917  nbUselessRevisions=113729
1.75	     nbAssignments=863  nbFailedAssignments=642  nbBacktracks=205  nbVisitedNodes=1671  nbRestartNogoods=17  mapSize=186
1.75	     nbInferences=0  nbTooLargeKeys=0
1.75	       =>  wckTime=0.61  cpuTime=0.57  mem=16M390
1.90	   
1.90	   search
1.90	     run=6  nbConstraintChecks=11384980  nbPropagations=101481  nbRevisions=393155  nbUselessRevisions=183094
1.90	     nbAssignments=1167  nbFailedAssignments=831  nbBacktracks=318  nbVisitedNodes=2249  nbRestartNogoods=29
1.90	     mapSize=294  nbInferences=0  nbTooLargeKeys=0
1.90	       =>  wckTime=0.765  cpuTime=0.72  mem=16M390
2.22	   
2.22	   search
2.22	     run=7  nbConstraintChecks=16826650  nbPropagations=158907  nbRevisions=613594  nbUselessRevisions=286081
2.22	     nbAssignments=1740  nbFailedAssignments=1232  nbBacktracks=489  nbVisitedNodes=3336  nbRestartNogoods=43
2.22	     mapSize=447  nbInferences=0  nbTooLargeKeys=0
2.22	       =>  wckTime=1.085  cpuTime=1.02  mem=16M390
2.60	   
2.60	   search
2.60	     run=8  nbConstraintChecks=23259829  nbPropagations=241628  nbRevisions=928661  nbUselessRevisions=433040
2.60	     nbAssignments=2521  nbFailedAssignments=1755  nbBacktracks=745  nbVisitedNodes=4817  nbRestartNogoods=44
2.60	     mapSize=673  nbInferences=0  nbTooLargeKeys=0
2.60	       =>  wckTime=1.463  cpuTime=1.39  mem=17M358
3.29	   
3.29	   search
3.29	     run=9  nbConstraintChecks=35891400  nbPropagations=365781  nbRevisions=1403685  nbUselessRevisions=655026
3.29	     nbAssignments=3848  nbFailedAssignments=2694  nbBacktracks=1129  nbVisitedNodes=7333  nbRestartNogoods=63
3.29	     mapSize=1005  nbInferences=0  nbTooLargeKeys=0
3.29	       =>  wckTime=2.153  cpuTime=2.07  mem=17M358
3.31	   
3.31	   INFO : Stopping hyperNogood (mapSize=1020, nbTooLargekeys=0, mem=17M358)
4.50	   
4.50	   search
4.50	     run=10  nbConstraintChecks=58312967  nbPropagations=560352  nbRevisions=2155274  nbUselessRevisions=1006095
4.50	     nbAssignments=6090  nbFailedAssignments=4356  nbBacktracks=1705  nbVisitedNodes=11673  nbRestartNogoods=72
4.50	       =>  wckTime=3.362  cpuTime=3.26  mem=17M358
6.03	   
6.03	   search
6.03	     run=11  nbConstraintChecks=86217506  nbPropagations=854266  nbRevisions=3284375  nbUselessRevisions=1533489
6.03	     nbAssignments=9097  nbFailedAssignments=6495  nbBacktracks=2569  nbVisitedNodes=17430  nbRestartNogoods=81
6.03	       =>  wckTime=4.895  cpuTime=4.78  mem=17M358
8.59	   
8.59	   search
8.59	     run=12  nbConstraintChecks=134507885  nbPropagations=1300856  nbRevisions=5017802  nbUselessRevisions=2345410
8.59	     nbAssignments=14011  nbFailedAssignments=10109  nbBacktracks=3866  nbVisitedNodes=26954  nbRestartNogoods=88
8.59	       =>  wckTime=7.456  cpuTime=7.32  mem=17M358
11.90	   
11.90	   search
11.90	     run=13  nbConstraintChecks=195609049  nbPropagations=1966382  nbRevisions=7587808  nbUselessRevisions=3544329
11.90	     nbAssignments=20468  nbFailedAssignments=14619  nbBacktracks=5812  nbVisitedNodes=39362  nbRestartNogoods=93
11.90	       =>  wckTime=10.763  cpuTime=10.6  mem=17M358
17.29	   
17.29	   search
17.29	     run=14  nbConstraintChecks=296541274  nbPropagations=2974529  nbRevisions=11479560  nbUselessRevisions=5357627
17.29	     nbAssignments=30752  nbFailedAssignments=21981  nbBacktracks=8731  nbVisitedNodes=59144  nbRestartNogoods=100
17.29	       =>  wckTime=16.156  cpuTime=15.94  mem=17M358
25.81	   
25.81	   search
25.81	     run=15  nbConstraintChecks=453519991  nbPropagations=4518315  nbRevisions=17425348  nbUselessRevisions=8119558
25.81	     nbAssignments=46867  nbFailedAssignments=33716  nbBacktracks=13109  nbVisitedNodes=90291  nbRestartNogoods=108
25.81	       =>  wckTime=24.675  cpuTime=24.39  mem=17M358
28.38	   
28.38	   search
28.38	     run=16  nbConstraintChecks=500410557  nbPropagations=6227243  nbRevisions=24001233  nbUselessRevisions=11171486
28.38	     nbAssignments=51721  nbFailedAssignments=37213  nbBacktracks=14426  nbVisitedNodes=99650  nbRestartNogoods=110
28.38	       =>  wckTime=27.242  cpuTime=26.93  mem=17M358
28.38	   
28.38	   global
28.38	     nbConstraintChecks=500410557  nbPropagations=6227283  nbRevisions=24001233  nbUselessRevisions=11171486
28.38	     nbRestartNogoods=110  solvingWckTime=27.243  solvingCpuTime=26.93  expiredTime=no  totalExploration=no
28.38	     nbFoundSolutions=1  globalCpuTime=27.61
28.38	       =>  wckTime=28.005  cpuTime=27.55  mem=17M358
28.38	   
28.38	s SATISFIABLE
28.38	v 148 95 17 93 25 71 87 151 90 179 132 5 57 86 103 129 122 116 159 87 13 53 103 117 129 95 113 72 61 67 42 83 147 98 29 90 93 50 62 7 
28.38	d NODES 51721
28.38	d CHECKS 500410557
28.38	   
28.38	   totalWckTime=28.081  totalCpuTime=27.61

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/node25/watcher-225958-1168080656 -o ROOT/results/node25/solver-225958-1168080656 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/225958-1168080656/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.73 0.75 0.93 2/93 31160
/proc/meminfo: memFree=1599544/2055920 swapFree=4192812/4192956
[pid=31159] ppid=31157 vsize=18540 CPUtime=0
/proc/31159/stat : 31159 (runsolver) R 31157 31159 30848 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 156459098 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 215781797159 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/31159/statm: 4635 279 244 17 0 2626 0

[startup+0.103098 s]
/proc/loadavg: 0.73 0.75 0.93 2/93 31160
/proc/meminfo: memFree=1599544/2055920 swapFree=4192812/4192956
[pid=31159] ppid=31157 vsize=905992 CPUtime=0.01
/proc/31159/stat : 31159 (java) R 31157 31159 30848 0 -1 0 1819 0 1 0 0 1 0 0 18 0 1 0 156459098 927735808 1568 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153588688 0 4 0 7368 0 0 0 17 0 0 0
/proc/31159/statm: 226498 1568 916 14 0 214081 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 905992

[startup+0.511164 s]
/proc/loadavg: 0.73 0.75 0.93 2/93 31160
/proc/meminfo: memFree=1599544/2055920 swapFree=4192812/4192956
[pid=31159] ppid=31157 vsize=915328 CPUtime=0.41
/proc/31159/stat : 31159 (java) R 31157 31159 30848 0 -1 0 6490 0 1 0 37 4 0 0 25 0 8 0 156459098 937295872 6229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073586437 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31159/statm: 228832 6229 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 915328

[startup+1.3343 s]
/proc/loadavg: 0.83 0.77 0.94 3/100 31167
/proc/meminfo: memFree=1553152/2055920 swapFree=4192812/4192956
[pid=31159] ppid=31157 vsize=915464 CPUtime=1.22
/proc/31159/stat : 31159 (java) R 31157 31159 30848 0 -1 0 14318 0 1 0 115 7 0 0 25 0 8 0 156459098 937435136 14056 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072936459 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31159/statm: 228866 14056 2513 14 0 215336 0
[pid=31159/tid=31161] ppid=31157 vsize=915464 CPUtime=0.03
/proc/31159/task/31161/stat : 31161 (java) S 31157 31159 30848 0 -1 64 611 0 0 0 3 0 0 0 17 0 8 0 156459109 937435136 14056 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31159/tid=31162] ppid=31157 vsize=915464 CPUtime=0
/proc/31159/task/31162/stat : 31162 (java) S 31157 31159 30848 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156459110 937435136 14056 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31159/tid=31163] ppid=31157 vsize=915464 CPUtime=0
/proc/31159/task/31163/stat : 31163 (java) S 31157 31159 30848 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156459110 937435136 14056 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31159/tid=31164] ppid=31157 vsize=915464 CPUtime=0
/proc/31159/task/31164/stat : 31164 (java) S 31157 31159 30848 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156459113 937435136 14056 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31159/tid=31165] ppid=31157 vsize=915464 CPUtime=0.15
/proc/31159/task/31165/stat : 31165 (java) S 31157 31159 30848 0 -1 64 357 0 0 0 15 0 0 0 15 0 8 0 156459113 937435136 14056 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31159/tid=31166] ppid=31157 vsize=915464 CPUtime=0
/proc/31159/task/31166/stat : 31166 (java) S 31157 31159 30848 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156459113 937435136 14056 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31159/tid=31167] ppid=31157 vsize=915464 CPUtime=0
/proc/31159/task/31167/stat : 31167 (java) S 31157 31159 30848 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156459113 937435136 14056 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 915464

[startup+2.97758 s]
/proc/loadavg: 0.83 0.77 0.94 3/100 31167
/proc/meminfo: memFree=1553024/2055920 swapFree=4192812/4192956
[pid=31159] ppid=31157 vsize=915464 CPUtime=2.85
/proc/31159/stat : 31159 (java) R 31157 31159 30848 0 -1 0 14335 0 1 0 277 8 0 0 25 0 8 0 156459098 937435136 14072 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073768263 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31159/statm: 228866 14072 2513 14 0 215336 0
[pid=31159/tid=31161] ppid=31157 vsize=915464 CPUtime=0.03
/proc/31159/task/31161/stat : 31161 (java) S 31157 31159 30848 0 -1 64 611 0 0 0 3 0 0 0 17 0 8 0 156459109 937435136 14072 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31159/tid=31162] ppid=31157 vsize=915464 CPUtime=0
/proc/31159/task/31162/stat : 31162 (java) S 31157 31159 30848 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156459110 937435136 14072 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31159/tid=31163] ppid=31157 vsize=915464 CPUtime=0
/proc/31159/task/31163/stat : 31163 (java) S 31157 31159 30848 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156459110 937435136 14072 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31159/tid=31164] ppid=31157 vsize=915464 CPUtime=0
/proc/31159/task/31164/stat : 31164 (java) S 31157 31159 30848 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156459113 937435136 14072 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31159/tid=31165] ppid=31157 vsize=915464 CPUtime=0.18
/proc/31159/task/31165/stat : 31165 (java) S 31157 31159 30848 0 -1 64 373 0 0 0 18 0 0 0 15 0 8 0 156459113 937435136 14072 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31159/tid=31166] ppid=31157 vsize=915464 CPUtime=0
/proc/31159/task/31166/stat : 31166 (java) S 31157 31159 30848 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156459113 937435136 14072 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31159/tid=31167] ppid=31157 vsize=915464 CPUtime=0
/proc/31159/task/31167/stat : 31167 (java) S 31157 31159 30848 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156459113 937435136 14072 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 915464

[startup+6.26814 s]
/proc/loadavg: 0.83 0.77 0.94 3/100 31167
/proc/meminfo: memFree=1553024/2055920 swapFree=4192812/4192956
[pid=31159] ppid=31157 vsize=915464 CPUtime=6.11
/proc/31159/stat : 31159 (java) R 31157 31159 30848 0 -1 0 14341 0 1 0 603 8 0 0 25 0 8 0 156459098 937435136 14076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073759257 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31159/statm: 228866 14076 2513 14 0 215336 0
[pid=31159/tid=31161] ppid=31157 vsize=915464 CPUtime=0.03
/proc/31159/task/31161/stat : 31161 (java) S 31157 31159 30848 0 -1 64 611 0 0 0 3 0 0 0 17 0 8 0 156459109 937435136 14076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31159/tid=31162] ppid=31157 vsize=915464 CPUtime=0
/proc/31159/task/31162/stat : 31162 (java) S 31157 31159 30848 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156459110 937435136 14076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31159/tid=31163] ppid=31157 vsize=915464 CPUtime=0
/proc/31159/task/31163/stat : 31163 (java) S 31157 31159 30848 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156459110 937435136 14076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31159/tid=31164] ppid=31157 vsize=915464 CPUtime=0
/proc/31159/task/31164/stat : 31164 (java) S 31157 31159 30848 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156459113 937435136 14076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31159/tid=31165] ppid=31157 vsize=915464 CPUtime=0.19
/proc/31159/task/31165/stat : 31165 (java) S 31157 31159 30848 0 -1 64 378 0 0 0 19 0 0 0 16 0 8 0 156459113 937435136 14076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31159/tid=31166] ppid=31157 vsize=915464 CPUtime=0
/proc/31159/task/31166/stat : 31166 (java) S 31157 31159 30848 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156459113 937435136 14076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31159/tid=31167] ppid=31157 vsize=915464 CPUtime=0
/proc/31159/task/31167/stat : 31167 (java) S 31157 31159 30848 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156459113 937435136 14076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 915464

[startup+12.7492 s]
/proc/loadavg: 1.01 0.81 0.95 3/100 31167
/proc/meminfo: memFree=1553032/2055920 swapFree=4192812/4192956
[pid=31159] ppid=31157 vsize=915464 CPUtime=12.54
/proc/31159/stat : 31159 (java) R 31157 31159 30848 0 -1 0 14343 0 1 0 1246 8 0 0 25 0 8 0 156459098 937435136 14077 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073741620 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31159/statm: 228866 14077 2513 14 0 215336 0
[pid=31159/tid=31161] ppid=31157 vsize=915464 CPUtime=0.03
/proc/31159/task/31161/stat : 31161 (java) S 31157 31159 30848 0 -1 64 611 0 0 0 3 0 0 0 16 0 8 0 156459109 937435136 14077 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31159/tid=31162] ppid=31157 vsize=915464 CPUtime=0
/proc/31159/task/31162/stat : 31162 (java) S 31157 31159 30848 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156459110 937435136 14077 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31159/tid=31163] ppid=31157 vsize=915464 CPUtime=0
/proc/31159/task/31163/stat : 31163 (java) S 31157 31159 30848 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156459110 937435136 14077 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31159/tid=31164] ppid=31157 vsize=915464 CPUtime=0
/proc/31159/task/31164/stat : 31164 (java) S 31157 31159 30848 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156459113 937435136 14077 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31159/tid=31165] ppid=31157 vsize=915464 CPUtime=0.2
/proc/31159/task/31165/stat : 31165 (java) S 31157 31159 30848 0 -1 64 379 0 0 0 19 1 0 0 15 0 8 0 156459113 937435136 14077 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31159/tid=31166] ppid=31157 vsize=915464 CPUtime=0
/proc/31159/task/31166/stat : 31166 (java) S 31157 31159 30848 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156459113 937435136 14077 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31159/tid=31167] ppid=31157 vsize=915464 CPUtime=0
/proc/31159/task/31167/stat : 31167 (java) R 31157 31159 30848 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156459113 937435136 14077 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 915464

[startup+25.5954 s]
/proc/loadavg: 1.16 0.85 0.96 3/100 31167
/proc/meminfo: memFree=1553096/2055920 swapFree=4192812/4192956
[pid=31159] ppid=31157 vsize=915464 CPUtime=25.29
/proc/31159/stat : 31159 (java) R 31157 31159 30848 0 -1 0 14343 0 1 0 2520 9 0 0 25 0 8 0 156459098 937435136 14077 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073741611 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31159/statm: 228866 14077 2513 14 0 215336 0
[pid=31159/tid=31161] ppid=31157 vsize=915464 CPUtime=0.03
/proc/31159/task/31161/stat : 31161 (java) S 31157 31159 30848 0 -1 64 611 0 0 0 3 0 0 0 16 0 8 0 156459109 937435136 14077 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31159/tid=31162] ppid=31157 vsize=915464 CPUtime=0
/proc/31159/task/31162/stat : 31162 (java) S 31157 31159 30848 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156459110 937435136 14077 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31159/tid=31163] ppid=31157 vsize=915464 CPUtime=0
/proc/31159/task/31163/stat : 31163 (java) S 31157 31159 30848 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156459110 937435136 14077 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31159/tid=31164] ppid=31157 vsize=915464 CPUtime=0
/proc/31159/task/31164/stat : 31164 (java) S 31157 31159 30848 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156459113 937435136 14077 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31159/tid=31165] ppid=31157 vsize=915464 CPUtime=0.2
/proc/31159/task/31165/stat : 31165 (java) S 31157 31159 30848 0 -1 64 379 0 0 0 19 1 0 0 15 0 8 0 156459113 937435136 14077 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31159/tid=31166] ppid=31157 vsize=915464 CPUtime=0
/proc/31159/task/31166/stat : 31166 (java) S 31157 31159 30848 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156459113 937435136 14077 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31159/tid=31167] ppid=31157 vsize=915464 CPUtime=0
/proc/31159/task/31167/stat : 31167 (java) S 31157 31159 30848 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156459113 937435136 14077 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 915464

Child status: 0
Real time (s): 28.4225
CPU time (s): 28.0607
CPU user time (s): 27.9617
CPU system time (s): 0.098984
CPU usage (%): 98.7271
Max. virtual memory (cumulated for all children) (KiB): 915464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 27.9617
system time used= 0.098984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14350
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= 1659
involuntary context switches= 3113

runsolver used 0.037994 s user time and 0.096985 s system time

The end

Launcher Data (download as text)

Begin job on node25 on Sat Jan  6 10:51:02 UTC 2007


IDJOB= 225958
IDBENCH= 5916
FILE ID= node25/225958-1168080656

PBS_JOBID= 3476102

Free space on /tmp= 66544 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.9/rand-2-40-180-84-900-53_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/225958-1168080656/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node25/watcher-225958-1168080656 -o ROOT/results/node25/solver-225958-1168080656 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/225958-1168080656/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  6e1b093ff724f9216725b53146f3d434

RANDOM SEED= 617144806

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.279
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.279
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:       1600280 kB
Buffers:         43904 kB
Cached:         244824 kB
SwapCached:          0 kB
Active:         133108 kB
Inactive:       250956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1600280 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3568 kB
Writeback:           0 kB
Mapped:         124320 kB
Slab:            56148 kB
Committed_AS:  3698708 kB
PageTables:       2452 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 node25 on Sat Jan  6 10:51:38 UTC 2007